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