:root {
  --ink: #16231f;
  --muted: #5f6e67;
  --paper: #fffaf0;
  --soft: #f6efe2;
  --white: #ffffff;
  --line: #e5d8c2;
  --green: #1f614a;
  --green-dark: #12392b;
  --gold: #b9832f;
  --gold-soft: #fff0c7;
  --red-soft: #fff0ea;
  --shadow: 0 16px 38px rgba(22, 35, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  padding-bottom: 84px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(100% - 28px, 1040px);
  margin: 0 auto;
}

.narrow {
  width: min(100% - 28px, 760px);
}

.topbar {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  min-height: 64px;
  align-items: center;
  justify-items: center;
  padding: 10px max(14px, calc((100vw - 1040px) / 2));
  border-bottom: 1px solid rgba(229, 216, 194, 0.8);
  background: rgba(255, 250, 240, 0.94);
  backdrop-filter: blur(12px);
}

.topbar p {
  margin: 0;
  color: var(--green-dark);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.hero {
  padding: 28px 0 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 224, 157, 0.42), transparent 18rem),
    linear-gradient(180deg, #fffaf0 0%, #f7efe1 72%, #ffffff 100%);
}

.hero-grid,
.product-layout,
.bonus-grid,
.offer-grid {
  display: grid;
  gap: 24px;
}

.pill,
.mini,
.badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  font-weight: 900;
}

.pill {
  margin: 0 0 10px;
  padding: 8px 11px;
  background: var(--gold-soft);
  color: #7b5420;
  font-size: 12px;
}

.mini {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: clamp(31px, 8.5vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 900;
}

h2 {
  font-size: clamp(25px, 6.8vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 900;
}

h3 {
  font-size: 20px;
  line-height: 1.28;
  font-weight: 900;
}

.lead,
.hero-copy p,
.story-band p,
.product-section p,
.bonus-section p,
.ikhlas-section p,
.closing-section p,
.faq-list p,
.offer-card > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.66;
}

.lead {
  margin: 12px 0 0;
  color: #364940;
  font-size: 16px;
}

.lead strong {
  color: var(--green-dark);
  font-weight: 900;
}

.notice {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.notice strong {
  color: var(--green);
}

.notice span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.count-card {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 16px;
  border-radius: 16px;
  background: var(--green-dark);
  color: var(--white);
  text-align: center;
  box-shadow: var(--shadow);
}

.count-card span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 800;
}

.count-card strong {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 900;
  text-align: center;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 12px 28px rgba(31, 97, 74, 0.22);
}

.btn-secondary {
  color: var(--ink);
  background: linear-gradient(135deg, #ffe0a0, #c99236);
}

.btn-light {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--green);
}

.hero-product-card,
.product-image,
.offer-card,
.module-grid article,
details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(22, 35, 31, 0.07);
}

.hero-product-card {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.hero-emotion-card {
  position: relative;
  display: grid;
  gap: 0;
  width: calc(100% + 28px);
  min-height: 330px;
  margin: 14px -14px 0;
  overflow: hidden;
  background: transparent;
}

.hero-emotion-card img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.hero-emotion-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 62%;
  content: "";
  background:
    linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 19%, rgba(255, 250, 240, 0) 54%),
    linear-gradient(90deg, rgba(18, 57, 43, 0.48), rgba(18, 57, 43, 0));
}

.emotion-note {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 18px;
  left: 14px;
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.emotion-note b {
  color: var(--green-dark);
}

.emotion-note span {
  color: #50615a;
  font-size: 14px;
  line-height: 1.55;
}

.book-mockup {
  position: relative;
  display: grid;
  width: min(100%, 420px);
  min-height: 520px;
  align-content: center;
  justify-items: center;
  gap: 20px;
  margin: 0 auto;
  padding: 42px 34px;
  overflow: hidden;
  border-radius: 26px;
  text-align: center;
  box-shadow: var(--shadow);
}

.book-mockup::before {
  position: absolute;
  inset: 24px;
  border: 4px solid rgba(255, 226, 160, 0.8);
  border-radius: 20px;
  content: "";
}

.book-mockup span,
.book-mockup strong,
.book-mockup em,
.book-mockup b {
  position: relative;
  z-index: 1;
}

.book-mockup span {
  color: #ffe0a0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.book-mockup strong {
  color: var(--white);
  font-size: clamp(34px, 9vw, 54px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.book-mockup em {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-style: normal;
  line-height: 1.55;
}

.book-mockup b {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe0a0, #c99236);
  color: var(--ink);
  font-size: 14px;
  text-transform: uppercase;
}

.book-main {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 224, 160, 0.18), transparent 12rem),
    linear-gradient(145deg, #1c6049, #102a21);
}

.book-rezeki {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 224, 160, 0.2), transparent 12rem),
    linear-gradient(145deg, #fff3d4, #23624c);
}

.book-rezeki strong,
.book-jualan strong {
  color: #17372c;
}

.book-rezeki em,
.book-jualan em {
  color: #355348;
}

.book-jualan {
  min-height: 430px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 224, 160, 0.2), transparent 12rem),
    linear-gradient(145deg, #fffaf0, #1f614a);
}

.product-caption {
  display: grid;
  gap: 3px;
  padding: 14px;
  border-radius: 14px;
  background: var(--soft);
}

.product-caption b {
  color: var(--green);
}

.product-caption span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 42px 0;
}

.section-head {
  margin-bottom: 18px;
}

.section-head.center {
  text-align: center;
}

.center {
  text-align: center;
}

.intro-section {
  background: var(--white);
}

.mirror-section,
.doubts-section {
  background: var(--paper);
}

.intro-section p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.66;
}

.mirror-card {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(22, 35, 31, 0.07);
}

.mirror-card p {
  margin: 0;
  color: #40554b;
  font-size: 16px;
  line-height: 1.68;
}

.mirror-card strong,
.story-band strong,
.clean-list strong {
  color: var(--green-dark);
  font-weight: 900;
}

.story-band strong {
  color: #ffe0a0;
}

.pain-section {
  background: var(--white);
}

.pain-list {
  display: grid;
  gap: 10px;
}

.pain-list div {
  position: relative;
  padding: 14px 14px 14px 42px;
  border: 1px solid #f0d3c6;
  border-radius: 14px;
  background: var(--red-soft);
  color: #47362f;
  line-height: 1.58;
  font-weight: 600;
}

.pain-list strong {
  display: block;
  margin-bottom: 2px;
  color: #2c211d;
  font-weight: 900;
}

.pain-list div::before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #d96b46;
  color: var(--white);
  content: "!";
  font-size: 12px;
  font-weight: 900;
}

.story-band {
  background: var(--green-dark);
  color: var(--white);
}

.story-band .mini {
  color: #ffd98f;
}

.story-band p {
  color: rgba(255, 255, 255, 0.82);
}

.story-band p,
.ikhlas-section p,
.closing-section p {
  margin: 12px 0 0;
}

.proof-section {
  background: var(--paper);
}

.proof-grid {
  display: grid;
  gap: 12px;
}

.proof-grid div {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(22, 35, 31, 0.06);
}

.proof-grid b {
  color: var(--gold);
  font-size: 13px;
}

.proof-grid span {
  color: #34473e;
  font-weight: 800;
  line-height: 1.58;
}

.testimonials-section {
  overflow: hidden;
  background: var(--white);
}

.doubt-grid {
  display: grid;
  gap: 14px;
}

.doubt-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(22, 35, 31, 0.06);
}

.doubt-grid h3 {
  color: var(--green-dark);
  font-size: 19px;
}

.doubt-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  margin: 0 -14px;
  padding: 4px 0;
}

.testimonial-slider::before,
.testimonial-slider::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 42px;
  content: "";
  pointer-events: none;
}

.testimonial-slider::before {
  left: 0;
  background: linear-gradient(90deg, var(--white), rgba(255, 255, 255, 0));
}

.testimonial-slider::after {
  right: 0;
  background: linear-gradient(270deg, var(--white), rgba(255, 255, 255, 0));
}

.testimonial-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: testimonial-slide 38s linear infinite;
}

.testimonial-card {
  width: min(82vw, 320px);
  min-height: 210px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 10px 28px rgba(22, 35, 31, 0.07);
}

.testimonial-card p {
  margin: 0;
  color: #34473e;
  font-size: 15px;
  line-height: 1.7;
}

.testimonial-card strong {
  display: block;
  margin-top: 16px;
  color: var(--green);
  font-size: 14px;
}

.testimonial-card strong span {
  filter: blur(3px);
  opacity: 0.75;
}

@keyframes testimonial-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 6px));
  }
}

.product-image {
  padding: 14px;
}

.clean-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
  line-height: 1.58;
}

.clean-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #e7f3ec;
  color: var(--green);
  content: "";
  font-size: 12px;
  font-weight: 900;
}

.clean-list li::after {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  content: "";
  transform: rotate(-45deg);
}

.modules-section,
.ikhlas-section,
.bonus-section {
  background: var(--soft);
}

.module-grid {
  display: grid;
  gap: 14px;
}

.module-grid article {
  padding: 20px;
}

.module-grid b {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 13px;
}

.module-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.who-section {
  background: var(--white);
}

.who-list {
  display: grid;
  gap: 10px;
}

.who-list span {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffdf8;
  color: #34473e;
  font-weight: 800;
  line-height: 1.55;
}

.quote-box {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: 14px;
  background: var(--white);
}

.quote-box p {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
}

.offer-section {
  background: var(--white);
}

.offer-subcopy {
  max-width: 660px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.final-count {
  max-width: 520px;
  margin: 0 auto 24px;
}

.offer-image {
  position: relative;
  margin: 0 0 18px;
  padding: 12px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 224, 157, 0.36), transparent 13rem),
    #fffdf8;
}

.offer-image::after {
  position: absolute;
  right: 12%;
  bottom: 10px;
  left: 12%;
  height: 22px;
  border-radius: 50%;
  background: rgba(22, 35, 31, 0.12);
  content: "";
  filter: blur(10px);
}

.offer-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 14px;
}

.offer-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.main-offer {
  border: 2px solid rgba(185, 131, 47, 0.42);
  background: #fff8e7;
}

.premium-offer {
  background: #edf6ef;
}

.badge {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: #e7f3ec;
  color: var(--green);
  font-size: 12px;
}

.badge-gold {
  background: var(--gold-soft);
  color: #7b5420;
}

.price {
  margin: 12px 0 0;
  color: var(--green);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.offer-card > p {
  margin: 14px 0 0;
}

.amount-picker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 18px 0 12px;
}

.amount-picker button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}

.amount-picker button.active {
  border-color: var(--gold);
  background: var(--gold-soft);
}

.offer-card .btn {
  width: 100%;
  margin-top: auto;
}

.premium-cover {
  margin: 16px 0;
  padding: 12px;
  border-radius: 16px;
  background: var(--white);
}

.closing-section {
  background: var(--green-dark);
  color: var(--white);
}

.closing-section .mini {
  color: #ffd98f;
}

.closing-section p {
  color: rgba(255, 255, 255, 0.84);
}

.closing-section .btn {
  width: 100%;
  margin-top: 22px;
  background: #ffd98f;
  color: var(--ink);
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 12px;
}

summary {
  cursor: pointer;
  padding: 18px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 18px 18px;
}

.footer {
  padding: 34px 0 96px;
  background: #10281f;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.footer-inner {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.footer p {
  margin: 0;
  max-width: 620px;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.footer a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 217, 143, 0.38);
  border-radius: 999px;
  color: #ffd98f;
  font-weight: 900;
}

.sticky-cta {
  position: fixed;
  z-index: 40;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 520px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 16px;
  background: rgba(16, 40, 31, 0.94);
  box-shadow: 0 16px 42px rgba(22, 35, 31, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.show-sticky .sticky-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta a {
  display: grid;
  min-height: 46px;
  place-items: center;
  border-radius: 12px;
  background: var(--green);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.sticky-cta a + a {
  background: #ffd98f;
  color: var(--ink);
}

@media (min-width: 760px) {
  .hero {
    padding: 50px 0 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: end;
    gap: 44px;
  }

  .hero-emotion-card {
    width: 100%;
    min-height: 520px;
    margin: 0;
  }

  .hero-emotion-card img {
    height: 560px;
    min-height: 520px;
  }

  .emotion-note {
    right: 26px;
    bottom: 32px;
    left: 26px;
    max-width: 420px;
  }

  .hero-actions {
    grid-template-columns: auto auto;
    justify-content: start;
  }

  .section {
    padding: 76px 0;
  }

  .pain-list,
  .module-grid,
  .proof-grid,
  .doubt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-layout,
  .bonus-grid {
    grid-template-columns: minmax(290px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 42px;
  }

  .bonus-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  }

  .who-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .amount-picker {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-inner {
    display: grid;
    justify-items: center;
  }
}

@media (min-width: 1060px) {
  h1 {
    font-size: 58px;
  }

  .pain-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .module-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .book-mockup strong {
    font-size: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
