:root {
  --navy: #102a43;
  --navy-deep: #0a2035;
  --ink: #182b3c;
  --muted: #657584;
  --coral: #e87861;
  --cream: #f6f0e5;
  --sand: #eee5d7;
  --white: #fffdf9;
  --line: #d9d4ca;
  --shell: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,253,249,.94); border-bottom: 1px solid rgba(16,42,67,.1); backdrop-filter: blur(14px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.brand > span:last-child > span { color: var(--coral); }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; transform: rotate(-11deg); }
.brand-mark svg { width: 20px; }
.site-nav { display: flex; align-items: center; gap: 34px; color: #415264; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.header-call) { position: relative; padding: 29px 0; }
.site-nav > a:not(.header-call)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--coral); transition: right .25s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.header-call { padding: 12px 18px; color: var(--white); background: var(--navy); border-radius: 999px; transition: transform .2s ease, background .2s ease; }
.header-call:hover { background: var(--coral); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 700px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); background: linear-gradient(90deg, rgba(5,28,47,.93) 4%, rgba(5,28,47,.72) 45%, rgba(5,28,47,.13) 78%), url("/assets/images/airport-terminal.jpg") center 44%/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,32,52,.28), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding: 100px 0 138px; }
.eyebrow, .kicker, .benefit-label { text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #f5d4ca; }
.eyebrow span { width: 30px; height: 1px; background: var(--coral); }
.hero h1 { max-width: 760px; margin: 23px 0 24px; font: 700 clamp(52px, 7vw, 92px)/.98 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero h1 em { display: block; color: var(--coral); font-style: normal; }
.hero-copy { max-width: 560px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 0 25px; border-radius: 3px; font-weight: 700; transition: transform .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0,0,0,.16); }
.button-coral { color: var(--white); background: var(--coral); }
.button-cream { color: var(--navy); background: var(--cream); }
.support-note { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.76); font-size: 14px; }
.support-note svg { width: 18px; }
.route-line { position: absolute; z-index: 2; bottom: 32px; left: 50%; width: var(--shell); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; transform: translateX(-50%); color: rgba(255,255,255,.64); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.route-line i { height: 1px; position: relative; background: rgba(255,255,255,.28); }
.route-line i::after { content: ""; position: absolute; right: 22%; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(232,120,97,.18); }

.benefits { padding: 120px 0 132px; }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; align-items: start; margin-bottom: 76px; }
.kicker { margin: 10px 0 0; color: var(--coral); }
.section-intro h2, .testimonial h2, .final-cta h2, .legal-hero h1 { margin: 0; color: var(--navy); font: 700 clamp(38px, 4.5vw, 64px)/1.06 "Manrope", sans-serif; letter-spacing: -.055em; }
.section-intro h2 { max-width: 700px; }
.benefit-list { display: grid; gap: 100px; }
.benefit { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.benefit-reverse .benefit-image { order: 2; }
.benefit-image { position: relative; overflow: hidden; aspect-ratio: 1.45; background: var(--sand); }
.benefit-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.28); margin: 14px; }
.benefit-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.benefit:hover img { transform: scale(1.035); }
.benefit-image > span { position: absolute; left: 22px; bottom: -15px; color: rgba(255,255,255,.88); font: 800 92px/1 "Manrope", sans-serif; letter-spacing: -.08em; }
.benefit-copy { max-width: 460px; }
.benefit-label { color: var(--coral); }
.benefit-copy h3 { margin: 20px 0 22px; color: var(--navy); font: 700 clamp(30px, 3.3vw, 46px)/1.08 "Manrope", sans-serif; letter-spacing: -.05em; }
.benefit-copy > p:not(.benefit-label) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.benefit-copy a { display: inline-flex; gap: 14px; margin-top: 16px; padding-bottom: 7px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 14px; font-weight: 700; }
.benefit-copy a span { transition: transform .2s ease; }
.benefit-copy a:hover span { transform: translateX(5px); }

.testimonial { padding: 112px 0; background: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 110px; }
.testimonial h2 { margin-top: 22px; }
.quote-card { margin: 0; padding: 48px; color: var(--white); background: var(--navy); box-shadow: 24px 24px 0 var(--coral); }
.stars { color: #f2b398; letter-spacing: .25em; }
.quote-card blockquote { margin: 27px 0 34px; font: 600 24px/1.55 "Manrope", sans-serif; }
.quote-card figcaption { display: flex; align-items: center; gap: 13px; }
.quote-card figcaption > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--cream); font-weight: 800; }
.quote-card figcaption strong, .quote-card figcaption small { display: block; }
.quote-card figcaption small { margin-top: 4px; color: rgba(255,255,255,.62); }

.final-cta { position: relative; min-height: 520px; display: grid; align-items: center; color: var(--white); background: linear-gradient(90deg, rgba(7,32,52,.94), rgba(7,32,52,.48)), url("/assets/images/travel-planning.jpg") center 57%/cover no-repeat; }
.final-content { position: relative; z-index: 1; padding: 90px 0; }
.kicker-light { color: #f2b39f; }
.final-cta h2 { margin: 22px 0; color: var(--white); }
.final-cta p:not(.kicker) { max-width: 500px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.65; }
.final-cta .button { margin-top: 22px; }

.site-footer { padding: 72px 0 28px; color: rgba(255,255,255,.7); background: var(--navy-deep); }
.brand-footer { color: var(--white); }
.footer-top { display: flex; justify-content: space-between; padding-bottom: 54px; }
.footer-top p { max-width: 350px; margin: 22px 0 0; line-height: 1.6; }
.footer-links { display: flex; gap: 34px; align-items: flex-start; font-size: 14px; font-weight: 600; }
.footer-links a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.legal-page { background: #fbf8f2; }
.legal-hero { padding: 96px 0 72px; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, var(--cream) 0 72%, var(--sand) 72%); }
.legal-hero .kicker { margin-bottom: 18px; }
.legal-hero p:last-child { margin: 18px 0 0; color: var(--muted); }
.legal-content { max-width: 830px; padding-top: 78px; padding-bottom: 110px; }
.legal-content > p:first-child { margin-top: 0; color: var(--ink); font-size: 20px; line-height: 1.65; }
.legal-content h2 { margin: 48px 0 12px; color: var(--navy); font: 700 25px/1.25 "Manrope", sans-serif; letter-spacing: -.03em; }
.legal-content p { color: #596a78; line-height: 1.8; }
.legal-content a { color: var(--coral); font-weight: 700; border-bottom: 1px solid currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

@media (max-width: 800px) {
  :root { --shell: min(100% - 34px, 680px); }
  .header-inner { height: 70px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; left: 0; right: 0; top: 70px; display: none; align-items: stretch; gap: 0; padding: 14px 17px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(12,34,51,.12); }
  .site-nav.is-open { display: grid; }
  .site-nav > a:not(.header-call) { padding: 14px 7px; }
  .site-nav > a:not(.header-call)::after { display: none; }
  .header-call { margin-top: 9px; text-align: center; }
  .hero { min-height: 650px; background-position: 65% center; }
  .hero-content { padding: 88px 0 120px; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .route-line { bottom: 24px; }
  .benefits { padding: 84px 0 94px; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 54px; }
  .benefit-list { gap: 76px; }
  .benefit { grid-template-columns: 1fr; gap: 34px; }
  .benefit-reverse .benefit-image { order: 0; }
  .benefit-image > span { font-size: 70px; }
  .testimonial { padding: 84px 0; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 50px; }
  .quote-card { padding: 32px; box-shadow: 12px 12px 0 var(--coral); }
  .quote-card blockquote { font-size: 21px; }
  .footer-top, .footer-bottom { flex-direction: column; gap: 30px; }
  .footer-links { flex-direction: column; gap: 15px; }
  .legal-hero { padding: 72px 0 58px; background: var(--cream); }
  .legal-content { padding-top: 54px; padding-bottom: 80px; }
}

@media (max-width: 430px) {
  .brand { font-size: 17px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-copy { font-size: 16px; }
  .button { width: 100%; padding-inline: 16px; }
  .route-line { gap: 10px; font-size: 8px; }
  .benefit-image { aspect-ratio: 1.15; }
}
