:root {
  --navy-950: #06172b;
  --navy-900: #071c34;
  --navy-800: #0b294a;
  --navy-700: #123b63;
  --ink: #10243a;
  --muted: #66788a;
  --cream: #f5f1e9;
  --paper: #fbfaf7;
  --white: #ffffff;
  --coral: #ff6b4a;
  --coral-dark: #e95232;
  --gold: #f5b94c;
  --mint: #8edac3;
  --sky: #88cbe8;
  --border: rgba(16, 36, 58, .12);
  --shadow: 0 24px 80px rgba(4, 21, 39, .14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, select, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: var(--navy-950); background: var(--white); border-radius: 8px; transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  height: 90px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--coral); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.brand-mark svg { width: 28px; fill: currentColor; }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font: 800 18px/1 "Manrope", sans-serif; letter-spacing: -.5px; }
.brand-copy small { color: rgba(255,255,255,.67); font: 600 10px/1 "Manrope", sans-serif; letter-spacing: 2.3px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; color: rgba(255,255,255,.78); transition: color .2s; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover { color: var(--white); }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); color: var(--white); background: transparent; border-radius: 50%; cursor: pointer; }
.nav-toggle span { width: 18px; height: 2px; margin: 4px auto; display: block; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 25px; border: 0; border-radius: 999px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 20px; font-size: 13px; }
.button-light { color: var(--navy-950); background: var(--white); }
.button-light:hover { background: var(--cream); }
.button-coral { color: var(--white); background: var(--coral); box-shadow: 0 12px 28px rgba(255,107,74,.2); }
.button-coral:hover { background: var(--coral-dark); box-shadow: 0 16px 36px rgba(255,107,74,.28); }

.hero { position: relative; min-height: 820px; overflow: hidden; padding: 160px 0 0; color: var(--white); background: var(--navy-950); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { top: -320px; right: -170px; width: 680px; height: 680px; background: radial-gradient(circle, rgba(39,110,153,.32), transparent 68%); }
.hero-glow-two { bottom: 10px; left: -330px; width: 650px; height: 650px; background: radial-gradient(circle, rgba(255,107,74,.11), transparent 69%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 75px; }
.hero-copy { padding-bottom: 42px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral); }
.eyebrow-dark { color: var(--muted); }
.hero h1 { max-width: 710px; margin: 0; font: 700 clamp(48px, 5.4vw, 78px)/.99 "Manrope", sans-serif; letter-spacing: -4.5px; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 610px; margin: 29px 0 35px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }

.flight-search { display: grid; grid-template-columns: 1fr 1px 1fr auto; align-items: center; max-width: 740px; padding: 9px; color: var(--ink); background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.field-group { min-width: 0; padding: 7px 16px 7px 18px; }
.field-group label { margin-left: 30px; display: block; color: #84909d; font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.select-wrap { display: flex; align-items: center; gap: 8px; }
.select-wrap svg { flex: 0 0 auto; width: 20px; color: var(--coral); fill: none; stroke: currentColor; stroke-width: 1.8; }
.select-wrap select { width: 100%; padding: 3px 20px 3px 2px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 14px; font-weight: 700; cursor: pointer; }
.search-divider { width: 1px; height: 42px; background: var(--border); }
.search-button { min-height: 58px; padding: 0 22px; display: flex; align-items: center; gap: 10px; color: var(--white); background: var(--coral); border: 0; border-radius: 13px; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.search-button:hover { background: var(--coral-dark); transform: translateY(-1px); }
.search-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.search-note { margin: 16px 0 0 5px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.51); font-size: 11px; }
.search-note svg { width: 16px; fill: none; stroke: var(--mint); stroke-width: 1.8; }

.route-radar { position: relative; min-width: 0; padding: 20px; background: rgba(11,41,74,.75); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); box-shadow: 0 35px 80px rgba(0,0,0,.25); backdrop-filter: blur(16px); transform: rotate(1deg); }
.route-radar::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.05); border-radius: 21px; pointer-events: none; }
.radar-topline, .radar-footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.radar-topline { padding: 2px 3px 17px; color: rgba(255,255,255,.65); font-size: 9px; font-weight: 700; letter-spacing: 1.3px; }
.radar-topline > div { display: flex; align-items: center; gap: 7px; }
.live-dot { width: 7px; height: 7px; display: inline-block; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(142,218,195,.1); }
.radar-map { position: relative; height: 235px; overflow: hidden; background: radial-gradient(circle at 48% 48%, rgba(95,180,206,.15), transparent 28%), linear-gradient(145deg, #0a2747, #0d3456); border-radius: 17px; }
.map-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 38px 38px; transform: perspective(400px) rotateX(56deg) scale(1.4); }
.map-orbit { position: absolute; border: 1px solid rgba(136,203,232,.18); border-radius: 50%; }
.orbit-one { width: 270px; height: 150px; top: 40px; left: 55px; transform: rotate(-16deg); }
.orbit-two { width: 190px; height: 250px; top: -5px; right: 40px; transform: rotate(39deg); }
.mexico-pin { position: absolute; z-index: 3; top: 112px; left: 42%; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--coral); border: 5px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 8px 26px rgba(255,107,74,.38); font-size: 9px; font-weight: 800; }
.mexico-pin::after { content: ""; position: absolute; bottom: -8px; border: 6px solid transparent; border-top: 10px solid var(--coral); }
.destination-pin { position: absolute; z-index: 3; padding: 4px 7px; color: rgba(255,255,255,.85); background: rgba(6,23,43,.8); border: 1px solid rgba(255,255,255,.16); border-radius: 6px; font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.destination-pin::before { content: ""; width: 5px; height: 5px; margin-right: 5px; display: inline-block; background: var(--sky); border-radius: 50%; }
.pin-mad { top: 35px; right: 32px; }
.pin-lax { top: 72px; left: 28px; }
.pin-cun { right: 25px; bottom: 35px; }
.route-line { position: absolute; z-index: 2; height: 1px; border-top: 1px dashed rgba(136,203,232,.45); transform-origin: left center; }
.route-line i { position: absolute; top: -3px; right: -2px; width: 6px; height: 6px; background: var(--sky); border-radius: 50%; box-shadow: 0 0 10px var(--sky); }
.line-one { width: 152px; top: 123px; left: 46%; transform: rotate(-35deg); }
.line-two { width: 145px; top: 126px; left: 42%; transform: rotate(199deg); }
.line-three { width: 150px; top: 134px; left: 46%; transform: rotate(22deg); }
.radar-list { position: relative; z-index: 2; margin-top: 12px; display: grid; gap: 7px; }
.radar-route { padding: 10px 11px; display: grid; grid-template-columns: 33px 1fr auto; align-items: center; gap: 10px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.055); border-radius: 11px; }
.route-icon { width: 31px; height: 31px; display: grid; place-items: center; color: var(--navy-950); border-radius: 9px; font-size: 13px; }
.route-icon.sky { background: var(--sky); }.route-icon.coral { background: #ff927a; }.route-icon.mint { background: var(--mint); }
.radar-route strong { display: block; color: rgba(255,255,255,.86); font-size: 10px; }
.radar-route strong span { margin-inline: 4px; color: var(--coral); }
.radar-route small { display: block; color: rgba(255,255,255,.36); font-size: 8px; }
.radar-route b { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: 1px; }
.radar-footer { padding: 14px 4px 0; color: rgba(255,255,255,.36); font-size: 8px; letter-spacing: .5px; }
.radar-arrow { color: var(--coral); font-size: 16px; }

.quick-facts { position: relative; z-index: 3; margin-top: 70px; min-height: 108px; display: grid; grid-template-columns: .7fr .7fr 1.4fr; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
.quick-facts > div { min-height: 45px; padding: 0 34px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.quick-facts > div:first-child { padding-left: 0; }.quick-facts > div:last-child { border-right: 0; }
.quick-facts strong { color: var(--white); font: 700 20px/1.2 "Manrope", sans-serif; }
.quick-facts span { color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .8px; text-transform: uppercase; }

.section { padding: 118px 0; }
.routes-section { background: var(--paper); }
.section-heading { margin-bottom: 37px; display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2, .how-copy h2, .final-cta h2 { margin: 0; font: 700 clamp(36px, 4vw, 55px)/1.05 "Manrope", sans-serif; letter-spacing: -2.7px; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.filter-bar { margin-bottom: 26px; display: flex; gap: 9px; flex-wrap: wrap; }
.filter-chip { padding: 9px 16px; color: var(--muted); background: transparent; border: 1px solid var(--border); border-radius: 999px; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .2s, background .2s, border .2s; }
.filter-chip:hover, .filter-chip.is-active { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.route-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.route-card { position: relative; min-height: 380px; overflow: hidden; display: flex; flex-direction: column; color: var(--white); background: var(--navy-800); border-radius: 20px; transition: transform .25s, box-shadow .25s, opacity .25s; }
.route-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(9,30,50,.15); }
.route-card.is-hidden { display: none; }
.route-card-wide { grid-column: span 2; }
.card-art { position: absolute; inset: 0; overflow: hidden; }
.card-art::after { content: ""; position: absolute; inset: 34% 0 0; background: linear-gradient(transparent, rgba(4,20,35,.82)); }
.route-card-content { position: relative; z-index: 3; height: 100%; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.card-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.card-tags span { padding: 5px 8px; color: rgba(255,255,255,.76); background: rgba(6,23,43,.35); border: 1px solid rgba(255,255,255,.17); border-radius: 5px; backdrop-filter: blur(8px); font-size: 8px; font-weight: 800; letter-spacing: 1px; }
.route-card-content p { margin: 0 0 1px; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.route-card-content h3 { margin: 0; font: 700 32px/1.1 "Manrope", sans-serif; letter-spacing: -1.5px; }
.route-card-content small { color: rgba(255,255,255,.55); font-size: 11px; }
.route-link { width: fit-content; margin-top: 18px; padding: 0 0 4px; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 10px; font-weight: 700; letter-spacing: .7px; cursor: pointer; }
.route-link span { margin-left: 7px; color: var(--coral); font-size: 13px; }
.route-disclaimer { margin: 24px 0 0; color: #8391a0; font-size: 10px; text-align: center; }

.card-cancun .card-art { background: linear-gradient(180deg, #50b8d1 0 47%, #1a8ca7 47% 58%, #e9c17d 58%); }
.sun { position: absolute; top: 45px; right: 50px; width: 70px; height: 70px; background: #ffe29e; border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,226,158,.1); }
.wave { position: absolute; z-index: 1; right: -10%; left: -10%; height: 60px; background: rgba(255,255,255,.14); border-radius: 50%; }
.wave-one { top: 47%; }.wave-two { top: 53%; transform: translateX(40px); }
.palm { position: absolute; z-index: 2; right: 26px; bottom: 110px; font-size: 94px; filter: brightness(.35) sepia(1) saturate(.8); transform: rotate(5deg); transform-origin: bottom; }
.card-madrid .card-art { background: linear-gradient(#ddb982, #be7d62 55%, #683f43); }
.sun-small { position: absolute; top: 62px; right: 46px; width: 54px; height: 54px; background: #ffd88c; border-radius: 50%; }
.madrid-skyline { position: absolute; right: 0; bottom: 90px; left: 0; height: 130px; background: linear-gradient(90deg, #6b4141 8%, transparent 8% 11%, #734649 11% 21%, transparent 21% 24%, #684042 24% 37%, transparent 37% 40%, #714346 40% 64%, transparent 64% 68%, #633d41 68%); clip-path: polygon(0 45%,10% 45%,10% 25%,20% 25%,20% 52%,31% 52%,31% 36%,44% 36%,44% 17%,49% 8%,54% 17%,54% 36%,66% 36%,66% 50%,79% 50%,79% 24%,89% 24%,89% 45%,100% 45%,100% 100%,0 100%); }
.card-la .card-art { background: linear-gradient(#b9d9da, #f2b17f 58%, #765063); }
.la-sun { position: absolute; top: 60px; left: 50%; width: 85px; height: 85px; background: #f8d18a; border-radius: 50%; transform: translateX(-50%); }
.la-palms { position: absolute; z-index: 2; right: 18px; bottom: 118px; color: #273a47; font-size: 70px; line-height: 1; letter-spacing: -23px; transform: rotate(180deg); }
.la-road { position: absolute; z-index: 1; right: -30px; bottom: 80px; left: -30px; height: 90px; background: #3d4c58; clip-path: polygon(12% 52%,88% 20%,100% 45%,25% 84%); }
.card-oaxaca .card-art { background: linear-gradient(#efc48e, #e59068 52%, #9e4c48); }
.oax-sun { position: absolute; top: 55px; right: 45px; width: 60px; height: 60px; background: #ffe5a8; border-radius: 50%; }
.oax-mountains { position: absolute; right: 0; bottom: 116px; left: 0; height: 150px; background: #a65c50; clip-path: polygon(0 60%,22% 22%,37% 53%,56% 14%,78% 52%,100% 31%,100% 100%,0 100%); }
.oax-houses { position: absolute; z-index: 2; right: 0; bottom: 88px; left: 0; height: 75px; background: repeating-linear-gradient(90deg, #f1b24d 0 38px, #d15c48 38px 76px, #69a49a 76px 114px); clip-path: polygon(0 34%,8% 34%,8% 10%,17% 10%,17% 38%,27% 38%,27% 18%,38% 18%,38% 40%,49% 40%,49% 8%,60% 8%,60% 38%,71% 38%,71% 22%,83% 22%,83% 40%,93% 40%,93% 16%,100% 16%,100% 100%,0 100%); }
.card-bogota .card-art { background: linear-gradient(#85b1b6, #6c8e8d 55%, #3d5051); }
.bog-cloud { position: absolute; height: 16px; background: rgba(255,255,255,.35); border-radius: 20px; }.bog-cloud::before,.bog-cloud::after { content:""; position:absolute; bottom:0; background:inherit; border-radius:50%; }.bog-cloud::before{width:25px;height:25px;left:12px}.bog-cloud::after{width:20px;height:20px;left:32px}
.bog-cloud.c1 { top: 55px; left: 35px; width: 70px; }.bog-cloud.c2 { top: 95px; right: 27px; width: 55px; transform: scale(.75); }
.bog-mountains { position: absolute; right: 0; bottom: 105px; left: 0; height: 210px; background: #466b64; clip-path: polygon(0 70%,34% 14%,55% 61%,79% 28%,100% 57%,100% 100%,0 100%); }
.bog-city { position: absolute; z-index: 2; right: 0; bottom: 70px; left: 0; height: 85px; opacity: .9; background: repeating-linear-gradient(90deg,#253d42 0 22px,transparent 22px 27px); clip-path: polygon(0 34%,9% 34%,9% 15%,16% 15%,16% 45%,28% 45%,28% 25%,36% 25%,36% 52%,51% 52%,51% 11%,60% 11%,60% 36%,72% 36%,72% 23%,83% 23%,83% 43%,92% 43%,92% 18%,100% 18%,100% 100%,0 100%); }
.card-tokyo .card-art { background: linear-gradient(#151a3e, #292450 56%, #11182e); }
.tokyo-moon { position: absolute; top: 40px; right: 55px; width: 78px; height: 78px; background: #e75e76; border-radius: 50%; box-shadow: 0 0 60px rgba(231,94,118,.25); }
.tokyo-tower { position: absolute; z-index: 2; bottom: 74px; left: 23%; width: 72px; height: 235px; background: #eb735d; clip-path: polygon(45% 0,55% 0,60% 22%,52% 22%,63% 52%,77% 100%,23% 100%,38% 52%,48% 22%,40% 22%); }
.tokyo-buildings { position: absolute; z-index: 1; right: 0; bottom: 60px; left: 0; height: 130px; background: repeating-linear-gradient(90deg,#11162c 0 45px,#25244b 45px 80px); clip-path: polygon(0 30%,12% 30%,12% 8%,21% 8%,21% 45%,34% 45%,34% 20%,45% 20%,45% 52%,57% 52%,57% 0,67% 0,67% 34%,78% 34%,78% 15%,88% 15%,88% 42%,100% 42%,100% 100%,0 100%); }

.how-section { color: var(--white); background: var(--navy-900); }
.how-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.how-copy > p:not(.eyebrow) { max-width: 440px; margin: 24px 0 34px; color: rgba(255,255,255,.56); }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.steps-list li { min-height: 145px; display: grid; grid-template-columns: 55px 1fr 50px; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.step-number { align-self: start; padding-top: 34px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.steps-list h3 { margin: 0 0 7px; font: 600 20px/1.2 "Manrope", sans-serif; }
.steps-list p { max-width: 460px; margin: 0; color: rgba(255,255,255,.45); font-size: 13px; }
.step-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--coral); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }

.guides-section { background: var(--cream); }
.guide-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 68px; }
.guide-feature { min-height: 430px; padding: 38px; overflow: hidden; color: var(--white); background: var(--navy-800); border-radius: var(--radius-lg); }
.guide-kicker { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: 1.7px; }
.guide-illustration { position: relative; height: 180px; margin-top: 5px; }
.calendar { position: absolute; top: 28px; left: 50%; width: 125px; height: 118px; display: grid; place-items: center; background: var(--paper); border-radius: 12px; box-shadow: 0 22px 40px rgba(0,0,0,.2); transform: translateX(-50%) rotate(-5deg); }
.calendar::before { content: ""; position: absolute; inset: 0 0 auto; height: 27px; background: var(--coral); border-radius: 12px 12px 0 0; }
.calendar b { padding-top: 17px; color: var(--navy-900); font: 800 42px/1 "Manrope",sans-serif; }
.calendar i { position: absolute; top: -7px; width: 7px; height: 18px; background: var(--navy-900); border-radius: 5px; }.calendar i:nth-of-type(1){left:28px}.calendar i:nth-of-type(2){right:28px}
.mini-plane { position: absolute; z-index: 2; top: 33px; right: 50px; color: var(--coral); font-size: 35px; transform: rotate(-22deg); }
.dotted-path { position: absolute; top: 83px; right: 60px; width: 100px; height: 70px; border-top: 2px dashed rgba(255,255,255,.35); border-radius: 50%; transform: rotate(24deg); }
.guide-feature h3 { margin: 6px 0 12px; font: 700 27px/1.2 "Manrope",sans-serif; letter-spacing: -1px; }
.guide-feature p { margin: 0; color: rgba(255,255,255,.53); font-size: 13px; }
.faq-list { border-top: 1px solid rgba(16,36,58,.15); }
.faq-list details { border-bottom: 1px solid rgba(16,36,58,.15); }
.faq-list summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 600 17px/1.35 "Manrope",sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid var(--border); border-radius: 50%; }
.faq-list summary i::before,.faq-list summary i::after{content:"";position:absolute;top:50%;left:50%;width:10px;height:1px;background:var(--coral);transform:translate(-50%,-50%);transition:transform .2s}.faq-list summary i::after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-list details[open] summary i::after { transform: translate(-50%,-50%) rotate(0deg); }
.faq-list details p { margin: -8px 55px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.final-cta { padding: 0 0 95px; background: var(--cream); }
.final-cta-inner { position: relative; min-height: 270px; padding: 55px 70px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: var(--white); background: var(--navy-950); border-radius: var(--radius-lg); }
.final-cta .eyebrow { margin-bottom: 12px; }
.final-cta p:not(.eyebrow) { margin: 12px 0 0; color: rgba(255,255,255,.5); }
.final-cta .button { flex: 0 0 auto; }
.cta-orbit { position: absolute; top: -170px; right: 90px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012); }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.65); background: #041322; }
.footer-top { display: grid; grid-template-columns: .7fr 1fr 1fr; align-items: start; gap: 60px; }
.brand-footer { color: var(--white); }
.footer-top > p { max-width: 380px; margin: 4px 0 0; color: rgba(255,255,255,.42); font-size: 13px; }
.footer-top nav { display: flex; justify-content: flex-end; gap: 27px; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-top nav a:hover { color: var(--white); }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.3); font-size: 10px; }
.footer-bottom p { margin: 0; }

.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: 360px; padding: 14px 18px; color: var(--white); background: var(--navy-900); border-left: 4px solid var(--coral); border-radius: 10px; box-shadow: var(--shadow); font-size: 13px; opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

.legal-page { background: var(--cream); }
.legal-header { position: relative; background: var(--navy-950); }
.legal-main { min-height: 70vh; padding: 155px 0 100px; }
.legal-card { max-width: 840px; padding: 55px; background: var(--white); border-radius: var(--radius-lg); box-shadow: 0 20px 60px rgba(6,23,43,.08); }
.legal-card .eyebrow { color: var(--muted); }
.legal-card h1 { margin: 0 0 12px; font: 700 clamp(36px,5vw,58px)/1.05 "Manrope",sans-serif; letter-spacing: -2.5px; }
.legal-updated { margin-bottom: 38px; color: var(--muted); font-size: 12px; }
.legal-card h2 { margin: 34px 0 8px; font: 700 21px/1.3 "Manrope",sans-serif; }
.legal-card p, .legal-card li { color: #576c7e; font-size: 14px; line-height: 1.85; }
.legal-card a { color: var(--coral-dark); text-decoration: underline; }
.legal-back { margin-top: 35px; display: inline-flex; color: var(--navy-900)!important; font-weight: 700; text-decoration: none!important; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid rgba(255,107,74,.6); outline-offset: 3px; }

@media (max-width: 1020px) {
  .hero { padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-copy { max-width: 800px; }
  .route-radar { width: min(100%, 650px); margin-left: auto; transform: none; }
  .quick-facts { margin-top: 48px; }
  .route-cards { grid-template-columns: repeat(2, 1fr); }
  .route-card-wide { grid-column: span 1; }
  .how-grid { gap: 60px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 76px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 76px 14px auto; padding: 25px; display: grid; gap: 20px; color: var(--ink); background: var(--white); border-radius: 16px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .2s, transform .2s; }
  .main-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav > a:not(.button) { color: var(--ink); }
  .hero { min-height: 0; padding-top: 125px; }
  .hero h1 { font-size: clamp(43px, 12vw, 63px); letter-spacing: -3.5px; }
  .hero-lead { font-size: 16px; }
  .flight-search { grid-template-columns: 1fr; gap: 3px; padding: 10px; }
  .search-divider { width: 100%; height: 1px; }
  .search-button { margin-top: 3px; justify-content: center; }
  .route-radar { margin-top: 8px; }
  .quick-facts { grid-template-columns: 1fr; padding: 24px 0; }
  .quick-facts > div { min-height: 65px; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .quick-facts > div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading > p { max-width: 550px; }
  .route-cards { grid-template-columns: 1fr; }
  .route-card { min-height: 410px; }
  .how-grid, .guide-grid { grid-template-columns: 1fr; gap: 50px; }
  .final-cta-inner { padding: 45px 30px; flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-top nav { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { gap: 15px; flex-direction: column; }
  .legal-main { padding-top: 115px; }
  .legal-card { padding: 34px 25px; }
}

@media (max-width: 480px) {
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 8px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero h1 { font-size: 43px; }
  .radar-map { height: 190px; }
  .mexico-pin { top: 92px; }
  .line-one, .line-two, .line-three { top: 106px; }
  .route-card { min-height: 380px; }
  .steps-list li { grid-template-columns: 38px 1fr; padding: 25px 0; }
  .step-number { padding-top: 2px; }
  .step-icon { display: none; }
  .guide-feature { padding: 28px; }
  .mini-plane { right: 10px; }
  .faq-list summary { font-size: 15px; }
}

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