
/* Imagens usadas pelo CSS: manter em /public_html/ebook/assets/ */
:root {
  --green: #52c140;
  --green-2: #67d65b;
  --green-dark: #0b4213;
  --dark: #001705;
  --title: #123b1a;
  --soft: #e9f8e7;
  --soft-2: #f2fbef;
  --off: #f8faf4;
  --white: #fff;
  --text: #303830;
  --muted: #667066;
  --line: rgba(31, 61, 36, 0.1);
  --shadow: 0 20px 60px rgba(31, 61, 36, 0.12);
  --container: min(1180px, calc(100% - 42px));
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--off);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}

.container {
  width: var(--container);
  margin: auto;
}
.grid {
  display: grid;
  gap: 18px;
}
.center {
  display: flex;
  justify-content: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 20, 5, 0.06);
  box-shadow: 0 8px 28px rgba(0, 20, 5, 0.035);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2px;
}

.brand {
  display: inline-flex;
  width: max-content;
}
.brand img {
  width: 170px;
  height: auto;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.header-nav a {
  transition: 0.2s ease;
}
.header-nav a:hover {
  color: var(--green-dark);
}
.header-cta-wrap {
  display: flex;
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 900;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  text-align: center;
  line-height: 1.1;
  border: 0;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--green);
  color: white;
  box-shadow: 0 18px 44px rgba(82, 193, 64, 0.28);
}
.btn-primary:hover {
  background: #45b632;
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.76);
  color: var(--green-dark);
  border: 1px solid rgba(31, 61, 36, 0.1);
  box-shadow: 0 14px 32px rgba(31, 61, 36, 0.08);
}
.btn-header {
  min-height: 52px;
  padding: 14px 28px;
  font-size: 15px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 24px 0 42px;
  background-image:
    linear-gradient(
      90deg,
      rgba(248, 250, 244, 0.99) 0%,
      rgba(248, 250, 244, 0.94) 41%,
      rgba(248, 250, 244, 0.66) 66%,
      rgba(248, 250, 244, 0.25) 100%
    ),
    image-set(url("../assets/hero-bg.webp") type("image/webp"), url("../assets/hero-bg.png") type("image/png"));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero:before,
.hero:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(82, 193, 64, 0.22);
  border-radius: 999px;
  pointer-events: none;
}
.hero:before {
  width: 360px;
  height: 360px;
  left: -150px;
  bottom: -130px;
}
.hero:after {
  width: 220px;
  height: 220px;
  right: -70px;
  top: 120px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  align-items: center;
  min-height: 560px;
}
.hero-copy {
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--title);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.simple-eyebrow {
  margin-bottom: 18px;
}
.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 rgba(82, 193, 64, 0.55);
  animation: pulseGreen 1.4s infinite;
}
@keyframes pulseGreen {
  0% {
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(82, 193, 64, 0.55);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(82, 193, 64, 0);
  }
  100% {
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(82, 193, 64, 0);
  }
}

h1,
h2 {
  margin: 0;
  font-family: Montserrat, Inter, sans-serif;
  color: var(--title);
  line-height: 1.02;
  letter-spacing: -0.052em;
}
h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 0.98;
}
h2 {
  font-size: clamp(30px, 3.5vw, 50px);
}
h1 span,
h2 span {
  color: var(--green);
}

.hero-subtitle {
  margin: 22px 0 0;
  max-width: 600px;
  color: #3f4840;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}
.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-trust {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}
.hero-trust span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 61, 36, 0.08);
}
.hero-card {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.ebook-hero-real {
  width: min(100%, 440px);
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(31, 61, 36, 0.22));
}

.section {
  padding: 86px 0;
}
.section-light {
  background: white;
}
.section-dark {
  background:
    radial-gradient(
      circle at 76% 20%,
      rgba(82, 193, 64, 0.18),
      transparent 34%
    ),
    linear-gradient(135deg, #001705 0%, #062a0b 58%, #0e3a13 100%);
  color: white;
}
.section-title {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}
.section-title.align-left {
  text-align: left;
  margin: 0 0 24px;
}
.section-title p {
  margin: 16px auto 0;
  max-width: 670px;
  color: var(--muted);
  font-size: 18px;
}
.section-dark .section-title h2,
.section-dark .section-title p {
  color: white;
}
.section-dark .section-title p {
  opacity: 0.92;
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section-kicker span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(82, 193, 64, 0.12);
}

.symptoms {
  background: linear-gradient(180deg, #ffffff 0%, var(--soft-2) 100%);
}
.symptoms-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.symptom-card {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  background: white;
  border: 1px solid rgba(31, 61, 36, 0.08);
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(31, 61, 36, 0.06);
  color: var(--title);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.symptom-card span {
  color: var(--green);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.audience-section {
  background: var(--soft-2);
}
.audience-cards {
  width: min(960px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.audience-card {
  position: relative;
  min-height: 278px;
  padding: 34px 32px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 46px rgba(31, 61, 36, 0.12);
}
.audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.audience-card-yes {
  background: linear-gradient(135deg, #ffffff 0%, #f5fff3 100%);
  border: 1px solid rgba(82, 193, 64, 0.18);
}
.audience-card-yes::before {
  background: radial-gradient(
    circle at 94% 8%,
    rgba(82, 193, 64, 0.14),
    transparent 42%
  );
}
.audience-card-no {
  background: linear-gradient(135deg, #ffffff 0%, #f7f7f4 100%);
  border: 1px solid rgba(31, 61, 36, 0.1);
}
.audience-card-no::before {
  background: radial-gradient(
    circle at 20% 0%,
    rgba(31, 61, 36, 0.06),
    transparent 42%
  );
}
.audience-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  color: var(--title);
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}
.audience-card ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.audience-card li {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  color: #435044;
  font-size: 15px;
  line-height: 1.38;
  font-weight: 800;
}
.audience-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  flex: 0 0 auto;
}
.audience-icon.check {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: var(--green);
  color: white;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.audience-icon.dot {
  width: 15px;
  height: 15px;
  margin: 5px 4px 0 1px;
  border-radius: 3px;
  filter: invert(1);
  opacity: 0.65;
}

.card {
  background: white;
  border: 1px solid rgba(31, 61, 36, 0.08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 35px rgba(31, 61, 36, 0.07);
}
.icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--soft);
  color: var(--green);
  margin-bottom: 18px;
}
.icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.card h3 {
  margin: 0 0 8px;
  color: var(--title);
  font-size: 19px;
}
.card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.receives-grid {
  max-width: 1080px;
  margin: 0 auto 30px;
  grid-template-columns: repeat(4, 1fr);
}
.content-grid {
  grid-template-columns: repeat(2, 1fr);
}
.module-list {
  display: grid;
  gap: 16px;
}
.module {
  display: flex;
  gap: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(82, 193, 64, 0.2);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 35px rgba(31, 61, 36, 0.08);
  transition: transform 0.2s ease;
}
.module:hover {
  transform: translateY(-2px);
}
.module-number {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(82, 193, 64, 0.12);
  color: var(--green);
  border: 1px solid rgba(82, 193, 64, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 15px;
}
.module h3 {
  margin: 0 0 8px;
  color: var(--title);
  line-height: 1.14;
  letter-spacing: -0.03em;
}
.module p {
  margin: 0;
  color: var(--muted);
}

.authority-strip {
  padding: 54px 0;
  background: white;
}
.authority-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 840px;
  padding: 22px;
  border: 1px solid rgba(31, 61, 36, 0.09);
  border-radius: 28px;
  background: linear-gradient(135deg, white, var(--soft-2));
  box-shadow: var(--shadow);
}
.authority-inner img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  object-position: center 26%;
  border-radius: 999px;
  border: 4px solid white;
  box-shadow: 0 10px 28px rgba(31, 61, 36, 0.14);
}
.authority-inner span {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 4px;
}
.authority-inner strong {
  display: block;
  color: var(--title);
  font-size: 20px;
}
.authority-inner p {
  margin: 4px 0 0;
  color: var(--muted);
}

.offer {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(82, 193, 64, 0.22),
      transparent 30%
    ),
    linear-gradient(135deg, var(--title), #2e5233);
  color: white;
}
.offer .section-title h2,
.offer .section-title p {
  color: white;
}
.offer .section-title p {
  opacity: 0.92;
}
.pricing-card {
  max-width: 880px;
  margin: 0 auto;
  background: white;
  color: var(--text);
  border-radius: 34px;
  padding: 38px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  text-align: center;
}
.ebook-offer-real {
  width: min(100%, 360px);
  margin: 0 auto 24px;
  filter: drop-shadow(0 18px 36px rgba(31, 61, 36, 0.18));
}
.price-label {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--green-dark);
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 8px;
}
.price {
  font-family: Montserrat;
  color: var(--title);
  font-size: clamp(48px, 8vw, 74px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}
.price small {
  font-size: 0.42em;
}
.offer-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 800;
}
.offer-list-title {
  margin: 28px auto 10px;
  color: var(--title);
  font-weight: 900;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 580px;
  display: grid;
  gap: 12px;
  text-align: left;
}
.pricing-card li {
  font-weight: 800;
  color: #444c42;
}
.pricing-card li:before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
  margin-right: 10px;
}
.btn-buy {
  min-width: min(100%, 360px);
}
.safe-note {
  max-width: 690px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 14px;
}

.author {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 46px;
  align-items: center;
}
.author-photo {
  min-height: 560px;
  border-radius: 32px;
  background-image: image-set(url("../assets/jessica-autora.webp") type("image/webp"), url("../assets/jessica-autora.png") type("image/png"));
  background-size: cover;
  background-position: center 34%;
  box-shadow: var(--shadow);
}
.author p {
  font-size: 18px;
  color: var(--muted);
}

.faq {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
details {
  background: white;
  border: 1px solid rgba(31, 61, 36, 0.08);
  border-radius: 22px;
  padding: 20px 22px;
  box-shadow: 0 14px 35px rgba(31, 61, 36, 0.05);
}
summary {
  cursor: pointer;
  color: var(--title);
  font-weight: 900;
  font-size: 17px;
}
details p {
  color: var(--muted);
}

.final-cta {
  padding: 70px 0;
  background: var(--soft-2);
}
.final-cta-inner {
  text-align: center;
  max-width: 760px;
}
.final-cta-inner p {
  color: var(--muted);
  font-size: 18px;
  margin: 14px auto 26px;
}

.site-footer {
  position: relative;
  background: var(--dark);
  color: white;
  overflow: hidden;
}
.site-footer:before,
.site-footer:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(82, 193, 64, 0.24);
  border-radius: 999px;
}
.site-footer:before {
  width: 420px;
  height: 420px;
  left: -190px;
  bottom: -210px;
}
.site-footer:after {
  width: 560px;
  height: 560px;
  right: -260px;
  top: -320px;
}
.footer-inner {
  position: relative;
  z-index: 1;
  padding: 78px 0 34px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.9fr;
  gap: 72px;
  align-items: start;
}
.footer-logo img {
  width: 184px;
  margin-bottom: 32px;
}
.footer-cnpj,
.footer-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 500;
}
.footer-col h3 {
  margin: 0 0 18px;
  color: white;
  font-size: 17px;
  font-weight: 900;
}
.footer-links {
  display: grid;
  gap: 14px;
}
.footer-link {
  width: max-content;
  transition: 0.2s;
}
.footer-link:hover {
  color: var(--green);
  transform: translateX(3px);
}
.footer-bottom {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 90;
  min-width: 164px;
  height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--green);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(82, 193, 64, 0.42);
}
.mobile-buy-bar {
  display: none;
}

.reveal {
  opacity: 1;
  transform: none;
}
body.js-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
body.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .symptoms-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  :root {
    --container: calc(100% - 40px);
  }
  .header-inner {
    grid-template-columns: auto 1fr;
  }
  .header-nav {
    display: none;
  }
  .hero {
    min-height: auto;
    padding: 50px 0 56px;
    background-image:
      linear-gradient(
        180deg,
        rgba(248, 250, 244, 0.99) 0%,
        rgba(248, 250, 244, 0.94) 50%,
        rgba(248, 250, 244, 0.78) 100%
      ),
      image-set(url("../assets/hero-bg.webp") type("image/webp"), url("../assets/hero-bg.png") type("image/png"));
    background-position: center top;
  }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero h1 {
    font-size: clamp(36px, 7vw, 56px);
    max-width: 740px;
  }
  .hero-card {
    justify-content: center;
  }
  .ebook-hero-real {
    width: min(100%, 360px);
  }
  .receives-grid {
    grid-template-columns: 1fr 1fr;
  }
  .content-grid,
  .author {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .author-photo {
    min-height: 480px;
  }
}

@media (max-width: 720px) {
  .symptoms-grid {
    grid-template-columns: 1fr;
  }
  .audience-cards {
    grid-template-columns: 1fr;
  }
  .authority-inner {
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  :root {
    --container: calc(100% - 28px);
  }
  body {
    padding-bottom: 76px;
  }
  .header-inner {
    min-height: 74px;
  }
  .brand img {
    width: 150px;
    padding-top: 20px;
  }
  .btn-header {
    padding: 12px 18px;
    font-size: 14px;
    min-height: 46px;
  }
  .hero {
    padding: 38px 0 44px;
    background-position: 66% top;
  }
  .hero h1 {
    font-size: 33px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .ebook-hero-real {
    width: min(100%, 310px);
  }
  .section {
    padding: 64px 0;
  }
  .receives-grid {
    grid-template-columns: 1fr;
  }
  .audience-card {
    min-height: auto;
    border-radius: 22px;
    padding: 28px 24px;
  }
  .module {
    padding: 18px;
  }
  .pricing-card {
    padding: 28px 20px;
  }
  .author-photo {
    min-height: 430px;
  }
  .footer-logo img {
    width: 170px;
  }
  .whatsapp-float {
    display: none;
  }
  .mobile-buy-bar {
    display: flex;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 95;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--green);
    color: white;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(82, 193, 64, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Ajustes solicitados somente para mobile: desktop permanece com layout original */
.subtitle-mobile,
.offer-text-mobile,
.mobile-site-footer {
  display: none;
}

@media (max-width: 620px) {
  .btn-header {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .subtitle-desktop,
  .offer-text-desktop {
    display: none;
  }

  .subtitle-mobile,
  .offer-text-mobile {
    display: inline;
  }

  .hero-subtitle {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-trust {
    flex-wrap: nowrap;
    gap: 6px;
  }

  .hero-trust span {
    padding: 7px 8px;
    font-size: 10px;
    white-space: nowrap;
  }

  .symptoms-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .symptoms-grid .symptom-card:nth-child(n + 4) {
    display: none;
  }

  .symptom-card {
    min-height: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 15px 16px;
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(31, 61, 36, 0.08);
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .symptom-card span {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--soft);
    font-size: 11px;
  }

  .audience-card-no {
    display: none;
  }

  .content-grid {
    gap: 12px;
  }

  .module-list {
    gap: 12px;
  }

  .module-list:last-child .module:last-child {
    display: none;
  }

  .module {
    align-items: center;
    padding: 14px 15px;
    gap: 12px;
    border-radius: 18px;
  }

  .module-number {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 13px;
  }

  .module h3 {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: -0.015em;
  }

  .module p {
    display: none;
  }

  .receives-grid .card:first-child {
    display: none;
  }

  .receives-grid .card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 12px;
    row-gap: 8px;
    padding: 18px;
  }

  .receives-grid .icon {
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .receives-grid .icon svg {
    width: 21px;
    height: 21px;
  }

  .receives-grid .card h3 {
    margin: 0;
    font-size: 17px;
  }

  .receives-grid .card p {
    grid-column: 1 / -1;
  }

  .ebook-offer-real {
    width: min(100%, 285px);
    margin-bottom: 16px;
  }

  .site-footer {
    display: none;
  }

  .mobile-site-footer {
    display: block;
    position: relative;
    background: var(--dark);
    color: white;
    overflow: hidden;
  }

  .mobile-site-footer #footer {
    padding: 54px 0 28px;
  }

  .mobile-site-footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mobile-site-footer .footer-logo {
    width: 168px;
    margin-bottom: 18px;
  }

  .mobile-site-footer p,
  .mobile-site-footer a,
  .mobile-site-footer .copyright {
    color: rgba(255, 255, 255, 0.84);
  }

  .mobile-site-footer p {
    margin: 0;
    font-size: 14px;
  }

  .mobile-site-footer .footer-title {
    margin-bottom: 12px;
    color: white;
    font-size: 16px;
    font-weight: 900;
  }

  .mobile-site-footer .footer-links {
    display: grid;
    gap: 10px;
  }

  .mobile-site-footer .footer-links a {
    width: max-content;
    font-size: 14px;
  }

  .mobile-site-footer .socials {
    display: flex;
    gap: 10px;
  }

  .mobile-site-footer .social {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: white;
  }

  .mobile-site-footer .social svg {
    width: 21px;
    height: 21px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-site-footer .copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
  }

  .mobile-buy-bar {
    display: none;
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition:
      opacity 0.22s ease,
      transform 0.22s ease;
  }

  .mobile-buy-bar.is-visible {
    display: flex;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

/* Ajustes visuais solicitados */
.hero {
  padding-top: 46px;
}

.hero h1 {
  font-size: clamp(38px, 4vw, 60px);
}

.audience-section {
  border-top: 1px solid rgba(31, 61, 36, 0.1);
}

.section-light .card {
  box-shadow: 0 20px 48px rgba(31, 61, 36, 0.12);
}

.whatsapp-float {
  min-width: 58px;
  width: 58px;
  padding: 0;
  border-radius: 999px;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

@media (min-width: 621px) {
  .audience-card-yes {
    background: #3e623c;
    border-color: rgba(255, 255, 255, 0.18);
  }

  .audience-card-yes::before {
    background: radial-gradient(
      circle at 94% 8%,
      rgba(255, 255, 255, 0.12),
      transparent 42%
    );
  }

  .audience-card-yes h3,
  .audience-card-yes li {
    color: #ffffff;
  }

  .audience-card-yes .audience-icon.check {
    background: #52c140;
    color: #ffffff;
  }
}

@media (max-width: 980px) {
  .hero {
    padding-top: 64px;
  }

  .hero h1 {
    font-size: clamp(34px, 6.4vw, 52px);
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 52px;
  }

  .hero h1 {
    font-size: 31px;
  }
}


/* Acessibilidade e otimizações técnicas */
.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 999;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--dark);
  color: #fff;
  font-weight: 900;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(82, 193, 64, 0.9);
  outline-offset: 4px;
}
section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}
.hero,
.site-header,
.site-footer,
.mobile-site-footer {
  content-visibility: visible;
}


/* Correções de renderização: mockup do ebook e logo do footer */
.hero-card {
  min-width: 0;
}

.hero-card .ebook-hero-real,
.ebook-hero-real {
  display: block;
  width: min(100%, 440px) !important;
  height: auto !important;
  max-width: 440px;
  max-height: 540px;
  object-fit: contain;
  object-position: center;
}

.pricing-card .ebook-offer-real,
.ebook-offer-real {
  display: block;
  width: min(100%, 360px) !important;
  height: auto !important;
  max-width: 360px;
  object-fit: contain;
  object-position: center;
}

.site-footer .footer-logo {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 184px;
  line-height: 0;
}

.site-footer .footer-logo img {
  display: block;
  width: 184px !important;
  height: auto !important;
  max-width: 184px;
  object-fit: contain;
}

.mobile-site-footer .footer-logo {
  display: block;
  width: 168px !important;
  height: auto !important;
  max-width: 168px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .hero-card .ebook-hero-real,
  .ebook-hero-real {
    width: min(100%, 360px) !important;
    max-width: 360px;
  }
}

@media (max-width: 620px) {
  .hero-card .ebook-hero-real,
  .ebook-hero-real {
    width: min(100%, 310px) !important;
    max-width: 310px;
  }

  .pricing-card .ebook-offer-real,
  .ebook-offer-real {
    width: min(100%, 285px) !important;
    max-width: 285px;
  }
}
