.stats-section{background:var(--wp--preset--color--white)}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);align-items:end;gap:32px;display:grid}.stat-value{font-family:var(--wp--preset--font-family--serif);color:var(--wp--preset--color--purple);margin-bottom:12px;font-size:64px;font-weight:300;line-height:1}.stat-value--text{font-family:var(--wp--preset--font-family--sans);text-wrap:balance;font-size:28px;font-weight:500;line-height:1.3}.stat-prefix{font-family:var(--wp--preset--font-family--sans);letter-spacing:.06em;color:var(--wp--preset--color--text-muted);margin-bottom:4px;font-size:15px;font-weight:400;display:block}.stat-label{letter-spacing:.04em;color:var(--wp--preset--color--text-secondary);font-size:14px;font-weight:400}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:48px 32px}}@media (max-width:768px){.stat-value{font-size:48px}.stat-value--text{font-size:22px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr 1fr;gap:36px 16px}}