:root {
  --navy: #102a43;
  --navy-deep: #081b2c;
  --blue: #3d8bff;
  --turquoise: #1ab7a6;
  --coral: #ff7657;
  --cream: #f7f4ec;
  --white: #fff;
  --ink: #142536;
  --muted: #627184;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Manrope", sans-serif; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 18px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 4.5vw; color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { height: 72px; background: rgba(8,27,44,.92); box-shadow: 0 12px 35px rgba(8,27,44,.18); backdrop-filter: blur(18px); }
.brand-logo { position: relative; display: block; width: 205px; height: 57px; }
.brand-logo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.brand-logo .logo-base { filter: none; }
.brand-logo .logo-accent { clip-path: inset(0 70% 0 0); filter: brightness(0) saturate(100%) invert(57%) sepia(87%) saturate(1832%) hue-rotate(326deg) brightness(104%) contrast(101%); }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; }
.desktop-nav a { text-decoration: none; opacity: .84; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { justify-self: end; text-decoration: none; padding: 12px 19px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.story { height: 600vh; background: #2e91d6; }
.story-stage { position: sticky; top: 0; height: 100vh; min-height: 650px; overflow: hidden; color: white; }
.story-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.035); }
.sky-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,33,66,.52) 0%, rgba(12,66,111,.18) 46%, rgba(5,39,70,.02) 72%), linear-gradient(0deg, rgba(5,26,44,.28), transparent 40%); }

.cloud { position: absolute; z-index: 3; width: 340px; height: 110px; border-radius: 999px; background: rgba(255,255,255,.88); filter: blur(.2px); box-shadow: 80px 5px 0 18px rgba(255,255,255,.83), 155px 14px 0 -2px rgba(255,255,255,.76), 45px -35px 0 -8px rgba(255,255,255,.9); }
.cloud-a { left: -190px; bottom: 12%; transform: scale(1.25); }
.cloud-b { right: -280px; top: 25%; transform: scale(.8); opacity: .7; }
.cloud-c { left: 42%; top: 7%; transform: scale(.45); opacity: .48; }

.hero-copy { position: absolute; z-index: 8; left: 7vw; top: 50%; width: min(610px, 46vw); transform: translateY(-47%); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 25px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--coral); }
.eyebrow.dark { color: var(--navy); }
.eyebrow.light { color: rgba(255,255,255,.7); }
.eyebrow.centered { justify-content: center; }
h1, h2, h3 { font-family: "Plus Jakarta Sans", sans-serif; letter-spacing: -.045em; }
h1 { margin: 0; font-size: clamp(58px, 6.2vw, 104px); line-height: .96; font-weight: 800; text-shadow: 0 3px 22px rgba(8,27,44,.12); }
h1 em, h2 em { color: #ffe3a3; font-style: normal; }
.hero-lead { max-width: 580px; margin: 28px 0 0; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 54px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: white; box-shadow: 0 15px 40px rgba(8,27,44,.18); }
.button-coral { color: white; background: var(--coral); box-shadow: 0 15px 35px rgba(255,118,87,.25); }
.button-light { color: var(--navy); background: white; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.35); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 13px; font-weight: 700; text-decoration: none; }

.traveler { position: absolute; z-index: 7; width: min(46vw, 720px); right: 2vw; bottom: -5vh; transform-origin: 65% 55%; filter: drop-shadow(0 28px 24px rgba(12,50,83,.18)); }
.story-step { position: absolute; z-index: 9; width: min(570px, 43vw); left: 6.5vw; top: 50%; padding: clamp(26px, 2.5vw, 40px); transform: translateY(-50%); opacity: 0; visibility: hidden; color: white; background: linear-gradient(135deg, rgba(8,27,44,.82), rgba(15,55,87,.64)); border: 1px solid rgba(255,255,255,.2); border-radius: 28px; box-shadow: 0 25px 70px rgba(5,24,40,.3); backdrop-filter: blur(20px) saturate(120%); -webkit-backdrop-filter: blur(20px) saturate(120%); }
.story-step:not(.final-step) { background: linear-gradient(135deg, rgba(8,27,44,.6), rgba(15,55,87,.34)); border-color: rgba(255,255,255,.26); box-shadow: 0 22px 60px rgba(5,24,40,.2); }
.story-step h2 { margin: 0; font-size: clamp(42px, 4.25vw, 70px); line-height: 1.02; font-weight: 800; text-shadow: 0 3px 18px rgba(0,0,0,.22); }
.story-step > p:not(.step-number) { max-width: 520px; font-size: clamp(15px, 1.2vw, 18px); line-height: 1.7; color: rgba(255,255,255,.94); text-shadow: 0 2px 10px rgba(0,0,0,.16); }
.step-number { margin: 0 0 22px; color: #ffe3a3; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.keyword-row { display: flex; gap: 9px; margin-top: 25px; flex-wrap: wrap; }
.keyword-row span, .orbit-tags span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 10px; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(8px); }
.orbit-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 25px; }
.level-track { display: flex; align-items: center; gap: 8px; width: min(530px, 80vw); margin-top: 28px; }
.level-track span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.35); font-size: 11px; font-weight: 800; }
.level-track i { height: 1px; flex: 1; background: rgba(255,255,255,.4); }
.final-step { left: 50%; top: 44%; width: min(700px, 80vw); padding: clamp(26px, 2.1vw, 34px); text-align: center; transform: translate(-50%,-50%); background: linear-gradient(135deg, rgba(8,27,44,.82), rgba(15,55,87,.66)); }
.final-step h2 { font-family: "Manrope", sans-serif; font-size: clamp(40px, 3.8vw, 62px); letter-spacing: -.055em; }
.final-step .step-number { margin-bottom: 16px; }
.final-step > p:not(.step-number) { margin-top: 18px; margin-bottom: 15px; }
.final-step > p:not(.step-number) { margin-left: auto; margin-right: auto; }
.final-step .button { margin-top: 14px; }
.scroll-cue { position: absolute; z-index: 10; left: 7vw; bottom: 35px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { position: relative; width: 22px; height: 35px; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; }
.scroll-cue span::after { content: ""; position: absolute; left: 50%; top: 8px; width: 3px; height: 7px; border-radius: 3px; background: white; transform: translateX(-50%); animation: wheel 1.8s infinite; }
@keyframes wheel { to { transform: translate(-50%, 12px); opacity: 0; } }
.story-progress { position: absolute; z-index: 10; right: 28px; top: 20%; width: 2px; height: 60%; background: rgba(255,255,255,.25); }
.story-progress span { display: block; width: 100%; height: 100%; background: white; transform: scaleY(0); transform-origin: top; }

.section { padding: 120px 7vw; }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 10vw; align-items: end; max-width: 1280px; margin: 0 auto 60px; }
.section-heading h2, .why h2, .trust h2, .contact h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.05; }
.section-heading h2 em { color: var(--blue); }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1280px; margin: 0 auto; }
.program-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 34px; color: white; border-radius: 28px; text-decoration: none; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.program-card:hover { transform: translateY(-8px); box-shadow: 0 28px 55px rgba(16,42,67,.17); }
.card-navy { background: var(--navy); }
.card-blue { background: var(--blue); }
.card-coral { background: var(--coral); }
.card-index { font-size: 11px; font-weight: 800; opacity: .65; letter-spacing: .12em; }
.card-icon { position: relative; display: grid; place-items: center; width: 72px; height: 72px; margin-top: 50px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 27px; overflow: visible; }
.icon-flight .flight-arrow { animation: icon-flight 2.7s ease-in-out infinite; }
.icon-flight i { position: absolute; width: 7px; height: 7px; right: 5px; top: 10px; border-radius: 50%; background: #ffe3a3; animation: orbit-dot 3s linear infinite; transform-origin: -27px 26px; }
.icon-radar span { position: relative; z-index: 2; animation: radar-spin 5s linear infinite; }
.icon-radar i { position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; animation: radar-pulse 2.2s ease-out infinite; }
.icon-spark span { animation: spark-main 2.4s ease-in-out infinite; }
.icon-spark i { position: absolute; right: 6px; top: 7px; color: #ffe3a3; font-size: 12px; font-style: normal; animation: spark-small 1.8s ease-in-out infinite .35s; }
@keyframes icon-flight { 0%,100% { transform: translate(-3px,3px) rotate(-3deg); } 50% { transform: translate(7px,-7px) rotate(6deg); } }
@keyframes orbit-dot { to { transform: rotate(360deg); } }
@keyframes radar-spin { to { transform: rotate(360deg); } }
@keyframes radar-pulse { 0% { transform: scale(.55); opacity: .9; } 80%,100% { transform: scale(1.35); opacity: 0; } }
@keyframes spark-main { 0%,100% { transform: rotate(-10deg) scale(.9); } 50% { transform: rotate(12deg) scale(1.18); } }
@keyframes spark-small { 0%,100% { transform: scale(.65); opacity: .35; } 50% { transform: scale(1.35); opacity: 1; } }
.program-card h3 { margin: 30px 0 12px; font-size: 30px; }
.program-card p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.65; }
.program-card b { display: flex; justify-content: space-between; margin-top: auto; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.22); font-size: 12px; }

.why { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; color: white; background: var(--navy-deep); }
.why-intro { align-self: start; position: sticky; top: 120px; }
.why-intro h2 em, .contact h2 em { color: var(--coral); }
.why-intro > p:not(.eyebrow) { max-width: 500px; margin: 25px 0 35px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }
.why-list article { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 36px 0; border-top: 1px solid rgba(255,255,255,.14); }
.why-list article > span { color: var(--coral); font-size: 12px; font-weight: 800; }
.why-list h3 { margin: 0 0 12px; font-size: 25px; }
.why-list p { margin: 0; max-width: 560px; color: rgba(255,255,255,.6); line-height: 1.7; }

.trust { text-align: center; background: white; }
.trust h2 { color: var(--navy); }
.logo-row { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1100px; margin: 65px auto 0; border: 1px solid #e3e8ed; border-width: 1px 0; }
.logo-row span { display: grid; place-items: center; min-height: 145px; padding: 14px 22px; color: #647283; font-size: 14px; font-weight: 800; border-right: 1px solid #e3e8ed; }
.logo-row span:last-child { border: 0; }
.logo-row img { width: 100%; height: 110px; object-fit: contain; mix-blend-mode: multiply; filter: saturate(.9); transition: transform .25s, filter .25s; }
.logo-row span:hover img { transform: scale(1.04); filter: saturate(1); }

.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; color: white; background: linear-gradient(135deg, #123b62, #0a2238); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.66); line-height: 1.7; }
.contact-actions { display: flex; gap: 12px; margin-top: 35px; flex-wrap: wrap; }
.button-icon { width: 18px; height: 18px; filter: invert(1); }
.contact-details { align-self: end; }
.contact-details > div { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-details small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.contact-details a, .contact-details p { margin: 0; color: white; text-decoration: none; line-height: 1.6; }
.social-links { display: flex; gap: 11px; flex-wrap: wrap; }
.social-links a { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 14px 0 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 700; transition: background .2s, border-color .2s, transform .2s; }
.social-links a:hover { transform: translateY(-2px); background: rgba(255,118,87,.16); border-color: rgba(255,118,87,.75); }
.social-links img { width: 20px; height: 20px; filter: invert(1); }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 35px 7vw; color: rgba(255,255,255,.55); background: #071724; font-size: 12px; }
.footer-logo { width: 185px; height: 52px; }
footer p { text-align: center; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; padding: 0 20px; }
  .desktop-nav { display: none; }
  .brand-logo { width: 165px; height: 46px; }
  .header-cta { padding: 10px 13px; font-size: 10px; }
  .story { height: auto; }
  .story-stage { position: relative; min-height: 920px; height: auto; padding: 130px 22px 50px; display: flex; flex-direction: column; }
  .story-bg { object-position: 66% center; }
  .sky-wash { background: linear-gradient(180deg, rgba(8,38,67,.45), rgba(8,38,67,.25)); }
  .hero-copy { position: relative; inset: auto; width: 100%; transform: none; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .traveler { position: relative; right: auto; bottom: auto; width: 115%; max-width: none; margin: 60px -8% 0; }
  .story-step, .scroll-cue, .story-progress, .cloud { display: none; }
  .section { padding: 80px 22px; }
  .section-heading, .why, .contact { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { margin-bottom: 40px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 360px; }
  .why-intro { position: static; }
  .logo-row { grid-template-columns: 1fr 1fr; }
  .logo-row span { border-bottom: 1px solid #e3e8ed; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand-logo { margin: auto; }
}

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