/* Reset dasar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  background: #f9f9f9;
  color: #333;
}
.container {
  max-width: 600px;
  margin: auto;
  background: #ffffff5e;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/* HERO SECTION */
.hero {
  background: linear-gradient(to right, #8e2de2, #4a00e0);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.hero h1 {
  font-size: 28px;
  margin-bottom: 16px;
}

.hero .subtitle {
  font-size: 18px;
  margin-bottom: 24px;
}

.cta-button {
  background: #ffd700;
  color: #111;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #ffc107;
}

/* SECTION GLOBAL STYLES */
section {
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
  background: #fff;
  margin-bottom: 16px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

section h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #6a11cb;
}

/* FEATURES & BENEFITS */
.features ul,
.benefits ul,
.faq ul {
  list-style: none;
  padding-left: 0;
}

.features li,
.benefits li,
.faq li {
  background: #f1f1f1;
  padding: 12px 16px;
  margin-bottom: 10px;
  border-left: 4px solid #6a11cb;
  border-radius: 6px;
}
.section-dark {
  background-color: #ffffff3a;
  padding: 30px 0;
  text-align: center;
}

.image-wrapper img {
  max-width: 90%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

/* TESTIMONIAL */
.testi blockquote {
  background: #f8f8f8;
  padding: 16px;
  margin-bottom: 16px;
  border-left: 4px solid #6a11cb;
  font-style: italic;
  border-radius: 6px;
}

.testi strong {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  color: #333;
}

.bagian-gambar {
  background-color: #ffffff3a;
  padding: 30px 0;
  text-align: center;
}

.pembungkus-gambar img {
  max-width: 90%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.pembungkus-gambar h2 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #333;
}

.pembungkus-gambar p {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}

.harga-promo {
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  margin: 30px auto;
  max-width: 500px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.harga-promo h2 {
  color: #d63031;
  font-size: 24px;
  margin-bottom: 15px;
}

.harga-asli {
  color: black;
  font-weight: bold;
}

.harga-asli span {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
  font-size: 18px;
}

.harga-diskon {
  font-size: 22px;
  color: #27ae60;
  margin: 10px 0 20px;
  font-weight: bold;
}

/* CTA FINAL */
.cta-final {
  text-align: center;
  background: #6a11cb;
  color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
}

.cta-final p {
  font-size: 18px;
  margin-bottom: 20px;
}

.cta-final .cta-button {
  background: #fff;
  color: #6a11cb;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 30px;
}

/* FOOTER */
.footer {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #555;
}
.pembayaran-section {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  text-align: center;
}

.pembayaran-section h2 {
  color: #3178c6;
  margin-bottom: 20px;
  font-size: 22px;
}

.pembayaran-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.pembayaran-list li {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.6;
}

.wa-button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #25D366;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.wa-button i {
  margin-right: 8px;
}

.wa-button:hover {
  background-color: #1ebd5f;
}
.pembayaran-section {
  background: linear-gradient(to bottom right, #f9fcff, #eef4ff);
  padding: 40px 30px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.pembayaran-section:hover {
  transform: translateY(-4px);
}

.pembayaran-section h2 {
  font-size: 24px;
  color: #234a99;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pembayaran-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.pembayaran-list li {
  position: relative;
  font-size: 17px;
  color: #333;
  padding-left: 28px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.pembayaran-list li::before {
  content: "\f00c"; /* Font Awesome check icon */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #25d366;
}

.product-image1 img {
  width: 80%;
  max-width: 350px;
  height: auto;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.wa-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: linear-gradient(135deg, #25d366, #1ebd5f);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wa-button i {
  font-size: 20px;
}

.wa-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}