:root {
  color-scheme: only light;
  --red: #e8392b;
  --red-dark: #9d1e16;
  --yellow: #ffc72c;
  --yellow-light: #ffe68a;
  --wood: #28170f;
  --wood-soft: #4b2f20;
  --ink: #211610;
  --cream: #fbf3e7;
  --green: #5fa641;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: "Trebuchet MS", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
  --section-space: clamp(105px, 9vw, 140px);
  --section-gap: clamp(46px, 6vw, 86px);
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: only light;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  background-color: var(--cream);
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

body {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 104px;
  margin: 0;
  color: var(--cream);
  background: var(--wood);
  font-family: var(--body);
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y pinch-zoom;
}

@media (prefers-color-scheme: dark) {
  :root,
  html,
  body {
    color-scheme: only light;
  }

  html {
    background-color: var(--cream);
  }
}

main,
header,
footer {
  max-width: 100%;
}

main > section {
  scroll-margin-top: 84px;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

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

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

.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  width: var(--shell);
  min-height: 94px;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.brand img {
  width: 124px;
}

.topnav {
  display: flex;
  justify-content: center;
  gap: 38px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topnav a {
  opacity: 0.84;
}

.mini-cta {
  justify-self: end;
  padding: 12px 19px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--red);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  min-height: 940px;
  padding: 130px max(24px, calc((100vw - 1180px) / 2)) 100px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(25, 11, 5, 0.25), rgba(25, 11, 5, 0.05)),
    url("img/cenario-frutas-madeira-v2.webp") center / cover no-repeat;
}

.hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 5, 2, 0.45) 0%, transparent 24%, transparent 76%, rgba(13, 5, 2, 0.62) 100%),
    radial-gradient(circle at 50% 50%, transparent 25%, rgba(16, 7, 2, 0.42) 100%);
}

.hero__content {
  position: relative;
  z-index: 3;
  padding-top: 15px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--red-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.section-kicker::after {
  width: 52px;
  height: 2px;
  margin-left: 3px;
  background: currentColor;
  content: "";
  opacity: 0.72;
}

.eyebrow {
  color: var(--yellow-light);
  line-height: 1.3;
}

.eyebrow span {
  width: 38px;
  height: 3px;
  background: var(--yellow);
}

.hero__title {
  margin: 28px 0 36px;
  font-family: var(--display);
  font-size: clamp(6.2rem, 10vw, 10.8rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.hero__title span {
  display: block;
  width: max-content;
  max-width: 100%;
  -webkit-text-stroke: 4px var(--cream);
}

.title-red {
  color: var(--red);
  text-shadow:
    0 5px 0 var(--red-dark),
    0 10px 0 #6d1713,
    0 16px 22px rgba(0, 0, 0, 0.65);
}

.title-yellow {
  margin-left: 44px;
  color: var(--yellow);
  text-shadow:
    0 5px 0 #db8e06,
    0 10px 0 #94480e,
    0 16px 22px rgba(0, 0, 0, 0.68);
}

.hero__lead {
  max-width: 520px;
  margin: 0 0 26px;
  color: rgba(255, 249, 237, 0.92);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

.hero__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero__perks span {
  --perk-rotate: -1deg;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  padding: 11px 17px;
  color: var(--cream);
  border: 2px solid var(--yellow);
  border-radius: 99px;
  background: var(--red-dark);
  box-shadow: 4px 4px 0 var(--ink), 0 0 18px rgba(232, 57, 43, 0.28);
  font-size: clamp(0.72rem, 1.1vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(var(--perk-rotate));
  animation: perk-pulse 3.6s ease-in-out infinite;
}

.hero__perks span::before {
  position: relative;
  z-index: 2;
  margin-right: 7px;
  color: currentColor;
  content: "\2726";
  font-size: 0.8em;
}

.hero__perks span::after {
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -45%;
  width: 28%;
  background: rgba(255, 255, 255, 0.55);
  content: "";
  transform: skewX(-22deg);
  animation: perk-shine 3.6s ease-in-out infinite;
  animation-delay: inherit;
  pointer-events: none;
}

.hero__perks span:nth-child(2) {
  --perk-rotate: 1deg;
  color: var(--ink);
  background: var(--yellow);
  border-color: var(--cream);
  box-shadow: 4px 4px 0 var(--red-dark), 0 0 18px rgba(255, 199, 44, 0.28);
  animation-delay: 0.45s;
}

.hero__perks span:nth-child(3) {
  --perk-rotate: -0.5deg;
  color: var(--red-dark);
  background: var(--cream);
  border-color: var(--red);
  box-shadow: 4px 4px 0 var(--yellow), 0 0 18px rgba(251, 243, 231, 0.2);
  animation-delay: 0.9s;
}

@keyframes perk-pulse {
  0%,
  18%,
  100% {
    transform: translateY(0) rotate(var(--perk-rotate)) scale(1);
  }

  7% {
    transform: translateY(-4px) rotate(var(--perk-rotate)) scale(1.06);
  }
}

@keyframes perk-shine {
  0%,
  14%,
  100% {
    left: -45%;
    opacity: 0;
  }

  4% {
    opacity: 0.7;
  }

  10% {
    left: 125%;
    opacity: 0;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 62px;
  padding: 0 28px;
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button b {
  font-size: 1.4rem;
}

.button--primary {
  color: var(--cream);
  background: var(--red-dark);
  box-shadow: 7px 7px 0 var(--yellow);
  transform: rotate(-1deg);
}

.hero__products {
  position: relative;
  align-self: end;
  height: 720px;
  margin-left: -20px;
}

.product {
  position: absolute;
  z-index: 2;
  bottom: 2%;
  width: min(51%, 430px);
  filter: drop-shadow(0 34px 26px rgba(0, 0, 0, 0.62));
}

.product--red {
  left: 2%;
  transform: rotate(-7deg);
}

.product--yellow {
  right: 1%;
  bottom: 5%;
  transform: rotate(7deg);
}

.burst {
  position: absolute;
  z-index: 1;
  top: 56%;
  width: min(68%, 480px);
  height: auto;
  max-width: none;
  opacity: 1;
  object-fit: contain;
  filter: drop-shadow(0 16px 14px rgba(20, 7, 2, 0.5)) saturate(1.05);
}

.burst--red {
  left: -10%;
  transform: rotate(-3deg);
}

.burst--yellow {
  right: -10%;
  transform: rotate(3deg);
}

.combo-stamp {
  position: absolute;
  z-index: 5;
  top: 25%;
  left: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  color: var(--ink);
  background: var(--yellow);
  clip-path: polygon(50% 0, 61% 12%, 77% 6%, 83% 22%, 100% 27%, 92% 44%, 100% 57%, 84% 68%, 84% 86%, 65% 88%, 51% 100%, 39% 88%, 20% 94%, 15% 76%, 0 67%, 8% 49%, 0 33%, 17% 23%, 23% 6%, 40% 12%);
  font-family: var(--display);
  line-height: 0.83;
  text-transform: uppercase;
  transform: rotate(9deg);
  pointer-events: none;
}

.combo-stamp small,
.combo-stamp span {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}

.combo-stamp strong {
  display: block;
  margin: 3px 0 5px;
  color: var(--red);
  font-size: 1.85rem;
  line-height: 0.72;
  -webkit-text-stroke: 1px var(--ink);
}

.scroll-note {
  position: absolute;
  z-index: 5;
  bottom: 26px;
  left: 50%;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-note span {
  color: var(--yellow);
  font-size: 1rem;
}

.deal-strip {
  position: relative;
  z-index: 8;
  overflow: hidden;
  padding: 20px 0;
  color: var(--ink);
  background: var(--yellow);
  border-block: 4px solid var(--ink);
  box-shadow: 0 8px 0 var(--red);
  transform: rotate(-1deg) scale(1.02);
}

.deal-strip__marquee {
  display: flex;
  width: max-content;
  animation: deal-marquee 24s linear infinite;
  will-change: transform;
}

.deal-strip__track {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: space-around;
  gap: clamp(22px, 3vw, 52px);
  min-width: 100vw;
  padding-inline: clamp(20px, 3vw, 52px);
  white-space: nowrap;
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.deal-strip__track b {
  color: var(--red);
}

@keyframes deal-marquee {
  to {
    transform: translateX(-50%);
  }
}

.section-shell {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin: 0 auto;
}

.section-light {
  position: relative;
  overflow: hidden;
  padding: 160px 0 130px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 16%, rgba(232, 57, 43, 0.09), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(255, 199, 44, 0.25), transparent 25%),
    var(--cream);
}

.section-light::before {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: repeating-linear-gradient(115deg, transparent 0 18px, rgba(78, 49, 30, 0.08) 18px 19px);
  content: "";
}

.fruit-divider {
  position: absolute;
  z-index: 4;
  width: 650px;
  pointer-events: none;
  filter: drop-shadow(0 18px 14px rgba(25, 10, 3, 0.25));
}

.fruit-divider--one {
  top: -110px;
  right: -230px;
  transform: rotate(6deg);
}

.combo__heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: end;
  margin: 22px 0 72px;
}

.scribble {
  margin: 0 0 7px;
  color: var(--red);
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 800;
  transform: rotate(-3deg);
}

.combo h2,
.gift h2,
.benefits h2,
.limited h2,
.final-offer h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.duo-builder {
  margin-top: 34px;
}

.duo-builder__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.duo-builder__heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.duo-builder__heading h3 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.25;
}

.duo-builder__toggle {
  display: none;
  padding: 8px 0 4px;
  color: var(--yellow);
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.duo-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.duo-option {
  position: relative;
  display: grid;
  grid-template-rows: 68px auto;
  min-width: 0;
  min-height: 145px;
  padding: 13px 10px 11px;
  color: var(--cream);
  border: 2px solid rgba(251, 243, 231, 0.28);
  background: rgba(20, 8, 4, 0.65);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.duo-option:hover {
  border-color: rgba(255, 199, 44, 0.72);
  transform: translateY(-2px);
}

.duo-option:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 3px;
}

.duo-option.is-selected {
  color: var(--ink);
  border-color: var(--ink);
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--red);
}

.duo-option__badge {
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 8px;
  padding: 4px 7px;
  color: var(--cream);
  background: var(--red-dark);
  border: 1px solid var(--cream);
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.duo-option__visual {
  position: relative;
  display: block;
  width: 78px;
  height: 68px;
  margin: 0 auto;
}

.duo-option__visual img {
  position: absolute;
  bottom: 0;
  width: 43px;
  height: auto;
  filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.34));
}

.duo-option__visual img:first-child {
  left: 7px;
  transform: rotate(-7deg);
}

.duo-option__visual img:last-child {
  right: 7px;
  transform: rotate(7deg);
}

.duo-option__copy {
  display: block;
  min-width: 0;
}

.duo-option__copy strong,
.duo-option__copy small {
  display: block;
}

.duo-option__copy strong {
  font-size: 0.7rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.duo-option__copy small {
  margin-top: 4px;
  color: rgba(251, 243, 231, 0.65);
  font-size: 0.57rem;
  line-height: 1.3;
}

.duo-option.is-selected .duo-option__copy small {
  color: rgba(33, 22, 16, 0.72);
}

.duo-option__check {
  position: absolute;
  right: 7px;
  bottom: 7px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--cream);
  border: 1px solid rgba(251, 243, 231, 0.38);
  border-radius: 50%;
  font-size: 0.65rem;
  opacity: 0.35;
}

.duo-option.is-selected .duo-option__check {
  color: var(--cream);
  border-color: var(--red);
  background: var(--red);
  opacity: 1;
}

.duo-builder__selection {
  margin: 15px 0 0;
  color: rgba(251, 243, 231, 0.68);
  font-size: 0.72rem;
}

.duo-builder__selection strong {
  color: var(--cream);
}

.final-offer__products.is-switching .final-product,
.final-offer__products.is-switching .final-offer__puddle {
  opacity: 0.2;
  transform: translateY(8px) scale(0.96);
}

.final-product,
.final-offer__puddle {
  transition: opacity 180ms ease, transform 220ms ease;
}

.combo h2 em,
.benefits h2 em {
  color: var(--red);
  font-style: normal;
}

.section-copy {
  max-width: 390px;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.65;
}

.product-showcase {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  align-items: center;
}

.flavor-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  min-height: 510px;
  overflow: hidden;
  padding: 42px 24px 22px 38px;
  border: 4px solid var(--ink);
  box-shadow: 11px 11px 0 var(--ink);
  isolation: isolate;
}

.protein-seal {
  --seal-rotate: 6deg;
  position: absolute;
  z-index: 6;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  font-family: var(--body);
  line-height: 0.82;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(var(--seal-rotate));
  animation: protein-seal-pulse 2.9s ease-in-out infinite;
  pointer-events: none;
}

.protein-seal strong {
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: 0.01em;
}

.protein-seal small {
  max-width: 55px;
  margin-top: 3px;
  font-size: 0.43rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.05;
}

.flavor-card--red .protein-seal {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 199, 44, 0.24), 0 9px 16px rgba(80, 6, 10, 0.32);
}

.flavor-card--red .protein-seal strong {
  color: var(--red-dark);
}

.flavor-card--yellow .protein-seal {
  --seal-rotate: -6deg;
  color: var(--cream);
  background: var(--red);
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(232, 57, 43, 0.2), 0 9px 16px rgba(86, 47, 0, 0.28);
  animation-delay: 0.55s;
}

.flavor-card--yellow .protein-seal strong {
  color: var(--yellow);
}

@keyframes protein-seal-pulse {
  0%,
  66%,
  84%,
  100% {
    transform: rotate(var(--seal-rotate)) scale(1);
  }

  75% {
    transform: rotate(var(--seal-rotate)) scale(1.09);
    filter: brightness(1.08) drop-shadow(0 0 8px rgba(255, 230, 138, 0.72));
  }
}

.flavor-card::before {
  position: absolute;
  z-index: -1;
  top: -120px;
  right: -70px;
  width: 400px;
  height: 400px;
  border: 30px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.flavor-card--red {
  color: white;
  background: linear-gradient(145deg, #e9323b, #99121d);
  transform: rotate(-1.2deg);
}

.flavor-card--yellow {
  color: var(--ink);
  background: linear-gradient(145deg, #ffe03f, #eea600);
  transform: rotate(1.2deg);
}

.flavor-card__copy {
  position: relative;
  z-index: 2;
}

.flavor-number {
  display: block;
  width: max-content;
  margin-bottom: 22px;
  padding-bottom: 6px;
  border-bottom: 3px solid currentColor;
  font-family: var(--display);
  font-size: 1.2rem;
}

.flavor-card h3 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.85;
  text-transform: uppercase;
}

.flavor-card p {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flavor-card img {
  position: relative;
  z-index: 2;
  width: 118%;
  max-width: none;
  margin-left: -22%;
  filter: drop-shadow(0 24px 14px rgba(49, 14, 4, 0.35));
}

.flavor-label {
  position: absolute;
  right: 25px;
  bottom: 24px;
  padding: 7px 11px;
  border: 2px solid currentColor;
  font-size: 0.7rem;
  font-weight: 900;
}

.flavor-card__link {
  position: absolute;
  z-index: 6;
  bottom: 24px;
  left: 30px;
  padding: 8px 11px;
  border: 2px solid currentColor;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.flavor-card__link:hover,
.flavor-card__link:focus-visible {
  color: var(--ink);
  background: var(--cream);
}

.plus-sign {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-left: -9px;
  color: var(--cream);
  background: var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 9px var(--cream);
  font-family: var(--display);
  font-size: 4rem;
  transform: rotate(-4deg);
}

.price-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-top: 88px;
}

.price-lockup__before {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  text-transform: uppercase;
}

.price-lockup__before s {
  color: #766357;
  font-size: 1.25rem;
}

.price-lockup__now {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  padding-left: 34px;
  border-left: 2px solid rgba(33, 22, 16, 0.2);
}

.price-lockup__now span {
  grid-column: 1 / -1;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.price-lockup__now strong {
  color: var(--red);
  font-family: var(--display);
  font-size: 7rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.price-lockup__now sup {
  vertical-align: 2.4em;
  margin-right: 4px;
  font-family: var(--body);
  font-size: 0.17em;
  letter-spacing: 0;
}

.price-lockup__now small {
  font-size: 0.43em;
}

.price-lockup__now em {
  align-self: end;
  margin: 0 0 9px 12px;
  font-family: "Segoe Print", cursive;
  font-weight: 900;
  transform: rotate(-5deg);
}

.price-lockup__seal {
  display: grid;
  place-content: center;
  width: 112px;
  height: 112px;
  color: var(--yellow);
  background: var(--red);
  clip-path: polygon(50% 0, 63% 10%, 79% 5%, 86% 21%, 100% 31%, 92% 47%, 98% 65%, 82% 73%, 77% 92%, 59% 89%, 44% 100%, 31% 88%, 13% 90%, 9% 72%, 0 59%, 10% 44%, 3% 27%, 21% 20%, 31% 5%);
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 0.92;
  text-align: center;
  transform: rotate(8deg);
}

.price-lockup__seal small {
  display: inline-block;
  margin-top: 7px;
  font-size: 0.8em;
}

.product-facts {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
  background:
    linear-gradient(130deg, rgba(232, 57, 43, 0.14), transparent 44%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px),
    var(--wood);
}

.product-facts::after {
  position: absolute;
  right: -130px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 45px solid rgba(255, 199, 44, 0.07);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.product-facts__intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 54px;
}

.product-facts h2,
.proof h2,
.faq h2 {
  margin: 15px 0 0;
  font-family: var(--display);
  font-size: clamp(3.8rem, 7.5vw, 7.7rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.product-facts h2 em,
.proof h2 em,
.faq h2 em {
  color: var(--yellow);
  font-style: normal;
}

.product-facts__intro > p {
  max-width: 450px;
  margin: 0 0 5px;
  color: rgba(251, 243, 231, 0.76);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.65;
}

.facts-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact-card {
  min-height: 178px;
  padding: 25px;
  border: 2px solid rgba(255, 199, 44, 0.58);
  background: rgba(19, 9, 5, 0.68);
  box-shadow: 5px 5px 0 rgba(232, 57, 43, 0.72);
}

.fact-card strong,
.fact-card span,
.fact-card small {
  display: block;
}

.fact-card strong {
  color: var(--yellow);
  font-family: var(--display);
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 0.9;
}

.fact-card span {
  margin-top: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.fact-card small {
  margin-top: 7px;
  color: rgba(251, 243, 231, 0.58);
  font-size: 0.7rem;
  line-height: 1.4;
}

.usage-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  margin-top: 58px;
  padding: 34px;
  color: var(--ink);
  border: 4px solid var(--ink);
  background: var(--yellow);
  box-shadow: 10px 10px 0 var(--red);
  transform: rotate(-0.5deg);
}

.usage-panel__heading > span {
  color: var(--red-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.usage-panel h3 {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.65vw, 9px);
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.usage-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.usage-steps li {
  padding-left: 15px;
  border-left: 2px solid rgba(33, 22, 16, 0.24);
}

.usage-steps b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--cream);
  background: var(--red);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.25rem;
}

.usage-steps p {
  margin: 14px 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.product-facts__links {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.product-facts__links a {
  padding-bottom: 4px;
  color: var(--yellow-light);
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gift {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
  background:
    linear-gradient(110deg, rgba(72, 12, 6, 0.15), rgba(72, 12, 6, 0.65)),
    url("img/cenario-frutas-madeira-v2.webp") center / cover no-repeat;
  isolation: isolate;
}

.gift::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(55, 16, 8, 0.44);
  content: "";
}

.gift__shape {
  position: absolute;
  z-index: -1;
  inset: -18% -10% -20% 52%;
  background: linear-gradient(145deg, var(--red), var(--red-dark));
  clip-path: polygon(18% 0, 100% 8%, 100% 100%, 0 93%);
  transform: rotate(-4deg);
}

.gift__grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  grid-template-areas:
    "visual heading"
    "visual details";
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: 70px;
  row-gap: 0;
}

.gift__visual {
  grid-area: visual;
  position: relative;
  min-height: 610px;
}

.gift__heading {
  grid-area: heading;
  align-self: end;
}

.gift__details {
  grid-area: details;
  align-self: start;
}

.gift__visual img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 47%;
  width: min(92%, 610px);
  filter: drop-shadow(0 42px 35px rgba(0, 0, 0, 0.55));
  transform: translate(-50%, -50%) rotate(-5deg);
}

.gift__halo {
  position: absolute;
  top: 50%;
  left: 47%;
  width: 460px;
  height: 460px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255, 199, 44, 0.08), 0 0 0 58px rgba(255, 199, 44, 0.04);
  transform: translate(-50%, -50%);
}

.gift__spark {
  position: absolute;
  z-index: 3;
  color: var(--yellow);
  font-size: 4rem;
}

.gift__spark--one {
  top: 12%;
  left: 7%;
}

.gift__spark--two {
  right: 4%;
  bottom: 14%;
  font-size: 2.4rem;
}

.section-kicker--light {
  color: var(--yellow-light);
}

.benefits__intro .section-kicker {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(14px, 1.8vw, 22px);
  line-height: 1.25;
}

.scribble--yellow {
  margin-top: 25px;
  color: var(--yellow);
}

.gift h2 {
  font-size: clamp(4rem, 7vw, 7.4rem);
  text-shadow: 0 8px 0 rgba(96, 14, 10, 0.72);
}

.gift h2 em {
  color: var(--yellow);
  font-style: normal;
}

.gift__details > p {
  max-width: 460px;
  margin: 32px 0 25px;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.65;
}

.mystery-note {
  display: inline-block;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.benefits {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background:
    linear-gradient(rgba(34, 15, 7, 0.84), rgba(34, 15, 7, 0.92)),
    url("img/cenario-frutas-madeira-v2.webp") center / cover fixed;
}

.benefits > .section-shell {
  position: relative;
  z-index: 2;
}

.fruit-divider--two {
  z-index: 1;
  top: -225px;
  left: -285px;
  width: clamp(430px, 36vw, 560px);
  opacity: 0.88;
  transform: scaleX(-1) rotate(3deg);
}

.benefits__intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 80px;
}

.benefits h2 em {
  color: var(--yellow);
}

.benefits__intro > p {
  max-width: 430px;
  margin: 0 0 8px;
  color: rgba(255, 249, 237, 0.76);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.65;
}

.benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.benefit-list li {
  display: grid;
  grid-template-columns: 80px 1fr 160px;
  align-items: center;
  min-height: 160px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.benefit-list__number {
  align-self: start;
  padding-top: 30px;
  color: var(--yellow);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.benefit-list h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.benefit-list p {
  margin: 0;
  color: rgba(255, 249, 237, 0.66);
}

.benefit-list b {
  justify-self: end;
  color: rgba(255, 255, 255, 0.11);
  font-family: var(--display);
  font-size: 4rem;
  -webkit-text-stroke: 2px var(--yellow);
  transform: rotate(-6deg);
}

.proof {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 199, 44, 0.2), transparent 25%),
    linear-gradient(145deg, var(--red), var(--red-dark));
}

.proof::before {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background: repeating-linear-gradient(120deg, transparent 0 28px, var(--cream) 28px 30px);
  content: "";
}

.proof__heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 70px;
  margin: 18px 0 52px;
}

.proof__heading > p {
  max-width: 430px;
  margin: 0 0 5px;
  color: rgba(251, 243, 231, 0.78);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
}

.proof-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.proof-card {
  display: flex;
  flex-direction: column;
  min-height: 225px;
  padding: 28px;
  color: var(--ink);
  border: 3px solid var(--ink);
  background: var(--cream);
  box-shadow: 7px 7px 0 var(--yellow);
}

a.proof-card:hover,
a.proof-card:focus-visible {
  transform: translateY(-4px) rotate(-0.5deg);
}

.proof-card strong {
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.9;
  white-space: nowrap;
}

.proof-card strong b {
  display: inline-block;
  margin-left: 5px;
  font-family: var(--body);
  font-size: 0.34em;
  line-height: 1;
  vertical-align: 0.35em;
}

.proof-card span {
  margin-top: 13px;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-card small {
  margin-top: auto;
  padding-top: 22px;
  color: rgba(33, 22, 16, 0.64);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.4;
}

.faq {
  padding: 125px 0;
  color: var(--ink);
  background:
    repeating-linear-gradient(115deg, transparent 0 24px, rgba(78, 49, 30, 0.055) 24px 25px),
    var(--cream);
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 75px;
}

.faq h2 em {
  color: var(--red);
}

.faq__intro > p {
  max-width: 410px;
  margin: 28px 0 22px;
  color: rgba(33, 22, 16, 0.7);
  font-weight: 700;
  line-height: 1.6;
}

.faq__contact {
  display: inline-block;
  padding-bottom: 4px;
  color: var(--red-dark);
  border-bottom: 2px solid currentColor;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.faq__items {
  border-top: 2px solid var(--ink);
}

.faq details {
  border-bottom: 2px solid var(--ink);
}

.faq summary {
  position: relative;
  padding: 24px 54px 24px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.5vw, 2.25rem);
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--cream);
  background: var(--red);
  border-radius: 50%;
  content: "+";
  font-family: var(--body);
  font-size: 1.3rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.faq details[open] summary::after {
  color: var(--ink);
  background: var(--yellow);
  content: "−";
}

.faq details p {
  max-width: 680px;
  margin: -3px 52px 24px 0;
  color: rgba(33, 22, 16, 0.72);
  line-height: 1.6;
}

.limited {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  color: var(--ink);
  background: var(--yellow);
  border-block: 5px solid var(--ink);
}

.limited::before {
  position: absolute;
  inset: -50%;
  opacity: 0.18;
  background: repeating-conic-gradient(from 0deg, var(--red) 0deg 5deg, transparent 5deg 11deg);
  content: "";
}

.limited__content {
  text-align: center;
}

.limited__top,
.limited__bottom {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.limited__top {
  margin-bottom: 24px;
  color: var(--red-dark);
  font-family: "Segoe Print", cursive;
  letter-spacing: 0;
  text-transform: none;
  transform: rotate(-2deg);
}

.limited h2 {
  position: relative;
  z-index: 2;
  font-size: clamp(4.2rem, 10vw, 10rem);
  text-shadow: 0 7px 0 rgba(251, 243, 231, 0.8);
  transform: rotate(-1deg);
}

.limited h2 span {
  color: var(--red);
  -webkit-text-stroke: 3px var(--ink);
  text-shadow: 0 6px 0 var(--red-dark);
}

.limited__bottom {
  max-width: 600px;
  margin: 34px auto 0;
  font-size: 0.74rem;
  line-height: 1.7;
}

.final-offer {
  position: relative;
  overflow: hidden;
  padding: 130px 0 115px;
  background:
    linear-gradient(135deg, rgba(99, 15, 9, 0.25), rgba(28, 10, 4, 0.75)),
    url("img/cenario-frutas-madeira-v2.webp") center / cover no-repeat;
}

.final-offer__grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  grid-template-areas:
    "products heading"
    "products details";
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: 80px;
  row-gap: 0;
}

.final-offer__products {
  grid-area: products;
  position: relative;
  min-height: 690px;
}

.final-offer__heading {
  grid-area: heading;
  align-self: end;
}

.final-offer__details {
  grid-area: details;
  align-self: start;
}

.final-offer__puddle {
  position: absolute;
  z-index: 1;
  top: 58%;
  width: 72%;
  height: auto;
  max-width: none;
  opacity: 1;
  object-fit: contain;
  filter: drop-shadow(0 18px 15px rgba(20, 7, 2, 0.52)) saturate(1.04);
}

.final-offer__puddle--red {
  left: -10%;
  transform: rotate(-3deg);
}

.final-offer__puddle--yellow {
  right: -10%;
  transform: rotate(3deg);
}

.final-product {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 60%;
  filter: drop-shadow(0 34px 25px rgba(0, 0, 0, 0.6));
}

.final-product--red {
  left: 0;
  transform: rotate(-7deg);
}

.final-product--yellow {
  right: 0;
  transform: rotate(7deg);
}

.final-offer h2 {
  margin-top: 22px;
  color: var(--cream);
  font-size: clamp(4.5rem, 8vw, 8.2rem);
  text-shadow: 0 7px 0 var(--red-dark);
}

.final-price {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.final-price > span {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-price strong {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 6.8rem;
  line-height: 0.9;
  text-shadow: 0 5px 0 #9f5207;
}

.final-price sup {
  margin-right: 5px;
  font-family: var(--body);
  font-size: 0.18em;
  vertical-align: 2.4em;
}

.final-price small {
  font-size: 0.4em;
}

.final-offer__summary {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 22px 0 24px;
  padding: 12px 18px;
  color: var(--ink);
  border: 2px solid var(--ink);
  background: var(--yellow);
  box-shadow: 6px 6px 0 var(--red);
  font-size: clamp(0.72rem, 1.15vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transform-origin: center;
  isolation: isolate;
  animation: final-summary-pulse 2.7s ease-in-out infinite;
}

.final-offer__summary::before {
  position: absolute;
  z-index: -1;
  top: -65%;
  bottom: -65%;
  left: -32%;
  width: 22%;
  background: rgba(255, 255, 255, 0.58);
  content: "";
  transform: skewX(-22deg);
  animation: final-summary-shine 3.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes final-summary-pulse {
  0%,
  100% {
    box-shadow: 6px 6px 0 var(--red);
    transform: translateY(0) rotate(-0.35deg) scale(1);
  }
  50% {
    box-shadow: 8px 9px 0 var(--red), 0 0 24px rgba(255, 199, 44, 0.28);
    transform: translateY(-3px) rotate(0.35deg) scale(1.025);
  }
}

@keyframes final-summary-shine {
  0%,
  58% {
    transform: translateX(0) skewX(-22deg);
  }
  78%,
  100% {
    transform: translateX(650%) skewX(-22deg);
  }
}

.purchase-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.purchase-assurance span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 99px;
  background: rgba(20, 8, 4, 0.48);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.button--yellow {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 7px 7px 0 var(--red);
}

.final-actions .button {
  width: 100%;
}

.final-actions > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
}

.final-actions > div a {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.promo-terms {
  margin: 28px 0 0;
  color: rgba(251, 243, 231, 0.56);
  font-size: 0.64rem;
  line-height: 1.55;
}

.sticky-offer {
  position: fixed;
  z-index: 80;
  right: auto;
  bottom: calc(12px + env(safe-area-inset-bottom));
  left: 50%;
  width: min(860px, calc(100% - 24px));
  color: var(--cream);
  border: 2px solid var(--yellow);
  border-radius: 18px;
  background:
    linear-gradient(100deg, rgba(232, 57, 43, 0.13), transparent 42%),
    rgba(33, 22, 16, 0.96);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(33, 22, 16, 0.62);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.sticky-offer__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 70px;
  padding: 8px 10px 8px 18px;
}

.sticky-offer__price {
  flex: none;
}

.sticky-offer__price > span {
  display: block;
  margin-bottom: 4px;
  color: var(--yellow-light);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sticky-offer__price p {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0;
  white-space: nowrap;
}

.sticky-offer__price s {
  color: rgba(251, 243, 231, 0.58);
  font-size: 0.7rem;
  font-weight: 800;
}

.sticky-offer__price strong {
  color: var(--yellow);
  font-family: var(--display);
  font-size: 2.15rem;
  line-height: 0.8;
  letter-spacing: 0.015em;
}

.sticky-offer__price strong small {
  font-family: var(--body);
  font-size: 0.4em;
  letter-spacing: 0;
}

.sticky-offer__discount {
  padding: 7px 11px;
  color: var(--yellow);
  border: 1px dashed rgba(255, 199, 44, 0.72);
  border-radius: 99px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sticky-offer__cta {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  margin-left: auto;
  padding: 0 24px;
  color: var(--cream);
  border: 2px solid var(--yellow);
  border-radius: 12px;
  background: var(--red-dark);
  box-shadow: 4px 4px 0 var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  animation: sticky-cta-pulse 2.8s ease-in-out infinite;
}

.sticky-offer__cta span,
.sticky-offer__cta b {
  position: relative;
  z-index: 2;
}

.sticky-offer__cta b {
  font-size: 1.25rem;
}

.sticky-offer__cta::after {
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -35%;
  width: 20%;
  background: rgba(255, 255, 255, 0.58);
  content: "";
  transform: skewX(-22deg);
  animation: sticky-cta-shine 2.8s ease-in-out infinite;
  pointer-events: none;
}

.sticky-offer__cta:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 3px;
}

@keyframes sticky-cta-pulse {
  0%,
  54%,
  72%,
  100% {
    transform: scale(1);
  }

  62% {
    transform: scale(1.035);
    box-shadow: 5px 5px 0 var(--yellow), 0 0 22px rgba(232, 57, 43, 0.72);
  }
}

@keyframes sticky-cta-shine {
  0%,
  54%,
  100% {
    left: -35%;
    opacity: 0;
  }

  59% {
    opacity: 0.75;
  }

  69% {
    left: 120%;
    opacity: 0;
  }
}

.footer {
  position: relative;
  padding: 42px 0 34px;
  color: var(--cream);
  border-top: 7px solid var(--red);
  background:
    linear-gradient(90deg, rgba(255, 199, 44, 0.04), transparent 28%, rgba(232, 57, 43, 0.05) 72%, transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px),
    var(--wood);
  box-shadow: inset 0 5px 0 var(--yellow);
}

.footer__inner {
  width: var(--shell);
  margin: 0 auto;
}

.footer__payments h2 {
  margin: 0 0 10px;
  color: var(--yellow);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 34px;
  overflow: hidden;
  color: #101010;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
}

.payment-badge--mastercard i {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e51b24;
}

.payment-badge--mastercard i:first-child {
  left: 14px;
}

.payment-badge--mastercard i:last-child {
  right: 14px;
  background: #f6a900;
  mix-blend-mode: multiply;
}

.payment-badge--visa {
  color: #172a73;
  font-size: 0.96rem;
  font-style: italic;
}

.payment-badge--elo {
  color: #111;
  font-size: 1.15rem;
  letter-spacing: -0.08em;
}

.payment-badge--hipercard {
  color: white;
  background: #b5242b;
  border: 5px solid white;
  font-size: 0.57rem;
  font-style: italic;
}

.payment-badge--amex {
  color: white;
  background: #0879bd;
  border-color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  font-style: italic;
  text-shadow: 1px 1px 0 #124574;
}

.payment-badge--diners i {
  width: 25px;
  height: 25px;
  border: 6px solid #388ac4;
  border-radius: 50%;
  box-shadow: 5px 0 0 -3px #388ac4 inset, -5px 0 0 -3px #388ac4 inset;
}

.payment-badge--pix {
  width: 92px;
  justify-content: flex-start;
  gap: 8px;
  padding-inline: 10px;
  color: #565656;
  font-weight: 400;
}

.payment-badge--pix small {
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.pix-mark {
  position: relative;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}

.pix-mark i {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #35b6a2;
  border-radius: 3px;
}

.pix-mark i:nth-child(1) { top: 0; left: 0; }
.pix-mark i:nth-child(2) { top: 0; right: 0; }
.pix-mark i:nth-child(3) { bottom: 0; left: 0; }
.pix-mark i:nth-child(4) { right: 0; bottom: 0; }

.footer__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 34px;
  margin: 25px 0 12px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 9px;
}

.trust-badge p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.02;
}

.trust-badge strong,
.trust-badge b {
  font-size: 0.87rem;
}

.security-shield {
  position: relative;
  display: block;
  width: 35px;
  height: 43px;
  background: #72c487;
  clip-path: polygon(50% 0, 100% 12%, 92% 65%, 50% 100%, 8% 65%, 0 12%);
}

.security-shield::before {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
  content: "";
}

.security-shield::after {
  position: absolute;
  bottom: 9px;
  left: 10px;
  width: 15px;
  height: 3px;
  border-block: 2px solid white;
  content: "";
}

.security-lock {
  position: relative;
  display: block;
  width: 35px;
  height: 27px;
  margin-top: 11px;
  background: #76cf31;
  border: 2px solid white;
  border-radius: 5px;
}

.security-lock::before {
  position: absolute;
  top: -15px;
  left: 8px;
  width: 15px;
  height: 16px;
  border: 4px solid white;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  content: "";
}

.trust-badge--ssl b {
  width: max-content;
  margin-top: 4px;
  padding: 3px 7px;
  color: #174d18;
  background: #8ee04b;
  border: 1px solid white;
  border-radius: 4px;
  font-size: 0.61rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 13px;
  margin: 8px 0 10px;
}

.footer__links a {
  color: var(--yellow-light);
  font-size: clamp(0.84rem, 1.6vw, 1rem);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__links a:not(:last-child)::after {
  margin-left: 13px;
  color: var(--red);
  content: "\2022";
  text-decoration: none;
}

.footer__contact {
  margin: 14px 0;
  color: rgba(251, 243, 231, 0.76);
  font-family: Arial, sans-serif;
  font-size: clamp(0.78rem, 1.4vw, 0.92rem);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.footer__contact a {
  color: var(--yellow-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__contact span {
  margin: 0 8px;
  color: var(--red);
}

.footer__company {
  color: rgba(251, 243, 231, 0.72);
  font-family: Arial, sans-serif;
  font-size: clamp(0.8rem, 1.5vw, 0.96rem);
  font-style: normal;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.footer__company p {
  margin: 4px 0;
}

.footer__copyright {
  margin: 12px 0 0;
  font-family: Arial, sans-serif;
  font-size: clamp(0.82rem, 1.5vw, 0.98rem);
}

.footer__copyright a {
  color: var(--yellow-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner[hidden],
.privacy-settings[hidden] {
  display: none;
}

.cookie-banner {
  position: fixed;
  z-index: 120;
  bottom: calc(104px + env(safe-area-inset-bottom));
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(820px, calc(100% - 28px));
  padding: 20px;
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 16px;
  background: var(--cream);
  box-shadow: 8px 8px 0 var(--yellow), 0 18px 48px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
}

.cookie-banner__copy h2 {
  margin: 0 0 7px;
  color: var(--red-dark);
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cookie-banner__copy p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.cookie-banner__copy a {
  color: var(--red-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cookie-button,
.privacy-settings {
  min-height: 44px;
  border: 2px solid var(--ink);
  border-radius: 9px;
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-button {
  min-width: 180px;
  padding: 9px 14px;
}

.cookie-button--primary {
  color: var(--cream);
  background: var(--red-dark);
}

.cookie-button--secondary {
  color: var(--ink);
  background: white;
}

.cookie-button:focus-visible,
.privacy-settings:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.privacy-settings {
  position: fixed;
  z-index: 90;
  right: 14px;
  bottom: calc(96px + env(safe-area-inset-bottom));
  min-height: 38px;
  padding: 7px 12px;
  color: var(--cream);
  background: var(--wood);
  box-shadow: 3px 3px 0 var(--yellow);
}

.fruit-flight {
  --fruit-size: clamp(230px, 23vw, 340px);
  position: fixed;
  z-index: 60;
  top: 48%;
  left: 50%;
  width: var(--fruit-size);
  height: var(--fruit-size);
  visibility: hidden;
  pointer-events: none;
  will-change: transform, opacity;
}

.fruit-flight--passion {
  --fruit-size: clamp(220px, 21vw, 310px);
}

.fruit-flight--mango {
  --fruit-size: clamp(240px, 24vw, 350px);
}

.fruit-flight--pineapple {
  --fruit-size: clamp(270px, 25vw, 380px);
}

.fruit-flight--blackberry {
  --fruit-size: clamp(215px, 20vw, 300px);
}

.fruit-flight__whole,
.fruit-flight__cut,
.fruit-piece {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fruit-flight__whole,
.fruit-piece {
  object-fit: contain;
  filter: drop-shadow(0 22px 16px rgba(23, 8, 2, 0.42));
  will-change: transform, opacity;
}

.fruit-flight__cut {
  visibility: hidden;
}

.fruit-piece--right {
  transform: scaleX(-1) rotate(5deg);
}

.fruit-flight__slash {
  position: absolute;
  z-index: 4;
  top: calc(50% - 5px);
  left: -24%;
  width: 148%;
  height: 10px;
  opacity: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #fff 22%, var(--yellow) 50%, #fff 78%, transparent);
  box-shadow: 0 0 11px 3px rgba(255, 230, 138, 0.85);
  transform: rotate(-31deg) scaleX(0);
  transform-origin: center;
  will-change: transform, opacity;
}

.juice-drop {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  opacity: 0;
  border-radius: 58% 42% 66% 34% / 47% 55% 45% 53%;
  background: var(--red);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18) inset;
  will-change: transform, opacity;
}

.fruit-flight--passion .juice-drop,
.fruit-flight--mango .juice-drop,
.fruit-flight--pineapple .juice-drop {
  background: var(--yellow);
}

.fruit-flight--blackberry .juice-drop {
  background: #8f1d56;
}

.juice-drop--two {
  width: 11px;
  height: 11px;
}

.juice-drop--three {
  width: 7px;
  height: 7px;
}

/* Ritmo e separação dos capítulos da página */
.section-light,
.product-facts,
.gift,
.benefits,
.proof,
.faq,
.final-offer {
  padding-block: var(--section-space);
}

.section-light {
  border-bottom: 7px solid var(--ink);
}

.product-facts {
  border-bottom: 7px solid var(--yellow);
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 199, 44, 0.1), transparent 26%),
    linear-gradient(145deg, #4d150f, #20100a 72%);
}

.gift {
  border-bottom: 7px solid var(--red);
}

.benefits {
  border-bottom: 7px solid var(--yellow);
}

.proof {
  border-bottom: 7px solid var(--ink);
}

.faq {
  border-bottom: 7px solid var(--red);
}

.combo__heading,
.product-facts__intro,
.benefits__intro,
.proof__heading {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  column-gap: var(--section-gap);
  align-items: end;
}

.product-facts__intro,
.benefits__intro {
  margin-bottom: clamp(54px, 6vw, 72px);
}

.proof__heading {
  margin: 18px 0 clamp(54px, 6vw, 72px);
}

.usage-panel {
  transform: none;
}

@media (max-width: 1050px) {
  .topbar {
    grid-template-columns: 140px 1fr 150px;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
    min-height: 850px;
  }

  .hero__products {
    height: 610px;
  }

  .hero__title {
    font-size: clamp(5.5rem, 10vw, 8rem);
  }

  .flavor-card {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .flavor-card img {
    position: absolute;
    right: -18%;
    bottom: -6%;
    width: 78%;
    margin: 0;
  }

  .flavor-card__copy {
    align-self: start;
  }

  .gift__grid,
  .final-offer__grid {
    gap: 35px;
  }

  .gift__grid,
  .final-offer__grid {
    row-gap: 0;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 680px);
  }

  .topbar {
    grid-template-columns: 1fr auto;
    min-height: 78px;
  }

  .deal-strip {
    width: 100%;
    transform: rotate(-1deg);
    transform-origin: center;
  }

  .brand img {
    width: 105px;
  }

  .topnav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 1080px;
    padding-top: 122px;
    text-align: center;
    background-position: center;
  }

  .hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero__title {
    font-size: clamp(5.8rem, 18vw, 8rem);
  }

  .hero__title span {
    width: auto;
  }

  .title-yellow {
    margin-left: 0;
  }

  .hero__products {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    height: 510px;
    margin: 0 auto;
  }

  .product {
    width: min(51%, 310px);
  }

  .product--red {
    left: 9%;
  }

  .product--yellow {
    right: 9%;
  }

  .burst {
    top: 55%;
    width: 68%;
    height: auto;
  }

  .combo-stamp {
    top: 28%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translateX(-50%) rotate(9deg);
  }

  .combo-stamp strong {
    font-size: 1.45rem;
  }

  .scroll-note {
    display: none;
  }

  .section-light,
  .benefits {
    padding: 115px 0 100px;
  }

  .combo__heading,
  .benefits__intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .combo h2,
  .gift h2,
  .benefits h2,
  .final-offer h2 {
    max-width: 100%;
    font-size: clamp(3.5rem, 13vw, 6rem);
    line-height: 0.86;
    overflow-wrap: break-word;
  }

  .product-showcase {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .flavor-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-content: space-between;
    align-items: stretch;
    min-height: clamp(560px, 110vw, 700px);
    padding: 36px 30px 28px;
  }

  .flavor-card__copy {
    z-index: 4;
    width: 100%;
    max-width: 100%;
  }

  .flavor-card h3 {
    max-width: 100%;
    font-size: clamp(3rem, 8vw, 4.2rem);
    line-height: 0.88;
    letter-spacing: -0.015em;
    overflow-wrap: normal;
  }

  .flavor-card p {
    position: relative;
    z-index: 4;
    max-width: 100%;
    line-height: 1.45;
    white-space: normal;
  }

  .flavor-card img {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: end;
    justify-self: end;
    width: min(64%, 360px);
    max-width: 64%;
    margin: -24px -2% -26px auto;
  }

  .plus-sign {
    width: 74px;
    height: 74px;
    margin: -48px auto;
    font-size: 3.3rem;
  }

  .price-lockup {
    flex-wrap: wrap;
    margin-top: 70px;
  }

  .price-lockup__now strong {
    font-size: 5.5rem;
  }

  .product-facts,
  .proof,
  .faq {
    padding: 105px 0;
  }

  .product-facts__intro,
  .proof__heading,
  .faq__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-facts h2,
  .proof h2,
  .faq h2 {
    max-width: 100%;
    font-size: clamp(3.5rem, 13vw, 6rem);
    line-height: 0.86;
  }

  .usage-panel {
    grid-template-columns: 1fr;
  }

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

  .proof__heading > p,
  .faq__intro > p {
    max-width: 560px;
  }

  .purchase-assurance {
    justify-content: center;
  }

  .gift {
    padding: 95px 0 110px;
  }

  .gift__shape {
    inset: 43% -30% -20% -20%;
    clip-path: polygon(0 16%, 100% 0, 94% 100%, 7% 95%);
  }

  .gift__grid,
  .final-offer__grid {
    grid-template-columns: 1fr;
  }

  .gift__grid {
    grid-template-areas:
      "heading"
      "visual"
      "details";
    gap: 0;
  }

  .final-offer__grid {
    grid-template-areas:
      "heading"
      "products"
      "details";
    gap: 0;
  }

  .gift__visual {
    min-height: 520px;
    margin: 16px 0 20px;
  }

  .gift__heading,
  .gift__details {
    padding-right: 16px;
    padding-left: 16px;
  }

  .benefit-list li {
    grid-template-columns: 52px 1fr 80px;
  }

  .benefit-list b {
    font-size: 2.6rem;
  }

  .limited {
    padding: 105px 0;
  }

  .final-offer {
    padding-top: 70px;
  }

  .final-offer__products {
    width: min(100%, 620px);
    min-height: 430px;
    margin: 20px auto 28px;
  }

  .final-offer__puddle {
    top: 58%;
    width: 64%;
  }

  .final-offer__puddle--red {
    left: -10%;
  }

  .final-offer__puddle--yellow {
    right: -10%;
  }

  .final-product {
    width: 48%;
  }

  .final-offer__heading,
  .final-offer__details {
    width: min(100%, 610px);
    margin: 0 auto;
    text-align: center;
  }

  .final-offer__heading .section-kicker {
    justify-content: center;
  }

  .duo-builder {
    margin-top: 28px;
    text-align: left;
  }

  .duo-builder__heading {
    align-items: center;
  }

  .duo-builder__toggle {
    display: inline-block;
  }

  .duo-builder:not(.is-open) .duo-options .duo-option:not(.is-selected) {
    display: none;
  }

  .duo-options {
    grid-template-columns: 1fr;
  }

  .duo-option {
    grid-template-columns: 92px 1fr 24px;
    grid-template-rows: 1fr;
    align-items: center;
    min-height: 94px;
    padding: 11px 14px;
  }

  .duo-option__visual {
    width: 82px;
    height: 70px;
    margin: 0;
  }

  .duo-option__copy strong {
    font-size: 0.78rem;
  }

  .duo-option__copy small {
    font-size: 0.63rem;
  }

  .duo-option__check {
    position: static;
  }

  .duo-builder__selection {
    text-align: center;
  }

  .final-price {
    justify-content: center;
  }

  .benefits {
    background-attachment: scroll;
  }

  .fruit-flight {
    --fruit-size: clamp(170px, 42vw, 235px);
    top: 49%;
  }

  .fruit-flight--passion {
    --fruit-size: clamp(165px, 39vw, 220px);
  }

  .fruit-flight--mango {
    --fruit-size: clamp(180px, 44vw, 245px);
  }

  .fruit-flight--pineapple {
    --fruit-size: clamp(195px, 47vw, 260px);
  }

  .fruit-flight--blackberry {
    --fruit-size: clamp(165px, 40vw, 225px);
  }

  .section-light,
  .product-facts,
  .gift,
  .benefits,
  .proof,
  .faq,
  .final-offer {
    padding-block: 100px;
  }

  .final-offer {
    padding-top: 72px;
  }

  .limited {
    padding-block: 90px;
  }

  .combo__heading,
  .product-facts__intro,
  .benefits__intro,
  .proof__heading {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
}

@media (max-width: 540px) {
  .mini-cta {
    padding: 10px 13px;
    font-size: 0.64rem;
  }

  .hero {
    min-height: 940px;
  }

  .hero__title {
    margin: 25px 0 31px;
    max-width: 100%;
    font-size: clamp(4rem, 19vw, 5.8rem);
    line-height: 0.85;
  }

  .hero__title span {
    -webkit-text-stroke-width: 2px;
  }

  .hero__lead br {
    display: none;
  }

  .hero__perks {
    justify-content: center;
  }

  .button {
    min-height: 58px;
    padding-inline: 21px;
  }

  .hero__products {
    height: 390px;
  }

  .product--red {
    left: 2%;
  }

  .product--yellow {
    right: 2%;
  }

  .combo-stamp {
    top: 24%;
    left: 50%;
    width: 88px;
    height: 88px;
  }

  .burst {
    top: 56%;
    width: 70%;
    height: auto;
  }

  .burst--red {
    left: -12%;
  }

  .burst--yellow {
    right: -12%;
  }

  .fruit-divider {
    width: 440px;
  }

  .fruit-divider--one {
    top: -100px;
    right: -245px;
  }

  .combo__heading {
    margin-bottom: 48px;
  }

  .combo h2,
  .gift h2,
  .benefits h2,
  .final-offer h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
    letter-spacing: -0.02em;
  }

  .flavor-card {
    min-height: 520px;
    padding: 30px 22px;
  }

  .protein-seal {
    top: 15px;
    right: 15px;
    width: 66px;
    height: 66px;
  }

  .protein-seal strong {
    font-size: 1.72rem;
  }

  .protein-seal small {
    max-width: 48px;
    font-size: 0.38rem;
  }

  .flavor-card img {
    right: auto;
    width: min(76%, 260px);
    max-width: 76%;
    margin: -12px -2% -20px auto;
  }

  .flavor-card h3 {
    font-size: clamp(2.4rem, 12vw, 3.1rem);
    line-height: 0.9;
  }

  .flavor-card p {
    padding-right: 0;
    font-size: 0.62rem;
    letter-spacing: 0.075em;
    line-height: 1.45;
  }

  .flavor-label {
    right: 16px;
    bottom: 16px;
  }

  .flavor-card__link {
    bottom: 16px;
    left: 18px;
    padding: 7px 9px;
    font-size: 0.58rem;
  }

  .price-lockup {
    gap: 18px;
  }

  .price-lockup__before {
    width: 100%;
    align-items: center;
  }

  .price-lockup__now {
    padding-left: 0;
    border-left: 0;
  }

  .price-lockup__now strong {
    font-size: 4.6rem;
  }

  .price-lockup__seal {
    width: 91px;
    height: 91px;
    font-size: 1.4rem;
  }

  .product-facts,
  .proof,
  .faq {
    padding: 88px 0;
  }

  .product-facts h2,
  .proof h2,
  .faq h2 {
    font-size: clamp(3rem, 14vw, 4.4rem);
    letter-spacing: -0.02em;
  }

  .product-facts__intro,
  .proof__heading {
    margin-bottom: 38px;
  }

  .product-facts__intro > p,
  .proof__heading > p,
  .faq__intro > p {
    font-size: 0.94rem;
  }

  .facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fact-card {
    min-height: 148px;
    padding: 18px 15px;
    box-shadow: 4px 4px 0 rgba(232, 57, 43, 0.72);
  }

  .fact-card strong {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  .fact-card span {
    font-size: 0.73rem;
  }

  .fact-card small {
    font-size: 0.62rem;
  }

  .usage-panel {
    gap: 28px;
    margin-top: 42px;
    padding: 23px 20px;
    box-shadow: 7px 7px 0 var(--red);
  }

  .usage-panel h3 {
    font-size: 3rem;
  }

  .usage-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .usage-steps li {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 11px;
    padding: 0;
    border-left: 0;
  }

  .usage-steps p {
    margin: 0;
  }

  .product-facts__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-card {
    min-height: 180px;
    padding: 23px;
  }

  .faq__grid {
    gap: 42px;
  }

  .faq summary {
    padding: 21px 48px 21px 0;
    font-size: 1.45rem;
  }

  .faq details p {
    margin-right: 0;
    font-size: 0.9rem;
  }

  .gift__visual {
    min-height: 400px;
    margin: 12px 0 18px;
  }

  .gift__halo {
    width: 310px;
    height: 310px;
  }

  .gift__visual img {
    width: 104%;
  }

  .benefits__intro {
    margin-bottom: 45px;
  }

  .benefit-list li {
    position: relative;
    grid-template-columns: 42px 1fr;
    min-height: 135px;
    gap: 4px;
    padding: 16px 68px 16px 0;
  }

  .benefit-list b {
    position: absolute;
    top: 50%;
    right: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 42px;
    padding: 0 8px;
    color: var(--wood);
    background: var(--yellow);
    border: 2px solid var(--yellow-light);
    border-radius: 999px;
    box-shadow: 3px 3px 0 var(--red);
    font-size: 1.15rem;
    line-height: 1;
    -webkit-text-stroke: 0;
    transform: translateY(-50%) rotate(-4deg);
  }

  .benefit-list h3 {
    font-size: 2rem;
  }

  .limited h2 {
    font-size: clamp(2.9rem, 12vw, 4.1rem);
    line-height: 0.88;
    letter-spacing: -0.02em;
  }

  .final-offer__grid {
    gap: 0;
  }

  .duo-builder__heading {
    align-items: flex-start;
  }

  .duo-builder__heading h3 {
    max-width: 210px;
    font-size: 0.93rem;
  }

  .duo-builder__toggle {
    flex: none;
    font-size: 0.58rem;
  }

  .duo-option {
    grid-template-columns: 78px 1fr 22px;
  }

  .duo-option__visual {
    width: 72px;
    height: 64px;
  }

  .duo-option__visual img {
    width: 40px;
  }

  .final-offer__products {
    min-height: 350px;
    margin: 16px auto 26px;
  }

  .final-offer__puddle {
    top: 57%;
    width: 70%;
  }

  .final-offer__puddle--red {
    left: -12%;
  }

  .final-offer__puddle--yellow {
    right: -12%;
  }

  .final-product {
    width: 54%;
  }

  .final-price {
    flex-direction: column;
    gap: 8px;
  }

  .final-price > span {
    flex-direction: row;
    gap: 5px;
  }

  .final-price strong {
    max-width: 100%;
    font-size: clamp(4.25rem, 21vw, 5.4rem);
  }

  .final-actions > div {
    flex-direction: column;
    align-items: flex-start;
  }

  .final-actions > div {
    align-items: center;
  }

  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .sticky-offer {
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: calc(100% - 16px);
    border-radius: 15px;
  }

  .sticky-offer__inner {
    gap: 8px;
    min-height: 62px;
    padding: 7px 7px 7px 11px;
  }

  .sticky-offer__price > span {
    margin-bottom: 3px;
    font-size: 0.52rem;
  }

  .sticky-offer__price s,
  .sticky-offer__discount {
    display: none;
  }

  .sticky-offer__price strong {
    font-size: 1.72rem;
  }

  .sticky-offer__cta {
    min-width: 0;
    min-height: 47px;
    gap: 7px;
    padding: 0 12px;
    border-radius: 10px;
    box-shadow: 3px 3px 0 var(--yellow);
    font-size: 0.65rem;
    letter-spacing: 0.055em;
  }

  .sticky-offer__cta span {
    white-space: nowrap;
  }

  .sticky-offer__cta b {
    font-size: 1rem;
  }

  .footer {
    padding: 38px 0 26px;
  }

  .payment-list {
    gap: 7px;
  }

  .payment-badge {
    width: 50px;
    height: 31px;
  }

  .payment-badge--mastercard i:first-child {
    left: 11px;
  }

  .payment-badge--mastercard i:last-child {
    right: 11px;
  }

  .payment-badge--pix {
    width: 80px;
    padding-inline: 7px;
  }

  .footer__trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    margin-top: 24px;
  }

  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 14px;
  }

  .footer__links a:not(:last-child)::after {
    display: none;
  }

  .footer__company {
    font-size: 0.8rem;
  }

  .footer__copyright {
    font-size: 0.82rem;
  }

  .deal-strip__track {
    gap: 20px;
    padding-inline: 14px;
    font-size: 1rem;
  }

  .deal-strip__marquee {
    animation-duration: 18s;
  }

  .section-copy,
  .benefits__intro > p,
  .gift__details > p {
    max-width: 100%;
    font-size: 0.96rem;
  }

  .benefit-list h3 {
    overflow-wrap: break-word;
  }

  .section-light,
  .benefits {
    padding: 108px 0 86px;
  }

  .product-facts,
  .gift,
  .proof,
  .faq,
  .final-offer {
    padding-block: 82px;
  }

  .final-offer {
    padding-top: 56px;
  }

  .limited {
    padding-block: 76px;
  }

  .section-kicker::after {
    width: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fruit-flight {
    display: none;
  }

  .deal-strip__marquee {
    animation: none;
  }

  .hero__perks span,
  .hero__perks span::after,
  .final-offer__summary,
  .final-offer__summary::before,
  .sticky-offer__cta,
  .sticky-offer__cta::after,
  .protein-seal {
    animation: none;
  }
}

@media (max-width: 820px) {
  .hero {
    background-image:
      linear-gradient(90deg, rgba(25, 11, 5, 0.25), rgba(25, 11, 5, 0.05)),
      url("img/cenario-frutas-madeira-mobile.webp");
  }

  .gift {
    background-image:
      linear-gradient(110deg, rgba(72, 12, 6, 0.15), rgba(72, 12, 6, 0.65)),
      url("img/cenario-frutas-madeira-mobile.webp");
  }

  .benefits {
    background-image:
      linear-gradient(rgba(34, 15, 7, 0.84), rgba(34, 15, 7, 0.92)),
      url("img/cenario-frutas-madeira-mobile.webp");
    background-attachment: scroll;
  }

  .final-offer {
    background-image:
      linear-gradient(135deg, rgba(99, 15, 9, 0.25), rgba(28, 10, 4, 0.75)),
      url("img/cenario-frutas-madeira-mobile.webp");
  }

  .cookie-banner {
    bottom: calc(82px + env(safe-area-inset-bottom));
    grid-template-columns: 1fr;
    gap: 14px;
    max-height: calc(100dvh - 100px - env(safe-area-inset-bottom));
    padding: 16px;
    overflow-y: auto;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-button {
    min-width: 0;
  }

  .privacy-settings {
    right: 10px;
    bottom: calc(78px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 430px) {
  .cookie-banner__actions {
    grid-template-columns: 1fr;
  }
}
