:root {
  --navy: #071c4b;
  --navy-deep: #03102f;
  --blue: #0b51e6;
  --blue-strong: #073ec2;
  --sky: #eaf1ff;
  --sky-soft: #f6f8ff;
  --ink: #18304f;
  --muted: #61718b;
  --line: #dce5f4;
  --white: #fff;
  --coral: #ff715b;
  --shell: 1180px;
  --shadow-sm: 0 10px 28px rgba(6, 35, 92, .09);
  --shadow-lg: 0 28px 72px rgba(6, 35, 92, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fcfdff; font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-deep); line-height: 1.06; letter-spacing: -.045em; }
p { color: var(--muted); }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 15px; border-radius: 10px; color: #fff; background: var(--navy-deep); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 229, 244, .9); background: rgba(252, 253, 255, .9); backdrop-filter: blur(18px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: min(var(--shell), calc(100% - 40px)); min-height: 82px; margin: auto; gap: 30px; }
.brand { display: inline-flex; align-items: center; width: max-content; gap: 10px; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; overflow: hidden; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--blue), #0b2d8e); box-shadow: 0 8px 20px rgba(11, 81, 230, .2); }
.brand-mark i { font-family: Georgia, serif; font-size: 2.3rem; font-style: normal; font-weight: 800; line-height: .75; transform: translateY(-1px); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--navy-deep); font-size: 1.14rem; letter-spacing: -.025em; }
.brand-copy small { margin-top: 5px; color: var(--blue); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; justify-content: center; gap: 5px; }
.site-nav a { padding: 10px 13px; border-radius: 10px; color: #465b79; font-size: .9rem; font-weight: 750; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blue-strong); background: var(--sky); outline: none; }
.header-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-strong); font-size: .85rem; font-weight: 800; }
.header-link span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--blue); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--sky); cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--navy); }

.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 690px; padding-block: 74px 88px; gap: 56px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-strong); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; border-radius: 2px; background: var(--coral); }
.hero h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(3.4rem, 7vw, 6.9rem); font-weight: 780; letter-spacing: -.08em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 610px; margin-bottom: 31px; font-size: clamp(1.06rem, 2vw, 1.23rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 21px; border: 1px solid transparent; border-radius: 15px; gap: 12px; font-size: .92rem; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid #84a7ff; outline-offset: 3px; }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 12px 26px rgba(3, 16, 47, .22); }
.button-primary:hover { background: var(--blue-strong); box-shadow: 0 15px 32px rgba(11, 81, 230, .24); }
.button-secondary { border-color: var(--line); color: var(--navy); background: #fff; }
.button-secondary:hover { background: var(--sky-soft); }
.hero-points { display: flex; flex-wrap: wrap; padding: 0; margin: 28px 0 0; gap: 9px 22px; list-style: none; }
.hero-points li { position: relative; padding-left: 17px; color: var(--muted); font-size: .79rem; font-weight: 700; }
.hero-points li::before { position: absolute; top: .62em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); content: ""; }
.hero-art { position: relative; display: grid; place-items: center; min-height: 520px; isolation: isolate; }
.hero-art::before { position: absolute; z-index: -3; width: min(460px, 90%); aspect-ratio: 1; border-radius: 50% 50% 43% 57% / 55% 43% 57% 45%; background: linear-gradient(145deg, #edf4ff, #dce9ff); box-shadow: inset -24px -22px 54px rgba(11, 81, 230, .08); content: ""; animation: blob 12s ease-in-out infinite alternate; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(11, 81, 230, .16); border-radius: 50%; }
.orbit-one { width: 84%; aspect-ratio: 1; }
.orbit-two { width: 63%; aspect-ratio: 1; border-style: dashed; }
.logo-panel { width: min(330px, 64%); overflow: hidden; border: 12px solid rgba(255,255,255,.9); border-radius: 30px; background: #fff; box-shadow: var(--shadow-lg); transform: rotate(2.5deg); }
.logo-panel img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.floating-note { position: absolute; z-index: 2; display: grid; padding: 13px 16px; border: 1px solid rgba(220,229,244,.9); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.floating-note strong { color: var(--navy-deep); font-size: .88rem; }
.floating-note span { color: var(--muted); font-size: .7rem; }
.note-top { top: 18%; right: 0; }
.note-bottom { bottom: 17%; left: 0; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #25b878; box-shadow: 0 0 0 5px rgba(37,184,120,.12); }
@keyframes blob { to { border-radius: 44% 56% 54% 46% / 47% 58% 42% 53%; transform: rotate(2deg) scale(1.02); } }

.route-section { display: grid; grid-template-columns: 1fr .9fr; align-items: end; padding: 37px 42px; border: 1px solid #ccdafa; border-radius: 28px; background: linear-gradient(125deg, #f7faff, #edf4ff); gap: 34px; }
.route-section h2, .section-heading h2, .journey-copy h2, .standards-head h2, .showcase-card h2, .vision-copy h2 { margin-bottom: 0; font-size: clamp(2.15rem, 4.6vw, 4rem); }
.route-section > p { margin: 0; font-size: .98rem; }
.route-rail { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 5px; color: #44608e; font-size: clamp(.82rem, 1.8vw, 1rem); font-weight: 750; }
.route-rail b { color: #9cb2da; font-size: 1.3em; }.route-rail strong { padding: 6px 11px; border-radius: 9px; color: #fff; background: var(--blue); }

.feature-section, .audience-section { padding-block: 106px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 35px; gap: 30px; }
.section-heading > p { max-width: 390px; margin-bottom: 6px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; display: flex; flex-direction: column; min-height: 325px; overflow: hidden; padding: 29px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 3px 0 rgba(7,28,75,.02); transition: transform .22s ease, box-shadow .22s ease; }
.feature-card::after { position: absolute; right: -48px; bottom: -55px; width: 170px; height: 170px; border-radius: 50%; background: rgba(11,81,230,.08); content: ""; transition: transform .25s ease; }
.feature-card:hover { z-index: 1; box-shadow: var(--shadow-lg); transform: translateY(-7px); }.feature-card:hover::after { transform: scale(1.17); }
.feature-number { position: absolute; top: 29px; right: 28px; color: #6d82a7; font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.feature-icon { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 37px; border-radius: 15px; color: var(--blue); background: var(--sky); font-size: 1.35rem; font-weight: 850; }
.feature-card h3 { margin-bottom: 11px; font-size: 1.38rem; }.feature-card p { margin-bottom: 26px; font-size: .91rem; }.card-label { margin-top: auto; color: #46628c; font-size: .77rem; font-weight: 800; }.card-blue { border-color: #c9dafe; }.card-sky { background: #f8fbff; }.card-navy { color: #dce8ff; border-color: #0e398a; background: var(--navy); }.card-navy h3 { color: #fff; }.card-navy p, .card-navy .card-label, .card-navy .feature-number { color: #c1d0ec; }.card-navy .feature-icon { color: #fff; background: rgba(255,255,255,.13); }.card-navy::after { background: rgba(69,127,255,.24); }

.journey-section { padding-block: 97px; color: #e9f0ff; background: radial-gradient(circle at 80% 22%, #174aa5, transparent 31%), var(--navy-deep); }.journey-layout { display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 76px; }.eyebrow-light { color: #a9c8ff; }.eyebrow-light > span { background: #82aaff; }.journey-copy h2 { color: #fff; margin-bottom: 23px; }.journey-copy p:not(.eyebrow) { color: #c6d6f1; max-width: 560px; font-size: 1.03rem; }.button-light { color: var(--navy); background: #fff; }.button-light:hover { background: #eaf2ff; }.journey-steps { display: grid; padding: 0; margin: 0; gap: 18px; list-style: none; }.journey-steps li { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 16px; padding: 20px; border: 1px solid rgba(202,220,255,.18); border-radius: 18px; background: rgba(255,255,255,.055); }.journey-steps span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #fff; background: var(--blue); font-size: .78rem; font-weight: 850; }.journey-steps strong { color: #fff; font-size: .96rem; }.journey-steps p { margin: 3px 0 0; color: #becce5; font-size: .86rem; }

.audience-section { padding-bottom: 104px; }.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.audience-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }.audience-card > span { color: var(--blue); font-size: 1.55rem; }.audience-card h3 { margin: 24px 0 9px; font-size: 1.28rem; }.audience-card p { margin: 0; font-size: .9rem; }

.standards-section { padding: 72px 0 106px; }.standards-head { max-width: 790px; margin-bottom: 36px; }.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.standard-card { min-height: 218px; padding: 24px; border-radius: 21px; background: var(--sky-soft); }.standard-card span { display: block; margin-bottom: 34px; color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .11em; }.standard-card h3 { margin-bottom: 9px; font-size: 1.12rem; }.standard-card p { margin: 0; font-size: .84rem; }

.showcase-section { padding-bottom: 108px; }.showcase-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border-radius: 30px; color: #e8f0ff; background: linear-gradient(128deg, #08235a, #0c52e5); }.showcase-card > div:first-child { padding: 54px; }.showcase-card h2 { color: #fff; margin-bottom: 19px; }.showcase-card p:not(.eyebrow) { max-width: 580px; color: #c9d9f7; }.showcase-visual { position: relative; display: grid; place-items: center; min-height: 400px; background: radial-gradient(circle at center, rgba(255,255,255,.18), transparent 61%); }.showcase-visual::after { position: absolute; width: 65%; aspect-ratio: 1; border: 1px dashed rgba(255,255,255,.38); border-radius: 50%; content: ""; }.showcase-visual img { position: relative; z-index: 1; width: min(225px, 58%); padding: 10px; border-radius: 20px; background: #fff; box-shadow: 0 20px 50px rgba(1,17,62,.35); transform: rotate(-4deg); }

.vision-section { display: flex; align-items: end; justify-content: space-between; padding-bottom: 105px; gap: 38px; }.vision-copy { max-width: 790px; }.vision-copy h2 { margin-bottom: 22px; }.vision-copy p:not(.eyebrow) { max-width: 705px; font-size: 1.05rem; }.vision-link { display: inline-flex; align-items: center; justify-content: space-between; min-width: 214px; padding: 12px 0; border-bottom: 2px solid var(--blue); color: var(--blue-strong); font-size: .85rem; font-weight: 800; gap: 14px; }.vision-link b { font-size: 1.15rem; }

.physical-section { padding-bottom: 112px; }.physical-card { display: grid; grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr); overflow: hidden; border: 1px solid #cbdafa; border-radius: 32px; background: #fff; box-shadow: var(--shadow-sm); }.physical-visual { position: relative; display: grid; align-items: center; padding: 26px; background: radial-gradient(circle at 20% 18%, rgba(108, 166, 255, .42), transparent 35%), linear-gradient(145deg, #092c76, #0b51e6); }.physical-visual::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 32px 32px; content: ""; }.physical-poster-link { position: relative; z-index: 1; display: block; width: 100%; border-radius: 20px; cursor: zoom-in; }.physical-poster-link:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }.physical-poster { position: relative; z-index: 1; width: 100%; aspect-ratio: 5 / 8; object-fit: cover; border: 1px solid rgba(255,255,255,.65); border-radius: 20px; background: #fff; box-shadow: 0 23px 48px rgba(1, 18, 60, .34); }.physical-badge { position: absolute; z-index: 2; right: 42px; bottom: 42px; max-width: 210px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.36); border-radius: 12px; color: #fff; background: rgba(3, 16, 47, .76); box-shadow: 0 10px 22px rgba(1, 18, 60, .22); font-size: .71rem; font-weight: 800; line-height: 1.35; pointer-events: none; }.physical-copy { padding: 53px 54px 45px; }.physical-copy h2 { max-width: 690px; margin-bottom: 20px; font-size: clamp(2.15rem, 4.2vw, 3.85rem); }.physical-copy > p:not(.eyebrow):not(.physical-note) { max-width: 680px; margin-bottom: 31px; font-size: 1rem; }.physical-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }.physical-detail-grid article { min-height: 182px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--sky-soft); }.physical-detail-grid span { display: block; margin-bottom: 25px; color: var(--blue); font-size: .71rem; font-weight: 850; letter-spacing: .12em; }.physical-detail-grid h3 { margin-bottom: 8px; font-size: 1.06rem; }.physical-detail-grid p { margin: 0; font-size: .84rem; }.physical-benefits { display: flex; flex-wrap: wrap; padding: 0; margin: 0 0 20px; gap: 8px; list-style: none; }.physical-benefits li { padding: 8px 11px; border: 1px solid #c9d9fc; border-radius: 999px; color: var(--blue-strong); background: #f5f8ff; font-size: .75rem; font-weight: 800; }.physical-note { margin: 0; padding-top: 18px; border-top: 1px solid var(--line); color: #536682; font-size: .84rem; }

.site-footer { padding-top: 48px; color: #c2d1ed; background: var(--navy-deep); }.footer-inner { display: flex; justify-content: space-between; gap: 42px; padding-bottom: 48px; }.site-footer .brand-copy strong { color: #fff; }.site-footer .brand-copy small { color: #9ec2ff; }.footer-brand > p { max-width: 330px; margin: 18px 0 0; color: #a6b8d8; font-size: .9rem; }.footer-links { display: flex; flex-wrap: wrap; align-content: start; gap: 9px 22px; padding-top: 11px; }.footer-links a { color: #d8e3f9; font-size: .85rem; font-weight: 700; }.footer-links a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(194,209,237,.16); color: #92a8cf; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 980px) { .header-inner { grid-template-columns: auto auto; justify-content: space-between; }.nav-toggle { display: block; }.site-nav { position: absolute; top: calc(100% + 8px); right: 20px; left: 20px; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); }.site-nav.is-open { display: grid; }.site-nav a { padding: 12px; }.header-link { display: none; }.hero, .journey-layout, .showcase-card, .physical-card { grid-template-columns: 1fr; }.hero { min-height: auto; padding-block: 66px 56px; gap: 22px; }.hero-art { min-height: 430px; }.route-section { grid-template-columns: 1fr; }.route-section > p { max-width: 620px; }.feature-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); }.feature-card:last-child, .audience-card:last-child { grid-column: span 2; }.standards-grid { grid-template-columns: repeat(2, 1fr); }.journey-layout { gap: 40px; }.showcase-visual { min-height: 300px; }.vision-section { align-items: start; flex-direction: column; }.physical-visual { width: min(100%, 520px); margin: auto; }.physical-copy { padding: 42px; } }
@media (max-width: 620px) { .section-shell, .header-inner { width: min(100% - 28px, var(--shell)); }.brand-copy small { max-width: 180px; overflow: hidden; text-overflow: ellipsis; }.hero h1 { font-size: clamp(3.15rem, 16vw, 4.7rem); }.hero-art { min-height: 345px; }.logo-panel { width: min(260px, 70%); border-width: 9px; }.note-top { top: 6%; }.note-bottom { bottom: 7%; }.floating-note { padding: 10px 12px; }.floating-note span { font-size: .65rem; }.route-section { padding: 28px 24px; }.feature-section, .audience-section { padding-block: 74px; }.feature-grid, .audience-grid, .standards-grid, .physical-detail-grid { grid-template-columns: 1fr; }.feature-card:last-child, .audience-card:last-child { grid-column: auto; }.section-heading, .footer-inner, .footer-bottom { align-items: start; flex-direction: column; }.section-heading { margin-bottom: 28px; }.standards-section { padding-block: 50px 76px; }.showcase-section { padding-bottom: 76px; }.showcase-card > div:first-child { padding: 34px 27px; }.showcase-visual { min-height: 250px; }.vision-section { padding-bottom: 74px; }.physical-section { padding-bottom: 76px; }.physical-card { border-radius: 24px; }.physical-visual { padding: 18px; }.physical-badge { right: 30px; bottom: 30px; }.physical-copy { padding: 32px 24px; }.physical-detail-grid article { min-height: auto; }.footer-bottom { gap: 5px; } }
