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