:root {
  --nlc-navy: #071f3f;
  --nlc-blue: #123f68;
  --nlc-red: #c54238;
  --nlc-red-dark: #a9342c;
  --nlc-ink: #172033;
  --nlc-muted: #647084;
  --nlc-cloud: #f4f7fb;
  --nlc-cream: #fff7eb;
  --nlc-line: #dce4ee;
}

.landmarks-home-page * {
  box-sizing: border-box;
}

.landmarks-home-page {
  margin: 0;
  background: #fff;
  color: var(--nlc-ink);
  font-family: "Poppins", Arial, sans-serif;
  overflow-x: hidden;
}

.landmarks-home-page img {
  max-width: 100%;
  display: block;
}

.landmarks-home-page main section,
.landmarks-home-page .nlc-hero,
.landmarks-home-page .nlc-trust-strip,
.landmarks-home-page .nlc-intro,
.landmarks-home-page .nlc-featured-tours,
.landmarks-home-page .nlc-photo-story,
.landmarks-home-page .nlc-landmarks,
.landmarks-home-page .nlc-route,
.landmarks-home-page .nlc-dark-cta,
.landmarks-home-page .nlc-faq,
.landmarks-home-page .nlc-map-section {
  position: relative;
  overflow: hidden;
}

.landmarks-home-page #header section,
.landmarks-home-page .menu-list-items {
  overflow: visible !important;
}

.landmarks-home-page .nlc-shell {
  width: min(1180px, calc(100% - 36px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.landmarks-home-page h1,
.landmarks-home-page h2,
.landmarks-home-page h3 {
  color: var(--nlc-ink);
  font-family: "Poppins", Arial, sans-serif;
  letter-spacing: -0.04em;
}

.landmarks-home-page p {
  color: var(--nlc-muted);
  font-size: 14px;
  line-height: 1.65;
}

.landmarks-home-page .nlc-eyebrow,
.landmarks-home-page .nlc-card-label {
  display: inline-flex;
  color: var(--nlc-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.landmarks-home-page .nlc-eyebrow:not(.dark) {
  color: #ffe3a1;
}

.landmarks-home-page .nlc-primary-btn,
.landmarks-home-page .nlc-mobile-book button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--nlc-red) !important;
  color: #fff !important;
  font-weight: 800 !important;
  text-transform: none !important;
  box-shadow: 0 14px 28px rgba(197, 66, 56, .22) !important;
  cursor: pointer !important;
  min-height: 40px !important;
  padding: 12px 20px !important;
  font-size: 13px !important;
}

.landmarks-home-page .nlc-primary-btn:hover,
.landmarks-home-page .nlc-mobile-book button:hover {
  background: var(--nlc-red-dark) !important;
}

.landmarks-home-page .nlc-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 11px 17px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
}

/* Hero */
.landmarks-home-page .nlc-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7,31,63,.94), rgba(7,31,63,.76), rgba(7,31,63,.28)),
    url("../demo-one-page/law/images/bg/01.jpg") center/cover no-repeat;
}

.landmarks-home-page .nlc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 330px;
  gap: 34px;
  align-items: center;
  padding: 58px 0 86px;
}

.landmarks-home-page .nlc-hero-copy h1 {
  color: #fff !important;
  font-size: clamp(38px, 4.7vw, 60px) !important;
  line-height: .95 !important;
  font-weight: 900 !important;
  margin-bottom: 16px;
}

.landmarks-home-page .nlc-hero-copy p {
  max-width: 620px;
  color: rgba(255,255,255,.9) !important;
  font-size: 15px;
  line-height: 1.55;
}

.landmarks-home-page .nlc-hero-actions,
.landmarks-home-page .nlc-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landmarks-home-page .nlc-hero-actions {
  margin-top: 22px;
}

.landmarks-home-page .nlc-hero-trust {
  margin-top: 18px;
}

.landmarks-home-page .nlc-hero-trust span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 12px;
}

.landmarks-home-page .nlc-hero-card {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 54px rgba(0,0,0,.22);
}

.landmarks-home-page .nlc-hero-card h2 {
  font-size: 21px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
}

.landmarks-home-page .nlc-hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.landmarks-home-page .nlc-hero-card li {
  padding: 10px 0;
  border-top: 1px solid var(--nlc-line);
  font-size: 13px;
}

/* Trust */
.landmarks-home-page .nlc-trust-strip {
  margin-top: -42px;
  padding-bottom: 18px;
}

.landmarks-home-page .nlc-trust-strip .nlc-shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px !important;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(23,32,51,.1);
}

.landmarks-home-page .nlc-trust-strip span {
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
}

/* Normal sections */
.landmarks-home-page .nlc-intro,
.landmarks-home-page .nlc-route,
.landmarks-home-page .nlc-landmarks,
.landmarks-home-page .nlc-photo-story,
.landmarks-home-page .nlc-dark-cta,
.landmarks-home-page .nlc-faq,
.landmarks-home-page .nlc-map-section {
  padding: 52px 0;
}

.landmarks-home-page .nlc-split,
.landmarks-home-page .nlc-route-grid,
.landmarks-home-page .nlc-photo-grid,
.landmarks-home-page .nlc-dark-grid,
.landmarks-home-page .nlc-faq-grid {
  display: grid;
  gap: 32px;
}

.landmarks-home-page .nlc-split {
  grid-template-columns: .82fr 1fr;
}

.landmarks-home-page .nlc-section-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.landmarks-home-page .nlc-section-head.left {
  margin-left: 0;
  text-align: left;
}

.landmarks-home-page .nlc-split h2,
.landmarks-home-page .nlc-section-head h2,
.landmarks-home-page .nlc-route-copy h2,
.landmarks-home-page .nlc-photo-copy h2,
.landmarks-home-page .nlc-dark-cta h2,
.landmarks-home-page .nlc-faq h2 {
  font-size: clamp(24px, 2.75vw, 36px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

/* Three equal cards */
.landmarks-home-page .nlc-featured-tours {
  padding: 45px 0 !important;
  background: #f4f7fb !important;
}

.landmarks-home-page .nlc-three-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.landmarks-home-page .nlc-tour-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #dce4ee !important;
  box-shadow: 0 16px 34px rgba(23,32,51,.08) !important;
}

.landmarks-home-page .nlc-tour-image {
  position: relative;
  height: 205px !important;
  overflow: hidden;
}

.landmarks-home-page .nlc-tour-image img {
  width: 100% !important;
  height: 205px !important;
  object-fit: cover !important;
}

.landmarks-home-page .nlc-popular-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  color: var(--nlc-red);
  font-size: 12px;
  font-weight: 900;
}

.landmarks-home-page .nlc-tour-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}

.landmarks-home-page .nlc-tour-content h3 {
  font-size: 24px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  margin: 0 0 10px !important;
}

.landmarks-home-page .nlc-tour-content p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.landmarks-home-page .nlc-tour-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: auto 0 18px !important;
}

.landmarks-home-page .nlc-tour-meta span {
  padding: 7px 9px !important;
  border-radius: 999px !important;
  background: #eef3f8 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.landmarks-home-page .nlc-tour-card .nlc-primary-btn {
  align-self: center;
  min-width: 190px !important;
}

/* Route */
.landmarks-home-page .nlc-route {
  background:
    linear-gradient(135deg, rgba(7,31,63,.96), rgba(18,63,104,.9)),
    url("../images/nyc-landmarks-cruise-map.jpg") center/cover no-repeat;
}

.landmarks-home-page .nlc-route-grid {
  grid-template-columns: .86fr 1fr;
  align-items: center;
}

.landmarks-home-page .nlc-route-copy h2,
.landmarks-home-page .nlc-route-copy p {
  color: #fff !important;
}

.landmarks-home-page .nlc-route-panel {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.95);
}

.landmarks-home-page .nlc-route-stop {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding-bottom: 17px;
}

.landmarks-home-page .nlc-route-stop strong {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--nlc-red);
  color: #fff;
}

.landmarks-home-page .nlc-route-stop h3 {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* Landmarks */
.landmarks-home-page .nlc-landmark-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.landmarks-home-page .nlc-landmark-grid article {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 15px 32px rgba(23,32,51,.08);
}

.landmarks-home-page .nlc-landmark-grid img {
  width: 100%;
  height: 135px;
  object-fit: cover;
}

.landmarks-home-page .nlc-landmark-grid h3 {
  margin: 14px 15px 7px;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.landmarks-home-page .nlc-landmark-grid p {
  margin: 0 15px 16px;
  font-size: 11.5px !important;
}

/* Photo */
.landmarks-home-page .nlc-photo-story {
  background: var(--nlc-cream);
}

.landmarks-home-page .nlc-photo-grid {
  grid-template-columns: .8fr 1.2fr;
}

.landmarks-home-page .nlc-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.landmarks-home-page .nlc-collage img {
  width: 100%;
  min-height: 155px;
  object-fit: cover;
  border-radius: 16px;
}

.landmarks-home-page .nlc-collage img:first-child {
  grid-row: span 2;
  min-height: 335px;
}

/* CTA */
.landmarks-home-page .nlc-dark-cta {
  background:
    linear-gradient(135deg, rgba(7,31,63,.94), rgba(7,31,63,.84)),
    url("../demo-one-page/law/images/bg/02.jpg") center/cover no-repeat;
}

.landmarks-home-page .nlc-dark-grid {
  grid-template-columns: 1fr 310px;
  align-items: center;
}

.landmarks-home-page .nlc-dark-cta h2,
.landmarks-home-page .nlc-dark-cta p {
  color: #fff !important;
}

.landmarks-home-page .nlc-cta-box {
  padding: 22px;
  border-radius: 18px;
  background: #fff;
}

/* FAQ */
.landmarks-home-page .nlc-faq {
  background: var(--nlc-cloud);
}

.landmarks-home-page .nlc-faq-grid {
  grid-template-columns: .75fr 1.1fr;
}

.landmarks-home-page .nlc-faq-list details {
  margin-bottom: 9px;
  border-radius: 14px;
  background: #fff;
}

.landmarks-home-page .nlc-faq-list summary {
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 900;
}

.landmarks-home-page .nlc-faq-list summary:hover {
  background: #123f68 !important;
  color: #fff !important;
  cursor: pointer;
}

/* Map */
.landmarks-home-page .nlc-map-card {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}

.landmarks-home-page .nlc-map-card img {
  width: 100%;
  max-height: 455px;
  object-fit: contain;
}

/* Mobile */
.landmarks-home-page .nlc-mobile-book {
	padding-left: 15px ; 
  display: none;
}

@media (max-width: 900px) {
  .landmarks-home-page .nlc-three-card-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-hero-grid,
  .landmarks-home-page .nlc-split,
  .landmarks-home-page .nlc-route-grid,
  .landmarks-home-page .nlc-photo-grid,
  .landmarks-home-page .nlc-dark-grid,
  .landmarks-home-page .nlc-faq-grid {
    grid-template-columns: 1fr !important;
  }

  .landmarks-home-page .nlc-landmark-grid,
  .landmarks-home-page .nlc-collage {
    grid-template-columns: 1fr !important;
  }

  .landmarks-home-page .nlc-mobile-book {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 99999;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(0,0,0,.22);
  }
}

.landmarks-home-page .nlc-experience-slider-section {
  padding: 48px 0 !important;
  background: #fff7eb;
}

.landmarks-home-page .nlc-experience-slider-grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 42px;
  align-items: center;
}

.landmarks-home-page .nlc-experience-slider {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(23,32,51,.12);
}

.landmarks-home-page .nlc-slider-track {
  position: relative;
  height: 360px;
}

.landmarks-home-page .nlc-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .45s ease;
}

.landmarks-home-page .nlc-slide.active {
  opacity: 1;
}

.landmarks-home-page .nlc-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landmarks-home-page .nlc-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #172033;
  font-size: 28px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,.16);
}

.landmarks-home-page .nlc-slider-prev {
  left: 14px;
}

.landmarks-home-page .nlc-slider-next {
  right: 14px;
}

.landmarks-home-page .nlc-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 6;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.landmarks-home-page .nlc-slider-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  cursor: pointer;
}

.landmarks-home-page .nlc-slider-dots button.active {
  background: #c54238;
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-experience-slider-grid {
    grid-template-columns: 1fr;
  }

  .landmarks-home-page .nlc-slider-track {
    height: 260px;
  }
}

/* FAQ spacing fix */
.landmarks-home-page .nlc-faq {
  padding: 48px 0 !important;
}

.landmarks-home-page .nlc-faq-grid {
  align-items: flex-start !important;
  gap: 48px !important;
}

.landmarks-home-page .nlc-faq-list details {
  padding: 0 !important;
  margin-bottom: 14px !important;
  overflow: hidden !important;
}

.landmarks-home-page .nlc-faq-list summary {
  display: block !important;
  padding: 18px 24px !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}

.landmarks-home-page .nlc-faq-list details p {
  padding: 14px 24px 20px !important;
  margin: 0 !important;
  line-height: 1.55 !important;
}

.landmarks-home-page .nlc-faq-list details:not([open]) summary {
  padding-bottom: 18px !important;
}

.landmarks-home-page .nlc-faq-list details[open] summary {
  padding-bottom: 8px !important;
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-faq-grid {
    gap: 24px !important;
  }
}

/* Center ticket cards when only 2 cards exist */
.landmarks-home-page .nlc-three-card-grid {
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 28px !important;
  flex-wrap: wrap !important;
}

.landmarks-home-page .nlc-three-card-grid .nlc-tour-card {
  width: min(100%, 470px) !important;
  flex: 0 1 470px !important;
}

@media (max-width: 900px) {
  .landmarks-home-page .nlc-three-card-grid .nlc-tour-card {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}

/* Sales-focused hero replacement */
.landmarks-home-page .nlc-hero-sales {
  min-height: 620px !important;
  background:
    linear-gradient(90deg, rgba(7,31,63,.94) 0%, rgba(7,31,63,.82) 48%, rgba(7,31,63,.38) 100%),
    url("../demo-one-page/law/images/bg/01.jpg") center/cover no-repeat !important;
}

.landmarks-home-page .nlc-hero-sales-grid {
  display: grid !important;
  grid-template-columns: 1fr 430px !important;
  gap: 52px !important;
  align-items: center !important;
  padding: 76px 0 !important;
}

.landmarks-home-page .nlc-hero-sales .nlc-hero-copy h1 {
  max-width: 840px !important;
  color: #fff !important;
  font-size: clamp(46px, 5.7vw, 82px) !important;
  line-height: .96 !important;
  margin-bottom: 24px !important;
}

.landmarks-home-page .nlc-hero-sales .nlc-hero-copy p {
  max-width: 700px !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.landmarks-home-page .nlc-hero-visual-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.32);
}

.landmarks-home-page .nlc-hero-visual-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.landmarks-home-page .nlc-hero-price-card {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 145px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.25);
}

.landmarks-home-page .nlc-hero-price-card span {
  display: block;
  color: #647084;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.landmarks-home-page .nlc-hero-price-card strong {
  display: block;
  color: #172033;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.landmarks-home-page .nlc-hero-price-card small {
  color: #647084;
  font-weight: 700;
}

.landmarks-home-page .nlc-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.landmarks-home-page .nlc-hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .landmarks-home-page .nlc-hero-sales-grid {
    grid-template-columns: 1fr !important;
  }

  .landmarks-home-page .nlc-hero-visual-card img {
    height: 310px;
  }
}

/* Shorter, cleaner hero */
.landmarks-home-page .nlc-hero-sales {
  min-height: 520px !important;
}

.landmarks-home-page .nlc-hero-sales-grid {
  grid-template-columns: 1fr 380px !important;
  gap: 42px !important;
  padding: 54px 0 62px !important;
}

.landmarks-home-page .nlc-hero-sales .nlc-hero-copy h1 {
  max-width: 760px !important;
  font-size: clamp(38px, 4.8vw, 66px) !important;
  line-height: .98 !important;
  margin-bottom: 18px !important;
}

.landmarks-home-page .nlc-hero-sales .nlc-hero-copy p {
  max-width: 650px !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}

.landmarks-home-page .nlc-hero-visual-card {
  border-radius: 24px !important;
}

.landmarks-home-page .nlc-hero-visual-card img {
  height: 340px !important;
}

.landmarks-home-page .nlc-hero-price-card {
  width: 125px !important;
  padding: 14px !important;
  border-radius: 18px !important;
}

.landmarks-home-page .nlc-hero-price-card strong {
  font-size: 34px !important;
}

.landmarks-home-page .nlc-hero-highlights {
  margin-top: 18px !important;
  gap: 10px !important;
}

.landmarks-home-page .nlc-hero-highlights span {
  padding: 9px 12px !important;
  font-size: 12px !important;
}

@media (max-width: 900px) {
  .landmarks-home-page .nlc-hero-sales {
    min-height: auto !important;
  }

  .landmarks-home-page .nlc-hero-sales-grid {
    padding: 44px 0 56px !important;
  }

  .landmarks-home-page .nlc-hero-sales .nlc-hero-copy h1 {
    font-size: clamp(36px, 10vw, 52px) !important;
  }

  .landmarks-home-page .nlc-hero-sales .nlc-hero-copy p {
    font-size: 16px !important;
  }

  .landmarks-home-page .nlc-hero-visual-card img {
    height: 280px !important;
  }
}

/* Departure Location + Prices split section */
.landmarks-home-page .nlc-info-split {
  padding: 48px 0 !important;
  background: #fff !important;
}

.landmarks-home-page .nlc-info-split-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 26px !important;
  align-items: stretch !important;
}

.landmarks-home-page .nlc-info-card {
  padding: 30px !important;
  border-radius: 22px !important;
  background: #f4f7fb !important;
  border: 1px solid #dce4ee !important;
  box-shadow: 0 16px 34px rgba(23,32,51,.07) !important;
}

.landmarks-home-page .nlc-info-card h2 {
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  margin: 0 0 14px !important;
}

.landmarks-home-page .nlc-info-card p {
  margin-bottom: 18px !important;
}

.landmarks-home-page .nlc-info-card ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.landmarks-home-page .nlc-info-card li {
  position: relative !important;
  padding: 10px 0 10px 28px !important;
  border-top: 1px solid #dce4ee !important;
  color: #172033 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.landmarks-home-page .nlc-info-card li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 10px !important;
  color: #c54238 !important;
  font-weight: 900 !important;
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-info-split-grid {
    grid-template-columns: 1fr !important;
  }

  .landmarks-home-page .nlc-info-card {
    padding: 24px !important;
  }
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-hero-sales-grid {
    display: block !important;
    padding: 42px 0 120px !important;
  }

  .landmarks-home-page .nlc-hero-sales .nlc-hero-copy h1 {
    max-width: 100% !important;
    font-size: 42px !important;
    line-height: 0.98 !important;
    margin-bottom: 16px !important;
  }

  .landmarks-home-page .nlc-hero-sales .nlc-hero-copy p {
    max-width: 100% !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    margin-bottom: 24px !important;
  }

  .landmarks-home-page .nlc-hero-visual-card {
    display: none !important;
  }

  .landmarks-home-page .nlc-hero-highlights {
    display: none !important;
  }

  .landmarks-home-page .nlc-mobile-book {
    left: 16px !important;
    right: 16px !important;
    bottom: 18px !important;
  }
}


.landmarks-home-page .nlc-policy-combined {
  padding: 56px 0 72px !important;
  background: #fff !important;
}

.landmarks-home-page .nlc-policy-combined .nlc-combined-card {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #071f3f 0%, #123f68 100%) !important;
  box-shadow: 0 22px 50px rgba(7,31,63,.18) !important;
}

.landmarks-home-page .nlc-policy-combined .nlc-combined-side {
  padding: 38px 44px !important;
}

.landmarks-home-page .nlc-policy-combined .nlc-combined-side:first-child {
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.landmarks-home-page .nlc-policy-combined .nlc-eyebrow {
  color: #ffe3a1 !important;
}

.landmarks-home-page .nlc-policy-combined h2,
.landmarks-home-page .nlc-policy-combined li {
  color: #fff !important;
}

.landmarks-home-page .nlc-policy-combined p {
  color: rgba(255,255,255,.82) !important;
}

.landmarks-home-page .nlc-policy-combined ul {
  margin-top: 22px !important;
  padding-left: 20px !important;
}

.landmarks-home-page .nlc-policy-combined li {
  margin-bottom: 8px !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-policy-combined {
    padding: 42px 0 64px !important;
  }

  .landmarks-home-page .nlc-policy-combined .nlc-combined-card {
    grid-template-columns: 1fr !important;
  }

  .landmarks-home-page .nlc-policy-combined .nlc-combined-side {
    padding: 28px !important;
  }

  .landmarks-home-page .nlc-policy-combined .nlc-combined-side:first-child {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.16) !important;
  }
}


.landmarks-home-page .nlc-highlight-quote {
  padding: 36px 0 !important;
  background: #fff !important;
}

.landmarks-home-page .nlc-highlight-quote .nlc-shell {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.landmarks-home-page .nlc-highlight-box {
  width: 100% !important;
  padding: 34px 24px !important;
  border-radius: 0 !important;
  background: #071f3f !important;
  box-shadow: none !important;
  text-align: center !important;
}

.landmarks-home-page .nlc-highlight-box h2 {
  max-width: 980px !important;
  margin: 0 auto 16px !important;
  color: #fff !important;
  font-size: clamp(28px, 3.2vw, 44px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

.landmarks-home-page .nlc-highlight-box p {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: rgba(255,255,255,.88) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-highlight-quote .nlc-shell {
    padding: 0 !important;
  }

  .landmarks-home-page .nlc-highlight-box {
    padding: 46px 24px !important;
  }

  .landmarks-home-page .nlc-highlight-box h2 {
    font-size: 34px !important;
  }

  .landmarks-home-page .nlc-highlight-box p {
    font-size: 17px !important;
  }
}

.landmarks-home-page .nlc-ticker-wrap {
  background: #071f3f;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.landmarks-home-page .nlc-ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.landmarks-home-page .nlc-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  padding: 16px 0;
  animation: nlcTicker 38s linear infinite;
}

.landmarks-home-page .nlc-ticker-track span {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.landmarks-home-page .nlc-ticker-track span::before {
  content: "•";
  color: #c54238;
  margin-right: 14px;
}

@keyframes nlcTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* What You'll See slider */
.landmarks-home-page .nlc-landmark-slider-wrap {
  position: relative !important;
}

.landmarks-home-page .nlc-landmark-grid {
  display: flex !important;
  gap: 18px !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory !important;
  padding: 4px 4px 26px !important;
}


.landmarks-home-page .nlc-landmark-grid {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.landmarks-home-page .nlc-landmark-grid::-webkit-scrollbar {
  display: none !important;
}




.landmarks-home-page .nlc-landmark-grid article {
  flex: 0 0 calc(25% - 14px) !important;
  scroll-snap-align: start !important;
}

.landmarks-home-page .nlc-landmark-arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 10 !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #c54238 !important;
  color: #fff !important;
  font-size: 0 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 26px rgba(23,32,51,.18) !important;
}

.landmarks-home-page .nlc-landmark-arrow::before {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.landmarks-home-page .nlc-landmark-prev::before {
  content: "‹" !important;
}

.landmarks-home-page .nlc-landmark-next::before {
  content: "›" !important;
}

.landmarks-home-page .nlc-landmark-prev {
  left: -10px !important;
}

.landmarks-home-page .nlc-landmark-next {
  right: -10px !important;
}

@media (max-width: 1024px) {
  .landmarks-home-page .nlc-landmark-grid article {
    flex-basis: calc(33.333% - 14px) !important;
  }
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-landmark-grid article {
    flex-basis: 82% !important;
  }

  .landmarks-home-page .nlc-landmark-prev {
    left: 4px;
  }

  .landmarks-home-page .nlc-landmark-next {
    right: 4px;
  }
}

.nlc-faq-highlight {
  padding: 70px 20px;
  background: #f5f8fb;
}

.nlc-faq-highlight-box {
  background: #ffffff;
  border-radius: 26px;
  padding: 45px;
  box-shadow: 0 18px 45px rgba(13, 39, 64, 0.10);
  border: 1px solid rgba(13, 39, 64, 0.08);
}

.nlc-faq-highlight-box h2 {
  max-width: 850px;
  margin-bottom: 30px;
}

.nlc-faq-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.nlc-faq-mini-item {
  background: #f8fbff;
  border-left: 5px solid #123f68;
  border-radius: 16px;
  padding: 24px;
}

.nlc-faq-mini-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #123f68;
}

.nlc-faq-mini-item p {
  margin-bottom: 0;
  line-height: 1.65;
}

.nlc-faq-highlight-footer {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e5edf5;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.nlc-faq-highlight-footer p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .nlc-faq-highlight-box {
    padding: 30px 22px;
  }

  .nlc-faq-mini-grid {
    grid-template-columns: 1fr;
  }

  .nlc-faq-highlight-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.nlc-included-section {
  padding: 80px 20px;
  background: #f5f8fb;
}

.nlc-included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.nlc-included-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 18px 45px rgba(13, 39, 64, 0.08);
}

.nlc-included-card h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.nlc-included-card h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #123f68;
}

.nlc-included-card ul {
  padding-left: 20px;
  margin: 0;
}

.nlc-included-card li {
  margin-bottom: 11px;
  line-height: 1.55;
  color: #5d6b82;
}

.nlc-included-yes {
  border-top: 6px solid #123f68;
}

.nlc-included-no {
  border-top: 6px solid #c64747;
}

@media (max-width: 768px) {
  .nlc-included-grid {
    grid-template-columns: 1fr;
  }

  .nlc-included-card {
    padding: 30px 22px;
  }

  .nlc-included-card h2 {
    font-size: 26px;
  }
}

.nlc-sunset-promo {
  padding: 42px 20px;
  background: linear-gradient(135deg, #102f4f 0%, #b46a4d 60%, #d59b55 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nlc-sunset-content {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.nlc-sunset-content h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.nlc-sunset-content p {
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto 20px;
}

.nlc-sunset-times {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.nlc-sunset-times span {
  padding: 9px 14px;
  font-size: 14px;
  border-radius: 999px;
}

.nlc-sunset-promo .nlc-primary-btn {
  padding: 11px 22px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .nlc-sunset-promo {
    padding: 38px 18px;
  }

  .nlc-sunset-content h2 {
    font-size: 28px;
  }
}


.nlc-who-section {
  padding: 80px 20px;
  background: #ffffff;
}

.nlc-who-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 38px;
}

.nlc-who-head h2 {
  margin-bottom: 15px;
}

.nlc-who-head p {
  font-size: 18px;
  line-height: 1.7;
}

.nlc-who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nlc-who-card {
  background: #f7f9fc;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(18, 63, 104, 0.08);
}

.nlc-who-card h3 {
  font-size: 19px;
  color: #123f68;
  margin-bottom: 10px;
}

.nlc-who-card p {
  margin-bottom: 0;
  line-height: 1.6;
}

.nlc-who-reservation {
  margin: 34px auto 0;
  max-width: 900px;
  background: #123f68;
  color: #ffffff;
  border-radius: 22px;
  padding: 32px;
  text-align: center;
}

.nlc-who-reservation h3,
.nlc-who-reservation p {
  color: #ffffff;
}

.nlc-who-reservation p {
  margin-bottom: 0;
}

.nlc-who-quote {
  max-width: 900px;
  margin: 24px auto 0;
  padding: 28px;
  border-radius: 22px;
  background: #f5f8fb;
  text-align: center;
  border-left: 6px solid #c64747;
}

.nlc-who-quote p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #123f68;
  font-weight: 700;
}

@media (max-width: 992px) {
  .nlc-who-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nlc-who-section {
    padding: 60px 18px;
  }

  .nlc-who-grid {
    grid-template-columns: 1fr;
  }

  .nlc-who-reservation,
  .nlc-who-quote {
    padding: 24px;
  }
}


.nlc-rules-section {
  padding: 80px 20px;
  background: #f5f8fb;
}

.nlc-rules-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 38px;
}

.nlc-rules-head h2 {
  margin-bottom: 14px;
}

.nlc-rules-head p {
  font-size: 18px;
  line-height: 1.7;
}

.nlc-rules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.nlc-rules-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 38px;
  box-shadow: 0 18px 45px rgba(13, 39, 64, 0.08);
}

.nlc-rules-card h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.nlc-rules-card h3 {
  font-size: 18px;
  color: #123f68;
  margin-bottom: 18px;
}

.nlc-rules-card ul {
  padding-left: 0;
  margin: 0 0 22px;
  list-style: none;
}

.nlc-rules-card li {
  margin-bottom: 12px;
  line-height: 1.55;
  color: #5d6b82;
}

.nlc-rules-card p {
  margin-bottom: 0;
  line-height: 1.65;
}

.nlc-rules-no {
  border-top: 6px solid #c64747;
}

.nlc-rules-yes {
  border-top: 6px solid #123f68;
}

@media (max-width: 768px) {
  .nlc-rules-section {
    padding: 60px 18px;
  }

  .nlc-rules-grid {
    grid-template-columns: 1fr;
  }

  .nlc-rules-card {
    padding: 28px 22px;
  }

  .nlc-rules-card h2 {
    font-size: 25px;
  }
}


.nlc-harbor-moments {
  padding: 70px 20px;
  background: #ffffff;
}

.nlc-moments-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.nlc-moments-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(13, 39, 64, 0.12);
}

.nlc-moments-grid img:first-child {
  height: 340px;
}

@media (max-width: 768px) {
  .nlc-moments-grid {
    grid-template-columns: 1fr;
  }

  .nlc-moments-grid img,
  .nlc-moments-grid img:first-child {
    height: 230px;
  }
}

.nlc-postcard-slider-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
  overflow: hidden;
}

.nlc-postcard-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 35px;
}

.nlc-postcard-head h2 {
  margin-bottom: 12px;
}

.nlc-postcard-head p {
  font-size: 18px;
  line-height: 1.65;
}

.nlc-postcard-slider {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.nlc-postcard-stage {
  position: relative;
  height: 520px;
  perspective: 1400px;
}

.nlc-postcard-slide {
  position: absolute;
  inset: 0;
  width: 72%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(13, 39, 64, 0.22);
  opacity: 0;
  transform: translateX(90px) scale(0.86) rotate(4deg);
  transition: all 0.55s ease;
  pointer-events: none;
}

.nlc-postcard-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1) rotate(0deg);
  z-index: 4;
  pointer-events: auto;
}

.nlc-postcard-slide.next {
  opacity: 0.45;
  transform: translateX(155px) scale(0.88) rotate(5deg);
  z-index: 3;
}

.nlc-postcard-slide.prev {
  opacity: 0.35;
  transform: translateX(-155px) scale(0.88) rotate(-5deg);
  z-index: 2;
}

.nlc-postcard-slide img {
  width: 100%;
  height: 345px;
  object-fit: cover;
  display: block;
}

.nlc-postcard-caption {
  padding: 26px 30px 30px;
  text-align: left;
}

.nlc-postcard-caption span {
  display: inline-block;
  color: #c64747;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.nlc-postcard-caption h3 {
  font-size: 26px;
  color: #123f68;
  margin-bottom: 8px;
}

.nlc-postcard-caption p {
  margin-bottom: 0;
  line-height: 1.6;
}

.nlc-postcard-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #123f68;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  z-index: 10;
  cursor: pointer;
}

.nlc-postcard-prev {
  left: 20px;
}

.nlc-postcard-next {
  right: 20px;
}

.nlc-postcard-dots {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.nlc-postcard-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #cfd9e6;
  cursor: pointer;
}

.nlc-postcard-dots button.active {
  width: 30px;
  background: #123f68;
}

@media (max-width: 768px) {
  .nlc-postcard-slider-section {
    padding: 60px 18px;
  }

  .nlc-postcard-stage {
    height: 480px;
  }

  .nlc-postcard-slide {
    width: 88%;
  }

  .nlc-postcard-slide.next,
  .nlc-postcard-slide.prev {
    opacity: 0;
  }

  .nlc-postcard-slide img {
    height: 285px;
  }

  .nlc-postcard-caption h3 {
    font-size: 22px;
  }

  .nlc-postcard-prev {
    left: -4px;
  }

  .nlc-postcard-next {
    right: -4px;
  }
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-mobile-book {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: block !important;
  }

  .landmarks-home-page .nlc-mobile-book-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 58px !important;
    border-radius: 999px !important;
    background: #c54238 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 18px 48px rgba(0,0,0,.24) !important;
  }
}
/* Fix bottom CTA purchase box */
.landmarks-home-page .nlc-dark-cta {
  padding: 70px 0 !important;
}

.landmarks-home-page .nlc-cta-box {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 28px !important;
  min-width: 340px !important;
}

.landmarks-home-page .nlc-cta-box strong {
  display: block !important;
  color: #172033 !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

.landmarks-home-page .nlc-cta-box span {
  display: block !important;
  color: #172033 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.landmarks-home-page .nlc-cta-box .nlc-primary-btn {
  margin-top: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 768px) {
  .landmarks-home-page .nlc-cta-box {
    min-width: 0 !important;
    width: 100% !important;
  }
}