:root{ --brand-blue:#2563eb; --brand-teal:#0d9488; --brand-orange:#ea580c; --text:#0f172a; --muted:#475569; --surface:#fff; --bg:#f8fafc; --radius:16px; }
body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
.headerbar{height:6px;background:linear-gradient(90deg,var(--brand-blue),var(--brand-teal),var(--brand-orange))}
.container{max-width:880px;margin:0 auto;padding:24px}
.hero{display:grid;gap:18px;padding:28px;margin:24px 0;background:var(--surface);border-radius:var(--radius);box-shadow:0 10px 40px rgba(2,6,23,.06)}
.hero h1{font-size:clamp(28px,3.3vw,40px);line-height:1.15;margin:0;background:linear-gradient(90deg,var(--brand-blue),var(--brand-teal),var(--brand-orange));-webkit-background-clip:text;background-clip:text;color:transparent}
.subtitle{color:var(--muted)}
.badges{display:flex;flex-wrap:wrap;gap:8px}
.badge{padding:.35rem .6rem;border-radius:999px;background:linear-gradient(90deg,var(--brand-blue),var(--brand-teal));color:#fff;font-weight:600;font-size:.82rem}
.form{display:flex;gap:10px;flex-wrap:wrap}
input[type=email]{flex:1;min-width:220px;padding:.9rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem}
button.cta{padding:.9rem 1.1rem;border:0;border-radius:12px;background:var(--brand-blue);color:#fff;font-weight:800;cursor:pointer}
button.cta:disabled{opacity:.6;cursor:not-allowed}
.trust{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0 4px;color:var(--muted);font-size:.9rem}
.section{background:var(--surface);border-radius:var(--radius);padding:22px;margin:16px 0;box-shadow:0 4px 22px rgba(2,6,23,.04)}
.grid{display:grid;gap:14px}
@media(min-width:880px){ .grid{grid-template-columns:1fr 1fr} }
.testimonial{border-left:4px solid var(--brand-teal);padding:10px 14px;border-radius:8px;background:#f1f5f9}
.faq details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}
.faq summary{cursor:pointer;font-weight:700}
.footer{padding:18px;color:var(--muted);text-align:center}
.sticky-cta{position:sticky;bottom:0;background:linear-gradient(90deg,#eff6ff,#ecfeff,#fff7ed);padding:12px;border-top:1px solid #e2e8f0}
