:root{
  --bg0:#05060a;
  --bg1:#070a14;
  --bg2:#0b1022;
  --text:#eaf0ff;
  --muted:#a9b4da;
  --muted2:#7f8ab3;

  --card: rgba(255,255,255,.06);
  --stroke: rgba(255,255,255,.12);

  --a:#7c5cff;   /* violet */
  --b:#00d1ff;   /* cyan */
  --c:#18ff8b;   /* green accent */

  --shadow: 0 18px 70px rgba(0,0,0,.55);
  --glow: 0 0 48px rgba(124,92,255,.28);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 18% 12%, rgba(124,92,255,.28), transparent 60%),
    radial-gradient(760px 520px at 88% 14%, rgba(0,209,255,.20), transparent 55%),
    radial-gradient(900px 620px at 50% 110%, rgba(24,255,139,.10), transparent 55%),
    linear-gradient(180deg, var(--bg0), var(--bg2));
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
.container{max-width:1160px; margin:0 auto; padding:26px 18px}
::selection{background: rgba(124,92,255,.35)}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(5,6,10,.52);
  border-bottom: 1px solid var(--stroke);
}
.nav{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
}
.brand{
  display:flex; align-items:center; gap:10px;
  font-weight:800; letter-spacing:.2px;
}
.logo{
  width:36px; height:36px; border-radius:14px;
  background: linear-gradient(135deg, var(--a), var(--b));
  box-shadow: var(--glow);
  position:relative;
}
.logo:after{
  content:""; position:absolute; inset:1px; border-radius:13px;
  background: radial-gradient(22px 18px at 30% 25%, rgba(255,255,255,.35), transparent 70%);
  mix-blend-mode: screen;
}

.links{display:flex; gap:16px; flex-wrap:wrap; color:var(--muted); font-weight:650}
.links a{padding:9px 10px; border-radius:12px}
.links a:hover{color:var(--text); background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08)}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 14px; border-radius:14px;
  font-weight:850;
  border:1px solid rgba(255,255,255,.10);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  user-select:none;
}
.btn.primary{
  background: linear-gradient(135deg, var(--a), var(--b));
  color:#050712;
  box-shadow: var(--glow);
}
.btn.primary:hover{transform: translateY(-1px); box-shadow: 0 0 56px rgba(124,92,255,.33)}
.btn.ghost{
  background: rgba(255,255,255,.05);
  color:var(--text);
}
.btn.ghost:hover{transform: translateY(-1px); background: rgba(255,255,255,.07)}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color:var(--muted);
  font-weight:750;
  font-size:12px;
}

.hero{
  padding:44px 0 18px;
  position:relative;
}
.heroGrid{
  display:grid; gap:18px;
  grid-template-columns: 1.25fr .75fr;
  align-items:start;
}
.kicker{
  color:var(--muted2);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:12px;
  font-weight:850;
}
.h1{
  font-size:54px;
  line-height:1.02;
  margin:12px 0 10px;
}
.gradText{
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.62));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.sub{
  color:var(--muted);
  font-size:16.5px;
  line-height:1.75;
  max-width:760px;
}
.ctaRow{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.trustRow{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

.glass{
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  box-shadow: var(--shadow);
}

.panel{
  padding:16px;
}
.panelTitle{font-weight:900; margin:0 0 8px; font-size:14px; color:rgba(234,240,255,.92)}
.panelList{margin:0; padding-left:18px; color:var(--muted); line-height:1.75}
.panelList li{margin:6px 0}

.metrics{
  display:grid; gap:12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top:12px;
}
.metric{
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.metric b{display:block; font-size:18px}
.metric span{color:var(--muted2); font-weight:700; font-size:12px}

.section{padding:16px 0 4px}
.sectionHead{
  display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap;
  margin:10px 0 12px;
}
.h2{font-size:22px; margin:0}
.p{color:var(--muted); margin:6px 0 0; line-height:1.75}

.cards{
  display:grid; gap:14px;
  grid-template-columns: repeat(12, 1fr);
}
.card{
  grid-column: span 4;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  transition: transform .12s ease, background .12s ease;
}
.card:hover{transform: translateY(-2px); background: rgba(255,255,255,.07)}
.card .top{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  margin-bottom:10px;
}
.icon{
  width:34px; height:34px; border-radius:14px;
  background: radial-gradient(18px 18px at 30% 25%, rgba(255,255,255,.35), transparent 70%),
              linear-gradient(135deg, rgba(124,92,255,.35), rgba(0,209,255,.22));
  border:1px solid rgba(255,255,255,.12);
}
.tag{
  font-size:12px; font-weight:850; color:rgba(234,240,255,.92);
  padding:6px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.card h3{margin:0 0 6px; font-size:15.5px}
.card p{margin:0; color:var(--muted); line-height:1.7}

.split{
  display:grid; gap:14px;
  grid-template-columns: 1fr 1fr;
}

.steps{
  display:grid; gap:10px;
}
.step{
  display:flex; gap:12px; align-items:flex-start;
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.num{
  width:28px; height:28px; border-radius:12px;
  display:grid; place-items:center;
  font-weight:950; color:#050712;
  background: linear-gradient(135deg, var(--a), var(--b));
}
.step b{display:block; margin-bottom:3px}
.step span{color:var(--muted); line-height:1.65}

.ctaBox{
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(700px 260px at 15% 20%, rgba(124,92,255,.20), transparent 55%),
    radial-gradient(700px 260px at 85% 20%, rgba(0,209,255,.18), transparent 55%),
    rgba(255,255,255,.04);
  box-shadow: var(--shadow);
  display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
}

.footer{
  margin-top:26px;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.10);
  color:var(--muted2);
  display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap;
}

.input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color:var(--text);
  outline:none;
}
textarea{min-height:140px; resize:vertical}
label{display:block; font-size:12px; font-weight:850; color:var(--muted2); letter-spacing:.08em; text-transform:uppercase}

@media (max-width: 900px){
  .heroGrid{grid-template-columns: 1fr}
  .h1{font-size:40px}
  .card{grid-column: span 12}
  .split{grid-template-columns:1fr}
  .metrics{grid-template-columns:1fr}
}
