:root {
  --site-dark: #101820;
  --site-dark-soft: #18232d;
  --site-gold: #f2b134;
  --site-cream: #f6f1e8;
  --site-text: #22313f;
}

body {
  color: var(--site-text);
  font-family:
    Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  padding-bottom: 7.5rem;
}

.site-nav {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.tracking-wide {
  letter-spacing: 0.14em;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(164, 128, 57, 0.12), transparent 22%),
    radial-gradient(circle at left center, rgba(42, 79, 102, 0.14), transparent 28%),
    linear-gradient(135deg, #0b1117 0%, #13202b 46%, #0d151c 100%);
  color: #ffffff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 9, 13, 0.24), rgba(5, 9, 13, 0.38)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 32%);
}

.hero-row {
  min-height: 100vh;
  padding-top: 6.25rem;
  padding-bottom: 1.25rem;
}

.hero-content-card {
  width: 100%;
  max-width: 100%;
  padding: clamp(0.75rem, 2.5vw, 2rem) 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.1rem, 2vw, 1.75rem);
  max-width: 76rem;
  margin: 0 auto clamp(1.75rem, 3vw, 2.75rem);
}

.hero-offer {
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}

.hero-price {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-size: clamp(3.4rem, 9vw, 8rem);
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 800;
  color: #f2b134;
  text-shadow: 0 0.45rem 1.3rem rgba(0, 0, 0, 0.24);
}

.hero-currency {
  font-size: calc(1em - 8px);
  line-height: 1;
}

.hero-fare {
  display: inline-block;
  margin-left: 0.38em;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #ffffff;
}
.hero-route {
  max-width: min(100%, 54rem);
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.28;
  margin-left: auto;
  margin-right: auto;
}

.hero-route span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.hero-meta-wrap {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-meta {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  word-spacing: 0.12rem;
  white-space: nowrap;
}

.hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 14.75rem;
  padding-right: 1.45rem;
  padding-left: 1.45rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.hero-actions .btn i {
  margin-right: 0 !important;
  font-size: 1.05em;
  line-height: 1;
}

.hero-highlights {
  margin-top: 1.25rem;
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(3px);
  color: rgba(255, 255, 255, 0.88);
}

.feature-pill i,
.icon-wrap i {
  color: var(--site-gold);
}

.section-soft {
  background: linear-gradient(180deg, #fffdf9, var(--site-cream));
}

.section-label {
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a17211;
}

.section-copy {
  max-width: 38rem;
}

.service-card,
.pricing-card,
.booking-panel,
.about-stat-card,
.about-image-slot {
  border-radius: 1.25rem;
}

.service-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1.2rem 2rem rgba(16, 24, 32, 0.08);
}

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  background: #fff5dc;
  font-size: 1.25rem;
}

.pricing-card {
  height: 100%;
  border: 1px solid #ece7df;
  background: #ffffff;
  box-shadow: 0 0.9rem 2rem rgba(16, 24, 32, 0.05);
}

.accent-card {
  background: linear-gradient(180deg, #fffaf0, #fff3d1);
}

.pricing-kicker {
  color: #7b8794;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(242, 177, 52, 0.08), transparent 25%),
    linear-gradient(180deg, #f9fbfd, #f1f5f9);
}

.about-copy {
  max-width: 40rem;
  color: #526171;
  font-size: 1.08rem;
  line-height: 1.8;
}

.about-stat-card {
  height: 100%;
  padding: 1.15rem 1.2rem;
  background: #ffffff;
  border: 1px solid #dbe4ee;
  box-shadow: 0 0.8rem 1.8rem rgba(15, 23, 34, 0.06);
}

.about-stat-card span {
  display: block;
  color: #6c7a89;
  margin-top: 0.35rem;
}

.about-details {
  max-width: 40rem;
  margin-top: 1.35rem;
}

.about-image-slot {
  position: relative;
  min-height: 30rem;
  margin: 0;
  padding: 0.75rem;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(23, 48, 71, 0.12), rgba(242, 177, 52, 0.18)),
    #ffffff;
  box-shadow: 0 1.3rem 3rem rgba(15, 23, 34, 0.16);
}


.about-service-photo {
  display: block;
  width: 100%;
  height: 31rem;
  object-fit: cover;
  object-position: center 88%;
  border-radius: 1rem;
  filter: saturate(1.05) contrast(1.02);
}

.about-image-note {
  position: absolute;
  right: 1.35rem;
  bottom: 3.4rem;
  left: 1.35rem;
  z-index: 2;
  margin: 0;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  background: rgba(7, 13, 19, 0.42);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(3px);
}




.process-section {
  background: linear-gradient(180deg, #ffffff, #f7fafc);
}

.booking-panel {
  background: #ffffff;
  box-shadow: 0 1.4rem 2.6rem rgba(0, 0, 0, 0.18);
}

.timeline-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.timeline-step + .timeline-step {
  margin-top: 1.25rem;
}

.timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--site-dark);
  color: #ffffff;
  font-weight: 700;
}

.form-control,
.form-control:focus {
  border-radius: 0.9rem;
  box-shadow: none;
}

.form-control:focus {
  border-color: var(--site-gold);
}

.contact-list p {
  margin-bottom: 0.7rem;
  color: #556270;
}

.faq-section {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.reviews-section {
  background: linear-gradient(180deg, #f8fbfd, #ffffff);
}

.reviews-summary {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #dde5ed;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1rem 2rem rgba(15, 23, 34, 0.05);
}

.reviews-summary__score {
  color: #101820;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.reviews-summary__stars,
.review-card__stars {
  color: #d6a328;
  letter-spacing: 0.08em;
}

.review-card {
  height: 100%;
  padding: 1.45rem 1.45rem 1.5rem;
  border: 1px solid #dde5ed;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1rem 2.2rem rgba(15, 23, 34, 0.06);
}

.review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.review-card__name {
  margin-bottom: 0.35rem;
  color: #18232d;
  font-size: 1.02rem;
  font-weight: 700;
}

.review-card__badge {
  flex-shrink: 0;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #556270;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card p {
  color: #5c6b79;
  line-height: 1.75;
}

.faq-wrap,
.privacy-wrap {
  --bs-gutter-y: 1.5rem;
}

.faq-card,
.privacy-card {
  height: 100%;
  padding: 1.45rem 1.45rem 1.5rem;
  border: 1px solid #dde5ed;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1rem 2.2rem rgba(15, 23, 34, 0.06);
}

.faq-card__title,
.privacy-card__title {
  margin-bottom: 0.8rem;
  color: #18232d;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.faq-card p,
.privacy-card p,
.privacy-card li {
  color: #5c6b79;
  line-height: 1.75;
}

.privacy-section {
  background:
    radial-gradient(circle at top left, rgba(242, 177, 52, 0.08), transparent 18%),
    linear-gradient(180deg, #f4f8fb, #eef3f7);
}

.privacy-brand__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #101820;
}

.privacy-brand__sub {
  color: #6b7785;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.privacy-accordion-shell {
  border: 1px solid #dde5ed;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1rem 2.2rem rgba(15, 23, 34, 0.06);
  overflow: hidden;
}

.privacy-main-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #dde5ed;
  background: transparent;
}

.privacy-main-accordion .accordion-item:last-child {
  border-bottom: 0;
}

.privacy-main-accordion .accordion-button {
  padding: 1.35rem 1.45rem;
  background: transparent;
  color: #18232d;
  font-weight: 700;
  box-shadow: none;
}

.privacy-main-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #101820;
  box-shadow: none;
}

.privacy-main-accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.privacy-accordion-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.privacy-accordion-label i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.8rem;
  background: #f2f6fa;
  color: #173047;
  font-size: 1rem;
}

.privacy-main-accordion .accordion-body {
  padding: 0 1.45rem 1.45rem;
}

.privacy-main-accordion .accordion-body p,
.privacy-main-accordion .accordion-body li {
  color: #5c6b79;
  line-height: 1.75;
}

.privacy-list {
  display: grid;
  gap: 0.95rem;
  margin: 0;
}

.privacy-list div {
  display: grid;
  gap: 0.2rem;
}

.privacy-list dt {
  color: #748191;
  font-weight: 600;
}

.privacy-list dd {
  margin: 0;
  color: #18232d;
}

.privacy-list a,
.footer-links a {
  color: #173047;
  text-decoration: none;
}

.privacy-list a:hover,
.footer-links a:hover {
  color: #a17211;
}

.privacy-bullets {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.privacy-bullets li + li {
  margin-top: 0.35rem;
}

.footer-simple {
  background: #0f151c;
  color: rgba(255, 255, 255, 0.72);
}

.whatsapp-sticky {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: min(28rem, calc(100vw - 2rem));
  padding: 0.9rem 0.95rem 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  background: rgba(16, 24, 32, 0.92);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.whatsapp-sticky.whatsapp-sticky--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.whatsapp-sticky__content {
  min-width: 0;
}

.whatsapp-sticky__eyebrow {
  color: #9fd4ac;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.whatsapp-sticky__text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.35;
}

.whatsapp-sticky__button {
  flex-shrink: 0;
  padding: 0.8rem 1.15rem;
  border: 0;
  background: #25d366;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}

.whatsapp-sticky__button:hover,
.whatsapp-sticky__button:focus {
  background: #1fba59;
  color: #ffffff;
}

@media (min-width: 992px) {
  .site-nav {
    position: fixed;
  }

  .site-nav.site-nav--scrolled {
    background: rgba(8, 13, 18, 0.82);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
  }

  .hero-section {
    min-height: auto;
  }

  .hero-row {
    min-height: auto;
    padding-top: 4.75rem;
    padding-bottom: calc(1.5rem + 10px);
  }

  .hero-content-card {
    max-width: 100%;
    padding: 0 0 0.75rem;
    text-align: center;
  }

  .hero-content-card > * {
    position: relative;
    z-index: 1;
  }

  .hero-copy-stack {
    max-width: 82rem;
    gap: 1.35rem;
    margin-bottom: 1.25rem;
  }

  .hero-price {
    font-size: clamp(5.6rem, 8.6vw, 8.6rem);
  }

  .hero-fare {
    margin-left: 0.22em;
    font-size: 1em;
    letter-spacing: 0;
  }

  .hero-route {
    max-width: 58rem;
    font-size: clamp(1.75rem, 2.35vw, 2.35rem);
    line-height: 1.22;
  }

  .hero-meta-wrap {
    justify-self: center;
    margin-top: 0.1rem;
  }

  .hero-meta {
    font-size: 0.94rem;
    word-spacing: 0.14rem;
  }

  .hero-actions {
    justify-content: center !important;
  }

  .hero-highlights {
    max-width: 72rem;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-pill {
    justify-content: center;
    padding: 0.95rem 1.15rem;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 0.85rem 2rem rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 991.98px) {
  .site-nav {
    background: transparent;
  }

  .site-nav .container {
    position: relative;
  }

  .site-nav .navbar-collapse {
    position: fixed;
    top: 4.65rem;
    right: 0.75rem;
    left: auto;
    z-index: 30;
    width: min(15.75rem, calc(100vw - 1.5rem));
    max-width: calc(100vw - 1.5rem);
    flex: 0 0 auto;
    padding: 0.75rem;
    background: rgba(8, 13, 18, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
  }

  .site-nav .navbar-nav {
    width: 100%;
    margin-left: 0 !important;
    align-items: stretch !important;
    gap: 0.15rem;
  }

  .site-nav .nav-item {
    width: 100%;
  }

  .site-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.7rem 0.9rem;
    text-align: left;
    white-space: nowrap;
    border-radius: 0.75rem;
  }

  .site-nav .nav-link:hover,
  .site-nav .nav-link:focus {
    background: rgba(255, 255, 255, 0.08);
  }

  .site-nav .navbar-nav .btn {
    width: 100%;
    margin-top: 0.4rem;
  }

  .hero-row {
    min-height: 100vh;
    padding-top: 6rem;
    padding-bottom: 1.25rem;
  }

  .hero-content-card {
    max-width: 100%;
    padding: clamp(1.1rem, 4vw, 2rem) 0;
  }

  .about-image-slot {
    min-height: 18rem;
  }

  .faq-wrap,
  .privacy-wrap {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .privacy-list div {
    grid-template-columns: minmax(11rem, 13rem) 1fr;
    align-items: start;
    gap: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    padding-bottom: 8.5rem;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-row {
    min-height: auto;
    padding-top: 3.75rem;
    padding-bottom: 2.45rem;
  }
  .site-nav .container {
    max-width: 100%;
    padding-inline: 1rem;
  }

  .site-nav .navbar-toggler {
    margin-left: auto;
    flex-shrink: 0;
  }

  .hero-content-card {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-inline: 1rem;
    overflow: hidden;
  }

  .hero-copy-stack {
    gap: 0.78rem;
    margin-bottom: 1.15rem;
  }

  .hero-price {
    max-width: 100%;
    font-size: clamp(2.4rem, 11.4vw, 3.05rem);
  }

  .hero-fare {
    margin-left: 0.18em;
    font-size: 0.66em;
  }

  .hero-route {
    font-size: 1.08rem;
    line-height: 1.25;
    padding-inline: 0.2rem;
  }

  .hero-meta {
    max-width: 21rem;
    margin-inline: auto;
    font-size: 0.76rem;
    line-height: 1.45;
    letter-spacing: 0.01em;
    word-spacing: 0.02rem;
    white-space: normal;
  }

  .hero-actions {
    width: min(calc(100vw - 3rem), 20.5rem);
    margin-inline: auto;
    padding-inline: 0;
    gap: 0.78rem !important;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding: 0.9rem 1.15rem;
    font-size: 0.98rem;
    font-weight: 800;
  }

  .hero-actions .btn i {
    font-size: 1rem;
  }

  .faq-card,
  .privacy-card {
    padding: 1.2rem;
  }

  .privacy-main-accordion .accordion-button {
    padding: 1.15rem 1.2rem;
  }

  .privacy-main-accordion .accordion-body {
    padding: 0 1.2rem 1.2rem;
  }

  .feature-pill {
    border-radius: 1rem;
  }

  .whatsapp-sticky {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    max-width: none;
  }

  .whatsapp-sticky__button {
    justify-content: center;
  }
}
/* Mobile conversion safety override: keeps hero CTAs inside the phone viewport. */
@media (max-width: 991.98px) {
  .site-nav .container {
    max-width: 100%;
    padding-inline: 1rem;
  }

  .site-nav .navbar-toggler {
    margin-left: auto;
    flex-shrink: 0;
  }

  .hero-section {
    overflow-x: hidden;
  }

  .hero-content-card {
    width: 100%;
    max-width: 100%;
    padding-inline: 1rem;
    overflow-x: hidden;
  }

  .hero-actions {
    width: min(calc(100vw - 4rem), 19rem) !important;
    max-width: calc(100vw - 4rem);
    margin-inline: auto;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
  }
}
/* Index mobile hero conversion override: homepage only, mobile only. */
@media (max-width: 575.98px) {
  body:not(.layover-page) .hero-content-card {
    text-align: left;
    padding-inline: 2rem 1rem;
  }

  body:not(.layover-page) .hero-copy-stack {
    align-items: flex-start;
    gap: 0.52rem;
    margin-bottom: 1.18rem;
  }

  body:not(.layover-page) .hero-price {
    width: 100%;
    justify-content: flex-start;
    font-size: clamp(4.18rem, calc(20.8vw + 5px), 5.52rem);
    line-height: 0.96;
    white-space: nowrap;
    transform: scaleX(0.74);
    transform-origin: left center;
  }

  body:not(.layover-page) .hero-fare {
    margin-left: 0.1em;
    font-size: 0.66em;
  }

  body:not(.layover-page) .hero-route {
    width: 100%;
    font-size: clamp(1.58rem, calc(4.2vw + 16px), 2.05rem);
    font-weight: 800;
    line-height: 1.08;
    text-align: left;
    white-space: nowrap;
    transform: scaleX(0.66);
    transform-origin: left center;
  }

  body:not(.layover-page) .hero-meta-wrap {
    display: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-inline: 0;
    text-align: left;
  }

  body:not(.layover-page) .hero-meta {
    display: block;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.82);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(0.8rem, 3.35vw, 0.92rem);
    font-weight: 800;
    transform: none;
    line-height: 1.24;
    letter-spacing: 0;
    word-spacing: 0;
    white-space: nowrap;
  }

  body:not(.layover-page) .hero-fees,
  body:not(.layover-page) .hero-fees-separator {
    display: none;
  }

  body:not(.layover-page) .hero-actions {
    width: min(calc(100vw - 3rem), 20.25rem) !important;
    gap: 0.78rem !important;
    margin-right: auto;
    margin-left: 0;
  }

  body:not(.layover-page) .hero-actions .btn {
    min-height: 3.18rem;
    padding: 0.9rem 1rem;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0;
  }

  body:not(.layover-page) .hero-actions a[href*="wa.me"] {
    order: 1;
    color: #05080b;
    background: var(--site-gold);
    border-color: var(--site-gold);
    box-shadow: 0 0.8rem 1.8rem rgba(255, 193, 7, 0.16);
  }

  body:not(.layover-page) .hero-actions a[href^="tel:"] {
    order: 2;
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.86);
    box-shadow: none;
  }
}

/* Light premium site revamp: preserves existing HTML, copy, links, and scripts. */
:root {
  --rev-bg: #f8fafc;
  --rev-panel: #ffffff;
  --rev-ink: #0f172a;
  --rev-text: #475569;
  --rev-soft: #e2e8f0;
  --rev-blue: #0ea5e9;
  --rev-blue-soft: #eff6ff;
  --rev-green: #25d366;
  --rev-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

html,
body {
  background: var(--rev-bg);
}

body {
  color: var(--rev-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 4px 22px rgba(15, 23, 42, 0.04);
}

.site-nav--scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.site-nav .navbar-brand,
.site-nav .nav-link {
  color: var(--rev-ink) !important;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: var(--rev-blue) !important;
}

.site-nav .navbar-toggler {
  border-color: var(--rev-soft);
}

.site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 23, 42, 0.86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section,
.layover-hero {
  min-height: auto;
  color: var(--rev-ink);
  background: var(--rev-panel);
}

.hero-overlay {
  display: none;
}

.hero-row,
.layover-hero .hero-row {
  min-height: clamp(24rem, 48vh, 31rem);
  padding-top: clamp(2.6rem, 3.8vw, 3.8rem);
  padding-bottom: clamp(2.25rem, 3.2vw, 3.2rem);
}

.hero-content-card {
  color: var(--rev-ink);
}

.hero-price,
.hero-currency,
.hero-amount,
.pricing-card .display-6,
.reviews-summary__score {
  color: var(--rev-blue);
}

.hero-fare,
.hero-route,
.layover-title,
.layover-title span,
.layover-subtitle,
.layover-trust,
h1,
h2,
h3,
h4,
h5,
h6,
.display-6,
.review-card__name,
.privacy-brand__title,
.privacy-brand__sub,
.faq-card__title {
  color: var(--rev-ink) !important;
}

.hero-meta,
.section-copy,
.about-copy,
.text-secondary,
.review-card p,
.faq-card p,
.privacy-card,
.privacy-card p,
.accordion-body,
.accordion-body p,
.accordion-body li,
.layover-card-list,
.layover-card-list span,
.layover-final-cta p {
  color: var(--rev-text) !important;
}

.section-label,
.pricing-kicker,
.reviews-summary__stars,
.review-card__stars,
.feature-pill i,
.icon-wrap i,
.layover-card-list i,
.layover-stop-card i {
  color: var(--rev-blue) !important;
}

.section-dark,
.section-soft,
.process-section,
.reviews-section,
.faq-section,
.privacy-section,
#pricing,
.bg-white,
main > section,
.layover-page main > section {
  background: var(--rev-bg) !important;
}

.service-card,
.pricing-card,
.booking-panel,
.review-card,
.faq-card,
.privacy-card,
.privacy-brand,
.privacy-main-accordion,
.privacy-accordion-shell,
.reviews-summary,
.about-stat-card,
.about-image-slot,
.layover-stop-card,
.layover-time-card {
  border: 1px solid var(--rev-soft);
  background: var(--rev-panel);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.service-card,
.pricing-card,
.review-card,
.faq-card,
.layover-stop-card,
.layover-time-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.pricing-card:hover,
.review-card:hover,
.faq-card:hover,
.layover-stop-card:hover,
.layover-time-card:hover {
  border-color: rgba(14, 165, 233, 0.38);
  box-shadow: var(--rev-shadow);
  transform: translateY(-3px);
}

.accent-card,
.feature-pill,
.icon-wrap,
.route-icon {
  background: var(--rev-blue-soft);
}

.btn-warning,
.hero-actions .btn-warning,
.navbar .btn-warning,
.whatsapp-sticky__button {
  border-color: var(--rev-green) !important;
  background: var(--rev-green) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.18);
}

.btn-warning:hover,
.btn-warning:focus,
.hero-actions .btn-warning:hover,
.hero-actions .btn-warning:focus,
.navbar .btn-warning:hover,
.navbar .btn-warning:focus,
.whatsapp-sticky__button:hover,
.whatsapp-sticky__button:focus {
  border-color: var(--rev-blue) !important;
  background: var(--rev-blue) !important;
  color: #ffffff !important;
}

.btn-outline-light,
.hero-actions .btn-outline-light,
.btn-outline-dark,
.pricing-card .btn-outline-dark {
  border-color: var(--rev-soft);
  background: var(--rev-panel);
  color: var(--rev-ink);
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.hero-actions .btn-outline-light:hover,
.hero-actions .btn-outline-light:focus,
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.pricing-card .btn-outline-dark:hover,
.pricing-card .btn-outline-dark:focus {
  border-color: var(--rev-blue);
  background: var(--rev-blue);
  color: #ffffff;
}

.btn-dark {
  border-color: var(--rev-blue);
  background: var(--rev-blue);
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
  border-color: var(--rev-ink);
  background: var(--rev-ink);
  color: #ffffff;
}

.about-image-note {
  background: rgba(255, 255, 255, 0.92);
  color: var(--rev-ink);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.timeline-step span {
  background: var(--rev-blue);
  color: #ffffff;
}

.review-card__badge {
  background: var(--rev-blue-soft);
  color: var(--rev-blue);
}

.privacy-main-accordion .accordion-item,
.privacy-main-accordion .accordion-button {
  border-color: var(--rev-soft);
  background: var(--rev-panel);
  color: var(--rev-ink);
}

.privacy-main-accordion .accordion-button:not(.collapsed) {
  background: var(--rev-blue-soft);
  color: var(--rev-ink);
}

.privacy-list div {
  border-color: var(--rev-soft);
}

.privacy-list dt {
  color: var(--rev-ink);
}

.privacy-list dd,
.privacy-list a {
  color: var(--rev-text);
}

.layover-final-cta {
  background: linear-gradient(180deg, #ffffff 0%, var(--rev-blue-soft) 100%) !important;
}

.footer-simple {
  border-top: 1px solid var(--rev-soft);
  background: var(--rev-panel);
  color: var(--rev-text);
}

.footer-simple a,
.footer-simple p {
  color: var(--rev-text);
}

.footer-simple a:hover,
.footer-simple a:focus {
  color: var(--rev-blue);
}

.whatsapp-sticky {
  border: 1px solid rgba(226, 232, 240, 0.82);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.08);
}

.whatsapp-sticky__eyebrow {
  color: var(--rev-blue);
}

.whatsapp-sticky__text {
  color: var(--rev-text);
}

@media (max-width: 991.98px) {
  .site-nav {
    background: rgba(255, 255, 255, 0.98);
  }

  .site-nav .navbar-collapse {
    background: var(--rev-panel);
    border: 1px solid var(--rev-soft);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  }

  .site-nav .nav-link:hover,
  .site-nav .nav-link:focus {
    background: var(--rev-blue-soft);
  }
}

@media (max-width: 767.98px) {
  main,
  section,
  .container,
  .row,
  [class^="col-"],
  [class*=" col-"] {
    max-width: 100%;
    min-width: 0;
  }

  .container {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    margin-right: 24px;
    margin-left: 24px;
    overflow: hidden;
  }

  .site-nav .container {
    width: 100%;
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: 0;
    margin-left: 0;
  }

  .row {
    --bs-gutter-x: 0;
    margin-right: 0;
    margin-left: 0;
  }

  [class^="col-"],
  [class*=" col-"] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .hero-row,
  .layover-hero .hero-row {
    min-height: auto;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  body:not(.layover-page) .hero-meta {
    color: var(--rev-text) !important;
  }

  body:not(.layover-page) .hero-actions a[href*="wa.me"] {
    color: #ffffff !important;
    background: var(--rev-green) !important;
    border-color: var(--rev-green) !important;
  }

  body:not(.layover-page) .hero-actions a[href^="tel:"] {
    color: var(--rev-ink) !important;
    background: var(--rev-panel) !important;
    border-color: var(--rev-soft) !important;
  }

  .about-image-note {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    max-width: 100%;
    margin: 0.35rem auto 0;
    padding: 0.78rem 0.9rem;
    font-size: 0.72rem;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .about-copy,
  .section-copy,
  .text-secondary,
  .review-card p,
  .faq-card p,
  .privacy-card p,
  .pricing-card p,
  .service-card p,
  .layover-card-list span {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }
}

@media (max-width: 575.98px) {
  main .container:not(.position-relative),
  main section .container:not(.position-relative) {
    width: auto !important;
    max-width: none !important;
    margin-right: 24px !important;
    margin-left: 24px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  main .row,
  main [class^="col-"],
  main [class*=" col-"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  main p,
  main li,
  main span,
  main dd,
  main dt,
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main .about-copy,
  main .section-copy,
  main .text-secondary {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  main p,
  main .about-copy,
  main .section-copy {
    max-width: min(100%, 19.5rem) !important;
  }

  main .service-card p,
  main .pricing-card p,
  main .review-card p,
  main .faq-card p,
  main .privacy-card p,
  main .layover-card-list li,
  main .layover-time-card p {
    max-width: 100% !important;
  }

  body:not(.layover-page) .hero-content-card {
    text-align: center;
    padding-inline: 0;
  }

  body:not(.layover-page) .hero-copy-stack {
    align-items: center;
    gap: 0.7rem;
  }

  body:not(.layover-page) .hero-price {
    justify-content: center;
    font-size: clamp(2.45rem, 10.5vw, 3rem);
    line-height: 1.1;
    white-space: normal;
    transform: none;
  }

  body:not(.layover-page) .hero-fare {
    margin-left: 0.14em;
    font-size: 0.58em;
  }

  body:not(.layover-page) .hero-route {
    font-size: clamp(1rem, 4.35vw, 1.16rem);
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    transform: none;
  }

  body:not(.layover-page) .hero-meta-wrap {
    display: block;
    text-align: center;
  }

  body:not(.layover-page) .hero-meta {
    font-size: 0.92rem;
    line-height: 1.55;
    white-space: normal;
  }
}

/* Ultra-minimal airport transfer hero. */
.hero-minimal {
  min-height: clamp(20rem, 40vh, 24rem);
  background: #ffffff !important;
  color: var(--rev-ink);
}

.hero-minimal,
.hero-minimal * {
  box-sizing: border-box;
}

.hero-minimal .container {
  min-height: inherit;
}

.hero-minimal__inner {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(5.25rem, 5.8vw, 6.35rem) 1.5rem clamp(1.45rem, 2.2vw, 2.1rem);
  text-align: center;
}

.hero-minimal__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.5rem, 1.2vw, 0.85rem);
  max-width: 76rem;
  margin: 0;
  color: var(--rev-ink) !important;
  letter-spacing: 0;
}

.hero-minimal__price,
.hero-minimal__route {
  display: block;
  color: var(--rev-ink) !important;
  font-weight: 800;
  line-height: 1.05;
}

.hero-minimal__price {
  font-size: clamp(2.45rem, 6vw, 4.35rem);
  white-space: nowrap;
}

.hero-minimal__amount {
  color: var(--rev-blue);
}

.hero-minimal__route {
  font-size: clamp(1.35rem, 2.7vw, 2.15rem);
  letter-spacing: 0.01em;
}

.hero-minimal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(1.35rem, 2.25vw, 1.95rem);
  padding: 1.05rem 2rem;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1rem 2.2rem rgba(37, 211, 102, 0.22);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-minimal__cta:hover,
.hero-minimal__cta:focus {
  background: var(--rev-blue);
  color: #ffffff !important;
  transform: scale(1.05);
  box-shadow: 0 1.2rem 2.6rem rgba(14, 165, 233, 0.24);
}

@media (max-width: 767.98px) {
  .hero-minimal {
    width: 100%;
    max-width: 100%;
    min-height: clamp(15.5rem, 30vh, 17rem);
    overflow: hidden;
  }

  .hero-minimal .container {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
  }

  .hero-minimal__inner {
    position: static;
    width: 100%;
    max-width: 100%;
    min-height: inherit;
    padding: 5.15rem 24px 0.85rem;
    overflow: hidden;
  }

  .hero-minimal__title {
    max-width: 22rem;
    gap: 0.72rem;
  }

  .hero-minimal__price,
  .hero-minimal__route {
    display: block;
  }

  .hero-minimal__price {
    font-size: clamp(2rem, 9.5vw, 2.45rem);
  }

  .hero-minimal__route {
    font-size: clamp(1.08rem, 4.9vw, 1.3rem);
  }

  .hero-minimal__cta {
    width: 100%;
    max-width: 12.6rem;
    margin-top: 1.05rem;
    padding: 0.72rem 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: 0 0.75rem 1.6rem rgba(37, 211, 102, 0.16);
  }
}
