:root {
  --navy: #061c33;
  --navy-soft: #0d2b48;
  --blue: #178fcf;
  --blue-dark: #0f75ad;
  --gold: #f2c14e;
  --sand: #f4f8fb;
  --line: #d9e5ee;
  --text: #102033;
  --muted: #607084;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(4, 27, 49, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(217, 229, 238, 0.88);
  box-shadow: 0 10px 28px rgba(6, 28, 51, 0.08);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 228px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-cta {
  padding: 11px 16px;
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(23, 143, 207, 0.26);
}

.hero {
  position: relative;
  min-height: 720px;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  align-items: end;
  gap: 28px;
  padding: 110px max(24px, calc((100vw - 1180px) / 2)) 64px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 28, 51, 0.9) 0%, rgba(6, 28, 51, 0.68) 38%, rgba(6, 28, 51, 0.22) 100%),
    linear-gradient(0deg, rgba(6, 28, 51, 0.72), rgba(6, 28, 51, 0.08) 58%);
}

.hero-content {
  max-width: 720px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-content .eyebrow,
.final-cta .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 5vw, 5.4rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-size: 1.22rem;
}

.hero-text {
  max-width: 690px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.16rem;
  line-height: 1.75;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.hero-checks span,
.mini-features span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  padding: 9px 12px;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-actions,
.section-heading,
.final-cta,
.destination-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 900;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(23, 143, 207, 0.28);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.quick-price {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  padding: 24px;
  color: var(--text);
  box-shadow: var(--shadow);
}

.quick-price p {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quick-price h2 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.price-large {
  color: var(--navy);
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 950;
}

.quick-price span,
.price-note,
.section-heading p,
.copy-block p,
.destination-card p,
.why-grid p,
.faq-list p,
.site-footer p,
.site-footer span {
  color: var(--muted);
  line-height: 1.75;
}

.quick-price ul {
  margin: 18px 0;
  padding-left: 20px;
}

.quick-price li {
  margin: 8px 0;
}

.quick-price a,
.text-link,
.destination-card a {
  color: var(--blue-dark);
  font-weight: 900;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 82px 0;
}

.section-heading {
  margin-bottom: 34px;
  align-items: end;
}

.section-heading p {
  max-width: 610px;
  margin-bottom: 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trust-grid article,
.destination-card,
.why-grid article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 32px rgba(6, 28, 51, 0.06);
}

.trust-grid article {
  padding: 20px;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  margin-bottom: 8px;
  color: var(--navy);
}

.trust-grid span {
  color: var(--muted);
  line-height: 1.6;
}

.airport-section,
.vehicle-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.copy-block > p {
  font-size: 1.05rem;
}

.step-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.step-list div {
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: var(--white);
  padding: 16px 18px;
  box-shadow: 0 12px 24px rgba(6, 28, 51, 0.06);
}

.step-list span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-weight: 950;
}

.step-list p {
  margin-bottom: 0;
}

.photo-stack {
  display: grid;
  gap: 14px;
}

.photo-stack img,
.vehicle-section img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.photo-stack img:nth-child(2) {
  width: 82%;
  margin-left: auto;
  margin-top: -90px;
  border: 7px solid var(--sand);
}

.prices-section {
  width: 100%;
  background: var(--white);
  padding-left: max(16px, calc((100vw - 1180px) / 2));
  padding-right: max(16px, calc((100vw - 1180px) / 2));
}

.price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: var(--white);
}

th,
td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  background: var(--navy);
  color: var(--white);
  font-size: 0.86rem;
}

td:first-child {
  color: var(--navy);
  font-weight: 900;
}

.hotel-link {
  color: var(--navy);
  font-weight: 900;
}

.hotel-link:hover {
  color: var(--blue);
}

td:nth-child(3),
td:nth-child(4),
td:nth-child(5) {
  color: var(--blue-dark);
  font-weight: 950;
}

tr:last-child td {
  border-bottom: 0;
}

.price-note {
  margin: 18px 0 0;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.destination-card {
  padding: 22px;
}

.destination-top span {
  border-radius: var(--radius);
  background: rgba(242, 193, 78, 0.18);
  color: #8a6506;
  padding: 7px 10px;
  font-size: 0.88rem;
  font-weight: 950;
  white-space: nowrap;
}

.destination-card p {
  min-height: 104px;
}

.destination-meta {
  display: grid;
  gap: 7px;
  margin: 18px 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.why-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: start;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.why-grid article {
  padding: 22px;
}

.why-grid strong {
  color: var(--navy);
  font-size: 1.1rem;
}

.why-grid p {
  margin: 8px 0 0;
}

.vehicle-section {
  border-top: 1px solid var(--line);
}

.mini-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mini-features span {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0 18px;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 0;
  color: var(--navy);
  font-weight: 950;
}

.faq-list p {
  margin: -6px 0 18px;
}

.final-cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 84px;
  border-radius: var(--radius);
  background: var(--navy);
  padding: 34px;
  color: var(--white);
  box-shadow: var(--shadow);
}

.final-cta h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.9fr;
  gap: 34px;
  background: #041321;
  color: var(--white);
  padding: 46px max(24px, calc((100vw - 1180px) / 2));
}

.site-footer img {
  width: 226px;
  margin-bottom: 14px;
  filter: brightness(1.4);
}

.site-footer strong,
.site-footer a,
.site-footer span {
  display: block;
}

.site-footer strong {
  margin-bottom: 14px;
}

.site-footer a,
.site-footer span,
.site-footer p {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.72);
}

.subhero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 70px;
  color: var(--white);
}

.subhero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subhero .hero-overlay {
  z-index: -1;
}

.subhero-content {
  max-width: 850px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.84);
}

.route-summary {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 34px;
  align-items: stretch;
}

.route-price {
  position: static;
  align-self: stretch;
  max-width: none;
  color: var(--white);
}

.route-copy {
  border-radius: var(--radius);
  background: var(--white);
  padding: 34px;
  box-shadow: var(--shadow);
}

.related-section {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.related-links a {
  border: 1px solid rgba(10, 46, 74, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(10, 46, 74, 0.08);
}

@media (max-width: 960px) {
  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .hero,
  .airport-section,
  .vehicle-section,
  .why-section,
  .route-summary,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 92px;
  }

  .quick-price {
    max-width: 460px;
  }

  .trust-grid,
  .destination-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .related-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .nav-wrap {
    min-height: 66px;
  }

  .brand img {
    width: 186px;
  }

  .nav-cta {
    padding: 10px 12px;
  }

  .hero {
    padding: 72px 16px 34px;
  }

  .subhero {
    min-height: 560px;
    padding: 118px 16px 42px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-actions,
  .section-heading,
  .final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    width: calc(100% - 28px);
    padding: 56px 0;
  }

  .trust-grid,
  .destination-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .photo-stack img:nth-child(2) {
    width: 100%;
    margin-top: 0;
    border: 0;
  }

  .destination-card p {
    min-height: auto;
  }

  .final-cta {
    width: calc(100% - 28px);
    padding: 24px;
  }

  .route-copy {
    padding: 24px;
  }
}
