:root{--stat-primary:#0d9488;--stat-gradient:linear-gradient(135deg, #14b8a6, #0f766e);--stat-bg:#fff;--stat-text-muted:#64748b;--stat-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--stat-shadow-hover:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a}.statistics__section{background-color:#f8fafc;justify-content:center;padding:80px 20px;font-family:Cairo,sans-serif;display:flex;overflow:hidden}.statistics__container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.statistics__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;width:100%;margin-top:48px;display:grid}.stat-card{background-color:var(--stat-bg);box-shadow:var(--stat-shadow);opacity:0;border:1px solid #00000008;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:40px 24px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:.8s ease-out forwards fadeInUp;display:flex}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.stat-card:nth-child(5){animation-delay:.5s}.stat-card:hover{box-shadow:var(--stat-shadow-hover);border-color:#0d948833;transform:translateY(-8px)}.stat-number{background:var(--stat-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:3.5rem;font-weight:800;line-height:1.1}.stat-label{color:var(--stat-text-muted);text-transform:uppercase;letter-spacing:1px;font-size:1.1rem;font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.statistics__section{padding:50px 16px}.statistics__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-top:32px}.stat-card{padding:30px 16px}.stat-number{font-size:2.5rem}.stat-label{font-size:.95rem}}
