 .preview,
  .m-product-preview__glider,
  .glide,
  .glide__track {
    overflow: hidden !important;
    max-width: 100% !important;
  }

  
  .glide__slides {
    display: flex !important;       
    margin: 0 !important;
    
    contain: none !important;
  }

  
  .glide__slide img,
  .m-product-preview__glider-img img,
  .preview .jsProductMainImage {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  
  html, body { overflow-x: hidden !important; }
  .m-top-banner,
.m-top-banner .free-shipping {
  background-color: #000000 !important;
}


.m-top-banner,
.m-top-banner .free-shipping,
.m-top-banner .free-shipping strong,
.m-top-banner .free-shipping span {
  color: #ffffff !important;
}


.m-top-banner a,
.m-top-banner a:link,
.m-top-banner a:visited,
.m-top-banner a:hover,
.m-top-banner a:active {
  color: #260000 !important;
  text-decoration: none !important;
}


.m-top-banner img,
.m-top-banner svg {
  filter: none !important;
}
/* wrapper biar sejajar kiri�kanan */
.btn-wrapper{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;          /* jarak antar tombol */
}

/* style dasar tombol */
.btn-pill{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 10px 26px !important;
  border-radius: 999px !important;

  background-color: #ffae00 !important; /* MERAH */
  color: #ffffff !important;            /* PUTIH */

  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1 !important;

  white-space: nowrap !important;
}

/* hover effect */
.btn-pill:hover{
  filter: brightness(0.9) !important;
}
.imei-toto-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

/* Base tombol - lebih cerah biar efek gerak keliatan */
.imei-toto-btn a {
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  padding: 18px 16px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
  color: #000000;
  font-size: 1.15rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Hover: naik + glow kuning neon lebih kuat */
.imei-toto-btn a:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 14px 40px rgba(255, 215, 0, 0.6);
}

/* Shine garis cahaya lebih terang & cepat */
.imei-toto-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transition: left 0.8s ease;
}

.imei-toto-btn a:hover::before {
  left: 100%;
}

/* ===== LOGIN BUTTON ===== */
.login, .login-button {
  background: linear-gradient(135deg, #de08d0 0%, #de08d0 30%, #de08d0 50%, #3ecd05 70%, #3ecd05 100%);
  background-size: 300% 300%;
  color: #000000;
  border: 3px solid #bba526;
  animation: gradientShift 2.5s ease infinite;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* ===== REGISTER BUTTON ===== */
.register, .register-button {
  background: linear-gradient(135deg, #de08d0 0%, #de08d0 30%, #08ccc2 50%, #08ccc2 70%, #08ccc2 100%);
  background-size: 300% 300%;
  color: #000000;
  border: 3px solid #ff8c00;
  animation: gradientShift 2.5s ease infinite reverse;
  animation-delay: 1.2s;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* Animasi gradient lebih cepat & jelas bergerak */
@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Active (klik) efek */
.imei-toto-btn a:active {
  transform: translateY(2px) scale(0.97);
  box-shadow: 0 3px 12px rgba(255, 215, 0, 0.5);
}

/* Responsif mobile */
@media (max-width: 520px) {
  .imei-toto-btn {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .imei-toto-btn a {
    padding: 16px 12px;
    font-size: 1.05rem;
  }
}
   :root {
            --gold: #000000;
            --gold-light: #000000;
            --gold-dark: #000000;
            --gray-dark: #ffffff;
            --gray-medium: #ffffff;
            --gray-light: #F5F5F5;
            --white: #FFFFFF;
        }
        
        body {
            background-color: var(--gray-dark);
            color: var(--gray-light);
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header */
        header {
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 5px double gold;
    border-bottom: 5px double gold;
}
.m-explore-nav.jsExploreNav {
    background: #000000;
    border-bottom: 5px double gold;
}
.m-footer__legal-bar {
    background-color: #000000;
}
        header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent 30%, rgba(212, 175, 55, 0.1) 50%, transparent 70%);
            animation: shine 8s infinite linear;
        }
        
        @keyframes shine {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }
        
        .logo {
            font-size: 3.5rem;
            color: #ffd700;
            margin-bottom: 10px;
            animation: pulse 3s infinite alternate;
        }
        
        @keyframes pulse {
            0% { text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
            100% { text-shadow: 0 0 20px rgba(212, 175, 55, 0.8), 0 0 30px rgba(212, 175, 55, 0.6); }
        }
        
        h1 {
            font-size: 2.2rem;
            margin-bottom: 15px;
            color: var(--black);
        }
        
        .description {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
            color: var(--gray-light);
        }
        
        /* Artikel */
        .article {
            padding: 60px 0;
            background: rgba(255, 255, 255, 0.05);
        }
        
        .article p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            text-align: justify;
        }
        
        /* Keunggulan */
        .features {
            padding: 60px 0;
            background: rgba(214, 214, 214, 0.973);
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }
        
        .section-title h2 {
            font-size: 2.5rem;
            color: #ffd700;
            display: inline-block;
            padding-bottom: 10px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            width: 100px;
            height: 3px;
            background: #ffd700;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            animation: linePulse 2s infinite;
        }
        
        @keyframes linePulse {
            0%, 100% { width: 100px; }
            50% { width: 150px; }
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .feature-card {
            background: linear-gradient(145deg, var(--gray-medium) 0%, var(--gray-dark) 100%);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            border: 1px solid rgba(212, 175, 55, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #ffd700, #ffd700);
            transform: translateX(-100%);
            animation: slideIn 1s forwards;
        }
        
        .feature-card:nth-child(1)::before { animation-delay: 0.2s; }
        .feature-card:nth-child(2)::before { animation-delay: 0.4s; }
        .feature-card:nth-child(3)::before { animation-delay: 0.6s; }
        
        @keyframes slideIn {
            to { transform: translateX(0); }
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(212, 175, 55, 0.2);
        }
        
        .feature-icon {
            font-size: 3rem;
            color: #000000;
            margin-bottom: 20px;
        }
        
        .feature-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #000000;
        }
        
        /* Testimoni */
        .testimonials {
            padding: 60px 0;
        }
        
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .testimonial-card {
            background: linear-gradient(145deg, var(--gray-medium) 0%, var(--gray-dark) 100%);
            border-radius: 15px;
            padding: 30px;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            border: 1px solid rgba(212, 175, 55, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .testimonial-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(212, 175, 55, 0.1), transparent);
            transform: rotate(45deg);
            transition: all 0.4s ease;
        }
        
        .testimonial-card:hover::before {
            animation: cardShine 1.5s;
        }
        
        @keyframes cardShine {
            0% { transform: rotate(45deg) translateX(-100%); }
            100% { transform: rotate(45deg) translateX(100%); }
        }
        
        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(212, 175, 55, 0.2);
        }
        
        .member-info {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .member-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #ffd700;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 1.5rem;
            color: var(--gray-dark);
            border: 2px solid #000000;
        }
        
        .member-details h3 {
            font-size: 1.3rem;
            margin-bottom: 5px;
            color: #ffd700;
        }
        
        .member-details p {
            color: var(--gray-light);
            font-size: 0.9rem;
        }
        
        .testimonial-text {
            font-style: italic;
            position: relative;
            padding-left: 20px;
        }
        
        .testimonial-text::before {
            content: '"';
            position: absolute;
            left: 0;
            top: -10px;
            font-size: 3rem;
            color: #ffd700;
            opacity: 0.7;
        }
        
        .rating {
            margin-top: 15px;
            color: #ffd700;
        }
        
        /* imeiTOTO */
        .imeiTOTO {
            padding: 60px 0;
            background: rgba(255, 255, 255, 0.03);
        }
        
        .imeiTOTO-container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .imeiTOTO-item {
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 175, 55, 0.2);
        }
        
        .imeiTOTO-item:hover {
            border-color: #ffd700;
        }
        
        .imeiTOTO-question {
            background: linear-gradient(90deg, var(--gray-medium) 0%, var(--gray-dark) 100%);
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .imeiTOTO-question:hover {
            background: linear-gradient(90deg, var(--gray-medium) 0%, #3a3a3a 100%);
        }
        
        .imeiTOTO-question h3 {
            font-size: 1.2rem;
            color: var(--white);
        }
        
        .imeiTOTO-icon {
            color: #ffd700;
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }
        
        .imeiTOTO-answer {
            background: var(--gray-dark);
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, padding 0.3s ease;
        }
        
        .imeiTOTO-answer p {
            padding: 20px 0;
            color: var(--gray-light);
        }
        
        .imeiTOTO-item.active .imeiTOTO-answer {
            max-height: 500px;
            padding: 0 20px;
        }
        
        .imeiTOTO-item.active .imeiTOTO-icon {
            transform: rotate(180deg);
        }
        
        /* Footer */
        footer {
            background: var(--gray-dark);
            padding: 40px 0;
            text-align: center;
            border-top: 1px solid #ffd700;
        }
        
        .footer-logo {
            font-size: 2rem;
            color: #ffd700;
            margin-bottom: 20px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            h1 { font-size: 1.8rem; }
            .description { font-size: 1rem; }
            .section-title h2 { font-size: 2rem; }
            .features-grid, .testimonials-grid { grid-template-columns: 1fr; }
            .article p { font-size: 1rem; }
        }
        .wt-grid .wt-grid__item-xs-12 {
        background-color: #ffffff8f;
        border-radius: 7px;
        box-shadow: 0 0 35px #3f3d00;
        border: solid 1px #956a00;
    }
    a {
    color: #000000;
}
.wt-sem-text-primary {
    color: #000000 !important;
}
.wt-sem-text-secondary {
    color: #000000 !important;
}
.wt-btn.wt-btn--transparent {
    background-color: #9c8686;
}
 /* === Artikel Container Tema imeiTOTO (RAPI) === */
                                .article-container {
                                  margin: 30px auto; /* jarak dari atas/bawah */
                                  padding: 25px 20px; /* padding lebih compact */
                                  background-color: #ffffff; /* hijau gelap nyaman */
                                  border-radius: 15px;
                                  border: 1px solid rgba(1, 29, 22, 1);
                                  box-shadow: 0 0 10px rgb(255, 255, 255);
                                  font-family: "Poppins", sans-serif;
                                  color: #fcfcfc; /* teks terang hijau lembut */
                                  line-height: 1.7; /* jarak antar baris nyaman */
                                  position: relative;
                                  overflow: hidden;
                                }
                                
                                /* Paragraf */
                                .article-container p {
                                  font-size: 15px;
                                  margin-bottom: 18px; /* jarak antar paragraf */
                                  text-align: justify; /* rapikan teks kiri-kanan */
                                }
                                
                                /* Link */
                                .article-container a {
                                  color: #c10b90;
                                  text-decoration: underline;
                                  transition: all 0.3s ease;
                                }
                                
                                .article-container a:hover {
                                  color: #000000;
                                  text-shadow: 0 0 6px #ffd700;
                                }
                                
                                /* List */
                                .article-container ul,
                                .article-container ol {
                                  margin-left: 20px;
                                  margin-bottom: 18px;
                                }
                                
                                /* Blockquote */
                                .article-container blockquote {
                                  border-left: 4px solid #ffd700;
                                  padding-left: 15px;
                                  margin: 18px 0;
                                  font-style: italic;
                                  color: #ffffff;
                                  background-color: rgb(255, 255, 255);
                                  border-radius: 6px;
                                }
                                
                                /* Responsif */
                                @media (max-width: 600px) {
                                  .article-container {
                                    padding: 15px 12px;
                                  }
                                
                                  .article-container p {
                                    font-size: 14px;
                                  }
                                }
                                
                                /* ? efek kilap untuk article-container */
                                .article-container::after {
                                  content: "";
                                  position: absolute;
                                  top: 0; left: -150%;
                                  width: 50%;
                                  height: 100%;
                                  background: linear-gradient(
                                    120deg,
                                    rgba(1, 29, 22, 1) 0%,
                                    rgb(255, 255, 255) 50%,
                                    rgb(240, 144, 0) 100%
                                  );
                                  transform: skewX(-20deg);
                                  animation: shineArticle 3s infinite;
                                  pointer-events: none;
                                  mix-blend-mode: screen;
                                  border-radius: inherit;
                                  z-index: 2;
                                }
                                
                                /* Animasi kilap bergerak */
                                @keyframes shineArticle {
                                  0% { left: -150%; }
                                  100% { left: 150%; }
                                }
                                .glow-wrap {
  margin: 0 auto;
  position: relative;
  padding: 20px;
  border-radius: 20px;
  max-width: 1000px;
  background: #ffffff; /* Putih cerah sebagai base */
  border: 2px solid #ffea00; /* Border kuning neon tegas */
  box-shadow: 0 8px 25px rgba(255, 234, 0, 0.25); /* Glow kuning soft */
  transition: all 0.3s ease;
}

.glow-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(255, 234, 0, 0.4);
}

/* Inner content - putih + transparan gold */
.glow-inner {
  background: #fffef5; /* Putih krem ringan biar gak silau */
  border-radius: 16px;
  padding: 28px 20px;
  border: 1px solid rgba(255, 234, 0, 0.5);
}

/* ===== SECTION TITLE ===== */
.mw-title {
  text-align: center;
  margin: 0 0 28px;
  font-size: 2.3rem;
  font-weight: 900;
  background: linear-gradient(to right, #ffea00, #ffd700, #ffcc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

/* ===== FAQ - Kartu putih dengan border gold ===== */
.mw-faq-item {
  background: #fffef5;
  border: 2px solid #ffea00;
  border-radius: 16px;
  padding: 18px 24px;
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.15);
}

.mw-faq-item:hover,
.mw-faq-item.active {
  background: #fffef0;
  border-color: #ffd700;
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
}

.mw-faq-item strong {
  font-size: 1.25rem;
  color: #ffea00;
}

.mw-faq-icon {
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffd700;
  transition: transform 0.3s ease;
}

.mw-faq-item.active .mw-faq-icon {
  transform: rotate(45deg);
  color: #ffea00;
}

.mw-faq-answer {
  display: none;
  padding: 16px 24px 12px;
  font-size: 1.05rem;
  color: #222;
  line-height: 1.7;
  background: rgba(255, 234, 0, 0.05);
  border-top: 1px solid rgba(255, 215, 0, 0.3);
}

/* ===== REVIEWS ===== */
.mw-review {
  background: #fffef5;
  border: 1px solid #ffea00;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.15);
}

.mw-review h4 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  color: #ffea00;
}

.mw-review p {
  font-size: 1.05rem;
  color: #333;
  margin: 0 0 12px;
}

.mw-stars {
  color: #ffd700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

/* ===== MOBILE ===== */
@media (max-width: 520px) {
  .glow-wrap { padding: 14px; border-radius: 16px; }
  .glow-inner { padding: 20px 14px; }
  .mw-title { font-size: 2rem; }
}
:root {
  --primary: #1e90ff;
  --bg: #f5f7fb;
  --card: #ffffff;
  --text: #1e293b;
  --muted: #64748b;
  --border: #e2e8f0;
}

/* CONTAINER */
.imei-box {
  max-width: 900px;
  margin: auto;
  background: var(--card);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid var(--border);
  font-family: Arial, sans-serif;
}

/* TITLE */
.imei-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* ===== REVIEW (HORIZONTAL) ===== */
.imei-review-wrap {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.imei-review {
  min-width: 200px;
  background: var(--bg);
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
}

.imei-review-name {
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 5px;
}

.imei-review-text {
  font-size: 13px;
  color: var(--muted);
}

/* ===== FAQ (VERTICAL) ===== */
.imei-faq {
  margin-top: 20px;
}

.imei-faq-item {
  border-bottom: 1px solid var(--border);
}

.imei-faq-question {
  padding: 12px;
  cursor: pointer;
  font-weight: bold;
  background: var(--bg);
  transition: 0.3s;
}

.imei-faq-question:hover {
  background: var(--primary);
  color: #fff;
}

.imei-faq-answer {
  display: none;
  padding: 12px;
  font-size: 14px;
  color: var(--muted);
}

.imei-faq-item.active .imei-faq-answer {
  display: block;
}