:root{--navy:#111827;--brand:#5b3df5;--orange:#f59e0b;--bg:#f6f7fb;--ink:#171a22;--muted:#697386;--line:#e5e7eb;--white:#fff}
    *{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;line-height:1.6}a{color:inherit}.wrap{max-width:980px;margin:auto;padding:0 28px}header{background:var(--navy);color:#fff}.nav{height:70px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:22px;font-weight:900;text-decoration:none}.back{font-size:13px;font-weight:800;color:#fff;text-decoration:none}.hero{padding:52px 0 28px}.eyebrow{color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:38px;line-height:1.15;margin:10px 0}.hero p{color:var(--muted);max-width:720px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-bottom:55px}.card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:24px}.card h2{font-size:18px;margin:0 0 8px}.card p{font-size:13px;color:var(--muted);margin:8px 0}.action{display:inline-flex;margin-top:8px;padding:10px 13px;border-radius:8px;background:var(--navy);color:#fff;text-decoration:none;font-size:12px;font-weight:900}.secondary{background:#fff;color:var(--brand);border:1px solid #d8d2ff}.note{grid-column:1/-1;background:#fff8e8;border:1px solid #f3d89a;border-radius:12px;padding:16px 20px;font-size:12px;color:#65502b}footer{background:#0e1524;color:#aeb6c5;padding:25px 0;font-size:12px}@media(max-width:720px){.grid{grid-template-columns:1fr}.note{grid-column:auto}.hero h1{font-size:31px}}
