/* ============================================
   STATE/INTERACTIVE_V2.CSS
   Interactive states — is-active glow, hovers (SMACSS state)
   AD LASER WON — SMACSS Modular V2
   Generated: 18 Mei 2026
   PATENT RULE Compliance
   ============================================ */

.slide-item img:active { transform: scale(0.95); }

.step-slider.is-active {
    box-shadow: 0 0 28px rgba(184, 147, 90, 0.6),
                0 6px 18px rgba(0,0,0,0.18);
}

.slider-nav-btn:hover {
    background: var(--ad-merah-soft);
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}
