:root { --ink:#172334; --muted:#617084; --paper:#f7f9fc; --line:#dfe6ef; --accent:#1666f5; --dark:#102443; }
* { box-sizing:border-box; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.6; }
.shell { width:min(1040px,calc(100% - 40px)); margin:auto; }
.brand { display:inline-flex; align-items:center; gap:10px; color:var(--dark); text-decoration:none; font-weight:800; letter-spacing:-.03em; font-size:1.15rem; margin-top:34px; }
.brand-mark { align-items:center; background:var(--accent); border-radius:10px; color:#fff; display:inline-flex; font-size:1rem; height:34px; justify-content:center; width:34px; }
.hero { padding:84px 0 58px; max-width:780px; }
.eyebrow { color:var(--accent); font-size:.78rem; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
h1,h2 { letter-spacing:-.045em; line-height:1.08; }
h1 { font-size:clamp(2.6rem,6vw,5rem); margin:14px 0 22px; }
h2 { font-size:1.55rem; margin:8px 0; }
.lead { color:var(--muted); font-size:1.2rem; max-width:700px; }
.notice { background:#eaf1ff; border:1px solid #c9dcff; border-radius:13px; color:#29436b; margin-top:34px; padding:16px 18px; }
.grid { display:grid; gap:18px; grid-template-columns:repeat(3,1fr); padding-bottom:76px; }
.grid article,.about { background:#fff; border:1px solid var(--line); border-radius:18px; padding:27px; }
.grid p,.about p,.legal p { color:var(--muted); }
.number { color:var(--accent); font-size:.8rem; font-weight:800; letter-spacing:.1em; }
.about { margin-bottom:70px; max-width:770px; }
footer { align-items:center; background:var(--dark); color:#d3def0; display:flex; font-size:.9rem; gap:18px; justify-content:space-between; padding:25px max(20px,calc((100% - 1040px)/2)); }
footer p { margin:0; }
footer a { color:#fff; margin-left:16px; text-decoration:none; }
.legal { padding-bottom:70px; max-width:800px; }
.legal h1 { font-size:clamp(2.4rem,5vw,4rem); margin:16px 0 45px; }
.legal h2 { margin-top:36px; }
.legal a { color:var(--accent); }
@media (max-width:700px) { .grid { grid-template-columns:1fr; } footer { align-items:flex-start; flex-direction:column; } footer a { margin:0 15px 0 0; } }
