@font-face {
  font-family: 'Mulish';
  src: url('fonts/Mulish.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont-Regular';
  src: url('fonts/mr.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont-Semi';
  src: url('fonts/msb.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont-thin';
  src: url('fonts/mt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mont-black';
  src: url('fonts/mb.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.pembatas {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #FFD700, #FFA500, #FFD700);
  margin: 3rem 0;
  border: none;
}

/* === SECTION: AWALAN === */

html, body {
  background-color: #000;
  color: white;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.top-banner {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  height: 60px; 
}

@media (max-width: 600px) {
  .top-banner {
    font-size: 0.9rem;
    height: auto;
    padding: 0.8rem 1rem;
  }
}

#awalan {
  background-color: #000;
  color: #fff;
  padding: 1rem 1rem;
  text-align: center;
}

#awalan .judul-awalan {
  font-family: 'Mont-Semi';
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

#awalan .judul-awalan2 {
  font-family: 'Mont-Semi';
  font-weight: 700;
  margin-bottom: 1rem;
}

#awalan .gradient-text {
  background: linear-gradient(to right, #f7e46a, #f5e68d, #e7ba19, #f5e68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#awalan .deskripsi-awalan {
  font-family: 'Mont-Regular';
  font-size: 20px;
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#awalan .gradient-text-des {
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f5e68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#awalan .textvideo-awalan {
  font-family: 'Mont-Regular';
  font-size: 15px;
  color: #ffffff;
}

#carouselTeaser {
    margin-bottom: 20px;
  }

#awalan .btn-join {
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  color: #000;
  font-weight: bold;
  border: none;
  padding: 0.75rem 3.5rem;
  border-radius: 25px;
  text-decoration: none;
  margin-top: 20px;
  font-family: 'Mont-black';
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.2),         /* drop shadow */
    inset 0 0 0 2px #FFD700;               /* outline emas */
  transition: all 0.3s ease;
}

#awalan .btn-join:hover {
  box-shadow:
    0 6px 15px rgba(0, 0, 0, 0.3),
    inset 0 0 0 2px #eec008;
  transform: translateY(-2px);
}

#awalan .textvideo-awalan {
  font-family: 'Mont-Regular';
  font-size: 15px;
  color: #ffffff;
}

#awalan .detail-awalan {
  font-family: 'Mont-Regular';
  font-size: 18px;
  color: #ffffff;
}

/* Responsif */
@media (max-width: 768px) {
  #awalan .judul-awalan {
    font-size: 1.5rem;
  }

  #awalan .top-banner {
    font-size: 0.85rem;
  }

  #awalan .deskripsi-awalan {
    font-size: 0.95rem;
  }

  #awalan .detail-awalan {
    font-size: 0.95rem;
  }
}

#awalan .img-portoa {
  display: block;        /* bikin gambar full baris */
  margin: 0 auto 20px;   /* auto center + jarak bawah */
  max-width: 100%;       /* responsif */
  height: auto;
}


.teaser {
  margin-top: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
}

.teaser img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* Tombol control kiri-kanan */
.teaser .carousel-control-prev,
.teaser .carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 75% 75%;
  filter: invert(1); /* Warna putih */
}

@media (max-width: 768px) {
  .teaser {
    max-width: 100%;
    border-radius: 0;
  }
  .img-portoa {
    width: 60%;
  }
}






/*Kata Mereka */
#kata-mereka {
  background-color: #000;
}

.kata-member {
  font-family: 'Mulish';
  font-size: 25px;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 6px;

}

.testimonial-card {
  font-size: 15px;
  background-color: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  color: #fff;
  box-shadow:
    0 8px 10px rgba(255, 215, 0, 0.2), /* gold drop shadow */
    0 0 15px rgba(255, 232, 28, 0.1);
  position: relative;
  font-family: 'Mont-Regular';
  line-height: 30px;
}

.testimonial-card .card-footer {
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #ccc;
}

/* Responsive (Mobile) */
@media (max-width: 767.98px) {
  .testimonial-card {
    flex-direction: column;
    text-align: left;
  }
}










/*KENAPA */
#kenapa {
  background-color: #000;
}

.why-section {
    display: flex;
    flex-direction: column;
    gap: 30px; 
    padding: 10px 10px;
    text-align: center;
    align-items: center;
}

#kenapa .ada-apa {
  font-family: 'Mulish';
  font-size: 25px;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 6px;
}

.why-section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

.why-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(255, 215, 0, 0.5); /* Border emas dengan opacity 50% */
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8); /* Efek glow emas */
}

.why-section img[src="images/wm1.png"] {
    border: none;
    box-shadow: none;
}

.why-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 900px;
}

.why-section .text {
    width: 45%;
    color: white;
    font-size: 1.1rem;
    text-align: left;
    font-family: 'Mont-Regular';
}

.why-section .image {
    width: 45%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

#kenapa .row h3 {
  font-family: 'Mulish';
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: bold;
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 6px;
}

#kenapa .row p {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
}

.why-section .row:nth-child(even) {
    flex-direction: row-reverse;
}

.why-section .row h3 {
    margin-bottom: 10px;
    color: #d4af37;
}

/* Responsif: Gambar muncul lebih dulu di layar kecil */
@media (max-width: 768px) {
    .why-section .row {
        flex-direction: column !important;
    }

    .why-section .image {
        width: 100%;
        order: -1; /* Membuat gambar muncul lebih dahulu sebelum teks */
    }

    .why-section .text {
        width: 100%;
        text-align: center;
    }
}

.kelebihan-section {
  padding: 1rem 1rem;
  background-color: #000;
}

.kelebihan-title {
  font-family: 'Mulish';
  font-size: 25px;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 6px;
}

.kelebihan-card {
  background-color: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2rem;
  color: #fff;
  box-shadow:
    0 8px 10px rgba(255, 215, 0, 0.2), /* gold drop shadow */
    0 0 15px rgba(255, 232, 28, 0.1);
}

.kelebihan-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
}

.kelebihan-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  font-family: 'Mont-Regular';
}

.kelebihan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px; /* sesuaikan posisi vertikal */
  width: 20px; /* sesuaikan ukuran gambar */
  height: 20px;
  background-image: url('img/dot.png');
  background-size: contain;
  background-repeat: no-repeat;
}


.easymoney-section {
  text-align: center;
  padding: 10px 20px;
 }
 
.easymoney-section h2 {
  font-family: 'Mont-Semi';
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.easymoney-section h3 {
  font-family: 'Mont-Semi';
  margin-bottom: 20px;
}

.easymoney-section .gradient-text-des {
  background: linear-gradient(to right, #f7e46a, #f5e68d, #ebc336, #f5e68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.easymoney-section p {
  font-family: 'Mont-regular';
  font-size: 18px;
}

.easymoney-section iframe {
    width: 100%;
    max-width: 800px;
    height: 450px;
    border: none;
    border-radius: 10px;
    margin-top: 30px;
}

.testimonial-section img {
  width: 400px;
  border-radius: 10px;
  padding: 1px; /* agar gradient terlihat */
  background: linear-gradient(135deg, #d4af37, #ffd700); /* gradasi emas */
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.6); /* bayangan emas */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

.testimonial-section img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #d4af37;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
}

.popup img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  border: 5px solid #d4af37;
  pointer-events: none; 
}


.youtube-embed {
  position: relative;
  padding-bottom: 56.25%; /* rasio 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px; /* opsional, biar rounded */
  margin-bottom: 30px;
}

.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-wa {
  display: inline-block;
  background-color: #04a840; /* warna hijau WA */
  color: white;
  padding: 12px 120px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-bottom: 15px;
}

.btn-wa:hover {
  background-color: #1ebe5b;
}















 
 #gimana-caranya {
  background-color: #000;
  color: #fff;
  padding: 0rem 1rem;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#gimana-caranya .gimana-caranya-h2 {
  font-family: 'Mont-Semi';
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

#gimana-caranya .gradient-text-gimana {
  background: linear-gradient(to right, #f7e46a, #f5e68d, #e7ba19, #f5e68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#gimana-caranya .caranya {
  font-family: 'Mulish';
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 4px;
}

#gimana-caranya .caranya-desc {
  font-family: 'Mont-regular';
  font-size: 16px;
}
  
#gimana-caranya .pelengkap-gimana {
  font-family: 'Mont-Semi';
  font-size: 25px;
  text-align: center;
  font-weight: 700;
}
#gimana-caranya .pelengkap-gimana-dis {
  font-family: 'Mont-Semi';
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}

.img-responsive-center {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: 12px;
}

.img-responsive-luck {
  display: block;
  width: 50%; 
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: 12px;
}

#futuresCarousel {
    max-width: 800px;
    margin: 20px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  #futuresCarousel img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    #futuresCarousel {
      max-width: 100%;
    }
  }
   .gimana-caranya .image {
        width: 100%;
    }

 .img-responsive-future {
    width: 100%;
    height: auto;
    max-width: 800px; /* batas maksimum ukuran gambar di layar besar */
    display: block;
    margin: 20px auto; /* agar gambar center */
    border-radius: 12px;
    object-fit: cover;
  }

  .gradient-text-pelengkap {
  background: linear-gradient(to right, #f7e46a, #f5e68d, #e7ba19, #f5e68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

  @media (max-width: 768px) {
    .img-responsive-future {
      max-width: 100%;
      height: auto;
    }
  }   





























.suitable-section {
    text-align: center;
    padding: 5px 20px 0px; /* Jarak */
    background-color: black; /* Sesuai dengan tampilan latar belakang di gambar */
    color: white;
}

.suitable-section h2 {
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.cocok-yang {
  font-family: 'Mont-Semi';
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cocok-yang-h3 {
  font-family: 'Mont-Semi';
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 17px;
  text-align: center;
}

.cocok-yang-h4 {
  font-family: 'Mont-Semi';
  font-size: 25px;
  font-weight: 700;
  margin-top: -1px;
  text-align: center;
}

.gradient-text-cocok {
  background: linear-gradient(to right, #f7e46a, #f5e68d, #e7ba19, #f5e68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.suitable-p {
margin-top: -10px;
font-family: 'Mont-Regular';
}

.suitable-section h2::before {
    content: "";
    background: url('images/check.webp') no-repeat center center;
    background-size: contain;
    width: 40px; 
    height: 40px; 
}

.suitable-section .content-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    max-width: 1200px;
    margin: 30px auto;
}

.suitable-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.suitable-section .image-container img {
    width: 250px; /* Lebar gambar seragam */
    height: 400px; /* Tinggi lebih panjang sesuai keinginan */
    object-fit: cover; /* Pastikan gambar tetap proporsional */
    border-radius: 10px;
    /*box-shadow: 0 0 15px rgba(255, 215, 0, 0.8);*/
}

.suitable-section .text-container {
    margin-top: 25px;
    color: white;
    max-width: 250px;
}

/* Responsif: Jika layar kurang dari 768px, maka gambar akan ditampilkan vertikal */
@media (max-width: 768px) {
    .suitable-section .content-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
  .cocok-yang-h3 {
    font-size: 1.5rem; /* dari 2rem jadi lebih kecil */
  }

  .cocok-yang-h4 {
    font-size: 18px; /* dari 25px jadi lebih kecil */
  }
}



































.important-section {
    text-align: center;
    margin-top: 50px;
}

.important-section h2 {
    font-size: 30px;
    color: white;
}

.paling-penting {
  font-family: 'Mulish';
  font-size: 25px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 6px;  
}

.important-text {
    max-width: 800px; /* Menyesuaikan dengan lebar gambar */
    margin: -40px auto 0 auto; /* Mengurangi jarak atas agar mepet dengan gambar */
    text-align: justify-center; /* Justifikasi agar rapi */
    color: white;
    line-height: 1.6;
    padding: 0 20px; /* Padding agar nyaman dibaca di layar kecil */
    font-family: 'Mont-Regular';
}


.important-image-container img {
    width: 800px; /* Sesuaikan ukuran gambar */
    height: auto;
    border-radius: 10px;
    margin-top: 15px;
    padding-bottom: 40px;
}

/* Responsif */
@media (max-width: 768px) {
    .important-image-container img {
        width: 90%; /* Menyesuaikan ukuran pada layar kecil */
    }
}

.kalian-para {
  font-family: 'Mulish';
  font-size: 25px;
  text-align: center;
  margin-top: 2rem;
  font-weight: bold;
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 6px;  
}

.card-cocok .card-custom {
  background: #111;
  border-radius: 15px;
  padding: 20px;
  color: #ffffff;
  box-shadow:
    0 8px 10px rgba(255, 215, 0, 0.2), /* gold drop shadow */
    0 0 15px rgba(255, 232, 28, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: transform 0.2s ease;
  margin-top: -20px;
  margin-bottom: 25px;
  font-family: 'Mont-Regular';
}

.card-cocok .card-custom:hover {
  transform: translateY(-5px);
}

.card-cocok .icon {
  font-size: 1.8rem;
  background: linear-gradient(90deg, #f7e46a, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  flex-shrink: 0;
  margin-top: 5px;
}

.card-cocok p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .card-cocok .card-custom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .card-cocok .icon {
    margin-bottom: 1px;
    font-size: 2rem;
  }
}

















.section-dua-tipe {
    width: 70%;
    text-align: center;
    padding: 10px 0;
}

.section-dua-tipe h2 {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    font-family: 'Mont-Semi';
}

.section-dua-tipe p {
    color: white;
    margin-bottom: 20px;
    font-family: 'Mont-Regular';
}

.kamu-yang-mana {
  font-family: 'Mulish';
  font-size: 15px;  
  font-weight: bold;
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 3px;
}

.two-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px; 
    margin: 20px 0;
}

.two-images img {
    width: 60%; 
    max-width: 400px;
    border-radius: 10px;
}

.cta-button {
    background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
    color: #000;
    font-weight: bold;
    padding: 10px 15px; 
    border: none;
    font-family: 'Mont-black';
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    width: auto;
    max-width: 100%;
    transition: transform 0.3s ease, z-index 0s linear 0.3s; 
    opacity: 1; 
}


@media (max-width: 768px) {
    .cta-button {
        width: 100%; 
        padding: 10px 20px; 
        font-size: 1rem; 
    }
}

.cta-button:hover {
    z-index: 1; 
    transform: translateY(-3px); 
    opacity: 0.8;
}


@media (max-width: 768px) {
    .two-images {
        flex-direction: column;
    }

    .two-images img {
        width: 120%;
    }
}


 .faq-section {
    padding: 10px 20px;
  }

  .faq-title {
    font-family: 'Mulish';
    font-size: 25px;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
    background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: 6px;
  }

  .accordion-item {
    background-color: #0d0d0d;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #222;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .accordion-item.active {
    border-color: #0d0d0d;
    box-shadow: 0 0 10px #d4af37;
  }

  .accordion-button {
    background: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(100, 100, 100, 0.3)) !important;
    color: white !important;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
    box-shadow: none !important;
    font-family: 'Mont-Regular';
    font-size: 18px;
  }

  .accordion-button:not(.collapsed) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(100, 100, 100, 0.3)) !important;
    color: white !important;
    box-shadow: none !important;
  }

  .accordion-button span {
    flex-grow: 1;
    text-align: left;
  }

  .accordion-button::after {
    display: none;
  }

  .accordion-button .icon {
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  .accordion-body {
    background-color: transparent;
    padding: 1rem;
    color: #ccc;
    border-top: 1px solid #333;
  }

  @media (max-width: 576px) {
    .accordion-button {
      font-size: 0.9rem;
    }
    .faq-title {
      font-size: 1rem;
      margin-bottom: 1rem;
    }
    .accordion-button {
      font-size: 16px;
      letter-spacing: 1px;
      word-spacing: 2px;
      padding: 1.2rem;
      line-height: 25px;
  }
}

  




    











    
#apa-aja-sih {
  background-color: #000000;
  color: white;
  padding-left: 15px;
  padding-right: 15px;  
}

#apa-aja-sih .container {
  max-width: 1020px; /* Supaya tidak terlalu lebar */
  margin: 0 auto;
}

.h2-apa-aja {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Mont-Semi';
    font-weight: 700;
}

.gradient-text-apa-aja {
  background: linear-gradient(to right, #f7e46a, #f5e68d, #e7ba19, #f5e68d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item-box {
  display: flex;
  align-items: center;
  justify-content: center; /* agar content center secara horizontal */
  flex-direction: column;
  text-align: center;
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
  gap: 10px;
}

.item-box-special {
  display: flex;
  align-items: center;
  justify-content: center; 
  flex-direction: column;
  text-align: center;
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
  gap: 10px;
  margin-bottom: 15px;
}

.item-box .icon {
  font-size: 26px;
  color: #ffffff;
}

.bonus-box {
  background-color: #1f1f1f;
  border: 2px dashed #f5e68d;
  border-radius: 12px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 20px auto;
}


.info-box {
  max-width: 720px;
  margin: 40px auto 0;
  text-align: center;
}

.icon-offering {
  font-size: 26px;
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a); /* gradasi emas */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.detail-box {
  font-family:'Mont-Regular';
  font-size: 17px;
}

.uang-kembali {
  background-color: #0d0d0d;
  padding: 30px 5px;
  border-radius: 15px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(255, 245, 102, 0.3); 
  border: 1px solid #333;
}

@media (max-width: 576px) {
  #apa-aja-sih .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-box-special {
    margin-left: 5px;
    margin-right: 5px;
  }

  .item-box {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.fa-shield-halved {
  background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; 
}

.detail-garansi {
  font-size: 15px;
  font-family: 'Mont-Regular';
  margin-top: 15px;
}

.penjelasan-garansi {
  font-size: 15px;
  font-family: 'Mont-Black';
  margin-top: 15px;
}

.hijau {
  color: #66fd6d;
}


.section-offering {
      text-align: center;
      padding: 5px 10px;
      max-width: 900px;
      margin: 0 auto;
    }

    .section-offering .normal-price {
      color: #999;
      text-decoration: line-through;
      display: block;
      margin-bottom: 5px;
    }

    .section-offering .promo-title {
      font-weight: bold;
      font-size: 20px;
      background: linear-gradient(to right, #f7e46a, #f5e68d, #e7ba19, #f5e68d);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .section-offering .promo-price {
      font-size: 40px;
      font-weight: bold;
      background: linear-gradient(to right, #f7e46a, #f5e68d, #e7ba19, #f5e68d);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 5px 0 5px 0;
    }


    .section-offering .warning {
      margin: 10px 0 10px;
      color: #ffeb3b;
      font-weight: bold;
      font-size: 25px;
    }

    .section-offering .yellow-text {
      color: #ffeb3b;
    }

  
  .form-pembayaran {
      max-width: 800px;
      margin: 0 auto;
      background-color: #111;
      padding: 30px;
      border-radius: 8px;
    }

    .form-pembayaran h2 {
      margin-top: 0;
      background: linear-gradient(to right, #f7e46a, #f5e68d, #e7ba19, #f5e68d);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 30px;
    }

    .form-group {
      margin-bottom: 20px;
    }

    label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
    }

    input[type="text"], input[type="tel"] {
      width: 100%;
      padding: 10px;
      border: 1px solid #555;
      border-radius: 4px;
      background-color: #222;
      color: #fff;
    }

    .discount-group {
      display: flex;
      gap: 10px;
    }

    .discount-group input[type="text"] {
      flex: 1;
    }

    .discount-group button {
      padding: 10px 20px;
      background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
      color: #000000;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
    }

    .discount-group button:hover {
      background-color: #ff5722;
    }

    .total {
      margin: 20px 0;
      font-size: 20px;
      font-weight: bold;
      background: linear-gradient(to right, #f7e46a, #f5e68d, #e7ba19, #f5e68d);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .btn-lanjut {
      width: 100%;
      padding: 15px;
      background: linear-gradient(to right, #f7e46a, #f5e68d, #f8d452, #f1cd4a);
      color: #000000;
      border: none;
      font-weight: bold;
      font-size: 18px;
      border-radius: 4px;
      cursor: pointer;
    }

    .btn-lanjut:hover {
      background-color: #ff5722;
    }

    @media (max-width: 600px) {
      .discount-group {
        flex-direction: column;
      }

      .discount-group button {
        width: 100%;
      }
    }