.stats{padding:8px 0 50px}.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:40px;margin-bottom:12px;width:40px}.stat-value{color:#b40d1d;font-size:28px;font-weight:700;line-height:28px;margin-bottom:8px}.stat-label{color:#3f3f3f;font-size:16px;font-weight:600}.stat-description{color:#3f3f3f;font-size:15px;font-weight:500;margin-top:6px}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.stats-grid{grid-template-columns:1fr}}@media (min-width:641px){.stats-grid.two-column{grid-template-columns:repeat(2,1fr)!important}}