.tickercontainer {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center
}

.tickercontainer .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow: hidden
}

ul.newsticker {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex
}

ul.newsticker li {
    margin: 0;
    font-size: 12px;
    padding: 0 25px 0 0;
    white-space: nowrap
}

ul.er-controls {
    list-style: none;
    display: inline-block;
    padding: 0
}

ul.er-controls>li {
    display: inline-block;
    padding: 0 10px;
    background: #f0f0f0;
    margin: 5px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px
}

ul.er-controls>li:hover {
    background: #f5f5f5;
    cursor: pointer
}

.progressive-jackpot {
    background: center no-repeat;
    background-size: contain;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.progressive-jackpot .jackpot-play {
    width: min(220px,15vw);
    height: auto
}

.progressive-jackpot .jackpot-container {
    color: var(--progressive-jackpot-jackpot-cntr-color);
    font-size: min(1.25vw,24px);
    width: 73%;
    text-align: center;
    letter-spacing: 5px;
    padding: 0 50px
}

.progressive-jackpot .jackpot-currency {
    color: var(--progressive-jackpot-jackpot-currency-color);
    margin-right: 20px
}

.slot-jackpot-container .progressive-jackpot .jackpot-container {
    letter-spacing: 0;
    font-size: 30px
}

.jackpot-winners {
    width: 100%;
    padding: 5px 0;
    background: var(--jackpot-winners-bg)
}

.jackpot-winners .jackpot-winner-title {
    padding: 5px 10px;
    color: var(--jackpot-winners-jackpot-winner-title-color);
    display: flex;
    align-items: center
}

.jackpot-winners .jackpot-winner-title [data-icon="trophy"] {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    background: center no-repeat;
    background-image: var(--image-src);
    background-size: contain
}

.jackpot-winners .winners-ticker-container {
    margin: 0 5px;
    height: 70px;
    overflow: hidden;
    background-color: var(--jackpot-winners-winners-ticker-cntr-bg)
}

.winners-ticker ul {
    width: 100%
}

.winners-ticker ul li {
    padding: 10px;
    display: flex;
    align-items: center
}

.winners-ticker ul li img {
    height: 50px;
    width: 50px
}

.winners-ticker ul li .winner-info {
    color: var(--winners-ticker-ul-li-winner-info-color);
    font-size: 12px;
    padding-left: 10px
}

.winners-ticker ul li .winner-amount {
    color: var(--winners-ticker-ul-li-winner-amount-color)
}

.announcement-container {
    background-color: var(--announcement-cntr-bg);
    color: var(--announcement-cntr-color);
    border-radius: 5px;
    margin: 15px 0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between
}

.announcement-container>[data-section="title"],.announcement-container>[data-section="date"],.announcement-container>[data-section="announcements"] {
    display: flex;
    align-items: center
}

.announcement-container>[data-section="announcements"] {
    width: 60%;
    background: var(--announcement-cntr-section-announcement-bg);
    color: var(--announcement-cntr-section-announcement-color);
    overflow: hidden
}

.announcement-container [data-icon="announcement"] {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: center no-repeat;
    background-image: var(--image-src);
    margin-right: 5px
}

.announcement-container .announcement-list li {
    padding: 5px 10px;
    color: var(--announcement-cntr-list-li-color)
}

.banner,
.banner .slick-slide img.banner-img {
    background: var(--banner-bg);
    aspect-ratio: 1920/613
}

.banner-carousel.slick-initialized {
    height: auto;
    display: block;
    max-width: 540px;   /* batas desktop */
    margin: 0 auto;     /* center */
}

.banner-carousel {
    width: 100%;
    max-width: 540px;   /* biar preview non-slick juga ikut kecil */
    margin: 0 auto;
}

.banner-carousel .vertical-wrapper,
.banner-carousel .vertical-wrapper > div,
.banner-carousel .slide-item {
    width: 100%;
}

.banner-carousel .slide-item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.banner .carousel-indicators li button {
    display: none
}

.banner .slick-slide img.banner-img {
    display: block;
    height: auto;
    width: 100%;
    line-height: 1
}

.banner-group-vertical .carousel-indicators {
    bottom: 50%;
    transform: translateY(50%);
    right: 25px;
    left: unset;
    width: 20px
}

.banner-group-vertical .carousel-indicators li {
    display: block;
    margin-bottom: 2px
}

/* gambar banner image */
.banner-carousel>div:first-child img.banner-img {
    display: block;
    aspect-ratio: 1000/1000;
    width: min(500px, 100%);
    max-width: 500px;
    height: auto !important;
    line-height: 1;
    margin: 0 auto;
    object-fit: contain;
}

/* video banner ikut ukuran yang sama */
.banner-carousel video.banner-img {
    display: block;
    aspect-ratio: 1000/1000;
    width: min(500px, 100%) !important;
    max-width: 500px;
    height: auto !important;
    line-height: 1;
    margin: 0 auto;
    object-fit: contain !important;
}

.banner-carousel>div:not(:first-child),
.banner-carousel>div:first-child>a:not(:first-child) {
    display: none
}

/* tablet */
@media (max-width: 768px) {
    .banner-carousel,
    .banner-carousel.slick-initialized {
        max-width: 100%;
    }

    .banner-carousel>div:first-child img.banner-img,
    .banner-carousel video.banner-img {
        width: 100% !important;
        max-width: 100%;
    }
}



.nav-btn {
    position: absolute;
    z-index: 20;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--banner-nav-button-bg);
    transition: background-color .3s ease,opacity .3s ease;
    width: 44px;
    height: 44px;
    border-radius: 50%
}

.nav-btn.main-prev {
    left: 45px;
    top: 50%;
    transform: translateY(-50%)
}

.nav-btn.main-next {
    right: 45px;
    top: 50%;
    transform: translateY(-50%)
}

.nav-btn:hover {
    background: var(--banner-nav-button-bg-hover)
}

.nav-btn img {
    width: 20px;
    height: 20px;
    display: block;
    filter: invert(1)
}

.vertical-wrapper {
    position: relative;
    width: 100%
}

.vertical-wrapper .nav-btn.sub-up {
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.vertical-wrapper .nav-btn.sub-down {
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%)
}

.rotate-left {
    transform: rotate(180deg)
}

.rotate-up {
    transform: rotate(-90deg)
}

.rotate-down {
    transform: rotate(90deg)
}

.home-info-container,.telegram-banner-container {
    background: var(--home-info-cntr-bg);
    border-bottom: var(--home-info-cntr-border)
}

.home-info-container .tickercontainer {
    background: var(--home-info-cntr-tickercntr-bg)
}

.telegram-banner-container {
    padding: 20px 0;
    border: 0
}

.telegram-banner-container img {
    width: 100%
}

/* ========================================= */
/* --- BAGIAN DOWNLOAD APK (CYBERPUNK) --- */
/* ========================================= */

.download-apk-container {
    background: var(--image-src);
    background-size: cover;
    background-position: center;
    background-color: #050214; /* Fallback warna ungu gelap */
    overflow: hidden;
    position: relative;
    border: 1px solid #ff00b2;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(255, 0, 178, 0.2);
    margin-bottom: 25px;
}

/* Modals di dalam area download */
.download-apk-container .popup-modal[data-title] .modal-title:before {
    content: none;
}

.download-apk-container .popup-modal .modal-header h4 {
    font-size: 24px;
    color: #ffcc00; /* Kuning Emas */
    font-weight: bold;
}

.download-apk-container .popup-modal .modal-body {
    padding-top: 0;
    color: #fff;
}

.download-apk-container .popup-modal .modal-body img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    filter: var(--download-apk-cntr-popup-modal-body-img-filter, drop-shadow(0 0 2px #fff));
}

.download-apk-container .popup-modal .modal-body h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #00e5ff; /* Cyan Terang */
    margin-bottom: 10px;
}

.download-apk-container .popup-modal .modal-body ol {
    list-style: decimal;
    padding-left: 15px; /* Sedikit diperlebar agar rapi */
}

/* --- KONTEN UTAMA DOWNLOAD APK --- */
.download-apk {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    color: var(--download-apk-color, #fff);
    padding: 20px; /* Jarak aman dari pinggir kotak */
}

.download-apk > div {
    flex-basis: 50%;
    /* Efek transisi diperhalus */
    opacity: 1; /* Diubah jadi 1 agar selalu terlihat jika script pemicu animasi tidak jalan */
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 1s ease;
}

/* Menyiapkan posisi awal untuk efek slide-in (jika dipakai bersama Javascript Scroll) */
.download-apk.anim-start > div:nth-child(1) {
    transform: translateX(-50px);
    opacity: 0;
}
.download-apk.anim-start > div:nth-child(2) {
    transform: translateX(50px);
    opacity: 0;
}
/* Posisi akhir (Tampil Penuh) */
.download-apk > div:nth-child(1),
.download-apk > div:nth-child(2) {
    transform: translateX(0);
}


/* --- TIPOGRAFI / TEKS --- */
.download-apk .h2 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 32px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.download-apk .h2 > strong {
    display: block;
    font-weight: 800;
    text-align: left; /* Justify jarang bagus untuk teks pendek, Left lebih aman */
    color: #ffcc00; /* Emas menyala */
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
}

.download-apk h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    color: #00e5ff;
}

/* --- BAGIAN INFORMASI BAWAH (Info App & QR) --- */
.download-apk-info {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Meratakan ke tengah vertikal */
    margin: 15px 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 10px;
    border: 1px dashed #ff00b2; /* Aksen kotak di sekitar QR */
}

.download-apk-info .download-apk-section {
    flex-basis: 60%; /* Diberi ruang lebih agar teks lega */
}

.download-apk-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Dirapatkan ke kiri */
    font-weight: 600;
    text-align: left;
    font-size: 14px; /* Dikecilkan sedikit agar rapi */
}

.download-apk-section > * {
    flex-basis: 50%;
    margin: 5px 0;
}

.download-apk-section i {
    color: var(--download-apk-section-i-color, #ff00b2); /* Magenta Terang */
    font-style: normal;
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
    text-shadow: 0 0 5px rgba(255, 0, 178, 0.5);
}

.download-apk-qr-code {
    flex-basis: 40%;
    text-align: right;
}

.download-apk-qr-code img {
    max-width: 90px;
    border-radius: 6px;
    border: 2px solid #fff;
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

/* --- TOMBOL DOWNLOAD --- */
.download-apk-detail {
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px; /* Jarak antara elemen jika ada lebih dari 1 */
}

/* Animasi Denyut Jantung untuk Tombol */
@keyframes buttonPulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(255, 204, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 204, 0, 0); }
}

.download-apk .btn {
    color: #1a0500 !important; /* Warna teks gelap */
    font-weight: 800;
    display: block;
    padding: 12px 25px; /* Tombol dibuat lebih tebal */
    border-radius: 30px; /* Bentuk pill modern */
    text-align: center;
    background: linear-gradient(180deg, #ffcc00 0%, #ff8c00 100%) !important; /* Tombol Emas */
    border: 2px solid #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    animation: buttonPulse 2s infinite; /* Mengaktifkan denyut */
    transition: transform 0.2s ease;
}

.download-apk .btn:hover {
    transform: scale(1.05); /* Membesar saat disorot */
    color: #000 !important;
}


/* --- CSS UNTUK VERSI DALAM FORM --- */
.standard-form-container .download-apk-container {
    margin-top: 30px;
}

.standard-form-container .download-apk .h2 {
    font-size: 22px;
}

.standard-form-container .download-apk .h2 > strong {
    font-size: 38px;
}

.standard-form-container .download-apk .h3 {
    font-size: 16px;
}

.standard-form-container .download-apk-detail,
.standard-form-container .download-apk-section {
    font-size: 12px;
}

/* Modal Kecil */
.download-popup-modal .modal-body img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    filter: var(--download-apk-cntr-popup-modal-body-img-filter, none);
}


/* ========================================= */
/* --- PENGATURAN RESPONSIVE (MOBILE) --- */
/* ========================================= */

@media screen and (max-width: 768px) {
    /* Mengubah arah layout jadi atas-bawah */
    .download-apk {
        flex-direction: column;
        padding: 15px;
        text-align: center; /* Rata tengah di HP */
    }

    .download-apk > div {
        flex-basis: 100%;
        width: 100%;
    }

    /* Membalik urutan agar Teks/Tombol muncul lebih dulu dari gambar ilustrasi/HP (opsional, tergantung struktur HTML) */
    .download-apk > div:nth-child(1) {
        order: 2; /* Jika child 1 itu gambar, turunkan ke bawah */
        margin-top: 15px;
    }
    
    .download-apk > div:nth-child(2) {
        order: 1; /* Naikkan area teks ke atas */
    }

    /* Penyesuaian ukuran teks untuk layar sempit */
    .download-apk .h2 {
        font-size: 26px;
        text-align: center;
    }

    .download-apk .h2 > strong {
        font-size: 32px;
        text-align: center; /* Memaksa rata tengah di HP */
    }

    .download-apk h3 {
        font-size: 18px;
        text-align: center;
    }

    .download-apk-info {
        flex-direction: column;
        gap: 15px;
    }

    .download-apk-info .download-apk-section {
        flex-basis: 100%;
    }

    .download-apk-section {
        justify-content: center; /* Teks Info di tengah */
    }

    .download-apk-qr-code {
        flex-basis: 100%;
        text-align: center;
    }

    .download-apk-qr-code img {
        max-width: 120px; /* QR code dibesarkan sedikit di HP agar mudah di scan layar ke layar */
    }

    .download-apk .btn {
        width: 100%; /* Tombol memenuhi lebar layar */
        padding: 15px;
    }
}

.download-popup-modal .modal-body span {
    color: var(--download-popup-modal-body-span-color)
}

.download-popup-modal .modal-header .modal-title {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    color: var(--download-popup-modal-header-title-color)
}

/* ========================================= */
/* --- 1. CONTAINER UTAMA POPULAR GAMES --- */
/* ========================================= */

.popular-games {
    background-image: var(--image-src, none);
    background-color: #050214 !important; /* Back-up background ungu gelap */
    background-size: cover;
    background-position: center;
    border-radius: 12px !important;
    padding: 15px !important;
    margin-bottom: 25px !important;
    border: 1px solid #ff00b2 !important;
    box-shadow: 0 0 15px rgba(255, 0, 178, 0.2) !important;
}

/* Header Kiri (Judul & Ticker) */
.popular-games [data-section="left"] {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.popular-games .section-title {
    display: flex !important;
    align-items: center !important;
    color: #ffcc00 !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    text-shadow: 0 0 8px rgba(255, 204, 0, 0.5) !important;
}

.popular-games .section-title i {
    display: inline-block !important;
    width: 24px !important; 
    height: 24px !important;
    background-image: var(--image-src) !important;
    background-size: contain !important;
    margin-right: 10px !important;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)) !important;
}

/* --- Ticker Pemenang (Pemenang Mesin Slot) --- */
.jackpot-winners {
    display: flex !important;
    align-items: center !important;
    background: rgba(10, 5, 32, 0.7) !important;
    border: 1px solid #00e5ff !important;
    border-radius: 30px !important;
    padding: 5px 15px !important;
    flex: 1 !important;
    min-width: 0 !important;
    box-shadow: inset 0 0 10px rgba(0, 229, 255, 0.2) !important;
}

.jackpot-winner-title {
    color: #ff00b2 !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    margin-right: 15px !important;
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}

.jackpot-winner-title i {
    width: 16px; height: 16px;
    display: inline-block;
    background-image: var(--image-src);
    background-size: contain;
    margin-right: 8px;
}

.winners-ticker-container {
    flex: 1 !important;
    overflow: hidden !important;
}

.winners-ticker ul {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important; 
    padding: 0 !important;
    padding-left: 100% !important;
    animation: scrollPemenang 35s linear infinite !important; /* Teks berjalan lambat & rapi */
}

.winners-ticker ul li {
    display: flex !important;
    align-items: center !important;
    margin-right: 30px !important;
    color: #fff !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}

.winners-ticker ul li img {
    width: 25px !important; 
    height: 25px !important;
    border-radius: 4px !important;
    margin-right: 10px !important;
    border: 1px solid #ffcc00 !important;
}

.winner-info {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
}

.winner-amount {
    color: #00e5ff !important;
    font-weight: bold !important;
}

@keyframes scrollPemenang {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}


/* ========================================= */
/* --- 2. MENU TAB PROVIDER (PP, JILI, dll) --- */
/* ========================================= */

.target-tabs {
    display: flex !important;
    list-style: none !important;
    padding: 0 !important; 
    margin: 0 0 15px 0 !important;
    border-bottom: 2px solid #ff00b2 !important; /* Garis pembatas pink */
    overflow-x: auto !important; /* Bisa di-swipe di HP */
    -webkit-overflow-scrolling: touch !important;
}

.target-tabs::-webkit-scrollbar { 
    display: none !important; 
}

.target-tabs li {
    margin-right: 5px !important;
}

.target-tabs li a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 8px 15px !important;
    background: rgba(10, 5, 32, 0.6) !important;
    border-radius: 8px 8px 0 0 !important;
    transition: all 0.3s ease !important;
    border-bottom: 3px solid transparent !important;
}

.target-tabs li.active a, 
.target-tabs li a:hover {
    background: linear-gradient(to top, rgba(255, 0, 178, 0.4), transparent) !important;
    border-bottom: 3px solid #00e5ff !important; /* Indikator biru nyala saat aktif */
}

.target-tabs img {
    height: 25px !important; 
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.5)) !important;
}


/* ========================================= */
/* --- 3. KONTEN TAB (BANNER & GRID GAME) --- */
/* ========================================= */

/* Menyembunyikan tab yang tidak aktif */
.tab-content > .tab-pane {
    display: none !important;
}

/* Memunculkan tab yang aktif dengan layout Flexbox Horizontal (Kiri-Kanan) */
.tab-content > .tab-pane.active {
    display: flex !important;
    gap: 15px !important;
    align-items: stretch !important;
}

/* Banner Promosi Kiri (Misal: Banner Pragmatic/JILI) */
.tab-pane > picture {
    flex: 0 0 35% !important; /* Lebar statis 35% di Desktop */
    max-width: 35% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #ff00b2 !important;
    box-shadow: 0 0 15px rgba(255, 0, 178, 0.3) !important;
    display: block !important;
}

.tab-pane > picture .animated-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Area Grid Game di Kanan */
.popular-game-list {
    flex: 1 !important; /* Mengambil sisa ruang 65% */
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* 4 Kolom di PC */
    gap: 10px !important;
}

/* Kotak Item Game */
.popular-game-list .game-item {
    background: rgba(10, 5, 32, 0.8) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    position: relative !important;
    transition: transform 0.2s, box-shadow 0.2s, border 0.2s !important;
}

.popular-game-list .game-item:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 6px 15px rgba(0, 229, 255, 0.5) !important;
    border-color: #00e5ff !important; /* Biru neon saat dihover */
}

/* Pembungkus Gambar Game */
.game-wrapper {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important; /* Memaksa kotak menjadi presisi persegi sama sisi */
    overflow: hidden !important;
}

.game-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Mencegah gambar gepeng */
    display: block !important;
}

/* Overlay Tombol (Hitam Transparan + Tombol Main) */
.link-container {
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.75) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    opacity: 0 !important; /* Sembunyikan saat normal */
    transition: opacity 0.3s ease !important;
}

/* Munculkan tombol saat di-hover / ditekan */
.game-wrapper:hover .link-container {
    opacity: 1 !important;
}

/* Desain Tombol "MAIN" & "COBA" */
.link-container a {
    display: inline-block !important;
    background: linear-gradient(180deg, #ffcc00, #ff8c00) !important; /* Tombol Emas */
    color: #1a0500 !important;
    text-decoration: none !important;
    padding: 8px 15px !important;
    border-radius: 20px !important;
    font-weight: 800 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    width: 80% !important;
    text-align: center !important;
    box-shadow: 0 4px 10px rgba(255, 204, 0, 0.4) !important;
    transition: transform 0.2s !important;
}

.link-container a.free-play {
    background: linear-gradient(180deg, #00e5ff, #0077ff) !important; /* Tombol Cyan */
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 229, 255, 0.4) !important;
}

.link-container a:hover {
    transform: scale(1.05) !important; /* Efek membesar saat ditekan */
}


/* ========================================= */
/* --- 4. RESPONSIVE MOBILE (SMARTPHONE) --- */
/* ========================================= */

/* Layar Tablet */
@media screen and (max-width: 992px) {
    .popular-game-list {
        grid-template-columns: repeat(3, 1fr) !important; /* Berubah 3 Kolom */
    }
}

/* Layar Handphone (Sesuai Gambar 1 yang Kamu Kirim) */
@media screen and (max-width: 768px) {
    /* Header Kiri dan Ticker dipecah jadi atas-bawah di HP */
    .popular-games [data-section="left"] {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .jackpot-winners {
        margin-left: 0 !important;
        width: 100% !important;
        border-radius: 10px !important;
    }
    
    .target-tabs li a {
        padding: 5px 10px !important;
    }
    
    .target-tabs img {
        height: 20px !important; /* Logo provider dikecilkan di HP */
    }

    /* PENTING: Mengubah Layout Kiri-Kanan menjadi Atas-Bawah */
    .tab-content > .tab-pane.active {
        flex-direction: column !important; /* Banner di atas, Game di bawah */
    }

    .tab-pane > picture {
        flex: none !important;
        width: 100% !important; /* Banner menjadi Full Width 100% di HP */
        max-width: 100% !important;
        margin-bottom: 5px !important;
    }

    .tab-pane > picture .animated-image {
        height: auto !important; /* Mencegah banner penyok di HP */
        aspect-ratio: 16 / 9 !important; /* Mengatur proporsi banner */
    }

    .popular-game-list {
        grid-template-columns: repeat(2, 1fr) !important; /* MURNI 2 KOLOM SESUAI GAMBAR 1 */
        gap: 8px !important;
    }
}

.home-game-list-container {
    margin-bottom: 15px
}

.home-game-list-container .container-title {
    display: flex;
    justify-content: flex-start
}

.home-game-list-container .container-title span {
    color: var(--home-game-list-cntr-title-span-color);
    background-color: var(--home-game-list-cntr-title-span-bg);
    position: relative;
    text-transform: uppercase;
    padding: 5px 50px
}

.home-game-list-container .container-title span:after {
    background-color: var(--home-game-list-cntr-title-span-after-bg);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    transform-origin: 100% 0;
    transform: skew(25deg)
}

.home-game-list-container .container-content {
    background-color: var(--default);
    border: var(--home-game-list-cntr-content-border);
    padding: 10px
}

.home-game-list-container .container-content .game-list {
    background-color: var(--default);
    border: 0;
    padding: 0;
    margin-bottom: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap
}

.home-game-list-container .container-content .game-list .game-item,.home-game-list-container .container-content .game-list .wrapper-container:hover {
    background-color: var(--default)
}

.home-game-list-container .container-content .game-list .game-item {
    width: calc((100% - (5px*6.4*2))/6.4);
    flex-shrink: 0
}

.home-game-list-container .container-content .game-list .game-item .link-container a {
    margin: 3px;
    padding: 5px 3px
}

.home-game-list-container .container-content .game-list .game-item img {
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px)
}

.home-game-list-container .container-content .game-list .game-item .game-name,.home-game-list-container .container-content .game-list .game-item .provider-name {
    background-color: var(--default);
    padding: 0;
    font-size: 12px
}

.home-game-list-container .container-content .game-list .game-item .game-name {
    color: var(--home-game-list-cntr-content-game-list-game-item-game-name-color)
}

.home-game-list-container .container-content .game-list .game-item .provider-name {
    color: var(--home-game-list-cntr-content-game-list-game-item-provider-name-color)
}

.home-game-list-container .container-content .game-list .game-item .game-player,.popular-game-title-container .container-content .game-list .game-item .game-player {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center
}

.home-game-list-container .container-content .game-list .game-item .game-player img,.popular-game-title-container .container-content .game-list .game-item .game-player img {
    position: initial;
    width: 14px;
    height: 14px
}

.home-game-list-container .container-content .game-list .game-item .game-player h5,.popular-game-title-container .container-content .game-list .game-item .game-player h5 {
    color: var(--home-game-list-game-player-color);
    font-weight: 700;
    font-size: 12px
}

.home-game-list-container .container-content .game-list::-webkit-scrollbar {
    height: 9px
}

.home-game-list-container .container-content .game-list::-webkit-scrollbar-track {
    background: var(--default)
}

.home-game-list-container .container-content .game-list::-webkit-scrollbar-thumb {
    background: var(--home-game-list-cntr-content-game-list-scrollbar-thumb-bg);
    border-radius: 5px
}

/* ========================================= */
/* --- KONTEM GAME POPULER (CYBERPUNK) --- */
/* ========================================= */

.popular-game-title-container {
    margin-bottom: 20px;
    position: relative;
}

/* Membawa tab judul ke lapisan atas agar tidak tertutup border kotak */
.popular-game-title-container .container-title {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 2; 
}

.popular-game-title-container .container-title span {
    color: var(--popular-game-title-cntr-title-span-color, #fff);
    background-color: var(--popular-game-title-cntr-title-span-bg, #ff00b2);
    position: relative;
    text-transform: uppercase;
    padding: 6px 50px;
    font-weight: 800; /* Teks ditebalkan */
    letter-spacing: 1px; /* Jarak huruf agar elegan */
    box-shadow: 0 -4px 15px rgba(255, 0, 178, 0.4); /* Glow pink ke atas */
    border-top-left-radius: 8px; /* Ujung kiri melengkung manis */
}

/* Efek miring (skew) pada sudut kanan tab */
.popular-game-title-container .container-title span:after {
    background-color: var(--popular-game-title-cntr-title-span-after-bg, #ff00b2);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    transform-origin: 100% 0;
    transform: skew(25deg);
    box-shadow: 4px -2px 10px rgba(255, 0, 178, 0.3); /* Cahaya membias di sudut miring */
    border-top-right-radius: 3px;
}

/* Kotak Konten Utama */
.popular-game-title-container .container-content {
    background-color: var(--default, #0a0520); /* Background ungu super gelap */
    border: var(--popular-game-title-cntr-content-border, 1px solid #ff00b2);
    padding: 15px 10px 10px 10px; /* Padding atas ditambahkan agar tidak sempit */
    box-shadow: 0 0 20px rgba(255, 0, 178, 0.2), inset 0 0 15px rgba(0, 229, 255, 0.05); /* Glow luar dan dalam */
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -1px; /* Menyatukan garis kotak dengan tab judul */
    position: relative;
    z-index: 1;
}

/* Area Scroll Game Horizontal */
.popular-game-title-container .container-content .game-list {
    display: flex; /* Memastikan list berjajar */
    background-color: var(--default, transparent);
    border: 0;
    padding: 5px 0 10px 0; /* Padding ekstra untuk bayangan hover */
    margin-bottom: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch; /* Scroll semulus mentega di HP */
}

/* Kartu Game Default */
.popular-game-title-container .container-content .game-list .game-item,
.popular-game-title-container .container-content .game-list .wrapper-container:hover {
    background-color: var(--default, #16083b); /* Latar kotak game */
}

.popular-game-title-container .container-content .game-list .game-item {
    width: calc((100% - (5px*6.4*2))/6.4);
    flex-shrink: 0;
    border-radius: 8px; /* Ujung kartu membulat */
    border: 1px solid transparent; /* Persiapan untuk border hover */
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, border 0.3s ease; /* Animasi melompat */
}

/* EFEK HOVER: Saat Kartu Game Disorot / Diklik */
.popular-game-title-container .container-content .game-list .game-item:hover {
    transform: translateY(-5px) scale(1.02); /* Melompat naik sedikit */
    box-shadow: 0 8px 20px rgba(0, 229, 255, 0.4); /* Glow Cyan/Biru Neon memancar */
    border: 1px solid #00e5ff; /* Border kartu berubah jadi Cyan */
    z-index: 10;
}

.popular-game-title-container .container-content .game-list .game-item .link-container a {
    margin: 3px;
    padding: 5px 3px;
}

/* Gambar/Thumbnail Game */
.popular-game-title-container .container-content .game-list .game-item img {
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border-radius: 6px; /* Gambar dibuat menyesuaikan lengkungan kotak */
    transition: filter 0.3s ease;
}

/* Gambar menyala sedikit saat kartu di-hover */
.popular-game-title-container .container-content .game-list .game-item:hover img {
    filter: brightness(1.15) contrast(1.1);
}

/* Nama Game dan Provider */
.popular-game-title-container .container-content .game-list .game-item .game-name,
.popular-game-title-container .container-content .game-list .game-item .provider-name {
    background-color: var(--default, transparent);
    padding: 2px 5px;
    font-size: 12px;
    text-align: center; /* Rata tengah agar elegan */
    white-space: nowrap; /* Teks tidak turun baris */
    overflow: hidden;
    text-overflow: ellipsis; /* Jika kepanjangan, diakhiri dengan "..." */
}

.popular-game-title-container .container-content .game-list .game-item .game-name {
    color: var(--popular-game-title-cntr-content-game-list-game-item-game-name-color, #ffcc00); /* Kuning Emas */
    font-weight: 700;
    margin-top: 5px;
}

.popular-game-title-container .container-content .game-list .game-item .provider-name {
    color: var(--popular-game-title-cntr-content-game-list-game-item-provider-name-color, #00e5ff); /* Cyan Neon */
    font-size: 10px;
    margin-bottom: 5px;
}

/* Kustomisasi Tampilan Scrollbar Bawah */
.popular-game-title-container .container-content .game-list::-webkit-scrollbar {
    height: 6px; /* Scrollbar ditipiskan agar tidak norak */
}

.popular-game-title-container .container-content .game-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3); /* Rel rel scrollbar gelap */
    border-radius: 5px;
}

.popular-game-title-container .container-content .game-list::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #ff00b2, #00e5ff); /* Gradasi scroll bar pink ke biru */
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
}

/* Grup Game */
.popular-game-title-container .container-content .game-list .games-group {
    width: calc((100% - 6px*5)/6.5);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px; /* Diberi jarak napas antar game */
    margin: 3px;
}

.popular-game-title-container .container-content .game-list .games-group .game-item {
    width: 100%;
    margin: 0;
}

/* ========================================= */
/* --- PENGATURAN RESPONSIVE (MOBILE) --- */
/* ========================================= */

/* Tablet & HP Besar */
@media screen and (max-width: 992px) {
    /* Munculkan ~4.5 game saja agar sisa setengah gamenya memancing user untuk swipe */
    .popular-game-title-container .container-content .game-list .game-item {
        width: calc((100% - (5px*4.5*2))/4.5);
    }
    .popular-game-title-container .container-content .game-list .games-group {
        width: calc((100% - 6px*3)/4.5);
    }
}

/* Layar HP Standard */
@media screen and (max-width: 768px) {
    .popular-game-title-container .container-title span {
        padding: 5px 30px;
        font-size: 11px; /* Judul agak dikecilkan di HP */
    }

    /* Munculkan ~3.2 game agar terasa lega di HP dan gampang ditap */
    .popular-game-title-container .container-content .game-list .game-item {
        width: calc((100% - (5px*3.2*2))/3.2);
    }
    .popular-game-title-container .container-content .game-list .games-group {
        width: calc((100% - 6px*2)/3.2);
    }
    
    .popular-game-title-container .container-content .game-list::-webkit-scrollbar {
        display: none; /* Scrollbar dihilangkan di HP agar tampilan bersih, tapi fungsi swipe tetap jalan normal */
    }
}

/* Layar HP Kecil / Sempit */
@media screen and (max-width: 480px) {
    /* Munculkan ~2.4 game (Kartu akan terlihat lebih membesar dan nyaman diklik) */
    .popular-game-title-container .container-content .game-list .game-item {
        width: calc((100% - (5px*2.4*2))/2.4);
    }
    .popular-game-title-container .container-content .game-list .games-group {
        width: calc((100% - 6px*1)/2.4);
    }
}

.home-inner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 15px
}

/* ========================================= */
/* --- 1. LAYOUT UTAMA (JACKPOT & LOTTERY) --- */
/* ========================================= */

.home-inner-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    align-items: stretch !important;
}

/* Jackpot mengambil ruang lebih besar di PC */
.home-inner-container [data-section="jackpot"] {
    flex: 1 1 70% !important;
    min-width: 300px !important;
}

/* Lottery mengambil ruang lebih kecil di PC */
.home-inner-container [data-section="lottery"] {
    flex: 0 0 25% !important;
    min-width: 250px !important;
}


/* ========================================= */
/* --- 2. DESAIN PROGRESSIVE JACKPOT --- */
/* ========================================= */

.home-progressive-jackpot {
    background: var(--home-progressive-jackpot-bg, linear-gradient(#16083b, #ff00b2, #16083b)) !important;
    border-radius: 50px !important;
    padding: 6px !important;
    display: flex !important;
    box-shadow: 0 0 20px rgba(255, 0, 178, 0.4) !important;
}

.home-progressive-jackpot .outer-container {
    display: flex !important;
    flex-grow: 1 !important;
    padding: 5px !important;
    background-color: #000 !important;
    border-radius: 50px !important;
}

.home-progressive-jackpot .inner-container {
    display: flex !important;
    flex-grow: 1 !important;
    padding: 5px !important;
    border-radius: 50px !important;
    background: linear-gradient(180deg, #360c63, #000) !important;
}

.home-progressive-jackpot .border-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important; /* Jarak antara logo dan angka */
    flex-grow: 1 !important;
    padding: 5px 20px !important;
    border-radius: 50px !important;
    border: 2px solid #ff00b2 !important;
}

/* Area Kiri: Logo Jackpot Play */
.home-progressive-jackpot .jackpot-play-section {
    display: flex !important;
    flex-direction: row !important; /* Logo dan Teks sejajar */
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
}

.home-progressive-jackpot .jackpot-play-section img {
    height: 40px !important; /* Dikecilkan supaya tidak makan tempat */
    width: auto !important;
}

.home-progressive-jackpot .jackpot-play-text {
    font-family: 'Arial Black', sans-serif !important;
    color: #ffcc00 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

/* Area Kanan: Angka Berjalan */
.home-progressive-jackpot .jackpot-container {
    flex: 1 !important;
    background: #000 !important;
    border: 2px dotted #ff00b2 !important;
    border-radius: 40px !important;
    padding: 5px 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: inset 0 0 10px rgba(255, 0, 178, 0.5) !important;
}

.home-progressive-jackpot .jackpot-currency {
    color: #ffcc00 !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    margin-right: 10px !important;
}

#progressive_jackpot {
    font-family: 'Courier New', Courier, monospace !important; /* Font digital fallback */
    font-size: 32px !important;
    font-weight: bold !important;
    color: #fff !important;
    letter-spacing: 2px !important;
    text-shadow: 0 0 10px #ffcc00, 0 0 20px #ff8c00 !important; /* Efek menyala */
}


/* ========================================= */
/* --- 3. DESAIN HASIL TOGEL (LOTTERY) --- */
/* ========================================= */

.lottery-result-container {
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #16083b !important;
    border: 1px solid #ff00b2 !important;
    box-shadow: 0 0 15px rgba(255, 0, 178, 0.2) !important;
    height: 100% !important;
}

.lottery-result-container .lottery-result-title {
    background: linear-gradient(90deg, #ff00b2, #7d00ff) !important;
    color: #fff !important;
    padding: 8px 0 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.lottery-result-container .lottery-result {
    padding: 10px !important;
    display: flex !important;
    flex-direction: column !important; /* Tumpuk ikon dan nomor */
    gap: 10px !important;
}

.lottery-result-container .lottery-numbers {
    background: #000 !important;
    border-radius: 8px !important;
    padding: 10px 5px !important;
    display: flex !important;
    justify-content: center !important;
    border: 1px solid #00e5ff !important;
}

/* Sprite angka togel */
.lottery-result-container [data-lottery-number] {
    width: 30px !important;
    height: 40px !important;
    background-size: auto 100% !important;
    filter: drop-shadow(0 0 5px #00e5ff) !important;
}

.lottery-result-container .lottery-date {
    font-size: 11px !important;
    color: #00e5ff !important;
    text-align: center !important;
    padding: 5px 0 !important;
    background: rgba(0,0,0,0.3) !important;
}


/* ========================================= */
/* --- 4. RESPONSIVE MOBILE (FIX) --- */
/* ========================================= */

@media screen and (max-width: 768px) {
    /* Paksa tumpuk Jackpot atas, Togel bawah */
    .home-inner-container {
        flex-direction: column !important;
    }

    .home-inner-container [data-section="jackpot"],
    .home-inner-container [data-section="lottery"] {
        width: 100% !important;
        flex: 1 1 100% !important;
    }

    /* Penyesuaian Jackpot di HP */
    .home-progressive-jackpot .border-container {
        flex-direction: column !important; /* Di HP Logo di atas, Angka di bawah */
        padding: 15px !important;
        gap: 10px !important;
        border-radius: 20px !important;
    }

    .home-progressive-jackpot .jackpot-play-section {
        justify-content: center !important;
    }

    .home-progressive-jackpot .jackpot-play-text {
        font-size: 16px !important;
    }

    #progressive_jackpot {
        font-size: 24px !important; /* Kecilkan sedikit biar muat di layar kecil */
    }

    /* Penyesuaian Togel di HP */
    .lottery-result-container .lottery-result {
        flex-direction: row !important; /* Di HP Ikon kiri, Angka kanan */
        justify-content: space-around !important;
    }
}

.sports-platform-container {
    background: center no-repeat;
    background: var(--image-src);
    background-size: cover
}

.sports-platform {
    display: flex
}

.sports-platform [data-section="players"] {
    width: calc(100% - 800px);
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.sports-platform [data-section="matches"] {
    width: 800px
}

.sports-platform-title {
    color: var(--sports-platform-title-color);
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 10px 5px;
    margin-top: 30px
}

.sports-platform-title [data-icon="play"] {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: center no-repeat;
    background-image: var(--image-src);
    margin-right: 5px
}

.sports-platform-title span {
    font-size: 14px
}

.sports-matches-container {
    background-color: var(--sports-matches-cntr-bg);
    padding: 10px;
    display: flex
}

.sports-matches-container>div {
    flex: 1
}

.sports-matches-container .hot-match-container+.hot-match-container {
    margin-top: 10px
}

.sport-matches {
    margin: 0;
    padding-left: 10px
}

.sport-match-item {
    background: var(--sport-match-item-bg);
    color: var(--sport-match-item-color);
    display: flex;
    min-height: 68px
}

.sport-match-item+.sport-match-item {
    margin-top: 10px
}

.sport-match-item:nth-child(even) {
    background: var(--sport-match-item-even-bg);
    color: var(--sport-match-item-even-color)
}

.sport-match-item:nth-child(even) .match-info-container {
    background: var(--sport-match-item-even-info-cntr-bg);
    color: var(--sport-match-item-even-info-cntr-color)
}

.sport-match-item .match-date {
    flex-basis: 25%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.sport-match-item .match-date>span {
    font-size: 22px
}

.sport-match-item .match-info-container {
    flex-basis: 75%;
    background-color: var(--sport-match-item-info-cntr-bg);
    display: flex;
    justify-content: space-between
}

.sport-match-item .match-info-container [data-team] {
    flex-basis: 18%;
    display: flex;
    align-items: center
}

.sport-match-item .match-info-container [data-team="home"] {
    justify-content: flex-end
}

.sport-match-item .match-info-container [data-team="away"] {
    justify-content: flex-start
}

.sport-match-item .match-info-container img {
    height: 40px;
    width: 40px
}

.sport-match-item .match-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: var(--sport-match-item-info-color)
}

.sport-match-item .match-teams {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.sport-match-item .match-teams>div {
    flex-basis: 40%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sport-match-item .match-teams>span {
    font-size: 20px;
    color: var(--sport-match-item-teams-span-color)
}
/* ========================================================== */
/* ===== TABLE RESPONSIVE & LIST CYBERPUNK (SLOT 5K) ======== */
/* ========================================================== */

/* --- 1. WRAPPER TABEL --- */
.table-wrap[data-table="slot5k"] {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  margin: 20px 0;
  background: linear-gradient(145deg, #16083b 0%, #050214 100%); /* Ungu gelap cyberpunk */
  border: 1px solid #ff00b2; /* Border neon pink */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6), inset 0 0 15px rgba(255, 0, 178, 0.1);
}

.table-wrap[data-table="slot5k"]::-webkit-scrollbar {
  height: 8px;
}
.table-wrap[data-table="slot5k"]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 12px 12px;
}
.table-wrap[data-table="slot5k"]::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ff00b2, #00e5ff); /* Scrollbar gradasi */
  border-radius: 10px;
}

/* --- 2. DESAIN TABEL UTAMA --- */
.table-wrap[data-table="slot5k"] > table {
  width: 100%;
  min-width: 500px;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  color: #fff;
}

.table-wrap[data-table="slot5k"] > table th,
.table-wrap[data-table="slot5k"] > table td {
  padding: 15px 14px;
  border-bottom: 1px solid rgba(0, 229, 255, 0.2); /* Garis bawah cyan tipis */
  border-right: 1px solid rgba(0, 229, 255, 0.1);
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
}

.table-wrap[data-table="slot5k"] > table th:last-child,
.table-wrap[data-table="slot5k"] > table td:last-child {
  border-right: none; /* Hilangkan garis paling kanan */
}

/* Header Tabel */
.table-wrap[data-table="slot5k"] > table th {
  font-weight: 800;
  background: rgba(255, 0, 178, 0.15); /* Latar pink transparan */
  color: #ffcc00; /* Teks Emas */
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(255, 204, 0, 0.5);
  letter-spacing: 0.5px;
}

.table-wrap[data-table="slot5k"] > table td {
  white-space: normal;
  color: #e0e0e0;
}

/* Efek Zebra dan Hover pada Baris Tabel */
.table-wrap[data-table="slot5k"] > table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.3); /* Gelap untuk baris genap */
}

.table-wrap[data-table="slot5k"] > table tbody tr {
  transition: all 0.3s ease;
}

.table-wrap[data-table="slot5k"] > table tbody tr:hover td {
  background: rgba(0, 229, 255, 0.15); /* Baris menyala cyan saat dihover */
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 229, 255, 0.5);
}

/* Rounded corners */
.table-wrap[data-table="slot5k"] > table thead tr th:first-child { border-top-left-radius: 12px; }
.table-wrap[data-table="slot5k"] > table thead tr th:last-child { border-top-right-radius: 12px; }
.table-wrap[data-table="slot5k"] > table tbody tr:last-child td { border-bottom: none; }
.table-wrap[data-table="slot5k"] > table tbody tr:last-child td:first-child { border-bottom-left-radius: 12px; }
.table-wrap[data-table="slot5k"] > table tbody tr:last-child td:last-child { border-bottom-right-radius: 12px; }


/* --- 3. MOBILE: CARD MODE UNTUK TABEL --- */
@media (max-width: 600px) {
  .table-wrap[data-table="slot5k"] > table th,
  .table-wrap[data-table="slot5k"] > table td {
    padding: 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .table-wrap[data-table="slot5k"] {
    background: transparent; border: none; box-shadow: none; padding: 0;
  }
  .table-wrap[data-table="slot5k"] > table.table-card { min-width: 100%; }
  .table-wrap[data-table="slot5k"] > table.table-card thead { display: none; }
  .table-wrap[data-table="slot5k"] > table.table-card,
  .table-wrap[data-table="slot5k"] > table.table-card tbody,
  .table-wrap[data-table="slot5k"] > table.table-card tr,
  .table-wrap[data-table="slot5k"] > table.table-card td {
    display: block; width: 100%;
  }
  
  /* Desain Kartu Mobile */
  .table-wrap[data-table="slot5k"] > table.table-card tr {
    background: rgba(10, 5, 32, 0.9);
    border: 1px solid #00e5ff; /* Border Cyan */
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 229, 255, 0.15);
  }
  
  .table-wrap[data-table="slot5k"] > table.table-card td {
    border: none;
    border-bottom: 1px dashed rgba(255, 0, 178, 0.3); /* Garis putus pink */
    padding: 12px 15px;
    text-align: right; /* Teks nilai ditaruh kanan */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .table-wrap[data-table="slot5k"] > table.table-card td:last-child { border-bottom: none; }
  
  /* Label Kolom di Mobile */
  .table-wrap[data-table="slot5k"] > table.table-card td::before {
    content: attr(data-label);
    display: block;
    font-weight: 800;
    font-size: 12px;
    color: #ffcc00; /* Label Emas */
    text-transform: uppercase;
    text-align: left;
    flex-basis: 40%;
  }
}


/* ========================================================== */
/* --- 4. CHECKLIST RAPI (BULLET DIGANTI ICON CENTANG NEON) - */
/* ========================================================== */

ul[data-list="slot5k-checklist"] {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  background: rgba(0,0,0,0.3);
  border-radius: 12px;
  border: 1px solid rgba(0, 229, 255, 0.2);
  padding: 10px 20px;
}

ul[data-list="slot5k-checklist"] li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 12px 0;
  line-height: 1.6;
  border-bottom: 1px dashed rgba(0, 229, 255, 0.3); /* Garis putus cyan */
  color: #e0e0e0;
  font-size: 14px;
}
ul[data-list="slot5k-checklist"] li:last-child { border-bottom: none; }

/* Icon Centang Neon Hijau */
ul[data-list="slot5k-checklist"] li::before {
  content: "✔"; /* Mengganti bullet jadi centang */
  color: #00ff2a; /* Hijau Neon */
  font-weight: 900;
  font-size: 16px;
  text-shadow: 0 0 10px rgba(0, 255, 42, 0.8);
  margin-top: 2px;
}

ul[data-list="slot5k-checklist"] li strong {
  display: inline-block;
  min-width: 150px; 
  white-space: nowrap;
  color: #00e5ff; /* Teks label Cyan */
}

@media (max-width: 600px) {
  ul[data-list="slot5k-checklist"] li { flex-wrap: wrap; gap: 5px; }
  ul[data-list="slot5k-checklist"] li strong { min-width: 100%; white-space: normal; }
}


/* ========================================================== */
/* --- 5. NUMBERED STEPS (LANGKAH-LANGKAH DGN KOTAK GLOW) --- */
/* ========================================================== */

ol[data-list="slot5k-steps"] {
  counter-reset: step;
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

ol[data-list="slot5k-steps"] li {
  counter-increment: step;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 10px;
  background: rgba(10, 5, 32, 0.6);
  border-radius: 8px;
  border-left: 3px solid #ff00b2; /* Aksen garis kiri pink */
  line-height: 1.6;
  color: #e0e0e0;
  font-size: 14px;
  transition: transform 0.2s ease, background 0.2s ease;
}

ol[data-list="slot5k-steps"] li:hover {
  transform: translateX(5px); /* Geser sedikit ke kanan saat disorot */
  background: rgba(255, 0, 178, 0.1);
}

/* Kotak Nomor Glowing */
ol[data-list="slot5k-steps"] li::before {
  content: counter(step);
  flex: 0 0 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff00b2, #7d00ff);
  box-shadow: 0 0 10px rgba(255, 0, 178, 0.5);
  border: 1px solid #ffcc00; /* Pinggiran emas */
  margin-top: -2px;
}

ol[data-list="slot5k-steps"] li strong {
  color: #ffcc00; /* Kata yang ditebalkan warna Emas */
  font-weight: 800;
}

@media (max-width: 600px) {
  ol[data-list="slot5k-steps"] li { padding: 12px; gap: 10px; }
}
/* ========================================= */
/* --- FAQ ACCORDION (CYBERPUNK THEME) --- */
/* ========================================= */

.cyber-faq-container {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Jarak antar kotak FAQ */
}

.faq-item {
    background: rgba(10, 5, 32, 0.8); /* Ungu gelap transparan */
    border: 1px solid rgba(0, 229, 255, 0.3); /* Border cyan tipis */
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* Saat FAQ disorot kursor */
.faq-item:hover {
    border-color: #00e5ff;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.2);
}

/* Saat FAQ dibuka (Aktif) */
.faq-item.active {
    border-color: #ff00b2; /* Berubah jadi pink neon saat dibuka */
    background: linear-gradient(145deg, #16083b 0%, #050214 100%);
    box-shadow: 0 0 20px rgba(255, 0, 178, 0.3);
}

/* Tombol Pertanyaan */
.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #ffcc00; /* Teks emas */
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    font-family: inherit;
    transition: color 0.3s ease;
}

.faq-item.active .faq-question {
    color: #ff00b2; /* Teks berubah pink saat dibuka */
    text-shadow: 0 0 5px rgba(255, 0, 178, 0.5);
}

/* Teks Pertanyaan */
.faq-question span {
    padding-right: 20px; /* Jarak agar teks tidak nabrak ikon */
    line-height: 1.4;
}

/* Ikon Buka Tutup (Plus/Minus) Dibuat pakai CSS murni */
.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #00e5ff; /* Lingkaran cyan */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background-color: #00e5ff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Garis horizontal (Minus) */
.faq-icon::before {
    width: 10px;
    height: 2px;
}

/* Garis vertikal (Membentuk Plus) */
.faq-icon::after {
    width: 2px;
    height: 10px;
}

/* Animasi ikon saat dibuka (Plus jadi Minus) */
.faq-item.active .faq-icon {
    border-color: #ff00b2;
    transform: rotate(180deg);
}

.faq-item.active .faq-icon::before {
    background-color: #ff00b2;
}

.faq-item.active .faq-icon::after {
    transform: scaleY(0); /* Garis vertikal menghilang */
    background-color: #ff00b2;
}

/* Teks Jawaban */
.faq-answer {
    max-height: 0; /* Sembunyikan default */
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Animasi mulus */
}

.faq-answer p {
    padding: 0 20px 20px 20px;
    margin: 0;
    color: #e0e0e0; /* Teks abu-abu terang */
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px dashed transparent;
}

/* Garis pemisah muncul saat dibuka */
.faq-item.active .faq-answer p {
    border-top: 1px dashed rgba(255, 0, 178, 0.3);
    padding-top: 15px;
}

/* ========================================= */
/* --- RESPONSIVE MOBILE --- */
/* ========================================= */
@media screen and (max-width: 600px) {
    .cyber-faq-container {
        margin: 20px auto;
        padding: 0 10px;
    }
    
    .faq-question {
        padding: 15px;
        font-size: 14px;
    }
    
    .faq-answer p {
        padding: 0 15px 15px 15px;
        font-size: 13px;
    }
}
/* ========================================================== */
/* --- TESTIMONIAL GRID (CYBERPUNK PREMIUM) --- */
/* ========================================================== */

/* Container Utama */
.testimoni-grid[data-block="slot5k-testimoni"] {
    display: grid;
    /* Otomatis 2 kolom di layar lebar, 1 kolom di layar sempit */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
    width: 100%;
}

/* Kotak Tiap Testimoni */
.testimoni-grid[data-block="slot5k-testimoni"] .testimoni {
    background: linear-gradient(145deg, #16083b 0%, #050214 100%);
    border: 1px solid rgba(255, 0, 178, 0.3); /* Border pink neon redup */
    border-radius: 16px;
    padding: 25px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    z-index: 1;
}

/* Efek Hover: Melayang & Menyala Cyan */
.testimoni-grid[data-block="slot5k-testimoni"] .testimoni:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #00e5ff;
    box-shadow: 0 10px 25px rgba(0, 229, 255, 0.3), inset 0 0 15px rgba(0, 229, 255, 0.1);
}

/* Watermark Kutipan Raksasa (Murni CSS) */
.testimoni-grid[data-block="slot5k-testimoni"] .testimoni::before {
    content: '“';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 100px;
    font-family: Georgia, serif;
    color: rgba(255, 0, 178, 0.1); /* Pink transparan banget */
    z-index: -1;
    line-height: 1;
    transition: color 0.3s ease;
}

.testimoni-grid[data-block="slot5k-testimoni"] .testimoni:hover::before {
    color: rgba(0, 229, 255, 0.15); /* Berubah cyan saat di-hover */
}

/* --- Pengaturan Teks --- */

/* Nama dan Asal Kota (Paragraf Pertama) */
.testimoni-grid[data-block="slot5k-testimoni"] .testimoni p:first-child {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 0, 178, 0.4); /* Garis putus-putus pink */
    padding-bottom: 10px;
}

.testimoni-grid[data-block="slot5k-testimoni"] .testimoni p:first-child strong {
    color: #ffcc00; /* Warna Emas untuk Nama */
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(255, 204, 0, 0.3);
}

/* Isi Testimoni (Paragraf Terakhir) */
.testimoni-grid[data-block="slot5k-testimoni"] .testimoni p:last-child {
    margin: 0;
    color: #e0e0e0; /* Putih keabu-abuan agar nyaman dibaca */
    font-size: 14px;
    line-height: 1.7;
    font-style: italic; /* Teks miring khas kutipan */
}

/* Highlight Kata Kunci di dalam Testimoni (Agar SEO menonjol) */
.testimoni-grid[data-block="slot5k-testimoni"] .testimoni p:last-child strong {
    color: #00e5ff; /* Cyan Terang */
    font-weight: 800;
    font-style: normal; /* Kata kunci ditegakkan, tidak miring */
    text-shadow: 0 0 5px rgba(0, 229, 255, 0.4);
}

/* ========================================================== */
/* --- RESPONSIVE MOBILE --- */
/* ========================================================== */
@media screen and (max-width: 768px) {
    .testimoni-grid[data-block="slot5k-testimoni"] {
        grid-template-columns: 1fr; /* Paksa jadi 1 kolom di HP */
        gap: 15px;
        margin: 20px 0;
    }
    
    .testimoni-grid[data-block="slot5k-testimoni"] .testimoni {
        padding: 20px; /* Padding dikurangi dikit biar nggak makan tempat di HP */
    }
    
    .testimoni-grid[data-block="slot5k-testimoni"] .testimoni::before {
        font-size: 80px; /* Watermark dikecilkan di HP */
        top: -5px;
        right: 15px;
    }
}