/* modern.css, brand overrides + small refinements */
.hero h1{letter-spacing:-.01em}
.tile .body h3{font-size:1.05rem}
.section h2{max-width:24ch}
.section.center h2,.section.dark h2{max-width:none}
.kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center}
.kpi .n{font-size:2rem;font-weight:800;color:var(--brand-accent-ink)}
.kpi .l{font-size:.85rem;color:var(--ink-700);font-weight:600}
@media(max-width:560px){.kpi{grid-template-columns:repeat(2,1fr)}}
.guarantee{display:flex;gap:18px;align-items:center;background:#fff;border:2px dashed var(--brand-accent);border-radius:var(--radius);padding:22px}
.seal{flex:0 0 auto;width:64px;height:64px;border-radius:50%;background:var(--brand-primary);color:#fff;display:grid;place-items:center;font-weight:800;text-align:center;font-size:.7rem;line-height:1.1}
