:root {
  --navy: #12213a;
  --navy-2: #192a47;
  --navy-3: #213553;
  --red: #b92f40;
  --red-dark: #982635;
  --red-hover: #a92738;
  --red-bright: #f07b87;
  --red-soft: #f9eaed;
  --mist: #f6f8fb;
  --mist-2: #edf1f6;
  --white: #fff;
  --ink: #18243a;
  --muted: #5f6c7e;
  --line: #e2e7ed;
  --green: #13896f;
  --green-soft: #dff2ed;
  --panel: #e4e9f0;
  --line-strong: #cbd3de;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 20px 55px rgba(18, 33, 58, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 300; top: -80px; left: 18px; padding: 12px 18px; border-radius: 0 0 6px 6px; background: var(--red); color: white; font-weight: 800; }
.skip-link:focus { top: 0; }
.section-shell, .nav-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; background: rgba(18,33,58,.95); color: white; border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(16px); }
.nav-shell { height: 76px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--red); box-shadow: 0 7px 18px rgba(201,33,53,.28); }
.brand-mark svg { width: 21px; fill: white; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 14px; letter-spacing: -.01em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; margin-left: 12px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: white; }
.mobile-nav { position: absolute; top: 76px; left: 0; width: 100%; min-height: calc(100vh - 76px); padding: 22px 24px; background: var(--navy); }
.mobile-nav a { display: block; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 20px; font-weight: 750; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border: 0; border-radius: 9px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .trip-tab:focus-visible, .swap-button:focus-visible, .edit-button:focus-visible, .menu-button:focus-visible, summary:focus-visible { outline: 3px solid rgba(201,33,53,.35); outline-offset: 3px; }
.button-red { background: var(--red); color: white; box-shadow: 0 12px 26px rgba(201,33,53,.23); }
.button-red:hover { background: var(--red-hover); box-shadow: 0 15px 32px rgba(201,33,53,.3); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 12px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: 14px; font-weight: 800; }
.light-link { color: white; }

.hero { position: relative; min-height: 650px; padding: 122px 0 62px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0; background: url("airport-driver.webp") 59% center / cover no-repeat; filter: saturate(.82) contrast(1.03); transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,28,50,.96) 0%, rgba(13,28,50,.86) 39%, rgba(13,28,50,.43) 70%, rgba(13,28,50,.18) 100%), linear-gradient(0deg, rgba(13,28,50,.55), transparent 54%); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1fr 370px; gap: 76px; align-items: center; }
.hero-copy { max-width: 700px; }
.service-chip { width: fit-content; margin: 0 0 24px; padding: 8px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.8); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-chip span { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(201,33,53,.18); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(46px, 5vw, 68px); line-height: 1.04; letter-spacing: -.045em; font-weight: 760; }
.hero h1 em { display: block; color: rgba(255,255,255,.74); font-style: normal; font-weight: 640; }
.hero-lede { max-width: 570px; margin: 24px 0 29px; color: rgba(255,255,255,.79); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-promises { display: flex; flex-wrap: wrap; gap: 12px 23px; margin: 31px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 680; }
.hero-promises li { display: flex; align-items: center; gap: 7px; }
.hero-promises span { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: rgba(201,33,53,.2); color: var(--red-bright); font-size: 10px; }
.arrival-panel { padding: 23px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(18,36,64,.72); box-shadow: 0 18px 46px rgba(5,15,31,.20); backdrop-filter: blur(18px); }
.panel-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #72d7be; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #49c7a7; box-shadow: 0 0 0 4px rgba(73,199,167,.12); }
.flight-row { display: grid; grid-template-columns: 1fr 72px 1fr; align-items: center; gap: 8px; padding: 22px 0; }
.flight-row div { display: grid; }
.flight-row small { color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.flight-row strong { font-size: 13px; }
.flight-row .right { text-align: right; }
.plane-path { display: flex; align-items: center; }
.plane-path i { flex: 1; height: 1px; background: rgba(255,255,255,.21); }
.plane-path svg { width: 18px; margin: 0 6px; fill: var(--red); }
.arrival-steps { margin: 0; padding: 0; list-style: none; }
.arrival-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; align-items: center; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.08); }
.arrival-steps li > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 850; }
.arrival-steps li.done > span { border-color: var(--green); background: var(--green); color: white; }
.arrival-steps li.active > span { border-color: var(--red); color: var(--red-bright); }
.arrival-steps div { display: grid; }
.arrival-steps strong { font-size: 12px; }
.arrival-steps small { color: rgba(255,255,255,.45); font-size: 10px; }

.assurance-bar { background: white; border-bottom: 1px solid var(--line); }
.assurance-grid { min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.assurance-grid div { padding: 7px 32px; border-left: 1px solid var(--line); }
.assurance-grid div:first-child { padding-left: 0; border-left: 0; }
.assurance-grid strong, .assurance-grid span { display: block; }
.assurance-grid strong { font-size: 19px; letter-spacing: -.025em; }
.assurance-grid span { color: var(--muted); font-size: 11px; }
.route-ticker { overflow: hidden; white-space: nowrap; background: var(--mist-2); color: #667387; border-bottom: 1px solid #dfe5ec; }
.route-ticker div { width: max-content; padding: 15px 0; font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; animation: ticker 36s linear infinite; }
.route-ticker span { margin: 0 24px; color: var(--red); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding: 92px 0; }
.eyebrow { margin: 0 0 13px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 68px; margin-bottom: 44px; }
.section-heading h2, .process-title h2, .reviews-title h2, .faq-title h2, .quote-copy h2 { margin: 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.1; letter-spacing: -.042em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; }

.airports { background: white; }
.airport-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.airport-card { min-height: 374px; padding: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; transition: transform .25s, box-shadow .25s, border .25s; }
.airport-card:hover { transform: translateY(-5px); border-color: #c9d1dc; box-shadow: 0 20px 45px rgba(11,23,48,.1); }
.airport-card-media { position: relative; height: 166px; flex: 0 0 auto; overflow: hidden; background: var(--navy-2); }
.airport-card-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(11,23,48,0) 52%, rgba(11,23,48,.24) 100%); }
.airport-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.03); transition: transform .35s ease; }
.airport-card:hover .airport-card-media img { transform: scale(1.045); }
.airport-card-content { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 21px 23px 23px; }
.airport-top { display: flex; justify-content: space-between; align-items: start; }
.airport-top span { color: var(--red); font-size: 37px; line-height: 1; letter-spacing: -.05em; font-weight: 820; }
.airport-top b { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--red); font-weight: 500; transition: transform .2s, background .2s; }
.airport-card:hover .airport-top b { transform: translateX(3px); background: var(--red); color: white; }
.airport-card p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.airport-card h3 { margin: 4px 0; font-size: 21px; letter-spacing: -.025em; }
.airport-card small { color: var(--muted); font-size: 12px; }
.airport-card-info { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.airport-eta { flex: 0 0 auto; min-width: 88px; display: grid; gap: 3px; padding-left: 12px; border-left: 1px solid var(--line); }
.airport-eta span { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.airport-eta strong { color: var(--red); font-size: 14px; line-height: 1.1; white-space: nowrap; }
.airport-cta { min-height: 270px; padding: 27px; flex-direction: row; justify-content: center; align-items: center; gap: 23px; background: var(--navy); color: white; border-color: var(--navy); }
.mini-plane { flex: 0 0 auto; width: 49px; height: 49px; display: grid; place-items: center; border-radius: 12px; background: rgba(201,33,53,.15); }
.mini-plane svg { width: 26px; fill: var(--red); }
.airport-cta h3 { margin: 0; font-size: 23px; }
.airport-cta p { margin: 4px 0 16px; color: rgba(255,255,255,.55); text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 500; }
.airport-cta strong { color: var(--red-bright); font-size: 12px; }

.process { background: #fdfdfe; }
.process-title { max-width: 720px; margin-bottom: 56px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { position: relative; padding: 34px 27px 0; border-left: 1px solid var(--line); }
.process-grid li:first-child { padding-left: 0; border-left: 0; }
.process-grid li > span { position: absolute; top: -31px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.process-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 11px; background: var(--red-soft); }
.process-icon svg { width: 21px; fill: none; stroke: var(--red); stroke-width: 1.8; }
.process-grid h3 { margin: 0 0 9px; font-size: 17px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.process-note { margin: 54px 0 0; padding: 17px 20px; text-align: center; border-radius: 8px; background: var(--mist); color: var(--muted); font-size: 12px; font-weight: 700; }

.reviews { overflow: hidden; background: #172943; color: white; }
.reviews-title { max-width: 860px; margin-bottom: 48px; }
.reviews-title .eyebrow { color: var(--red-bright); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 360px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #fbfcfd; color: var(--ink); box-shadow: 0 16px 42px rgba(4,13,28,.16); }
.review-stars { display: flex; gap: 4px; color: var(--red); }
.review-stars svg { width: 17px; height: 17px; fill: currentColor; }
.review-card blockquote { flex: 1; margin: 25px 0 29px; font-size: 16px; line-height: 1.75; letter-spacing: -.008em; }
.review-author { padding-top: 20px; display: grid; gap: 4px; border-top: 1px solid var(--line); }
.review-author strong { font-size: 14px; }
.review-author span { color: var(--muted); font-size: 12px; }

.faq { background: var(--mist); }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.faq-title > p:not(.eyebrow) { margin: 21px 0; color: var(--muted); }
.faq-list { background: white; padding: 0 28px; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 40px rgba(18,33,58,.05); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { position: relative; padding: 23px 35px 23px 0; list-style: none; cursor: pointer; font-size: 15px; font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--red); font-size: 20px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -5px 0 23px; color: var(--muted); font-size: 15px; line-height: 1.7; }

.quote-section { background: linear-gradient(180deg, #fff 0%, var(--mist) 100%); border-bottom: 1px solid var(--line); }
.quote-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: start; }
.quote-copy { position: sticky; top: 110px; }
.quote-copy > p:not(.eyebrow) { margin: 22px 0 29px; color: var(--muted); font-size: 16px; }
.quote-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.quote-copy li { padding: 17px 0; display: grid; border-bottom: 1px solid var(--line); }
.quote-copy li strong { font-size: 13px; }
.quote-copy li span { color: var(--muted); font-size: 11px; }
.form-shell { min-height: 760px; }
#quote-form, .form-result { padding: 36px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.form-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 22px; }
.form-head small { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.form-head h3 { margin: 4px 0 0; font-size: 27px; letter-spacing: -.035em; }
.form-head > span { padding: 6px 9px; border-radius: 999px; background: white; color: var(--muted); font-size: 10px; font-weight: 750; }
.trip-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-bottom: 19px; padding: 4px; border-radius: 7px; background: var(--panel); }
.trip-tab { min-height: 40px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 800; cursor: pointer; }
.trip-tab.active { background: var(--navy); color: white; box-shadow: 0 4px 10px rgba(11,23,48,.15); }
.route-fields { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.route-hint { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.route-hint span { display: block; margin-top: 2px; color: #7a8594; font-size: 12px; }
.location-field { position: relative; }
.location-suggestions { position: absolute; z-index: 20; top: calc(100% + 6px); right: 0; left: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 10px; background: white; box-shadow: 0 18px 40px rgba(18,33,58,.15); }
.location-suggestions[hidden] { display: none; }
.location-suggestion { width: 100%; display: grid; gap: 1px; padding: 11px 13px; border: 0; border-bottom: 1px solid var(--line); background: white; color: var(--ink); text-align: left; cursor: pointer; }
.location-suggestion:last-child { border-bottom: 0; }
.location-suggestion:hover, .location-suggestion:focus-visible { background: var(--mist); outline: none; }
.location-suggestion strong { font-size: 14px; }
.location-suggestion span { color: var(--muted); font-size: 12px; font-weight: 600; }
.additional-destinations { display: grid; gap: 12px; margin-top: 12px; }
.additional-destination { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; }
.remove-destination { min-height: 49px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 6px; background: white; color: var(--muted); font-size: 12px; font-weight: 800; cursor: pointer; }
.remove-destination:hover, .remove-destination:focus-visible { border-color: var(--red); color: var(--red); }
.add-destination { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; padding: 0 14px; border: 1px dashed #bfc8d6; border-radius: 6px; background: transparent; color: var(--navy); font-size: 12px; font-weight: 850; cursor: pointer; }
.add-destination:hover, .add-destination:focus-visible { border-color: var(--red); color: var(--red); background: white; }
.add-destination > span { color: var(--red); font-size: 18px; line-height: 1; }
.field { display: grid; min-width: 0; gap: 7px; color: #344258; font-size: 13px; font-weight: 760; }
.input-shell { min-height: 51px; display: flex; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fbfcfe; transition: border .2s, box-shadow .2s, background .2s; }
.input-shell:focus-within { border-color: var(--red); background: white; box-shadow: 0 0 0 3px rgba(185,47,64,.09); }
.input-shell svg { flex: 0 0 auto; width: 17px; fill: none; stroke: var(--red); stroke-width: 1.7; }
.input-shell input, .input-shell select, .input-shell textarea { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 580; }
.input-shell input, .input-shell select { height: 45px; }
.input-shell select { appearance: none; }
.textarea-shell { padding-top: 10px; align-items: start; }
.input-shell textarea { min-height: 72px; resize: vertical; }
.swap-button { position: absolute; z-index: 2; left: 50%; bottom: 10px; transform: translateX(-50%); width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line-strong); border-radius: 50%; background: white; color: var(--navy); cursor: pointer; }
.swap-button svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.form-grid { display: grid; gap: 12px; margin: 15px 0; }
.form-grid.three { grid-template-columns: repeat(3, 1fr); }
.form-grid.two { grid-template-columns: repeat(2, 1fr); }
.fare-estimate { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; margin: 20px 0 4px; padding: 17px 18px; border: 1px solid #cfe3dd; border-radius: 12px; background: #f1f8f6; }
.fare-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 20px; font-weight: 850; box-shadow: 0 8px 18px rgba(19,137,111,.16); }
.fare-copy { min-width: 0; display: grid; }
.fare-copy > span { color: #46645d; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.fare-copy strong { margin-top: 1px; color: var(--ink); font-size: 24px; line-height: 1.25; letter-spacing: -.025em; }
.fare-copy small { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.fare-estimate.is-ready { border-color: #a9d6ca; background: #eaf7f3; }
#quote-form .button { margin-top: 18px; }
.form-note { margin: 9px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-result { min-height: 520px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; animation: result-in .3s ease both; }
.result-check { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 24px; font-weight: 900; }
.form-result h3 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.result-price { margin-top: 13px; color: var(--green); font-size: 25px; letter-spacing: -.025em; }
.form-result > p:not(.eyebrow) { max-width: 390px; margin: 12px 0 25px; color: var(--muted); }
.edit-button { margin-top: 14px; border: 0; background: transparent; color: var(--navy); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
@keyframes result-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.site-footer { padding: 66px 0 25px; background: #101d32; color: white; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 50px; }
.footer-brand p { max-width: 310px; margin: 20px 0 0; color: rgba(255,255,255,.45); font-size: 13px; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-main h3 { margin: 0 0 8px; color: var(--red-bright); font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.footer-main > div:not(:first-child) a, .footer-main > div:not(:first-child) span { color: rgba(255,255,255,.55); font-size: 12px; }
.footer-main a:hover { color: white; }
.whatsapp-float { position: fixed; z-index: 96; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.86); border-radius: 50%; background: var(--green); color: white; box-shadow: 0 12px 28px rgba(11,23,48,.24), 0 0 0 5px rgba(19,137,111,.12); transition: transform .2s, background .2s, box-shadow .2s; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px); background: #0f735e; box-shadow: 0 16px 34px rgba(11,23,48,.3), 0 0 0 6px rgba(19,137,111,.16); }
.whatsapp-float:focus-visible { outline: 3px solid rgba(255,255,255,.9); outline-offset: 3px; }
.whatsapp-float svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: 10px; }
.mobile-book { display: none; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .nav-actions { margin-left: auto; }
  .menu-button { display: block; margin-left: 10px; }
  .hero-inner { grid-template-columns: 1fr 340px; gap: 45px; }
  .hero h1 { font-size: 58px; }
  .faq-layout, .quote-layout { gap: 60px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 64px; }
  .section-shell, .nav-shell { width: min(100% - 32px, 680px); }
  .nav-shell { height: 70px; }
  .mobile-nav { top: 70px; }
  .site-header .button-small { display: none; }
  .hero { min-height: auto; padding: 116px 0 68px; }
  .hero-image { background-position: 66% center; opacity: .72; }
  .hero-overlay { background: linear-gradient(180deg, rgba(7,16,35,.72) 0%, rgba(7,16,35,.96) 47%, #071023 100%); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 620px; }
  .hero h1 { font-size: clamp(45px, 11vw, 64px); }
  .arrival-panel { max-width: 470px; }
  .assurance-grid { grid-template-columns: 1fr 1fr; padding: 16px 0; }
  .assurance-grid div { padding: 12px 18px; }
  .assurance-grid div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .section-pad { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .airport-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 55px 0; border-top: 0; }
  .process-grid li:nth-child(3) { padding-left: 0; border-left: 0; }
  .process-grid li > span { display: none; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .faq-layout, .quote-layout { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
  .form-shell { min-height: 0; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .whatsapp-float { right: 18px; bottom: 80px; width: 52px; height: 52px; }
  .mobile-book { position: fixed; z-index: 95; inset: auto 0 0; height: 64px; display: flex; align-items: center; justify-content: center; gap: 16px; background: var(--red); color: white; font-weight: 900; box-shadow: 0 -10px 30px rgba(7,17,38,.26); }
}

@media (max-width: 560px) {
  .brand-mark { width: 35px; height: 35px; border-radius: 9px; }
  .hero { padding-top: 105px; }
  .hero h1 { font-size: 42px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-promises { flex-direction: column; }
  .arrival-panel { padding: 19px; }
  .assurance-grid strong { font-size: 16px; }
  .assurance-grid span { font-size: 10px; }
  .section-heading h2, .process-title h2, .reviews-title h2, .faq-title h2, .quote-copy h2 { font-size: 34px; }
  .airport-grid { grid-template-columns: 1fr; }
  .airport-card { min-height: 360px; }
  .airport-cta { min-height: 210px; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; }
  .process-grid li, .process-grid li:nth-child(3) { padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); }
  .process-grid li:last-child { border-bottom: 0; }
  #quote-form, .form-result { padding: 23px; }
  .route-fields, .form-grid.three, .form-grid.two { grid-template-columns: 1fr; }
  .location-suggestions { position: static; margin-top: 6px; }
  .additional-destination { grid-template-columns: 1fr; }
  .remove-destination { width: fit-content; min-height: 42px; }
  .swap-button { left: auto; right: 10px; bottom: 57px; transform: rotate(90deg); }
  .form-result { min-height: 470px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
