.hero{padding:72px 0 32px}

.kicker{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,.7)}
.dot{width:8px;height:8px;border-radius:999px;background:var(--green)}

.h1{margin:12px 0 0;font-size:44px;line-height:1.1;letter-spacing:-.02em}
.sub{margin:14px 0 0;font-size:18px;color:var(--muted);max-width:52ch}

.h2{margin:0;font-size:26px}
.p{margin:8px 0 0;color:var(--muted)}

.cta-row{margin-top:22px; display:flex; gap:10px; flex-wrap:wrap;}
.trust-line{margin-top:18px; color:rgba(255,255,255,.62); font-size:14px;}

.card-head{display:flex; align-items:center; justify-content:space-between; gap:12px;}

.plan{
  display:flex;align-items:flex-start;justify-content:space-between;
  border:1px solid var(--border);
  background:rgba(11,21,48,.7);
  border-radius:14px;
  padding:14px;
  margin-top:10px;
}
.plan strong{display:block}
.plan small{display:block;color:rgba(255,255,255,.6);margin-top:2px}
.price{color:var(--green);font-weight:800}

.steps{display:grid;gap:14px;margin-top:16px}
@media(min-width:900px){.steps{grid-template-columns:repeat(3,1fr)}}
.step{padding:18px;border-radius:18px;border:1px solid var(--border);background:var(--card)}
.step b{color:var(--green)}
.step-title{margin-top:8px;font-weight:800}

.verify-row{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap;}

.faq{display:grid; gap:12px; margin-top:14px;}
.faq-q{font-weight:800}

.note{margin-top:10px; font-size:12px; color:rgba(255,255,255,.55);}

/* Mobile typography */
@media (max-width: 600px){
  .hero{padding:44px 0 18px}
  .h1{font-size:36px}
  .sub{font-size:16px}
}
