:root{
  --bg:#070B18;
  --card:#0B1226;
  --text:#EAF0FF;
  --muted:#A6B2D3;
  --line:rgba(255,255,255,.09);
  --shadow:0 18px 55px rgba(0,0,0,.45);
  --accent:#FFCC00;
  --accent2:#7C3AED;
  --good:#22C55E;
  --bad:#EF4444;
  --ink:#0F172A;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}

.bg{
  position:fixed; inset:-80px;
  background:
    radial-gradient(1200px 900px at 22% 15%, rgba(124,58,237,.35), transparent 60%),
    radial-gradient(900px 700px at 80% 8%, rgba(255,204,0,.20), transparent 55%),
    radial-gradient(900px 700px at 65% 75%, rgba(59,130,246,.16), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.03), transparent 40%);
  filter:saturate(1.05);
  z-index:-1;
}

.container{width:min(1140px,92vw); margin:0 auto;}

.nav{
  position:sticky; top:0; z-index:50;
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(14px);
  background:rgba(7,11,24,.58);
}
.nav__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0;}
.nav__links{display:flex; gap:18px; align-items:center;}
.nav__links a{
  color:var(--muted); text-decoration:none; font-weight:600; font-size:13px;
}
.nav__links a:hover{color:var(--text)}
.nav__cta{display:flex; gap:10px;}

.brand{display:flex; align-items:center; gap:12px;}
.brand__mark{
  width:42px; height:42px; display:grid; place-items:center;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(255,204,0,.95), rgba(124,58,237,.95));
  color:#0B1020; font-weight:900; letter-spacing:.5px;
  box-shadow: 0 12px 35px rgba(124,58,237,.30);
}
.brand__name{font-weight:900; letter-spacing:-.02em;}
.brand__tag{font-size:12px; color:var(--muted); margin-top:2px;}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  height:42px; padding:0 16px;
  border-radius:12px;
  border:1px solid var(--line);
  color:var(--text);
  text-decoration:none;
  font-weight:800;
  font-size:13px;
}
.btn--primary{
  background:linear-gradient(135deg, rgba(255,204,0,.95), rgba(255,204,0,.80));
  color:#0B1020;
  border-color: rgba(255,204,0,.25);
  box-shadow: 0 18px 40px rgba(255,204,0,.12);
}
.btn--ghost{
  background:rgba(255,255,255,.04);
}

.hero{padding:54px 0 20px;}
.hero__inner{display:grid; grid-template-columns: 1.15fr .85fr; gap:26px; align-items:start;}
@media (max-width: 980px){.hero__inner{grid-template-columns:1fr;}}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:999px;
  color:var(--muted);
  font-weight:700;
  font-size:12px;
}
.dot{width:8px;height:8px;border-radius:999px;background:var(--good); box-shadow:0 0 0 6px rgba(34,197,94,.12);}

h1{
  margin:16px 0 0;
  font-size:54px;
  line-height:1.02;
  letter-spacing:-.04em;
}
@media (max-width: 980px){h1{font-size:44px;}}
.accent{
  background:linear-gradient(90deg, var(--accent), #FFD86A, rgba(124,58,237,.95));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.lead{
  margin:16px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
  max-width: 58ch;
}
.hero__actions{display:flex; gap:12px; margin-top:22px; flex-wrap:wrap;}

.trust{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:26px;
}
@media (max-width:980px){.trust{grid-template-columns:1fr;}}
.trust__item{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:16px;
  padding:14px;
}
.trust__kpi{font-weight:900; letter-spacing:-.01em;}
.trust__txt{color:var(--muted); font-size:12px; margin-top:6px; line-height:1.45;}

.glass{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-radius:22px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.glass__top{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px;
  background:rgba(15,23,42,.72);
  border-bottom:1px solid var(--line);
}
.traffic{display:flex; gap:7px;}
.traffic span{width:10px;height:10px;border-radius:99px;background:rgba(255,255,255,.18);}
.traffic span:nth-child(1){background:#EF4444}
.traffic span:nth-child(2){background:#F59E0B}
.traffic span:nth-child(3){background:#22C55E}
.glass__title{font-weight:900; font-size:12px; color:rgba(234,240,255,.88); letter-spacing:.02em;}
.glass__body{padding:16px;}
.steps{margin:0; padding:0; list-style:none; display:grid; gap:10px;}
.steps li{display:flex; gap:10px; align-items:flex-start; color:rgba(234,240,255,.92); font-weight:650; font-size:13px; line-height:1.35;}
.steps li span{
  flex:0 0 auto;
  width:22px; height:22px; border-radius:8px;
  background:rgba(255,204,0,.16);
  border:1px solid rgba(255,204,0,.25);
  display:grid; place-items:center;
  color:var(--accent);
  font-weight:900;
  font-size:12px;
}
.glass__note{
  margin-top:14px;
  padding:12px;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,.14);
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
  background:rgba(255,255,255,.02);
}

.section{padding:64px 0;}
.section--alt{
  background:linear-gradient(180deg, rgba(255,255,255,.03), transparent);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
h2{margin:0; font-size:34px; letter-spacing:-.03em;}
.sub{margin:10px 0 0; color:var(--muted); line-height:1.55; max-width: 78ch;}

.grid3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:20px;}
@media (max-width:980px){.grid3{grid-template-columns:1fr;}}

.card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  border-radius:18px;
  padding:18px;
}
.card h3{margin:0 0 8px; font-size:16px; letter-spacing:-.02em;}
.card p{margin:0; color:var(--muted); font-size:13px; line-height:1.55;}

.timeline{margin-top:22px; display:grid; gap:10px;}
.titem{display:flex; gap:14px; align-items:flex-start; padding:16px; border-radius:18px; border:1px solid var(--line); background:rgba(255,255,255,.02);}
.tbadge{
  flex:0 0 auto;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(255,204,0,.22);
  background:rgba(255,204,0,.08);
  color:var(--accent);
  font-weight:900;
  font-size:12px;
}
.ttitle{font-weight:900; letter-spacing:-.01em;}
.tdesc{margin-top:4px; color:var(--muted); font-size:13px; line-height:1.55;}

.grid2{display:grid; grid-template-columns: repeat(2,1fr); gap:14px; margin-top:22px;}
@media (max-width:980px){.grid2{grid-template-columns:1fr;}}
.feature{
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  background:rgba(255,255,255,.03);
}
.feature h3{margin:0 0 6px; font-size:16px;}
.feature p{margin:0; color:var(--muted); font-size:13px; line-height:1.55;}
.feature code{
  color:rgba(234,240,255,.95);
  background:rgba(255,255,255,.06);
  padding:2px 6px;
  border-radius:10px;
  border:1px solid var(--line);
}

.pricing{
  margin-top:22px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width:980px){.pricing{grid-template-columns:1fr;}}
.pricecard{
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
  background:rgba(255,255,255,.03);
  position:relative;
}
.pricecard--hot{
  border-color: rgba(255,204,0,.35);
  box-shadow: 0 24px 70px rgba(255,204,0,.08);
  transform: translateY(-6px);
}
.pricecard__badge{
  position:absolute;
  top:14px; right:14px;
  background:rgba(255,204,0,.16);
  border:1px solid rgba(255,204,0,.30);
  color:var(--accent);
  font-weight:900;
  font-size:11px;
  padding:6px 10px;
  border-radius:999px;
}
.pricecard__name{font-weight:900; font-size:16px;}
.pricecard__price{
  margin-top:10px;
  font-size:42px;
  font-weight:900;
  letter-spacing:-.03em;
}
.pricecard__price span{font-size:14px; color:var(--muted); font-weight:800;}
.pricecard ul{margin:14px 0 0; padding:0; list-style:none; display:grid; gap:10px;}
.pricecard li{color:rgba(234,240,255,.92); font-size:13px; display:flex; gap:10px;}
.pricecard li::before{
  content:"";
  width:10px;height:10px;margin-top:4px;border-radius:999px;
  background:rgba(34,197,94,.9);
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}
.pricecard .btn{width:100%; margin-top:16px;}

.faq{margin-top:18px; display:grid; gap:10px;}
details{
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px 16px;
  background:rgba(255,255,255,.02);
}
summary{cursor:pointer; font-weight:900;}
details p{color:var(--muted); margin:10px 0 0; line-height:1.55; font-size:13px;}

.video{
  margin-top:18px;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  align-items:stretch;
}
@media (max-width:980px){.video{grid-template-columns:1fr;}}
.video video{
  width:100%;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.02);
  box-shadow:var(--shadow);
}
.video__side{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
  padding:14px;
  display:grid;
  gap:10px;
}
.video__kpi{
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:12px;
  background:rgba(15,23,42,.55);
}
.kpi__t{font-size:11px; color:var(--muted); font-weight:900; letter-spacing:.08em; text-transform:uppercase;}
.kpi__v{margin-top:6px; font-weight:900; letter-spacing:-.01em;}

.quotes{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width:980px){.quotes{grid-template-columns:1fr;}}
.quote{
  margin:0;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
  padding:16px;
}
.quote blockquote{
  margin:0;
  color:rgba(234,240,255,.94);
  line-height:1.55;
  font-weight:650;
  font-size:13px;
}
.quote figcaption{
  margin-top:14px;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.qname{font-weight:900;}
.qmeta{color:var(--muted); font-size:12px;}

.case{
  margin-top:18px;
  display:grid;
  grid-template-columns: 1fr 1fr .9fr;
  gap:14px;
  align-items:stretch;
}
@media (max-width:980px){.case{grid-template-columns:1fr;}}
.case__card{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
  padding:16px;
}
.case__card--good{
  border-color: rgba(34,197,94,.28);
  background: linear-gradient(180deg, rgba(34,197,94,.08), rgba(255,255,255,.02));
}
.case__title{font-weight:900; font-size:14px; letter-spacing:-.01em;}
.case__card ul{margin:10px 0 0; padding:0; list-style:none; display:grid; gap:10px;}
.case__card li{color:var(--muted); font-size:13px; display:flex; gap:10px; line-height:1.45;}
.case__card li::before{
  content:"";
  width:10px;height:10px;margin-top:5px;border-radius:999px;
  background:rgba(255,204,0,.85);
  box-shadow:0 0 0 6px rgba(255,204,0,.10);
  flex:0 0 auto;
}
.case__numbers{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(15,23,42,.55);
  padding:16px;
  display:grid;
  gap:10px;
}
.nitem{
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:12px;
  background:rgba(255,255,255,.03);
}
.nval{
  font-size:28px;
  font-weight:900;
  letter-spacing:-.03em;
  background:linear-gradient(90deg, var(--accent), #FFD86A, rgba(124,58,237,.95));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.ntxt{margin-top:4px; color:var(--muted); font-size:12px; font-weight:800;}

.cta{
  padding:70px 0;
  border-top:1px solid var(--line);
  background: radial-gradient(900px 600px at 30% 30%, rgba(255,204,0,.10), transparent 55%),
              radial-gradient(800px 600px at 75% 50%, rgba(124,58,237,.18), transparent 60%),
              rgba(255,255,255,.02);
}
.cta__inner{display:grid; grid-template-columns: 1.1fr .9fr; gap:18px; align-items:start;}
@media (max-width:980px){.cta__inner{grid-template-columns:1fr;}}
.cta__left h2{margin:0; font-size:30px;}
.cta__left p{margin:10px 0 0; color:var(--muted); line-height:1.55;}
.cta__form{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(15,23,42,.6);
  padding:16px;
  box-shadow:var(--shadow);
}
label{display:grid; gap:6px; margin-bottom:10px;}
label span{font-size:12px; color:rgba(234,240,255,.85); font-weight:800;}
input,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:var(--text);
  border-radius:14px;
  padding:12px 12px;
  font:inherit;
  outline:none;
}
input:focus,textarea:focus{border-color: rgba(255,204,0,.45); box-shadow:0 0 0 5px rgba(255,204,0,.08);}
.cta__msg textarea{resize:vertical; min-height:96px;}
.cta__note{margin:10px 0 0; color:var(--muted); font-size:11px; line-height:1.45;}

.footer{border-top:1px solid var(--line); padding:18px 0; color:var(--muted);}
.footer__inner{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;}
.footer__links{display:flex; gap:14px;}
.footer__links a{color:var(--muted); text-decoration:none; font-weight:800; font-size:12px;}
.footer__links a:hover{color:var(--text);}

.toast{
  position:fixed; left:50%; bottom:18px; transform:translateX(-50%);
  max-width:min(720px,92vw);
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(15,23,42,.82);
  color:rgba(234,240,255,.96);
  box-shadow:var(--shadow);
  display:none;
  font-size:13px;
  line-height:1.45;
  z-index:100;
}

/* ─── MEGA LANDING v2 ─── */
.bg-grid{
  position:fixed; inset:0; z-index:-1; opacity:.35;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 20%, black, transparent 70%);
}

a.brand{text-decoration:none; color:inherit;}

.nav__toggle{
  display:none;
  flex-direction:column; gap:5px;
  background:none; border:none; cursor:pointer; padding:8px;
}
.nav__toggle span{
  display:block; width:22px; height:2px;
  background:var(--text); border-radius:2px;
  transition:transform .25s, opacity .25s;
}
@media (max-width:980px){
  .nav__toggle{display:flex;}
  .nav__links{
    display:none; position:absolute;
    top:100%; left:0; right:0;
    flex-direction:column; gap:0;
    background:rgba(7,11,24,.96);
    border-bottom:1px solid var(--line);
    padding:12px 4vw;
  }
  .nav__links.is-open{display:flex;}
  .nav__links a{padding:12px 0; font-size:15px;}
  .nav__cta{display:none;}
  .nav__inner{position:relative; flex-wrap:wrap;}
}

.hero--mega{padding:72px 0 32px;}
.hero--mega h1{font-size:clamp(38px,5.5vw,62px);}
.lead--wide{max-width:68ch;}
.btn--lg{height:48px; padding:0 22px; font-size:14px;}

.pill--glow{
  box-shadow:0 0 40px rgba(255,204,0,.08);
  border-color:rgba(255,204,0,.22);
}

.domain-banner{
  margin-top:24px;
  display:flex; gap:14px; align-items:flex-start;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(59,130,246,.25);
  background:linear-gradient(135deg, rgba(59,130,246,.10), rgba(124,58,237,.08));
}
.domain-banner__icon{font-size:22px; line-height:1;}
.domain-banner strong{display:block; font-size:14px; margin-bottom:4px;}
.domain-banner strong a{color:var(--accent); text-decoration:none;}
.domain-banner span{display:block; color:var(--muted); font-size:12px; line-height:1.5;}
.domain-banner code{
  font-size:11px; padding:1px 5px; border-radius:6px;
  background:rgba(255,255,255,.06); border:1px solid var(--line);
}

/* Orbit hero */
.orbit{
  position:relative;
  width:min(380px,88vw); aspect-ratio:1;
  margin:0 auto;
}
.orbit__core{
  position:absolute; inset:32%;
  display:grid; place-items:center;
  border-radius:24px;
  font-weight:900; font-size:28px; color:#0B1020;
  background:linear-gradient(135deg, var(--accent), rgba(124,58,237,.95));
  box-shadow:0 24px 80px rgba(124,58,237,.35);
  z-index:2;
}
.orbit__ring{
  position:absolute; inset:0;
  animation:orbitSpin 48s linear infinite;
}
.orbit__ring span{
  position:absolute;
  top:50%; left:50%;
  transform:rotate(calc(var(--i) * 45deg)) translateY(-165px) rotate(calc(var(--i) * -45deg));
  margin:-14px 0 0 -50px;
  width:100px; text-align:center;
  font-size:10px; font-weight:800;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(15,23,42,.85);
  color:var(--muted);
  backdrop-filter:blur(8px);
}
@keyframes orbitSpin{to{transform:rotate(360deg);}}

.stats-bar{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.02);
  padding:28px 0;
}
.stats-bar__inner{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  text-align:center;
}
@media (max-width:700px){.stats-bar__inner{grid-template-columns:repeat(2,1fr);}}
.stat__n{
  display:block;
  font-size:42px; font-weight:900; letter-spacing:-.04em;
  background:linear-gradient(90deg, var(--accent), #FFD86A);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.stat__l{display:block; margin-top:4px; font-size:12px; color:var(--muted); font-weight:700;}

.section-head{margin-bottom:28px;}

.module-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(260px,1fr));
  gap:14px;
}
.module-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  background:rgba(255,255,255,.03);
  transition:border-color .2s, transform .2s, box-shadow .2s;
}
.module-card:hover{
  border-color:rgba(255,204,0,.28);
  transform:translateY(-3px);
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}
.module-card__icon{font-size:28px; margin-bottom:10px;}
.module-card__head{display:flex; align-items:center; justify-content:space-between; gap:8px; margin-bottom:8px;}
.module-card__head h3{margin:0; font-size:15px; letter-spacing:-.02em;}
.module-card p{margin:0; color:var(--muted); font-size:12px; line-height:1.55;}

.plan-tag{
  flex-shrink:0;
  font-size:10px; font-weight:900;
  padding:4px 8px; border-radius:999px;
  border:1px solid rgba(124,58,237,.35);
  background:rgba(124,58,237,.12);
  color:#C4B5FD;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.plan-tag--sm{font-size:9px; padding:3px 6px;}

.filter-bar{
  display:flex; flex-wrap:wrap; gap:8px;
  flex:1;
}
.universe-toolbar{
  display:flex; flex-wrap:wrap; gap:12px;
  align-items:flex-start;
  margin-bottom:20px;
}
.feature-search{
  flex:0 1 280px;
  min-width:200px;
}
.feature-search input{
  width:100%;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:12px;
  padding:10px 14px;
  font:inherit; font-size:13px;
}
.feature-search input::placeholder{color:var(--muted);}
.feature-search input:focus{
  outline:none;
  border-color:rgba(255,204,0,.35);
  box-shadow:0 0 0 3px rgba(255,204,0,.08);
}
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

.feature-universe{display:flex; flex-direction:column; gap:28px;}
.feat-group{
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px 18px 14px;
  background:rgba(255,255,255,.02);
}
.feat-group__head{
  display:flex; align-items:center; gap:14px;
  margin-bottom:14px; padding-bottom:12px;
  border-bottom:1px solid var(--line);
}
.feat-group__icon{
  width:44px; height:44px; border-radius:14px;
  display:grid; place-items:center;
  font-size:22px;
  background:rgba(255,204,0,.1);
  border:1px solid rgba(255,204,0,.22);
}
.feat-group__head h3{margin:0; font-size:17px; letter-spacing:-.02em;}
.feat-group__head p{margin:2px 0 0; color:var(--muted); font-size:12px;}
.feat-group__grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(260px,1fr));
  gap:10px;
}

.filter-btn{
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  border-radius:999px;
  padding:8px 14px;
  font:inherit; font-size:12px; font-weight:800;
  cursor:pointer;
  transition:all .15s;
}
.filter-btn:hover{color:var(--text); border-color:rgba(255,255,255,.18);}
.filter-btn.is-active{
  background:rgba(255,204,0,.14);
  border-color:rgba(255,204,0,.35);
  color:var(--accent);
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(280px,1fr));
  gap:12px;
}
.feat-card{
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
  background:rgba(255,255,255,.025);
  transition:border-color .2s;
}
.feat-card:hover{border-color:rgba(255,204,0,.22);}
.feat-card__top{display:flex; justify-content:space-between; align-items:flex-start; gap:8px; margin-bottom:8px;}
.feat-card h4{margin:0; font-size:14px; letter-spacing:-.01em; line-height:1.35;}
.feat-card p{margin:0; color:var(--muted); font-size:12px; line-height:1.5;}

.flow{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:18px;
  align-items:start;
}
@media (max-width:900px){.flow{grid-template-columns:1fr;}}
.flow-steps{display:flex; flex-direction:column; gap:8px;}
.flow-step{
  display:flex; align-items:center; gap:12px;
  text-align:left;
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px 14px;
  background:rgba(255,255,255,.02);
  color:var(--text);
  font:inherit; font-weight:800; font-size:13px;
  cursor:pointer;
  transition:all .15s;
}
.flow-step span{
  width:28px; height:28px; border-radius:10px;
  display:grid; place-items:center;
  background:rgba(255,204,0,.12);
  border:1px solid rgba(255,204,0,.25);
  color:var(--accent);
  font-size:12px;
}
.flow-step:hover,.flow-step.is-active{
  border-color:rgba(255,204,0,.35);
  background:rgba(255,204,0,.06);
}
.flow-panel{padding:20px; min-height:200px;}
.flow-panel h4{margin:0 0 10px; font-size:18px;}
.flow-panel p{margin:0; color:var(--muted); line-height:1.6; font-size:14px;}

.card--accent{border-color:rgba(255,204,0,.18);}
.card__icon{font-size:26px; margin-bottom:10px;}

.triad{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
@media (max-width:980px){.triad{grid-template-columns:1fr;}}
.triad-card{
  border:1px solid var(--line);
  border-radius:20px;
  padding:22px;
  background:rgba(255,255,255,.03);
}
.triad-card--purple{
  border-color:rgba(124,58,237,.35);
  background:linear-gradient(180deg, rgba(124,58,237,.12), rgba(255,255,255,.02));
}
.triad-card__label{
  font-size:11px; font-weight:900;
  text-transform:uppercase; letter-spacing:.1em;
  color:var(--accent); margin-bottom:8px;
}
.triad-card h3{margin:0 0 14px; font-size:18px;}
.triad-card ul{margin:0; padding:0; list-style:none; display:grid; gap:10px;}
.triad-card li{
  color:var(--muted); font-size:13px; line-height:1.45;
  display:flex; gap:10px;
}
.triad-card li::before{
  content:""; flex-shrink:0;
  width:8px; height:8px; margin-top:6px; border-radius:99px;
  background:var(--good);
}

.matrix-wrap{overflow-x:auto; margin-top:8px; border-radius:18px; border:1px solid var(--line);}
.matrix{
  width:100%; border-collapse:collapse;
  font-size:13px; min-width:640px;
}
.matrix th,.matrix td{
  padding:12px 14px;
  border-bottom:1px solid var(--line);
  text-align:center;
}
.matrix th:first-child,.matrix td:first-child{text-align:left; font-weight:700;}
.matrix thead th{
  background:rgba(15,23,42,.8);
  font-size:11px; text-transform:uppercase; letter-spacing:.06em;
  color:var(--muted);
}
.matrix-row{transition:background .15s;}
.matrix-row.is-highlight,.matrix-row:hover{background:rgba(255,204,0,.05);}
.matrix td:not(:first-child){color:var(--good); font-weight:800;}

.pricing--4{
  grid-template-columns:repeat(4,1fr);
}
@media (max-width:1100px){.pricing--4{grid-template-columns:repeat(2,1fr);}}
@media (max-width:600px){.pricing--4{grid-template-columns:1fr;}}

.faq--wide{max-width:none;}

.cta__contact{margin-top:14px; font-size:14px;}
.cta__contact a{color:var(--accent); font-weight:800; text-decoration:none;}

.footer__brand{font-weight:800; font-size:13px;}

.reveal{
  opacity:0; transform:translateY(18px);
  transition:opacity .55s ease, transform .55s ease;
  transition-delay:var(--delay, 0ms);
}
.reveal.is-visible{opacity:1; transform:none;}

@media (prefers-reduced-motion: reduce){
  .orbit__ring{animation:none;}
  .reveal{opacity:1; transform:none; transition:none;}
}

.apple-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
@media (max-width:900px){.apple-grid{grid-template-columns:1fr;}}
.apple-grid .card h3{margin-top:0; font-size:18px;}
.apple-grid .card .btn{margin-top:14px;}
.apple-grid a{color:var(--accent); font-weight:700; text-decoration:none;}
.steps-list{
  margin:12px 0 0;
  padding-left:20px;
  line-height:1.55;
  color:var(--muted);
}
.steps-list li{margin-bottom:8px;}
.muted{font-size:13px; color:var(--muted); margin:10px 0 0;}

.hero__actions{
  display:flex; flex-wrap:wrap; gap:12px;
}

