.marketing-asymmetric-wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
/* .marketing-content-overlay .card-body {
    padding: 1.25rem !important;
    margin-top: -20px !important;
    border-radius: 20px 20px 0 0 !important;
    position: relative;
    z-index: 5;
} */

/* Mempertegas visual harga */
.price-box .text-price {
    color: #414142ff !important; /* Gunakan Primary Akses */
    font-size: 1.1rem;
}
.dark-theme .price-box .text-price {
    color: #fff !important;
}
.dark-theme .btn-light {
    color: #3a3b3c !important;
}
.price-box s {
    opacity: 0.6;
    font-size: 0.85rem;
}

.marketing-bg-promo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    /* KUNCI: Background lebih pendek dari card agar efek melayang dapat */
    height: 60%;

    /* GRADIENT YANG LEBIH HIDUP */
    background: #0076d0;
    background: linear-gradient(135deg, #0076d0 0%, #00a8ff 100%);

    /* RADIUS EKSTREM: Biar nggak kelihatan ngotak */
    border-radius: 20px 0px 0px 50px;
    z-index: 1;
}

/* Layer dekorasi halus ala Gojek */
.marketing-bg-promo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 35c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.marketing-content-overlay {
    position: relative;
    z-index: 2;
}
body {
    overflow-x: hidden;
    width: 100%;
}
.favorit-owl-carousel .owl-stage {
    display: flex;
}
.favorit-owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.favorit-owl-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; /* Kunci utama */
    padding: 15px 0px 35px 0px;
}
.favorit-owl-carousel .owl-stage-outer {
    padding-bottom: 20px; /* Beri ruang untuk shadow di mobile */
    margin-bottom: -20px;
}
/* SHADOW UNTUK EFEK MELAYANG */
.favorit-owl-carousel .card {
    border-radius: 20px !important;
    overflow: visible !important; /* Penting agar isi di dalam tidak keluar dari radius */
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    height: 100%; /* Card mengikuti tinggi item */
    width: 100%;
}
.card-promo-modern .card-body {
    padding: 1.25rem !important;
    margin-top: -25px !important; /* Kita naikkan lebih tinggi biar efeknya jelas */
    border-radius: 20px 20px 20px 20px !important; /* Lengkungan atas untuk efek overlap */
    position: relative;
    z-index: 10 !important; /* Pastikan di depan gambar */
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1); /* Shadow atas biar efek tumpuknya nyata */
}
.card-promo-modern .position-relative {
    overflow: visible !important;
}
.favorit-owl-carousel .card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-5px);
}
.badge-recommended-modern {
    position: relative;
    width: fit-content;
    color: #000;
    padding: 5px 8px;
    border-radius: 50px;
    font-size: 9px;
    font-weight: 500;
    z-index: 10;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.title-desktop {
    font-size: 34px; /* Lebih besar & tegas di desktop */
    line-height: 1.2;
    letter-spacing: -1px;
}

.subtitle-desktop {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
}

/* Tombol Hover Effect */
.btn-hover-effect {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-hover-effect:hover {
    transform: translateY(-3px);
    background-color: #f8f9fa;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}
.inactive {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
}
.dark-theme .inactive {
    background-color: #3a3b3c !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
}
.dark-theme .btn-outline-primary {
    color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}
.dark-theme .text-danger {
    color: #fe4b4b !important;
}
.dark-theme .text-muted {
    color: #c9c9c9 !important;
}
/* Price box didorong ke paling bawah */

@media (max-width: 768px) {
    .marketing-asymmetric-wrapper {
        overflow: hidden;
    }
    .header-promo-wrapper {
        margin-bottom: 1.5rem !important;
    }
    .btn-lihat-semua {
        width: auto; /* Tombol tidak full width agar tidak kaku */
        font-size: 13px !important;
        padding: 6px 6px !important;
    }
    .title-desktop {
        font-size: 24px;
        letter-spacing: -0.5px;
    }
    .subtitle-desktop {
        font-size: 14px;
    }
    .header-text-block {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .btn .btn-lihat-semua {
        width: auto; /* Tombol tidak full width agar tidak kaku */
        font-size: 11px !important;
        padding: 6px 6px !important;
    }
}
