#outcomes{background:#fafafa;padding:60px 20px}#outcomes .stats-strip{align-items:center;border-radius:12px;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:30px 20px}#outcomes .stats-item{background:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.05);flex:1 1 200px;padding:25px 15px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}#outcomes .stats-item:hover{box-shadow:0 6px 16px rgba(0,0,0,.08);transform:translateY(-5px)}#outcomes .stats-title{color:#666;font-size:15px;font-weight:500;margin-bottom:10px}#outcomes .stats-number{align-items:baseline;color:#ad3557;display:flex;font-size:34px;font-weight:700;gap:5px;justify-content:center}#outcomes .stats-number .suffix{color:#444;font-size:20px}#outcomes .btn{border-radius:8px;font-size:15px;font-weight:600;padding:12px 25px;text-decoration:none}#outcomes .stats-strip{width:100%}@media (max-width:768px){#outcomes .stats-strip{flex-direction:column;gap:20px}#outcomes .stats-item{width:100%}}