/* ===================================================================
   Protocolo 5x2 — Página Maxxima
   Base: template_maxxima.html canônico
   Adaptação: accent rosa #D4519F + 8 blocos novos
   =================================================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; color: #707070; overflow-x: hidden; line-height: 1.5; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ===== Section label bars (red) ===== */
.block-label { background: #AD1F1F; padding: 20px; text-align: center; }
.block-label h2 { font-size: 24px; font-weight: 600; color: #fff; line-height: 36px; max-width: 70%; margin: 0 auto; }

/* ===== Generic section styles ===== */
.section { padding: 60px 0; }
.section--gray { background: #E7E7E7; }
.section--white { background: #fff; }
.section--dark { background: #303030; }
.section--dark * { color: #fff; }
.section--dark .step-card *, .section--dark .deliver-card * { color: #707070; }
.section--dark .step-card p, .section--dark .deliver-card p { color: #000; }

.inner { max-width: 1100px; margin: 0 auto; padding: 0 30px; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ===================================================================
   BLOCO 1 - VENDER SOZINHO (HERO) — compacto primeira dobra
   =================================================================== */
.section--hero { padding: 20px 0 30px; }

.hero-img { width: 170px; margin: 0 auto 8px; image-rendering: -webkit-optimize-contrast; }
.hero-img img { width: 100%; display: block; }

.hero-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: #707070;
  max-width: 820px;
  margin: 0 auto 8px;
  text-align: center;
}
.hero-title b { font-weight: 800; color: #D4519F; }

.hero-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 14px;
  font-style: italic;
}

.hero-subline {
  font-size: 13px;
  font-weight: 700;
  color: #303030;
  text-align: center;
  margin: 0 auto 8px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.hero-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  max-width: 900px;
  margin: 0 auto 18px;
}
.hero-pill {
  background: #fff;
  border: 2px solid rgba(212, 81, 159, 0.4);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 12px;
  color: #707070;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
}
.hero-pill b { color: #D4519F; font-weight: 700; }

.hero-split-wrap {
  max-width: 440px;
  margin: 0 auto;
}
.hero-ad-labels {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto 5px;
}
.hero-ad-labels .label {
  display: inline-block;
  padding: 4px 18px;
  border-radius: 999px;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
}
.hero-ad-labels .label-antes { background: #AD1F1F; }
.hero-ad-labels .label-depois { background: #D4519F; }
.hero-split-image {
  position: relative;
  line-height: 0;
}
.hero-split-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}
.hero-split-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  background: #049A6A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  border: 4px solid #fff;
  z-index: 2;
  color: #fff;
}
.hero-split-arrow svg {
  width: 26px;
  height: 26px;
  display: block;
  margin-left: 2px; /* ajuste óptico do chevron */
}
@media (max-width: 768px) {
  .hero-split-arrow { width: 50px; height: 50px; border-width: 3px; }
  .hero-split-arrow svg { width: 22px; height: 22px; }
}

/* ===================================================================
   BLOCO 2 - DEPOIMENTOS
   =================================================================== */
.depo-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #707070;
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}
.depo-title b { font-weight: 700; color: #D4519F; }

.depo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.depo-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s;
}
.depo-card:hover { transform: translateY(-4px); }
.depo-card img { width: 100%; display: block; aspect-ratio: 1 / 1; object-fit: cover; }
.depo-card-info { padding: 18px; text-align: center; }
.depo-card-info h4 { font-size: 17px; font-weight: 700; color: #303030; margin-bottom: 6px; }
.depo-metric {
  display: inline-block;
  background: #D4519F;
  color: #fff;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 12px;
}
.depo-card-info p { font-size: 14px; color: #707070; font-style: italic; line-height: 1.5; }

/* ===================================================================
   BLOCO 3 - RUMINAÇÃO + BIG IDEA
   =================================================================== */
.rumi-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #707070;
  max-width: 820px;
  margin: 0 auto 20px;
  text-align: center;
}
.rumi-text b { font-weight: 700; color: #D4519F; }

.rumi-sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #303030;
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}

.rumi-stage {
  position: relative;
  max-width: 760px;
  margin: 0 auto 40px;
  padding: 40px 120px;
}
.rumi-stage-img {
  max-width: 360px;
  margin: 0 auto;
}
.rumi-stage-img img { border-radius: 16px; box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12); }

.bubble {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  max-width: 240px;
  font-size: 14px;
  color: #303030;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  font-style: italic;
  line-height: 1.4;
}
.bubble b { color: #D4519F; font-style: normal; }
.bubble-tl { top: 4%; left: 0; }
.bubble-tr { top: 8%; right: 0; }
.bubble-bl { bottom: 18%; left: 0; }
.bubble-br { bottom: 10%; right: 0; }

.rumi-reinforce {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #707070;
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}
.rumi-reinforce b { font-weight: 700; color: #303030; }

/* CTA card (dark red) */
.cta-card {
  background: #990A0A;
  border-radius: 24px;
  padding: 40px 48px;
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}
.cta-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-card p { font-size: 22px; color: #fff; font-weight: 400; line-height: 1.5; }
.cta-card p b { font-weight: 700; color: #fff; }

/* Big Idea cristalizada */
.big-idea {
  text-align: center;
  max-width: 760px;
  margin: 40px auto;
  padding: 36px 40px;
  background: linear-gradient(135deg, #fff 0%, #FFF0F8 100%);
  border-radius: 24px;
  border-left: 6px solid #D4519F;
  box-shadow: 0 4px 20px rgba(212, 81, 159, 0.08);
}
.big-idea h3 {
  font-size: 28px;
  font-weight: 400;
  color: #303030;
  line-height: 1.4;
}
.big-idea h3 b { color: #D4519F; font-weight: 800; }
.big-idea p { margin-top: 16px; color: #707070; font-size: 17px; }

.rumi-final {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #707070;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.rumi-final b { font-weight: 700; color: #D4519F; }

/* ===================================================================
   BLOCO 4 - PASSO A PASSO + LINHA DO TEMPO
   =================================================================== */
.steps-bigidea {
  font-size: 22px;
  font-style: italic;
  color: #D4519F;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
  font-weight: 700;
}
.steps-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  max-width: 780px;
  margin: 0 auto 12px;
  text-align: center;
}
.steps-title b { font-weight: 700; color: #D4519F; }
.steps-sub {
  font-size: 16px;
  color: #aaa;
  text-align: center;
  margin-bottom: 40px;
  font-style: italic;
}

.step-card {
  background: #E7E7E7;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto 24px;
  align-items: center;
}
.step-card.reverse { flex-direction: row-reverse; }
.step-card-content { flex: 1; }
.step-card-content .step-label {
  display: inline-block;
  background: #D4519F;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}
.step-card-content .step-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #303030;
  margin-bottom: 12px;
}
.step-card-content p { font-size: 16px; color: #000; line-height: 1.6; }
.step-card-content p b { color: #D4519F; }
.step-card-img { flex: 1; max-width: 360px; }
.step-card-img img { border-radius: 16px; width: 100%; }

/* Linha do Tempo */
.timeline {
  margin-top: 60px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.timeline-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.timeline-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.timeline-row {
  display: grid;
  grid-template-columns: 140px 200px 1fr;
  gap: 20px;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border-left: 4px solid #D4519F;
  border-radius: 8px;
  padding: 20px 24px;
}
.timeline-day {
  font-size: 19px;
  font-weight: 700;
  color: #D4519F;
}
.timeline-mark {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.timeline-desc {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
}
.timeline-footer {
  margin-top: 28px;
  text-align: center;
  color: #ccc;
  font-size: 15px;
}
.timeline-footer b { color: #D4519F; }

/* Box de ciência — dentro da section dark */
.science-box {
  max-width: 820px;
  margin: 50px auto 0;
  padding: 36px 44px;
  background: linear-gradient(135deg, rgba(212, 81, 159, 0.12) 0%, rgba(212, 81, 159, 0.04) 100%);
  border: 2px solid rgba(212, 81, 159, 0.5);
  border-radius: 20px;
  text-align: center;
}
.science-seal {
  font-size: 48px;
  margin-bottom: 12px;
}
.science-box h3 {
  font-size: 26px;
  font-weight: 800;
  color: #D4519F !important;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.science-box p {
  color: #ddd !important;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.science-box p b { color: #fff !important; font-weight: 700; }
.science-box p em { color: #D4519F !important; font-style: italic; }
@media (max-width: 768px) {
  .science-box { padding: 28px 24px; margin-top: 36px; }
  .science-box h3 { font-size: 20px; }
  .science-box p { font-size: 14px; }
}

/* ===================================================================
   BLOCO 4B - DIFERENCIAÇÃO COMPETITIVA
   =================================================================== */
.compare-table {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 1000px;
  margin: 30px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.compare-row {
  display: grid;
  grid-template-columns: 220px 260px 1fr;
  gap: 20px;
  padding: 22px 28px;
  background: #F5F5F5;
  font-size: 15px;
  color: #707070;
  line-height: 1.5;
  align-items: center;
}
.compare-header {
  background: #303030;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.compare-header > div { color: #fff !important; }
.compare-winner {
  background: linear-gradient(135deg, #FFF0F8 0%, #fff 100%);
  border-left: 6px solid #D4519F;
}
.compare-winner b { color: #D4519F !important; }
.compare-row b { color: #303030; }
.compare-row em { font-style: italic; color: #999; }
.compare-footer {
  max-width: 820px;
  margin: 40px auto 0;
  text-align: center;
  color: #707070;
  line-height: 1.7;
  font-size: 16px;
}
.compare-footer b { color: #303030; }
.compare-footer em { color: #D4519F; font-style: italic; font-weight: 700; }

/* ===================================================================
   BLOCO EXTRA - BENEFÍCIOS
   =================================================================== */
.benefits-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #707070;
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.benefit-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #F5F5F5;
  transition: border-color 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
}
.benefit-card:hover { border-color: #D4519F; transform: translateY(-4px); }
.benefit-card-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.benefit-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.benefit-card-text {
  padding: 22px 24px 26px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefit-card-text h4 {
  font-size: 18px;
  font-weight: 800;
  color: #D4519F;
  margin-bottom: 8px;
  line-height: 1.25;
}
.benefit-card-text p {
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
}

/* ===================================================================
   BLOCO 5 - ENTREGÁVEIS
   =================================================================== */
.deliver-header {
  background: #303030;
  padding: 40px 30px;
  text-align: center;
}
.deliver-header h2 { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.deliver-header p { font-size: 26px; font-weight: 400; color: #fff; max-width: 700px; margin: 0 auto; }
.deliver-header p b { font-weight: 700; color: #D4519F; }

.deliver-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  gap: 32px;
  max-width: 960px;
  margin: 0 auto 20px;
  align-items: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.deliver-card.reverse { flex-direction: row-reverse; }
.deliver-card-content { flex: 1; }
.deliver-card-content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #303030;
  margin-bottom: 12px;
}
.deliver-card-content h3 b { font-weight: 800; color: #D4519F; }
.deliver-card-content p { font-size: 15px; color: #707070; line-height: 1.6; }
.deliver-card-content p b { color: #303030; }
.deliver-card-img { flex: 0 0 300px; max-width: 300px; display: flex; align-items: center; justify-content: center; }
.deliver-card-img img { width: 100%; max-height: 240px; object-fit: contain; }

/* ===================================================================
   BLOCO 6 - BÔNUS
   =================================================================== */
.bonus-card {
  background: #FFF0F8;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  gap: 32px;
  max-width: 960px;
  margin: 0 auto 20px;
  align-items: center;
  border: 2px solid rgba(212, 81, 159, 0.2);
}
.bonus-card.reverse { flex-direction: row-reverse; }
.bonus-card-content { flex: 1; }
.bonus-card-content .bonus-label {
  display: inline-block;
  background: #D4519F;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}
.bonus-card-content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #303030;
  margin-bottom: 12px;
}
.bonus-card-content h3 b { font-weight: 800; color: #D4519F; }
.bonus-card-content p { font-size: 15px; color: #707070; line-height: 1.6; }
.bonus-card-content p b { color: #303030; }
.bonus-card-img { flex: 0 0 280px; max-width: 280px; display: flex; align-items: center; justify-content: center; }
.bonus-card-img img { width: 100%; max-height: 220px; object-fit: contain; }

/* ===================================================================
   BLOCO 7 - PARA QUEM SERVE
   =================================================================== */
.target-card {
  background: #E7E7E7;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 30px;
  align-items: center;
}
.target-list { flex: 1.2; }
.target-list ul { list-style: none; }
.target-list li {
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
  line-height: 1.5;
}
.target-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #D4519F;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.target-list li b { color: #D4519F; font-weight: 700; }
.target-img { flex: 1; max-width: 360px; }
.target-img img { border-radius: 16px; width: 100%; }
.target-final {
  text-align: center;
  font-size: 20px;
  color: #707070;
  max-width: 780px;
  margin: 0 auto;
}
.target-final b { color: #D4519F; font-weight: 700; }

/* ===================================================================
   BLOCO 8 - RECAPITULANDO
   =================================================================== */
.recap-box {
  background: #fff;
  border-radius: 24px;
  padding: 40px 48px;
  max-width: 680px;
  margin: 0 auto 30px;
  border: 2px solid #E7E7E7;
}
.recap-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted #ccc;
  padding: 14px 0;
  gap: 20px;
}
.recap-row:last-child { border-bottom: none; }
.recap-row span { font-size: 16px; color: #303030; flex: 1; }
.recap-row span b { color: #D4519F; font-weight: 700; }
.recap-row strong { font-size: 18px; font-weight: 700; color: #999; text-decoration: line-through; }

.recap-total {
  text-align: center;
  font-size: 22px;
  color: #707070;
  max-width: 600px;
  margin: 0 auto 16px;
  line-height: 1.4;
}
.recap-total b { font-weight: 800; color: #D4519F; font-size: 32px; display: inline-block; margin-left: 8px; }
.recap-prompt {
  text-align: center;
  font-size: 18px;
  color: #707070;
  max-width: 600px;
  margin: 0 auto;
  font-style: italic;
}

/* ===================================================================
   BLOCO 8B - ESCASSEZ E URGÊNCIA
   =================================================================== */
.urgency-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
.urgency-title b { color: #D4519F; }

.urgency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.urgency-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 81, 159, 0.3);
  border-radius: 16px;
  padding: 30px 24px;
  text-align: center;
}
.urgency-card.urgency-highlight {
  border-color: #D4519F;
  background: rgba(212, 81, 159, 0.15);
}
.urgency-icon { font-size: 44px; margin-bottom: 16px; }
.urgency-card p { color: #ddd; font-size: 14px; line-height: 1.6; }
.urgency-card p b { color: #fff; font-weight: 700; }
.urgency-counter {
  margin-top: 16px;
  display: inline-block;
  background: #D4519F;
  color: #fff !important;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 15px;
  animation: pulse-counter 2s ease-in-out infinite;
}
@keyframes pulse-counter {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* ===================================================================
   BLOCO 9 - VALOR (PREÇO) + GARANTIA
   =================================================================== */
.pricing-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 48px;
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
}
.pricing-img { flex: 1; max-width: 480px; }
.pricing-img img { width: 100%; }
.pricing-info {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.pricing-badge {
  background: #D4519F;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.pricing-divider {
  width: 80%;
  border-top: 2px dashed #ccc;
  margin: 8px auto;
}
.pricing-label {
  font-size: 18px;
  color: #707070 !important;
  font-weight: 400;
}
.pricing-anchor {
  color: #999 !important;
  font-size: 18px;
  margin: 4px 0;
}
.pricing-anchor del { margin: 0 6px; }
.pricing-price {
  font-size: 44px;
  font-weight: 800;
  color: #D4519F !important;
  line-height: 1;
}
.pricing-cash {
  font-size: 20px;
  color: #707070 !important;
  font-weight: 400;
}
.pricing-cash b { color: #303030 !important; font-weight: 700; }

.btn-buy {
  display: inline-block;
  background: #D4519F;
  color: #fff !important;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 900;
  padding: 18px 36px;
  border-radius: 12px;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 10px 0;
  box-shadow: 0 6px 20px rgba(212, 81, 159, 0.4);
}
.btn-buy:hover { transform: scale(1.03); box-shadow: 0 8px 28px rgba(212, 81, 159, 0.5); }
.btn-buy:active { transform: scale(0.98); }

.pricing-note {
  font-size: 13px;
  color: #707070 !important;
  font-style: italic;
}
.pricing-flags {
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pricing-flags img {
  max-width: 100%;
  width: 340px;
  height: auto;
  display: block;
  /* banner original é branco sobre transparente (feito pra fundo escuro).
     invert transforma em preto sobre transparente pra aparecer no card branco */
  filter: invert(1);
}

/* Garantia emocional */
.guarantee-card {
  max-width: 720px;
  margin: 50px auto 0;
  padding: 44px 40px;
  background: #fff;
  border-radius: 24px;
  border: 3px solid #D4519F;
  text-align: center;
  box-shadow: 0 12px 40px rgba(212, 81, 159, 0.15);
}
.guarantee-seal { font-size: 60px; margin-bottom: 16px; }
.guarantee-card h3 {
  font-size: 26px;
  color: #D4519F !important;
  margin-bottom: 16px;
  font-weight: 700;
}
.guarantee-card p {
  color: #707070 !important;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.guarantee-card p b { color: #303030; }
.guarantee-twist {
  color: #D4519F !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 20px !important;
}
.guarantee-punch {
  color: #303030 !important;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
.guarantee-punch b { color: #D4519F !important; font-weight: 800; }

/* ===================================================================
   BLOCO 10 - COMO ACESSAR
   =================================================================== */
.access-title {
  font-size: 32px;
  font-weight: 600;
  color: #707070;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.3;
}
.access-title b { color: #D4519F; }

.access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.access-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  border: 2px solid #E7E7E7;
}
.access-card .access-icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.access-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: #D4519F;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.access-card p { font-size: 15px; color: #707070; line-height: 1.5; }
.access-card p b { color: #303030; }

/* ===================================================================
   BLOCO 11 - AUTORIDADE
   =================================================================== */
.authority {
  display: flex;
  gap: 48px;
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
}
.authority-img { flex: 1; max-width: 360px; }
.authority-img img { border-radius: 20px; width: 100%; }
.authority-text { flex: 1.3; }
.authority-text h3 {
  font-size: 28px;
  font-weight: 700;
  color: #303030;
  line-height: 1.2;
  margin-bottom: 8px;
}
.authority-text .authority-sub {
  display: inline-block;
  background: #D4519F;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.authority-text p {
  font-size: 15px;
  color: #707070;
  line-height: 1.7;
  margin-bottom: 14px;
}
.authority-text p b { color: #303030; font-weight: 700; }
.authority-bullets {
  list-style: none;
  margin-top: 20px;
}
.authority-bullets li {
  padding: 6px 0;
  color: #707070;
  font-size: 14px;
  position: relative;
  padding-left: 26px;
}
.authority-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: #D4519F;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

/* ===================================================================
   BLOCO 11B - FUTURE PACING VAK
   =================================================================== */
.vak-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.vak-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #E7E7E7;
  transition: border-color 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
}
.vak-card:hover {
  border-color: #D4519F;
  transform: translateY(-6px);
}
.vak-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
}
.vak-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s;
}
.vak-card:hover .vak-photo img { transform: scale(1.03); }
.vak-body {
  padding: 24px 28px 30px;
  flex: 1;
  text-align: center;
}
.vak-body h4 {
  font-size: 20px;
  font-weight: 800;
  color: #D4519F;
  margin-bottom: 12px;
}
.vak-body p { color: #707070; font-size: 15px; line-height: 1.6; }
.vak-body p b { color: #303030; font-weight: 700; }

/* ===================================================================
   BLOCO 12 - CROSSROAD CLOSE
   =================================================================== */
.crossroad-header {
  font-size: 32px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  margin-bottom: 40px;
}
.crossroad-header b { color: #D4519F; }

.options-row {
  display: flex;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.option-card {
  flex: 1;
  border-radius: 20px;
  padding: 40px 32px;
}
.option-card.bad {
  background: #FFF1F4;
  border: 2px solid #e4343b;
}
.option-card.good {
  background: #FFF0F8;
  border: 2px solid #D4519F;
}
.option-card .option-icon {
  font-size: 60px;
  margin-bottom: 16px;
  text-align: center;
}
.option-card.bad .option-icon { color: #e4343b; }
.option-card.good .option-icon { color: #D4519F; }
.option-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.option-card.bad h3 { color: #e4343b; }
.option-card.good h3 { color: #D4519F; }
.option-card h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.option-card.bad h4 { color: #933; }
.option-card.good h4 { color: #6a2854; }
.option-card ul { list-style: none; }
.option-card li {
  font-size: 14px;
  color: #303030;
  line-height: 1.5;
  padding: 8px 0 8px 26px;
  position: relative;
}
.option-card.bad li::before {
  content: '✗';
  position: absolute;
  left: 0;
  color: #e4343b;
  font-weight: 700;
  font-size: 16px;
}
.option-card.good li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #D4519F;
  font-weight: 700;
  font-size: 16px;
}
.option-card li b { color: #303030; font-weight: 700; }

.crossroad-footer {
  text-align: center;
  font-size: 22px;
  color: #707070;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.4;
}
.crossroad-footer b { color: #D4519F; font-weight: 700; }

/* ===================================================================
   BLOCO 14 - FAQ
   =================================================================== */
.faq-title {
  font-size: 32px;
  font-weight: 700;
  color: #303030;
  text-align: center;
  margin-bottom: 32px;
}
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 2px solid #E7E7E7;
  transition: border-color 0.2s;
}
.faq-item[open] { border-color: #D4519F; }
.faq-item summary {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #303030;
  padding: 22px 28px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 28px;
  font-weight: 300;
  color: #D4519F;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body {
  padding: 0 28px 24px;
  font-size: 15px;
  color: #707070;
  line-height: 1.7;
}
.faq-item .faq-body b { color: #D4519F; }

/* ===================================================================
   BLOCO 15 - RODAPÉ
   =================================================================== */
.footer {
  background: #1a1a1a;
  padding: 40px 30px;
  text-align: center;
}
.footer p { font-size: 13px; color: #888; line-height: 1.6; margin-bottom: 16px; max-width: 820px; margin-left: auto; margin-right: auto; }
.footer p b { color: #ccc; }
.footer .disclaimer { font-size: 11px; line-height: 1.6; color: #666; }

/* ===================================================================
   STICKY CTA MOBILE
   =================================================================== */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #303030;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-info { display: flex; flex-direction: column; color: #fff; }
.sticky-cta-price { font-size: 18px; font-weight: 800; color: #D4519F; }
.sticky-cta-note { font-size: 11px; color: #aaa; }
.sticky-cta-btn {
  padding: 14px 20px;
  font-size: 13px;
  margin: 0;
  box-shadow: none;
}

@media (min-width: 769px) {
  .sticky-cta { display: none; }
}

/* ===================================================================
   MOBILE
   =================================================================== */
@media (max-width: 768px) {
  .block-label { padding: 16px; }
  .block-label h2 { font-size: 17px; max-width: 90%; line-height: 1.3; }
  .section { padding: 40px 0; }
  .inner { padding: 0 20px; }

  /* Hero */
  .section--hero { padding: 18px 0 28px; }
  .hero-img { width: 120px; margin-bottom: 8px; }
  .hero-title { font-size: 22px; line-height: 1.2; margin-bottom: 6px; }
  .hero-subtitle { font-size: 13px; margin-bottom: 12px; }
  .hero-subline { font-size: 12px; margin-bottom: 8px; }
  .hero-pills { flex-direction: column; gap: 6px; max-width: 320px; margin-bottom: 16px; }
  .hero-pill { font-size: 12px; padding: 7px 14px; white-space: normal; }
  .hero-split-wrap { max-width: 100%; }
  .hero-ad-labels { max-width: 100%; margin-bottom: 5px; }
  .hero-ad-labels .label { font-size: 10px; padding: 4px 14px; }

  /* Depoimentos */
  .depo-title { font-size: 22px; }
  .depo-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .depo-card-info { padding: 14px; }
  .depo-card-info h4 { font-size: 15px; }
  .depo-card-info p { font-size: 12px; }

  /* Ruminação */
  .rumi-text { font-size: 22px; }
  .rumi-sub { font-size: 18px; }
  .rumi-stage { padding: 0; max-width: 420px; margin: 0 auto 30px; }
  .rumi-stage-img { max-width: 100%; }
  .rumi-stage-img img { width: 100%; height: auto; }
  .bubble {
    position: absolute;
    max-width: 46%;
    margin: 0;
    padding: 9px 11px;
    font-size: 11px;
    line-height: 1.35;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  .bubble-tl { top: 3%; left: 3%; right: auto; bottom: auto; }
  .bubble-tr { top: 3%; right: 3%; left: auto; bottom: auto; }
  .bubble-bl { bottom: 3%; left: 3%; right: auto; top: auto; }
  .bubble-br { bottom: 3%; right: 3%; left: auto; top: auto; }
  .rumi-reinforce { font-size: 18px; }
  .cta-card { padding: 28px 24px; }
  .cta-card h3 { font-size: 18px; }
  .cta-card p { font-size: 16px; }
  .big-idea { padding: 28px 24px; }
  .big-idea h3 { font-size: 22px; }
  .big-idea p { font-size: 15px; }
  .rumi-final { font-size: 18px; }

  /* Passos */
  .steps-bigidea { font-size: 18px; }
  .steps-title { font-size: 24px; }
  .step-card, .step-card.reverse { flex-direction: column; padding: 28px 24px; gap: 20px; }
  .step-card-content .step-name { font-size: 22px; }
  .step-card-img { max-width: 100%; }

  /* Timeline */
  .timeline-title { font-size: 22px; }
  .timeline-row { grid-template-columns: 1fr; gap: 4px; padding: 16px; }
  .timeline-day { font-size: 16px; }
  .timeline-mark { font-size: 16px; }

  /* Compare */
  .compare-row { grid-template-columns: 1fr; gap: 8px; padding: 20px; font-size: 14px; }
  .compare-header { display: none; }
  .compare-footer { font-size: 15px; padding: 0 10px; }

  /* Benefícios */
  .benefits-title { font-size: 22px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .benefit-card-text { padding: 16px 14px 18px; }
  .benefit-card-text h4 { font-size: 15px; }
  .benefit-card-text p { font-size: 12px; }

  /* Entregáveis / Bônus */
  .deliver-header h2 { font-size: 24px; }
  .deliver-header p { font-size: 20px; }
  .deliver-card, .deliver-card.reverse,
  .bonus-card, .bonus-card.reverse {
    flex-direction: column;
    padding: 28px 24px;
    gap: 20px;
  }
  .deliver-card-content h3, .bonus-card-content h3 { font-size: 20px; }
  .deliver-card-img, .bonus-card-img { max-width: 100%; }

  /* Pra quem */
  .target-card { flex-direction: column; padding: 32px 24px; gap: 24px; }
  .target-list li { font-size: 14px; }
  .target-img { max-width: 100%; }
  .target-final { font-size: 17px; }

  /* Recap */
  .recap-box { padding: 28px 22px; }
  .recap-row span { font-size: 13px; }
  .recap-row strong { font-size: 14px; }
  .recap-total { font-size: 18px; }
  .recap-total b { font-size: 24px; display: block; margin: 4px 0 0; }

  /* Escassez */
  .urgency-title { font-size: 24px; }
  .urgency-grid { grid-template-columns: 1fr; }

  /* Preço */
  .pricing-card { flex-direction: column; padding: 28px 24px; gap: 28px; }
  .pricing-img, .pricing-info { max-width: 100%; }
  .pricing-price { font-size: 40px; }
  .guarantee-card { padding: 32px 24px; }
  .guarantee-card h3 { font-size: 22px; }
  .guarantee-punch { font-size: 16px; }

  /* Acesso */
  .access-title { font-size: 22px; }
  .access-grid { grid-template-columns: 1fr; }

  /* Autoridade */
  .authority { flex-direction: column; gap: 28px; }
  .authority-img { max-width: 80%; }
  .authority-text h3 { font-size: 22px; }

  /* VAK */
  .vak-grid { grid-template-columns: 1fr; gap: 16px; }
  .vak-footer { font-size: 18px; }

  /* Crossroad */
  .crossroad-header { font-size: 24px; }
  .options-row { flex-direction: column; gap: 16px; }
  .crossroad-footer { font-size: 17px; }

  /* FAQ */
  .faq-title { font-size: 22px; }
  .faq-item summary { font-size: 15px; padding: 18px 20px; }
  .faq-item .faq-body { padding: 0 20px 20px; font-size: 14px; }
}

/* ===================================================================
   ACCESSIBILITY + FALLBACKS
   =================================================================== */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
