.recovery-stats-container{align-items:stretch;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto;max-width:1200px}.recovery-card{background-image:none!important;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);color:#fff;display:flex;flex:1;flex-direction:column;justify-content:space-between;max-width:350px;min-width:250px;padding:40px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.recovery-card:hover{box-shadow:0 15px 40px rgba(0,0,0,.15);transform:translateY(-5px)}.recovery-card.green{background:#8bc34a}.recovery-card.blue{background:#2196f3}.recovery-card.pink{background:#e91e63}.recovery-percentage{align-items:center;display:flex;font-size:72px;font-weight:700;gap:15px;justify-content:center;line-height:1;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.trending-arrow{animation:float 2s ease-in-out infinite;height:48px;opacity:.9;width:48px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.recovery-description{font-size:18px;font-weight:400;line-height:1.4;margin-bottom:30px}.recovery-cta{background-color:rgba(0,0,0,.1);border-radius:10px;font-size:16px;font-weight:500;line-height:1.4;padding:15px 20px}@media (max-width:768px){.recovery-stats-container{padding:20px 15px}.recovery-card{margin-bottom:20px;min-width:100%}.recovery-percentage{font-size:56px}.trending-arrow{height:36px;width:36px}.recovery-description{font-size:16px}.recovery-cta{font-size:14px}}