:root{
  --bg: #070A14;
  --hero0:#070A14;
  --hero1:#050816;

  --txt:#EEF3FF;
  --muted: rgba(238,243,255,.72);
  --muted2: rgba(238,243,255,.56);

  --violet:#7C3AED;
  --cyan:#36D1DC;
  --green:#22C55E;
  --amber:#FBBF24;

  --line: rgba(255,255,255,.12);
  --line2: rgba(255,255,255,.18);
  --glass: rgba(255,255,255,.06);

  --shadow: 0 26px 80px rgba(0,0,0,.55);

  --lightBg:#ffffff;
  --lightTxt:#0B1020;
  --lightMuted: rgba(11,16,32,.66);
  --lightLine: rgba(11,16,32,.10);
  --lightShadow: 0 18px 50px rgba(11,16,32,.10);

  --r1: 24px;
  --r2: 16px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: var(--font);
  color: var(--txt);
  background: var(--bg);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}

.container{max-width:1120px; margin:0 auto; padding:0 20px}

.skip{
  position:absolute; left:-999px; top:10px;
  padding:10px 12px;
  background: rgba(0,0,0,.75);
  border:1px solid var(--line);
  border-radius: 12px;
}
.skip:focus{left:12px; z-index:2000}

/* HERO WRAP */
.heroWrap{
  position:relative;
  background:
    radial-gradient(900px 600px at 12% 18%, rgba(124,58,237,.28), transparent 60%),
    radial-gradient(900px 600px at 88% 18%, rgba(54,209,220,.18), transparent 62%),
    radial-gradient(1000px 700px at 50% 90%, rgba(34,197,94,.12), transparent 62%),
    linear-gradient(180deg, var(--hero0), var(--hero1));
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.heroGlow{
  position:absolute; inset:0; pointer-events:none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(closest-side at 50% 14%, rgba(0,0,0,1), rgba(0,0,0,.35), transparent 76%);
  opacity:.38;
}

/* NAV */
.topNav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 0 10px;
}

.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:14px; height:14px; border-radius:999px;
  background: linear-gradient(135deg, var(--violet), var(--cyan));
  box-shadow: 0 0 28px rgba(124,58,237,.38);
}
.brand__text{display:flex; flex-direction:column; line-height:1.05}
.brand__name{font-weight:900; font-size:13px; letter-spacing:.2px}
.brand__sub{font-weight:750; font-size:12px; color: var(--muted2)}

.nav{display:flex; gap:10px; flex-wrap:wrap; justify-content:center}
.nav a{
  font-size:12.5px;
  color: var(--muted);
  padding:8px 10px;
  border-radius: 999px;
  border:1px solid transparent;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.nav a:hover{border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.05); color: rgba(238,243,255,.92)}

.navActions{display:flex; gap:10px; align-items:center}

/* Buttons */
.btn{
  padding:11px 14px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  color: var(--txt);
  display:inline-flex; align-items:center; justify-content:center;
  box-shadow: 0 14px 46px rgba(0,0,0,.22);
  transition: transform .10s ease, border-color .18s ease, background .18s ease;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(255,255,255,.26)}
.btn:active{transform: translateY(0)}
.btn--ghost{background: rgba(255,255,255,.04)}

/* HERO */
.hero{padding:18px 0 40px}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: var(--muted);
  font-size:12.5px;
}
.pill__dot{width:8px; height:8px; border-radius:999px; background: linear-gradient(135deg, var(--violet), var(--cyan)); box-shadow:0 0 16px rgba(54,209,220,.22)}

h1{
  margin:14px 0 10px;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.8px;
}
.grad{
  background: linear-gradient(90deg, rgba(124,58,237,1), rgba(54,209,220,1), rgba(34,197,94,1));
  -webkit-background-clip:text; background-clip:text;
  color: transparent;
}

.lead{margin:0; font-size:16px; line-height:1.75; color: var(--muted)}
.lead strong{color: rgba(238,243,255,.95)}

.heroActions{display:flex; gap:10px; margin-top:16px; flex-wrap:wrap}

.heroKpis{margin-top:16px; display:grid; grid-template-columns: repeat(3, 1fr); gap:12px}
.kpi{
  padding:14px;
  border-radius: var(--r2);
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
}
.kpi__k{font-size:11.5px; color: var(--muted2); letter-spacing:.2px}
.kpi__v{margin-top:7px; font-weight:900; font-size:13px}

/* Mock */
.mock{margin-top:18px}
.mock__frame{
  border-radius: calc(var(--r1) + 6px);
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.mock__top{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
}
.dots{display:flex; gap:6px}
.dots span{width:10px; height:10px; border-radius:999px; background: rgba(255,255,255,.14)}
.mock__title{font-size:12.5px; font-weight:850; color: rgba(238,243,255,.9)}
.mock__chip{font-size:11px; padding:7px 10px; border-radius:999px; border:1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: rgba(238,243,255,.9)}

.mock__grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px; padding:14px}
.mCard{border-radius: var(--r2); border:1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.14); padding:14px}
.mCard--wide{grid-column: 1 / -1}
.mCard__k{font-size:11px; color: var(--muted2); letter-spacing:.2px}
.mCard__v{margin-top:7px; font-weight:950}
.mCard__p{margin:8px 0 0; color: var(--muted); font-size:12.8px; line-height:1.6}

.miniList{margin:8px 0 0 18px; padding:0; color: var(--muted); font-size:12.8px; line-height:1.6}

.tierLine{display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-top:10px}
.tTag{font-size:10.5px; padding:6px 9px; border-radius:999px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); color: rgba(238,243,255,.86)}
.tTag--gold{border-color: rgba(251,191,36,.30); color: rgba(251,191,36,.95)}
.tTag--green{border-color: rgba(34,197,94,.30); color: rgba(34,197,94,.95)}
.tDot{width:6px; height:6px; border-radius:999px; background: rgba(255,255,255,.24)}

.bar{height:10px; border-radius:999px; background: rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.10); margin-top:12px; overflow:hidden}
.bar__fill{display:block; height:100%; width:var(--w); border-radius:999px; background: linear-gradient(90deg, rgba(124,58,237,.95), rgba(54,209,220,.95), rgba(34,197,94,.95))}

.fine{margin:14px 0 0; font-size:12.5px; color: var(--muted2); line-height:1.6}

/* LIGHT SECTION */
.light{background: var(--lightBg); color: var(--lightTxt)}

.section{padding:40px 0}
.section__head{display:flex; justify-content:space-between; gap:16px; align-items:flex-end; margin-bottom:14px}
.section__head h2{margin:0; font-size:20px; letter-spacing:-.2px}
.section__head p{margin:0; font-size:13px; color: var(--lightMuted)}

.strip{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:18px;
}
.strip__item{border:1px solid var(--lightLine); border-radius: 18px; padding:16px; background: #fff; box-shadow: var(--lightShadow)}
.strip__k{font-size:12px; color: var(--lightMuted)}
.strip__v{margin-top:8px; font-weight:900; letter-spacing:-.2px}

.steps{display:grid; gap:12px}
.step{display:flex; gap:12px; border:1px solid var(--lightLine); border-radius: 18px; background:#fff; padding:16px; box-shadow: var(--lightShadow)}
.step__n{width:34px; height:34px; border-radius: 12px; display:flex; align-items:center; justify-content:center; font-weight:950; color:#0B1020;
  background: linear-gradient(135deg, rgba(124,58,237,.20), rgba(54,209,220,.16));
  border:1px solid rgba(124,58,237,.22);
}
.step h3{margin:0; font-size:15px}
.step p{margin:8px 0 0; color: var(--lightMuted); font-size:13px; line-height:1.65}

.tierGrid{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px}
.tier{border:1px solid var(--lightLine); border-radius: 22px; background:#fff; padding:16px; box-shadow: var(--lightShadow)}
.tier__top{display:flex; gap:10px; align-items:center; justify-content:space-between}
.tier h3{margin:10px 0 0; font-size:16px}
.tier ul{margin:10px 0 0 18px; padding:0; color: var(--lightMuted); font-size:13px; line-height:1.7}

.badge{font-size:11.5px; padding:7px 10px; border-radius:999px; border:1px solid var(--lightLine); background:#fff; color:#0B1020}
.badge--soft{color: var(--lightMuted)}
.badge--gold{border-color: rgba(251,191,36,.35); color: #6A4A00}
.badge--green{border-color: rgba(34,197,94,.35); color: #0B5A2A}

.tier--mid{border-color: rgba(251,191,36,.20)}
.tier--top{border-color: rgba(34,197,94,.20)}

.note{margin-top:14px; padding:14px 16px; border-radius:18px; border:1px dashed rgba(11,16,32,.16); background: rgba(11,16,32,.02); color: var(--lightMuted); font-size:13px; line-height:1.65}

.accordion{display:grid; grid-template-columns: repeat(2, 1fr); gap:12px}
.accordion details{border:1px solid var(--lightLine); border-radius: 18px; background:#fff; box-shadow: var(--lightShadow); overflow:hidden}
.accordion summary{list-style:none; cursor:pointer; padding:16px; display:flex; gap:10px; align-items:center; font-weight:950; color:#0B1020}
.accordion summary::-webkit-details-marker{display:none}
.accordion .n{width:28px; height:28px; border-radius: 10px; display:inline-flex; align-items:center; justify-content:center; font-size:12px;
  background: rgba(54,209,220,.12);
  border:1px solid rgba(54,209,220,.20);
}
.aBody{padding:0 16px 16px; color: var(--lightMuted); font-size:13px; line-height:1.65}

.cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px}
.pCard{border:1px solid var(--lightLine); border-radius: 22px; background:#fff; padding:16px; box-shadow: var(--lightShadow)}
.pCard__top{display:flex; align-items:flex-start; justify-content:space-between; gap:10px}
.pCard h3{margin:0; font-size:14px}
.pCard p{margin:10px 0 0; color: var(--lightMuted); font-size:13px; line-height:1.65}
.pTag{font-size:11px; padding:7px 10px; border-radius:999px; border:1px solid var(--lightLine); background:#fff; color: var(--lightMuted); white-space:nowrap}

.cta{padding-bottom:56px}
.ctaBox{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:14px;
  align-items:center;
  border-radius: 26px;
  border:1px solid rgba(11,16,32,.12);
  background:
    radial-gradient(900px 300px at 0% 0%, rgba(124,58,237,.10), transparent 60%),
    radial-gradient(900px 320px at 100% 30%, rgba(54,209,220,.10), transparent 62%),
    #fff;
  box-shadow: 0 22px 60px rgba(11,16,32,.12);
  padding:18px;
}
.ctaBox h2{margin:0; font-size:18px}
.ctaBox p{margin:10px 0 0; color: var(--lightMuted); font-size:13px; line-height:1.65}
.ctaActions{display:flex; gap:10px; justify-content:flex-end; flex-wrap:wrap}
.ctaBox .btn{box-shadow:none; border-color: rgba(11,16,32,.16); background: #0B1020; color:#fff}
.ctaBox .btn:hover{border-color: rgba(11,16,32,.22)}
.ctaBox .btn--ghost{background:#fff; color:#0B1020}

.muted{color: var(--lightMuted)}

.footer{padding:22px 0 36px; display:flex; justify-content:space-between; align-items:center; gap:12px}
.fMuted{color: rgba(11,16,32,.55); font-size:12.5px}

/* Responsive */
@media (max-width: 980px){
  .nav{display:none}
  .heroKpis{grid-template-columns: 1fr}
  .mock__grid{grid-template-columns: 1fr}
  .strip{grid-template-columns: 1fr}
  .tierGrid{grid-template-columns: 1fr}
  .accordion{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr 1fr}
  .ctaBox{grid-template-columns: 1fr}
  .ctaActions{justify-content:flex-start}
}
@media (max-width: 700px){
  .topNav{flex-wrap:wrap}
  .cards{grid-template-columns: 1fr}
}
