html {
  scroll-behavior: smooth;
}
h3{
  color: rgb(200, 175, 6);
}
body{
    background-color: black;
    color: white;
    margin: 0;

    font-family: Arial, sans-serif;
}
a{
  text-decoration: none;
  color: #d60000;
}
.container-img{
    text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
#banner{
  max-width: 100%;
  padding:10px 0px 10px 0px;
}
header {
      position: sticky;
      top: 0;
      left: 0;
      right: 0;
      height: 70px;               /* tinggi header */
      background: #1a1a2e;        /* warna gelap elegan, bisa diganti */
      color: white;
      z-index: 1000;              /* pastikan di atas elemen lain */
      box-shadow: 0 2px 10px rgba(0,0,0,0.3);
      display: flex;
      justify-content: space-between;  /* logo kiri, tombol kanan */
      align-items: center;
      padding: 0 20px;            /* jarak samping */
      transition: background 0.3s ease;
    }

    header.scrolled {
      background: #0f0f1f;        /* efek gelap lebih pekat saat scroll (opsional) */
    }

    header a.logo {
      display: block;
      line-height: 0;             /* hilangkan jarak bawah gambar */
    }

    header img {
      height: 50px;               /* ukuran logo, sesuaikan */
      width: auto;
      display: block;
    }

    header button {
      padding: 10px 28px;
      font-size: 1rem;
      font-weight: bold;
      color: white;
      background: linear-gradient(135deg, #ff3366, #ff6699); 
      border: none;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(255, 51, 102, 0.4);
    }

    header button:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(255, 92, 133, 0.6);
      background: linear-gradient(135deg, #b3002d, #51001b);
    }

    header button:active {
      transform: translateY(0);
    }

    /* Konten demo agar bisa scroll */
    main {
      padding: 100px 20px;
      text-align: center;
    }
/* title nav slot aviator casino dll */
/* Navigation Tips & Tricks - diletakkan tepat di bawah header */
.tips-nav {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(255, 51, 102, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  z-index: 999; /* di bawah header sticky (yang biasanya z-index 1000) */
}

/* Jika ingin membuatnya sticky juga (ikut scroll) */
.tips-nav.sticky {
  position: sticky;
  top: 70px; /* sesuaikan dengan tinggi header Anda, misal header 70px */
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #0f0f1f 0%, #1a1a2e 100%);
}

/* Style untuk teks "TIPS & TRICKS TO WIN" */
.tips-nav .title {
  color: #ffcc00;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 8px;
  white-space: nowrap;
}

/* Style tombol link */
.tips-nav a {
  display: inline-block;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 51, 102, 0.5);
  border-radius: 50px;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Efek hover & active */
.tips-nav a:hover {
  background: linear-gradient(135deg, #ff3366, #ff6699);
  border-color: #ff6699;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 51, 102, 0.5);
}

.tips-nav a:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
}

/* Responsif untuk HP */
@media (max-width: 768px) {
  .tips-nav {
    padding: 10px 15px;
    gap: 12px;
  }

  .tips-nav .title {
    font-size: 0.95rem;
  }

  .tips-nav a {
    padding: 8px 18px;
    font-size: 0.9rem;
  }
}

.content{
        padding: 0px 20px 0px 20px;
}
/* Tombol Back to Top - selalu muncul */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff3366, #ff6699);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(255, 51, 102, 0.5);
  opacity: 1;               /* selalu terlihat */
  visibility: visible;      /* selalu terlihat */
  transition: all 0.4s ease;
  z-index: 999;
  transform: translateY(0);
}

#back-to-top:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 30px rgba(255, 51, 102, 0.7);
  background: linear-gradient(135deg, #ff6699, #ff3366);
}

#back-to-top svg {
  transition: transform 0.3s ease;
}

#back-to-top:hover svg {
  transform: translateY(-3px);
}
    h1 {
      text-align: center;
      font-size: 2.6rem;
      margin-bottom: 2.5rem;
      color: #ffffff;
      letter-spacing: -0.5px;
    }


    h2.section-title {
      text-align: center;
      font-size: clamp(1.8rem, 5vw, 2.5rem);
      margin-bottom: 2.5rem;
      color: #ffffff;
      letter-spacing: 1px;
    }

    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 1.8rem;
    }

    .review-card {
      background: #111111;
      border: 1px solid #222;
      border-radius: 16px;
      padding: 1.6rem;
      box-shadow: 0 6px 20px rgba(0,0,0,0.6);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .review-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 35px rgba(255, 215, 0, 0.12);
      border-color: #ffcc00;
    }

    .review-header {
      display: flex;
      align-items: center;
      margin-bottom: 1.2rem;
    }

    .avatar {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 1rem;
      border: 2px solid #ffcc00;
      flex-shrink: 0;
    }

    .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .user-info h4 {
      font-size: 1.15rem;
      color: #ffffff;
      margin-bottom: 0.3rem;
    }

    .stars {
      color: #ffcc00;
      font-size: 1.1rem;
      letter-spacing: 2px;
    }

    .review-text {
      font-size: 1.02rem;
      line-height: 1.7;
      color: #d0d0d0;
    }

    .review-date {
      font-size: 0.85rem;
      color: #888;
      margin-top: 1rem;
      text-align: right;
    }

    /* Responsif HP */
    @media (max-width: 768px) {
      body {
        padding: 20px 10px;
      }

      .reviews-grid {
        gap: 1.4rem;
      }

      .review-card {
        padding: 1.3rem;
      }

      .avatar {
        width: 48px;
        height: 48px;
      }

      .user-info h4 {
        font-size: 1.05rem;
      }

      .review-text {
        font-size: 0.98rem;
      }
    }

    @media (max-width: 480px) {
      h2.section-title {
        font-size: 1.9rem;
        margin-bottom: 2rem;
      }

      .review-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .avatar {
        margin-right: 0;
        margin-bottom: 0.8rem;
      }
    }
    /* ==========================================
       FAQ Accordion Style
    ========================================== */
    .faq {
      margin-bottom: 1.2rem;
      border-radius: 12px;
      overflow: hidden;
      background: #1a1a1a;
      border: 1px solid #333;
      box-shadow: 0 4px 15px rgba(0,0,0,0.5);
      transition: all 0.25s ease;
    }

    .faq:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.6);
    }

    .question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.1rem 1.4rem;
      cursor: pointer;
      background: linear-gradient(135deg, #222, #1a1a1a);
      transition: background 0.3s;
      user-select: none;
      -webkit-tap-highlight-color: transparent; /* hilangkan highlight biru di HP */
    }

    .question:active {
      background: linear-gradient(135deg, #2a2a2a, #222);
    }

    .question h3 {
      font-size: clamp(1rem, 3.5vw, 1.15rem);
      font-weight: 600;
      color: #ffffff;
      flex: 1;
      padding-right: 12px;
    }

    .toggle {
      font-size: 1.6rem;
      font-weight: bold;
      color: #ff9500;
      transition: transform 0.35s ease;
      min-width: 30px;
      text-align: center;
    }

    .faq.active .toggle {
      transform: rotate(180deg);
    }

    .answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 1.4rem;
      background: #111;
      transition: max-height 0.4s ease, padding 0.4s ease;
      color: #d0d0d0;
      font-size: clamp(0.95rem, 3.2vw, 1.05rem);
    }

    .faq.active .answer {
      max-height: 800px; /* sesuaikan dengan jawaban terpanjang */
      padding: 1.4rem;
    }

    /* Responsif Mobile */
    @media (max-width: 600px) {
      body {
        padding: 0px;
      }

      .container {
        padding: 0 5px;
      }

      h1 {
        margin: 1.5rem 0 2rem;
      }

      .question {
        padding: 1rem 1.2rem;
      }

      .answer {
        padding: 0 1.2rem;
      }

      .faq.active .answer {
        padding: 1.2rem;
      }

      .toggle {
        font-size: 1.5rem;
      }
    }

    @media (max-width: 400px) {
      .question h3 {
        font-size: 0.98rem;
      }
    }
    /* Responsive */
    @media (max-width: 600px) {
      h1 {
        font-size: 2.1rem;
      }
      .question h3 {
        font-size: 1.05rem;
      }
    }
    footer{
      text-align: center;
      border-top: 1px solid rgb(215, 215, 215);
      font-size: small;
      padding:15px 0px 15px 0px;
      background-color: rgb(68, 68, 68);
    }
    footer p{
      margin: 0px;
    }
    footer a{
      text-decoration: none;
      color: white;
    }
/* Responsif untuk HP */
@media (max-width: 768px) {
  #back-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
}
/* Responsif untuk HP */
@media (max-width: 768px) {
  #back-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
}
/* ===== PURE CSS FOR 51GAME SECTION ===== */
        #organization {
            padding: 80px 0;
        }

        .org-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 50px;
        }

        .org-image {
            width: 100%;
            max-width: 500px;
            flex-shrink: 0;
        }

        .org-image img {
            width: 100%;
            object-fit: cover;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            display: block;
        }

        .org-content {
            width: 100%;
            max-width: 600px;
            font-size: small;
        }

        .org-content h1 {
            font-weight: 800;
            margin-bottom: 30px;
            line-height: 1.2;
            text-align: center;
            font-size: small;
        }

        .org-content p {
            line-height: 1.8;
            margin-bottom: 25px;
            font-size: small;
        }

        .org-content p:last-child {
            margin-bottom: 0;
        }

        /* RESPONSIVE MAGIC */
        @media (min-width: 1024px) {
            .org-wrapper {
                flex-direction: row;
                align-items: flex-start;
                gap: 80px;
            }
            
            .org-content h1 {
                text-align: left;
                font-size: 48px;
            }
            
            .org-content {
                max-width: none;
            }
        }

        /* Mobile optimization */
        @media (max-width: 767px) {
            #organization {
                padding: 50px 0;
            }
            .org-content h1 {
                font-size: 32px;
            }
            .org-content p{
              font-size: 20px;
            }
        }
/* =============
      footer
================ */
#footer {
            width: 100%;
        }

        .footer-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            text-align: center;
        }

        .footer-logo {
            width: 100%;
            max-width: 320px;
            height: auto;
        }

        .footer-logo img {
            width: 100%;
            height: 120px;
            object-fit: contain;
            filter: brightness(1.1);
        }

        .footer-legal {
            font-size: 15px;
            line-height: 1.6;
            max-width: 700px;
            color: #cccccc;
        }

        .footer-copyright {
            font-size: 13px;
            color: #888888;
            margin-top: 10px;
        }

        /* RESPONSIVE - MOBILE */
        @media (max-width: 768px) {
            .footer-logo img {
                max-width: 240px;
                height: 90px;
            }
            
            .footer-legal {
                font-size: 14px;
                padding: 0 15px;
            }
            
            .footer-copyright {
                font-size: 12px;
            }
            .container-img{
          text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
      }
      #banner{
        max-width: 100%;
        padding:10px 0px 10px 0px;
      }
        }