.elementor-kit-5{--e-global-color-primary:#01B0FF;--e-global-color-secondary:#54595F;--e-global-color-text:#EDEDED;--e-global-color-accent:#8A8F98;--e-global-color-b135457:#0A0B0F;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"JetBrains Mono";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-b135457 );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 713IT — Site Settings -> Custom CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;600&display=swap');

/* ===================== TOKENS ===================== */
:root{
  --bg:#0A0B0F;
  --bg-2:#0e1016;
  --panel:#111319;
  --panel-2:#15181f;
  --text:#EDEDED;
  --muted:#8A8F98;
  --accent:#01b0ff;
  --accent-15:rgba(1,176,255,.15);
  --accent-25:rgba(1,176,255,.25);
  --accent-50:rgba(1,176,255,.5);
  --line:rgba(1,176,255,.14);
  --hair:rgba(237,237,237,.08);
  --radius:16px;
  --maxw:1200px;
  --display:"Inter Tight",system-ui,sans-serif;
  --body:"Inter",system-ui,sans-serif;
  --mono:"JetBrains Mono",ui-monospace,monospace;
  --ease:cubic-bezier(.2,.7,.3,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:var(--bg);color:var(--text);
  font-family:var(--body);font-size:1.0625rem;line-height:1.65;
  overflow-x:hidden;-webkit-font-smoothing:antialiased;
}
body.loading{overflow:hidden;height:100vh}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
::selection{background:var(--accent);color:#04121d}
h1,h2,h3,h4{font-family:var(--display);line-height:1.05;letter-spacing:-.02em;font-weight:800}

/* ===================== ATMOSPHERE ===================== */
.fx{position:fixed;inset:0;z-index:0;pointer-events:none}
.fx .blueprint{
  position:absolute;inset:0;
  background-image:
    linear-gradient(var(--hair) 1px,transparent 1px),
    linear-gradient(90deg,var(--hair) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(ellipse 100% 70% at 50% 0%,#000 0%,transparent 80%);
  -webkit-mask-image:radial-gradient(ellipse 100% 70% at 50% 0%,#000 0%,transparent 80%);
  opacity:.6;
}
.fx .aurora{
  position:absolute;left:50%;top:-300px;transform:translateX(-50%);
  width:1200px;height:680px;border-radius:50%;
  background:radial-gradient(closest-side,rgba(1,176,255,.18),rgba(1,176,255,.05) 55%,transparent 75%);
  filter:blur(10px);
}
.fx .grain{
  position:absolute;inset:0;opacity:.025;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* margin coordinate annotations */
.coord{
  position:fixed;font-family:var(--mono);font-size:.72rem;letter-spacing:.06em;
  color:rgba(138,143,152,.5);z-index:2;pointer-events:none;writing-mode:vertical-rl;
}
.coord.left{left:14px;top:50%;transform:translateY(-50%)}
.coord.right{right:14px;top:50%;transform:translateY(-50%) rotate(180deg)}
@media (max-width:1100px){.coord{display:none}}

/* ===================== CUSTOM CURSOR ===================== */
.cursor-dot,.cursor-ring{
  position:fixed;top:0;left:0;z-index:9999;pointer-events:none;border-radius:50%;
  transform:translate(-50%,-50%);will-change:transform;
}
.cursor-dot{width:8px;height:8px;background:var(--accent);transition:opacity .2s}
.cursor-ring{
  width:32px;height:32px;border:1.5px solid var(--accent-50);
  transition:width .25s var(--ease),height .25s var(--ease),background .25s,border-color .25s;
  display:grid;place-items:center;
}
.cursor-ring .label{
  font-family:var(--mono);font-size:.66rem;font-weight:700;letter-spacing:.08em;
  color:#04121d;opacity:0;transform:scale(.6);transition:opacity .2s,transform .2s;
}
/* on hover: solid cyan badge with dark, legible text; inner dot hidden */
body.cursor-active .cursor-dot{opacity:0}
body.cursor-active .cursor-ring{width:62px;height:62px;border-color:var(--accent);background:var(--accent)}
body.cursor-active .cursor-ring .label{opacity:1;transform:scale(1)}
@media (hover:none),(pointer:coarse){.cursor-dot,.cursor-ring{display:none!important}}

/* ===================== LOADER ===================== */
#loader{
  position:fixed;inset:0;z-index:10000;background:var(--bg);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;
}
#loader .lz-logo{height:46px;width:auto;opacity:.95}
#loader .lz-status{font-family:var(--mono);font-size:.8rem;letter-spacing:.18em;color:var(--muted);text-transform:uppercase}
#loader .lz-status b{color:var(--accent)}
#loader .lz-bar{width:min(280px,60vw);height:2px;background:rgba(237,237,237,.1);border-radius:2px;overflow:hidden}
#loader .lz-bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--accent),#7cd9ff);box-shadow:0 0 12px var(--accent)}

/* ===================== NAV ===================== */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:60;
  display:flex;align-items:center;justify-content:space-between;
  padding:16px clamp(20px,5vw,56px);
  background:rgba(10,11,15,.55);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--hair);
}
.nav .logo img{height:38px;width:auto}
.nav-links{display:flex;gap:32px;list-style:none;font-size:.95rem;font-weight:500}
.nav-links a{color:var(--muted);transition:color .25s}
.nav-links a:hover{color:var(--accent)}
.nav-cta{
  font-family:var(--mono);font-weight:600;font-size:.85rem;letter-spacing:.05em;
  color:#04121d;background:var(--accent);padding:11px 20px;border-radius:999px;
  transition:transform .25s,box-shadow .25s;box-shadow:0 0 22px rgba(1,176,255,.3);white-space:nowrap;
}
.nav-cta:hover{box-shadow:0 0 34px rgba(1,176,255,.55)}
@media (max-width:860px){.nav-links{display:none}}

/* ===================== LAYOUT ===================== */
main{position:relative;z-index:1}
.section{position:relative;padding:clamp(88px,11vw,150px) clamp(20px,5vw,56px)}
.wrap{max-width:var(--maxw);margin:0 auto}
.eyebrow{
  font-family:var(--mono);font-size:.78rem;font-weight:600;letter-spacing:.2em;
  text-transform:uppercase;color:var(--accent);display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;
}
.eyebrow::before{content:"";width:24px;height:1px;background:var(--accent)}
.eyebrow.mono-tag::after{content:attr(data-tag);color:var(--muted);margin-left:6px}
h2{font-size:clamp(2.1rem,4.8vw,3.5rem);margin-bottom:18px}
.lede{font-size:clamp(1.1rem,1.5vw,1.28rem);color:var(--muted);max-width:60ch}
.accent{color:var(--accent)}
.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}

/* ===================== HERO ===================== */
.hero{min-height:100svh;display:flex;align-items:center;padding-top:150px;padding-bottom:70px;position:relative;overflow:hidden}
.hero .wrap{width:100%;position:relative;z-index:1}
/* two-column hero on desktop: copy | HUD, stats span full width */
.hero-grid{display:grid;grid-template-columns:1.55fr minmax(300px,.82fr);grid-template-areas:"copy hud" "meta meta";column-gap:clamp(30px,5vw,72px);align-items:center}
.hero-copy{grid-area:copy;min-width:0}
.hud{grid-area:hud;align-self:center}
.hero-meta{grid-area:meta}
@media (max-width:1024px){
  .hero-grid{grid-template-columns:1fr;grid-template-areas:"copy" "meta"}
  .hud{display:none}
}
/* giant ghosted ambient number behind the hero */
.ghost-num{position:absolute;right:-2vw;top:50%;transform:translateY(-50%);font-family:var(--mono);font-weight:600;
  font-size:32vw;line-height:.8;letter-spacing:-.03em;color:rgba(1,176,255,.04);z-index:0;pointer-events:none;user-select:none;white-space:nowrap}
@media (max-width:1024px){.ghost-num{font-size:48vw;right:-12vw;color:rgba(1,176,255,.03)}}

/* ===== HUD (mission control) ===== */
.hud{border:1px solid var(--line);border-radius:16px;background:rgba(10,13,20,.55);
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:18px;font-family:var(--mono);
  box-shadow:0 24px 70px rgba(0,0,0,.5),0 0 0 1px rgba(1,176,255,.04) inset}
.hud-top{display:flex;align-items:center;justify-content:space-between;font-size:.72rem;letter-spacing:.12em;color:var(--muted);margin-bottom:14px}
.hud-id{color:var(--accent)}
.hud-online{display:inline-flex;align-items:center;gap:7px;color:#2fe6a0}
.hud-online i{width:7px;height:7px;border-radius:50%;background:#2fe6a0;box-shadow:0 0 8px #2fe6a0;animation:pulse 1.6s infinite}
.hud-radar{display:flex;justify-content:center;margin-bottom:14px}
.hud-radar svg{width:148px;height:148px}
.hud-radar .r-ring{fill:none;stroke:rgba(1,176,255,.18);stroke-width:1}
.hud-radar .r-cross{stroke:rgba(1,176,255,.13);stroke-width:1}
.hud-radar .r-sweep{transform-origin:60px 60px;animation:radar 4s linear infinite}
.hud-radar .blip{fill:var(--accent);transform-box:fill-box;transform-origin:center;animation:blip 2.4s ease-in-out infinite}
.hud-radar .b2{animation-delay:.8s}.hud-radar .b3{animation-delay:1.6s}
@keyframes radar{to{transform:rotate(360deg)}}
@keyframes blip{0%,100%{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}}
.hud-tele{display:grid;gap:10px;margin-bottom:14px}
.hud-row{display:grid;grid-template-columns:40px 1fr 50px;align-items:center;gap:10px;font-size:.72rem}
.hud-row .k{color:var(--muted);letter-spacing:.06em}
.hud-row .v{color:var(--text);text-align:right;font-variant-numeric:tabular-nums}
.hud-row .bar{height:3px;background:rgba(237,237,237,.08);border-radius:3px;overflow:hidden}
.hud-row .bar i{display:block;height:100%;width:40%;background:linear-gradient(90deg,var(--accent),#7cd9ff);border-radius:3px;transition:width .7s var(--ease)}
.hud-log{font-size:.66rem;line-height:1.75;color:var(--muted);height:82px;overflow:hidden;border-top:1px solid var(--hair);padding-top:10px}
.hud-log div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hud-log .t{color:var(--accent)}
.hud-log .ok{color:#2fe6a0}
.hero .tminus{font-family:var(--mono);font-size:.8rem;letter-spacing:.22em;color:var(--accent);text-transform:uppercase;margin-bottom:26px;display:flex;align-items:center;gap:12px}
.hero .tminus .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent);animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}
.hero h1{font-size:clamp(2.7rem,7vw,5.6rem);font-weight:900;letter-spacing:-.03em;line-height:1.25;max-width:16ch;margin-bottom:30px}
.hero h1 .ch{display:inline-block;will-change:transform}
.hero h1 .word{display:inline-block;white-space:nowrap}
.word-cycle{
  display:inline-flex;vertical-align:bottom;height:1.25em;overflow:hidden;position:relative;color:var(--accent);
}
.word-cycle .stack{display:flex;flex-direction:column}
.word-cycle .stack span{height:1.25em;line-height:1.25em;display:block}
.hero .lede{margin-bottom:40px}
.hero-ctas{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.btn-primary{
  font-family:var(--display);font-weight:700;font-size:1.08rem;
  color:#04121d;background:var(--accent);padding:17px 34px;border-radius:999px;
  display:inline-flex;align-items:center;gap:10px;box-shadow:0 0 28px rgba(1,176,255,.38);
  transition:box-shadow .25s;position:relative;
}
.btn-primary:hover{box-shadow:0 0 46px rgba(1,176,255,.62)}
.btn-ghost{
  font-family:var(--display);font-weight:700;font-size:1.08rem;color:var(--text);
  padding:16px 30px;border-radius:999px;border:1px solid var(--accent-25);transition:border-color .25s,background .25s;
}
.btn-ghost:hover{border-color:var(--accent);background:rgba(1,176,255,.08)}
.hero-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,3vw,34px);margin-top:54px;border-top:1px solid var(--hair);padding-top:30px}
.hero-meta .stat{min-width:0}
.stat-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.stat-id{font-family:var(--mono);font-size:.66rem;letter-spacing:.1em;color:var(--muted)}
.stat-dot{width:7px;height:7px;border-radius:50%;background:#2fe6a0;box-shadow:0 0 8px #2fe6a0;animation:pulse 1.8s infinite}
.hero-meta .stat .stat-num{font-family:var(--mono);font-weight:600;font-size:clamp(1.9rem,3.4vw,2.6rem);color:var(--text);font-variant-numeric:tabular-nums;line-height:1;display:block}
.stat-bar{height:2px;background:rgba(237,237,237,.08);border-radius:2px;overflow:hidden;margin:12px 0 10px}
.stat-bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--accent),#7cd9ff);border-radius:2px}
.hero-meta .stat .lbl{font-family:var(--mono);font-size:.74rem;letter-spacing:.06em;color:var(--muted);text-transform:uppercase}
@media (max-width:680px){.hero-meta{grid-template-columns:repeat(2,1fr)}}

/* ===================== PITCH ===================== */
.pitch-card{
  background:linear-gradient(180deg,var(--panel),rgba(17,19,25,.4));
  border:1px solid var(--line);border-radius:calc(var(--radius)*1.4);
  padding:clamp(40px,6vw,72px);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(32px,5vw,64px);align-items:center;
  box-shadow:0 30px 80px rgba(0,0,0,.5);
}
.vendor-pile{display:flex;flex-direction:column;gap:12px}
.vendor{display:flex;align-items:center;gap:14px;font-size:1rem;color:var(--muted);
  background:var(--panel-2);border:1px solid var(--hair);border-radius:12px;padding:14px 18px;}
.vendor s{opacity:.6}
.vendor .x{font-family:var(--mono);color:#ff6b6b;font-weight:700}
.vendor.one{border-color:var(--accent-50);color:var(--text);font-weight:600;box-shadow:0 0 26px rgba(1,176,255,.16)}
.vendor.one .x{color:var(--accent)}
@media (max-width:900px){.pitch-card{grid-template-columns:1fr}}

/* ===================== SERVICES ===================== */
.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:0;perspective:1200px}
.spotlight-card{
  position:relative;background:linear-gradient(180deg,var(--panel-2),var(--panel));
  border:1px solid var(--line);border-radius:var(--radius);padding:38px 34px;overflow:hidden;
  transform-style:preserve-3d;transition:border-color .35s,box-shadow .35s,transform .15s var(--ease);
}
.spotlight-card::before{
  content:"";position:absolute;inset:0;opacity:0;transition:opacity .35s;pointer-events:none;
  background:radial-gradient(400px circle at var(--mouse-x,50%) var(--mouse-y,50%),rgba(1,176,255,.25),transparent 60%);
}
.spotlight-card:hover{border-color:var(--accent-50);box-shadow:0 24px 60px rgba(0,0,0,.5)}
.spotlight-card:hover::before{opacity:1}
.spotlight-card .svc-icon{
  width:58px;height:58px;border-radius:14px;display:grid;place-items:center;margin-bottom:22px;
  background:rgba(1,176,255,.1);border:1px solid var(--accent-25);transform:translateZ(30px);
}
.spotlight-card .svc-icon svg{width:28px;height:28px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.spotlight-card .svc-no{position:absolute;top:30px;right:32px;font-family:var(--mono);font-size:.78rem;color:var(--muted);letter-spacing:.1em}
.spotlight-card h3{font-size:1.5rem;font-weight:700;margin-bottom:12px;transition:color .3s;transform:translateZ(24px)}
.spotlight-card:hover h3{color:var(--accent)}
.spotlight-card p{color:var(--muted);font-size:1.02rem;margin-bottom:18px}
.spotlight-card ul{list-style:none;display:grid;gap:11px}
.spotlight-card li{display:flex;gap:11px;align-items:center;font-size:1rem;color:#c6d4e6}
.svc-ic{width:18px;height:18px;flex:0 0 18px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;overflow:visible;transform-box:fill-box;transform-origin:center}
/* subtle idle icon animations */
.a-breathe{animation:icBreathe 3.4s ease-in-out infinite}
.spotlight-card li:nth-child(2) .a-breathe{animation-delay:.5s}
.spotlight-card li:nth-child(3) .a-breathe{animation-delay:1s}
.spotlight-card li:nth-child(4) .a-breathe{animation-delay:1.5s}
.a-pulse{animation:icPulse 2.2s ease-in-out infinite}
.a-grow{animation:icBreathe 3s ease-in-out infinite}
.a-spin{animation:icSpin 7s linear infinite}
.a-draw .trend{stroke-dasharray:34;animation:icDraw 2.8s ease-in-out infinite}
.a-codeblink .caret{animation:icBlink 1.1s steps(1) infinite}
@keyframes icBreathe{0%,100%{opacity:.55;transform:scale(.96)}50%{opacity:1;transform:scale(1.05)}}
@keyframes icPulse{0%,100%{opacity:.7;transform:scale(.94)}50%{opacity:1;transform:scale(1.14)}}
@keyframes icSpin{to{transform:rotate(360deg)}}
@keyframes icDraw{0%{stroke-dashoffset:34;opacity:.3}45%{stroke-dashoffset:0;opacity:1}80%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:0;opacity:0}}
@keyframes icBlink{0%,49%{opacity:1}50%,100%{opacity:0}}

/* ===== Services: control-panel rail ===== */
.svc-wrap{display:grid;grid-template-columns:92px minmax(0,1fr);gap:clamp(28px,4vw,56px);align-items:start;margin-top:54px}
.svc-main{min-width:0}
.svc-rail{position:sticky;top:110px;align-self:start;font-family:var(--mono)}
.rail-head,.rail-foot{font-size:.6rem;letter-spacing:.14em;color:var(--muted);text-align:center}
.rail-head{margin-bottom:14px}.rail-foot{margin-top:10px}
.rail-units{display:flex;flex-direction:column;gap:12px;position:relative}
.rail-units::before{content:"";position:absolute;left:50%;top:8px;bottom:8px;width:1px;background:var(--hair);transform:translateX(-50%);z-index:0}
.rail-unit{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:9px;padding:14px 0;border:1px solid var(--line);border-radius:12px;background:rgba(10,13,20,.6);opacity:.5;transition:opacity .4s,border-color .4s,box-shadow .4s}
.rail-unit.on{opacity:1;border-color:var(--accent-25);box-shadow:0 0 24px rgba(1,176,255,.14)}
.rail-no{font-size:.92rem;font-weight:600;color:var(--muted);letter-spacing:.08em}
.rail-unit.on .rail-no{color:var(--accent)}
.rail-toggle{width:34px;height:16px;border-radius:999px;border:1px solid var(--line);background:rgba(237,237,237,.05);position:relative;transition:background .4s,border-color .4s}
.rail-toggle i{position:absolute;top:1px;left:1px;width:12px;height:12px;border-radius:50%;background:var(--muted);transition:transform .4s var(--ease),background .4s}
.rail-unit.on .rail-toggle{background:rgba(1,176,255,.18);border-color:var(--accent-50)}
.rail-unit.on .rail-toggle i{transform:translateX(18px);background:var(--accent);box-shadow:0 0 8px var(--accent)}
.rail-led{width:8px;height:8px;border-radius:50%;background:rgba(237,237,237,.15);transition:background .4s,box-shadow .4s}
.rail-unit.on .rail-led{background:var(--accent);box-shadow:0 0 10px var(--accent);animation:pulse 1.6s infinite}
@media (max-width:980px){.svc-wrap{grid-template-columns:1fr}.svc-rail{display:none}}
@media (max-width:820px){.svc-grid{grid-template-columns:1fr}}

/* ===================== SQUIGGLE ZONE (how-it-works + partners) ===================== */
.squiggle-zone{position:relative}
#squiggle-svg{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:visible}
.squiggle-zone .section{position:relative;z-index:1}
@media (max-width:820px){#squiggle-svg{display:none}}  /* desktop showpiece; cleaner stack on mobile */

/* HOW IT WORKS → pinned horizontal LAUNCH SEQUENCE (CSS sticky pin; a scrubbed timeline drives the pan — smooth under Lenis, no ScrollTrigger pin) */
.how-pin{position:relative;z-index:1;height:380vh}
.how-sticky{position:sticky;top:0;height:100vh;overflow:hidden}
.how-sticky::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:radial-gradient(120% 85% at 50% 50%,rgba(10,11,15,0) 42%,rgba(10,11,15,.74) 100%)}

/* corner countdown HUD */
.launch-hud{position:absolute;top:clamp(86px,12vh,118px);right:clamp(20px,5vw,64px);z-index:3;font-family:var(--mono);text-align:right;pointer-events:none}
.launch-hud .lh-label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.34em;color:var(--accent);margin-bottom:8px}
.launch-hud .lh-count{display:block;font-size:clamp(2.3rem,6vw,4.2rem);font-weight:600;color:var(--text);line-height:1;text-shadow:0 0 40px rgba(1,176,255,.4);font-variant-numeric:tabular-nums}
.launch-hud .lh-count.ignite{color:var(--accent);animation:ignitePulse .5s steps(1) infinite}
.launch-hud .lh-sub{display:block;font-size:.7rem;letter-spacing:.24em;color:var(--muted);margin-top:10px}
.launch-hud .lh-bar{width:150px;height:2px;background:rgba(237,237,237,.1);margin:14px 0 0 auto;border-radius:2px;overflow:hidden}
.launch-hud .lh-bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--accent),#7cd9ff)}
@keyframes ignitePulse{0%,49%{opacity:1}50%,100%{opacity:.35}}

/* horizontal track + full-screen panels */
.how-track{display:flex;height:100%;width:max-content;position:relative;z-index:2;will-change:transform}
.launch-step{flex:0 0 auto;width:100vw;height:100%;display:grid;place-items:center;padding:0 clamp(24px,7vw,110px)}
.ls-inner{width:100%;max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(34px,6vw,84px);align-items:center}
.ls-visual{position:relative;aspect-ratio:1/1;width:min(42vh,340px);justify-self:center;border:1px solid var(--line);border-radius:22px;
  background:rgba(12,14,20,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;
  box-shadow:0 30px 80px rgba(0,0,0,.5),0 0 0 1px rgba(1,176,255,.08) inset}
.ls-visual svg{width:66%;height:66%;overflow:visible;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ls-copy .sno{font-family:var(--mono);font-size:.82rem;letter-spacing:.18em;color:var(--accent);margin-bottom:14px}
.ls-copy h3{font-size:clamp(1.9rem,4vw,3.05rem);line-height:1.1;margin-bottom:16px;letter-spacing:-.02em}
.ls-copy p{color:var(--muted);font-size:clamp(1.05rem,1.5vw,1.22rem);max-width:44ch;line-height:1.6}

/* STEP 01 — calendar fans open when active */
.cal-page{transform-box:fill-box;transform-origin:30px 88px;opacity:0;transition:transform .55s var(--ease),opacity .55s var(--ease)}
.launch-step.active .cal-pages .cal-page:nth-child(1){transform:rotate(-9deg);opacity:.5;transition-delay:.05s}
.launch-step.active .cal-pages .cal-page:nth-child(2){transform:rotate(-18deg);opacity:.32;transition-delay:.13s}
.launch-step.active .cal-pages .cal-page:nth-child(3){transform:rotate(-27deg);opacity:.18;transition-delay:.21s}
.cal-day{opacity:0;transition:opacity .4s .42s}
.launch-step.active .cal-day{opacity:1}
/* STEP 02 — soundwave equalizer pulses when active */
.wb{fill:var(--accent);stroke:none;transform-box:fill-box;transform-origin:center bottom;transform:scaleY(.2)}
.launch-step.active .wave-bars .wb{animation:wave 1s ease-in-out infinite}
.launch-step.active .wave-bars .wb:nth-child(1){animation-delay:-.1s}
.launch-step.active .wave-bars .wb:nth-child(2){animation-delay:-.5s;animation-duration:1.2s}
.launch-step.active .wave-bars .wb:nth-child(3){animation-delay:-.25s;animation-duration:.85s}
.launch-step.active .wave-bars .wb:nth-child(4){animation-delay:-.7s}
.launch-step.active .wave-bars .wb:nth-child(5){animation-delay:-.35s;animation-duration:1.1s}
.launch-step.active .wave-bars .wb:nth-child(6){animation-delay:-.6s;animation-duration:.9s}
.launch-step.active .wave-bars .wb:nth-child(7){animation-delay:-.15s}
@keyframes wave{0%,100%{transform:scaleY(.18)}50%{transform:scaleY(1)}}
/* STEP 03 — checklist self-completes when active */
.cl-check{stroke-dasharray:18;stroke-dashoffset:18;opacity:0}
.launch-step.active .cl-rows .cl-row:nth-child(1) .cl-check{animation:clCheck .55s ease .25s forwards}
.launch-step.active .cl-rows .cl-row:nth-child(2) .cl-check{animation:clCheck .55s ease .6s forwards}
.launch-step.active .cl-rows .cl-row:nth-child(3) .cl-check{animation:clCheck .55s ease .95s forwards}
@keyframes clCheck{0%{stroke-dashoffset:18;opacity:0}35%{opacity:1}100%{stroke-dashoffset:0;opacity:1}}

/* launch planet (small cartoon Earth + moon + stars, one asset) — offset right of the squiggle path */
.launch-planet{position:absolute;left:78%;transform:translateX(-50%);bottom:12vh;width:clamp(108px,13vh,160px);aspect-ratio:1/1;z-index:1;opacity:0;pointer-events:none}
.launch-planet svg{display:block;width:100%;height:100%;overflow:visible}
.launch-rocket{position:absolute;left:78%;margin-left:-26px;bottom:21vh;z-index:4;width:52px;opacity:0;pointer-events:none}
.launch-rocket svg{display:block;width:100%;height:auto;overflow:visible}

@media (max-width:820px){
  .how-pin{height:auto}
  .how-sticky{position:static;height:auto;overflow:visible}
  .how-sticky::before{display:none}
  .how-track{flex-direction:column;width:auto;transform:none!important;gap:48px;padding:84px 0}
  .launch-step{flex:none;width:auto;height:auto;padding:0 clamp(20px,5vw,56px)}
  .ls-inner{grid-template-columns:1fr;gap:26px;justify-items:start}
  .ls-visual{width:min(56vw,240px)}
  .launch-hud{position:static;text-align:left;margin:0 clamp(20px,5vw,56px) 6px}
  .launch-hud .lh-bar{display:none}
  .launch-rocket,.launch-planet{display:none}
}

/* PARTNERS marquee */
.partners{overflow:hidden}
.partners .partners-label{font-family:var(--mono);font-size:.78rem;letter-spacing:.16em;color:var(--muted);text-transform:uppercase;text-align:center;margin-bottom:36px}
.marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}
.marquee-track{display:flex;gap:64px;width:max-content;will-change:transform}
.marquee-track span{font-family:var(--display);font-weight:700;font-size:clamp(1.2rem,2vw,1.6rem);color:rgba(138,143,152,.5);white-space:nowrap;transition:color .3s}
.marquee:hover .marquee-track span{color:rgba(138,143,152,.5)}
.marquee-track span:hover{color:var(--accent)}

/* ===================== TESTIMONIALS ===================== */
/* ===== Reviews carousel (comms-themed, auto-advancing) ===== */
.reviews-viewport{margin-top:54px;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,#000 0,#000 86%,rgba(0,0,0,.2) 100%);
  mask-image:linear-gradient(90deg,#000 0,#000 86%,rgba(0,0,0,.2) 100%)}
.reviews-track{display:flex;gap:22px;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}
.rev-card{flex:0 0 var(--rev-w,340px);position:relative;overflow:hidden;
  background:linear-gradient(180deg,var(--panel-2),var(--panel));border:1px solid var(--line);border-radius:var(--radius);
  padding:30px 28px 42px;display:flex;flex-direction:column;gap:16px;min-height:296px}
.rev-wave{position:absolute;left:0;right:0;bottom:0;height:34px;opacity:.16;pointer-events:none;
  background-repeat:repeat-x;background-position:left bottom;background-size:300px 100%;transition:opacity .4s}
.rev-wave.wv-a{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 600 60%22 fill=%22%2301b0ff%22%3E%3Crect x=%223.5%22 y=%2233.5%22 width=%228%22 height=%2226.5%22 rx=%222%22/%3E%3Crect x=%2218.5%22 y=%2214.7%22 width=%228%22 height=%2245.3%22 rx=%222%22/%3E%3Crect x=%2233.5%22 y=%2216.1%22 width=%228%22 height=%2243.9%22 rx=%222%22/%3E%3Crect x=%2248.5%22 y=%2228.1%22 width=%228%22 height=%2231.9%22 rx=%222%22/%3E%3Crect x=%2263.5%22 y=%2215.0%22 width=%228%22 height=%2245.0%22 rx=%222%22/%3E%3Crect x=%2278.5%22 y=%2229.1%22 width=%228%22 height=%2230.9%22 rx=%222%22/%3E%3Crect x=%2293.5%22 y=%2234.8%22 width=%228%22 height=%2225.2%22 rx=%222%22/%3E%3Crect x=%22108.5%22 y=%2242.3%22 width=%228%22 height=%2217.7%22 rx=%222%22/%3E%3Crect x=%22123.5%22 y=%2214.1%22 width=%228%22 height=%2245.9%22 rx=%222%22/%3E%3Crect x=%22138.5%22 y=%2217.4%22 width=%228%22 height=%2242.6%22 rx=%222%22/%3E%3Crect x=%22153.5%22 y=%2215.8%22 width=%228%22 height=%2244.2%22 rx=%222%22/%3E%3Crect x=%22168.5%22 y=%2225.9%22 width=%228%22 height=%2234.1%22 rx=%222%22/%3E%3Crect x=%22183.5%22 y=%2229.0%22 width=%228%22 height=%2231.0%22 rx=%222%22/%3E%3Crect x=%22198.5%22 y=%2233.2%22 width=%228%22 height=%2226.8%22 rx=%222%22/%3E%3Crect x=%22213.5%22 y=%2227.8%22 width=%228%22 height=%2232.2%22 rx=%222%22/%3E%3Crect x=%22228.5%22 y=%2234.4%22 width=%228%22 height=%2225.6%22 rx=%222%22/%3E%3Crect x=%22243.5%22 y=%2242.6%22 width=%228%22 height=%2217.4%22 rx=%222%22/%3E%3Crect x=%22258.5%22 y=%2219.6%22 width=%228%22 height=%2240.4%22 rx=%222%22/%3E%3Crect x=%22273.5%22 y=%2235.2%22 width=%228%22 height=%2224.8%22 rx=%222%22/%3E%3Crect x=%22288.5%22 y=%2216.2%22 width=%228%22 height=%2243.8%22 rx=%222%22/%3E%3Crect x=%22303.5%22 y=%2210.8%22 width=%228%22 height=%2249.2%22 rx=%222%22/%3E%3Crect x=%22318.5%22 y=%2233.2%22 width=%228%22 height=%2226.8%22 rx=%222%22/%3E%3Crect x=%22333.5%22 y=%2229.1%22 width=%228%22 height=%2230.9%22 rx=%222%22/%3E%3Crect x=%22348.5%22 y=%2223.3%22 width=%228%22 height=%2236.7%22 rx=%222%22/%3E%3Crect x=%22363.5%22 y=%2239.1%22 width=%228%22 height=%2220.9%22 rx=%222%22/%3E%3Crect x=%22378.5%22 y=%2235.1%22 width=%228%22 height=%2224.9%22 rx=%222%22/%3E%3Crect x=%22393.5%22 y=%2228.1%22 width=%228%22 height=%2231.9%22 rx=%222%22/%3E%3Crect x=%22408.5%22 y=%2231.1%22 width=%228%22 height=%2228.9%22 rx=%222%22/%3E%3Crect x=%22423.5%22 y=%2211.6%22 width=%228%22 height=%2248.4%22 rx=%222%22/%3E%3Crect x=%22438.5%22 y=%2239.1%22 width=%228%22 height=%2220.9%22 rx=%222%22/%3E%3Crect x=%22453.5%22 y=%2229.4%22 width=%228%22 height=%2230.6%22 rx=%222%22/%3E%3Crect x=%22468.5%22 y=%2229.0%22 width=%228%22 height=%2231.0%22 rx=%222%22/%3E%3Crect x=%22483.5%22 y=%2236.3%22 width=%228%22 height=%2223.7%22 rx=%222%22/%3E%3Crect x=%22498.5%22 y=%2240.2%22 width=%228%22 height=%2219.8%22 rx=%222%22/%3E%3Crect x=%22513.5%22 y=%2214.5%22 width=%228%22 height=%2245.5%22 rx=%222%22/%3E%3Crect x=%22528.5%22 y=%2232.9%22 width=%228%22 height=%2227.1%22 rx=%222%22/%3E%3Crect x=%22543.5%22 y=%2240.3%22 width=%228%22 height=%2219.7%22 rx=%222%22/%3E%3Crect x=%22558.5%22 y=%2220.6%22 width=%228%22 height=%2239.4%22 rx=%222%22/%3E%3Crect x=%22573.5%22 y=%2214.2%22 width=%228%22 height=%2245.8%22 rx=%222%22/%3E%3Crect x=%22588.5%22 y=%2233.7%22 width=%228%22 height=%2226.3%22 rx=%222%22/%3E%3C/svg%3E")}
.rev-wave.wv-b{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 600 60%22 fill=%22%2301b0ff%22%3E%3Crect x=%223.5%22 y=%2247.0%22 width=%228%22 height=%2213.0%22 rx=%222%22/%3E%3Crect x=%2218.5%22 y=%2248.0%22 width=%228%22 height=%2212.0%22 rx=%222%22/%3E%3Crect x=%2233.5%22 y=%2237.9%22 width=%228%22 height=%2222.1%22 rx=%222%22/%3E%3Crect x=%2248.5%22 y=%2231.4%22 width=%228%22 height=%2228.6%22 rx=%222%22/%3E%3Crect x=%2263.5%22 y=%2235.0%22 width=%228%22 height=%2225.0%22 rx=%222%22/%3E%3Crect x=%2278.5%22 y=%2233.7%22 width=%228%22 height=%2226.3%22 rx=%222%22/%3E%3Crect x=%2293.5%22 y=%2239.1%22 width=%228%22 height=%2220.9%22 rx=%222%22/%3E%3Crect x=%22108.5%22 y=%2238.4%22 width=%228%22 height=%2221.6%22 rx=%222%22/%3E%3Crect x=%22123.5%22 y=%2242.7%22 width=%228%22 height=%2217.3%22 rx=%222%22/%3E%3Crect x=%22138.5%22 y=%2238.7%22 width=%228%22 height=%2221.3%22 rx=%222%22/%3E%3Crect x=%22153.5%22 y=%2236.7%22 width=%228%22 height=%2223.3%22 rx=%222%22/%3E%3Crect x=%22168.5%22 y=%2244.5%22 width=%228%22 height=%2215.5%22 rx=%222%22/%3E%3Crect x=%22183.5%22 y=%2244.7%22 width=%228%22 height=%2215.3%22 rx=%222%22/%3E%3Crect x=%22198.5%22 y=%2234.6%22 width=%228%22 height=%2225.4%22 rx=%222%22/%3E%3Crect x=%22213.5%22 y=%2236.1%22 width=%228%22 height=%2223.9%22 rx=%222%22/%3E%3Crect x=%22228.5%22 y=%2236.8%22 width=%228%22 height=%2223.2%22 rx=%222%22/%3E%3Crect x=%22243.5%22 y=%2242.2%22 width=%228%22 height=%2217.8%22 rx=%222%22/%3E%3Crect x=%22258.5%22 y=%2234.7%22 width=%228%22 height=%2225.3%22 rx=%222%22/%3E%3Crect x=%22273.5%22 y=%2249.6%22 width=%228%22 height=%2210.4%22 rx=%222%22/%3E%3Crect x=%22288.5%22 y=%2244.8%22 width=%228%22 height=%2215.2%22 rx=%222%22/%3E%3Crect x=%22303.5%22 y=%2244.6%22 width=%228%22 height=%2215.4%22 rx=%222%22/%3E%3Crect x=%22318.5%22 y=%2236.5%22 width=%228%22 height=%2223.5%22 rx=%222%22/%3E%3Crect x=%22333.5%22 y=%2242.2%22 width=%228%22 height=%2217.8%22 rx=%222%22/%3E%3Crect x=%22348.5%22 y=%2234.5%22 width=%228%22 height=%2225.5%22 rx=%222%22/%3E%3Crect x=%22363.5%22 y=%2230.2%22 width=%228%22 height=%2229.8%22 rx=%222%22/%3E%3Crect x=%22378.5%22 y=%2241.1%22 width=%228%22 height=%2218.9%22 rx=%222%22/%3E%3Crect x=%22393.5%22 y=%2249.5%22 width=%228%22 height=%2210.5%22 rx=%222%22/%3E%3Crect x=%22408.5%22 y=%2238.5%22 width=%228%22 height=%2221.5%22 rx=%222%22/%3E%3Crect x=%22423.5%22 y=%2247.5%22 width=%228%22 height=%2212.5%22 rx=%222%22/%3E%3Crect x=%22438.5%22 y=%2240.5%22 width=%228%22 height=%2219.5%22 rx=%222%22/%3E%3Crect x=%22453.5%22 y=%2242.9%22 width=%228%22 height=%2217.1%22 rx=%222%22/%3E%3Crect x=%22468.5%22 y=%2244.4%22 width=%228%22 height=%2215.6%22 rx=%222%22/%3E%3Crect x=%22483.5%22 y=%2230.4%22 width=%228%22 height=%2229.6%22 rx=%222%22/%3E%3Crect x=%22498.5%22 y=%2244.9%22 width=%228%22 height=%2215.1%22 rx=%222%22/%3E%3Crect x=%22513.5%22 y=%2241.8%22 width=%228%22 height=%2218.2%22 rx=%222%22/%3E%3Crect x=%22528.5%22 y=%2242.5%22 width=%228%22 height=%2217.5%22 rx=%222%22/%3E%3Crect x=%22543.5%22 y=%2234.3%22 width=%228%22 height=%2225.7%22 rx=%222%22/%3E%3Crect x=%22558.5%22 y=%2240.6%22 width=%228%22 height=%2219.4%22 rx=%222%22/%3E%3Crect x=%22573.5%22 y=%2250.3%22 width=%228%22 height=%229.7%22 rx=%222%22/%3E%3Crect x=%22588.5%22 y=%2229.2%22 width=%228%22 height=%2230.8%22 rx=%222%22/%3E%3C/svg%3E")}
.rev-wave.wv-c{background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 600 60%22 fill=%22%2301b0ff%22%3E%3Crect x=%223.5%22 y=%2237.4%22 width=%228%22 height=%2222.6%22 rx=%222%22/%3E%3Crect x=%2218.5%22 y=%2243.0%22 width=%228%22 height=%2217.0%22 rx=%222%22/%3E%3Crect x=%2233.5%22 y=%2238.5%22 width=%228%22 height=%2221.5%22 rx=%222%22/%3E%3Crect x=%2248.5%22 y=%2241.2%22 width=%228%22 height=%2218.8%22 rx=%222%22/%3E%3Crect x=%2263.5%22 y=%2245.4%22 width=%228%22 height=%2214.6%22 rx=%222%22/%3E%3Crect x=%2278.5%22 y=%2243.2%22 width=%228%22 height=%2216.8%22 rx=%222%22/%3E%3Crect x=%2293.5%22 y=%2229.8%22 width=%228%22 height=%2230.2%22 rx=%222%22/%3E%3Crect x=%22108.5%22 y=%2233.0%22 width=%228%22 height=%2227.0%22 rx=%222%22/%3E%3Crect x=%22123.5%22 y=%2244.6%22 width=%228%22 height=%2215.4%22 rx=%222%22/%3E%3Crect x=%22138.5%22 y=%2241.5%22 width=%228%22 height=%2218.5%22 rx=%222%22/%3E%3Crect x=%22153.5%22 y=%2240.8%22 width=%228%22 height=%2219.2%22 rx=%222%22/%3E%3Crect x=%22168.5%22 y=%2249.8%22 width=%228%22 height=%2210.2%22 rx=%222%22/%3E%3Crect x=%22183.5%22 y=%2240.1%22 width=%228%22 height=%2219.9%22 rx=%222%22/%3E%3Crect x=%22198.5%22 y=%2241.4%22 width=%228%22 height=%2218.6%22 rx=%222%22/%3E%3Crect x=%22213.5%22 y=%2229.5%22 width=%228%22 height=%2230.5%22 rx=%222%22/%3E%3Crect x=%22228.5%22 y=%2247.2%22 width=%228%22 height=%2212.8%22 rx=%222%22/%3E%3Crect x=%22243.5%22 y=%2242.2%22 width=%228%22 height=%2217.8%22 rx=%222%22/%3E%3Crect x=%22258.5%22 y=%2223.0%22 width=%228%22 height=%2237.0%22 rx=%222%22/%3E%3Crect x=%22273.5%22 y=%2219.2%22 width=%228%22 height=%2240.8%22 rx=%222%22/%3E%3Crect x=%22288.5%22 y=%2248.2%22 width=%228%22 height=%2211.8%22 rx=%222%22/%3E%3Crect x=%22303.5%22 y=%2235.8%22 width=%228%22 height=%2224.2%22 rx=%222%22/%3E%3Crect x=%22318.5%22 y=%2239.1%22 width=%228%22 height=%2220.9%22 rx=%222%22/%3E%3Crect x=%22333.5%22 y=%2248.6%22 width=%228%22 height=%2211.4%22 rx=%222%22/%3E%3Crect x=%22348.5%22 y=%2230.8%22 width=%228%22 height=%2229.2%22 rx=%222%22/%3E%3Crect x=%22363.5%22 y=%2242.6%22 width=%228%22 height=%2217.4%22 rx=%222%22/%3E%3Crect x=%22378.5%22 y=%2237.7%22 width=%228%22 height=%2222.3%22 rx=%222%22/%3E%3Crect x=%22393.5%22 y=%2241.6%22 width=%228%22 height=%2218.4%22 rx=%222%22/%3E%3Crect x=%22408.5%22 y=%2238.5%22 width=%228%22 height=%2221.5%22 rx=%222%22/%3E%3Crect x=%22423.5%22 y=%2248.7%22 width=%228%22 height=%2211.3%22 rx=%222%22/%3E%3Crect x=%22438.5%22 y=%2243.8%22 width=%228%22 height=%2216.2%22 rx=%222%22/%3E%3Crect x=%22453.5%22 y=%2250.1%22 width=%228%22 height=%229.9%22 rx=%222%22/%3E%3Crect x=%22468.5%22 y=%2211.6%22 width=%228%22 height=%2248.4%22 rx=%222%22/%3E%3Crect x=%22483.5%22 y=%2216.5%22 width=%228%22 height=%2243.5%22 rx=%222%22/%3E%3Crect x=%22498.5%22 y=%2228.8%22 width=%228%22 height=%2231.2%22 rx=%222%22/%3E%3Crect x=%22513.5%22 y=%2235.5%22 width=%228%22 height=%2224.5%22 rx=%222%22/%3E%3Crect x=%22528.5%22 y=%2239.6%22 width=%228%22 height=%2220.4%22 rx=%222%22/%3E%3Crect x=%22543.5%22 y=%2247.9%22 width=%228%22 height=%2212.1%22 rx=%222%22/%3E%3Crect x=%22558.5%22 y=%2245.9%22 width=%228%22 height=%2214.1%22 rx=%222%22/%3E%3Crect x=%22573.5%22 y=%2239.8%22 width=%228%22 height=%2220.2%22 rx=%222%22/%3E%3Crect x=%22588.5%22 y=%2245.7%22 width=%228%22 height=%2214.3%22 rx=%222%22/%3E%3C/svg%3E")}
.rev-stars{color:var(--accent);letter-spacing:3px;font-size:1rem}
.rev-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.rev-source{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:.72rem;letter-spacing:.04em;color:var(--muted);white-space:nowrap}
.rev-src-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);flex:0 0 auto}
.rev-quote{color:#d4d8de;font-size:1.04rem;line-height:1.55;flex:1;position:relative;z-index:1}
.rev-who{display:flex;align-items:center;gap:13px;position:relative;z-index:1}
.rev-avatar{flex:0 0 46px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  font-family:var(--mono);font-size:.92rem;font-weight:600;color:#06223a;overflow:hidden;
  background:linear-gradient(140deg,#7cd9ff,var(--accent))}
.rev-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}
.rev-meta{font-family:var(--display);font-weight:700;font-size:1rem;line-height:1.25}
.rev-meta small{display:block;color:var(--muted);font-family:var(--mono);font-weight:400;font-size:.78rem;margin-top:3px;letter-spacing:.03em}
.reviews-controls{display:flex;align-items:center;gap:16px;margin-top:30px}
.rev-dots{display:flex;gap:9px;margin-right:auto}
.rev-dot{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:rgba(237,237,237,.22);cursor:pointer;transition:background .3s,width .3s,border-radius .3s}
.rev-dot.on{background:var(--accent);width:24px;border-radius:5px;box-shadow:0 0 10px var(--accent)}
.rev-arrow{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.02);color:var(--text);font-size:1.15rem;line-height:1;display:grid;place-items:center;cursor:pointer;transition:border-color .3s,color .3s,background .3s}
.rev-arrow:hover{border-color:var(--accent-50);color:var(--accent);background:rgba(1,176,255,.06)}
@keyframes revWave{from{background-position-x:0}to{background-position-x:300px}}
@media (hover:hover) and (prefers-reduced-motion:no-preference){
  .rev-card:hover .rev-wave{opacity:.34;animation:revWave 5s linear infinite}
}

/* ===================== FINAL CTA + WAVES ===================== */
.cta-wrap{position:relative;overflow:hidden}
#wave-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0}
.cta-inner{position:relative;z-index:1;text-align:center;padding:clamp(80px,12vw,150px) clamp(24px,6vw,80px)}
.cta-inner .eyebrow{justify-content:center}
.cta-inner h2{font-size:clamp(2.4rem,5.5vw,4rem)}
.cta-inner .lede{margin:0 auto 38px}
.cta-phone{margin-top:28px;font-family:var(--mono);font-weight:600;font-size:clamp(1.5rem,3.4vw,2.2rem);color:var(--accent)}
.cta-sub{font-family:var(--mono);color:var(--muted);margin-top:10px;font-size:.85rem;letter-spacing:.08em}

/* ===================== FOOTER ===================== */
footer{position:relative;z-index:1;border-top:1px solid var(--hair)}
.foot-skyline{display:block;width:100%;max-width:1320px;margin:0 auto;padding:54px clamp(20px,5vw,56px) 0;user-select:none}
.foot-skyline svg{width:100%;height:auto;display:block}
.foot-skyline .city-name{font-family:var(--mono);font-size:.78rem;letter-spacing:.32em;text-transform:uppercase;color:var(--muted);text-align:center;margin-top:18px}
.foot-skyline .city-name b{color:var(--accent);font-weight:600}
.foot-grid{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding:60px clamp(20px,5vw,56px) 30px}
.foot-grid img{height:47px;width:auto;margin-bottom:18px}
.foot-grid .foot-logo-link{display:inline-block;line-height:0}
.foot-grid p{color:var(--muted);font-size:.98rem;max-width:38ch}
.foot-grid h4{font-family:var(--mono);font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;color:var(--text)}
.foot-grid ul{list-style:none;display:grid;gap:10px}
.foot-grid a{color:var(--muted);font-size:.98rem;transition:color .25s}
.foot-grid a:hover{color:var(--accent)}
.foot-bottom{max-width:var(--maxw);margin:0 auto;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
  padding:22px clamp(20px,5vw,56px) 40px;border-top:1px solid var(--hair);color:var(--muted);font-family:var(--mono);font-size:.78rem;letter-spacing:.04em}
.foot-bottom .h-town{color:var(--accent)}
@media (max-width:820px){.foot-grid{grid-template-columns:1fr}}

/* ===================== REVEAL + A11Y ===================== */
.reveal-up{opacity:0;transform:translateY(32px)}
[data-anim="hero"]{opacity:0;transform:translateY(24px)}
a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}

/* reduced motion + touch */
@media (prefers-reduced-motion:reduce){
  .reveal-up,[data-anim="hero"]{opacity:1!important;transform:none!important}
  #loader{display:none!important}
  body.loading{overflow:auto;height:auto}
  .hero .ch{transform:none!important}
  *,*::before,*::after{animation:none!important;transition:none!important}
  /* launch-sequence visuals: show finished states statically */
  .cl-check{stroke-dashoffset:0!important;opacity:1!important}
  .wb{transform:scaleY(.55)!important}
  .cal-page:nth-child(1){opacity:.5!important;transform:rotate(-9deg)!important}
  .cal-page:nth-child(2){opacity:.32!important;transform:rotate(-18deg)!important}
  .cal-page:nth-child(3){opacity:.18!important;transform:rotate(-27deg)!important}
  .cal-day{opacity:1!important}
  /* reduced motion: stack the launch panels (no horizontal pan possible) */
  .how-pin{height:auto!important}
  .how-sticky{position:static!important;height:auto!important;overflow:visible!important}
  .how-sticky::before{display:none!important}
  .how-track{flex-direction:column!important;width:auto!important;transform:none!important;gap:48px;padding:84px 0}
  .launch-step{flex:none!important;width:auto!important;height:auto!important}
  .ls-inner{grid-template-columns:1fr!important}
  .launch-hud{position:static!important;text-align:left!important}
  .launch-rocket,.launch-planet{display:none!important}
  html{scroll-behavior:auto}
}
@media (hover:none),(pointer:coarse){
  .cursor-dot,.cursor-ring{display:none!important}
  .spotlight-card::before{display:none}
}/* End custom CSS */