/* Minimal, fast, no dependencies */
:root{
  --bg:#0b1020;
  --panel:#0f1733;
  --card:#111c3f;
  --text:#e9ecf5;
  --muted:#b7bfd8;
  --border:rgba(255,255,255,.10);
  --brand:#7c5cff;
  --brand2:#2ee59d;
  --shadow:0 10px 30px rgba(0,0,0,.35);
  --radius:16px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  line-height:1.6;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 15% 10%, rgba(124,92,255,.35), transparent 55%),
    radial-gradient(900px 600px at 85% 0%, rgba(46,229,157,.18), transparent 55%),
    linear-gradient(180deg, var(--bg), #070a14 65%, #050710);
}
a{color:#d7d1ff; text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%; height:auto}
.container{max-width:1120px; margin:0 auto; padding:0 18px}

/* Header / nav */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(7,10,20,.75);
  backdrop-filter:saturate(150%) blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  min-height:64px; gap:14px;
}
.brand{
  display:flex; align-items:center; gap:10px;
  font-weight:800; letter-spacing:.2px;
}
.logo{
  width:34px; height:34px; border-radius:10px;
  background:linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow:0 6px 16px rgba(124,92,255,.35);
}
.brand small{display:block; font-weight:600; color:var(--muted); letter-spacing:0}
.nav{
  display:flex; flex-wrap:wrap;
  gap:6px; justify-content:flex-end;
}
.nav a{
  display:inline-flex; align-items:center;
  padding:8px 10px;
  border-radius:10px;
  color:var(--text);
  border:1px solid transparent;
}
.nav a[aria-current="page"]{
  background:rgba(124,92,255,.14);
  border-color:rgba(124,92,255,.35);
}

/* Hero */
.hero{padding:28px 0 14px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.5fr .9fr;
  gap:18px;
  align-items:stretch;
}
.hero-card{
  background:linear-gradient(180deg, rgba(17,28,63,.85), rgba(15,23,51,.75));
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px;
}
.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(46,229,157,.28);
  background:rgba(46,229,157,.10);
  color:#d9fff0;
  font-size:13px;
}
h1{font-size:34px; line-height:1.18; margin:12px 0 10px}
h2{font-size:22px; margin:22px 0 10px}
h3{font-size:18px; margin:18px 0 8px}
.lead{color:var(--muted); margin:0}
.cta-row{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:var(--text);
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
}
.btn:hover{background:rgba(255,255,255,.10); text-decoration:none}
.btn-primary{
  border-color:rgba(124,92,255,.40);
  background:linear-gradient(135deg, rgba(124,92,255,.95), rgba(46,229,157,.55));
  color:#07101b;
}
.btn-primary:hover{filter:brightness(1.05)}
.note{
  margin-top:10px;
  font-size:13px;
  color:var(--muted);
}

/* Layout blocks */
.grid-3{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}
.card{
  background:rgba(17,28,63,.62);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:14px;
}
.card p{margin:8px 0 0; color:var(--muted)}
.pill{
  display:inline-flex; align-items:center;
  padding:5px 10px;
  border-radius:999px;
  font-size:13px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}
.content{padding:8px 0 34px}

/* Breadcrumbs */
.breadcrumbs{
  font-size:13px;
  color:var(--muted);
  margin:16px 0 6px;
}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs span{opacity:.85}

/* Table */
table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.03);
}
th,td{padding:10px 12px; text-align:left; border-bottom:1px solid var(--border); vertical-align:top}
th{background:rgba(124,92,255,.10); font-weight:800}
tr:last-child td{border-bottom:none}
.table-muted{color:var(--muted)}

/* FAQ */
details{
  border:1px solid var(--border);
  border-radius:14px;
  padding:10px 12px;
  background:rgba(255,255,255,.03);
}
details + details{margin-top:10px}
summary{cursor:pointer; font-weight:800}
details p{margin:10px 0 0; color:var(--muted)}

/* Reviews */
.reviews{display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:12px}
.review{
  border:1px solid var(--border);
  border-radius:14px;
  background:rgba(255,255,255,.03);
  padding:12px;
}
.review .meta{display:flex; justify-content:space-between; gap:10px; color:var(--muted); font-size:13px}
.stars{letter-spacing:1px; color:#ffd36a}

/* Footer */
.site-footer{
  border-top:1px solid var(--border);
  background:rgba(7,10,20,.65);
  padding:18px 0 26px;
}
.footer-grid{
  display:grid; grid-template-columns: 1.2fr .8fr; gap:16px;
  align-items:start;
}
.fineprint{color:var(--muted); font-size:13px}
.footer-links{display:flex; flex-wrap:wrap; gap:10px}
.footer-links a{color:var(--muted)}

/* Responsive */
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .reviews{grid-template-columns:1fr}
  h1{font-size:30px}
}
