:root{
  --bg:#0b0f17;
  --card:#101827;
  --muted:#8aa0b5;
  --text:#e8f0fb;
  --accent:#6ee7ff;
  --accent2:#a78bfa;
  --border:rgba(255,255,255,.08);
  --shadow:0 18px 60px rgba(0,0,0,.45);
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(110,231,255,.14), transparent 55%),
    radial-gradient(1000px 700px at 80% 10%, rgba(167,139,250,.16), transparent 60%),
    var(--bg);
  color:var(--text);
}

.wrap{max-width:1050px; margin:0 auto; padding:28px 18px 60px;}

.topbar{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:8px 0 18px;}
.brand{display:flex; align-items:center; gap:12px;}
.logo{
  width:38px; height:38px; border-radius:12px;
  background: linear-gradient(135deg, rgba(110,231,255,.9), rgba(167,139,250,.9));
  box-shadow:0 10px 30px rgba(110,231,255,.15);
}
.brand h1{font-size:16px; margin:0; letter-spacing:.4px}
.subbrand{font-size:12px;color:var(--muted);letter-spacing:.2px;}
.actions{display:flex; align-items:center; gap:10px;}

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero{
  display:grid; grid-template-columns: 1.35fr .65fr; gap:16px; align-items:stretch;
  margin-top:8px;
}
@media (max-width: 880px){ .hero{grid-template-columns:1fr;} }

.heroMain{padding:22px 22px 18px;}
.heroMain h2{margin:0 0 10px; font-size:28px; line-height:1.18; letter-spacing:.2px;}
.heroMain p{margin:0 0 16px; color:var(--muted); font-size:15px; line-height:1.55;}

.trust{padding:18px 18px 16px;}
.trust h3{margin:0 0 10px; font-size:14px; color:var(--text); letter-spacing:.35px; text-transform:uppercase}
.trust ul{margin:0; padding-left:18px; color:var(--muted); font-size:14px; line-height:1.6}

.ctaRow{display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top:6px;}

.btn{
  border:0; cursor:pointer; font-weight:600;
  padding:12px 14px; border-radius:14px;
  background: linear-gradient(135deg, rgba(110,231,255,.95), rgba(167,139,250,.95));
  color:#07101c;
  box-shadow:0 16px 40px rgba(110,231,255,.14);
  text-decoration:none; display:inline-flex; align-items:center; gap:10px;
}
.btn.secondary{
  background: rgba(255,255,255,.05);
  border:1px solid var(--border);
  color:var(--text);
  box-shadow:none;
}

.chip{
  padding:8px 10px; border:1px solid var(--border); border-radius:999px;
  background: rgba(255,255,255,.04);
  font-size:13px; color:var(--muted); text-decoration:none;
}
.chip.active{color:var(--text); border-color:rgba(110,231,255,.35); background:rgba(110,231,255,.08)}

.mini{font-size:12px; color:var(--muted); margin-top:10px}
.muted{color:var(--muted)}
.mt8{margin-top:8px}
.mt10{margin-top:10px}
.mt12{margin-top:12px}

.grid{
  display:grid; grid-template-columns: 1fr 1fr; gap:16px; margin-top:16px;
}
@media (max-width: 880px){ .grid{grid-template-columns:1fr;} }

.sectionTitle{margin:18px 4px 10px; font-size:14px; color:var(--muted); text-transform:uppercase; letter-spacing:.35px}

.test{padding:18px}
.result{padding:18px}
.q{
  padding:14px 14px; border:1px solid var(--border); border-radius:16px; background:rgba(0,0,0,.18);
  margin-bottom:12px;
}
.q h4{margin:0 0 10px; font-size:15px}
.opts{display:grid; gap:8px}
.opt{
  display:flex; gap:10px; align-items:flex-start;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  padding:10px 10px; border-radius:14px;
}
.opt input{margin-top:2px}
.opt label{cursor:pointer; color:var(--text); font-size:14px; line-height:1.35}

.submitRow{display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top:10px;}

.scoreBox{
  display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
  padding:14px; border-radius:16px; border:1px solid var(--border);
  background:rgba(0,0,0,.18);
}
.scoreNum{font-size:34px; font-weight:800; letter-spacing:.4px}
.badge{
  display:inline-block;
  padding:8px 10px; border-radius:999px; font-weight:700; font-size:12px;
  border:1px solid var(--border); background:rgba(255,255,255,.04);
}
.hintTitle{font-size:18px; font-weight:800; margin-top:4px;}

.bar{
  height:12px; border-radius:999px; background: rgba(255,255,255,.07);
  overflow:hidden; border:1px solid rgba(255,255,255,.08);
  margin-top:12px;
}
.fill{height:100%; width:0%}

.rec{
  margin-top:14px;
  padding:14px; border-radius:16px; border:1px solid var(--border); background:rgba(0,0,0,.18);
}
.rec h4{margin:0 0 8px; font-size:14px}
.rec ol{margin:0; padding-left:18px; color:var(--muted); line-height:1.55}
.thItem{margin-bottom:10px}

.faq{
  border:1px solid var(--border); border-radius:16px; background:rgba(0,0,0,.18); padding:12px 12px; margin-top:10px;
}
.faq summary{cursor:pointer; font-weight:700}
.faq p{color:var(--muted); margin:8px 0 0; line-height:1.55}

.footer{margin-top:22px; color:var(--muted); font-size:12px; text-align:center}