.slider-section .card-link {
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.slider-section .card-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
    background: #111827;
}

.slider-section .card-link .thumb img {
    transition: transform .35s ease, filter .35s ease;
}

.slider-section .card-link:hover .thumb img {
    transform: scale(1.055);
    filter: brightness(.95);
}

.slider-section .card-link:hover .play-overlay {
    opacity: 1 !important;
}

/* Pastikan tombol tidak menutupi kartu */
.slider-btn {
    z-index: 20;
}