.stats-section{text-align:center;position:relative}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:60px;max-width:1200px;margin:0 auto;display:grid}.stat-item{flex-direction:column;justify-content:center;align-items:center;display:flex}.stat-number{background:var(--gradient-cta);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:3rem;font-weight:700;line-height:1.3;transition:transform .3s,box-shadow .4s,background-position .8s;animation:2s ease-in-out infinite alternate text-glow-pulse}.stat-label{color:#c9d1d9;text-align:center;font-size:1rem}@media (max-width:1100px){.stats-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;max-width:1200px;margin:0 auto;display:grid}.stat-item{flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.stat-number{color:var(--primary);margin-bottom:12px;font-size:1.2rem;font-weight:700;line-height:1.3}}@media (max-width:320px){.stats-grid{gap:8px}.stat-number{color:var(--primary);margin-bottom:12px;font-size:1.1rem;font-weight:700;line-height:1.3}.stat-label{color:#c9d1d9;text-align:center;font-size:.8rem}}
