:root{--brand:#2f5bd6;--brand-dark:#1f3f9e;--accent:#f5a623;--on-brand:#ffffff;--on-accent:#1a1a1a;--text:#1b2130;--muted:#68707d;--bg:#f4f6fb;--surface:#ffffff}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}.page{max-width:1040px;margin:0 auto;padding:32px 20px;display:flex;flex-direction:column;gap:32px}h1,h2,h3{margin:0}.hero-v1{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:var(--on-brand);border-radius:18px;padding:64px 32px;text-align:center}.hero-v1__inner{max-width:640px;margin:0 auto}.hero-v1 h1{font-size:38px;margin-bottom:12px;font-weight:600}.hero-v1 p{font-size:17px;opacity:.9;margin-bottom:26px}.hero-v1__cta{border:none;background:var(--accent);color:var(--on-accent);padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.hero-v1__cta.is-pressed{transform:scale(.96)}