
:root{
  --bg:#07182f;
  --bg2:#0b2343;
  --card:#0d294d;
  --text:#f7fbff;
  --muted:#b9c8da;
  --teal:#27d7cf;
  --teal2:#19b8c6;
  --gold:#f2bd4f;
  --line:rgba(255,255,255,.12);
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(39,215,207,.16), transparent 30%),
    radial-gradient(circle at 85% 5%, rgba(242,189,79,.10), transparent 24%),
    linear-gradient(180deg,var(--bg),#051120 100%);
  color:var(--text);
}
a{color:inherit}
.container{width:min(1120px,92%);margin:auto}
.nav{
  position:sticky;top:0;z-index:20;
  backdrop-filter:blur(14px);
  background:rgba(5,17,32,.78);
  border-bottom:1px solid var(--line);
}
.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;font-size:18px}
.brand img{width:38px;height:38px;border-radius:10px}
.nav-links{display:flex;gap:22px;color:var(--muted);font-size:14px}
.nav-links a{text-decoration:none}
.nav-links a:hover{color:var(--white)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 18px;border-radius:12px;text-decoration:none;font-weight:700;
  border:1px solid transparent;transition:.2s ease;
}
.btn-primary{background:linear-gradient(135deg,var(--teal),var(--teal2));color:#03232b}
.btn-primary:hover{transform:translateY(-1px)}
.btn-secondary{border-color:var(--line);background:rgba(255,255,255,.04)}
.hero{padding:92px 0 70px;text-align:center}
.badge{
  display:inline-flex;padding:7px 11px;border-radius:999px;
  background:rgba(39,215,207,.08);border:1px solid rgba(39,215,207,.25);
  color:#8ef4ef;font-weight:700;font-size:13px;margin-bottom:22px;
}
.hero-logo{width:116px;height:116px;border-radius:26px;margin-bottom:22px;box-shadow:0 18px 45px rgba(0,0,0,.28)}
h1{font-size:clamp(42px,7vw,76px);line-height:.98;margin:0 auto 22px;max-width:900px;letter-spacing:-.04em}
.gradient{background:linear-gradient(90deg,#ffffff,var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:clamp(18px,2.2vw,23px);color:var(--muted);max-width:760px;margin:0 auto 28px;line-height:1.55}
.actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.trust{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.trust span{font-size:13px;color:var(--muted);padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.03)}
section{padding:70px 0}
.section-title{text-align:center;max-width:740px;margin:0 auto 40px}
.section-title h2{font-size:clamp(30px,4vw,48px);margin:0 0 14px}
.section-title p{color:var(--muted);font-size:17px;line-height:1.6}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  padding:24px;border:1px solid var(--line);border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:0 12px 35px rgba(0,0,0,.12);
}
.card .icon{font-size:28px;margin-bottom:12px}
.card h3{margin:0 0 8px;font-size:20px}
.card p{margin:0;color:var(--muted);line-height:1.55}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;counter-reset:step}
.step{padding:22px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.035)}
.step::before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--teal);color:#04232c;font-weight:900;margin-bottom:15px}
.step h3{margin:0 0 8px;font-size:18px}.step p{margin:0;color:var(--muted);line-height:1.5;font-size:14px}
.info-band{
  border:1px solid rgba(39,215,207,.25);
  background:linear-gradient(135deg,rgba(39,215,207,.08),rgba(255,255,255,.03));
  border-radius:24px;padding:34px;
  display:flex;gap:30px;align-items:center;justify-content:space-between;flex-wrap:wrap
}
.info-band h2{margin:0 0 8px}.info-band p{margin:0;color:var(--muted);max-width:720px;line-height:1.55}
.page-head{padding:70px 0 30px}
.page-head h1{font-size:clamp(36px,5vw,58px);margin:0 0 16px;text-align:left}
.page-head p{color:var(--muted);max-width:760px;line-height:1.6}
.prose{
  max-width:850px;padding-bottom:80px
}
.prose h2{margin-top:38px;font-size:26px}
.prose h3{margin-top:28px}
.prose p,.prose li{color:var(--muted);line-height:1.75}
.prose strong{color:var(--text)}
.prose a{color:#79e8e1}
footer{border-top:1px solid var(--line);padding:30px 0;color:var(--muted);font-size:14px}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-links{display:flex;gap:18px}
.footer-links a{text-decoration:none}
.note{padding:16px 18px;border-left:4px solid var(--gold);background:rgba(242,189,79,.07);border-radius:10px;color:var(--muted)}
@media(max-width:850px){
  .grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .nav-links{display:none}
}
@media(max-width:560px){
  .steps{grid-template-columns:1fr}
  .hero{padding-top:70px}
}
