:root{
  --bg:#0b0f19;
  --panel:#0f172a;
  --card:#101a33;
  --text:#e6e9f2;
  --muted:#aab3c5;
  --border:rgba(230,233,242,.12);
  --accent:#7c5cff;
  --accent2:#2dd4bf;
  --shadow: 0 10px 30px rgba(0,0,0,.35);
  --radius: 18px;
  --max: 1120px;
  --pad: 22px;
  --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);
  background: radial-gradient(900px 600px at 70% -10%, rgba(124,92,255,.35), transparent 60%),
              radial-gradient(700px 500px at 20% 0%, rgba(45,212,191,.18), transparent 65%),
              var(--bg);
  color:var(--text);
  line-height:1.55;
}
a{color:inherit; text-decoration:none}
a:focus{outline: 2px solid rgba(124,92,255,.7); outline-offset:3px; border-radius:8px}
p{margin:0 0 14px}
small{color:var(--muted)}
img{max-width:100%; height:auto}

.wrap{max-width:var(--max); margin:0 auto; padding:0 var(--pad)}
.section{padding:72px 0}
.section.compact{padding:44px 0}
hr.sep{border:0; height:1px; background:var(--border); margin:0}

.topbar{
  position:sticky; top:0; z-index:1000;
  backdrop-filter: blur(10px);
  background: rgba(11,15,25,.72);
  border-bottom:1px solid var(--border);
}
.nav{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:10px; font-weight:700; letter-spacing:.3px;
}
.logo{
  width:34px; height:34px; border-radius:12px;
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(45,212,191,.9));
  box-shadow: 0 10px 24px rgba(124,92,255,.18);
}
.navlinks{display:flex; gap:18px; align-items:center}
.navlinks a{color:var(--muted); font-weight:600; font-size:14px}
.navlinks a:hover{color:var(--text)}
.navlinks .btn{color:var(--bg)}
.mobile-toggle{display:none}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  border-radius: 12px;
  padding: 11px 14px;
  font-weight:700;
  font-size:14px;
  border:1px solid rgba(230,233,242,.18);
  background: rgba(230,233,242,.06);
  color: var(--text);
  transition: transform .08s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{background: rgba(230,233,242,.10); border-color: rgba(230,233,242,.28)}
.btn:active{transform: translateY(1px)}
.btn.primary{
  border-color: rgba(124,92,255,.55);
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(45,212,191,.75));
  color: #071018;
}
.btn.ghost{
  background: transparent;
}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 10px; border-radius:999px;
  border:1px solid rgba(230,233,242,.16);
  background: rgba(230,233,242,.05);
  color:var(--muted);
  font-size:13px; font-weight:600;
}
.badge .dot{width:8px; height:8px; border-radius:50%; background: var(--accent2); box-shadow: 0 0 0 4px rgba(45,212,191,.12)}
.grid{
  display:grid; gap:18px;
}
.grid.cols-3{grid-template-columns: repeat(3, minmax(0, 1fr));}
.grid.cols-2{grid-template-columns: repeat(2, minmax(0, 1fr));}
.card{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(16,26,51,.85), rgba(15,23,42,.65));
  box-shadow: var(--shadow);
  padding:20px;
}
.card h3{margin:0 0 8px; font-size:18px}
.card p{color:var(--muted); margin:0}
.kicker{color:var(--muted); font-weight:700; font-size:13px; letter-spacing:.12em; text-transform:uppercase; margin-bottom:10px}
.h1{
  font-size: clamp(34px, 4.2vw, 54px);
  line-height:1.05;
  margin: 10px 0 14px;
}
.lead{font-size: 18px; color: var(--muted); max-width: 70ch}
.hero{
  padding: 68px 0 34px;
}
.hero .panel{
  border:1px solid rgba(230,233,242,.14);
  border-radius: calc(var(--radius) + 8px);
  background: radial-gradient(1200px 500px at 70% 0%, rgba(124,92,255,.18), transparent 60%),
              radial-gradient(900px 500px at 20% 20%, rgba(45,212,191,.14), transparent 65%),
              rgba(15,23,42,.65);
  box-shadow: var(--shadow);
  padding: 30px;
}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.hero-metrics{
  display:flex; gap:10px; flex-wrap:wrap; margin-top:18px
}
.metric{
  padding:10px 12px; border-radius: 14px;
  border:1px solid rgba(230,233,242,.14);
  background: rgba(230,233,242,.05);
  color: var(--muted); font-weight:600; font-size:13px;
}
.metric strong{color:var(--text); font-size:14px}

.list{
  margin:12px 0 0; padding-left: 18px; color:var(--muted)
}
.list li{margin:6px 0}
.split{
  display:grid; gap:22px;
  grid-template-columns: 1.05fr .95fr;
  align-items:start;
}
.pillrow{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.pill{
  padding:8px 10px; border-radius: 999px;
  border:1px solid rgba(230,233,242,.16);
  background: rgba(230,233,242,.05);
  color: var(--muted); font-weight:600; font-size:13px;
}
.faq details{
  border:1px solid rgba(230,233,242,.14);
  border-radius: 14px;
  background: rgba(230,233,242,.04);
  padding: 14px 14px;
}
.faq details + details{margin-top:10px}
.faq summary{cursor:pointer; font-weight:700; color:var(--text)}
.faq p{color:var(--muted); margin:10px 0 0}

.form{
  display:grid; gap:12px;
}
.field{
  display:grid; gap:6px;
}
label{font-weight:700; font-size:13px; color:var(--muted)}
input, textarea{
  width:100%;
  border-radius: 12px;
  border:1px solid rgba(230,233,242,.16);
  background: rgba(230,233,242,.05);
  color: var(--text);
  padding: 12px 12px;
  font: inherit;
}
textarea{min-height: 120px; resize: vertical}
.note{color:var(--muted); font-size:13px}
.footer{
  padding: 26px 0 34px;
  color: var(--muted);
  border-top:1px solid var(--border);
  background: rgba(11,15,25,.72);
}
.footer a{color: var(--muted); font-weight:650}
.footer a:hover{color: var(--text)}
.footergrid{
  display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap;
}
.tiny{font-size:12.5px}

@media (max-width: 920px){
  .grid.cols-3{grid-template-columns: 1fr}
  .grid.cols-2{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .navlinks{display:none}
  .mobile-toggle{display:inline-flex}
  .mobile-menu{
    display:none;
    padding: 0 0 14px;
  }
  .mobile-menu a{
    display:block; padding:10px 0; color:var(--muted); font-weight:700;
    border-top:1px solid rgba(230,233,242,.10);
  }
  .mobile-menu a:first-child{border-top:0}
  .mobile-menu .btn{margin-top:10px}
}
