
  .juara288-slotgacor-tototogel-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 50px;
    border-radius: 18px;

    /* BLACK + BLUE */
    background:
      radial-gradient(circle at top left, rgba(0, 102, 255, 0.14), transparent 35%),
      radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.12), transparent 35%),
      linear-gradient(145deg, #02050a, #050b14, #020305);

    /* GOLD */
    border: 2px solid #d4af37;

    box-shadow:
      0 0 25px rgba(212, 175, 55, 0.30),
      0 0 45px rgba(0, 102, 255, 0.15);

    font-family: "Poppins", sans-serif;
    color: #f5f5f5;
    position: relative;
    overflow: hidden;
  }

  /* =========================
     JUDUL
  ========================= */

  .juara288-slotgacor-tototogel-container h2 {
    text-align: center;
    font-size: 32px;

    /* GOLD */
    color: #ffd700;

    text-shadow:
      0 0 6px rgba(255, 215, 0, 0.45),
      0 0 14px rgba(0, 102, 255, 0.25);

    margin-bottom: 30px;
    letter-spacing: 1px;
  }

  /* =========================
     FAQ
  ========================= */

  .faq-juara288 {
    max-width: 950px;
    margin: 0 auto 50px;
  }

  .juara288-slotgacor-tototogel-container details {
    background:
      linear-gradient(
        135deg,
        #05070a 0%,
        #07111f 60%,
        #030609 100%
      );

    border-radius: 12px;
    margin-bottom: 16px;
    padding: 18px 22px;

    /* BLUE-GOLD BORDER */
    border: 1px solid #b99224;

    box-shadow:
      inset 0 0 12px rgba(0, 102, 255, 0.08);

    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      border-color 0.3s ease;
  }

  .juara288-slotgacor-tototogel-container details:hover {
    border-color: #008cff;

    box-shadow:
      0 0 14px rgba(0, 140, 255, 0.45),
      0 0 22px rgba(212, 175, 55, 0.18);

    transform: translateY(-2px);
  }

  .juara288-slotgacor-tototogel-container summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;

    /* GOLD */
    color: #e6bd3c;

    text-shadow:
      0 0 5px rgba(212, 175, 55, 0.20);
  }

  .juara288-slotgacor-tototogel-container details p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.7;

    /* LIGHT TEXT */
    color: #e7edf5;
  }

  /* =========================
     TESTIMONI
  ========================= */

  .testimoni-member-juara288 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 40px;
  }

  .juara288-slotgacor-tototogel-container blockquote {
    background:
      linear-gradient(
        145deg,
        #030609 0%,
        #07111d 55%,
        #050505 100%
      );

    /* GOLD ACCENT */
    border-left: 5px solid #d4af37;
    border-radius: 12px;

    padding: 22px 26px;
    min-height: 160px;
    position: relative;

    box-shadow:
      0 0 14px rgba(0, 102, 255, 0.25),
      inset 0 0 12px rgba(212, 175, 55, 0.05);

    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }

  .juara288-slotgacor-tototogel-container blockquote:hover {
    transform: translateY(-4px);

    box-shadow:
      0 0 20px rgba(0, 132, 255, 0.40),
      0 0 14px rgba(212, 175, 55, 0.25);
  }

  .juara288-slotgacor-tototogel-container blockquote p {
    color: #eeeeee;
    line-height: 1.7;
  }

  .juara288-slotgacor-tototogel-container blockquote::before {
    content: "";
    font-size: 60px;
    color: rgba(212, 175, 55, 0.25);
    position: absolute;
    top: 0;
    left: 15px;
    font-family: serif;
  }

  .juara288-slotgacor-tototogel-container cite {
    display: block;
    margin-top: 18px;
    font-weight: bold;

    /* GOLD */
    color: #ffd700;

    text-align: right;
    text-shadow:
      0 0 5px rgba(212, 175, 55, 0.25);
  }

  /* =========================
     FOOTER LINK
  ========================= */

  .seller-name__detail {
    margin-top: 45px;
    text-align: center;
    grid-column: span 2;
  }

  .seller-name__detail a {
    /* GOLD */
    color: #ffd700;

    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;

    text-shadow:
      0 0 8px rgba(212, 175, 55, 0.45);

    transition:
      color 0.3s ease,
      text-shadow 0.3s ease;
  }

  .seller-name__detail a:hover {
    /* BLUE */
    color: #00a2ff;

    text-shadow:
      0 0 8px rgba(0, 162, 255, 0.65),
      0 0 15px rgba(212, 175, 55, 0.25);
  }

  /* =========================
     EFEK SHINE GOLD + BLUE
  ========================= */

  .juara288-slotgacor-tototogel-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;

    background: linear-gradient(
      120deg,
      rgba(0, 102, 255, 0) 0%,
      rgba(0, 153, 255, 0.18) 35%,
      rgba(255, 215, 0, 0.30) 50%,
      rgba(0, 153, 255, 0.18) 65%,
      rgba(0, 102, 255, 0) 100%
    );

    transform: skewX(-20deg);
    animation: shine 3s infinite;
    mix-blend-mode: screen;
    pointer-events: none;
  }

  @keyframes shine {
    0% {
      left: -150%;
    }

    100% {
      left: 150%;
    }
  }

  /* =========================
     RESPONSIVE MOBILE
  ========================= */

  @media (max-width: 768px) {
    .juara288-slotgacor-tototogel-container {
      margin: 20px 10px;
      padding: 25px 18px;
      border-radius: 14px;
    }

    .juara288-slotgacor-tototogel-container h2 {
      font-size: 25px;
      margin-bottom: 24px;
    }

    .testimoni-member-juara288 {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .seller-name__detail {
      grid-column: span 1;
    }

    .juara288-slotgacor-tototogel-container details {
      padding: 16px 18px;
    }

    .juara288-slotgacor-tototogel-container summary {
      font-size: 16px;
    }

    .juara288-slotgacor-tototogel-container details p {
      font-size: 15px;
    }
  }
