/* ============================================
   ASTONBET CUSTOM STYLES
   File: astonbet-samsung-styles.css
   Brand: AstonBet
   Copyright 2026 AstonBet
============================================ */

/* === 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: #060f1f;
            border-radius: 32px;
            padding: 40px 35px;
            box-shadow: 0 25px 45px -20px rgba(6, 15, 31, 0.1);
            border: 1px solid rgba(3, 17, 74, 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: #e8f4fd;
            margin-bottom: 5px;
        }
        
        .hero-title h1 span {
            color: #00bfff;
            font-weight: 800;
        }
        
        /* header dalam card */
        .brand-header {
            text-align: center;
            margin-bottom: 25px;
        }
        
        .brand-header h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #0a1830;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }
        
        .brand-header .sub {
            font-size: 15px;
            color: #15395c;
            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: #060f1f;
        }
        
        /* info box */
        .info-container {
            background: linear-gradient(145deg, #0a2a66, #060f1f);
            border-radius: 20px;
            border: 1px solid rgba(0, 191, 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(0, 191, 255, 0.2);
            background: rgba(0, 191, 255, 0.08);
        }

        .info-head h2 {
            margin: 0;
            font-size: 16px;
            color: #00bfff;
            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(0, 191, 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: #00bfff;
            box-shadow: 0 0 6px rgba(0, 191, 255, 0.6);
            border-radius: 50%;
            display: inline-block;
        }

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

        .info-number {
            color: #060f1f;
            font-size: 15px;
            font-weight: 600;
            background: #1e90ff;
            padding: 4px 14px;
            border-radius: 40px;
            border: 1px solid rgba(6, 15, 31, 0.4);
        }

        /* bonus section */
        .bonus-wrap {
            background: linear-gradient(145deg, #0a2a66, #060f1f);
            border-radius: 20px;
            padding: 25px 20px;
            margin: 30px 0 35px;
            border: 1px solid rgba(0, 191, 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: #00bfff;
            box-shadow: 0 0 6px rgba(0, 191, 255, 0.6);
            border-radius: 50%;
        }

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

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

        .bonus-item {
            padding: 12px 15px;
            background: rgba(0, 191, 255, 0.06);
            border-radius: 14px;
            border: 1px solid rgba(0, 191, 255, 0.15);
            border-left: 4px solid #00bfff;
            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: #e8f4fd;
        }

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

        .bonus-item .highlight-black {
            color: #c5e6f9;
        }
        
        /* 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: #1e90ff;
            border-color: #1e90ff;
        }
        
        .btn-login-gold:hover {
            background: rgba(0, 191, 255, 0.12);
        }

        .btn-register-gold {
            background: #1e90ff;
            color: #060f1f;
            border-color: #060f1f;
        }

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

/* === SECTION 3 === */
:root{
          --lx-bg: #0a2a66;
          --lx-card: #0a2a66;
          --lx-text: #e8f4fd;
          --lx-muted: #6aa9cf;
          --lx-border:#00d4ff;
          --lx-accent:#060f1f;    /* gold */
          --lx-accent-2:#0a0e1a;  /* deep slate */
          --lx-radius:16px;
          --lx-shadow: 0 6px 24px rgba(6, 15, 31, 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: #1e90ff; 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(20,120,230,.08), rgba(0, 191, 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:#060f1f; background: linear-gradient(180deg, #0a2a66, rgba(20,120,230,.75));
          border:1px solid rgba(6, 15, 31, 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:#00bfff; 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: #091a38;
            margin-bottom: 10px;
            line-height: 1.4;
        }
        
        h1 span {
            color: #00bfff;
        }
        
        h2 {
            font-size: 26px;
            font-weight: 700;
            color: #091a38;
            margin: 30px 0 20px 0;
            position: relative;
            padding-left: 15px;
        }
        
        h2::before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            bottom: 5px;
            width: 4px;
            background: #060f1f;
            border-radius: 4px;
        }
        
        h3 {
            font-size: 20px;
            font-weight: 600;
            color: #00bfff;
            margin: 20px 0 10px 0;
        }
        
        /* Paragraphs */
        p {
            color: #0c1a30;
            margin-bottom: 15px;
            font-size: 16px;
            text-align: justify;
        }
        
        /* Links */
        a {
            color: #00bfff;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.2s ease;
        }
        
        /* Article highlight */
        .highlight-box {
            background: #1e90ffad;
            border: 1px solid #060f1f;
            border-radius: 16px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 5px 15px rgba(0, 191, 255, 0.05);
        }
        
        /* Info Cards */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
            margin: 25px 0;
        }
        
        .info-card {
            background: #d5ecfb;
            border: 1px solid #1e90ff;
            border-radius: 16px;
            padding: 20px 10px;
            text-align: center;
        }
        
        .info-card .label {
            font-size: 14px;
            color: #00bfff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .info-card .value {
            font-size: 18px;
            font-weight: 700;
            color: #091a38;
            margin-top: 8px;
        }
        
        /* FAQ Accordion */
        .faq-container {
            margin: 30px 0;
        }
        
        .faq-item {
            margin-bottom: 12px;
            border: 1px solid #1e90ff;
            border-radius: 16px;
            overflow: hidden;
            background: #0a2a66;
        }
        
        .faq-question {
            width: 100%;
            text-align: left;
            padding: 18px 20px;
            background: #1e90ffad;
            border: none;
            cursor: pointer;
            font-weight: 600;
            font-size: 16px;
            color: #091a38;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.2s ease;
        }
        
        .faq-question:hover {
            background: #c5e6f9;
        }
        
        .faq-question .icon {
            color: #060f1f;
            font-size: 22px;
            font-weight: 400;
        }
        
        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: #0a2a66;
        }
        
        .faq-answer p {
            margin: 15px 0;
            color: #15395c;
        }
        
        .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: #1e90ffad;
            border: 1px solid #060f1f;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(6, 15, 31, 0.02);
        }
        
        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }
        
        .review-name {
            font-weight: 700;
            color: #091a38;
        }
        
        .review-stars {
            color: #060f1f;
            letter-spacing: 2px;
        }
        
        .review-text {
            color: #15395c;
            font-size: 14px;
            line-height: 1.7;
            margin: 10px 0;
            font-style: italic;
        }
        
        .review-date {
            color: #4f8fc4;
            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: #091a38;
            border-color: #060f1f;
        }
        
        .btn-login:hover {
            background: #c5e6f9;
            border-color: #00bfff;
        }
        
        .btn-register {
            background: #060f1f;
            color: #091a38;
            border-color: #060f1f;
        }
        
        .btn-register:hover {
            background: #0066b3;
        }
        
        /* 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: #00bfff;
      overflow: hidden;
    }

    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(6, 15, 31, 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(6, 15, 31, 0.9), rgba(10, 24, 48, 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(6, 15, 31, 0.7), 0 0 0 1px rgba(0, 191, 255, 0.2);
      padding-bottom: 20px;
      border: 1px solid rgba(0, 191, 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(6, 15, 31, 0.7), 0 0 20px rgba(0, 191, 255, 0.3), 0 0 0 1px rgba(0, 191, 255, 0.2);
      }
      50% {
        box-shadow: 0 20px 40px rgba(6, 15, 31, 0.7), 0 0 30px rgba(0, 191, 255, 0.5), 0 0 0 1px rgba(0, 191, 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(147, 210, 255, 0) 45%,
        rgba(30, 144, 255, 0.15) 50%,
        rgba(147, 210, 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(0, 191, 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, 
        #060f1f, 
        #1e90ff, 
        #060f1f, 
        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 #060f1f;
    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, 
        #00bfff, 
        #060f1f, 
        #1e90ff, 
        #060f1f, 
        #00bfff);
    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: #1e90ff;
}

/* LOGIN BUTTON - Black & Gold */
.login {
    color: #00cfff !important;
    background: linear-gradient(145deg, #15294d, #060f1f);
    border: 2px solid #00bfff;
    text-shadow: 0 2px 4px rgba(6, 15, 31, 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 #1e90ff);
}

.login:hover {
    background: linear-gradient(145deg, #0a1830, #0a1830);
    box-shadow: 
        0 12px 0px #060f1f,
        0 20px 40px rgba(0, 191, 255, 0.4),
        0 0 30px rgba(30, 144, 255, 0.2);
    color: #a8d8fb !important;
    border-color: #1e90ff;
}

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

/* REGISTER BUTTON - Gold & Black */
.register {
    color: #060f1f !important;
    background: linear-gradient(145deg, #0099e6, #0099e6);
    border: 2px solid #060f1f;
    text-shadow: 0 1px 2px rgba(147, 210, 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, #00aaff, #00aaff);
    box-shadow: 
        0 12px 0px #060f1f,
        0 20px 40px rgba(0, 191, 255, 0.5),
        0 0 35px rgba(30, 144, 255, 0.3);
    color: #060f1f !important;
    border-color: #060f1f;
}

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

/* 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(6, 15, 31, 0.6),
            inset 0 1px 0 rgba(147, 210, 255, 0.1);
    }
    50% { 
        box-shadow: 
            0 15px 35px rgba(6, 15, 31, 0.6),
            inset 0 1px 0 rgba(147, 210, 255, 0.1),
            0 0 20px rgba(0, 191, 255, 0.15);
    }
}


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

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

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

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

    .popup-footer {
      font-size: 13px;
      color: #6aa9cf;
      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(30, 144, 255, 0.8) 0%, rgba(0, 191, 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(30, 144, 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(0, 191, 255, 0.2);
      border-radius: 20px;
      pointer-events: none;
      z-index: 4;
      background: linear-gradient(135deg, 
        rgba(0, 191, 255, 0) 0%, 
        rgba(0, 191, 255, 0.1) 50%, 
        rgba(0, 191, 255, 0) 100%);
    }

    /* Tombol Close */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 32px;
      height: 32px;
      background: rgba(6, 15, 31, 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(0, 191, 255, 0.3);
    }

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

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

    .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: #060f1f;
}

.nv00-gnb-v4__wrap,
.nv00-gnb-v4__header,
.pdd39-anchor-nav__header {
    background-color: #060f1f !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: #060f1f !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb .icon {
    fill: #6aa9cf !important;
}

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

