body {
  font-family: Arial, sans-serif;
  background: #f3f6fb;
  margin: 0;
  padding: 0;
  color: #222;
}

.container {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.hero-image {
  text-align: center;
  margin-bottom: 20px;
}

.hero-image img {
  max-width: 100%;
  border-radius: 12px;
  height: auto;
  display: block;
}
.intro {
  font-size: 15px;
  line-height: 1.6;
}

.intro b {
  display: block;
  margin-top: 20px;
  font-size: 20px;
}

.highlight {
  font-weight: bold;
  color: #000000;
}

.masalah{
    font-weight: bold;
    color: black;
}
.masalah {
  color: #d8000c;
  font-size: 20px;
  margin-bottom: 10px;
}

.daftar-masalah {
  padding-left: 20px;
  margin-bottom: 15px;
}

.peringatan {
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}

.solusi {
  color: #2e7d32;
  font-size: 20px;
  margin-bottom: 10px;
}

.apa-dapat {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #111;
}

.daftar-manfaat {
  padding-left: 20px;
  list-style: none;
}

.daftar-manfaat li::before {
  margin-right: 5px;
}

.gambar2 {
  text-align: center;
  margin-bottom: 20px;
}

.gambar2 img {
  max-width: 100%;
  border-radius: 12px;
  height: auto;
  display: block;
}

h3 {
  color: #c30047;
  margin-top: 20px;
}
.harga-ebook {
  text-align: center;
  margin: 20px auto;
  padding: 15px;
  background-color: #fffbe6;
  border: 2px dashed #f39c12;
  border-radius: 10px;
  max-width: 500px;
}

.harga-normal {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin: 0;
}

.harga-normal span {
  color: #888;
}

.harga-promo {
  font-size: 20px;
  color: #e74c3c;
  font-weight: bold;
  margin: 5px 0 0;
}


.checklist {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

.checklist li {
  margin: 5px 0;
  font-size: 16px;
}

.cta {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
}

.center {
    text-align: center;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wa-button {
  background-color: #25D366;
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.wa-button i {
  margin-right: 8px;
  font-size: 18px;
}

.wa-button:hover {
  background-color: #1ebe5d;
}