:root{
  --bg:#0b0d12; --panel:#121625; --panel2:#0f1320;
  --text:#e9ecf2; --muted:#b8c0d4; --line:rgba(255,255,255,.10);
  --accent:#2f7dff; --accent2:#20c997;
  --shadow:0 20px 50px rgba(0,0,0,.35); --radius:16px;
  --ok:#7CFFB2; --bad:#ffb0b0;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(900px 500px at 20% -10%, rgba(47,125,255,.25), transparent 60%),
    radial-gradient(700px 400px at 90% 10%, rgba(32,201,151,.16), transparent 55%),
    var(--bg);
  color:var(--text);
}

a{color:inherit;text-decoration:none}
.wrap{max-width:1180px;margin:0 auto;padding:22px}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(140%) blur(10px);
  background:rgba(11,13,18,.70);
  border-bottom:1px solid var(--line);
}

.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:900;
  letter-spacing:.2px;
}

.brand-text{display:flex;flex-direction:column;gap:2px}
.brand-name{font-weight:950}
.brand-sub{font-size:12px;color:var(--muted);font-weight:800}

.logo{
  width:34px;height:34px;border-radius:10px;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  box-shadow:var(--shadow);
}
.logo.small{width:26px;height:26px;border-radius:9px}

.navlinks{display:flex;gap:12px;flex-wrap:wrap;align-items:center}

.chip{
  padding:10px 12px;border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-weight:700;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:12px;
  background:var(--accent);
  color:#fff;
  font-weight:800;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 14px 28px rgba(47,125,255,.18);
  cursor:pointer;
  transition:transform .08s ease, opacity .08s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn.secondary{
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--text);
  box-shadow:none;
}
.btn.ghost{
  background:transparent;
  border:1px solid var(--line);
  color:var(--text);
  box-shadow:none;
}

.hero{
  padding:36px 0 14px;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:18px;
  align-items:stretch;
}

.panel{
  background:rgba(18,22,37,.88);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:var(--shadow);
}

.kicker{
  color:var(--muted);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  margin:0;
}

h1{margin:10px 0 10px;font-size:44px;line-height:1.06}

.sub{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:780px;
}

.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}

.badge{
  padding:8px 10px;border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-weight:700;
  font-size:13px;
}

.note{
  margin-top:12px;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}

.hero-right{display:grid;gap:12px}

.mini{
  background:rgba(15,19,32,.95);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px;
}

.mini h3{margin:6px 0 6px;font-size:16px}
.muted{color:var(--muted)}

.row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.statusline{font-size:13px;color:var(--muted);margin-top:10px}
.dot{
  display:inline-block;width:8px;height:8px;border-radius:999px;
  background:var(--ok);margin-right:8px;vertical-align:middle
}

.section{padding:16px 0 6px}

.title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin:6px 0 10px;
}
.title h2{margin:0;font-size:26px}
.hint{margin:0;color:var(--muted);font-weight:700}

.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:14px}

.card{
  background:rgba(18,22,37,.85);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px;
}

.card h3{margin:0 0 8px;font-size:18px}
.card p{margin:0;color:var(--muted);line-height:1.5}

.icon{
  width:38px;height:38px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(47,125,255,.14);
  border:1px solid rgba(47,125,255,.25);
  margin-bottom:10px;
  font-weight:900;
}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}

.step{
  background:rgba(15,19,32,.95);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
}

.num{
  width:34px;height:34px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(32,201,151,.14);
  border:1px solid rgba(32,201,151,.25);
  font-weight:900;margin-bottom:10px;
}

.step h4{margin:0 0 6px}
.step p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}

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

form{display:grid;gap:10px;margin-top:10px}
.fg{display:grid;gap:6px}

label{font-size:13px;color:var(--muted);font-weight:800}

input,select,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(15,19,32,.95);
  color:var(--text);
  outline:none;
}

input:focus,select:focus,textarea:focus{
  border-color: rgba(47,125,255,.55);
  box-shadow: 0 0 0 4px rgba(47,125,255,.12);
}

.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.three{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}

.consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.consent input{width:18px;height:18px;margin-top:2px}
.consent-label{margin:0;font-weight:800}

.faq details{
  background:rgba(15,19,32,.95);
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px 14px;
}
.faq details+details{margin-top:10px}
.faq summary{cursor:pointer;font-weight:900;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq p{margin:10px 0 0;color:var(--muted);line-height:1.55}

.footer{
  margin-top:18px;
  padding:18px 0 28px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}

.footgrid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}
.footbrand{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.links a{
  display:block;
  color:var(--muted);
  margin:6px 0;
  text-decoration:underline;
  text-underline-offset:3px;
}

.modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,.55);
  padding:18px;
}
.modal .box{
  max-width:900px;
  margin:5vh auto;
  background:rgba(18,22,37,.98);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:16px;
}
.modal .top{display:flex;justify-content:space-between;align-items:center;gap:10px}
.xbtn{
  background:transparent;
  border:1px solid var(--line);
  color:var(--text);
  border-radius:12px;
  padding:8px 12px;
  font-weight:900;
  cursor:pointer;
}

.toast{
  display:none;
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:999;
  background:rgba(18,22,37,.96);
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px 14px;
  box-shadow:var(--shadow);
  max-width:420px;
}
.toast strong{display:block;margin-bottom:4px}
.toast span{color:var(--muted);font-size:13px}

@media (max-width: 980px){
  .hero{grid-template-columns:1fr}
  h1{font-size:36px}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}
  .two,.three{grid-template-columns:1fr}
  .footgrid{grid-template-columns:1fr}
}
@media (max-width: 520px){
  .steps{grid-template-columns:1fr}
}
