.sec-home-stats{z-index:0;justify-content:center;align-items:center;width:100%;height:auto;margin:0 auto 80px;display:flex;position:relative}.sec-home-stats .stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;width:100%;display:grid}.stats-grid .stat-card{text-align:center;background:#fff;border:1px solid #c5dde5;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;padding:32px 24px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px -8px #00b1fa1a}.stat-card:before{content:"";pointer-events:none;background:#4698b50f;border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -8px #00b1fa2e}.stat-card .stat-icon{background:#4698b51a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.stat-card .stat-icon img{width:30px;height:30px}.stat-card .stat-number{color:#253d45;direction:ltr;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1}.stat-card .stat-number .stat-suffix{color:#4698b5;margin-right:2px;font-size:.55em;font-weight:700}.stat-card .stat-label{color:#54737e;text-align:center;font-size:clamp(13px,2vw,15px);font-weight:600}.stat-number[data-target]{transition:none}@media screen and (width<=1199px){.sec-home-stats .stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.sec-home-stats{margin-bottom:60px}}@media screen and (width<=575px){.sec-home-stats .stats-grid{grid-template-columns:repeat(2,1fr);gap:14px}.stat-card{border-radius:22px;gap:8px;padding:22px 16px}.stat-card .stat-icon{width:50px;height:50px}.sec-home-stats{margin-bottom:40px}}