.footer-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /* Background Gradasi Hitam Pekat */
  background: linear-gradient(to bottom, #1a1a1a 0%, #000000 100%);
  
  /* Border Atas Emas Menyala (Pemisah Kontras) */
  border-top: 3px solid #FFD700; 
  
  /* Bayangan ke atas agar footer terlihat mengambang */
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.9);
  
  padding: 10px 15px;
  z-index: 9999;
}

/* 2. LAYOUT TOMBOL */
.cta-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px; /* Dibatasi agar rapi di layar besar */
  margin: 0 auto;
  gap: 12px; /* Jarak antar tombol */
}

/* 3. STYLE DASAR TOMBOL */
.cta-footer .btn {
  flex: 1; /* Ukuran proporsional */
  padding: 14px 5px;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800; /* Super Tebal */
  border-radius: 10px; /* Sudut sedikit kotak (Modern) */
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
}

/* 4. TOMBOL LOGIN (Nuansa Gelap Elegan) */
.cta-footer .login {
  background: #111111;
  border: 2px solid #bd00ff; /* Border Ungu Neon */
  color: #ffffff;
  box-shadow: inset 0 0 10px rgba(189, 0, 255, 0.2);
  text-shadow: 0 1px 2px black;
}

/* 5. TOMBOL DAFTAR (TOMBOL UTAMA - PALING MENCOLOK) */
.cta-footer .daftar {
  /* Gradasi Ungu Vivid */
  background: linear-gradient(180deg, #d946ef 0%, #bd00ff 50%, #700099 100%);
  
  /* Border Emas */
  border: 2px solid #FFD700;
  
  /* Teks Putih */
  color: #ffffff;
  
  /* Efek Glow Ungu di luar tombol */
  box-shadow: 0 0 15px rgba(189, 0, 255, 0.6), inset 0 2px 5px rgba(255, 255, 255, 0.4);
  
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  
  /* Animasi hanya pada tombol Daftar agar fokus */
  animation: kedut 1.5s infinite ease-in-out; 
  z-index: 10; /* Agar tumpukan paling atas */
  transform: scale(1.05); /* Sedikit lebih besar dari yang lain */
}

/* 6. TOMBOL RTP SLOT (Nuansa Emas/Kontras) */
.cta-footer .bonus {
  background: linear-gradient(180deg, #FFD700 0%, #ffb700 100%);
  border: 2px solid #ffffff;
  color: #000000; /* Teks Hitam agar terbaca di background kuning */
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
  text-shadow: none;
  font-weight: 900;
}
@keyframes kedut {
  0%, 100% { transform: scale(1.05); }
  50% { transform: scale(1.1); box-shadow: 0 0 25px rgba(189, 0, 255, 0.8); }
}
.wt-bg-denim-light, .wt-bg-white, body, .ui-toolkit body {
    background-color: #000000 !important;
}
.wt-sem-text-on-surface-dark {
    color: #000000 !important;
}
.trust-suite-banner {
    background: linear-gradient(180deg, #bd00ff 0%, #4b0082 60%, #000000 100%) !important;
    border: 2px solid #FFD700 !important;
    border-radius: 5px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7), inset 0 0 15px rgba(189, 0, 255, 0.2) !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8) !important;
}
    #slide-left {
        position: fixed;
        top: 110px;
        background: #000000;
        z-index: 99999;
        width: 210px;
        left: -210px;
        min-height: 180px;
        text-align: center;
        transition: left .4s ease-in-out;
        -o-transition: left .4s ease-in-out;
        -ms-transition: left .4s ease-in-out;
        -moz-transition: left .4s ease-in-out;
        -webkit-transition: left .4s ease-in-out;
    }

    #toggle-left {
        font-size: 20px;
        position: absolute;
        z-index: 99999;
        left: 210px;
        text-align: center;
    }

    #slide-left:hover {
        left: 0;
    }
    .btn-alt, .btn-daftar {
        background: linear-gradient(to bottom, #ffd000, #f7a800);
        color: #181818;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: 800;
        font-size: 19px;
        padding: 0;
        width: 180px;
        height: 45px;
        border-radius: 10px;
        font-stretch: condensed;
        margin-bottom: 10px;
    }

    .btn-alt:hover, .btn-alt:active, .btn-alt:focus, .btn-daftar:hover, .btn-daftar:active, .btn-daftar:focus {
        border: 1px solid #fcff00;
        background: #fcff00;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #200000;
    }

    .card-img {
        width: 150px;
        height: auto;
        margin-bottom: 5px;
    }

    .card-icn {
        width: 150px;
        height: auto;
        margin-bottom: 2px;
    }
    .global-enhancements-header {
        background-color: #000000 !important; /* Hitam Pekat */
        border-bottom: 2px solid #FFD700 !important; /* Garis Bawah Emas */
        box-shadow: 0 4px 15px rgba(189, 0, 255, 0.3) !important; /* Glow Ungu ke bawah */
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    /* 2. LOGO HD */
    .logo-hd {
        height: 45px !important;
        width: auto !important;
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)); /* Logo menyala */
        transition: transform 0.3s;
    }
    .logo-hd:hover {
        transform: scale(1.05);
    }

    /* 3. KOLOM PENCARIAN (SEARCH BAR) */
    .search-bar-hd {
        background: #1a1a1a !important; /* Background Input Gelap */
        border: 2px solid #bd00ff !important; /* Border Ungu Neon */
        border-radius: 50px !important; /* Bentuk Pill */
        padding: 2px 5px !important;
        box-shadow: inset 0 0 10px rgba(0,0,0,0.8) !important;
        display: flex;
        align-items: center;
    }

    /* Input Text */
    .input-hd {
        background: transparent !important;
        color: #ffffff !important; /* Teks Putih */
        font-weight: 600 !important;
        border: none !important;
        box-shadow: none !important;
    }
    
    .input-hd::placeholder {
        color: #bbbbbb !important; /* Placeholder Abu terang */
    }

    /* Tombol Search (Kaca Pembesar) */
    .btn-search-hd {
        background: #bd00ff !important; /* Background Ungu */
        border-radius: 50% !important;
        width: 35px !important;
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #ffffff !important;
        color: #ffffff !important;
        transition: all 0.3s ease !important;
    }

    .btn-search-hd:hover {
        background: #FFD700 !important; /* Hover jadi Emas */
        color: #000000 !important;
        box-shadow: 0 0 10px #FFD700 !important;
    }

    /* 4. ICON NAVIGASI (Help, User, Cart) */
    .icon-btn-hd {
        color: #ffffff !important; /* Icon Putih */
        transition: all 0.3s !important;
    }

    .icon-btn-hd svg {
        fill: #ffffff !important; /* Pastikan SVG Putih */
        filter: drop-shadow(0 2px 2px rgba(0,0,0,0.8));
    }

    .icon-btn-hd:hover svg {
        fill: #FFD700 !important; /* Hover jadi Emas */
        filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.8));
    }

    /* 5. DROPDOWN MENU (Saat di klik) */
    .wt-menu__body {
        background-color: #0f0f0f !important; /* Background Dropdown Hitam */
        border: 1px solid #bd00ff !important; /* Border Ungu */
        box-shadow: 0 10px 30px rgba(0,0,0,1) !important;
        color: #ffffff !important;
    }
    
    .wt-menu__item:hover {
        background-color: #2a2a2a !important; /* Hover Item */
    }
    
    .wt-text-title-01, .wt-text-caption, p, a, h4 {
        color: #ffffff !important; /* Paksa semua teks jadi putih */
    }

    /* 6. HAMBURGER MENU (Mobile) */
    .hamburger-hd svg {
        fill: #ffffff !important;
    }
