.stb-competition-hero{display:flex;gap:40px;align-items:flex-start;max-width:1200px;margin:30px auto;padding:18px}
.stb-left{flex:1}
.stb-right{width:460px;display:flex;align-items:center;justify-content:center}
.stb-right img{max-width:100%;border-radius:8px;display:block}
.stb-competition-hero h1{font-size:34px;margin:0 0 10px}
.stb-description{color:#6b6660;margin-bottom:12px;line-height:1.6}
.stb-sold-row{margin-bottom:16px}
.stb-percent{font-weight:700;margin-bottom:6px}
.stb-progress-wrap{background:#eee;height:10px;border-radius:8px;overflow:hidden;margin-bottom:6px}
.stb-progress-bar{height:100%;background:#444;border-radius:8px}
.stb-remaining{font-size:13px;color:#555}
.stb-countdown{display:flex;gap:18px;margin:18px 0}
.stb-count-item{display:flex;flex-direction:column;align-items:center;min-width:60px}
.stb-count-item span{font-weight:700;font-size:20px}
.stb-enter-btn{display:inline-block;background:#e8d7ce;padding:18px 40px;border-radius:8px;color:#111;text-decoration:none;font-weight:700;margin:12px 0;display:block;text-align:center}
.stb-meta-grid{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px}
.stb-meta-item{flex:1 1 30%;min-width:140px}
.stb-value{font-weight:700}
.stb-label{font-size:12px;color:#666}

/* carousel */
.stb-carousel{position:relative;width:100%;max-width:420px;border-radius:12px;background:#f6f2ef;padding:24px;display:flex;align-items:center;justify-content:center;flex-direction:column}
.stb-car-stage{width:100%;height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:#faf7f5;margin-bottom:12px}
.stb-car-stage img{max-width:100%;max-height:100%;object-fit:contain;display:block}
.stb-car-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:0;width:44px;height:44px;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,0.12);cursor:pointer;z-index:5}
.stb-prev{left:12px}
.stb-next{right:12px}
.stb-car-dots{display:flex;gap:8px}
.stb-dot{width:12px;height:12px;border-radius:50%;background:#ddd;border:0;cursor:pointer}
.stb-dot.active{background:#444}
@media (max-width:900px){ .stb-competition-hero{flex-direction:column} .stb-right{width:100%} }