:root {
  --bg: #050918;
  --panel: #0b1024;
  --panel-soft: #10162d;
  --line: #232b49;
  --line-light: #354066;
  --text: #f8f9ff;
  --muted: #9299b2;
  --blue: #4168ff;
  --blue-bright: #6b8cff;
  --orange: #f49b25;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
button, a { color: inherit; }
button { cursor: pointer; }
a { text-decoration: none; }

.sky-glow {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 77% 30%, rgba(47, 74, 218, .16), transparent 29%),
    radial-gradient(circle at 20% 60%, rgba(56, 94, 255, .09), transparent 28%),
    linear-gradient(180deg, #070b1a 0%, #050918 48%, #060a18 100%);
}

.site-header,
main,
.site-footer { width: min(1320px, calc(100% - 56px)); margin-inline: auto; }

.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(42,50,80,.38); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 780; text-transform: lowercase; }
.wing-mark { width: 26px; height: 22px; display: flex; align-items: center; gap: 2px; transform: skewX(-12deg); }
.wing-mark i { display: block; width: 7px; border-radius: 2px 2px 0 0; background: var(--text); }
.wing-mark i:nth-child(1) { height: 10px; }
.wing-mark i:nth-child(2) { height: 16px; }
.wing-mark i:nth-child(3) { height: 22px; }
.primary-nav { display: flex; gap: 30px; }
.primary-nav a { color: #747b93; font-size: 12px; transition: color .2s ease; }
.primary-nav a:hover { color: var(--text); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.concept-badge { padding: 7px 9px; border: 1px solid var(--line); border-radius: 4px; color: #7c849d; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.connect-button, .menu-button, .footer-button { border: 0; background: transparent; }
.connect-button { position: relative; padding-left: 16px; font-size: 12px; font-weight: 650; }
.connect-button::before { content: ""; position: absolute; left: 0; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px rgba(244,155,37,.72); transform: translateY(-50%); }
.menu-button { width: 26px; height: 26px; display: grid; align-content: center; gap: 4px; padding: 4px; }
.menu-button span { height: 1px; background: #777e94; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, .94fr); gap: 76px; align-items: center; padding: 82px 0 100px; }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; color: #828aa2; font-size: 10px; font-weight: 750; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow span { width: 18px; height: 1px; background: var(--blue-bright); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: 74px; line-height: .98; font-weight: 780; letter-spacing: 0; }
h1 em { color: #91a7ff; font-style: normal; font-weight: inherit; }
.hero-lede { max-width: 680px; margin-bottom: 34px; color: #a8aec1; font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 720; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active, .connect-button:active, .menu-button:active, .footer-button:active { transform: translateY(1px) scale(.99); }
.button-primary { background: var(--text); color: #070b18; }
.button-secondary { border-color: var(--line-light); background: rgba(10,15,35,.62); }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; margin-top: 54px; border-top: 1px solid var(--line); }
.hero-meta div { padding: 22px 18px 0 0; border-right: 1px solid var(--line); }
.hero-meta div:not(:first-child) { padding-left: 22px; }
.hero-meta div:last-child { border-right: 0; }
.hero-meta strong { display: block; margin-bottom: 6px; font-size: 19px; }
.hero-meta span { color: var(--muted); font-size: 10px; text-transform: uppercase; }

.flight-visual { min-height: 530px; position: relative; overflow: hidden; border: 1px solid rgba(52,64,104,.58); border-radius: 10px; background: radial-gradient(circle at 50% 66%, rgba(49,69,255,.52), transparent 21%), linear-gradient(160deg, rgba(17,23,50,.96), rgba(6,10,26,.98)); box-shadow: 0 42px 130px rgba(35,56,212,.17); }
.flight-visual::after { content: ""; position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(78,91,142,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(78,91,142,.2) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, transparent, #000 26%, #000 80%, transparent); }
.orbit { position: absolute; border: 1px solid rgba(82,105,255,.22); border-radius: 50%; transform: rotate(-22deg); }
.orbit-one { width: 520px; height: 250px; left: 20px; top: 145px; }
.orbit-two { width: 670px; height: 330px; left: -55px; top: 105px; }
.runway { position: absolute; left: 50%; bottom: -32px; width: 190px; height: 370px; display: flex; flex-direction: column; align-items: center; gap: 26px; padding-top: 42px; border-left: 1px solid rgba(132,149,255,.5); border-right: 1px solid rgba(132,149,255,.5); background: linear-gradient(to top, rgba(51,69,255,.42), transparent); transform: translateX(-50%) perspective(300px) rotateX(44deg); }
.runway span { width: 6px; height: 30px; background: rgba(230,234,255,.8); }
.plane { position: absolute; z-index: 3; left: 50%; top: 46%; width: 120px; height: 120px; transform: translate(-50%,-50%) rotate(-7deg); animation: planeFloat 5s ease-in-out infinite; filter: drop-shadow(0 18px 24px rgba(30,51,255,.45)); }
.plane-body { position: absolute; left: 50%; top: 6px; width: 20px; height: 105px; border-radius: 60% 60% 42% 42%; background: linear-gradient(90deg,#f5f7ff,#8296ff 58%,#fff); transform: translateX(-50%); }
.plane-body::before { content: ""; position: absolute; left: 50%; top: -9px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 28px solid #f8f9ff; transform: translateX(-50%); }
.plane-wing { position: absolute; top: 47px; width: 56px; height: 20px; background: linear-gradient(#dce2ff,#7088ff); }
.plane-wing-left { right: 64px; clip-path: polygon(100% 0,100% 100%,0 100%); }
.plane-wing-right { left: 64px; clip-path: polygon(0 0,100% 100%,0 100%); }
.altitude-label { position: absolute; z-index: 4; right: 22px; bottom: 24px; display: grid; padding: 14px 16px; border: 1px solid var(--line-light); border-radius: 5px; background: rgba(7,10,27,.78); backdrop-filter: blur(8px); }
.altitude-label span, .altitude-label i { color: #7e879f; font-size: 8px; font-style: normal; letter-spacing: 1px; }
.altitude-label strong { margin: 2px 0; font-size: 28px; }

.ticker { width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 15px 0; color: #747d98; font-size: 10px; font-weight: 720; letter-spacing: 1.3px; animation: tickerMove 28s linear infinite; }
.ticker-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.allocation-section { display: grid; grid-template-columns: 1fr minmax(410px,.8fr); gap: 110px; align-items: center; padding: 130px 0; border-bottom: 1px solid var(--line); }
.section-heading h2, .pool-topline h2, .timeline-section h2, .safety-section h2 { margin-bottom: 28px; font-size: 58px; line-height: 1.04; letter-spacing: 0; }
.section-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.claim-card { padding: 24px; border: 1px solid var(--line-light); border-radius: 9px; background: linear-gradient(160deg,rgba(16,22,47,.98),rgba(8,13,31,.98)); box-shadow: 0 28px 100px rgba(37,58,220,.15); }
.claim-card-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.claim-card-head div { display: grid; gap: 4px; }
.claim-card-head span { color: var(--muted); font-size: 10px; }
.claim-card-head strong { font-size: 14px; }
.claim-card-head i { padding: 6px 9px; border-radius: 4px; background: rgba(66,104,255,.12); color: #8da4ff; font-size: 9px; font-style: normal; text-transform: uppercase; }
.claim-balance { padding: 34px 0; text-align: center; }
.claim-balance > span { display: block; margin-bottom: 14px; color: var(--muted); font-size: 11px; }
.claim-balance strong { font-size: 64px; line-height: 1; }
.claim-balance small { margin-left: 8px; color: #8892af; font-size: 13px; }
.claim-details { margin-bottom: 18px; border-top: 1px solid var(--line); }
.claim-details div { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.claim-details span { color: var(--muted); }
.button-card { width: 100%; background: var(--blue); }
.card-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 0; color: #6f7892; font-size: 9px; }
.card-note span { width: 14px; height: 14px; display: grid; place-items: center; border: 1px solid #46506d; border-radius: 50%; font-family: Georgia,serif; }

.pool-section, .timeline-section, .safety-section { padding: 130px 0; border-bottom: 1px solid var(--line); }
.pool-topline { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.pool-topline h2 { max-width: 760px; margin-bottom: 0; }
.pool-number { display: grid; grid-template-columns: auto auto; align-items: start; }
.pool-number strong { font-size: 74px; line-height: .8; }
.pool-number > span { color: #8ca3ff; font-size: 22px; }
.pool-number small { grid-column: 1/-1; margin-top: 14px; color: var(--muted); text-align: right; text-transform: uppercase; font-size: 9px; }
.pool-meter { height: 18px; position: relative; margin: 78px 0 24px; border: 1px solid var(--line-light); border-radius: 4px; background: #0b1024; }
.pool-fill { width: 100%; height: 100%; position: relative; background: linear-gradient(90deg,#2447d7,#6e8cff); box-shadow: 0 0 40px rgba(60,89,255,.36); }
.pool-fill::after { content: ""; position: absolute; right: -2px; top: -7px; width: 2px; height: 30px; background: #fff; box-shadow: 0 0 14px #6887ff; }
.pool-meter > span { position: absolute; top: 29px; color: #69718a; font-size: 9px; transform: translateX(-50%); }
.pool-meter > span:first-of-type { transform: none; }
.pool-meter > span:last-of-type { transform: translateX(-100%); }

.section-heading.compact { max-width: 720px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 72px; }
.steps article { min-height: 300px; padding: 26px; border: 1px solid var(--line); border-right: 0; }
.steps article:last-child { border-right: 1px solid var(--line); }
.steps article > span { color: #77809a; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 10px; }
.step-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-top: 48px; border: 1px solid var(--line-light); border-radius: 50%; color: #91a7ff; }
.steps h3 { margin: 26px 0 12px; font-size: 20px; }
.steps p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.safety-section > div { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.safety-section h2, .safety-section p { margin-bottom: 0; }
.safety-section p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.site-footer { min-height: 126px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.site-footer p { margin: 0; color: #68708a; font-size: 10px; text-align: center; }
.footer-button { justify-self: end; color: #8993ae; font-size: 11px; }

@keyframes planeFloat { 0%,100% { transform: translate(-50%,-50%) rotate(-7deg); } 50% { transform: translate(-50%,calc(-50% - 10px)) rotate(-4deg); } }
@keyframes tickerMove { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .flight-visual { min-height: 480px; }
  .allocation-section { grid-template-columns: 1fr; gap: 60px; }
  .claim-card { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .steps article,.steps article:last-child { min-height: 230px; border-right: 1px solid var(--line); border-bottom: 0; }
  .steps article:last-child { border-bottom: 1px solid var(--line); }
  .step-icon { margin-top: 30px; }
  .safety-section > div { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .site-header,main,.site-footer { width: calc(100% - 28px); }
  .site-header { height: 74px; }
  .brand { font-size: 16px; }
  .concept-badge { display: none; }
  .connect-button { font-size: 11px; }
  .hero { min-height: auto; gap: 56px; padding: 62px 0 72px; }
  h1 { font-size: 49px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-meta div,.hero-meta div:not(:first-child) { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .flight-visual { min-height: 410px; }
  .orbit-one { left: -70px; }
  .orbit-two { left: -145px; }
  .allocation-section,.pool-section,.timeline-section,.safety-section { padding: 88px 0; }
  .section-heading h2,.pool-topline h2,.timeline-section h2,.safety-section h2 { font-size: 41px; }
  .pool-topline { grid-template-columns: 1fr; gap: 48px; }
  .pool-number { justify-self: start; }
  .pool-number small { text-align: left; }
  .claim-card { padding: 18px; }
  .claim-balance strong { font-size: 52px; }
  .site-footer { padding: 32px 0; grid-template-columns: 1fr; justify-items: start; }
  .site-footer p { text-align: left; }
  .footer-button { justify-self: start; padding: 0; }
}
