:root{color-scheme:light}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#0f172a}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding:32px 20px 48px;display:flex;justify-content:center}.shell{width:100%;max-width:960px;gap:24px}.hero,.shell{display:flex;flex-direction:column}.hero{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 20px 24px;box-shadow:0 10px 30px rgba(15,23,42,.06);gap:12px}.logoBlock{display:inline-flex;align-items:center;gap:12px;flex-direction:column;margin-bottom:4px}h1{margin:0;font-size:28px;line-height:1.2}.muted{color:#475569;margin:12px 0 0;font-size:16px;line-height:1.6;max-width:680px}.heroLogo{display:block;height:auto;max-width:min(360px,90vw);object-fit:contain}.subBrand{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#475569}.subBrandLabel{opacity:.8}.subBrandLink{font-weight:600;color:#0f172a}.bodyCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 18px 20px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.bodyCard h2{margin:0 0 10px;font-size:20px}.list{padding-left:18px;margin:10px 0 0}.clarity,.list{color:#1e293b;line-height:1.6}.clarity{font-size:15px}.footer{margin-top:12px;font-size:14px;color:#475569;display:flex;flex-direction:column;gap:8px}.footerLinks{display:flex;gap:16px;flex-wrap:wrap;color:#2563eb}.cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;min-height:44px;border-radius:12px;font-weight:600;gap:8px;border:1px solid #1d4ed8;color:#1d4ed8}.cta.primary{background:#1d4ed8;color:#fff}.cta.secondary{background:transparent}.ctaRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}@media (min-width:640px){.hero{padding:28px 28px 32px}h1{font-size:32px}.muted{font-size:17px}.logoBlock{flex-direction:row;align-items:center}}