:root{
  --bg:#010712;
  --panel:#03101f;
  --panel-2:#06182c;
  --text:#f7f9fc;
  --muted:#bac4d1;
  --blue:#67baff;
  --blue-hi:#9dd7ff;
  --gold:#d39727;
  --gold-hi:#f4c55c;
  --gold-dark:#8d5a0f;
  --gold-line:rgba(211,151,39,.58);
  --line:rgba(255,255,255,.07);
  --max:1122px;
  --radius:8px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  min-width:320px;
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
  background:
    radial-gradient(circle at 50% 28%,rgba(17,86,155,.13),transparent 30%),
    radial-gradient(circle at 5% 18%,rgba(26,95,170,.09),transparent 24%),
    #010712;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background-image:
    radial-gradient(circle at 13% 15%,#78b9ff 0 1px,transparent 1.3px),
    radial-gradient(circle at 32% 7%,#fff 0 1px,transparent 1.2px),
    radial-gradient(circle at 68% 13%,#5aa7ed 0 1px,transparent 1.2px),
    radial-gradient(circle at 83% 25%,#fff 0 .9px,transparent 1.1px),
    radial-gradient(circle at 24% 64%,#3f86c8 0 .8px,transparent 1px),
    radial-gradient(circle at 73% 73%,#fff 0 .8px,transparent 1px),
    radial-gradient(circle at 95% 55%,#6db3ef 0 1px,transparent 1.2px);
  background-size:330px 280px;
  z-index:-2;
}

.ambient{position:fixed;border-radius:50%;pointer-events:none;filter:blur(90px);z-index:-1;opacity:.18}
.ambient-a{width:360px;height:360px;left:-180px;top:12%;background:#0b76de}
.ambient-b{width:360px;height:360px;right:-180px;top:55%;background:#d78d1f;opacity:.08}

a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.site-shell{width:min(var(--max),100%);margin:0 auto;background:#020813;overflow:hidden;box-shadow:0 0 90px rgba(0,0,0,.55)}

/* Header */
.topbar{
  height:80px;
  display:grid;
  grid-template-columns:275px 1fr 180px;
  align-items:center;
  padding:0 42px;
  border-bottom:1px solid rgba(210,151,39,.20);
  background:rgba(2,8,18,.96);
  position:relative;
  z-index:30;
}
.brand-image{display:block;width:230px;line-height:0}
.brand-image img{width:100%;height:auto}
.main-nav{display:flex;justify-content:center;gap:42px;height:100%;align-items:center}
.main-nav a{font-size:14px;font-weight:500;position:relative;color:#f4f4f4;padding:31px 0 27px}
.main-nav a::after{content:"";position:absolute;left:50%;bottom:13px;width:0;height:2px;background:linear-gradient(90deg,#d49320,#f0c45b);transform:translateX(-50%);transition:.22s}
.main-nav a:hover::after,.main-nav a.active::after{width:46px}
.nav-toggle{display:none}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;background:none;border:1px solid transparent;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-gold{background:linear-gradient(180deg,#e6ac37 0%,#be7d15 100%);border-color:#f0bf53;color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.06) inset,0 5px 14px rgba(184,112,12,.24),0 0 22px rgba(228,164,45,.10)}
.btn-gold:hover{box-shadow:0 0 0 1px rgba(255,255,255,.08) inset,0 8px 22px rgba(184,112,12,.30),0 0 28px rgba(228,164,45,.17)}
.btn-outline{border-color:#b47b1c;background:rgba(2,9,18,.72);color:#f4f6f8}
.top-cta{height:44px;min-width:158px;font-size:14px;justify-self:end}
.btn-large{height:56px;min-width:240px;font-size:15px}
.btn-icon{width:22px;height:22px;display:block;flex:none}
.btn-icon-rocket{color:#fff8ef;filter:drop-shadow(0 0 6px rgba(255,217,133,.22))}
.btn-icon-rocket.small{width:20px;height:20px}
.btn-icon-arrow{width:20px;height:20px;color:rgba(255,255,255,.9)}
.btn-icon-play{width:20px;height:20px;color:#e3aa36}

/* Hero */
.hero{height:420px;display:grid;grid-template-columns:49% 51%;border-bottom:1px solid rgba(181,119,25,.07);background:#020813;overflow:hidden}
.hero-copy{padding:66px 0 38px 54px;position:relative;z-index:3;background:linear-gradient(90deg,#020813 0%,#020813 84%,rgba(2,8,19,.4) 100%)}
.hero-copy h1{margin:0;font-family:Orbitron,Inter,sans-serif;font-weight:600;font-size:51px;line-height:1.03;letter-spacing:-.6px;background:linear-gradient(180deg,#fff 0%,#d7dce2 56%,#8899aa 100%);-webkit-background-clip:text;color:transparent;text-shadow:0 5px 10px rgba(0,0,0,.32)}
.hero-copy h1 span{display:inline-block;font-size:64px;line-height:1.02;letter-spacing:-1px;margin-top:5px;background:linear-gradient(180deg,#fff 0%,#dce5ee 43%,#66b5ff 80%,#3871aa 100%);-webkit-background-clip:text;color:transparent;text-shadow:0 0 16px rgba(75,151,227,.12)}
.hero-line{width:358px;height:15px;margin-top:13px;background:radial-gradient(ellipse at center,#ffd167 0%,#cf8416 10%,rgba(211,139,28,.3) 29%,transparent 72%);filter:blur(.15px)}
.hero-copy p{font-size:15px;line-height:1.75;color:#e2e5e9;margin:12px 0 0}
.hero-actions{display:flex;gap:18px;margin-top:29px}
.hero-visual{position:relative;overflow:hidden;background:#061425;isolation:isolate}
.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.035);animation:heroDrift 12s ease-in-out infinite alternate;will-change:transform}
.hero-vignette{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,19,.58) 0%,transparent 19%),linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.16));pointer-events:none}
.hero-blue-glow{position:absolute;left:8%;right:5%;bottom:30%;height:80px;border-radius:50%;background:radial-gradient(ellipse,rgba(42,146,255,.28),transparent 66%);filter:blur(18px);mix-blend-mode:screen;pointer-events:none}
.hero-light-sweep{position:absolute;top:-45%;left:-40%;width:32%;height:190%;background:linear-gradient(90deg,transparent,rgba(136,201,255,.16),transparent);transform:rotate(16deg);animation:heroSweep 7s ease-in-out infinite;pointer-events:none}
.hero-stars{position:absolute;inset:0;opacity:.5;background-image:radial-gradient(circle at 18% 18%,#fff 0 1px,transparent 1.4px),radial-gradient(circle at 78% 12%,#65b7ff 0 1.2px,transparent 1.5px),radial-gradient(circle at 52% 28%,#fff 0 .8px,transparent 1.2px);animation:starsPulse 4s ease-in-out infinite alternate;pointer-events:none}
@keyframes heroDrift{from{transform:scale(1.035) translate3d(0,0,0)}to{transform:scale(1.075) translate3d(-1.1%,.4%,0)}}
@keyframes heroSweep{0%,15%{transform:translateX(-140%) rotate(16deg);opacity:0}35%{opacity:1}65%,100%{transform:translateX(500%) rotate(16deg);opacity:0}}
@keyframes starsPulse{from{opacity:.34}to{opacity:.7}}

/* Main cards */
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;padding:21px 55px 20px;background:#020813}
.feature-card{height:191px;border:1px solid rgba(187,124,22,.72);border-radius:8px;text-align:center;position:relative;overflow:hidden;padding:12px 8px 0;background:linear-gradient(180deg,#03101e 0%,#041221 100%);box-shadow:inset 0 0 28px rgba(8,65,116,.09)}
.feature-card::after{content:"";position:absolute;left:-12%;right:-12%;bottom:-54px;height:73px;border-radius:50%;background:radial-gradient(ellipse,rgba(28,126,224,.7),rgba(4,56,106,.45) 42%,transparent 69%);border-top:1px solid rgba(72,166,251,.55);box-shadow:0 -8px 24px rgba(26,119,214,.14)}
.feature-card::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 38%,rgba(255,255,255,.035) 46%,transparent 54%);transform:translateX(-130%);transition:transform .65s ease}
.feature-card:hover::before{transform:translateX(130%)}
.premium-icon{height:92px;display:grid;place-items:center;position:relative;z-index:2}
.premium-icon img{width:90px;height:84px;object-fit:cover;border-radius:10px;mix-blend-mode:screen;filter:contrast(1.05) saturate(1.08)}
.feature-card h2{font-size:15px;line-height:1.2;margin:0 0 8px;font-weight:600;position:relative;z-index:2}
.feature-card p{font-size:13px;line-height:1.55;margin:0;color:#d1d6dc;position:relative;z-index:2}

/* Why */
.why{background:#020813;padding:0 55px 17px}
.section-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:23px;padding:0 0 4px}
.section-title span{height:1px;background:linear-gradient(90deg,transparent,#bd8124 80%)}
.section-title span:last-child{background:linear-gradient(90deg,#bd8124 20%,transparent)}
.section-title h2{margin:0;font-family:Orbitron,Inter,sans-serif;font-size:16px;letter-spacing:6px;font-weight:600;color:#e9a72d;white-space:nowrap}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);padding-top:22px}
.why-item{display:flex;gap:20px;align-items:center;min-height:76px;padding:0 23px;border-right:1px solid rgba(182,128,38,.30)}
.why-item:last-child{border-right:0}
.why-item img{width:51px;height:51px;flex:none;filter:drop-shadow(0 0 8px rgba(219,157,43,.10))}
.why-item h3{font-size:15px;font-weight:500;margin:0 0 8px;color:#fff;white-space:nowrap}
.why-item p{font-size:13px;color:#c6ccd4;line-height:1.55;margin:0}

/* CTA strip */
.level-cta{margin:0 56px 19px;height:112px;border:1px solid rgba(183,119,24,.68);border-radius:8px;display:grid;grid-template-columns:115px 1fr 245px;align-items:center;padding:0 35px 0 29px;position:relative;overflow:hidden;background:linear-gradient(90deg,#04101f 0%,#07172b 60%,#081a31 100%);box-shadow:inset 0 0 28px rgba(41,116,199,.08)}
.level-cta::before{content:"";position:absolute;left:0;right:0;bottom:-63px;height:104px;border-radius:50%;background:radial-gradient(ellipse,rgba(44,139,230,.66),rgba(6,52,100,.43) 41%,transparent 70%);border-top:1px solid rgba(77,171,255,.40);box-shadow:0 -5px 35px rgba(41,130,223,.10)}
.level-cta::after{content:"";position:absolute;left:-25%;top:-120%;width:22%;height:330%;background:linear-gradient(90deg,transparent,rgba(126,196,255,.12),transparent);transform:rotate(15deg);animation:ctaSweep 8s ease-in-out infinite}
@keyframes ctaSweep{0%,30%{transform:translateX(-220%) rotate(15deg);opacity:0}45%{opacity:1}70%,100%{transform:translateX(620%) rotate(15deg);opacity:0}}
.level-logo{width:79px;height:79px;object-fit:contain;border-radius:50%;position:relative;z-index:2;mix-blend-mode:screen}
.level-copy{position:relative;z-index:2}
.level-copy h2{font-size:19px;font-weight:500;margin:0 0 8px}.level-copy p{font-size:13px;color:#c6cdd5;margin:0}
.btn-level{height:52px;min-width:222px;position:relative;z-index:2;font-size:15px}

/* Mission */
.mission{padding:0 0 17px;background:#020914}
.mission-title{padding:0 56px}.mission-title h2{font-size:16px;letter-spacing:5px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);padding:12px 92px 0;gap:0}
.step{height:130px;text-align:center;position:relative;border-right:1px solid rgba(183,127,37,.20)}
.step:last-child{border-right:0}
.step-number{position:absolute;left:13px;top:17px;font-family:Orbitron,Inter,sans-serif;font-size:39px;line-height:1;color:transparent;-webkit-text-stroke:1px #8e5d15;opacity:.95}
.step-icon{width:65px;height:65px;border:1px solid #9e6b1c;border-radius:50%;margin:0 auto 1px;display:grid;place-items:center;background:radial-gradient(circle,#0c2035,#06111f 72%);box-shadow:0 0 15px rgba(49,131,214,.06)}
.step-icon img{width:35px;height:35px}.step h3{font-family:Orbitron,Inter,sans-serif;font-size:14px;letter-spacing:3px;color:#e4a62f;margin:0 0 8px;font-weight:600}.step p{font-size:12.5px;color:#c5cbd3;margin:0}

/* Bottom banner */
.launch-banner{height:140px;margin:0 56px 13px;border:1px solid rgba(181,119,26,.66);border-radius:8px;position:relative;overflow:hidden;display:flex;align-items:center;background:linear-gradient(90deg,#06111f 0%,#061426 58%,#091529 100%);isolation:isolate}
.launch-banner::before{content:"";position:absolute;left:-4%;right:0;bottom:-85px;height:110px;border-radius:50%;background:radial-gradient(ellipse,rgba(41,132,221,.50),rgba(7,54,102,.28) 40%,transparent 66%);border-top:1px solid rgba(69,165,253,.36);z-index:1}
.launch-copy{padding-left:64px;position:relative;z-index:5}.launch-copy h2{margin:0;font-family:Orbitron,Inter,sans-serif;font-size:43px;line-height:1.04;letter-spacing:-1px;font-weight:600;background:linear-gradient(180deg,#fff,#cdd5dd 56%,#8293a5);-webkit-background-clip:text;color:transparent;text-shadow:0 5px 8px rgba(0,0,0,.55)}
.btn-launch{position:absolute;right:212px;top:48px;min-width:203px;height:50px;z-index:6;font-size:15px}
.rocket-art{position:absolute;right:0;top:0;width:235px;height:100%;background-image:linear-gradient(90deg,rgba(8,20,38,.94) 0%,rgba(8,20,38,.10) 32%),url('../assets/images/rocket-launch.jpg');background-size:cover;background-position:center;z-index:2;animation:rocketGlow 4.8s ease-in-out infinite alternate}
.banner-glow{position:absolute;right:80px;bottom:-38px;width:220px;height:110px;border-radius:50%;background:radial-gradient(ellipse,rgba(255,178,60,.38),rgba(255,120,20,.12) 35%,transparent 67%);filter:blur(12px);z-index:3;animation:rocketPulse 2.8s ease-in-out infinite alternate}
.banner-stars{position:absolute;inset:0;background-image:radial-gradient(circle at 72% 22%,#fff 0 1px,transparent 1.3px),radial-gradient(circle at 64% 42%,#68b8ff 0 1px,transparent 1.3px),radial-gradient(circle at 83% 15%,#fff 0 .8px,transparent 1.2px);opacity:.45;z-index:1}
.banner-sweep{position:absolute;top:-90%;left:-24%;width:18%;height:300%;background:linear-gradient(90deg,transparent,rgba(95,174,255,.14),transparent);transform:rotate(18deg);z-index:4;animation:bannerSweep 7.5s ease-in-out infinite;pointer-events:none}
@keyframes rocketGlow{from{filter:saturate(.95) brightness(.98)}to{filter:saturate(1.12) brightness(1.08)}}
@keyframes rocketPulse{from{opacity:.45;transform:scale(.94)}to{opacity:.85;transform:scale(1.06)}}
@keyframes bannerSweep{0%,20%{transform:translateX(-180%) rotate(18deg);opacity:0}40%{opacity:1}72%,100%{transform:translateX(760%) rotate(18deg);opacity:0}}

/* Footer */
.footer{height:111px;border-top:1px solid rgba(188,133,37,.26);display:grid;grid-template-columns:300px 1fr 260px;align-items:center;padding:0 57px 0 54px;background:#020813}
.footer-brand{width:214px}
.footer-message{text-align:center}.footer-message p{font-size:12px;color:#bbc2cb;margin:0 0 5px}.footer-message strong{color:#e3a834;font-size:12px;font-weight:500}
.socials{display:flex;justify-content:flex-end;gap:22px;align-items:center}.socials a{color:#e5a934;width:28px;height:28px;display:grid;place-items:center;transition:.18s}.socials svg{width:19px;height:19px;fill:currentColor}.socials a:hover{color:#ffd36b;transform:translateY(-1px)}

/* Motion */
.reveal{opacity:0;transform:translateY(10px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:none}

/* Tablet */
@media(max-width:900px){
  .site-shell{width:100%}
  .topbar{height:76px;grid-template-columns:1fr auto auto;padding:0 24px}.brand-image{width:205px}.main-nav{position:absolute;left:0;right:0;top:76px;height:auto;padding:14px 20px 19px;background:rgba(3,12,24,.98);border-bottom:1px solid var(--gold-line);flex-direction:column;gap:0;display:none;box-shadow:0 15px 30px rgba(0,0,0,.35)}.main-nav.open{display:flex}.main-nav a{width:100%;text-align:center;padding:13px 0}.main-nav a::after{bottom:4px}.nav-toggle{display:flex;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px;margin-left:12px}.nav-toggle span{display:block;width:23px;height:2px;background:#e3ac41;margin:0 auto;transition:.2s}.top-cta{min-width:145px}
  .hero{height:auto;grid-template-columns:1fr}.hero-copy{padding:48px 40px 42px}.hero-copy h1{font-size:48px;line-height:1.04;letter-spacing:-.4px}.hero-copy h1 span{font-size:65px;line-height:1.02;letter-spacing:-.8px;margin-top:5px}.hero-visual{height:430px}.hero-line{width:360px}.feature-grid{grid-template-columns:repeat(2,1fr);padding:22px 40px}.why-grid{grid-template-columns:1fr;padding:18px 22px}.why-item{border-right:0;border-bottom:1px solid rgba(182,128,38,.25);padding:18px}.why-item:last-child{border-bottom:0}.level-cta{margin-left:40px;margin-right:40px;grid-template-columns:95px 1fr;grid-template-rows:1fr auto;height:auto;min-height:142px;padding:20px 28px}.btn-level{grid-column:2;margin-top:12px;width:max-content}.steps{padding-left:50px;padding-right:50px}.launch-banner{margin-left:40px;margin-right:40px}.launch-copy{padding-left:38px}.launch-copy h2{font-size:36px}.btn-launch{right:180px}.rocket-art{width:190px}.footer{grid-template-columns:1fr;gap:13px;height:auto;padding:25px 35px}.footer-brand{justify-self:center}.socials{justify-content:center}.footer-message{order:3}
}

/* Mobile */
@media(max-width:620px){
  .topbar{height:68px;padding:0 14px;grid-template-columns:1fr auto}.brand-image{width:180px}.top-cta{display:none}.nav-toggle{margin-left:6px}.main-nav{top:68px}
  .hero{display:flex;flex-direction:column}.hero-copy{padding:32px 20px 28px}.hero-copy h1{font-size:36px;line-height:1.08;letter-spacing:-.25px}.hero-copy h1 span{font-size:49px;line-height:1.04;letter-spacing:-.55px;margin-top:4px}.hero-line{width:min(100%,315px);height:12px;margin-top:9px}.hero-copy p{font-size:13.5px;line-height:1.65;margin-top:9px}.desktop-break{display:none}.hero-actions{flex-direction:column;gap:10px;margin-top:23px}.hero-actions .btn{width:100%;min-width:0;height:52px}.btn-icon{width:20px;height:20px}.hero-visual{height:280px}.hero-photo{object-position:60% center;animation-duration:15s}

  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px 12px 17px;gap:10px}.feature-card{height:178px;padding:8px 5px 0}.premium-icon{height:90px}.premium-icon img{width:82px;height:77px}.feature-card h2{font-size:12.6px;margin-bottom:7px}.feature-card p{font-size:11.4px;line-height:1.5}

  .why{padding:0 12px 16px}.section-title{gap:9px}.section-title h2{font-size:12px;letter-spacing:3px}.why-grid{padding:13px 5px 0}.why-item{padding:13px 7px;gap:13px;min-height:70px}.why-item img{width:42px;height:42px}.why-item h3{font-size:13px;white-space:normal;margin-bottom:5px}.why-item p{font-size:11.5px}

  .level-cta{margin:0 12px 17px;grid-template-columns:59px 1fr;grid-template-rows:auto auto;min-height:132px;padding:14px 14px 13px;column-gap:12px}.level-logo{width:56px;height:56px}.level-copy h2{font-size:15px;line-height:1.25}.level-copy p{font-size:11px;line-height:1.45}.btn-level{grid-column:1/-1;width:100%;height:44px;margin-top:11px;justify-self:stretch}

  .mission{padding-bottom:14px}.mission-title{padding:0 12px}.mission-title h2{font-size:10px;letter-spacing:2px}.steps{grid-template-columns:repeat(3,1fr);padding:12px 6px 0}.step{height:122px;padding:0 4px;border-right:1px solid rgba(183,127,37,.20);border-bottom:0}.step-number{left:5px;top:18px;font-size:25px}.step-icon{width:50px;height:50px;margin-bottom:4px}.step-icon img{width:29px;height:29px}.step h3{font-size:11px;letter-spacing:1.8px;margin-bottom:5px}.step p{font-size:9.6px;line-height:1.35;padding:0 3px}

  .launch-banner{height:166px;margin:0 12px 11px;align-items:flex-start}.launch-copy{padding:22px 0 0 18px}.launch-copy h2{font-size:28px;line-height:1.02}.btn-launch{left:18px;right:auto;top:105px;min-width:169px;height:43px;font-size:13px}.rocket-art{width:155px;background-position:56% center}.banner-glow{right:16px;bottom:-18px;width:170px}

  .footer{padding:22px 16px}.footer-brand{width:190px}.footer-message p,.footer-message strong{font-size:10.5px}.socials{gap:19px}
}

@media(max-width:380px){
  .brand-image{width:165px}.hero-copy h1{font-size:33px;line-height:1.08}.hero-copy h1 span{font-size:45px;line-height:1.04;margin-top:4px}.feature-card{height:171px}.premium-icon img{width:76px;height:70px}.feature-card h2{font-size:11.8px}.feature-card p{font-size:10.8px}.level-copy h2{font-size:14px}.launch-copy h2{font-size:25px}.rocket-art{width:142px}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
@media(min-width:901px) and (prefers-reduced-motion:no-preference){
  .hero-photo{translate:var(--px,0) var(--py,0);transition:translate .35s ease-out}
}

/* ===== V4 content architecture ===== */
.hero{height:465px}
.hero-copy{padding-top:49px}
.hero-eyebrow{font-family:Orbitron,Inter,sans-serif;font-size:10px;letter-spacing:3px;color:#d99a2a;margin-bottom:15px;font-weight:600}
.hero-copy .hero-tagline{font-size:16px;line-height:1.45;font-weight:600;color:#fff;margin:12px 0 0;max-width:420px}
.hero-copy .hero-summary{font-size:13px;line-height:1.65;color:#c6ced8;margin:7px 0 0;max-width:430px}
.hero-actions{margin-top:22px}
.hero-copy h1{font-size:48px;line-height:1.04;letter-spacing:-.45px}
.hero-copy h1 span{font-size:61px;line-height:1.02;letter-spacing:-.85px;margin-top:5px}
.hero-line{margin-top:9px}

.content-section{padding:5px 55px 28px;background:#020813}
.wide-title{padding:7px 0 19px}
.section-kicker{font-family:Orbitron,Inter,sans-serif;font-size:10px;letter-spacing:3px;color:#d99a2a;font-weight:600;margin-bottom:12px}

.approach-panel{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);gap:24px;border:1px solid rgba(190,129,32,.35);border-radius:10px;padding:35px;background:radial-gradient(circle at 90% 10%,rgba(31,111,194,.13),transparent 30%),linear-gradient(145deg,#04101e,#03101c 58%,#051426);position:relative;overflow:hidden}
.approach-panel::after{content:"";position:absolute;left:-12%;right:40%;bottom:-85px;height:125px;border-radius:50%;background:radial-gradient(ellipse,rgba(35,127,219,.30),rgba(6,45,86,.12) 42%,transparent 70%);border-top:1px solid rgba(73,163,248,.22);pointer-events:none}
.approach-copy{position:relative;z-index:2;padding:7px 4px}
.approach-copy h2{margin:0 0 24px;font-family:Orbitron,Inter,sans-serif;font-size:31px;line-height:1.30;font-weight:600;letter-spacing:.15px;color:#f5f8fc}
.approach-copy h2 span{display:inline-block;margin-top:4px;background:linear-gradient(180deg,#fff,#d4e5f5 50%,#65b2f7);-webkit-background-clip:text;color:transparent}
.approach-copy p{font-size:14px;line-height:1.75;color:#cbd2db;margin:0 0 14px;max-width:650px}
.approach-copy .approach-emphasis{color:#fff;font-weight:500;border-left:2px solid #d89a2b;padding-left:16px;margin-top:19px}
.mission-brief{position:relative;z-index:2;border:1px solid rgba(81,149,220,.20);background:linear-gradient(180deg,rgba(8,27,49,.88),rgba(4,15,29,.95));border-radius:9px;padding:20px 21px;box-shadow:inset 0 0 35px rgba(36,101,170,.08)}
.brief-label{font-family:Orbitron,Inter,sans-serif;font-size:11px;letter-spacing:3px;color:#e5a832;padding-bottom:13px;border-bottom:1px solid rgba(214,154,45,.22);margin-bottom:2px}
.brief-item{display:grid;grid-template-columns:43px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.055);align-items:start}.brief-item:last-child{border-bottom:0}
.brief-number{font-family:Orbitron,Inter,sans-serif;color:#d99a2b;font-size:16px;line-height:1.3}
.brief-item strong{display:block;font-size:13px;font-weight:600;color:#fff;margin-bottom:5px}.brief-item small{display:block;font-size:11.5px;line-height:1.45;color:#aeb9c6}

.journey-section{padding-top:3px}
.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.journey-card{min-height:252px;border:1px solid rgba(190,129,32,.48);border-radius:9px;padding:18px 17px 20px;background:linear-gradient(180deg,#04111f,#03101d);position:relative;overflow:hidden;box-shadow:inset 0 0 28px rgba(17,72,127,.06)}
.journey-card::after{content:"";position:absolute;left:-14%;right:-14%;bottom:-54px;height:72px;border-radius:50%;background:radial-gradient(ellipse,rgba(32,128,224,.40),rgba(4,58,110,.18) 42%,transparent 69%);border-top:1px solid rgba(73,166,252,.31)}
.journey-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;position:relative;z-index:2}
.journey-number{font-family:Orbitron,Inter,sans-serif;font-size:25px;color:transparent;-webkit-text-stroke:1px #98651a}
.journey-icon{width:62px;height:62px;border:1px solid rgba(218,157,47,.34);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(20,50,81,.66),rgba(4,15,28,.92) 70%);box-shadow:0 0 22px rgba(44,132,219,.08)}
.journey-icon img{width:42px;height:42px}
.journey-card h3{position:relative;z-index:2;font-size:15px;line-height:1.35;margin:0 0 11px;color:#fff;font-weight:600}
.journey-card p{position:relative;z-index:2;font-size:12px;line-height:1.65;color:#bec8d3;margin:0}

.membership-section{padding-top:1px}
.membership-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}
.audience-card,.receive-card{border:1px solid rgba(190,129,32,.38);border-radius:10px;position:relative;overflow:hidden}
.audience-card{padding:31px 30px 29px;background:linear-gradient(145deg,#04101e,#03101d 68%,#06182b)}
.audience-card::after{content:"";position:absolute;left:-25%;bottom:-95px;width:95%;height:150px;border-radius:50%;background:radial-gradient(ellipse,rgba(36,126,216,.24),transparent 67%);pointer-events:none}
.audience-card h2{font-family:Orbitron,Inter,sans-serif;font-size:27px;line-height:1.2;margin:0 0 13px;font-weight:600;letter-spacing:-.7px}.audience-card h2 span{color:#74baff}
.membership-intro{font-size:13px;color:#c7d0da;margin:0 0 16px}
.clean-list,.receive-list{list-style:none;padding:0;margin:0;position:relative;z-index:2}
.clean-list li,.receive-list li{display:grid;grid-template-columns:24px 1fr;gap:10px;align-items:start;font-size:12.5px;line-height:1.5;color:#d4dbe3;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.045)}
.clean-list li:last-child,.receive-list li:last-child{border-bottom:0}.clean-list img,.receive-list img{width:20px;height:20px;margin-top:0}
.receive-card{padding:29px 28px;background:radial-gradient(circle at 85% 4%,rgba(41,126,213,.16),transparent 26%),linear-gradient(180deg,#06172a,#04101e 72%)}
.receive-head{padding-bottom:16px;border-bottom:1px solid rgba(216,154,43,.22);margin-bottom:6px}
.receive-head>span{font-family:Orbitron,Inter,sans-serif;color:#e2a42f;font-size:10px;letter-spacing:3px}.receive-head h2{margin:8px 0 8px;font-family:Orbitron,Inter,sans-serif;font-size:25px;font-weight:600}.receive-head p{font-size:12px;line-height:1.55;color:#afbac7;margin:0}
.receive-list li{padding:8.5px 0}

.level-cta{margin-top:3px;height:125px;grid-template-columns:102px 1fr 205px}
.level-copy h2{font-size:18px}.level-copy p{font-size:12px;line-height:1.55;max-width:540px}
.btn-level{min-width:184px}
.launch-banner{height:158px}
.launch-kicker{font-family:Orbitron,Inter,sans-serif;font-size:9px;letter-spacing:4px;color:#dda02e;margin-bottom:7px}
.launch-copy h2{font-size:34px;line-height:1.08}
.btn-launch{top:55px;right:215px}
.footer{height:126px}.footer-message{max-width:420px;margin:auto}.footer-message small{display:block;color:#728091;font-size:9px;line-height:1.4;margin-top:7px}

@media(max-width:900px){
  .hero{height:auto}.hero-copy{padding-top:43px}.hero-copy .hero-summary{max-width:520px}.content-section{padding-left:40px;padding-right:40px}.approach-panel{grid-template-columns:1fr}.journey-grid{grid-template-columns:repeat(2,1fr)}.membership-layout{grid-template-columns:1fr}.level-cta{grid-template-columns:86px 1fr;grid-template-rows:auto auto}.btn-level{grid-column:2}.launch-banner{height:165px}.btn-launch{right:180px;top:58px}.footer{height:auto}
}

@media(max-width:620px){
  .hero-copy{padding:28px 18px 27px}.hero-eyebrow{font-size:8.5px;letter-spacing:2.1px;margin-bottom:11px}.hero-copy h1{font-size:34px;line-height:1.08;letter-spacing:-.25px}.hero-copy h1 span{font-size:47px;line-height:1.04;letter-spacing:-.55px;margin-top:4px}.hero-copy .hero-tagline{font-size:14px;margin-top:8px}.hero-copy .hero-summary{font-size:12px;line-height:1.55;margin-top:5px}.hero-actions{margin-top:19px}
  .content-section{padding:3px 12px 19px}.wide-title{padding:5px 0 14px}.section-title h2{white-space:normal;text-align:center;line-height:1.35}.approach-panel{padding:21px 17px;gap:17px}.section-kicker{font-size:8.5px;letter-spacing:2px;margin-bottom:9px}.approach-copy h2{font-size:21px;line-height:1.36;letter-spacing:.1px;margin-bottom:16px}.approach-copy h2 span{margin-top:3px}.approach-copy p{font-size:12px;line-height:1.68;margin-bottom:11px}.approach-copy .approach-emphasis{padding-left:11px;margin-top:14px}.mission-brief{padding:14px 15px}.brief-label{font-size:9px;letter-spacing:2px}.brief-item{grid-template-columns:37px 1fr;gap:8px;padding:11px 0}.brief-number{font-size:13px}.brief-item strong{font-size:12px}.brief-item small{font-size:10.5px}
  .journey-grid{grid-template-columns:1fr;gap:9px}.journey-card{min-height:0;padding:14px 15px 16px}.journey-top{margin-bottom:8px}.journey-number{font-size:21px}.journey-icon{width:50px;height:50px}.journey-icon img{width:34px;height:34px}.journey-card h3{font-size:14px;margin-bottom:7px}.journey-card p{font-size:11.5px;line-height:1.57}
  .membership-layout{gap:10px}.audience-card,.receive-card{padding:21px 17px}.audience-card h2{font-size:20px}.membership-intro{font-size:11.5px;margin-bottom:9px}.clean-list li,.receive-list li{grid-template-columns:22px 1fr;gap:8px;font-size:11.2px;line-height:1.45;padding:7px 0}.clean-list img,.receive-list img{width:18px;height:18px}.receive-head{padding-bottom:12px}.receive-head h2{font-size:19px}.receive-head p{font-size:11px}
  .level-cta{margin:0 12px 15px;grid-template-columns:56px 1fr;min-height:151px;padding:14px}.level-copy h2{font-size:14px}.level-copy p{font-size:10.5px}.btn-level{grid-column:1/-1;width:100%}
  .launch-banner{height:174px}.launch-copy{padding:22px 0 0 17px;max-width:62%}.launch-kicker{font-size:7px;letter-spacing:2px}.launch-copy h2{font-size:24px}.btn-launch{left:17px;right:auto;top:112px;min-width:172px}.footer-message small{font-size:8.5px}
}


/* ===== V4.2 FIX: cache-safe responsive hero overlay ===== */
@media(max-width:620px){
  .hero{
    position:relative;
    display:block;
    min-height:0;
    height:auto;
    overflow:hidden;
    isolation:isolate;
    background:#020813;
  }
  .hero-visual{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:1;
    overflow:hidden;
  }
  .hero-photo{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:61% center;
    transform:scale(1.02);
  }
  .hero-vignette{
    position:absolute;
    inset:0;
    z-index:2;
    background:
      linear-gradient(180deg,
        rgba(2,8,19,.36) 0%,
        rgba(2,8,19,.42) 22%,
        rgba(2,8,19,.62) 46%,
        rgba(2,8,19,.82) 70%,
        rgba(2,8,19,.97) 100%),
      linear-gradient(90deg,rgba(2,8,19,.16),rgba(2,8,19,.08));
  }
  .hero-blue-glow,
  .hero-light-sweep,
  .hero-stars{z-index:2}
  .hero-copy{
    position:relative;
    z-index:4;
    min-height:0;
    padding:30px 18px 168px;
    background:linear-gradient(180deg,
      rgba(2,8,19,.06) 0%,
      rgba(2,8,19,.08) 42%,
      rgba(2,8,19,.32) 61%,
      rgba(2,8,19,.78) 82%,
      rgba(2,8,19,.96) 100%);
  }
  .hero-eyebrow{margin-bottom:13px}
  .hero-copy h1{line-height:1.12;letter-spacing:-.15px}
  .hero-copy h1 span{line-height:1.06;letter-spacing:-.35px}
  .hero-line{margin:15px 0 14px}
  .hero-copy .hero-tagline{font-size:14.5px;line-height:1.5;margin-top:0}
  .hero-copy .hero-summary{font-size:12.2px;line-height:1.62;margin-top:7px;max-width:94%}
  .hero-actions{margin-top:22px}
  .hero-actions .btn{background-color:rgba(2,8,19,.66);backdrop-filter:blur(5px)}
  .hero-actions .btn-gold{background:linear-gradient(180deg,rgba(227,165,49,.96),rgba(178,114,18,.96))}
  .hero-actions .btn-outline{background:rgba(2,8,19,.62)}
}

@media(max-width:380px){
  .hero,.hero-copy{min-height:0}
  .hero-copy{padding-bottom:145px}
  .hero-photo{object-position:63% center}
}


/* ===== V4.5 FULL-WIDTH PANORAMIC HERO ===== */
@keyframes heroDriftWide{from{transform:scale(1.02) translate3d(0,0,0)}to{transform:scale(1.05) translate3d(-1.2%,.4%,0)}}
.hero{
  position:relative;
  display:block;
  height:520px;
  min-height:520px;
  overflow:hidden;
  isolation:isolate;
  background:#020813;
  border-bottom:1px solid rgba(181,119,25,.07);
}
.hero-visual{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:1;
  overflow:hidden;
  background:#020813;
}
.hero-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:scale(1.02);
  animation:heroDriftWide 18s ease-in-out infinite alternate;
  will-change:transform;
}
.hero-vignette{
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(90deg,
      rgba(2,8,19,.97) 0%,
      rgba(2,8,19,.93) 18%,
      rgba(2,8,19,.78) 30%,
      rgba(2,8,19,.46) 42%,
      rgba(2,8,19,.18) 58%,
      rgba(2,8,19,.08) 100%),
    linear-gradient(180deg,rgba(2,8,19,.16) 0%,rgba(2,8,19,.10) 44%,rgba(2,8,19,.22) 100%);
}
.hero-blue-glow{
  position:absolute;
  left:28%;
  right:10%;
  bottom:25%;
  height:96px;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(34,138,255,.16),transparent 70%);
  filter:blur(22px);
  mix-blend-mode:screen;
  z-index:2;
  pointer-events:none;
}
.hero-light-sweep{display:none}
.hero-stars{position:absolute;inset:0;z-index:2;opacity:.22}
.hero-copy{
  position:relative;
  z-index:4;
  height:100%;
  max-width:1180px;
  margin:0 auto;
  padding:66px 52px 58px 56px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:none;
}
.hero-copy h1,
.hero-copy .hero-tagline,
.hero-copy .hero-summary{max-width:560px}
.hero-line{width:360px}
.hero-actions .btn{backdrop-filter:blur(5px)}
.hero-actions .btn-outline{background:rgba(2,8,19,.58)}

@media(max-width:1100px){
  .hero{height:500px;min-height:500px}
  .hero-copy{padding:60px 38px 54px 42px}
  .hero-copy h1{font-size:46px}
  .hero-copy h1 span{font-size:58px}
  .hero-photo{object-position:64% center}
}

@media(max-width:820px){
  .hero{height:690px;min-height:690px}
  .hero-photo{object-position:68% center}
  .hero-vignette{
    background:
      linear-gradient(180deg,
        rgba(2,8,19,.14) 0%,
        rgba(2,8,19,.18) 26%,
        rgba(2,8,19,.40) 48%,
        rgba(2,8,19,.76) 72%,
        rgba(2,8,19,.96) 100%),
      linear-gradient(90deg,rgba(2,8,19,.24),rgba(2,8,19,.06));
  }
  .hero-copy{
    padding:340px 34px 46px;
    justify-content:flex-end;
  }
  .hero-copy h1,
  .hero-copy .hero-tagline,
  .hero-copy .hero-summary{max-width:100%}
  .hero-line{width:min(100%,340px)}
}

@media(max-width:620px){
  .hero{height:760px;min-height:760px}
  .hero-photo{object-position:71% center;animation-duration:20s}
  .hero-copy{padding:378px 18px 34px}
  .hero-eyebrow{margin-bottom:12px}
  .hero-copy h1{font-size:34px;line-height:1.08;letter-spacing:-.22px}
  .hero-copy h1 span{font-size:47px;line-height:1.04;letter-spacing:-.45px;margin-top:4px}
  .hero-line{width:min(100%,315px);height:12px;margin:13px 0 12px}
  .hero-copy .hero-tagline{font-size:14px;line-height:1.5;margin-top:0}
  .hero-copy .hero-summary{font-size:12px;line-height:1.6;margin-top:7px;max-width:100%}
  .hero-actions{margin-top:18px;gap:10px;flex-direction:column}
  .hero-actions .btn{width:100%;min-width:0;height:52px}
}

@media(max-width:380px){
  .hero{height:720px;min-height:720px}
  .hero-copy{padding:350px 16px 30px}
  .hero-photo{object-position:73% center}
}


/* ===== V4.6 MOBILE HERO GAP FIX ===== */
@media(max-width:620px){
  .hero{
    height:auto !important;
    min-height:0 !important;
  }
  .hero-copy{
    height:auto !important;
    min-height:0 !important;
    padding:30px 18px 30px !important;
    justify-content:flex-start !important;
  }
  .hero-visual{
    position:absolute !important;
    inset:0 !important;
    height:100% !important;
    min-height:100% !important;
  }
  .hero-photo{
    object-position:71% center !important;
  }
  .hero-actions{
    margin-bottom:0 !important;
  }
}

@media(max-width:380px){
  .hero{
    height:auto !important;
    min-height:0 !important;
  }
  .hero-copy{
    padding:28px 16px 28px !important;
  }
  .hero-photo{
    object-position:73% center !important;
  }
}
