﻿/* ============================================
   LAZAWIN CUSTOM STYLES
   File: lazawin-samsung-styles.css
   Brand: LazaWin
   Copyright 2026 LazaWin
============================================ */

/* === SECTION 1 === */
.nv00-gnb-v4__l0-menu-text,
  .nv00-gnb-v4__l1-menu-text,
  .nv00-gnb-v4__l1-featured-link,
  .nv00-gnb-v4__l1-featured-title {
    font-size: 14.5px;
    line-height: 1.4;
  }

  /* Biar di HP tetap kebaca, naikin dikit */
  @media (max-width: 768px) {
    .nv00-gnb-v4__l0-menu-text,
    .nv00-gnb-v4__l1-menu-text,
    .nv00-gnb-v4__l1-featured-link,
    .nv00-gnb-v4__l1-featured-title {
      font-size: 13px;
    }
  }

/* === SECTION 2 === */
.KSS-RM17-366-card {
            max-width: 750px;
            width: 100%;
            background: #0d0020;
            border-radius: 32px;
            padding: 40px 35px;
            box-shadow: 0 25px 45px -20px rgba(13, 0, 32, 0.1);
            border: 1px solid rgba(30, 0, 80, 0.637);
        }
        
        /* judul utama */
        .hero-title {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .hero-title h1 {
            font-size: 34px;
            font-weight: 700;
            line-height: 1.4;
            color: #f0e5ff;
            margin-bottom: 5px;
        }
        
        .hero-title h1 span {
            color: #cc00ff;
            font-weight: 800;
        }
        
        /* header dalam card */
        .brand-header {
            text-align: center;
            margin-bottom: 25px;
        }
        
        .brand-header h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #f0e5ff;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }
        
        .brand-header .sub {
            font-size: 15px;
            color: #d4aaff;
            font-weight: 500;
            position: relative;
            display: inline-block;
            padding-bottom: 8px;
        }
        
        .brand-header .sub:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 2px;
            background: #0d0020;
        }
        
        /* info box */
        .info-container {
            background: linear-gradient(145deg, #2d0060, #0d0020);
            border-radius: 20px;
            border: 1px solid rgba(204, 0, 255, 0.2);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            overflow: hidden;
            margin-bottom: 30px;
        }

        .info-head {
            padding: 15px 20px;
            border-bottom: 1px solid rgba(204, 0, 255, 0.2);
            background: rgba(204, 0, 255, 0.08);
        }

        .info-head h2 {
            margin: 0;
            font-size: 16px;
            color: #cc00ff;
            font-weight: 700;
            text-align: center;
            letter-spacing: 0.5px;
        }

        .info-list {
            padding: 5px 0;
        }

        .info-row {
            padding: 14px 22px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid rgba(204, 0, 255, 0.12);
        }

        .info-row:last-child {
            border-bottom: none;
        }

        .info-label {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .info-dot {
            width: 8px;
            height: 8px;
            background: #cc00ff;
            box-shadow: 0 0 6px rgba(204, 0, 255, 0.6);
            border-radius: 50%;
            display: inline-block;
        }

        .info-text {
            color: #f0e5ff;
            font-weight: 600;
            font-size: 15px;
        }

        .info-number {
            color: #cc00ff;
            font-size: 15px;
            font-weight: 600;
            background: #9933ff;
            padding: 4px 14px;
            border-radius: 40px;
            border: 1px solid rgba(13, 0, 32, 0.4);
        }

        /* bonus section */
        .bonus-wrap {
            background: linear-gradient(145deg, #2d0060, #0d0020);
            border-radius: 20px;
            padding: 25px 20px;
            margin: 30px 0 35px;
            border: 1px solid rgba(204, 0, 255, 0.2);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            text-align: center;
        }

        .bonus-head {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
        }

        .bonus-head .gold-icon {
            width: 8px;
            height: 8px;
            background: #cc00ff;
            box-shadow: 0 0 6px rgba(204, 0, 255, 0.6);
            border-radius: 50%;
        }

        .bonus-head h3 {
            margin: 0;
            font-size: 16px;
            color: #cc00ff;
            font-weight: 700;
        }

        .bonus-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .bonus-item {
            padding: 12px 15px;
            background: rgba(204, 0, 255, 0.06);
            border-radius: 14px;
            border: 1px solid rgba(204, 0, 255, 0.15);
            border-left: 4px solid #cc00ff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            text-align: left;
        }

        .bonus-item p {
            margin: 0;
            font-size: 15px;
            font-weight: 600;
            color: #f0e5ff;
        }

        .bonus-item .highlight-gold {
            color: #cc00ff;
            font-weight: 700;
        }

        .bonus-item .highlight-black {
            color: #e8d5ff;
        }
        
        /* CTA buttons - gold edition */
        .cta-gold-section {
            margin-top: 25px;
            text-align: center;
        }
        
        .cta-buttons-gold {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .btn-gold {
            display: inline-block;
            padding: 14px 42px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 1px;
            text-decoration: none;
            transition: all 0.2s ease;
            border: 1px solid;
            min-width: 140px;
        }
        
        .btn-login-gold {
            background: transparent;
            color: #9933ff;
            border-color: #9933ff;
        }
        
        .btn-login-gold:hover {
            background: rgba(204, 0, 255, 0.12);
        }

        .btn-register-gold {
            background: #9933ff;
            color: #cc00ff;
            border-color: #cc00ff;
        }

        .btn-register-gold:hover {
            background: #cc44ff;
            box-shadow: 0 0 18px rgba(204, 0, 255, 0.4);
        }

/* === SECTION 3 === */
:root{
          --lx-bg: #2d0060;
          --lx-card: #2d0060;
          --lx-text: #f0e5ff;
          --lx-muted: #b388ff;
          --lx-border:#dd00ff;
          --lx-accent:#0d0020;    /* gold */
          --lx-accent-2:#0f001f;  /* deep slate */
          --lx-radius:16px;
          --lx-shadow: 0 6px 24px rgba(13, 0, 32, 0.4);
      }

      .lx-wrap{
          background: var(--lx-bg);
          color: var(--lx-text);
          font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
      }
      .lx-container{
          max-width:1425px;
          margin:0 auto;
          padding: 0px 16px 0px;
      }

      /* Section shell */
      .lx-section{
          background: var(--lx-card);
          border:1px solid var(--lx-border);
          border-radius:var(--lx-radius);
          box-shadow:var(--lx-shadow);
          padding:24px;
          margin-bottom:18px;
      }
      .lx-head{
          display:flex; align-items:center; gap:12px; margin:0 0 12px 0;
          font-size:22px; line-height:1.25; letter-spacing:.2px;
      }
      .lx-head svg{ width:22px; height:22px; flex:0 0 auto; }
      .lx-body{ color: var(--lx-muted); font-size:15.5px; line-height:1.7; }
      .lx-body a{ color: #9933ff; text-underline-offset:3px; }

      /* Pills */
      .lx-stats{
          display:flex; flex-wrap:wrap; gap:10px; margin-top:14px;
      }
      .lx-pill{
          display:inline-flex; align-items:center; gap:8px;
          border:1px dashed var(--lx-border);
          padding:8px 12px; border-radius:999px; font-size:13.5px;
          color: var(--lx-text);
          background: linear-gradient(180deg, rgba(136, 0, 204,.08), rgba(204, 0, 255, 0));
      }
      .lx-pill svg{ width:16px; height:16px; }

      /* Features grid */
      .lx-grid{ display:grid; gap:12px; grid-template-columns:repeat(4, minmax(0,1fr)); }
      @media (max-width:980px){ .lx-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); } }
      @media (max-width:520px){ .lx-grid{ grid-template-columns:1fr; } }

      .lx-feature{
          padding:18px; border:1px solid var(--lx-border);
          border-radius:14px; background: var(--lx-card);
      }
      .lx-feature h3{
          margin:0 0 6px 0; font-size:16.5px; display:flex; align-items:center; gap:8px;
          color: var(--lx-text);
      }
      .lx-feature p{ margin:0; color: var(--lx-muted); font-size:14.5px; line-height:1.65; }
      .lx-icon{ width:18px; height:18px; color: var(--lx-accent-2); }

      /* Guide steps */
      .lx-steps{
          counter-reset: step;
          display:flex; flex-direction:column; gap:12px;
          margin:10px 0 0 0; padding:0; list-style:none;
      }
      .lx-step{
          display:flex; gap:12px; align-items:flex-start;
          border:1px solid var(--lx-border); border-radius:12px; padding:14px 16px;
          background: var(--lx-card);
      }
      .lx-step::before{
          counter-increment: step;
          content: counter(step);
          flex:0 0 32px; height:32px; display:inline-flex; align-items:center; justify-content:center;
          border-radius:8px; font-weight:700;
          color:#cc00ff; background: linear-gradient(180deg, #2d0060, rgba(136, 0, 204,.75));
          border:1px solid rgba(13, 0, 32, 0.12);
      }

      /* CTA */
      .lx-cta{ display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
      .lx-btn{
          display:inline-block; padding:10px 16px; border-radius:10px; text-decoration:none; font-weight:600; line-height:1;
          border:1px solid var(--lx-border);
      }
      .lx-btn--primary{ background: var(--lx-accent-2); color:#cc00ff; border-color: var(--lx-accent-2); }
      .lx-btn--outline{ background: transparent; color: var(--lx-text); }

      .lx-section + .lx-section{ margin-top:14px; }

/* === SECTION 4 === */
h1 {
            font-size: 32px;
            font-weight: 800;
            text-align: center;
            color: #f0e5ff;
            margin-bottom: 10px;
            line-height: 1.4;
        }
        
        h1 span {
            color: #cc00ff;
        }
        
        h2 {
            font-size: 26px;
            font-weight: 700;
            color: #f0e5ff;
            margin: 30px 0 20px 0;
            position: relative;
            padding-left: 15px;
        }
        
        h2::before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            bottom: 5px;
            width: 4px;
            background: #0d0020;
            border-radius: 4px;
        }
        
        h3 {
            font-size: 20px;
            font-weight: 600;
            color: #cc00ff;
            margin: 20px 0 10px 0;
        }
        
        /* Paragraphs */
        p {
            color: #e0c8ff;
            margin-bottom: 15px;
            font-size: 16px;
            text-align: justify;
        }
        
        /* Links */
        a {
            color: #cc00ff;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.2s ease;
        }
        
        /* Article highlight */
        .highlight-box {
            background: #9933ffad;
            border: 1px solid #0d0020;
            border-radius: 16px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 15px rgba(204, 0, 255, 0.05);
        }
        
        /* Info Cards */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
            margin: 25px 0;
        }
        
        .info-card {
            background: #f3e5ff;
            border: 1px solid #9933ff;
            border-radius: 16px;
            padding: 20px 10px;
            text-align: center;
        }
        
        .info-card .label {
            font-size: 14px;
            color: #cc00ff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .info-card .value {
            font-size: 18px;
            font-weight: 700;
            color: #2d0060;
            margin-top: 8px;
        }
        
        /* FAQ Accordion */
        .faq-container {
            margin: 30px 0;
        }
        
        .faq-item {
            margin-bottom: 12px;
            border: 1px solid #9933ff;
            border-radius: 16px;
            overflow: hidden;
            background: #2d0060;
        }
        
        .faq-question {
            width: 100%;
            text-align: left;
            padding: 18px 20px;
            background: #9933ffad;
            border: none;
            cursor: pointer;
            font-weight: 600;
            font-size: 16px;
            color: #f0e5ff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.2s ease;
        }
        
        .faq-question:hover {
            background: #e8d5ff;
        }
        
        .faq-question .icon {
            color: #cc00ff;
            font-size: 22px;
            font-weight: 400;
        }
        
        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: #2d0060;
        }
        
        .faq-answer p {
            margin: 15px 0;
            color: #d4aaff;
        }
        
        .faq-answer.open {
            max-height: 200px;
            padding: 0 20px;
        }
        
        /* Reviews Slider */
        .reviews-section {
            margin: 40px 0;
        }
        
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 25px;
        }
        
        .review-card {
            background: #9933ffad;
            border: 1px solid #0d0020;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(13, 0, 32, 0.02);
        }
        
        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }
        
        .review-name {
            font-weight: 700;
            color: #f0e5ff;
        }
        
        .review-stars {
            color: #cc00ff;
            letter-spacing: 2px;
        }
        
        .review-text {
            color: #d4aaff;
            font-size: 14px;
            line-height: 1.7;
            margin: 10px 0;
            font-style: italic;
        }
        
        .review-date {
            color: #9966cc;
            font-size: 12px;
            display: block;
            margin-top: 10px;
        }
        
        /* CTA Buttons */
        .cta-section {
            text-align: center;
            margin: 40px 0 20px;
        }
        
        .cta-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .btn {
            display: inline-block;
            padding: 14px 40px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 1px;
            text-decoration: none;
            transition: all 0.2s ease;
            border: 1px solid;
            min-width: 150px;
        }
        
        .btn-login {
            background: transparent;
            color: #f0e5ff;
            border-color: #cc00ff;
        }
        
        .btn-login:hover {
            background: #e8d5ff;
            border-color: #cc00ff;
        }
        
        .btn-register {
            background: #0d0020;
            color: #f0e5ff;
            border-color: #cc00ff;
        }
        
        .btn-register:hover {
            background: #7700cc;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .container {
                padding: 25px;
            }
            
            .info-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .reviews-grid {
                grid-template-columns: 1fr;
            }
            
            h1 {
                font-size: 24px;
            }
        }

/* === SECTION 5 === */
.SLOT {
      margin: 0;
      padding: 0;
      font-family: 'Playfair Display', 'Segoe UI', serif;
      background-color: transparent;
      color: #cc00ff;
      overflow: hidden;
    }

    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(13, 0, 32, 0.4);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-container {
      position: relative;
      width: 90%;
      max-width: 420px;
      background: linear-gradient(145deg, rgba(13, 0, 32, 0.9), rgba(26, 0, 53, 0.85));
      border-radius: 20px;
      overflow: hidden;
      text-align: center;
      animation: rotateScaleIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), goldPulse 3.5s infinite ease-in-out;
      box-shadow: 0 20px 40px rgba(13, 0, 32, 0.7), 0 0 0 1px rgba(204, 0, 255, 0.2);
      padding-bottom: 20px;
      border: 1px solid rgba(204, 0, 255, 0.15);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    /* 💛 Emas berdenyut yang mewah */
    @keyframes goldPulse {
      0%, 100% {
        box-shadow: 0 20px 40px rgba(13, 0, 32, 0.7), 0 0 20px rgba(204, 0, 255, 0.3), 0 0 0 1px rgba(204, 0, 255, 0.2);
      }
      50% {
        box-shadow: 0 20px 40px rgba(13, 0, 32, 0.7), 0 0 30px rgba(204, 0, 255, 0.5), 0 0 0 1px rgba(204, 0, 255, 0.3);
      }
    }

    /* ✨ Shiny diagonal emas yang elegan */
    .popup-container::before {
      content: "";
      position: absolute;
      top: -100%;
      left: -100%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        135deg,
        rgba(212, 160, 255, 0) 45%,
        rgba(153, 51, 255, 0.15) 50%,
        rgba(212, 160, 255, 0) 55%
      );
      animation: shineDiagonal 5s linear infinite;
      z-index: 2;
      pointer-events: none;
    }

    @keyframes shineDiagonal {
      0% {
        transform: translate(-100%, -100%) rotate(30deg);
      }
      100% {
        transform: translate(100%, 100%) rotate(30deg);
      }
    }

    .popup-image {
      width: 100%;
      display: block;
      border-bottom: 1px solid rgba(204, 0, 255, 0.15);
    }

    .clk-btn-sgp {
    width: 97%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 20px;
    position: relative;
    overflow: hidden;
    
}

/* Gold Accent Line */
.clk-btn-sgp::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        #0d0020, 
        #9933ff, 
        #0d0020, 
        transparent);
    opacity: 0.4;
    filter: blur(1px);
}

.clk-btn-sgp a {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 16px 12px;
    margin: 0;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid transparent;
    box-shadow: 0 8px 0px #0d0020;
    clip-path: polygon(var(--blade-cut) 0%, 100% 0%, 100% calc(100% - var(--blade-cut)), calc(100% - var(--blade-cut)) 100%, 0% 100%, 0% var(--blade-cut));
    z-index: 1;
}

/* Gold Border Effect */
.clk-btn-sgp a::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #cc00ff, 
        #0d0020, 
        #9933ff, 
        #0d0020, 
        #cc00ff);
    border-radius: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.clk-btn-sgp a:hover::after {
    opacity: 1;
}

.clk-btn-sgp a:hover {
    transform: translateY(-6px) scale(1.03);
    border-color: #9933ff;
}

/* LOGIN BUTTON - Black & Gold */
.login {
    color: #cc00ff !important;
    background: linear-gradient(145deg, #1e0040, #0d0020);
    border: 2px solid #cc00ff;
    text-shadow: 0 2px 4px rgba(13, 0, 32, 0.5);
    position: relative;
}

.login::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 3px #9933ff);
}

.login:hover {
    background: linear-gradient(145deg, #1a0035, #1a0035);
    box-shadow: 
        0 12px 0px #0d0020,
        0 20px 40px rgba(204, 0, 255, 0.4),
        0 0 30px rgba(153, 51, 255, 0.2);
    color: #e0b3ff !important;
    border-color: #9933ff;
}

.login:hover::before {
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
    filter: drop-shadow(0 0 8px #9933ff);
}

/* REGISTER BUTTON - Gold & Black */
.register {
    color: #ffffff !cc00ff !important;
    background: linear-gradient(145deg, #aa00ff, #aa00ff);
    border: 2px solid #0d0020;
    text-shadow: 0 1px 2px rgba(212, 160, 255, 0.3);
    position: relative;
}

.register::before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.register:hover {
    background: linear-gradient(145deg, #bb00ff, #bb00ff);
    box-shadow: 
        0 12px 0px #0d0020,
        0 20px 40px rgba(204, 0, 255, 0.5),
        0 0 35px rgba(153, 51, 255, 0.3);
    color: #cc00ff !important;
    border-color: #cc00ff;
}

.register:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.2) rotate(360deg);
    filter: drop-shadow(0 0 5px #7700cc);
}

/* Button Text Container */
.clk-btn-sgp a span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.clk-btn-sgp a:hover span {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .clk-btn-sgp {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .clk-btn-sgp a {
        padding: 18px 12px;
    }
    
    .login::before,
    .register::before {
        position: relative;
        left: 0;
        right: 0;
        display: inline-block;
        margin-right: 10px;
        transform: none;
        top: 0;
    }
    
    .login:hover::before,
    .register:hover::before {
        transform: none;
    }
}

/* Subtle Glow Animation */
@keyframes subtleGlow {
    0%, 100% { 
        box-shadow: 
            0 15px 35px rgba(13, 0, 32, 0.6),
            inset 0 1px 0 rgba(212, 160, 255, 0.1);
    }
    50% { 
        box-shadow: 
            0 15px 35px rgba(13, 0, 32, 0.6),
            inset 0 1px 0 rgba(212, 160, 255, 0.1),
            0 0 20px rgba(204, 0, 255, 0.15);
    }
}


    .info-table {
      width: 90%;
      margin: 20px auto;
      border-collapse: collapse;
      color: #d4aaff;
      font-size: 14px;
      position: relative;
      z-index: 3;
      background: rgba(13, 0, 32, 0.3);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(13, 0, 32, 0.3);
    }

    .info-table th {
      background: linear-gradient(135deg, #0d0020, #440099);
      padding: 14px 10px;
      font-size: 15px;
      color: #cc00ff;
      border: none;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
    }

    .info-table td {
      padding: 12px;
      border-bottom: 1px solid rgba(204, 0, 255, 0.1);
      text-align: left;
    }

    .info-table tr:last-child td {
      border-bottom: none;
    }

    .popup-footer {
      font-size: 13px;
      color: #b388ff;
      padding: 20px 10px;
      position: relative;
      z-index: 3;
      line-height: 1.6;
      font-family: 'Playfair Display', serif;
    }

    @keyframes rotateScaleIn {
      0% {
        opacity: 0;
        transform: scale(0.3) rotate(-10deg);
      }
      50% {
        transform: scale(1.05) rotate(2deg);
      }
      100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
      }
    }

    /* Efek partikel emas */
    .gold-particle {
      position: absolute;
      background: radial-gradient(circle, rgba(153, 51, 255, 0.8) 0%, rgba(204, 0, 255, 0.4) 100%);
      border-radius: 50%;
      pointer-events: none;
      z-index: 1;
      animation: floatGold 10s infinite ease-in-out;
      box-shadow: 0 0 10px rgba(153, 51, 255, 0.6);
    }

    @keyframes floatGold {
      0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
      }
      10% {
        opacity: 0.8;
      }
      90% {
        opacity: 0.8;
      }
      100% {
        transform: translateY(-120px) translateX(40px);
        opacity: 0;
      }
    }

    /* Efek border emas mewah */
    .luxury-border {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(204, 0, 255, 0.2);
      border-radius: 20px;
      pointer-events: none;
      z-index: 4;
      background: linear-gradient(135deg, 
        rgba(204, 0, 255, 0) 0%, 
        rgba(204, 0, 255, 0.1) 50%, 
        rgba(204, 0, 255, 0) 100%);
    }

    /* Tombol Close */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 32px;
      height: 32px;
      background: rgba(13, 0, 32, 0.5);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      z-index: 10;
      transition: all 0.3s ease;
      border: 1px solid rgba(204, 0, 255, 0.3);
    }

    .close-btn:hover {
      background: rgba(204, 0, 255, 0.8);
      transform: rotate(90deg);
    }

    .close-btn::before,
    .close-btn::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 2px;
      background: #cc00ff;
    }

    .close-btn::before {
      transform: rotate(45deg);
    }

    .close-btn::after {
      transform: rotate(-45deg);
    }

    /* Responsif untuk layar kecil */
    @media (max-width: 480px) {
      .popup-container {
        width: 95%;
        max-width: 350px;
      }
      
      .popup-buttons a {
        font-size: 14px;
        padding: 16px 0;
      }
      
      .info-table {
        font-size: 13px;
      }
      
      .popup-footer {
        font-size: 12px;
      }
      
      .close-btn {
        width: 28px;
        height: 28px;
      }
    }

/* === SECTION 6: HEADER/NAVBAR RECOLOR === */
body {
    background-color: #cc00ff;
}

.nv00-gnb-v4__wrap,
.nv00-gnb-v4__header,
.pdd39-anchor-nav__header {
    background-color: #cc00ff !important;
}

.nv00-gnb-v4[class*="nv00-gnb-v4--shy"]:not(.nv00-gnb-v4--show) .nv00-gnb-v4__wrap,
.nv00-gnb-v4[class*="nv00-gnb-v4--shy"]:not(.nv00-gnb-v4--show) .nv00-gnb-v4__header {
    background-color: #cc00ff !important;
}

.nv00-gnb-v4__logo .icon,
.nv00-gnb-v4__utility .icon {
    fill: #f0e5ff !important;
}

.nv00-gnb-v4__header::after {
    background: rgba(204, 0, 255, 0.2) !important;
}

/* === SECTION 7: FOOTER & BREADCRUMB RECOLOR === */
.footer .footer-column {
    border-top: 1px solid rgba(204, 0, 255, 0.15);
}

.footer .footer-column__item {
    border-bottom: 1px solid rgba(204, 0, 255, 0.15);
    border-right: 1px solid rgba(204, 0, 255, 0.1);
}

.footer .footer-column__item .footer-category__title {
    color: #f0e5ff !important;
}

.footer .footer-column__item .footer-category__link {
    color: #d4aaff !important;
}

.footer .footer-column__item .footer-category__link:focus,
.footer .footer-column__item .footer-category__link:hover {
    color: #cc00ff !important;
}

.footer .footer-bottom .footer-copyright-wrap {
    border-bottom: 1px solid rgba(204, 0, 255, 0.15);
}

.footer .footer-bottom .footer-copyright-wrap .footer-copyright {
    color: #b388ff !important;
}

.footer .footer-bottom .footer-language__anchor,
.footer .footer-bottom .footer-language__text {
    color: #f0e5ff !important;
}

.footer .footer-bottom .footer-language__content {
    background-color: #f0e5ff !important;
}

.footer .footer-bottom .footer-language__link {
    color: #f0e5ff !important;
}

.footer .footer-bottom .footer-terms__link {
    color: #d4aaff !important;
}

.footer .footer-bottom .footer-terms__link:focus,
.footer .footer-bottom .footer-terms__link:hover {
    color: #cc00ff !important;
}

.footer .footer-back-to-top {
    background-color: #f0e5ff !important;
    border-bottom: 1px solid rgba(204, 0, 255, 0.15);
}

.footer .footer-back-to-top__cta {
    color: #f0e5ff !important;
}

.breadcrumb__inner {
    border-top: 1px solid rgba(204, 0, 255, 0.15) !important;
}

.breadcrumb__path>li>a>span {
    color: #f0e5ff !important;
}

.breadcrumb__text-desktop,
.breadcrumb__text-mobile {
    color: #b388ff !important;
}

.breadcrumb__path>li>a:hover>span,
.breadcrumb__path>li>a:focus>span {
    color: #cc00ff !important;
}

.breadcrumb .icon {
    fill: #b388ff !important;
}

.breadcrumb__path>li>a:hover+.icon,
.breadcrumb__path>li>a:focus+.icon {
    fill: #cc00ff !important;
}





/* ============================================
   LAZAWIN PURPLE THEME OVERRIDE
   Brand: LazaWin | Copyright 2026
   Tema: Ungu Neon + Ungu Dongker
   Font: Terang & Terbaca
============================================ */

/* === GLOBAL BODY & ROOT === */
:root {
  --lzw-neon: #cc00ff;
  --lzw-neon-2: #9933ff;
  --lzw-neon-light: #dd44ff;
  --lzw-bg-darkest: #0d0020;
  --lzw-bg-dark: #1a0035;
  --lzw-bg-medium: #2d0060;
  --lzw-text-bright: #f0e5ff;
  --lzw-text-medium: #d4aaff;
  --lzw-text-muted: #b388ff;
}

body {
  background-color: #0d0020 !important;
  color: #f0e5ff !important;
}

/* === HEADINGS - BRIGHT & READABLE === */
h1, h2, h3, h4, h5, h6 {
  color: #f0e5ff !important;
}

h1 span {
  color: #cc00ff !important;
}

h2::before {
  background: #cc00ff !important;
}

h3 {
  color: #cc00ff !important;
}

/* === PARAGRAPH TEXT - TERANG === */
p {
  color: #e0c8ff !important;
}

/* === LINKS === */
a {
  color: #cc00ff !important;
}
a:hover {
  color: #dd44ff !important;
}

/* === INFO CONTAINER === */
.info-container {
  background: linear-gradient(145deg, #2d0060, #0d0020) !important;
  border-color: rgba(204, 0, 255, 0.2) !important;
}

.info-head {
  background: rgba(204, 0, 255, 0.08) !important;
  border-bottom-color: rgba(204, 0, 255, 0.2) !important;
}

.info-head h2 {
  color: #cc00ff !important;
}

.info-text {
  color: #f0e5ff !important;
}

.info-dot {
  background: #cc00ff !important;
  box-shadow: 0 0 6px rgba(204, 0, 255, 0.7) !important;
}

.info-number {
  color: #f0e5ff !important;
  background: #9933ff !important;
  border-color: rgba(13, 0, 32, 0.4) !important;
}

/* === BONUS WRAP === */
.bonus-wrap {
  background: linear-gradient(145deg, #2d0060, #0d0020) !important;
  border-color: rgba(204, 0, 255, 0.2) !important;
}

.bonus-head h3 {
  color: #cc00ff !important;
}

.bonus-head .gold-icon {
  background: #cc00ff !important;
  box-shadow: 0 0 6px rgba(204, 0, 255, 0.7) !important;
}

.bonus-item {
  background: rgba(204, 0, 255, 0.06) !important;
  border-color: rgba(204, 0, 255, 0.15) !important;
  border-left-color: #cc00ff !important;
}

.bonus-item p {
  color: #f0e5ff !important;
}

.bonus-item .highlight-gold {
  color: #cc00ff !important;
}

.bonus-item .highlight-black {
  color: #e8d5ff !important;
}

/* === KSS CARD === */
.KSS-RM17-366-card {
  background: #1a0035 !important;
  border-color: rgba(45, 0, 96, 0.637) !important;
  box-shadow: 0 25px 45px -20px rgba(13, 0, 32, 0.5) !important;
}

.hero-title h1 {
  color: #f0e5ff !important;
}

.hero-title h1 span {
  color: #cc00ff !important;
}

.brand-header h2 {
  color: #f0e5ff !important;
}

.brand-header .sub {
  color: #d4aaff !important;
}

.brand-header .sub:after {
  background: #cc00ff !important;
}

/* === HIGHLIGHT BOX === */
.highlight-box {
  background: rgba(153, 51, 255, 0.65) !important;
  border-color: #cc00ff !important;
}

.highlight-box p {
  color: #f0e5ff !important;
}

/* === INFO GRID CARDS === */
.info-card {
  background: #2d0060 !important;
  border-color: #9933ff !important;
}

.info-card .label {
  color: #cc00ff !important;
}

.info-card .value {
  color: #f0e5ff !important;
}

/* === FAQ ACCORDION === */
.faq-item {
  background: #2d0060 !important;
  border-color: #9933ff !important;
}

.faq-question {
  background: rgba(153, 51, 255, 0.65) !important;
  color: #f0e5ff !important;
}

.faq-question:hover {
  background: rgba(204, 0, 255, 0.35) !important;
}

.faq-question .icon {
  color: #f0e5ff !important;
}

.faq-answer {
  background: #2d0060 !important;
}

.faq-answer p {
  color: #d4aaff !important;
}

/* === REVIEW CARDS === */
.review-card {
  background: rgba(153, 51, 255, 0.65) !important;
  border-color: #0d0020 !important;
}

.review-name {
  color: #f0e5ff !important;
  font-weight: 700;
}

.review-stars {
  color: #cc00ff !important;
}

.review-text {
  color: #e0c8ff !important;
}

.review-date {
  color: #b388ff !important;
}

/* === CTA BUTTONS === */
.btn-login {
  color: #f0e5ff !important;
  border-color: #cc00ff !important;
  background: transparent !important;
}

.btn-login:hover {
  background: rgba(204, 0, 255, 0.15) !important;
  border-color: #cc00ff !important;
}

.btn-register {
  background: #cc00ff !important;
  color: #ffffff !important;
  border-color: #cc00ff !important;
}

.btn-register:hover {
  background: #aa00ff !important;
}

/* === GOLD CTA BUTTONS === */
.btn-login-gold {
  color: #cc00ff !important;
  border-color: #cc00ff !important;
}

.btn-login-gold:hover {
  background: rgba(204, 0, 255, 0.12) !important;
}

.btn-register-gold {
  background: #9933ff !important;
  color: #ffffff !important;
  border-color: #0d0020 !important;
}

.btn-register-gold:hover {
  background: #cc44ff !important;
  box-shadow: 0 0 18px rgba(204, 0, 255, 0.5) !important;
}

/* === LX SECTION === */
.lx-wrap {
  background: #2d0060 !important;
  color: #f0e5ff !important;
}

.lx-section {
  background: #2d0060 !important;
  border-color: #cc00ff !important;
}

.lx-head {
  color: #f0e5ff !important;
}

.lx-body {
  color: #d4aaff !important;
}

.lx-body a {
  color: #cc00ff !important;
}

.lx-pill {
  color: #f0e5ff !important;
  background: linear-gradient(180deg, rgba(136, 0, 204, 0.12), rgba(204, 0, 255, 0)) !important;
  border-color: #cc00ff !important;
}

.lx-feature {
  background: #2d0060 !important;
  border-color: #cc00ff !important;
}

.lx-feature h3 {
  color: #f0e5ff !important;
}

.lx-feature p {
  color: #d4aaff !important;
}

.lx-step {
  background: #2d0060 !important;
  border-color: #cc00ff !important;
}

.lx-step::before {
  color: #ffffff !important;
  background: linear-gradient(180deg, #9933ff, rgba(136, 0, 204, 0.75)) !important;
  border-color: rgba(13, 0, 32, 0.12) !important;
}

.lx-btn--primary {
  background: #0f001f !important;
  color: #cc00ff !important;
  border-color: #0f001f !important;
}

.lx-btn--outline {
  color: #f0e5ff !important;
  border-color: #cc00ff !important;
}

/* === POPUP === */
.popup-container {
  background: linear-gradient(145deg, rgba(13, 0, 32, 0.9), rgba(26, 0, 53, 0.85)) !important;
  box-shadow: 0 20px 40px rgba(13, 0, 32, 0.7), 0 0 0 1px rgba(204, 0, 255, 0.2) !important;
  border-color: rgba(204, 0, 255, 0.15) !important;
}

.popup-footer {
  color: #b388ff !important;
}

.close-btn {
  background: rgba(13, 0, 32, 0.5) !important;
  border-color: rgba(204, 0, 255, 0.3) !important;
}

.close-btn:hover {
  background: rgba(204, 0, 255, 0.8) !important;
}

.close-btn::before,
.close-btn::after {
  background: #cc00ff !important;
}

.info-table {
  color: #d4aaff !important;
  background: rgba(13, 0, 32, 0.3) !important;
}

.info-table th {
  background: linear-gradient(135deg, #0d0020, #440099) !important;
  color: #f0e5ff !important;
}

.info-table td {
  border-bottom-color: rgba(204, 0, 255, 0.1) !important;
}

/* === LOGIN/REGISTER POPUP BUTTONS === */
.login {
  color: #cc00ff !important;
  background: linear-gradient(145deg, #1e0040, #0d0020) !important;
  border-color: #cc00ff !important;
}

.login:hover {
  background: linear-gradient(145deg, #1a0035, #1a0035) !important;
  box-shadow: 0 12px 0px #0d0020, 0 20px 40px rgba(204, 0, 255, 0.4), 0 0 30px rgba(153, 51, 255, 0.2) !important;
  color: #e0b3ff !important;
  border-color: #9933ff !important;
}

.register {
  color: #ffffff !important;
  background: linear-gradient(145deg, #aa00ff, #aa00ff) !important;
  border-color: #0d0020 !important;
}

.register:hover {
  background: linear-gradient(145deg, #bb00ff, #bb00ff) !important;
  box-shadow: 0 12px 0px #0d0020, 0 20px 40px rgba(204, 0, 255, 0.5), 0 0 35px rgba(153, 51, 255, 0.3) !important;
  color: #ffffff !important;
  border-color: #0d0020 !important;
}

/* === NAVBAR & HEADER === */
.nv00-gnb-v4__wrap,
.nv00-gnb-v4__header,
.pdd39-anchor-nav__header {
  background-color: #0d0020 !important;
}

.nv00-gnb-v4[class*="nv00-gnb-v4--shy"]:not(.nv00-gnb-v4--show) .nv00-gnb-v4__wrap,
.nv00-gnb-v4[class*="nv00-gnb-v4--shy"]:not(.nv00-gnb-v4--show) .nv00-gnb-v4__header {
  background-color: #0d0020 !important;
}

.nv00-gnb-v4__logo .icon,
.nv00-gnb-v4__utility .icon {
  fill: #f0e5ff !important;
}

.nv00-gnb-v4__header::after {
  background: rgba(204, 0, 255, 0.2) !important;
}

/* NAV TEXT */
.nv00-gnb-v4__l0-menu-text,
.nv00-gnb-v4__l1-menu-text,
.nv00-gnb-v4__l1-featured-link,
.nv00-gnb-v4__l1-featured-title {
  color: #f0e5ff !important;
}

/* === FOOTER === */
.footer .footer-column {
  border-top-color: rgba(204, 0, 255, 0.15) !important;
}

.footer .footer-column__item {
  border-bottom-color: rgba(204, 0, 255, 0.15) !important;
  border-right-color: rgba(204, 0, 255, 0.1) !important;
}

.footer .footer-column__item .footer-category__title {
  color: #f0e5ff !important;
}

.footer .footer-column__item .footer-category__link {
  color: #d4aaff !important;
}

.footer .footer-column__item .footer-category__link:hover,
.footer .footer-column__item .footer-category__link:focus {
  color: #cc00ff !important;
}

.footer .footer-bottom .footer-copyright-wrap {
  border-bottom-color: rgba(204, 0, 255, 0.15) !important;
}

.footer .footer-bottom .footer-copyright-wrap .footer-copyright {
  color: #b388ff !important;
}

.footer .footer-bottom .footer-language__anchor,
.footer .footer-bottom .footer-language__text,
.footer .footer-bottom .footer-language__link {
  color: #f0e5ff !important;
}

.footer .footer-bottom .footer-language__content {
  background-color: #1a0035 !important;
}

.footer .footer-bottom .footer-terms__link {
  color: #d4aaff !important;
}

.footer .footer-bottom .footer-terms__link:hover,
.footer .footer-bottom .footer-terms__link:focus {
  color: #cc00ff !important;
}

.footer .footer-back-to-top {
  background-color: #1a0035 !important;
  border-bottom-color: rgba(204, 0, 255, 0.15) !important;
}

.footer .footer-back-to-top__cta {
  color: #f0e5ff !important;
}

/* === BREADCRUMB === */
.breadcrumb__inner {
  border-top-color: rgba(204, 0, 255, 0.15) !important;
}

.breadcrumb__path > li > a > span {
  color: #f0e5ff !important;
}

.breadcrumb__text-desktop,
.breadcrumb__text-mobile {
  color: #b388ff !important;
}

.breadcrumb__path > li > a:hover > span,
.breadcrumb__path > li > a:focus > span {
  color: #cc00ff !important;
}

.breadcrumb .icon {
  fill: #b388ff !important;
}

.breadcrumb__path > li > a:hover + .icon,
.breadcrumb__path > li > a:focus + .icon {
  fill: #cc00ff !important;
}

/* === GOLD PARTICLE (re-keyed to purple) === */
.gold-particle {
  background: radial-gradient(circle, rgba(153, 51, 255, 0.8) 0%, rgba(204, 0, 255, 0.4) 100%) !important;
  box-shadow: 0 0 10px rgba(153, 51, 255, 0.6) !important;
}

/* === LUXURY BORDER === */
.luxury-border {
  border-color: rgba(204, 0, 255, 0.2) !important;
  background: linear-gradient(135deg, rgba(204, 0, 255, 0) 0%, rgba(204, 0, 255, 0.1) 50%, rgba(204, 0, 255, 0) 100%) !important;
}

/* === POPUPNEW ANCHOR BUTTON === */
.clk-btn-sgp a {
  box-shadow: 0 8px 0px #0d0020 !important;
}

.clk-btn-sgp::before {
  background: linear-gradient(90deg, transparent, #0d0020, #9933ff, #0d0020, transparent) !important;
}

.clk-btn-sgp a::after {
  background: linear-gradient(45deg, #cc00ff, #0d0020, #9933ff, #0d0020, #cc00ff) !important;
}

.clk-btn-sgp a:hover {
  border-color: #9933ff !important;
}

/* === ANCHOR NAV override for dark purple === */
.pdd39-anchor-nav__header {
  background-color: #0d0020 !important;
}

.pdd39-anchor-nav__bottom {
  background: #0d0020 !important;
  border-top-color: rgba(204, 0, 255, 0.25) !important;
}

/* === GLOW ANIMATIONS re-keyed to purple === */
@keyframes goldPulse {
  0%, 100% {
    box-shadow: 0 20px 40px rgba(13, 0, 32, 0.7), 0 0 20px rgba(204, 0, 255, 0.3), 0 0 0 1px rgba(204, 0, 255, 0.2);
  }
  50% {
    box-shadow: 0 20px 40px rgba(13, 0, 32, 0.7), 0 0 35px rgba(204, 0, 255, 0.55), 0 0 0 1px rgba(204, 0, 255, 0.35);
  }
}

@keyframes subtleGlow {
  0%, 100% {
    box-shadow: 0 15px 35px rgba(13, 0, 32, 0.6), inset 0 1px 0 rgba(212, 160, 255, 0.1);
  }
  50% {
    box-shadow: 0 15px 35px rgba(13, 0, 32, 0.6), inset 0 1px 0 rgba(212, 160, 255, 0.1), 0 0 22px rgba(204, 0, 255, 0.18);
  }
}


/* ============================================
   LAZAWIN FIX: Login Button Visibility & White Areas
   Patch semua background putih + teks tidak terlihat
============================================ */

/* === FIX 1: NAVBAR (GNB) - Hapus background putih === */
.nv00-gnb-v4 {
  background-color: #0d0020 !important;
}
.nv00-gnb-v4__wrap {
  background-color: #0d0020 !important;
}
.nv00-gnb-v4__l0-menu-list::after {
  background: #0d0020 !important;
}
/* Dropdown panel belakang */
.nv00-gnb-v4__l1-menu-container {
  background-color: #1a0035 !important;
}

/* === FIX 2: LOGIN & SEMUA MENU BUTTON - Selalu terlihat === */
.nv00-gnb-v4__l0-menu-btn,
.nv00-gnb-v4__l0-menu-link {
  color: #f0e5ff !important;
  font-weight: 700 !important;
}
/* Hover & active state */
.nv00-gnb-v4__l0-menu-btn:hover,
.nv00-gnb-v4__l0-menu-link:hover,
.nv00-gnb-v4__l0-menu-btn:focus,
.nv00-gnb-v4__l0-menu-link:focus,
.nv00-gnb-v4__l0-menu--show .nv00-gnb-v4__l0-menu-btn,
.nv00-gnb-v4__l0-menu--show .nv00-gnb-v4__l0-menu-link {
  color: #cc00ff !important;
}
/* Underline indicator bar → neon purple */
.nv00-gnb-v4__l0-menu-btn::before,
.nv00-gnb-v4__l0-menu-link::before {
  background-color: #cc00ff !important;
}
/* Toggle focus indicator */
.nv00-gnb-v4__l0-menu-title:has(.nv00-gnb-v4__l0-menu-toggle-btn:focus) .nv00-gnb-v4__l0-menu-btn,
.nv00-gnb-v4__l0-menu-title:has(.nv00-gnb-v4__l0-menu-toggle-btn:focus) .nv00-gnb-v4__l0-menu-link {
  color: #cc00ff !important;
}
/* l0 right menu (LOGIN & DAFTAR area) */
.nv00-gnb-v4__l0-menu-list--right .nv00-gnb-v4__l0-menu-btn,
.nv00-gnb-v4__l0-menu-list--right .nv00-gnb-v4__l0-menu-link {
  color: #cc00ff !important;
  font-weight: 800 !important;
  border: 1.5px solid rgba(204, 0, 255, 0.45);
  border-radius: 6px;
  padding: 4px 10px !important;
  transition: all 0.2s ease !important;
}
.nv00-gnb-v4__l0-menu-list--right .nv00-gnb-v4__l0-menu-btn:hover,
.nv00-gnb-v4__l0-menu-list--right .nv00-gnb-v4__l0-menu-link:hover {
  color: #ffffff !important;
  background: rgba(204, 0, 255, 0.25) !important;
  border-color: #cc00ff !important;
}
/* Mobile menu btn */
.nv00-gnb-v4__l0-menu-btn[data-js-action="l0MenuBtn"],
.nv00-gnb-v4__l0-menu-link[data-js-action="l0MenuBtn"] {
  color: #f0e5ff !important;
}

/* l1 submenu text */
.nv00-gnb-v4__l1-menu-text {
  color: #f0e5ff !important;
}
.nv00-gnb-v4__l1-featured-link,
.nv00-gnb-v4__l1-featured-title {
  color: #f0e5ff !important;
}
.nv00-gnb-v4__l0-menu-list--left .nv00-gnb-v4__l1-menu-text {
  color: #f0e5ff !important;
}
.nv00-gnb-v4__l0-menu-list-title {
  color: #b388ff !important;
}

/* Shy/scroll states */
.nv00-gnb-v4[class*="nv00-gnb-v4--shy"]:not(.nv00-gnb-v4--show) .nv00-gnb-v4__l0-menu-btn,
.nv00-gnb-v4[class*="nv00-gnb-v4--shy"]:not(.nv00-gnb-v4--show) .nv00-gnb-v4__l0-menu-link {
  color: #f0e5ff !important;
}

/* User icon / utility area */
.nv00-gnb-v4__utility {
  color: #f0e5ff !important;
}
.nv00-gnb-v4__utility .icon {
  fill: #f0e5ff !important;
}

/* === FIX 3: ANCHOR NAV (strip putih di bawah navbar) === */
.pdd39-anchor-nav__header {
  background-color: #0d0020 !important;
  border-bottom: 1px solid rgba(204, 0, 255, 0.2) !important;
}
.pdd39-anchor-nav__header::after {
  background: rgba(204, 0, 255, 0.2) !important;
}
.pdd39-anchor-nav__menu {
  background-color: #0d0020 !important;
}
.pdd39-anchor-nav__menu::before {
  background-color: rgba(204, 0, 255, 0.2) !important;
}
/* Tab bar bawah anchor nav */
.pdd39-anchor-nav__bottom {
  background: #0d0020 !important;
  border-top: 1px solid rgba(204, 0, 255, 0.2) !important;
}
.pdd39-anchor-nav__bottom::after {
  background: rgba(204, 0, 255, 0.2) !important;
}

/* Tab underline indicator */
.pdd39-anchor-nav__menu .tab__list::after {
  background: #cc00ff !important;
}

/* Tab item title text */
.pdd39-anchor-nav__menu .tab__item-title {
  color: #f0e5ff !important;
}
.pdd39-anchor-nav__headline {
  color: #f0e5ff !important;
}
.pdd39-anchor-nav__info-spec,
.pdd39-anchor-nav__info-sku,
.pdd39-anchor-nav__info-ean,
.pdd39-anchor-nav__info-seller {
  color: #d4aaff !important;
}

/* Scroll arrow buttons on tab */
.tab__left-arrow-wrap,
.tab__right-arrow-wrap {
  background-color: #0d0020 !important;
}
.pdd39-anchor-nav__menu .tab__left-arrow .icon,
.pdd39-anchor-nav__menu .tab__right-arrow .icon {
  background-color: rgba(45, 0, 96, 0.8) !important;
  border-color: rgba(204, 0, 255, 0.3) !important;
}

/* === FIX 4: Overflow white blocks lain di page === */
/* Tab navigation generic */
.tab__item-title {
  color: #f0e5ff !important;
}
.tab__item--active .tab__item-title {
  color: #cc00ff !important;
}
.tab__item-line {
  background-color: #cc00ff !important;
}

/* === FIX 5: Page section backgrounds yang masih putih === */
/* Any section/div yang mungkin masih putih */
.pdd39-anchor-nav {
  background-color: #0d0020 !important;
}


/* ============================================
   LAZAWIN FIX 2: Popup/Modal/Section White Areas
   Semua layer popup, modal, overlay → Dark Purple
============================================ */

/* === LAYER POPUPS & MODALS === */
.layer-popup__inner,
.layer-popup__contents,
.popup__contents,
.layer-popup .layer-popup__inner {
  background-color: #1a0035 !important;
  color: #f0e5ff !important;
  border: 1px solid rgba(204, 0, 255, 0.2) !important;
}

/* Popup footer/CTA wrap */
.layer-popup__foot,
.hubble-pd-popup__foot,
.tariff-popup__btn-wrap,
.confirm-popup__cta-wrap,
.trade-in-popup__btn-wrap,
.trade-in-popup-v3__btn-wrap,
.trade-in-popup-v4__btn-wrap,
.bc-exchange-popup__btn-wrap,
.add-ons-evoucher-popup__button,
.fold-alert-popup__cta,
.free-gift-popup__cta-wrap {
  background-color: #1a0035 !important;
  border-top: 1px solid rgba(204, 0, 255, 0.2) !important;
}

/* Inner content wraps */
.trade-in-popup__inner-wrap,
.trade-in-popup-v3__inner-wrap,
.trade-in-popup-v4__inner-wrap,
.trade-in-learn-more-popup__inner-wrap,
.upgrade-learn-more-popup__inner-wrap,
.confirm-popup-v2 .confirm-popup__contents {
  background-color: #1a0035 !important;
}

/* === BUYING TOOL SECTIONS === */
.pdd16-step-buying,
.pdd16-step-buying__header {
  background-color: #0d0020 !important;
}

.hdd02-buying-tool .layer-popup,
.hubble-pd-popup__layer-inner {
  background: #1a0035 !important;
}

/* Gallery overlay */
.hdd02-gallery__video .swiper-button-next,
.hdd02-gallery__video .swiper-button-prev {
  background-color: rgba(45, 0, 96, 0.8) !important;
}

/* === TARIFF POPUP === */
.tariff-popup {
  background-color: #1a0035 !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tariff-popup__tab-pane {
  background: #0d0020 !important;
}
.tariff-popup__selected {
  background: #2d0060 !important;
  border-color: rgba(204, 0, 255, 0.3) !important;
}

/* === EIP POPUP === */
.eip-popup .layer-popup__inner,
.finance-popup .layer-popup__inner {
  background: #1a0035 !important;
}

/* === FOOTER SECTION - Hapus white === */
.footer .footer-back-to-top {
  background-color: #1a0035 !important;
  border-bottom: 1px solid rgba(204, 0, 255, 0.15) !important;
}

/* === RTB / PRODUCT INFO BARS === */
.pdd40-rtb-bar .tab {
  background-color: #0d0020 !important;
}

/* === MENU DROPDOWNS === */
.menu__list-wrap {
  background: #1a0035 !important;
  border: 1px solid rgba(204, 0, 255, 0.3) !important;
  box-shadow: 0 4px 20px rgba(13, 0, 32, 0.6) !important;
}
.menu__list-option-wrap {
  color: #f0e5ff !important;
}
.menu__list-option-wrap:hover {
  background: rgba(204, 0, 255, 0.12) !important;
}
.menu__select-field {
  background: #2d0060 !important;
  color: #f0e5ff !important;
  border-color: rgba(204, 0, 255, 0.3) !important;
}
.filled .menu__select-field {
  background: #2d0060 !important;
}

/* === SCROLLABLE DROPDOWN ARROWS === */
.tab__left-arrow-wrap,
.tab__right-arrow-wrap {
  background-color: #0d0020 !important;
}

/* === SLIDE-IN DRAWER MOBILE === */
.nv00-gnb-v4__drawer,
.nv00-gnb-v4__user-menu-wrap {
  background-color: #0d0020 !important;
}
.nv00-gnb-v4__drawer-container {
  background-color: #0d0020 !important;
}

/* Mobile menu panel */
.nv00-gnb-v4__mobile-panel,
.nv00-gnb-v4__user-menu-list {
  background-color: #0d0020 !important;
}

/* GNB Layer popup (account/etc) */
.nv00-gnb-v4__layer-popup,
.nv00-gnb-v4__layer-popup-inner {
  background-color: #1a0035 !important;
  border: 1px solid rgba(204, 0, 255, 0.2) !important;
}
.nv00-gnb-v4__layer-popup-close {
  background-color: #1a0035 !important;
}

/* === GNB UTILITY BUTTON HEADER STRIP === */
.nv00-gnb-v4__header-inner {
  background-color: #0d0020 !important;
}
.nv00-gnb-v4__header-inner-right {
  background-color: #0d0020 !important;
}

/* Utility buttons (search, cart, user) */
.nv00-gnb-v4__utility-wrap {
  background-color: transparent !important;
}
.nv00-gnb-v4__utility {
  color: #f0e5ff !important;
}

/* Mobile navigation overlay */
.nv00-gnb-v4__overlay {
  background-color: rgba(13, 0, 32, 0.7) !important;
}
.nv00-gnb-v4__mobile-menu-contents {
  background-color: #0d0020 !important;
}
.nv00-gnb-v4__mobile-nav {
  background-color: #0d0020 !important;
}
.nv00-gnb-v4__l1-menu-list {
  background-color: #1a0035 !important;
}

/* Mobile menu header */
.nv00-gnb-v4__l1-menu-container-header {
  background-color: #1a0035 !important;
  color: #f0e5ff !important;
}
.nv00-gnb-v4__l1-menu-container-title {
  color: #f0e5ff !important;
}

/* Mobile l0-menu items */
.nv00-gnb-v4--mobile-only .nv00-gnb-v4__l0-menu-btn,
.nv00-gnb-v4--mobile-only .nv00-gnb-v4__l0-menu-link {
  color: #f0e5ff !important;
}

/* === TOOLTIP BOXES === */
.pdd39-anchor-nav__tooltip-box,
.pd-buying-price__tooltip-box {
  background: #2d0060 !important;
  border-color: rgba(204, 0, 255, 0.3) !important;
  color: #f0e5ff !important;
}

/* === BETTER TOGETHER / ADD-ONS === */
.better-together__add-cta-wrap {
  background-color: #1a0035 !important;
}

/* === TEXT dalam popup/modal === */
.layer-popup__title,
.layer-popup h1, .layer-popup h2, .layer-popup h3,
.layer-popup p, .layer-popup li {
  color: #f0e5ff !important;
}
.layer-popup a {
  color: #cc00ff !important;
}

/* === OPTION SELECTOR === */
.option-selector-v3__size {
  background-color: #2d0060 !important;
  border-color: rgba(204, 0, 255, 0.3) !important;
  color: #f0e5ff !important;
}
.option-selector-v3__size:hover {
  border-color: #cc00ff !important;
}

/* === PROGRESS/LOADING === */
.progress__wrapper > div {
  background-color: #cc00ff !important;
}


/* ============================================
   LAZAWIN FIX 3: Artikel Section - Pastikan Terlihat
============================================ */

/* Outer wrapper section yang dulunya display:none → pastikan visible dan clean */
.pdd28-reasons-to-buy {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 100% !important;
  background: transparent !important;
}

/* Pastikan artikel wrapper tidak ter-clip */
.pd-g-reasons-to-buy-ux2 {
  display: block !important;
  background: transparent !important;
  overflow: visible !important;
}

/* === lx-container article section === */
.lx-container {
  background: transparent !important;
}

/* Container artikel pertama (h1, info-grid, reviews) */
.lx-container .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  background: transparent !important;
}

/* gold-divider → purple divider */
.gold-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #cc00ff, #9933ff);
  margin: 10px auto 24px;
  border-radius: 2px;
}

/* ab-article-wrap artikel kedua (styled purple cards) */
.ab-article-wrap {
  background: transparent !important;
}
