:root {
  --bg: #f4e6d2;
  --paper: #ffffff;
  --soft: #ead2b6;
  --peach: #d99058;
  --rose: #c46a35;
  --rose-dark: #9f4f25;
  --wine: #351607;
  --text: #2a1a12;
  --muted: #6f594c;
  --green: #c7672f;
  --green-dark: #9d4c21;
  --gold: #e6a84a;
  --line: rgba(53, 22, 7, 0.14);
  --shadow: 0 18px 48px rgba(53, 22, 7, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

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

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  width: min(900px, calc(100% - 32px));
}

.center {
  text-align: center;
}

.hero {
  padding: 0 0 64px;
  background: var(--wine);
  color: #fff;
}

.today-alert {
  width: 100%;
  padding: 13px 16px;
  background: #d96f32;
  color: #fff;
  text-align: center;
  font-size: clamp(0.78rem, 2.5vw, 1rem);
  font-weight: 900;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 20px;
  text-align: center;
}

.pretitle,
.overline,
.badge {
  color: var(--rose-dark);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .pretitle {
  display: inline-flex;
  margin: 0 0 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e6a84a;
  color: #070707;
  font-size: 0.97rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 790px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.08;
}

h1 strong {
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

h3,
p {
  margin-top: 0;
}

.subtitle {
  max-width: 740px;
  margin: 58px auto 22px;
  color: #fff;
  font-size: clamp(1.18rem, 2.2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.24;
}

.support-copy {
  max-width: 560px;
  margin: 28px auto 0;
  color: #fff;
  font-size: clamp(1rem, 2.1vw, 1.16rem);
  font-weight: 700;
  line-height: 1.38;
}

.support-copy span {
  color: #e6a84a;
  font-weight: 900;
}

.hero-image {
  width: min(100%, 462px);
  border-radius: 10px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.13);
}

.hero-list,
.receive-box ul,
.price-card ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.hero-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 880px);
  margin-top: 30px;
}

.hero-list li,
.gain-list span {
  position: relative;
  padding: 13px 14px 13px 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.hero .hero-list li {
  color: var(--text);
  background: #fff;
}

.hero-list li::before,
.gain-list span::before,
.receive-box li::before,
.price-card li::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
}

.hero-list li::before,
.gain-list span::before {
  left: 15px;
  top: 17px;
}

.cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, #22a95d, var(--green-dark));
  color: #fff;
  box-shadow: 0 12px 28px rgba(13, 101, 52, 0.25);
  font-size: 0.98rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cta.alt {
  background: #262020;
  box-shadow: none;
}

.delivery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 900;
}

.delivery-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.delivery-row span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.instant {
  padding: 34px 0;
  background: #c7672f;
  color: #fff;
  text-align: center;
}

.instant h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.45rem, 3.5vw, 2.6rem);
  font-weight: 900;
  line-height: 1.14;
}

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

.models,
.ideal,
.bonus,
.testimonials,
.steps,
.faq {
  padding: clamp(54px, 8vw, 92px) 0;
}

.models {
  background: #e7dcc9;
}

.models .section-title {
  max-width: 900px;
}

.models .section-title h2 {
  color: #232323;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.models .section-title p {
  color: #3e302b;
  font-size: 1.08rem;
}

.section-title {
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-title p {
  margin: 12px auto 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.video-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 920px;
  margin: 0 auto 28px;
}

.video-gallery video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border: 8px solid #fff2e9;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-showcase {
  max-width: 980px;
  margin: 0 auto 30px;
}

.featured-model {
  width: min(100%, 620px);
  margin: 0 auto 22px;
}

.featured-model img,
.model-carousel img {
  width: 100%;
  object-fit: cover;
  border: 8px solid #fff2e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.featured-model img {
  aspect-ratio: 1 / 1.12;
}

.model-carousel {
  position: relative;
  overflow: hidden;
  padding: 8px 0 18px;
}

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

.model-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), rgba(255, 255, 255, 0));
}

.model-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), rgba(255, 255, 255, 0));
}

.carousel-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: carousel-drift 72s linear infinite;
}

.carousel-track img {
  width: clamp(170px, 24vw, 230px);
  aspect-ratio: 1 / 1.12;
  flex: 0 0 auto;
}

.model-carousel:hover .carousel-track {
  animation-play-state: paused;
}

@keyframes carousel-drift {
  from {
    transform: translateX(0);
  }

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

.benefit-cards,
.ideal-grid,
.bonus-grid,
.testimonial-grid,
.steps-grid,
.price-grid {
  display: grid;
  gap: 16px;
}

.benefit-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin: 34px auto 28px;
}

.benefit-cards article,
.ideal-grid article,
.bonus-grid article,
.steps-grid article,
.price-card,
blockquote,
details,
.receive-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(61, 23, 28, 0.07);
}

.benefit-cards article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 28px 30px;
  text-align: left;
  border-color: rgba(35, 35, 35, 0.16);
  box-shadow: 0 16px 42px rgba(59, 44, 34, 0.08);
}

.benefit-cards article img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.benefit-cards strong {
  display: block;
  margin-bottom: 8px;
  color: #331a11;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 900;
  line-height: 1.15;
}

.benefit-cards article:nth-child(4) strong {
  color: #f05d50;
}

.benefit-cards p {
  margin: 0;
  font-size: clamp(0.98rem, 1.6vw, 1.16rem);
}

.benefit-note {
  margin: 0 auto 26px;
  color: #202020;
  text-align: center;
  font-size: 1.06rem;
  font-weight: 900;
}

.models .center .cta {
  width: min(100%, 400px);
}

.organized-section,
.search-pain,
.style-library,
.before-after,
.how-use {
  padding: clamp(58px, 8vw, 98px) 0;
}

.organized-section {
  background:
    linear-gradient(135deg, rgba(53, 22, 7, 0.97), rgba(94, 43, 17, 0.95)),
    var(--wine);
  color: #fff;
}

.organized-grid,
.pain-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.organized-copy h2,
.pain-copy h2,
.style-library h2 {
  max-width: 780px;
}

.organized-copy > p,
.pain-copy > p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.58;
}

.organized-copy .overline,
.style-library .overline {
  color: var(--gold);
}

.organized-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.organized-features article {
  min-height: 126px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.organized-features strong,
.organized-features span {
  display: block;
}

.organized-features strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
}

.organized-features span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  line-height: 1.42;
}

.organized-media img,
.pain-media img {
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.search-pain {
  background: #ead9c2;
}

.pain-grid {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
}

.pain-copy .overline {
  color: var(--rose-dark);
}

.pain-copy > p {
  color: #5b4742;
}

.pain-copy .cta {
  margin-top: 10px;
}

.style-library {
  background: linear-gradient(180deg, #f4e6d2, #ead2b6);
}

.before-after {
  background: #2b1207;
  color: #fff;
}

.before-after .section-title p {
  color: rgba(255, 255, 255, 0.78);
}

.comparison-visual {
  width: min(100%, 760px);
  margin: 34px auto 26px;
}

.comparison-visual img {
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.28);
}

.how-use {
  background: #3a1a0b;
  color: #fff;
}

.how-use .overline {
  color: var(--gold);
}

.how-use .section-title p {
  color: rgba(255, 255, 255, 0.78);
}

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

.how-use-grid article {
  padding: 20px;
  border: 1px solid rgba(230, 168, 74, 0.2);
  border-radius: 8px;
  background: rgba(31, 12, 5, 0.72);
  text-align: center;
}

.how-use-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #f4e6d2;
}

.how-use-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.how-use-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.16;
}

.how-use-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.style-grid article {
  overflow: hidden;
  border: 1px solid rgba(61, 23, 28, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(61, 23, 28, 0.09);
}

.style-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.14;
  object-fit: cover;
}

.style-grid strong {
  display: block;
  min-height: 58px;
  padding: 16px 14px;
  color: var(--wine);
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
}

.benefit-cards p,
.ideal-grid p,
.bonus-grid p,
.receive-grid p,
blockquote,
details p,
.guarantee p,
.steps-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.gain-section,
.timer-section,
.receive-section,
.pricing,
.guarantee {
  padding: clamp(54px, 8vw, 96px) 0;
}

.gain-section {
  background: var(--soft);
  text-align: center;
}

.gain-list {
  display: grid;
  gap: 12px;
  margin: 28px auto;
  text-align: left;
}

.timer-section {
  background: var(--wine);
  color: #fff;
  text-align: center;
}

.timer-section p {
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.timer {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.timer div {
  width: 118px;
  padding: 18px 12px;
  border-radius: 8px;
  background: #fff;
  color: var(--wine);
}

.timer strong,
.timer span {
  display: block;
}

.timer strong {
  font-size: 2.4rem;
  line-height: 1;
}

.timer span {
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.ideal-grid article,
.bonus-grid article,
.steps-grid article {
  padding: 24px;
}

.ideal-grid h3 {
  color: var(--rose-dark);
  font-size: 1rem;
  line-height: 1.28;
}

.receive-section {
  background: linear-gradient(180deg, #fff7f1, #ffece3);
}

.receive-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: center;
}

.receive-box {
  padding: 28px;
}

.receive-preview {
  width: min(100%, 460px);
  margin: 24px auto 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.receive-box h3 {
  color: var(--rose-dark);
  font-size: 1.55rem;
}

.receive-box li,
.price-card li {
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  color: #473735;
  font-weight: 700;
}

.receive-box li::before,
.price-card li::before {
  left: 0;
  top: 6px;
}

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

.bonus-grid article {
  text-align: center;
}

.bonus-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #fff7f1;
}

.bonus-grid small,
.bonus-grid strong {
  display: block;
}

.bonus-grid small {
  color: var(--muted);
  font-weight: 800;
}

.bonus-grid strong {
  margin-top: 5px;
  color: var(--green);
  font-size: 1.25rem;
  font-weight: 900;
}

.whatsapp-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 420px);
  gap: 38px;
  align-items: center;
  width: min(100%, 940px);
  margin: 34px auto 26px;
}

.proof-context {
  text-align: left;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e7f6ec;
  color: #08713e;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-context h3 {
  margin: 18px 0 14px;
  color: var(--wine);
  font-family: var(--font-display);
  font-size: 2.45rem;
  line-height: 0.94;
}

.proof-context p {
  max-width: 460px;
  margin: 0;
  color: #6c5753;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
}

.proof-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.proof-mini-grid strong {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 12px;
  border: 1px solid rgba(61, 23, 28, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--rose-dark);
  text-align: center;
  font-size: 0.98rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(61, 23, 28, 0.06);
}

.whatsapp-carousel {
  position: relative;
  overflow: hidden;
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(61, 23, 28, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 241, 0.88)),
    #fff7f1;
  box-shadow: 0 30px 70px rgba(61, 23, 28, 0.16);
}

.whatsapp-carousel::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  pointer-events: none;
}

.whatsapp-track {
  position: relative;
  z-index: 1;
  display: flex;
  animation: whatsapp-proof-rotate 20s infinite;
}

.whatsapp-carousel:hover .whatsapp-track {
  animation-play-state: paused;
}

.whatsapp-slide {
  flex: 0 0 100%;
  margin: 0;
}

.whatsapp-slide img {
  display: block;
  width: 100%;
  height: min(68vh, 650px);
  min-height: 520px;
  object-fit: contain;
  border-radius: 18px;
  background: #f4efe7;
}

.proof-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.proof-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(61, 23, 28, 0.22);
  animation: proof-dot-pulse 20s infinite;
}

.proof-dots span:nth-child(2) {
  animation-delay: 5s;
}

.proof-dots span:nth-child(3) {
  animation-delay: 10s;
}

.proof-dots span:nth-child(4) {
  animation-delay: 15s;
}

@keyframes whatsapp-proof-rotate {
  0%,
  20% {
    transform: translateX(0);
  }

  25%,
  45% {
    transform: translateX(-100%);
  }

  50%,
  70% {
    transform: translateX(-200%);
  }

  75%,
  95% {
    transform: translateX(-300%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes proof-dot-pulse {
  0%,
  22% {
    width: 24px;
    background: var(--green);
  }

  23%,
  100% {
    width: 8px;
    background: rgba(61, 23, 28, 0.22);
  }
}

.pricing {
  background:
    radial-gradient(circle at 50% 0%, rgba(238, 128, 54, 0.12), transparent 34%),
    linear-gradient(180deg, #351708 0%, #2a1106 100%);
  color: #fff;
}

.pricing .section-title p {
  color: #f2a11f;
}

.pricing .section-title h2 {
  color: #fff6e8;
}

.price-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: clamp(18px, 3vw, 34px);
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  overflow: visible;
  color: #fff8ed;
  background:
    linear-gradient(180deg, rgba(95, 43, 22, 0.74), rgba(58, 25, 12, 0.94)),
    #3b1a0d;
  border: 1px solid rgba(255, 183, 96, 0.22);
  box-shadow: 0 26px 70px rgba(12, 4, 1, 0.28);
}

.price-card.featured {
  border: 2px solid #ee7433;
  transform: none;
  box-shadow:
    0 0 0 1px rgba(238, 116, 51, 0.16),
    0 28px 80px rgba(12, 4, 1, 0.34);
  animation: featuredCardPulse 1.8s ease-in-out infinite;
}

.price-card-image {
  width: min(100%, 410px);
  height: clamp(230px, 30vw, 365px);
  object-fit: contain;
  margin: 8px auto 24px;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 22px 28px rgba(9, 3, 1, 0.3));
  box-shadow: none;
}

.price-card:first-child .price-card-image {
  width: min(100%, 360px);
}

.price-card h3 {
  color: #fff8ed;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}

.price-card p {
  color: #f1d7b9;
}

.choice {
  margin: 0 0 12px;
  color: #f1d7b9;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 900;
}

.most {
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: fit-content;
  margin: 0;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ee7433;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(238, 116, 51, 0.32);
}

@keyframes featuredCardPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 1px rgba(238, 116, 51, 0.16),
      0 28px 80px rgba(12, 4, 1, 0.34),
      0 0 0 0 rgba(238, 116, 51, 0.42);
  }

  50% {
    transform: scale(1.018);
    box-shadow:
      0 0 0 1px rgba(238, 116, 51, 0.28),
      0 32px 88px rgba(12, 4, 1, 0.4),
      0 0 0 10px rgba(238, 116, 51, 0);
  }
}

.double {
  color: #ffb14f;
  font-weight: 900;
  text-align: center;
}

.old-price,
.price-card small,
.save {
  display: block;
  color: rgba(255, 248, 237, 0.68);
  font-weight: 800;
}

.price {
  display: block;
  margin: 6px 0;
  color: #ff7a34;
  font-size: clamp(3rem, 7vw, 4.55rem);
  line-height: 1;
  text-align: center;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.save {
  margin: 14px 0 18px;
  color: #ffb14f;
}

.price-card li {
  color: #fff8ed;
}

.price-card li::before {
  background: #f2a11f;
  box-shadow: 0 0 0 5px rgba(242, 161, 31, 0.1);
}

.price-card .cta {
  width: 100%;
  margin-top: auto;
  background: linear-gradient(180deg, #25b866, #128345);
  color: #fff;
  box-shadow: 0 18px 30px rgba(18, 131, 69, 0.28);
}

.price-card .cta.alt {
  background: linear-gradient(180deg, #25b866, #128345);
  color: #fff;
}

.plan-preview {
  width: min(100%, 720px);
  margin: 34px auto 0;
  border: 8px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.one-sale {
  max-width: 720px;
  margin: 28px auto 0;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 900;
}

blockquote {
  margin: 0;
  padding: 24px;
  font-weight: 600;
}

blockquote cite {
  display: block;
  margin-top: 18px;
  color: var(--rose-dark);
  font-style: normal;
  font-weight: 900;
}

.guarantee {
  background: linear-gradient(180deg, var(--rose-dark), #7d2530);
  color: #fff;
  text-align: center;
}

.guarantee-badge {
  width: min(260px, 70%);
  margin: 0 auto 22px;
}

.guarantee p {
  color: rgba(255, 255, 255, 0.83);
  font-weight: 600;
}

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

.steps-grid strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--rose-dark);
  color: #fff;
}

details {
  margin-bottom: 12px;
  padding: 20px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 12px 0 0;
}

footer {
  padding: 26px 0;
  background: #1f1716;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 0.82rem;
}

footer p {
  margin: 6px 0;
}

.downsell-page {
  background: #fff7f1;
}

.downsell-hero {
  min-height: 100vh;
  padding: 28px 0 76px;
  background:
    linear-gradient(135deg, rgba(66, 21, 3, 0.95), rgba(111, 37, 39, 0.9)),
    url("assets/pagina-publicada/hero.png") center / cover;
  color: #fff;
}

.downsell-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 104px);
}

.downsell-copy h1 {
  max-width: 760px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.15rem, 4.8vw, 4.75rem);
  font-weight: 900;
  line-height: 0.98;
}

.downsell-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffe6c2;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.downsell-subtitle {
  max-width: 650px;
  margin: 22px 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.04rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
}

.downsell-subtitle strong {
  color: #f2b84b;
}

.downsell-price-card {
  width: min(100%, 520px);
  margin: 28px 0;
  padding: 22px;
  border: 1px solid rgba(242, 184, 75, 0.45);
  border-radius: 8px;
  background: rgba(255, 247, 241, 0.98);
  color: var(--text);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}

.downsell-price-card span {
  display: block;
  color: var(--rose-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.downsell-price-card strong {
  display: block;
  margin: 8px 0;
  color: var(--green);
  font-size: clamp(3rem, 8vw, 5.6rem);
  font-weight: 900;
  line-height: 0.92;
}

.downsell-price-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.downsell-secondary {
  display: block;
  width: fit-content;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.downsell-product img {
  width: min(100%, 560px);
  margin-left: auto;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
}

.downsell-proof {
  padding: clamp(54px, 8vw, 92px) 0;
  background: #fff7f1;
}

.downsell-proof-header {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.downsell-proof-header h2,
.downsell-final h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.downsell-proof-header p,
.downsell-final p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.downsell-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.downsell-benefits article {
  min-height: 180px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(61, 23, 28, 0.08);
}

.downsell-benefits strong {
  display: block;
  margin-bottom: 12px;
  color: var(--rose-dark);
  font-size: 1.2rem;
  font-weight: 900;
}

.downsell-benefits p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
}

.downsell-final {
  max-width: 780px;
  margin: 44px auto 0;
  text-align: center;
}

.upsell-page {
  background: #f8f1ea;
}

.upsell-hero {
  min-height: 100vh;
  padding: 34px 0 76px;
  background:
    linear-gradient(120deg, rgba(31, 23, 22, 0.96), rgba(84, 35, 29, 0.92)),
    url("assets/pagina-publicada/croche-08.png") center / cover;
  color: #fff;
}

.upsell-last-call {
  background:
    linear-gradient(120deg, rgba(44, 17, 16, 0.97), rgba(124, 42, 49, 0.92)),
    url("assets/pagina-publicada/croche-05.png") center / cover;
}

.upsell-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 110px);
}

.upsell-copy h1 {
  max-width: 780px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.25rem, 5.2vw, 5.35rem);
  font-weight: 900;
  line-height: 0.96;
}

.upsell-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f2b84b;
  color: #2a1714;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.upsell-subtitle {
  max-width: 660px;
  margin: 24px 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 700;
  line-height: 1.45;
}

.upsell-action-box {
  width: min(100%, 520px);
  margin: 28px 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 247, 241, 0.96);
  color: var(--text);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.upsell-action-box span {
  display: block;
  color: var(--rose-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.upsell-action-box strong {
  display: block;
  margin: 7px 0;
  color: var(--green);
  font-size: clamp(3rem, 8vw, 5.4rem);
  font-weight: 900;
  line-height: 0.9;
}

.upsell-action-box p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.42;
}

.upsell-skip {
  display: block;
  width: fit-content;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.upsell-skip.dark {
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.72);
}

.upsell-board {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 247, 241, 0.96);
  color: var(--text);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.32);
}

.upsell-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.upsell-board-top span {
  color: var(--rose-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.upsell-board-top strong {
  padding: 8px 10px;
  border-radius: 999px;
  background: #163f2a;
  color: #fff;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.upsell-note {
  padding: 18px;
  border: 1px solid rgba(61, 23, 28, 0.12);
  border-radius: 8px;
  background: #fff;
}

.upsell-note.main {
  background: #fff0e7;
}

.upsell-note small {
  display: block;
  margin-bottom: 7px;
  color: var(--rose-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.upsell-note b {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.upsell-note p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.upsell-stack {
  padding: clamp(54px, 8vw, 92px) 0;
  background: #fff7f1;
}

.upsell-section-title {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.upsell-section-title h2,
.upsell-close h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.upsell-section-title p,
.upsell-close p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.upsell-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.upsell-items article {
  min-height: 176px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(61, 23, 28, 0.08);
}

.upsell-items strong {
  display: block;
  margin-bottom: 10px;
  color: var(--rose-dark);
  font-size: 1.14rem;
  font-weight: 900;
}

.upsell-items p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
}

.upsell-close {
  padding: clamp(54px, 8vw, 92px) 0;
  background: linear-gradient(180deg, var(--wine), #241110);
  color: #fff;
  text-align: center;
}

.upsell-close p {
  color: rgba(255, 255, 255, 0.78);
}

.trusted-upsell {
  background: #f8f1ea;
}

.trusted-hero {
  min-height: 100vh;
  padding: 22px 0 70px;
  background:
    linear-gradient(115deg, rgba(255, 247, 241, 0.97) 0%, rgba(255, 247, 241, 0.92) 48%, rgba(65, 31, 20, 0.9) 48.2%, rgba(65, 31, 20, 0.96) 100%),
    url("assets/pagina-publicada/croche-08.png") right center / cover;
  color: var(--text);
}

.trusted-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.trusted-brand,
.trusted-secure {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.trusted-brand span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  font-weight: 900;
}

.trusted-brand strong {
  color: var(--wine);
  font-size: 0.96rem;
  font-weight: 900;
}

.trusted-secure {
  padding: 10px 13px;
  border: 1px solid rgba(20, 128, 67, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.trusted-secure span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(20, 128, 67, 0.12);
}

.trusted-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}

.trusted-copy {
  max-width: 720px;
}

.trusted-kicker {
  display: inline-flex;
  margin: 0 0 14px;
  color: var(--rose-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trusted-copy h1 {
  max-width: 720px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.35rem, 5.2vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
}

.trusted-subtitle {
  max-width: 670px;
  margin: 22px 0;
  color: #5e4b45;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  font-weight: 700;
  line-height: 1.55;
}

.trusted-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 610px);
  margin: 26px 0;
}

.trusted-proof-row div {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(61, 23, 28, 0.11);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(61, 23, 28, 0.07);
}

.trusted-proof-row strong {
  display: block;
  color: var(--wine);
  font-size: 2.05rem;
  font-weight: 900;
  line-height: 1;
}

.trusted-proof-row span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 800;
}

.trusted-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.trusted-skip {
  color: #6c5751;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.trusted-skip.dark {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.72);
}

.trusted-order-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 28px 74px rgba(36, 17, 12, 0.25);
}

.trusted-order-head {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.trusted-order-head span {
  display: block;
  color: var(--rose-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trusted-order-head strong {
  display: block;
  margin-top: 5px;
  color: var(--wine);
  font-size: 1.55rem;
  font-weight: 900;
}

.trusted-order-card img {
  width: 100%;
  margin: 0 auto 16px;
  border: 1px solid rgba(61, 23, 28, 0.12);
  border-radius: 8px;
  background: #fff7f1;
}

.trusted-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trusted-price-row span {
  color: var(--muted);
  font-weight: 800;
}

.trusted-price-row strong {
  color: var(--green);
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 900;
  line-height: 0.95;
}

.trusted-order-card ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.trusted-order-card li {
  position: relative;
  margin: 11px 0;
  padding-left: 26px;
  color: #4d3b35;
  font-weight: 800;
}

.trusted-order-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
}

.trusted-section,
.trusted-preview {
  padding: clamp(56px, 8vw, 92px) 0;
}

.trusted-section {
  background: #fff;
}

.trusted-section-title {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.trusted-section-title h2,
.trusted-preview h2,
.trusted-close h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.trusted-section-title h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.trusted-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trusted-items article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff9f4;
  box-shadow: 0 14px 34px rgba(61, 23, 28, 0.06);
}

.trusted-items span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.trusted-items strong {
  display: block;
  margin-bottom: 10px;
  color: var(--rose-dark);
  font-size: 1.16rem;
  font-weight: 900;
}

.trusted-items p,
.trusted-preview p,
.trusted-close p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.58;
}

.trusted-preview {
  background: #f8f1ea;
}

.trusted-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: center;
}

.trusted-preview-copy {
  max-width: 620px;
}

.trusted-sample {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(61, 23, 28, 0.08);
}

.sample-line {
  padding: 16px;
  border-radius: 8px;
  background: #fff7f1;
}

.sample-line small {
  display: block;
  margin-bottom: 7px;
  color: var(--rose-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.sample-line p {
  margin: 0;
  color: #3c2d29;
}

.trusted-close {
  padding: clamp(54px, 8vw, 92px) 0;
  background: linear-gradient(180deg, var(--wine), #241110);
  color: #fff;
  text-align: center;
}

.trusted-close .trusted-kicker {
  color: var(--gold);
}

.trusted-close p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 900px) {
  .receive-grid,
  .organized-grid,
  .pain-grid,
  .price-grid,
  .downsell-grid,
  .upsell-grid,
  .trusted-grid,
  .trusted-preview-grid {
    grid-template-columns: 1fr;
  }

  .trusted-hero {
    background:
      linear-gradient(180deg, rgba(255, 247, 241, 0.98), rgba(255, 247, 241, 0.94)),
      url("assets/pagina-publicada/croche-08.png") center / cover;
  }

  .downsell-grid {
    min-height: 0;
    padding-top: 34px;
  }

  .downsell-product img {
    margin: 0 auto;
  }

  .support-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-list,
  .benefit-cards,
  .ideal-grid,
  .bonus-grid,
    .organized-features,
    .how-use-grid,
    .testimonial-grid,
    .whatsapp-proof-layout,
    .steps-grid,
    .style-grid,
    .downsell-benefits,
    .upsell-items,
    .trusted-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-card.featured {
    transform: none;
  }

  .whatsapp-proof-layout {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .proof-context {
    text-align: center;
  }

  .proof-context p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 620px) {
  .container,
  .narrow {
    width: min(100% - 24px, 1120px);
  }

  .hero-grid {
    padding-top: 16px;
  }

  h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  h2 {
    font-size: clamp(1.85rem, 10vw, 2.6rem);
  }

  .hero-list,
  .video-gallery,
  .product-gallery,
  .benefit-cards,
  .ideal-grid,
  .bonus-grid,
  .organized-features,
  .how-use-grid,
  .testimonial-grid,
    .style-grid,
    .whatsapp-proof-layout,
    .steps-grid,
    .downsell-benefits,
    .upsell-items,
    .trusted-items,
    .trusted-proof-row {
    grid-template-columns: 1fr;
  }

  .trusted-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .trusted-actions {
    display: block;
  }

  .trusted-actions .trusted-skip {
    display: block;
    width: fit-content;
    margin: 16px auto 0;
  }

  .video-gallery {
    max-width: 330px;
  }

  .proof-context h3 {
    font-size: 2rem;
  }

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

  .proof-mini-grid strong {
    min-height: 54px;
  }

  .style-library,
  .how-use,
  .bonus {
    padding: 44px 0;
  }

  .style-library .section-title,
  .how-use .section-title,
  .bonus .section-title {
    margin-bottom: 20px;
  }

  .style-library .section-title h2,
  .how-use .section-title h2,
  .bonus .section-title h2 {
    font-size: clamp(1.9rem, 9vw, 2.35rem);
    line-height: 1.05;
  }

  .style-grid,
  .how-use-grid,
  .bonus-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 12px 16px;
    margin-right: -12px;
    margin-left: -12px;
  }

  .style-grid::-webkit-scrollbar,
  .how-use-grid::-webkit-scrollbar,
  .bonus-grid::-webkit-scrollbar {
    display: none;
  }

  .style-grid > article,
  .how-use-grid > article,
  .bonus-grid > article {
    scroll-snap-align: start;
  }

  .style-grid {
    grid-auto-columns: clamp(168px, 58vw, 220px);
    gap: 12px;
  }

  .style-grid img {
    height: 168px;
    aspect-ratio: auto;
  }

  .style-grid strong {
    min-height: 0;
    padding: 12px;
    font-size: 0.9rem;
  }

  .how-use-grid {
    grid-auto-columns: clamp(238px, 78vw, 310px);
    gap: 14px;
    margin-top: 18px;
    margin-bottom: 22px;
  }

  .how-use-grid article {
    padding: 14px;
    text-align: left;
  }

  .how-use-grid img {
    height: 176px;
    aspect-ratio: auto;
    object-fit: contain;
    margin-bottom: 14px;
  }

  .how-use-grid span {
    margin-bottom: 6px;
    font-size: 0.76rem;
  }

  .how-use-grid h3 {
    margin-bottom: 6px;
    font-size: 1.08rem;
  }

  .how-use-grid p {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .bonus-grid {
    grid-auto-columns: clamp(286px, 86vw, 330px);
    gap: 12px;
  }

  .bonus-grid article {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px;
    text-align: left;
  }

  .bonus-grid img {
    grid-row: 1 / span 4;
    width: 104px;
    height: 104px;
    aspect-ratio: auto;
    object-fit: cover;
    margin: 0;
  }

  .bonus-grid h3,
  .bonus-grid p,
  .bonus-grid small,
  .bonus-grid strong {
    grid-column: 2;
  }

  .bonus-grid h3 {
    margin: 0 0 4px;
    font-size: 0.98rem;
    line-height: 1.18;
  }

  .bonus-grid p {
    margin: 0 0 6px;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .bonus-grid small {
    font-size: 0.78rem;
  }

  .bonus-grid strong {
    margin-top: 1px;
    font-size: 1.05rem;
  }

  .whatsapp-carousel {
    width: min(100%, 340px);
    padding: 8px;
    border-radius: 20px;
  }

  .whatsapp-slide img {
    height: 62vh;
    min-height: 430px;
    border-radius: 14px;
  }

  .benefit-cards article {
    grid-template-columns: 54px 1fr;
    min-height: 0;
    padding: 22px 18px;
  }

  .benefit-cards article img {
    width: 46px;
    height: 46px;
  }

  .cta {
    width: 100%;
  }

  .timer div {
    width: 92px;
  }

}
