.impact-card{width:420px;background:#fff;border:1px solid #e9e9e9;border-radius:20px;padding:20px;box-sizing:border-box}.slider-progress{display:flex;gap:8px;margin-bottom:20px}.slider-progress span{flex:1;height:4px;background:rgba(243,98,66,.15);border-radius:999px;overflow:hidden;position:relative}.slider-progress span::before{content:"";position:absolute;left:0;top:0;height:100%;width:0%;background:#F36242}.slider-progress span.active::before{animation:fillBar 5s linear forwards}@keyframes fillBar{from{width:0%}to{width:100%}}.slides{min-height:150px}.slide{display:none;align-items:center;justify-content:space-between;gap:18px}.slide.active{display:flex}.slide-content{flex:1}.slide h3{margin:0;font-size:42px;line-height:1;font-weight:700;color:#F36242}.slide h4{margin:10px 0 5px;font-size:18px;font-weight:600}.slide p{margin:0;font-size:14px;line-height:1.5;color:#666}.slide img{width:140px;height:140px;object-fit:cover;border-radius:12px;flex-shrink:0}