* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #fff;
}

.padding{
    max-width: 600px;
  margin: auto;
  background: #ffffff5e;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  max-width: 1200px;
  margin: auto;
}

.hero {
  background: #1e1e1e;
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

.ebook-img {
  max-width: 500px;
  width: 100%;
  margin: 1rem auto;
  display: block;
}

.hero-text h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.hero-text p {
  margin-bottom: 1.5rem;
}

.button-center {
  text-align: center;
  margin: 40px 0;
}

.wa-elegan {
  display: inline-block;
  padding: 14px 30px;
  background-color: white;
  color: purple;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #ccc;
  transition: all 0.3s ease;
}

.wa-elegan:hover {
  background-color: #f0f0f0;
  color: #6a0dad;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


.email-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.email-form input {
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  flex: 1;
  min-width: 200px;
}

.email-form button {
  padding: 0.75rem 1.5rem;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}

.features {
  padding: 3rem 2rem;
  text-align: center;
}

.features h2 {
  margin-bottom: 1rem;
}

.feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.card {
  background: #f4f4f4;
  padding: 1.5rem;
  border-radius: 10px;
  max-width: 300px;
  flex: 1;
}

.faq-heading {
  text-align: center;
  color: #8b0000;
  margin-bottom: 30px;
}

.faq-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.faq-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #222;
  list-style: none;
}

.faq-summary i {
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-summary i {
  transform: rotate(180deg);
  color: #a1213c; /* text-burgundy */
}

.faq-answer {
  margin-top: 15px;
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
  text-align: left;
}

.chapters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 3rem 2rem;
  background-color: #dfdfdf41;
}

.chapter-info p {
  flex: 1;
  
}

.bingung  {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    padding: 3rem 2rem;
    background-color: #dfdfdf41;
    margin-top: 2em;
}

.bingung p {
    text-indent: 4px;
}

.fakta  {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    padding: 3rem 2rem;
    background-color: #dfdfdf41;
    margin-top: 2em;
}

.fakta p {
    text-indent: 4px;
    font-weight: bold;
}

.fakta2 {
    text-indent: 6px;
}

.chapter-info ul {
  list-style: none;
  padding-top: 3rem;
}

.chapter-info ul li {
  margin-bottom: 0.5rem;
}

.ipad-img {
  max-width: 400px;
  width: 100%;
}

.price-offer-section {
  text-align: center;
  background-color: #9797971e;
  padding: 40px 20px;
  color: #222;
  font-family: 'Arial', sans-serif;
  margin-top: 2em;
}

.normal-price {
  font-weight: bold;
  color: #444;
  font-size: 16px;
  margin-bottom: 6px;
}

.strikethrough {
  text-decoration: line-through;
  font-size: 26px;
  color: #999;
  margin: 0 0 20px;
}

.special-price-label {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.special-price {
  font-size: 40px;
  font-weight: bold;
  color: #8b0015;
  margin: 6px 0;
}

.discount {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.product-image 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);
}

.testimoni-section {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
  background: #e4e4e47c;
  text-align: center;
  border-radius: 10px;
  margin-top: 2em;
}

.testimoni-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #b3003c;
}

.testimoni-box {
  background: #fff8f8;
  border-left: 5px solid #e53935;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  position: relative;
}

.testimoni-box .emoji {
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.testimoni-box .quote {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.testimoni-box .author {
  font-weight: bold;
  color: #444;
  font-size: 14px;
}

.faq-section {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  font-family: sans-serif;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}

details {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  transition: 0.3s;
}

summary {
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}

details[open] {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

details p {
  margin-top: 10px;
  line-height: 1.6;
}

.button-container {
  text-align: center;
  margin-top: 30px; /* opsional */
}

.tertarik {
    text-align: center;
    font-weight: bold;
}

.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);
}



footer {
  text-align: center;
  padding: 2rem;
  background: #f4f4f4;
  font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container,
  .chapters {
    flex-direction: column;
    text-align: center;
  }

  .ipad-img {
    margin: auto;
  }

  .email-form {
    flex-direction: column;
  }
}
