:root{--navy:#102a5d;--red:#e53935;--gold:#e7b83b;--ink:#182235;--muted:#667085;--bg:#f7f9fc}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1120px)/2));background:#fff;border-bottom:1px solid #e8edf5}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;color:var(--navy)}.brand img{width:42px;height:42px;object-fit:contain}.nav button{border:1px solid #d6deea;background:#fff;color:var(--navy);border-radius:9px;padding:7px 12px;cursor:pointer}.hero{max-width:1120px;margin:0 auto;padding:84px 24px 72px;display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}.eyebrow{color:var(--red);font-weight:800;letter-spacing:.18em;font-size:12px}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.08;margin:14px 0;color:var(--navy);letter-spacing:-.04em}.lead{font-size:20px;color:var(--muted);max-width:650px}.actions{display:flex;gap:12px;margin-top:28px}.primary,.secondary{display:inline-block;padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:700}.primary{background:var(--red);color:#fff}.secondary{border:1px solid #d5deeb;color:var(--navy);background:#fff}.hero-card{background:linear-gradient(145deg,var(--navy),#234c9f);color:#fff;border-radius:26px;padding:34px;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 20px 60px #102a5d2a}.hero-card img{width:190px;height:190px;object-fit:contain}.hero-card div{display:flex;flex-direction:column;align-items:center;gap:3px}.hero-card span{color:#d8e5ff}.grid{max-width:1120px;margin:0 auto;padding:0 24px 60px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid article,.download,.status{background:#fff;border:1px solid #e6ebf3;border-radius:16px;padding:24px}.grid h2,.download h2{margin:0 0 6px;color:var(--navy)}.grid p,.download p{margin:0;color:var(--muted)}.status,.download{max-width:1120px;margin:0 auto 18px}.status{display:flex;justify-content:space-between;align-items:center}.dot{width:9px;height:9px;border-radius:50%;background:#22a06b;display:inline-block;margin-right:8px}.status strong{color:#22a06b}.download{margin-bottom:72px}.download .primary{margin-top:16px}footer{text-align:center;padding:30px;color:#98a2b3;font-size:13px}@media(max-width:760px){.hero{grid-template-columns:1fr;padding-top:52px}.grid{grid-template-columns:1fr}.hero-card{min-height:220px}.hero-card img{width:130px;height:130px}}
