/* Ajustes prioritários do hero claro. */
.hero-light h1 span {
  padding: 0;
  color: var(--green);
  background: transparent;
  border-radius: 0;
  box-decoration-break: slice;
  -webkit-box-decoration-break: slice;
}

/* Escala tipográfica mínima para leitura confortável. */
.urgency-bar,
.eyebrow,
.section-kicker,
.price-badge,
.safe-text,
.compact-list,
.button,
.steps p,
.steps small,
.bonus-grid strong,
.price small,
.old-price,
.savings,
.offer-note,
.faq-list p,
footer,
footer small,
.upgrade-price,
.upgrade-benefits {
  font-size: 16px;
}

.section-heading h2,
.guarantee h2,
.offer-card h3,
.comparison-card h3,
.steps h3 {
  font-size: 21px;
}

.section-heading p:last-child,
.hero-lead,
.section-intro {
  font-size: 18px;
}

/* Mockup principal da oferta pré-checkout: íntegro e estável durante o carregamento. */
.upgrade-mockup {
  width: min(100%, 620px);
  height: auto;
  margin: 24px auto 6px;
  border-radius: 14px;
  object-fit: contain;
}

/* Benefícios dos planos: tamanho confortável para leitura e decisão de compra. */
.offer-card .check-list,
.comparison-card .check-list {
  font-size: 18px;
  line-height: 1.5;
}

.offer-card .check-list li,
.comparison-card .check-list li {
  margin: 10px 0;
}

/* Upgrade: urgência na faixa, leitura leve no hero e recusa sem competir com a oferta. */
.upgrade-page .urgency-bar {
  color: #fff;
  background: #d92d20;
}

.upgrade-page .upgrade-hero.section-dark {
  color: var(--ink);
  background: #f7fbf8;
}

.upgrade-page .upgrade-hero .eyebrow {
  color: var(--green-dark);
}

.upgrade-page .upgrade-hero h1 {
  color: var(--green-ink);
}

.upgrade-page .upgrade-hero h1 span {
  padding: 0;
  color: var(--green);
  background: transparent;
  border-radius: 0;
}

.upgrade-page .upgrade-hero .hero-lead,
.upgrade-page .upgrade-hero .safe-text {
  color: #465b4c;
}

.upgrade-page .upgrade-trust-list {
  display: grid;
  gap: 7px;
  margin: 18px auto 0;
  padding: 0;
  color: #465b4c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
}

.upgrade-page .upgrade-trust-list li {
  margin: 0;
}

.upgrade-page .upgrade-price {
  color: #52665a;
}

.upgrade-page .upgrade-price strong {
  color: var(--green-dark);
}

.upgrade-page .upgrade-hero .button-outline {
  display: inline-block;
  width: auto;
  min-height: 0;
  margin-top: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--green-dark);
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.upgrade-page .upgrade-hero .button-outline:hover {
  color: var(--green);
  background: transparent;
  transform: none;
}

@media (max-width: 380px) {
  .upgrade-page .upgrade-hero .button-outline {
    width: auto;
  }
}

.steps p,
.price small,
.old-price,
.savings,
.offer-note {
  line-height: 1.35;
}

@media (max-width: 760px) {
  .hero-lead,
  .section-intro {
    font-size: 18px;
  }
}

/* Faixa de benefícios abaixo da VSL: conectada ao hero, sem competir com ele. */
.hero-offer-section {
  padding: clamp(32px, 4vw, 48px) 0 clamp(40px, 5vw, 56px);
  background: #fff;
  border-bottom: 1px solid #dfeee5;
}

.hero-offer-section > .container {
  max-width: 1020px;
}

.hero-offer-section .compact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 28px;
  margin: 0 auto 28px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.hero-offer-section .compact-list li {
  position: relative;
  min-height: 48px;
  margin: 0;
  padding-left: 30px;
  color: #314b3b;
  font-weight: 600;
  line-height: 1.45;
}

.hero-offer-section .compact-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--green);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-offer-section .hero-actions {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.hero-offer-section .hero-button,
.hero-offer-section .safe-text {
  margin: 0;
}

.hero-offer-section .hero-button {
  min-width: min(100%, 390px);
}

.hero-offer-section .safe-text {
  text-align: center;
}

@media (max-width: 760px) {
  .hero-offer-section {
    padding: 32px 0 42px;
  }

  .hero-offer-section .compact-list {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 430px;
    margin-bottom: 24px;
  }

  .hero-offer-section .compact-list li {
    min-height: auto;
  }

  .hero-offer-section .hero-button {
    width: 100%;
    min-width: 0;
  }
}
