.stats{padding:8px 0 0}.stats-grid{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.stat-card{background:#fff;border-radius:10px;padding:10px}.stat-icon{color:#d32f2f;height:32px;margin-bottom:12px;width:32px}.stat-value{color:#b40d1d;font-size:32px;font-weight:700;line-height:32px;margin-bottom:8px}.stat-label{color:#3f3f3f;font-size:15px;font-weight:500}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.stats-grid{grid-template-columns:1fr}}