
:root{
  --bg:#060810;
  --card:#0f172a;
  --text:#e5e7eb;
  --muted: rgba(229,231,235,.78);
  --accent:#22c55e;
  --accent2:#16a34a;
  --border: rgba(255,255,255,.10);
  --shadow: 0 22px 60px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color: var(--text);
  background:
    radial-gradient(1200px 650px at 25% 0%, rgba(34,197,94,.18), transparent 55%),
    radial-gradient(900px 550px at 90% 15%, rgba(99,102,241,.12), transparent 55%),
    linear-gradient(180deg, #04050c, var(--bg));
  line-height:1.45;
}
a{color: rgba(229,231,235,.92); text-decoration:none}
a:hover{opacity:.92}
.wrap{max-width:1120px;margin:0 auto;padding:22px 18px 70px}
.topbar{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  position:sticky;top:0;z-index:50;
  padding:14px 18px;
  background: rgba(6,8,16,.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.2px}
.brandlink{font-weight:900}
.dot{width:12px;height:12px;border-radius:99px;background:var(--accent);box-shadow:0 0 0 6px rgba(34,197,94,.18)}
.nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.nav a{font-size:14px;color: rgba(229,231,235,.86);padding:8px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background: rgba(2,6,23,.45)}
.nav a:hover{background: rgba(34,197,94,.10);border-color: rgba(34,197,94,.25)}
.hero{
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg, rgba(2,6,23,.92), rgba(2,6,23,.55)),
    url('hero-bg.svg');
  background-size: cover;
  background-position:center;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.heroGrid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;padding:18px}
@media (max-width: 980px){.heroGrid{grid-template-columns:1fr}}
.card{
  background: rgba(15,23,42,.90);
  border:1px solid var(--border);
  border-radius:18px;
  padding:18px;
  box-shadow: var(--shadow);
}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 10px;border-radius:999px;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.35);
  color: rgba(229,231,235,.88);
  font-size: 13px;
}
h1{margin:10px 0 10px;font-size:40px;line-height:1.08}
h2{margin:0 0 10px}
@media (max-width:520px){h1{font-size:34px}}
p{margin:0 0 10px;color: rgba(229,231,235,.92)}
.small{font-size:12px;color: rgba(229,231,235,.72)}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:560px){.grid2{grid-template-columns:1fr}}
label{display:block;font-size:13px;color: rgba(229,231,235,.86);margin:10px 0 6px}
input,select{
  width:100%; padding:12px 12px; border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:#0b122a; color:var(--text); outline:none;
}
input:focus,select:focus{border-color: rgba(34,197,94,.85); box-shadow: 0 0 0 4px rgba(34,197,94,.14)}
.hr{height:1px;background: rgba(255,255,255,.10); margin:16px 0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 14px;border-radius:12px;
  border:1px solid rgba(34,197,94,.55);
  background: linear-gradient(180deg, rgba(34,197,94,.95), rgba(22,163,74,.95));
  color: #06210f; font-weight:900;
  cursor:pointer; width:100%;
}
.btn:hover{filter:brightness(1.03)}
.btn.ghost{background: transparent; border-color: rgba(255,255,255,.16); color: rgba(229,231,235,.92)}
.kpis{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
@media (max-width:560px){.kpis{grid-template-columns:1fr}}
.kpi{
  padding:12px;border-radius:14px;background: rgba(2,6,23,.50);
  border:1px solid rgba(255,255,255,.10)
}
.kpi b{display:block;margin-top:4px;font-size:18px}
.result{
  margin-top:10px;
  padding:14px;border-radius:14px;
  background: rgba(34,197,94,.10);
  border:1px solid rgba(34,197,94,.35);
  display:none;
}
.result.warn{
  background: rgba(251,191,36,.10);
  border-color: rgba(251,191,36,.35);
}
.trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.pill{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background: rgba(2,6,23,.45);font-size:12px;color: rgba(229,231,235,.86)}
.section{margin-top:18px}
.faq details{
  background: rgba(2,6,23,.50);
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  padding:12px; margin:10px 0;
}
.faq summary{cursor:pointer;font-weight:800}
.notice{
  padding:12px;border-radius:14px;background: rgba(99,102,241,.10);
  border:1px solid rgba(99,102,241,.22);
}
.footer{margin-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;opacity:.95}
.table{width:100%;border-collapse:collapse;margin-top:10px}
.table th,.table td{border:1px solid rgba(255,255,255,.10);padding:10px;text-align:left}
.table th{background: rgba(2,6,23,.50)}
.callout{padding:14px;border-radius:14px;background: rgba(34,197,94,.10);border:1px solid rgba(34,197,94,.28)}
.hidden{display:none!important}
.verdict.good { color: #1f8b4c; }
.verdict.warn { color: #b58100; }
.verdict.bad  { color: #c0392b; } .verdict{ margin-top:14px; font-weight:700; }
.verdict.good { color:#1f8b4c; }
.verdict.warn { color:#b58100; }
.verdict.bad  { color:#c0392b; }

.pbwrap{ margin-top:14px; }
.pbtrack{ width:100%; height:10px; border-radius:999px; background:rgba(0,0,0,.08); overflow:hidden; }
.pbbar{ height:100%; border-radius:999px; }
.pbbar.good{ background:#1f8b4c; }
.pbbar.warn{ background:#b58100; }
.pbbar.bad { background:#c0392b; }

.improve{ margin-top:14px; padding:12px; border-radius:12px; background:rgba(0,0,0,.04); }
.improve ul{ margin:8px 0 0 18px; }
.improve li{ margin:6px 0; }