/* ===== Extracted style block 1 ===== */
.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; }


/* ===== Extracted style block 2 ===== */
.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;
}


/* ===== Extracted style block 3 ===== */
/* 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: #6e1a1a !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;
}


/* ===== Extracted style block 4 ===== */
.TIMNAS4D-btn{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;font-weight:700}.TIMNAS4D-btn a{text-align:center;text-decoration:none;border-radius:12px;padding:15px 10px;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.3)}.TIMNAS4D-btn a:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgb(255, 255, 255)}.TIMNAS4D-btn a::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(90, 0, 0, 1),transparent);transition:left .5s ease}.TIMNAS4D-btn a:hover::before{left:100%}.login,.login-button{color:#ffffff;background:linear-gradient(135deg,#8B0000 0%,#8B0000  25%,#000000 50%,#8B0000 75%,#000000 100%);background-size:200% 200%;border:2px solid #5c1a1a;animation:gradientShift 3s ease infinite}.register,.register-button{color:#ffffff;background:linear-gradient(135deg,#8B0000 0%,#8B0000  25%,#000000 50%,#8B0000 75%,#8B0000 75%,#000000 100%);background-size:200% 200%;border:2px solid #2a0000;animation:gradientShift 3s ease infinite;animation-delay:1.5s}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.TIMNAS4D-btn a:active{transform:translateY(1px);box-shadow:0 2px 10px rgba(0,0,0,0.3)}


/* ===== Extracted style block 5 ===== */
: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(128, 0, 0, 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: #8B0000;
            margin-bottom: 10px;
            animation: pulse 3s infinite alternate;
        }
        
        @keyframes pulse {
            0% { text-shadow: 0 0 10px rgba(128, 0, 0, 0.5); }
            100% { text-shadow: 0 0 20px rgba(128, 0, 0, 0.8), 0 0 30px rgba(128, 0, 0, 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: #8B0000;
            display: inline-block;
            padding-bottom: 10px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            width: 100px;
            height: 3px;
            background: #8B0000;
            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(128, 0, 0, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #8B0000, #8B0000);
            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(128, 0, 0, 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(128, 0, 0, 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(128, 0, 0, 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(128, 0, 0, 0.2);
        }
        
        .member-info {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .member-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #8B0000;
            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: #8B0000;
        }
        
        .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: #8B0000;
            opacity: 0.7;
        }
        
        .rating {
            margin-top: 15px;
            color: #8B0000;
        }
        
        /* TIMNAS4D */
        .TIMNAS4D {
            padding: 60px 0;
            background: rgba(255, 255, 255, 0.03);
        }
        
        .TIMNAS4D-container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .TIMNAS4D-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(128, 0, 0, 0.2);
        }
        
        .TIMNAS4D-item:hover {
            border-color: #8B0000;
        }
        
        .TIMNAS4D-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;
        }
        
        .TIMNAS4D-question:hover {
            background: linear-gradient(90deg, var(--gray-medium) 0%, #3a3a3a 100%);
        }
        
        .TIMNAS4D-question h3 {
            font-size: 1.2rem;
            color: var(--white);
        }
        
        .TIMNAS4D-icon {
            color: #8B0000;
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }
        
        .TIMNAS4D-answer {
            background: var(--gray-dark);
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, padding 0.3s ease;
        }
        
        .TIMNAS4D-answer p {
            padding: 20px 0;
            color: var(--gray-light);
        }
        
        .TIMNAS4D-item.active .TIMNAS4D-answer {
            max-height: 500px;
            padding: 0 20px;
        }
        
        .TIMNAS4D-item.active .TIMNAS4D-icon {
            transform: rotate(180deg);
        }
        
        /* Footer */
        footer {
            background: var(--gray-dark);
            padding: 40px 0;
            text-align: center;
            border-top: 1px solid #8B0000;
        }
        
        .footer-logo {
            font-size: 2rem;
            color: #8B0000;
            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 #2a0000;
        border: solid 1px #3d0000;
    }
    a {
    color: #000000;
}
.wt-sem-text-primary {
    color: #000000 !important;
}
.wt-sem-text-secondary {
    color: #000000 !important;
}
.wt-btn.wt-btn--transparent {
    background-color: #5c3a3a;
}


/* ===== Extracted style block 6 ===== */
/* === Artikel Container Tema TIMNAS4D (Versi Sendiri) === */
                                .article-container {
                                  margin: 30px auto;
                                  padding: 25px 20px;
                                  background: linear-gradient(180deg, #2b2b2b 0%, #1a1a1a 100%);
                                  border-radius: 15px;
                                  border: 1px solid #8B0000;
                                  box-shadow: 0 8px 20px rgba(0,0,0,.4);
                                  font-family: "Poppins", sans-serif;
                                  color: #eaeaea;
                                  line-height: 1.7;
                                  position: relative;
                                  overflow: hidden;
                                }

                                /* Paragraf */
                                .article-container p {
                                  font-size: 15px;
                                  margin-bottom: 18px;
                                  text-align: justify;
                                  color: #eaeaea !important;
                                }

                                /* Link */
                                .article-container a {
                                  color: #ff6b6b !important;
                                  text-decoration: underline;
                                  transition: all 0.3s ease;
                                }

                                .article-container a:hover {
                                  color: #ffffff !important;
                                  text-shadow: 0 0 6px #8B0000;
                                }

                                /* List */
                                .article-container ul,
                                .article-container ol {
                                  margin-left: 20px;
                                  margin-bottom: 18px;
                                }

                                /* Blockquote */
                                .article-container blockquote {
                                  border-left: 4px solid #8B0000;
                                  padding-left: 15px;
                                  margin: 18px 0;
                                  font-style: italic;
                                  color: #eaeaea;
                                  background-color: rgba(255,255,255,0.04);
                                  border-radius: 6px;
                                }

                                /* Responsif */
                                @media (max-width: 600px) {
                                  .article-container {
                                    padding: 15px 12px;
                                  }

                                  .article-container p {
                                    font-size: 14px;
                                  }
                                }


/* ===== Extracted style block 7 ===== */
.rt-card{
    max-width: 860px;
    margin: 20px auto;
    padding: 24px 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #2b2b2b 0%, #1a1a1a 100%);
    border: 1px solid #8B0000;
    box-shadow: 0 8px 24px rgba(0,0,0,.4);
    font-family: Arial, Helvetica, sans-serif;
  }

  .rt-title{
    text-align:center;
    margin: 0 0 22px;
    letter-spacing:1px;
    font-weight: 800;
    font-size: 22px;
    color: #ff4d4d !important;
    position: relative;
    padding-bottom: 12px;
  }
  .rt-title::after{
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:56px;
    height:3px;
    border-radius:3px;
    background:#8B0000;
  }

  /* ===== FAQ ===== */
  .rt-faq-item{
    border:1px solid rgba(139,0,0,.5);
    border-left:4px solid #8B0000;
    border-radius:12px;
    padding:14px 18px;
    margin-bottom:12px;
    background: rgba(255,255,255,0.04);
  }
  .rt-faq-item .rt-q{
    font-weight:700;
    font-size:16px;
    margin-bottom:6px;
    color:#ffffff !important;
  }
  .rt-faq-item .rt-a{
    font-size:14px;
    line-height:1.7;
    color:#cfcfcf !important;
  }

  /* ===== REVIEWS ===== */
  .rt-review-grid{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
  }
  .rt-review-card{
    flex:1 1 260px;
    border:1px solid rgba(139,0,0,.5);
    border-top:3px solid #8B0000;
    border-radius:14px;
    padding:16px 18px;
    background: rgba(255,255,255,0.04);
  }
  .rt-review-card .rt-review-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  .rt-review-card .rt-review-name{
    font-weight:700;
    color:#ffffff !important;
    font-size:15px;
  }
  .rt-review-card .rt-review-city{
    font-size:14px;
    color:#cfcfcf !important;
  }
  .rt-review-card .rt-review-body{
    margin-top:8px;
    font-size:14px;
    line-height:1.7;
    color:#cfcfcf !important;
  }
  .rt-review-card .rt-review-meta{
    margin-top:10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  .rt-review-card .rt-review-date{
    font-size:12px;
    color:#9a9a9a !important;
  }
  .rt-review-card .rt-review-badge{
    font-size:12px;
    color:#ff8080 !important;
    background:rgba(139,0,0,0.2);
    border:1px solid rgba(139,0,0,0.5);
    padding:4px 8px;
    border-radius:999px;
  }

  /* ===== MOBILE ===== */
  @media (max-width: 520px){
    .rt-card{ padding: 18px 14px; border-radius: 16px; }
  }


/* ===== Extracted style block 8 ===== */
.bobarawr {
      margin: 0;
      padding: 0;
      font-family: 'Playfair Display', 'Segoe UI', serif;
      background-color: transparent;
      color: #fff;
      overflow: hidden;
    }

    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 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(10, 10, 10, 0.9), rgba(26, 21, 16, 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(0, 0, 0, 0.7), 0 0 0 1px rgba(128, 0, 0, 0.2);
      padding-bottom: 20px;
      border: 1px solid rgba(128, 0, 0, 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(0, 0, 0, 0.7), 0 0 20px rgba(128, 0, 0, 0.3), 0 0 0 1px rgba(128, 0, 0, 0.2);
      }
      50% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(128, 0, 0, 0.5), 0 0 0 1px rgba(128, 0, 0, 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(255, 255, 255, 0) 45%,
        rgba(139, 0, 0, 0.15) 50%,
        rgba(255, 255, 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(128, 0, 0, 0.15);
    }

    .popup-buttons {
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 25px 20px;
      position: relative;
      z-index: 3;
    }

    .popup-buttons a {
      width: 100%;
      display: block;
      padding: 18px 0;
      font-size: 16px;
      font-weight: 700;
      border-radius: 50px;
      text-decoration: none;
      text-align: center;
      color: #000;
      background: linear-gradient(135deg, #7a1f1f, #f4e19c);
      box-shadow: 0 10px 20px rgba(139, 0, 0, 0.4);
      transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      position: relative;
      overflow: hidden;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-family: 'Montserrat', sans-serif;
    }

    /* Efek hover tombol emas yang mewah */
    .popup-buttons a::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
      );
      transition: left 0.8s;
    }

    .popup-buttons a:hover::before {
      left: 100%;
    }

    .popup-buttons a:hover {
      transform: translateY(-4px);
      box-shadow: 0 15px 25px rgba(139, 0, 0, 0.856);
      background: linear-gradient(135deg, #f4df9c, #7a1f1f);
    }

    .popup-buttons a:active {
      transform: translateY(1px);
    }

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

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

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

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

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

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

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

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

    .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;
      }
    }
