.stats-section{background:#fff;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding:60px 20px}.stat-card{background:#f0f0f0;border-radius:16px;box-shadow:0 6px 12px rgba(0,0,0,.05);flex:1 1 300px;max-width:450px;padding:30px 20px 18px;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-6px)}.stat-icon{align-items:center;border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.stat-icon img{max-height:60px;max-width:60px}.stat-card h3{font-size:27px;font-weight:600;margin-bottom:20px;text-align:center}.stat-values{align-items:flex-start;display:flex;gap:15px;justify-content:center;padding-top:20px}.stat-values>div{min-width:1.5px;text-align:center!important}.stat-values strong{display:block;font-size:24px;margin-bottom:4px;text-align:center}.stat-values span{color:#444;font-size:14px}.divider{background:#ccc;height:60px;width:1px}.card-blue{background:linear-gradient(180deg,#edfbfa,#deecfd)}.card-yellow{background:linear-gradient(91.03deg,#fef6c7 20.6%,#fee3e1 81.72%)}.card-green{background:linear-gradient(91.03deg,#e1f7ec 20.6%,#f2e9fe 81.72%)}@media (max-width:768px){.stat-values{align-items:center;flex-direction:column;gap:16px}.divider{display:none}.stat-values>div span{text-align:center}}@media (max-width:480px){.stat-card{padding:30px 20px;text-align:left}.stat-icon{justify-content:flex-start;margin:0 0 16px}.stat-card h3{font-size:22px;text-align:left}.stat-values{align-items:flex-start;flex-direction:column;padding-top:16px}.stat-values>div{text-align:left!important}.stat-values span,.stat-values strong{text-align:left}.divider{display:none}}