.stats-section{background:#fff;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;padding:4rem 0}.stats-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;padding:0 1rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-icon-wrapper{align-items:center;background:rgba(25,145,210,.1);border-radius:1rem;color:var(--primary);display:flex;height:3.5rem;justify-content:center;margin:0 auto 1.25rem;transition:all .3s ease;width:3.5rem}.stat-item:hover .stat-icon-wrapper{background:var(--primary);color:#fff;transform:translateY(-2px)}.stat-icon-wrapper svg{height:1.75rem;width:1.75rem}.stat-value{color:#0f172a;font-size:2.25rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.9375rem;font-weight:500}