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