:root {
  --purple: #55368f;
  --purple-soft: #f4efff;
  --purple-line: #e9def9;
  --green: #28bf91;
  --green-dark: #1e9d75;
  --text: #251f2c;
  --muted: #766f7c;
  --white: #ffffff;
  --card-shadow: 0 7px 22px rgba(56, 40, 76, 0.08);
  --radius: 10px;
  --content: 940px;
  --narrow: 820px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.page-shell { width: 100%; overflow: hidden; }
.section { width: 100%; }
.section--lavender { background: var(--purple-soft); }
.section--white { background: var(--white); }
.section-inner {
  width: min(calc(100% - 36px), var(--content));
  margin-inline: auto;
  padding: 58px 28px;
  text-align: center;
}
.section-inner--narrow { width: min(calc(100% - 36px), var(--narrow)); }

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 18px;
  color: var(--purple);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.13;
  font-weight: 800;
  letter-spacing: -0.03em;
}
h2 {
  color: var(--purple);
  font-size: clamp(26px, 3.4vw, 36px);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
h3 { font-size: 20px; line-height: 1.28; margin-bottom: 10px; }
.eyebrow {
  color: var(--purple);
  font-size: 14px;
  letter-spacing: .15em;
  font-weight: 700;
  margin-bottom: 10px;
}
.hero-inner { padding-top: 46px; padding-bottom: 62px; }
.hero-subtitle {
  max-width: 740px;
  margin: 0 auto 24px;
  color: #5f5670;
  font-size: 15px;
  line-height: 1.55;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 31px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn--primary {
  color: white;
  background: var(--green);
  box-shadow: 0 6px 14px rgba(40, 191, 145, .18);
}
.btn--primary:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(40, 191, 145, .25);
}

.mockup {
  width: 360px;
  height: 200px;
  margin: 28px auto 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--purple);
  border: 1px solid rgba(85,54,143,.06);
}
.mockup--image {
  width: min(460px, 100%);
  height: auto;
  padding: 10px 6px;
  background: transparent;
  box-shadow: none;
  border: 0;
}
.mockup--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.media-placeholder small { color: var(--muted); font-size: 14px; }

.pain-section .section-inner { padding-top: 68px; padding-bottom: 56px; }
.pain-image-wrap {
  width: 390px;
  max-width: 88%;
  margin: 0 auto;
  background: #fff;
}
.pain-image {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
}
.media-placeholder {
  margin: 0 auto;
  background: linear-gradient(135deg, #ddd6eb, #f6f1fc);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #776b8d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
}
.media-placeholder--portrait {
  width: 390px;
  max-width: 88%;
  aspect-ratio: 1.25 / 1;
  margin-bottom: -1px;
}
.pain-title {
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--purple);
  font-size: 22px;
  background: #fff;
  width: 390px;
  max-width: 88%;
  margin-inline: auto;
  padding: 10px 12px 6px;
}
.copy {
  max-width: 800px;
  margin: 0 auto 26px;
  text-align: left;
  color: #544d59;
}
.copy--tight p { margin-bottom: 10px; font-size: 14px; }
.benefits-section .section-inner { padding-top: 60px; padding-bottom: 62px; }
.benefits-list {
  padding: 0;
  margin: 28px auto 34px;
  list-style: none;
  max-width: 650px;
  text-align: left;
}
.benefits-list li {
  position: relative;
  padding-left: 30px;
  margin: 11px 0;
  font-size: 14px;
}
.benefits-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #9a4ed3;
  font-size: 14px;
}

.testimonials-section .section-inner { padding-top: 72px; padding-bottom: 60px; }
.testimonial-carousel {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  gap: 12px;
  align-items: center;
}
.carousel-viewport {
  overflow: hidden;
  border-radius: 14px;
}
.carousel-track { position: relative; }
.carousel-slide { display: none; }
.carousel-slide.active { display: block; }
.carousel-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #d8cfe6;
  background: rgba(255,255,255,.9);
  color: var(--purple);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(54, 39, 80, .08);
}
.carousel-arrow:hover { background: #fff; }
.carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #c7bbdf;
  cursor: pointer;
}
.dot.active { background: var(--purple); }
.wa-proof-card {
  background: rgba(255,255,255,.78);
  padding: 24px;
  border-radius: 16px;
}
.wa-header {
  background: #e9f7ee;
  border: 1px solid #d5ebdc;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.wa-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wa-user strong {
  display: block;
  font-size: 14px;
  color: #26372f;
}
.wa-user span, .wa-time {
  font-size: 12px;
  color: #6b7d72;
}
.wa-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c7b9d8, #f0cfd6);
}
.wa-avatar--second { background: linear-gradient(135deg, #efc9a9, #c8b0d5); }
.wa-avatar--third { background: linear-gradient(135deg, #b3d5c1, #dfc5a8); }
.wa-screen {
  background: linear-gradient(180deg, #f7fff9 0%, #f2fff5 100%);
  border: 1px solid #d5ebdc;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  min-height: 430px;
  padding: 22px 18px 18px;
  position: relative;
  overflow: hidden;
}
.wa-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(38, 111, 80, .06) 1px, transparent 1px),
    radial-gradient(rgba(38, 111, 80, .045) 1px, transparent 1px);
  background-position: 0 0, 14px 14px;
  background-size: 28px 28px;
  pointer-events: none;
}
.wa-note {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff1c6;
  color: #7c6831;
  font-size: 11px;
  font-weight: 700;
}
.wa-bubble {
  position: relative;
  z-index: 1;
  max-width: 82%;
  margin-bottom: 10px;
  padding: 11px 13px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  box-shadow: 0 2px 8px rgba(43, 85, 61, .05);
}
.wa-bubble--left {
  background: #fff;
  color: #2b352f;
  border-top-left-radius: 4px;
}
.wa-bubble--right {
  background: #dcf8c6;
  color: #253226;
  margin-left: auto;
  border-top-right-radius: 4px;
}
.wa-bubble--placeholder {
  min-height: 140px;
  display: flex;
  align-items: center;
  border: 1px dashed #b5ccb9;
  background: rgba(255,255,255,.92);
  color: #66746c;
}
.wa-lines {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.wa-lines span {
  display: block;
  height: 8px;
  background: rgba(93, 124, 108, .12);
  border-radius: 999px;
  margin-bottom: 8px;
  width: 100%;
}
.wa-lines span.short { width: 62%; }
.microcopy {
  font-size: 11px;
  color: #7e7584;
  text-align: left;
  max-width: 760px;
  margin: 8px auto 0;
}

.deliverables-section .section-inner { padding-top: 60px; padding-bottom: 66px; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.product-card {
  text-align: left;
  border: 1px solid #ebe6ef;
  border-radius: 8px;
  padding: 22px 20px;
  box-shadow: 0 4px 16px rgba(41, 29, 60, .06);
  background: #fff;
}
.book-placeholder {
  height: 185px;
  width: 110px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #56495d;
  background: linear-gradient(135deg, #f3eef8, #ddd0e8);
  border: 1px solid #dcd3e1;
  box-shadow: 8px 7px 0 #ece7f0;
}
.book-placeholder--peach { background: linear-gradient(135deg, #fde9df, #e7c5b4); }
.book-placeholder--sand { background: linear-gradient(135deg, #eee2c6, #c9b799); }
.book-cover {
  height: 185px;
  width: auto;
  max-width: 130px;
  margin: 0 auto 20px;
  object-fit: contain;
  filter: drop-shadow(8px 7px 0 #ece7f0);
}
.product-kicker { margin-bottom: 7px; font-size: 11px; font-weight: 700; }
.product-kicker--blue { color: #2387c9; }
.product-kicker--orange { color: #d36d21; }
.product-card p:not(.product-kicker) { font-size: 14px; color: #6e6671; min-height: 90px; }
.product-value { font-size: 11px; color: var(--purple); font-weight: 600; }

.price-section .section-inner { padding-top: 72px; padding-bottom: 66px; }
.mockup--offer { width: min(440px, 100%); margin-bottom: 6px; }
.total-value { color: #968aaa; font-size: 13px; margin-bottom: 7px; }
.today-price { margin-bottom: 7px; font-size: 38px; }
.price-copy { font-size: 14px; color: #7d7388; margin-bottom: 20px; }
.difference-section .section-inner { padding-top: 48px; padding-bottom: 48px; }
.difference-section p,
.guarantee-section p,
.urgency-section p,
.final-cta-section p {
  color: #655e69;
  font-size: 13px;
  max-width: 760px;
  margin-inline: auto;
}
.guarantee-section .section-inner { padding-top: 50px; padding-bottom: 54px; }
.guarantee-seal {
  width: 112px;
  height: auto;
  margin: 0 auto 18px;
  display: block;
}
.guarantee-badge {
  width: 104px;
  height: 104px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 6px double #222;
  background: #d7b454;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #171717;
  box-shadow: 0 3px 8px rgba(0,0,0,.08);
}
.guarantee-number { font-size: 34px; line-height: 1; font-weight: 800; }
.guarantee-label { font-size: 11px; font-weight: 800; }
.urgency-section .section-inner { padding-top: 48px; padding-bottom: 62px; }
.urgency-price { color: var(--purple) !important; font-weight: 800; font-size: 22px !important; margin-bottom: 18px; }
.faq-section .section-inner { padding-top: 52px; padding-bottom: 62px; text-align: left; }
.faq-section h2 { text-align: center; }
.faq-list { display: grid; gap: 2px; }
.faq-list details { padding: 5px 0; font-size: 14px; }
.faq-list summary { cursor: pointer; font-weight: 700; color: #39313e; }
.faq-list p { margin: 5px 0 0; color: #6f6874; padding-right: 16px; }
.final-cta-section .section-inner { padding-top: 50px; padding-bottom: 54px; }
.footer .section-inner { padding-top: 36px; padding-bottom: 36px; }
.footer p { margin: 4px 0; font-size: 11px; color: #665e6f; }
.footer-note { opacity: .75; }

@media (max-width: 720px) {
  .section-inner, .section-inner--narrow {
    width: min(calc(100% - 22px), 940px);
    padding-left: 14px;
    padding-right: 14px;
  }
  h1 { font-size: 34px; }
  .product-grid { gap: 12px; }
  .product-card { padding: 16px 14px; }
  .book-placeholder { width: 86px; height: 142px; }

  .testimonial-carousel {
    position: relative;
    display: block;
    max-width: 100%;
  }

  .carousel-viewport {
    width: 100%;
  }

  .carousel-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
    width: 42px;
    height: 42px;
    font-size: 25px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 6px 16px rgba(54, 39, 80, .16);
  }

  .carousel-arrow--prev { left: -8px; }
  .carousel-arrow--next { right: -8px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .section-inner, .section-inner--narrow {
    width: calc(100% - 20px);
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero-inner { padding-top: 36px; }
  h1 { font-size: 31px; }
  h2 { font-size: 23px; }
  .product-grid { grid-template-columns: 1fr; gap: 20px; }
  .product-card {
    display: grid;
    grid-template-columns: 118px 1fr;
    column-gap: 18px;
    align-items: start;
  }
  .book-placeholder, .book-cover {
    grid-row: 1 / span 5;
    width: 96px;
    max-width: 96px;
    height: 150px;
    margin: 0 auto;
  }
  .book-cover {
    object-fit: contain;
  }
  .product-card p:not(.product-kicker) { min-height: unset; }
  .mockup--image { width: min(360px, 100%); }
  .wa-proof-card { padding: 16px; }
  .wa-screen { min-height: 360px; padding: 16px 14px 16px; }
  .wa-header { padding: 10px 12px; }
  .wa-bubble { max-width: 88%; font-size: 12px; }
}


/* Prints de WhatsApp no carrossel */
.testimonial-carousel--images {
  max-width: 620px;
}
.testimonial-image-card {
  width: 100%;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 30px rgba(56, 40, 76, .08);
}
.testimonial-proof-image {
  display: block;
  width: min(100%, 520px);
  height: auto;
  max-height: 720px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(18, 16, 22, .12);
}
@media (max-width: 720px) {
  .testimonial-carousel--images {
    max-width: 100%;
    padding-inline: 6px;
  }
  .testimonial-image-card {
    padding: 9px;
    border-radius: 14px;
  }
  .testimonial-proof-image {
    width: 100%;
    max-height: none;
    border-radius: 9px;
  }
  .testimonial-carousel--images .carousel-arrow--prev { left: 2px; }
  .testimonial-carousel--images .carousel-arrow--next { right: 2px; }
}
