:root {
  --brown: #893c1c;
  --brown-dark: #4b271c;
  --green: #4f7144;
  --green-brand: #aac877;
  --green-soft: #edf4e6;
  --green-dark: #3f5f31;
  --coral: #b35c46;
  --coral-dark: #893c1c;
  --cta-shadow: rgba(79, 113, 68, 0.24);
  --paper: #f6f6f6;
  --warm-paper: #f3eee7;
  --white: #ffffff;
  --black: #0b0b0b;
  --text: #171717;
  --muted: #333333;
  --display: "Philosopher", Georgia, serif;
  --script: "Italianno", cursive;
  --body: Avenir, "Avenir Next", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--paper);
  font-size: 20px;
  line-height: 1.48;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--green);
  color: white;
}

.skip-link:focus {
  top: 16px;
}

.top-ribbon {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  height: 28px;
  overflow: hidden;
  border-block: 1px solid rgba(170, 200, 119, 0.28);
  color: rgba(79, 113, 68, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(237, 244, 230, 0.76), rgba(255, 253, 248, 0.96)),
    repeating-linear-gradient(135deg, rgba(137, 60, 28, 0.035) 0 1px, transparent 1px 9px);
  mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
}

.top-ribbon::before,
.top-ribbon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 1px;
  background: rgba(137, 60, 28, 0.18);
  transform: translateY(-50%);
}

.top-ribbon::before {
  left: 18px;
}

.top-ribbon::after {
  right: 18px;
}

.top-ribbon-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 42px;
  white-space: nowrap;
  animation: ribbonFlow 36s linear infinite;
  will-change: transform;
}

.top-ribbon-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.top-ribbon-track span::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(179, 92, 70, 0.45), transparent);
}

@keyframes ribbonFlow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .top-ribbon-track {
    animation: none;
    transform: translateX(0);
  }
}

.hero-section {
  position: relative;
  min-height: 655px;
  overflow: hidden;
  padding: 14px min(2.4vw, 34px) 28px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.18) 0%, rgba(255, 253, 248, 0.28) 46%, rgba(255, 253, 248, 0.22) 68%, rgba(255, 253, 248, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.1), rgba(255, 253, 248, 0.18)),
    url("assets/hero-pattern-cozinha-blend.jpg?v=pattern-visible-1") center center / cover no-repeat,
    radial-gradient(circle at 8% 18%, rgba(170, 200, 119, 0.25), transparent 30%),
    radial-gradient(circle at 94% 12%, rgba(179, 92, 70, 0.12), transparent 31%),
    linear-gradient(180deg, #fffdf8 0%, var(--warm-paper) 100%);
}

.hero-bg {
  display: none;
}

.hero-frame {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 8px 28px 24px;
  overflow: visible;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-frame::before,
.hero-frame::after {
  display: none;
  content: none;
}

.hero-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-top: 0;
  padding-inline: 22px;
  background: transparent;
}

.hero-logo img {
  width: clamp(96px, 11vw, 138px);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(900px, 90vw);
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}

h1,
h2,
h3 {
  font-family: var(--display);
  line-height: 1.05;
}

.hero-copy h1 {
  max-width: 880px;
  margin: 0 auto 14px;
  font-size: clamp(2.55rem, 4.2vw, 3.125rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.hero-copy p {
  width: min(720px, 90vw);
  margin: 0 auto;
  font-family: var(--body);
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.52;
}

.hero-video {
  position: relative;
  z-index: 1;
  width: min(620px, 58vw);
  margin: 14px auto 16px;
}

.video-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  position: relative;
  height: auto;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  color: #fffdf8;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(170, 200, 119, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(63, 95, 49, 0.92), rgba(75, 39, 28, 0.96)),
    #111;
  overflow: hidden;
  border: 1px solid rgba(137, 60, 28, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(75, 39, 28, 0.14);
}

.video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(170, 200, 119, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 46%);
}

.video-play-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(56px, 8vw, 78px);
  height: clamp(56px, 8vw, 78px);
  padding-left: 5px;
  border-radius: 999px;
  color: var(--brown-dark);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  background: var(--green-brand);
  box-shadow: 0 16px 34px rgba(79, 113, 68, 0.26);
}

.video-play-copy {
  position: relative;
  z-index: 2;
  font-family: var(--body);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.05em;
}

.video-placeholder.is-loading::before {
  content: "Carregando VSL...";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  padding: 10px 16px;
  border-radius: 999px;
  color: white;
  font-family: var(--body);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(75, 39, 28, 0.72);
  transform: translate(-50%, -50%);
}

.video-placeholder iframe {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.video-placeholder.is-loaded::after {
  display: none;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 48px;
  border: 1px solid rgba(170, 200, 119, 0.42);
  border-radius: 999px;
  color: white;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.14em;
  text-align: center;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  box-shadow: 0 14px 30px var(--cta-shadow), inset 0 -2px 0 rgba(75, 39, 28, 0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button.primary,
.button.coral {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  box-shadow: 0 14px 30px var(--cta-shadow), 0 0 0 3px rgba(170, 200, 119, 0.13), inset 0 -2px 0 rgba(75, 39, 28, 0.14);
}

.button.green {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
}

.button:hover,
.button:focus-visible {
  background: linear-gradient(135deg, #5d7f4d 0%, var(--green) 100%);
  box-shadow: 0 18px 36px rgba(79, 113, 68, 0.32), 0 0 0 4px rgba(170, 200, 119, 0.2), inset 0 -2px 0 rgba(75, 39, 28, 0.12);
  transform: translateY(-1px);
}

.button:focus-visible {
  outline: 3px solid var(--green-brand);
  outline-offset: 4px;
}

.button.large {
  min-height: 54px;
  font-size: 26px;
  letter-spacing: 0.12em;
}

.hero-button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 400px;
  margin: 0 auto;
}

.hero-trust {
  position: relative;
  z-index: 1;
  width: min(760px, 88vw);
  margin: 8px auto 0;
  color: rgba(75, 39, 28, 0.58);
  text-align: center;
}

.hero-trust p {
  margin: 0 auto;
  color: rgba(75, 39, 28, 0.38);
  font-size: 9px;
  line-height: 1.35;
}

.payment-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
  color: rgba(75, 39, 28, 0.42);
}

.payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  opacity: 0.62;
  filter: saturate(0.82);
}

.payment-logo svg,
.payment-logo img {
  display: block;
  height: 100%;
  width: auto;
}

.payment-logo text {
  fill: currentColor;
  font-family: Avenir, Montserrat, Helvetica, sans-serif;
  font-weight: 800;
}

.payment-logo-hotmart {
  height: 18px;
  opacity: 0.56;
}

.payment-logo-hotmart img {
  width: 68px;
}

.payment-logo-visa {
  color: #263f80;
}

.payment-logo-visa svg {
  width: 50px;
}

.payment-logo-visa text {
  font-family: Avenir, Montserrat, Helvetica, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.09em;
}

.payment-logo-mastercard svg {
  width: 48px;
}

.payment-logo-mc-red {
  fill: #eb001b;
}

.payment-logo-mc-yellow {
  fill: #f79e1b;
}

.payment-logo-mc-overlap {
  fill: #ff5f00;
}

.payment-logo-pix {
  height: 19px;
  opacity: 0.58;
}

.payment-logo-pix img {
  width: 54px;
}

.pain-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  align-items: center;
  min-height: 900px;
  padding: 46px 0 86px;
  background:
    radial-gradient(circle at 78% 32%, rgba(170, 200, 119, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), var(--paper));
}

.pain-photo {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  height: 560px;
  overflow: hidden;
  border-radius: 0 56px 56px 0;
  box-shadow: 0 28px 80px rgba(75, 39, 28, 0.12);
}

.pain-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.pain-title {
  grid-column: 2;
  grid-row: 1;
  width: min(610px, 88%);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pain-title h2 {
  margin: 0 0 22px;
  color: var(--green);
  font-size: clamp(3rem, 3.6vw, 3.8rem);
  font-weight: 700;
  line-height: 0.98;
  text-align: left;
}

.pain-title > p:not(.section-kicker) {
  max-width: 520px;
  margin: 0;
  color: rgba(75, 39, 28, 0.82);
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.5;
}

.pain-copy {
  grid-column: 1 / -1;
  width: min(1180px, 90vw);
  margin: 76px auto 0;
  text-align: center;
}

.pain-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pain-cards article {
  min-height: 172px;
  padding: 28px 26px;
  border: 1px solid rgba(179, 92, 70, 0.2);
  border-radius: 34px;
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 22px 60px rgba(75, 39, 28, 0.06);
  text-align: left;
}

.pain-cards span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--green);
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.pain-cards p {
  margin: 0;
  color: var(--brown);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.5;
}

.pain-desire {
  width: min(840px, 92%);
  margin: 48px auto 0;
}

.pain-desire h3 {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: clamp(2.15rem, 3.4vw, 3.1rem);
}

.pain-desire p {
  margin: 0 auto;
  color: rgba(75, 39, 28, 0.86);
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.55;
}

.origin-section {
  padding: 0 60px 118px;
  background:
    radial-gradient(circle at 14% 16%, rgba(170, 200, 119, 0.14), transparent 30%),
    linear-gradient(180deg, var(--paper), #fffdf8 72%);
}

.origin-card,
.author-card {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 431px;
  align-items: stretch;
  overflow: hidden;
  border-radius: 48px;
  background: white;
}

.mechanism-card {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.76fr);
  border: 1px solid rgba(179, 92, 70, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 241, 0.84)),
    white;
  box-shadow: 0 28px 90px rgba(75, 39, 28, 0.08);
}

.origin-card > div {
  padding: 92px 96px;
}

.mechanism-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 76px;
}

.origin-card p {
  max-width: 690px;
  margin: 0 0 40px;
  font-size: clamp(1.9rem, 2.8vw, 2.65rem);
  line-height: 1.25;
}

.mechanism-copy p {
  max-width: 690px;
  margin: 0 0 22px;
  color: rgba(75, 39, 28, 0.84);
  font-size: clamp(1.18rem, 1.48vw, 1.38rem);
  line-height: 1.58;
}

.origin-card h2 {
  margin: 46px 0 0;
  font-size: clamp(2.5rem, 3.4vw, 3.5rem);
}

.mechanism-copy h2 {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--green);
  font-size: clamp(2.85rem, 3.9vw, 4.25rem);
  line-height: 1.02;
}

.mechanism-close {
  position: relative;
  padding-left: 22px;
  color: var(--brown);
  font-weight: 700;
}

.mechanism-close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36em;
  width: 4px;
  height: 2.5em;
  border-radius: 99px;
  background: var(--green);
}

.origin-card img {
  width: 100%;
  height: 100%;
  min-height: 527px;
  object-fit: cover;
}

.mechanism-photo {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.mechanism-photo img {
  height: 100%;
  min-height: 560px;
  object-position: center top;
}

.mechanism-steps {
  width: min(1320px, 100%);
  margin: 16px auto 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mechanism-steps article {
  min-height: 238px;
  padding: 30px 30px;
  border: 1px solid rgba(170, 200, 119, 0.22);
  border-radius: 38px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 24px 70px rgba(75, 39, 28, 0.06);
}

.mechanism-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(170, 200, 119, 0.2);
  color: var(--green);
  font-family: var(--display);
  font-weight: 700;
}

.mechanism-steps h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  line-height: 1.08;
}

.mechanism-steps p {
  margin: 0;
  color: rgba(75, 39, 28, 0.84);
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  line-height: 1.5;
}

.mechanism-proof {
  margin-top: 0;
}

.method-section {
  padding: 0 52px 120px;
  background: var(--paper);
}

.method-grid {
  width: min(1340px, 100%);
  margin: 0 auto 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.method-grid article {
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 56px;
  border-radius: 44px;
  background: white;
}

.method-grid p {
  margin: 0;
  color: var(--green);
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.1vw, 2rem);
  line-height: 1.55;
  text-align: center;
}

.proof-claim {
  width: min(880px, 88vw);
  margin: 0 auto;
  text-align: center;
}

.proof-claim h2 {
  margin: 0 0 54px;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
}

.memory-section {
  width: min(1180px, 88vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 560px);
  gap: clamp(58px, 7vw, 110px);
  align-items: center;
  padding: 112px 0 132px;
}

.memory-photo {
  margin: 0;
}

.memory-photo img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 56px;
  box-shadow: 0 28px 70px rgba(75, 39, 28, 0.1);
}

.memory-copy h2 {
  margin: 0 0 34px;
  color: var(--green);
  font-size: clamp(2.15rem, 3.4vw, 3.35rem);
  line-height: 1.2;
}

.memory-copy p {
  margin: 0 0 30px;
  color: var(--text);
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.22;
}

.memory-copy p:last-child {
  margin-bottom: 0;
}

.memory-copy strong {
  color: var(--black);
}

.audience-section {
  position: relative;
  overflow: hidden;
  padding: 58px 40px clamp(64px, 7vw, 104px);
  background: white;
}

.audience-bg {
  position: absolute;
  inset: 0 0 auto;
  height: 260px;
  opacity: 0.56;
  overflow: hidden;
}

.audience-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audience-cards {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0;
}

.audience-cards article {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 28px 32px;
  border: 1px solid rgba(170, 200, 119, 0.4);
  border-radius: 34px;
  background: rgba(237, 244, 230, 0.9);
  color: var(--green);
  font-family: var(--display);
  font-size: clamp(1.35rem, 1.65vw, 1.72rem);
  font-weight: 700;
  line-height: 1.22;
  text-align: center;
  box-shadow: 0 18px 40px rgba(75, 39, 28, 0.05);
}

.benefits-row {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 540px);
  gap: clamp(44px, 5.8vw, 72px);
  align-items: center;
}

.benefits-list {
  padding-top: 4px;
}

.benefits-list p {
  margin: 0 0 22px;
  font-size: clamp(1.35rem, 1.95vw, 1.55rem);
  line-height: 1.18;
}

.benefits-list .button {
  margin-top: 22px;
}

.benefits-gallery {
  position: relative;
  min-width: 0;
  overflow: hidden;
  perspective: 1200px;
}

.benefits-carousel-viewport {
  width: 100%;
  overflow: hidden;
}

.benefits-carousel-track {
  display: flex;
  gap: 14px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.benefits-slide {
  position: relative;
  flex: 0 0 calc(100% - 132px);
  min-width: 0;
  height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--green-soft);
  transform-origin: left center;
  backface-visibility: hidden;
}

.benefits-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

.benefits-slide:not(.is-active) {
  filter: saturate(0.86) contrast(0.92);
}

.benefits-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.benefits-gallery.is-turning .benefits-slide.is-active {
  animation: pageTurn 0.56s ease both;
}

@keyframes pageTurn {
  0% {
    transform: rotateY(0deg);
    box-shadow: none;
  }

  45% {
    transform: rotateY(-16deg) skewY(-0.5deg);
    box-shadow: 18px 0 28px rgba(75, 39, 28, 0.18);
  }

  100% {
    transform: rotateY(0deg);
    box-shadow: none;
  }
}

.benefits-carousel-next {
  position: absolute;
  right: 32px;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  color: var(--brown-dark);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(75, 39, 28, 0.16);
  font-size: 46px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.18s ease, background 0.18s ease;
}

.benefits-carousel-next:hover,
.benefits-carousel-next:focus-visible {
  background: var(--green-soft);
  transform: translateY(-50%) scale(1.04);
}

.benefits-carousel-next:focus-visible {
  outline: 3px solid var(--green-brand);
  outline-offset: 4px;
}

.product-section,
.bonus-section,
.testimonials-section {
  background: var(--green);
  color: white;
}

.product-inner,
.bonus-inner,
.offer-inner {
  width: min(1060px, 88vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 80px);
  align-items: center;
  padding: 86px 0;
}

.ebook-preview,
.bonus-preview {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: 10px;
  overflow: hidden;
}

.ebook-preview img,
.bonus-preview img {
  height: 520px;
  width: 100%;
  object-fit: cover;
}

.product-copy h2,
.bonus-copy h2 {
  margin: 0 0 44px;
  color: white;
  font-size: clamp(2.4rem, 3.6vw, 3.5rem);
  font-weight: 400;
}

.product-copy ul,
.bonus-copy ul,
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.product-copy li,
.bonus-copy li {
  margin-bottom: 26px;
  font-size: 23px;
  line-height: 1.45;
}

.product-copy li::before,
.bonus-copy li::before,
.price-card li::before {
  content: "✔ ";
  font-weight: 900;
}

.product-copy p {
  font-size: 20px;
  line-height: 1.5;
}

.anchor-section {
  background:
    radial-gradient(circle at 18% 8%, rgba(170, 200, 119, 0.18), transparent 28%),
    var(--green);
}

.anchor-inner {
  width: min(1160px, 88vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  gap: clamp(42px, 5vw, 68px);
  align-items: center;
  padding: clamp(58px, 6vw, 78px) 0;
}

.anchor-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.38fr;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
}

.anchor-preview img {
  width: 100%;
  height: clamp(500px, 46vw, 620px);
  object-fit: cover;
  background: white;
}

.anchor-preview-main {
  object-position: center top;
}

.anchor-preview-stack {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.anchor-preview-stack img {
  height: calc((clamp(500px, 46vw, 620px) - 24px) / 3);
  object-position: center top;
}

.anchor-carousel {
  min-width: 0;
  align-self: center;
}

.anchor-carousel-stage {
  position: relative;
  overflow: hidden;
  padding: clamp(14px, 1.6vw, 22px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 248, 0.92)),
    var(--paper);
  box-shadow: 0 24px 58px rgba(41, 72, 45, 0.22);
}

.anchor-carousel-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.anchor-slide {
  flex: 0 0 100%;
  display: grid;
  place-items: center;
  min-width: 100%;
  margin: 0;
}

.anchor-slide img {
  width: 100%;
  height: clamp(500px, 42vw, 600px);
  object-fit: contain;
  background: white;
  box-shadow: 0 12px 28px rgba(75, 39, 28, 0.12);
}

.anchor-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: var(--green);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(75, 39, 28, 0.16);
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.18s ease, background 0.18s ease;
}

.anchor-carousel-button:hover,
.anchor-carousel-button:focus-visible {
  background: var(--green-soft);
  transform: translateY(-50%) scale(1.04);
}

.anchor-carousel-button:focus-visible,
.anchor-carousel-dots button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}

.anchor-carousel-prev {
  left: 26px;
}

.anchor-carousel-next {
  right: 26px;
}

.anchor-carousel-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.anchor-carousel-meta b {
  font-family: var(--body);
  font-size: 15px;
  letter-spacing: 0.04em;
}

.anchor-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.anchor-carousel-dots button {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition: width 0.18s ease, background 0.18s ease;
}

.anchor-carousel-dots button.is-active {
  width: 44px;
  background: white;
}

.anchor-copy {
  max-width: 560px;
  color: white;
  align-self: center;
}

.anchor-copy .section-kicker {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.anchor-copy h2 {
  margin: 0 0 22px;
  color: white;
  font-size: clamp(2rem, 3.1vw, 3.05rem);
  font-weight: 400;
  line-height: 1.06;
}

.anchor-copy ul {
  list-style: none;
  padding: 0;
}

.anchor-list {
  margin: 0 0 20px;
}

.anchor-copy li {
  margin-bottom: 11px;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.36;
}

.anchor-copy li::before {
  content: "✔ ";
  font-weight: 900;
}

.anchor-bonus {
  margin: 6px 0 22px;
  padding: 20px 22px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
}

.anchor-bonus h3 {
  margin: 0 0 14px;
  color: white;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  font-weight: 400;
  line-height: 1.12;
}

.anchor-bonus ul {
  margin: 0;
}

.anchor-section .button {
  color: var(--green-dark);
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: linear-gradient(135deg, #f4faec 0%, var(--green-soft) 48%, #dbecc9 100%);
  box-shadow: 0 18px 38px rgba(24, 55, 24, 0.18);
}

.anchor-section .button:hover,
.anchor-section .button:focus-visible {
  color: var(--green-dark);
  background: linear-gradient(135deg, #ffffff 0%, #eef8e5 52%, var(--green-brand) 100%);
}

.recipe-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
  padding: 36px max(24px, calc((100vw - 1380px) / 2)) 48px;
  background: var(--paper);
  text-align: center;
}

.recipe-gallery img {
  width: 100%;
  height: clamp(280px, 27vw, 430px);
  object-fit: cover;
  border-radius: clamp(28px, 3vw, 46px);
  box-shadow: 0 18px 42px rgba(75, 39, 28, 0.08);
}

.recipe-gallery .button {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 30px;
}

.recipe-ruler {
  border-top: 1px solid rgba(170, 200, 119, 0.18);
  border-bottom: 1px solid rgba(79, 113, 68, 0.24);
}

.testimonials-inner {
  width: min(970px, 86vw);
  margin: 0 auto;
  padding: 72px 0 120px;
  text-align: center;
}

.testimonials-inner .section-kicker {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.testimonials-inner h2 {
  margin: 0 0 22px;
  color: white;
  font-size: clamp(2.3rem, 3.5vw, 3.6rem);
}

.testimonials-inner p {
  margin: 0 0 34px;
  font-size: 20px;
}

.testimonials-section .button {
  color: var(--green-dark);
  background: linear-gradient(135deg, #fffaf2 0%, var(--green-soft) 100%);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 38px rgba(38, 54, 32, 0.28);
}

.testimonials-section .button:hover,
.testimonials-section .button:focus-visible {
  color: var(--brown-dark);
  background: linear-gradient(135deg, #fff6e6 0%, #f3dec7 100%);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 34px;
}

.testimonial-grid img {
  width: 305px;
  height: 305px;
  object-fit: cover;
  border-radius: 42px;
  background: white;
}

.objections-section {
  padding: 108px max(24px, calc((100vw - 1180px) / 2)) 118px;
  background:
    radial-gradient(circle at 14% 0%, rgba(170, 200, 119, 0.2), transparent 34%),
    linear-gradient(180deg, #fffaf4 0%, var(--warm-paper) 100%);
  text-align: center;
}

.objections-header {
  width: min(850px, 88vw);
  margin: 0 auto 42px;
}

.objections-header h2 {
  margin: 0 auto 20px;
  color: var(--brown-dark);
  font-size: clamp(2.5rem, 4.6vw, 4.7rem);
  line-height: 0.98;
}

.objections-header p:not(.section-kicker) {
  margin: 0 auto;
  max-width: 720px;
  color: var(--brown-dark);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}

.objections-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto 42px;
}

.objections-grid article {
  min-height: 330px;
  padding: 30px 24px 28px;
  border: 1px solid rgba(170, 200, 119, 0.44);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 46px rgba(75, 39, 28, 0.07);
  text-align: left;
}

.objections-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--green);
  background: var(--green-soft);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
}

.objections-grid h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: clamp(1.6rem, 2.2vw, 2.05rem);
  line-height: 1.05;
}

.objections-grid p {
  margin: 0;
  color: var(--brown-dark);
  font-size: 1rem;
  line-height: 1.48;
}

.offer-section {
  padding: clamp(72px, 8vw, 104px) 0 clamp(58px, 7vw, 84px);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.88), rgba(243, 238, 231, 0.94)),
    url("assets/pattern-fundo-page.png") center / 420px repeat,
    var(--warm-paper);
}

.offer-inner {
  width: min(1180px, 90vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.92fr);
  gap: clamp(34px, 4.2vw, 56px);
  align-items: center;
  padding: 0;
}

.offer-mockup {
  margin: 0;
}

.offer-mockup img {
  width: min(640px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 28px 46px rgba(75, 39, 28, 0.14));
}

.price-card {
  padding: clamp(32px, 3.4vw, 40px) clamp(28px, 3.4vw, 42px) 28px;
  border: 1px solid rgba(179, 92, 70, 0.16);
  border-radius: 36px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 28px 72px rgba(75, 39, 28, 0.1);
  text-align: center;
}

.price-eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.price-card h2 {
  margin: 0 auto 16px;
  color: var(--brown-dark);
  font-size: clamp(1.85rem, 2.45vw, 2.55rem);
  line-height: 1.06;
}

.price-intro {
  margin: 0 auto 22px;
  max-width: 470px;
  color: var(--brown-dark);
  font-size: clamp(0.98rem, 1.35vw, 1.06rem);
  line-height: 1.5;
}

.price-card li {
  margin-bottom: 12px;
  text-align: left;
  color: var(--brown-dark);
  font-size: clamp(0.98rem, 1.25vw, 1.04rem);
  line-height: 1.38;
}

.discount {
  display: inline-flex;
  margin-top: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--green);
  color: white;
  font-size: 17px;
  font-weight: 900;
}

.old-price {
  margin: 16px 0 4px;
  color: var(--brown-dark);
  font-size: 24px;
  font-weight: 900;
  text-decoration: line-through;
}

.installments {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.price-card strong {
  display: block;
  margin: 6px 0;
  color: var(--brown-dark);
  font-size: clamp(3.2rem, 4.2vw, 4rem);
  line-height: 1;
}

.price-card small {
  display: block;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 900;
}

.offer-section .button {
  width: min(100%, 440px);
  color: #fffdf8;
  min-height: 52px;
  font-size: clamp(1.12rem, 1.9vw, 1.38rem);
}

.safe-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 18px;
  color: rgba(75, 39, 28, 0.72);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.guarantee-section {
  padding: 86px 0 118px;
  background:
    linear-gradient(180deg, rgba(243, 238, 231, 0.96), rgba(255, 253, 248, 0.98)),
    var(--warm-paper);
}

.guarantee-card {
  position: relative;
  width: min(1010px, 84vw);
  margin: 0 auto;
  padding: clamp(130px, 11vw, 160px) clamp(42px, 8vw, 92px) clamp(58px, 7vw, 78px);
  border-radius: clamp(46px, 5.8vw, 76px);
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.1), transparent 28%),
    linear-gradient(135deg, #497d55 0%, var(--green) 52%, #3f734f 100%);
  color: white;
  text-align: center;
  box-shadow: 0 28px 72px rgba(75, 39, 28, 0.1);
}

.guarantee-seal {
  position: absolute;
  left: 50%;
  top: -74px;
  display: grid;
  place-items: center;
  width: clamp(150px, 16vw, 210px);
  height: clamp(150px, 16vw, 210px);
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg, #dca91e 0deg 9deg, #ebb637 9deg 18deg),
    #dca91e;
  color: #fffdf8;
  transform: translateX(-50%) rotate(-7deg);
  filter: drop-shadow(0 14px 24px rgba(75, 39, 28, 0.18));
}

.guarantee-seal::before {
  content: "";
  position: absolute;
  inset: 17%;
  border: 4px solid rgba(255, 253, 248, 0.86);
  border-radius: 50%;
}

.guarantee-seal::after {
  content: "";
  position: absolute;
  left: -9%;
  right: -9%;
  top: 46%;
  height: 36%;
  border: 4px solid rgba(255, 253, 248, 0.72);
  border-radius: 4px;
  background: #dca91e;
  box-shadow: inset 0 0 0 2px rgba(73, 125, 85, 0.22);
  transform: rotate(-5deg);
}

.guarantee-seal span,
.guarantee-seal strong {
  position: relative;
  z-index: 1;
  font-family: var(--body);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(75, 39, 28, 0.16);
}

.guarantee-seal span {
  align-self: end;
  margin-bottom: 22%;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  transform: rotate(19deg);
}

.guarantee-seal strong {
  align-self: start;
  margin-top: -8%;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  transform: rotate(0deg);
}

.guarantee-card h2 {
  margin: 0 auto clamp(32px, 4vw, 46px);
  color: white;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.08;
  text-shadow: 0 2px 0 rgba(75, 39, 28, 0.12);
}

.guarantee-card p {
  max-width: 870px;
  margin: 0 auto;
  font-family: var(--body);
  font-size: clamp(1.55rem, 3vw, 3rem);
  line-height: 1.34;
  letter-spacing: 0.01em;
}

.author-section {
  padding: 0 70px 92px;
  background: var(--warm-paper);
}

.author-card {
  grid-template-columns: minmax(0, 1fr) 429px;
  gap: 84px;
  padding: 32px 84px 32px 130px;
  align-items: center;
}

.author-card h2 {
  margin: 0 0 42px;
  font-size: 3.2rem;
  text-align: center;
}

.author-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.38;
  text-align: justify;
}

.author-card img {
  width: 429px;
  height: 429px;
  object-fit: cover;
  border-radius: 36px;
  border: 3px solid white;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.faq-section {
  padding: 0 0 90px;
  background: var(--warm-paper);
  text-align: center;
}

.faq-section > h2 {
  width: min(980px, 86vw);
  margin: 0 auto 30px;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.faq-list {
  width: min(940px, 86vw);
  margin: 0 auto 32px;
  display: grid;
  gap: 12px;
  text-align: left;
}

.faq-list article {
  overflow: hidden;
  border: 1px solid rgba(179, 92, 70, 0.16);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 44px rgba(75, 39, 28, 0.06);
}

.faq-list h3 {
  margin: 0;
  font-family: var(--body);
  font-size: 21px;
  line-height: 1.2;
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 74px;
  padding: 22px 68px 22px 24px;
  border: 0;
  color: var(--green);
  font: inherit;
  font-weight: 800;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.faq-question::before,
.faq-question::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  transform: translateY(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-question::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-question[aria-expanded="true"]::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.faq-question:hover,
.faq-question:focus-visible {
  background: rgba(170, 200, 119, 0.12);
}

.faq-question:focus-visible {
  outline: 3px solid rgba(170, 200, 119, 0.56);
  outline-offset: -3px;
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.faq-panel.is-open {
  grid-template-rows: 1fr;
}

.faq-panel[hidden] {
  display: none;
}

.faq-list p {
  overflow: hidden;
  margin: 0;
  padding: 0 24px 24px;
  font-size: 18px;
  line-height: 1.5;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(210px, 1fr) minmax(220px, 1fr) minmax(190px, 0.8fr);
  gap: 28px 42px;
  align-items: center;
  padding: 42px min(9vw, 130px);
  background:
    linear-gradient(135deg, rgba(63, 115, 79, 0.96), rgba(73, 125, 85, 0.98)),
    url("assets/pattern-fundo-page.png") center / 360px repeat;
  color: rgba(255, 253, 248, 0.92);
  font-size: 14px;
}

.site-footer a {
  color: rgba(255, 253, 248, 0.92);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-brand,
.footer-contact,
.footer-links,
.footer-maggium {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-brand strong {
  color: white;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1;
}

.footer-brand span,
.footer-contact,
.footer-links,
.footer-maggium span {
  line-height: 1.5;
}

.footer-links {
  gap: 10px;
}

.footer-maggium {
  align-items: flex-end;
  justify-self: end;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  font-weight: 900;
}

.footer-maggium img {
  width: min(150px, 34vw);
  height: auto;
  opacity: 0.95;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero-section .reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 901px) and (max-width: 1120px) {
  .top-ribbon {
    height: 26px;
  }

  .top-ribbon-track span {
    font-size: 9.5px;
  }

  .hero-section {
    padding: 14px 20px 22px;
  }

  .hero-frame {
    padding: 18px 24px 22px;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .hero-copy h1 {
    margin-bottom: 14px;
    font-size: clamp(2.55rem, 4.6vw, 3.125rem);
    line-height: 1;
  }

  .hero-copy p {
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    line-height: 1.48;
  }

  .hero-video {
    width: min(580px, 58vw);
    margin: 14px auto 16px;
  }

  .video-placeholder {
    height: auto;
    aspect-ratio: 16 / 9;
  }

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

  .objections-grid article {
    min-height: 260px;
  }
}

@media (min-width: 1121px) and (max-height: 820px) {
  .hero-section {
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .hero-frame {
    padding-top: 4px;
    padding-bottom: 18px;
  }

  .hero-logo img {
    width: clamp(88px, 8vw, 118px);
  }

  .hero-copy {
    padding-top: 6px;
  }

  .hero-copy h1 {
    margin-bottom: 10px;
    font-size: clamp(2.45rem, 4.2vw, 3.125rem);
    line-height: 0.96;
  }

  .hero-copy p {
    font-size: clamp(1rem, 1.08vw, 1.16rem);
    line-height: 1.42;
  }

  .hero-video {
    width: min(560px, 52vw);
    margin: 10px auto 12px;
  }
}

@media (max-width: 900px) {
  body {
    font-size: 18px;
  }

  .top-ribbon {
    height: 24px;
  }

  .top-ribbon::before,
  .top-ribbon::after {
    width: 16px;
  }

  .top-ribbon-track {
    gap: 30px;
    animation-duration: 28s;
  }

  .top-ribbon-track span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .top-ribbon-track span::after {
    width: 28px;
  }

  .hero-section {
    min-height: auto;
    padding: 12px 10px 24px;
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.48) 0%, rgba(255, 253, 248, 0.62) 36%, rgba(255, 253, 248, 0.82) 72%),
      linear-gradient(90deg, rgba(255, 253, 248, 0.44) 0%, rgba(255, 253, 248, 0.6) 62%, rgba(255, 253, 248, 0.2) 100%),
      url("assets/hero-pattern-cozinha-blend.jpg?v=pattern-visible-1") center top / cover no-repeat,
      linear-gradient(180deg, #fffdf8 0%, var(--warm-paper) 100%);
  }

  .hero-frame {
    padding: 18px 12px 24px;
    border-radius: 0;
    background: transparent;
  }

  .hero-logo {
    padding-top: 0;
    padding-inline: 14px;
  }

  .hero-logo img {
    width: 112px;
  }

  .hero-bg {
    display: none;
  }

  .hero-copy {
    padding-top: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(2.55rem, 6.2vw, 3.65rem);
    line-height: 1;
  }

  .hero-copy p {
    font-family: var(--body);
    font-size: 1.1rem;
    line-height: 1.55;
  }

  .hero-video {
    width: min(92vw, 620px);
    margin-top: 26px;
  }

  .video-placeholder {
    height: 260px;
    border-radius: 18px;
  }

  .hero-button,
  .button {
    display: flex;
    width: min(86vw, 420px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 22px;
    font-size: 16px;
  }

  .hero-button {
    left: auto;
    margin: 0 auto;
    transform: none;
  }

  .hero-trust {
    width: min(88vw, 420px);
    margin-top: 8px;
  }

  .hero-trust p {
    max-width: 300px;
    font-size: 8.6px;
  }

  .payment-strip {
    gap: 8px;
  }

  .payment-logo {
    height: 16px;
  }

  .pain-section {
    display: block;
    min-height: auto;
    padding: 0 0 76px;
  }

  .pain-photo {
    height: 330px;
    border-radius: 0 0 34px 34px;
  }

  .pain-title {
    width: min(88vw, 600px);
    margin: 38px auto 40px;
  }

  .pain-title h2 {
    font-size: clamp(2.45rem, 10vw, 3.35rem);
    line-height: 1.05;
    text-align: center;
  }

  .pain-title > p:not(.section-kicker) {
    margin: 0 auto;
    text-align: center;
  }

  .pain-copy {
    width: min(88vw, 620px);
    margin-top: 44px;
  }

  .pain-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pain-cards article {
    min-height: auto;
    padding: 22px 20px;
    border-radius: 26px;
  }

  .pain-cards span {
    margin-bottom: 10px;
  }

  .pain-desire {
    width: 100%;
    margin-top: 40px;
  }

  .pain-desire h3 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .pain-desire p {
    font-size: 1.16rem;
  }

  .origin-section,
  .method-section,
  .objections-section,
  .audience-section,
  .author-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .origin-card,
  .author-card,
  .memory-section,
  .benefits-row,
  .product-inner,
  .bonus-inner,
  .offer-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .origin-card > div,
  .author-card {
    padding: 42px 28px;
  }

  .mechanism-copy {
    padding: 42px 28px;
  }

  .mechanism-copy h2 {
    font-size: clamp(2.55rem, 10vw, 3.65rem);
    text-align: center;
  }

  .mechanism-copy p {
    font-size: 1.16rem;
    text-align: center;
  }

  .mechanism-close {
    padding: 18px 18px 0;
  }

  .mechanism-close::before {
    top: 0;
    left: 50%;
    width: 46px;
    height: 4px;
    transform: translateX(-50%);
  }

  .origin-card p {
    font-size: 1.55rem;
  }

  .mechanism-copy p {
    font-size: 1.08rem;
    line-height: 1.55;
  }

  .method-grid,
  .mechanism-steps,
  .objections-grid,
  .audience-cards,
  .testimonial-grid,
  .recipe-gallery {
    grid-template-columns: 1fr;
  }

  .audience-section {
    padding-top: 36px;
  }

  .audience-bg {
    height: 360px;
    opacity: 0.46;
  }

  .audience-cards {
    width: min(88vw, 620px);
    margin-bottom: 58px;
    gap: 10px;
  }

  .audience-cards article {
    min-height: auto;
    padding: 18px 22px;
    border-radius: 24px;
    font-size: clamp(1.3rem, 6vw, 1.7rem);
    line-height: 1.18;
  }

  .objections-section {
    padding-top: 78px;
    padding-bottom: 88px;
  }

  .objections-header {
    width: min(88vw, 620px);
    margin-bottom: 30px;
  }

  .objections-header h2 {
    font-size: clamp(2.35rem, 9vw, 3.35rem);
  }

  .objections-grid {
    width: min(88vw, 620px);
    margin-bottom: 34px;
  }

  .objections-grid article {
    min-height: auto;
    padding: 26px 24px;
    border-radius: 28px;
  }

  .mechanism-steps {
    width: min(88vw, 620px);
    margin-top: 16px;
    margin-bottom: 58px;
    gap: 14px;
  }

  .mechanism-steps article {
    min-height: auto;
    padding: 26px 24px;
    border-radius: 28px;
  }

  .mechanism-steps span {
    margin-bottom: 18px;
  }

  .mechanism-photo img {
    min-height: 360px;
  }

  .method-grid article {
    min-height: 210px;
  }

  .memory-section {
    width: min(88vw, 600px);
    padding-bottom: 70px;
  }

  .memory-copy h2,
  .product-copy h2,
  .bonus-copy h2,
  .faq-section > h2 {
    text-align: center;
  }

  .memory-photo img,
  .author-card img,
  .offer-mockup img {
    width: 100%;
    height: auto;
  }

  .benefits-gallery {
    width: 100%;
  }

  .benefits-slide {
    flex-basis: calc(100% - 82px);
    height: 360px;
  }

  .benefits-carousel-track {
    gap: 10px;
  }

  .benefits-carousel-next {
    right: 18px;
    width: 48px;
    height: 48px;
    font-size: 38px;
  }

  .product-inner,
  .bonus-inner,
  .offer-inner {
    width: min(88vw, 640px);
    min-width: 0;
  }

  .offer-section {
    padding: 64px 0 58px;
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(243, 238, 231, 0.96)),
      url("assets/pattern-fundo-page.png") center / 360px repeat,
      var(--warm-paper);
  }

  .offer-inner {
    width: min(90vw, 640px);
    gap: 28px;
    padding: 0;
  }

  .offer-mockup img {
    width: min(92vw, 560px);
    filter: drop-shadow(0 22px 34px rgba(75, 39, 28, 0.12));
  }

  .price-card {
    padding: 30px 22px 26px;
    border-radius: 30px;
  }

  .price-card h2 {
    max-width: 520px;
    font-size: clamp(2rem, 8.2vw, 2.65rem);
    line-height: 1.04;
  }

  .price-intro {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.48;
  }

  .price-card ul {
    margin-bottom: 24px;
  }

  .price-card li {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.38;
  }

  .discount {
    font-size: 15px;
  }

  .old-price {
    font-size: 21px;
  }

  .installments {
    font-size: 16px;
  }

  .price-card strong {
    font-size: clamp(3.45rem, 15vw, 4.7rem);
  }

  .price-card small {
    margin-bottom: 22px;
  }

  .safe-row {
    gap: 8px 12px;
    font-size: 8.8px;
  }

  .anchor-inner {
    width: min(90vw, 640px);
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 56px 0 72px;
  }

  .anchor-preview {
    grid-template-columns: minmax(0, 1fr) 0.34fr;
    gap: 10px;
  }

  .anchor-preview img {
    height: 430px;
  }

  .anchor-preview-stack {
    gap: 10px;
  }

  .anchor-preview-stack img {
    height: calc((430px - 20px) / 3);
  }

  .anchor-carousel-stage {
    padding: 12px;
  }

  .anchor-slide img {
    height: min(420px, 108vw);
  }

  .anchor-carousel-button {
    width: 42px;
    height: 42px;
    font-size: 34px;
  }

  .anchor-carousel-prev {
    left: 18px;
  }

  .anchor-carousel-next {
    right: 18px;
  }

  .anchor-carousel-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-top: 12px;
    font-size: 12px;
  }

  .anchor-carousel-meta b {
    font-size: 13px;
  }

  .anchor-carousel-dots {
    gap: 6px;
    margin-top: 12px;
  }

  .anchor-carousel-dots button {
    width: 22px;
  }

  .anchor-carousel-dots button.is-active {
    width: 34px;
  }

  .anchor-copy {
    max-width: none;
    text-align: left;
  }

  .anchor-copy h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: clamp(2rem, 7.2vw, 2.72rem);
    line-height: 1.08;
  }

  .anchor-copy li {
    margin-bottom: 11px;
    font-size: 1rem;
    line-height: 1.42;
  }

  .anchor-bonus {
    padding: 20px 18px 8px;
    border-radius: 24px;
  }

  .anchor-bonus h3 {
    font-size: clamp(1.62rem, 6.4vw, 2.12rem);
  }

  .benefits-row {
    width: min(90vw, 640px);
    gap: 28px;
  }

  .benefits-list {
    padding-top: 0;
  }

  .benefits-list p {
    margin-bottom: 16px;
    font-size: clamp(1.08rem, 4.7vw, 1.34rem);
    line-height: 1.28;
  }

  .benefits-list .button {
    margin-top: 12px;
  }

  .ebook-preview img,
  .bonus-preview img {
    height: 360px;
  }

  .recipe-gallery {
    display: flex;
    gap: 12px;
    padding: 24px 20px 34px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .recipe-gallery img {
    flex: 0 0 min(74vw, 310px);
    height: 220px;
    scroll-snap-align: start;
    border-radius: 26px;
  }

  .recipe-gallery::-webkit-scrollbar {
    display: none;
  }

  .anchor-section .button {
    margin-top: 4px;
  }

  .testimonial-grid img {
    width: 100%;
    height: auto;
  }

  .price-card {
    width: 100%;
    min-width: 0;
    padding: 30px 22px 26px;
  }

  .guarantee-section {
    padding: 72px 0 86px;
  }

  .guarantee-card {
    width: min(90vw, 640px);
    padding: 94px 24px 42px;
    border-radius: 38px;
  }

  .guarantee-seal {
    top: -52px;
    width: 124px;
    height: 124px;
  }

  .guarantee-seal::before {
    border-width: 3px;
  }

  .guarantee-seal::after {
    border-width: 3px;
  }

  .guarantee-seal span {
    font-size: 0.9rem;
  }

  .guarantee-seal strong {
    font-size: 1.14rem;
  }

  .guarantee-card h2 {
    margin-bottom: 24px;
    font-size: clamp(1.92rem, 8vw, 2.65rem);
  }

  .guarantee-card p {
    font-size: clamp(1.15rem, 5.3vw, 1.55rem);
    line-height: 1.38;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 24px;
    text-align: center;
  }

  .footer-brand,
  .footer-contact,
  .footer-links,
  .footer-maggium {
    align-items: center;
  }

  .footer-maggium {
    justify-self: center;
    text-align: center;
  }

  .footer-maggium img {
    width: 138px;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .pain-section {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    min-height: auto;
    padding: 0 0 78px;
  }

  .pain-photo {
    grid-column: 1;
    grid-row: 1;
    height: 520px;
    border-radius: 0 44px 44px 0;
  }

  .pain-title {
    grid-column: 2;
    grid-row: 1;
    width: min(88%, 520px);
    margin: 0 auto;
    text-align: center;
  }

  .section-kicker {
    margin-bottom: 14px;
  }

  .pain-title h2 {
    font-size: clamp(2.65rem, 6vw, 4.1rem);
    line-height: 1.05;
    text-align: center;
  }

  .pain-title > p:not(.section-kicker) {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
  }

  .pain-copy {
    grid-column: 1 / -1;
    width: min(86vw, 760px);
    margin-top: 54px;
  }

  .pain-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mechanism-copy h2,
  .mechanism-copy p {
    text-align: left;
  }

  .mechanism-card {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  }

  .mechanism-copy {
    padding: 56px 44px;
  }

  .mechanism-copy h2 {
    font-size: clamp(3rem, 5.8vw, 3.65rem);
  }

  .mechanism-photo img {
    min-height: 560px;
  }

  .mechanism-close {
    padding: 0 0 0 22px;
  }

  .mechanism-close::before {
    left: 0;
    top: 0.36em;
    width: 4px;
    height: 2.5em;
    transform: none;
  }

  .mechanism-steps {
    width: min(88vw, 760px);
  }
}
