*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif;background:#f5f7fb;color:#1f2937}
.hero{background:linear-gradient(135deg,#0f172a,#1d4ed8 55%,#3b82f6);color:#fff;padding:28px 20px 34px}
.hero-inner,.page{max-width:1200px;margin:0 auto}
.backlink{display:inline-block;margin-bottom:14px;color:#dbeafe;text-decoration:none;font-weight:700}
.eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.88;margin-bottom:8px}
.hero h1{margin:0 0 8px;font-size:42px}
.lead{margin:0;max-width:760px;font-size:18px;line-height:1.7;color:#e5eefc}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:14px;font-weight:800;text-decoration:none}
.btn.primary{background:#fff;color:#1742c1}
.btn.secondary{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.18)}
.page{padding:22px 20px 40px}
.card{background:#fff;border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(15,23,42,.08);margin-bottom:18px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mini-card{background:#f8faff;border:1px solid #e5ebff;border-radius:18px;padding:18px}
.mini-card h3{margin-top:0;margin-bottom:8px;color:#2148b5}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 26px;padding-left:22px}
.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.step{background:#f8faff;border:1px solid #dbe6ff;border-radius:18px;padding:18px}
.step span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:999px;background:#2148b5;color:#fff;font-weight:800;margin-bottom:10px}
.step strong{display:block;margin-bottom:8px}
.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}
.pill{display:inline-block;padding:7px 12px;border-radius:999px;background:#eaf0ff;color:#2148b5;font-weight:700}
@media (max-width: 960px){.grid3,.flow,.feature-list{grid-template-columns:1fr}.hero h1{font-size:32px}.lead{font-size:16px}}
