:root {
  --navy: #082d4f;
  --navy-deep: #061f37;
  --blue: #23668a;
  --blue-soft: #e7f1f3;
  --green: #2c8069;
  --green-dark: #205f50;
  --mint: #dbeae2;
  --cream: #f5efe3;
  --sand: #e1bd7a;
  --coral: #d66a52;
  --ink: #172b3c;
  --muted: #63737d;
  --line: #d9e1e2;
  --white: #fff;
  --shadow: 0 24px 65px rgba(6, 31, 55, .12);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: #fbfcfa; font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; opacity: .035; background-image: radial-gradient(circle at 1px 1px, var(--navy) .7px, transparent .8px); background-size: 18px 18px; pointer-events: none; }
button, a { color: inherit; font: inherit; }
a { text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -70px; left: 16px; z-index: 1000; padding: 11px 17px; border-radius: 8px; color: white; background: var(--navy); transition: top .2s ease; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #f2b940; outline-offset: 4px; }

.site-header { width: min(calc(100% - 48px), var(--shell)); min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: 14px; font-weight: 800; line-height: 1.05; letter-spacing: -.02em; }
.brand small { display: block; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 18px; }
.review-nav { display: flex; align-items: center; gap: 24px; }
.text-link { padding: 4px 0; border: 0; border-bottom: 1px solid transparent; color: var(--muted); background: none; cursor: pointer; font-size: 13px; font-weight: 700; }
.text-link:hover { color: var(--navy); border-color: currentColor; }

.journey { position: relative; width: min(calc(100% - 48px), 1240px); min-height: calc(100vh - 108px); margin: 0 auto 30px; padding: 20px 30px 34px; overflow: hidden; border: 1px solid rgba(8,45,79,.1); border-radius: 30px; background: linear-gradient(145deg, rgba(245,239,227,.9), rgba(231,241,243,.74)); box-shadow: 0 28px 80px rgba(8,45,79,.08); }
.journey::after { content: ""; position: absolute; right: -240px; bottom: -270px; width: 500px; height: 500px; border-radius: 50%; background: rgba(44,128,105,.08); pointer-events: none; }
.journey-progress { width: min(100%, 640px); margin: 0 auto 22px; }
.progress-heading { display: flex; justify-content: space-between; margin-bottom: 9px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.progress-heading span:first-child { color: var(--green-dark); }
.progress-track { height: 4px; overflow: hidden; border-radius: 99px; background: rgba(8,45,79,.12); }
.progress-track span { display: block; width: 33.333%; height: 100%; border-radius: inherit; background: var(--green); transition: width .42s ease; }
.progress-steps { display: flex; justify-content: space-between; gap: 12px; padding: 0; margin: 12px 0 0; color: #7d898f; list-style: none; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.progress-steps li { display: flex; align-items: center; gap: 6px; transition: color .25s ease; }
.progress-steps li span { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #bdc8ca; border-radius: 50%; font-size: 9px; }
.progress-steps li.is-active { color: var(--navy); }
.progress-steps li.is-active span { color: white; border-color: var(--navy); background: var(--navy); }
.progress-steps li.is-done { color: var(--green-dark); }
.progress-steps li.is-done span { color: white; border-color: var(--green); background: var(--green); }
.step-deck { width: min(100%, 1100px); margin: 0 auto; }
.funnel-step { min-height: 620px; display: grid; grid-template-columns: minmax(0,1.03fr) minmax(360px,.97fr); align-items: center; gap: clamp(45px,7vw,95px); animation: step-in .4s ease both; }
.funnel-step:focus { outline: 0; }
@keyframes step-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.eyebrow { margin: 0 0 17px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.funnel-step h2, .section h2 { margin: 0; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: clamp(39px,5vw,64px); line-height: 1.04; letter-spacing: -.052em; }
.step-lead, .lead { color: #4d606b; font-size: clamp(16px,1.55vw,19px); line-height: 1.65; }
.step-lead { max-width: 620px; margin: 24px 0; }
.step-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 22px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button span { font-size: 18px; line-height: 0; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--green); box-shadow: 0 12px 25px rgba(44,128,105,.22); }
.button.primary:hover { background: var(--green-dark); box-shadow: 0 14px 30px rgba(44,128,105,.3); }
.button.secondary { color: var(--navy); border-color: rgba(8,45,79,.22); background: transparent; }
.button.full { width: 100%; }

.hero-step h2 { max-width: 650px; font-size: clamp(43px,5.6vw,72px); }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 17px; color: var(--green-dark); font-size: 11px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.family-scene { position: relative; min-height: 530px; display: grid; place-items: center; }
.family-scene::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: var(--mint); }
.family-frame { position: relative; z-index: 1; width: min(100%,420px); overflow: hidden; border: 10px solid white; border-radius: 48% 48% 18px 18px; box-shadow: var(--shadow); transform: rotate(2deg); }
.family-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.family-badge { position: absolute; z-index: 2; right: -8px; bottom: 26px; width: 140px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 4px solid #f1dba9; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 16px 35px rgba(32,95,80,.3); text-align: center; transform: rotate(-5deg); }
.family-badge span { font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.family-badge b { font-family: "Manrope"; font-size: 18px; }

.problem-step { display: block; padding: 34px 0 60px; }
.growth-proof { width: 100%; min-height: 155px; display: grid; grid-template-columns: .8fr 1.45fr .55fr; align-items: center; gap: 32px; padding: 22px 38px; border-radius: 22px; color: white; background: var(--navy); box-shadow: 0 20px 45px rgba(6,31,55,.16); }
.growth-proof > strong { color: #ff504b; font-family: "Manrope"; font-size: clamp(76px,10vw,132px); line-height: .85; letter-spacing: -.075em; text-shadow: 0 0 8px rgba(128, 5, 18, .95), 0 0 20px rgba(105, 0, 14, .75), 0 0 36px rgba(75, 0, 10, .58); }
.growth-proof > span { display: block; font-size: clamp(17px,1.8vw,23px); line-height: 1.35; text-align: center; }
.growth-proof img { justify-self: end; width: min(100%,175px); padding: 14px; border-radius: 13px; background: white; }
.growth-source { max-width: 960px; margin: 13px auto 0; color: #7c8389; font-size: 12px; font-weight: 400; line-height: 1.5; text-align: center; }
.clear-copy { max-width: 980px; margin: 70px auto 0; }
.problem-step h2 { max-width: 960px; margin-right: auto; margin-left: auto; font-size: clamp(34px,4.2vw,52px); line-height: 1.08; text-align: center; }
.problem-step .step-lead { max-width: 920px; margin: 28px auto 0; font-size: clamp(18px,2vw,24px); text-align: center; }
.trust-factors { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 50px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.trust-factors article { min-height: auto; padding: 24px; border: 1px solid rgba(190, 57, 57, .12); border-radius: 18px; background: rgba(225, 76, 76, .075); box-shadow: 9px 9px 22px rgba(130, 42, 42, .14); }
.trust-factors h3 { margin: 0 0 4px; color: var(--navy); font-family: "Manrope"; font-size: 17px; line-height: 1.3; }
.trust-factors p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.message-showcase { margin-top: 70px; }
.message-showcase > p { margin: 0 0 25px; color: var(--navy); font-family: "Manrope"; font-size: 20px; font-weight: 800; text-align: center; }
.message-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; align-items: start; }
.message-shot { position: static; width: auto; margin: 0; overflow: hidden; border: 1px solid #d6dfe0; border-radius: 16px; background: white; box-shadow: 0 13px 30px rgba(6,31,55,.09); transform: none; }
.message-shot figcaption { padding: 15px 16px; border-bottom: 1px solid #d9dcde; color: #c83e3e; background: #eef0f2; box-shadow: inset 0 2px 7px rgba(24, 32, 38, .1), inset 0 -1px 0 rgba(255, 255, 255, .9); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.message-shot img { width: 100%; height: auto; display: block; object-fit: cover; object-position: top center; }
.message-shot:nth-child(1) img { aspect-ratio: 922 / 610; }
.message-shot:nth-child(2) img { aspect-ratio: 922 / 690; }
.message-shot:nth-child(3) img { aspect-ratio: 921 / 560; }
.problem-actions { width: min(100%, 680px); display: flex; justify-content: center; gap: 12px; margin: 40px auto 0; padding: 12px; border: 1px solid #e1e3e5; border-radius: 22px; background: #f0f1f3; box-shadow: inset 0 2px 8px rgba(24, 32, 38, .1), inset 0 -1px 0 rgba(255, 255, 255, .9); }
.problem-actions .button { min-height: 60px; justify-content: space-between; padding: 8px 9px 8px 18px; border-radius: 13px; }
.problem-actions .button span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 10px; font-size: 15px; font-weight: 900; line-height: 1; }
.problem-actions .button.primary { flex: 1.15; color: #171a1c; background: white; box-shadow: 0 5px 14px rgba(21, 29, 34, .15); }
.problem-actions .button.primary:hover { color: #171a1c; background: white; box-shadow: 0 7px 17px rgba(21, 29, 34, .18); }
.problem-actions .button.primary span { color: #111; background: #e8eaec; }
.problem-actions .button.secondary { flex: .85; color: #303438; border-color: #d0d3d5; background: #e1e3e5; box-shadow: 0 5px 14px rgba(21, 29, 34, .12); }
.problem-actions .button.secondary:hover { color: #303438; background: #dadddf; box-shadow: 0 7px 17px rgba(21, 29, 34, .15); }
.problem-actions .button.secondary span { color: #202326; background: #cdd0d3; }

.objection-step { grid-template-columns: 1.08fr .72fr; }
.objection-step h2 { font-size: clamp(38px,4.6vw,59px); }
.original-objection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.original-objection-grid article { display: flex; align-items: center; gap: 12px; min-height: 75px; padding: 14px; border: 1px solid #d6dfde; border-radius: 11px; background: rgba(255,255,255,.68); }
.original-objection-grid article > span { flex: 0 0 29px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--coral); background: #f9e8e3; font-size: 18px; font-weight: 800; }
.original-objection-grid b { color: var(--navy); font-size: 12px; line-height: 1.35; }
.proof-statement { position: relative; padding: 38px; border-radius: 20px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.proof-statement::before { content: "“"; position: absolute; top: -27px; right: 24px; color: var(--sand); font-family: Georgia, serif; font-size: 95px; line-height: 1; opacity: .8; }
.proof-top strong { display: block; color: var(--sand); font-family: "Manrope"; font-size: 66px; line-height: 1; letter-spacing: -.06em; }
.proof-top span { display: block; max-width: 250px; margin-top: 14px; color: #d3e2e7; font-size: 13px; font-weight: 700; line-height: 1.45; }
.proof-statement > p { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #b9cdd6; font-size: 12px; }

/* Primeira etapa: foco absoluto na mensagem e no avanço */
body[data-funnel-step="1"] { background: white; }
body[data-funnel-step="1"]::before,
body[data-funnel-step="1"] .site-header,
body[data-funnel-step="1"] .site-footer,
body[data-funnel-step="1"] .journey-progress { display: none; }
body[data-funnel-step="1"] .journey {
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 48px 24px;
  border: 0;
  border-radius: 0;
  background: white;
  box-shadow: none;
}
body[data-funnel-step="1"] .journey::after { display: none; }
body[data-funnel-step="1"] .step-deck { width: min(100%, 720px); }
body[data-funnel-step="1"] .hero-step {
  min-height: auto;
  display: block;
  padding: 0;
  text-align: center;
}
body[data-funnel-step="1"] .hero-step .step-copy { width: 100%; }
body[data-funnel-step="1"] .usage-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 auto 24px;
  padding: 7px 14px;
  border: 1px solid #cceee2;
  border-radius: 999px;
  background: #ecfbf5;
  color: #2a9b7b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 3px 12px rgba(42, 155, 123, 0.08);
}
body[data-funnel-step="1"] .usage-pill span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #20bf8f;
  box-shadow: 0 0 0 3px rgba(32, 191, 143, 0.12);
}
body[data-funnel-step="1"] .hero-step h2 {
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.04;
}
body[data-funnel-step="1"] .hero-step .step-lead {
  max-width: 620px;
  margin: 24px auto 0;
  color: #626a70;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.5;
}
.belief-box {
  max-width: 650px;
  margin: 27px auto 0;
  padding: 18px 24px;
  border: 1px solid #eadfbe;
  border-radius: 16px;
  color: #8c5732;
  background: #fffaf0;
  box-shadow: 0 8px 20px rgba(96, 69, 30, .06);
  font-size: 17px;
  line-height: 1.4;
}
body[data-funnel-step="1"] .hero-step .step-actions {
  max-width: 560px;
  display: flex;
  justify-content: flex-start;
  margin: 31px auto 0;
  padding: 12px;
  border: 1px solid #e8e9eb;
  border-radius: 22px;
  background: #f0f1f3;
  box-shadow: inset 0 2px 7px rgba(24, 32, 38, .09), inset 0 -1px 0 rgba(255, 255, 255, .9);
}
body[data-funnel-step="1"] .hero-step .button {
  width: min(100%, 430px);
  min-height: 58px;
  justify-content: space-between;
  padding: 7px 8px 7px 22px;
  border-radius: 13px;
  color: #171a1c;
  background: white;
  box-shadow: 0 5px 14px rgba(21, 29, 34, .15);
  font-size: 15px;
}
body[data-funnel-step="1"] .hero-step .button:hover {
  color: #171a1c;
  background: white;
  box-shadow: 0 7px 17px rgba(21, 29, 34, .18);
}
body[data-funnel-step="1"] .hero-step .button span {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #111;
  background: #eceef0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}
.cta-instruction {
  margin: 14px 0 0;
  color: #a4aaad;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Segunda etapa: conteúdo editorial limpo, sem moldura ou navegação paralela */
body[data-funnel-step="2"] { background: white; }
body[data-funnel-step="2"]::before,
body[data-funnel-step="2"] .site-header,
body[data-funnel-step="2"] .site-footer,
body[data-funnel-step="2"] .journey-progress { display: none; }
body[data-funnel-step="2"] .journey {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 48px 24px 64px;
  border: 0;
  border-radius: 0;
  background: white;
  box-shadow: none;
}
body[data-funnel-step="2"] .journey::after { display: none; }
body[data-funnel-step="2"] .step-deck { width: min(100%, 1120px); }
body[data-funnel-step="2"] .growth-proof { box-shadow: inset 0 3px 9px rgba(0, 18, 36, .58), inset 0 -2px 5px rgba(0, 18, 36, .4); }
body[data-funnel-step="2"] .message-shot { box-shadow: none; }

/* Terceira etapa: objeções e prova em uma leitura direta */
body[data-funnel-step="3"] { background: white; }
body[data-funnel-step="3"]::before,
body[data-funnel-step="3"] .site-header,
body[data-funnel-step="3"] .site-footer,
body[data-funnel-step="3"] .journey-progress { display: none; }
body[data-funnel-step="3"] .journey {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 58px 24px 64px;
  border: 0;
  border-radius: 0;
  background: white;
  box-shadow: none;
}
body[data-funnel-step="3"] .journey::after { display: none; }
body[data-funnel-step="3"] .step-deck { width: min(100%, 1020px); }
body[data-funnel-step="3"] .objection-step { min-height: auto; display: block; padding: 0; }
body[data-funnel-step="3"] .objection-intro { text-align: center; }
body[data-funnel-step="3"] .objection-intro .eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid #cceee2;
  border-radius: 999px;
  color: #2a8b70;
  background: #ecfbf5;
  box-shadow: 0 3px 12px rgba(42, 155, 123, .08);
}
body[data-funnel-step="3"] .objection-intro h2 { max-width: 850px; margin: 0 auto; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; }
body[data-funnel-step="3"] .original-objection-grid { max-width: 900px; gap: 16px; margin: 38px auto 0; text-align: left; }
body[data-funnel-step="3"] .original-objection-grid article {
  min-height: 88px;
  padding: 22px;
  border: 1px solid #e1e3e5;
  border-radius: 18px;
  background: #f0f1f3;
  box-shadow: inset 0 2px 8px rgba(24, 32, 38, .1), inset 0 -1px 0 rgba(255, 255, 255, .9);
}
body[data-funnel-step="3"] .original-objection-grid b { font-size: 14px; }
body[data-funnel-step="3"] .proof-statement {
  max-width: 900px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 30px;
  margin: 34px auto 0;
  padding: 28px 32px;
  border: 1px solid #082d4b;
  border-radius: 20px;
  color: white;
  background: var(--navy);
  box-shadow: inset 0 3px 9px rgba(0, 18, 36, .58), inset 0 -2px 5px rgba(0, 18, 36, .4);
}
body[data-funnel-step="3"] .proof-statement::before { display: none; }
body[data-funnel-step="3"] .proof-top { display: grid; grid-template-columns: 145px 1fr; align-items: center; gap: 20px; }
body[data-funnel-step="3"] .proof-top strong { color: #75d8b4; font-size: 58px; text-shadow: 0 0 24px rgba(42, 155, 123, .42); }
body[data-funnel-step="3"] .proof-top span { margin: 0; color: #e0ebf0; font-size: 13px; }
body[data-funnel-step="3"] .proof-statement > p { margin: 0; padding: 0 0 0 28px; border-top: 0; border-left: 1px solid rgba(255, 255, 255, .2); color: #c1d2db; }
body[data-funnel-step="3"] .objection-actions {
  width: min(100%, 680px);
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 34px auto 0;
  padding: 12px;
  border: 1px solid #e1e3e5;
  border-radius: 22px;
  background: #f0f1f3;
  box-shadow: inset 0 2px 8px rgba(24, 32, 38, .1), inset 0 -1px 0 rgba(255, 255, 255, .9);
}
body[data-funnel-step="3"] .objection-actions .button { min-height: 60px; justify-content: space-between; padding: 8px 9px 8px 18px; border-radius: 13px; }
body[data-funnel-step="3"] .objection-actions .button span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 10px; font-size: 15px; font-weight: 900; line-height: 1; }
body[data-funnel-step="3"] .objection-actions .button.primary { flex: 1.15; color: #171a1c; background: white; box-shadow: 0 5px 14px rgba(21, 29, 34, .15); }
body[data-funnel-step="3"] .objection-actions .button.primary:hover { color: #171a1c; background: white; box-shadow: 0 7px 17px rgba(21, 29, 34, .18); }
body[data-funnel-step="3"] .objection-actions .button.primary span { color: #111; background: #e8eaec; }
body[data-funnel-step="3"] .objection-actions .button.secondary { flex: .85; color: #303438; border-color: #d0d3d5; background: #e1e3e5; box-shadow: 0 5px 14px rgba(21, 29, 34, .12); }
body[data-funnel-step="3"] .objection-actions .button.secondary:hover { color: #303438; background: #dadddf; box-shadow: 0 7px 17px rgba(21, 29, 34, .15); }
body[data-funnel-step="3"] .objection-actions .button.secondary span { color: #202326; background: #cdd0d3; }

.sales-page { background: #fbfcfa; }
.section { padding: 120px 0; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.centered { text-align: center; }
.narrow { max-width: 830px; }
.section h2 { font-size: clamp(38px,4.65vw,61px); }
.section.white { background: white; }
.section.warm { background: var(--cream); }
.section.dark { color: white; background: var(--navy-deep); }
.dark .eyebrow { color: #76bca3; }
.dark h2 { color: white; }

.stage-four-inner > h2 { max-width: 1040px; }
.stage-four-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 55px; }
.stage-four-copy p { margin: 0; color: #c2d2db; font-size: 14px; }
.stage-four-copy .late-warning { padding: 20px; border-left: 3px solid var(--sand); color: white; background: rgba(255,255,255,.05); }

.proof-section .lead { max-width: 680px; margin: 22px auto 0; }
.testimonials { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 55px; }
.testimonials article { padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: #fbfcfb; }
.stars { color: #dea94b; font-size: 13px; letter-spacing: 2px; }
.testimonials article > p { min-height: 100px; margin: 18px 0 24px; color: var(--navy); font-family: "Manrope"; font-size: 16px; font-weight: 600; line-height: 1.55; }
.testimonials footer { display: flex; align-items: center; gap: 12px; padding-top: 17px; border-top: 1px solid var(--line); }
.avatar { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.testimonials footer b, .testimonials footer small { display: block; line-height: 1.35; }
.testimonials footer b { color: var(--ink); font-size: 11px; }
.testimonials footer small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.compliance { margin-top: 25px; padding: 11px 14px; border-radius: 8px; color: #6f7c81; background: #f2f5f3; font-size: 10px; text-align: center; }

.comparison-section > .shell > h2 { max-width: 800px; }
.compare { width: min(100%,960px); display: grid; grid-template-columns: 1fr 1fr; margin: 58px auto 0; overflow: hidden; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.compare > div { padding: 40px; }
.compare .good { color: white; background: var(--green-dark); }
.compare h3 { margin: 0; font-family: "Manrope"; font-size: 22px; }
.compare ul { display: grid; gap: 15px; padding: 0; margin: 28px 0 0; list-style: none; }
.compare li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; }
.compare li::before { content: "×"; flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--coral); background: #f7e5df; font-weight: 800; }
.compare .good li::before { content: "✓"; color: var(--green-dark); background: #c8e5d5; }

.system-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 65px; }
.system-intro .lead { margin: 0 0 5px; }
.system-kicker { margin: 0 0 15px; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: clamp(23px, 2.8vw, 36px); font-weight: 800; line-height: 1.12; letter-spacing: -.035em; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.product-card { min-height: 365px; display: grid; grid-template-columns: 42% 58%; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fbfcfb; }
.mock { position: relative; min-height: 365px; display: grid; place-items: center; padding: 22px 8px 22px 23px; overflow: hidden; background: linear-gradient(145deg,#dcece5,#edf4f1); }
.mock::before { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; background: rgba(44,128,105,.12); }
.mock img { position: relative; z-index: 1; width: 180px; max-height: 285px; object-fit: contain; filter: drop-shadow(-8px 13px 12px rgba(6,31,55,.22)); transform: rotate(-3deg); }
.mock > span { position: absolute; z-index: 2; right: 11px; bottom: 15px; padding: 6px 9px; border-radius: 5px; color: white; background: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-text { align-self: center; padding: 32px; }
.product-text > span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.product-text h3 { margin: 12px 0; color: var(--navy); font-family: "Manrope"; font-size: 22px; line-height: 1.2; }
.product-text p { margin: 0; color: var(--muted); font-size: 13px; }
.product-text small { display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); color: #879399; font-size: 9px; }

.green-band { color: white; background: var(--green-dark); }
.green-band .eyebrow { color: #a7d2c0; }
.green-band h2 { color: white; }
.band { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.band > p { margin: 0 0 7px; color: #cee1d9; font-size: 17px; }

.blue-soft { background: var(--blue-soft); }
.offer-wrap { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(50px,8vw,115px); }
.offer-copy .lead { max-width: 620px; }
.offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; padding: 0; margin: 29px 0; list-style: none; }
.offer-list li { display: flex; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 700; }
.offer-list li span { color: var(--green); }
.safe { display: inline-flex; flex-direction: column; padding: 12px 16px; border-left: 3px solid var(--green); background: rgba(255,255,255,.62); }
.safe b { color: var(--navy); font-size: 11px; }
.safe span { color: var(--muted); font-size: 9px; }
.checkout-card { align-self: center; padding: 36px; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.flag { display: inline-block; padding: 6px 9px; border-radius: 5px; color: #785010; background: #fff0c9; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.checkout-card > p { margin: 20px 0 5px; color: var(--muted); font-size: 12px; }
.checkout-card > strong { display: block; color: var(--navy); font-family: "Manrope"; font-size: 42px; line-height: 1.1; }
.checkout-card hr { height: 1px; margin: 23px 0; border: 0; background: var(--line); }
.checkout-card .price { margin-bottom: 24px; color: var(--navy); font-family: "Manrope"; font-size: 28px; font-weight: 800; line-height: 1.12; }
.checkout-card > small { display: block; margin-top: 15px; color: #7d898e; font-size: 9px; line-height: 1.5; text-align: center; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro h2 { font-size: clamp(34px,4vw,50px); }
.faq-intro > p:last-child { color: var(--muted); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--navy); cursor: pointer; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 22px; font-weight: 400; }
.faq details p { margin: 0; padding: 0 42px 25px 0; color: var(--muted); font-size: 14px; }

.final-section { background: #fbfcfa; }
.final-box { min-height: 360px; display: grid; grid-template-columns: 1fr; place-items: center; gap: 0; text-align: center; }
.final-box > div:last-child { max-width: 860px; }
.final-box h2 { font-size: clamp(38px,4.5vw,59px); }
.final-people { position: relative; height: 280px; display: grid; place-items: center; }
.person { position: absolute; bottom: 20px; width: 115px; height: 210px; border-radius: 60px 60px 18px 18px; background: var(--navy); }
.person-one { left: calc(50% - 94px); transform: rotate(-8deg); }
.person-two { right: calc(50% - 94px); background: var(--green); transform: rotate(8deg); }
.person i { position: absolute; top: 30px; left: 50%; width: 55px; height: 55px; border-radius: 50%; background: rgba(255,255,255,.2); transform: translateX(-50%); }
.heart { position: relative; z-index: 2; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; color: var(--coral); background: white; box-shadow: var(--shadow); font-size: 34px; }

.site-footer { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 60px; padding: 30px max(24px,calc((100% - var(--shell))/2)); color: #acc0ca; background: var(--navy-deep); }
.footer-brand { color: white; }
.site-footer > p { max-width: 680px; margin: 0; font-size: 10px; }
.site-footer > span { font-size: 11px; }

@media (max-width: 980px) {
  .funnel-step { grid-template-columns: 1fr 360px; gap: 36px; }
  .hero-step h2 { font-size: 50px; }
  .objection-step h2 { font-size: 42px; }
  .original-objection-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .offer-wrap { grid-template-columns: 1fr .75fr; gap: 42px; }
}

@media (max-width: 760px) {
  .site-header { width: 100%; min-height: 68px; padding: 0 18px; }
  .review-nav { gap: 13px; }
  .text-link { font-size: 10px; }
  .journey { width: calc(100% - 20px); min-height: auto; padding: 17px 16px 25px; border-radius: 22px; }
  .journey-progress { margin-bottom: 4px; }
  .progress-heading span:last-child { display: none; }
  .progress-steps { gap: 4px; }
  .progress-steps li { font-size: 8px; }
  .progress-steps li span { width: 18px; height: 18px; }
  .funnel-step:not(.problem-step), .objection-step { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding: 36px 0 12px; }
  .hero-step h2, .objection-step h2 { font-size: clamp(35px,10.5vw,46px); }
  .step-lead { font-size: 16px; }
  .family-scene { min-height: 430px; order: -1; }
  .family-scene::before { width: 310px; height: 310px; }
  .family-frame { width: 300px; border-width: 7px; }
  .family-badge { right: 2px; bottom: 5px; width: 108px; height: 108px; }
  .family-badge b { font-size: 15px; }
  .problem-step { padding: 28px 0 45px; }
  .growth-proof { grid-template-columns: 1fr; gap: 16px; padding: 28px 20px; text-align: center; }
  .growth-proof > strong { font-size: 88px; }
  .growth-proof > span { font-size: 17px; }
  .growth-proof img { justify-self: center; width: 150px; }
  .growth-source { margin-top: 11px; font-size: 11px; }
  .clear-copy { margin-top: 50px; }
  .problem-step h2 { font-size: clamp(27px,7.4vw,32px); }
  .problem-step .step-lead { font-size: 17px; }
  .trust-factors { grid-template-columns: 1fr; gap: 14px; margin-top: 36px; padding: 0; }
  .trust-factors article, .trust-factors article + article { padding: 20px; border: 1px solid rgba(190, 57, 57, .14); }
  .trust-factors h3 { font-size: 16px; }
  .trust-factors p { font-size: 14px; }
  .message-showcase { margin-top: 48px; }
  .message-showcase > p { margin-bottom: 18px; font-size: 17px; text-align: center; }
  .message-grid { grid-template-columns: 1fr; gap: 18px; }
  .message-shot { width: min(100%,430px); margin: 0 auto; }
  .problem-actions { gap: 9px; padding: 10px; }
  .problem-actions .button { min-width: 0; padding-left: 12px; font-size: 13px; }
  .problem-actions .button span { width: 38px; height: 38px; flex-basis: 38px; font-size: 14px; }
  .original-objection-grid { grid-template-columns: 1fr; }
  .proof-statement { padding: 29px; }
  .proof-top strong { font-size: 58px; }
  .step-actions .button { flex: 1; }
  body[data-funnel-step="1"] .journey { min-height: 100svh; padding: 34px 20px; }
  body[data-funnel-step="1"] .usage-pill { margin-bottom: 20px; font-size: 12px; }
  body[data-funnel-step="1"] .hero-step h2 { font-size: clamp(28px, 7.7vw, 32px); }
  body[data-funnel-step="1"] .hero-step .step-lead { margin-top: 18px; font-size: 15px; }
  .belief-box { margin-top: 24px; padding: 16px 18px; font-size: 15px; }
  body[data-funnel-step="1"] .hero-step .step-actions { margin-top: 25px; }
  body[data-funnel-step="1"] .hero-step .button { width: calc(100% - 34px); padding-left: 16px; font-size: 14px; }
  .cta-instruction { margin-top: 12px; font-size: 9px; }
  body[data-funnel-step="2"] .journey { min-height: 100svh; padding: 24px 18px 42px; }
  body[data-funnel-step="3"] .journey { min-height: 100svh; padding: 34px 18px 42px; }
  body[data-funnel-step="3"] .objection-intro .eyebrow { margin-bottom: 18px; font-size: 9px; }
  body[data-funnel-step="3"] .objection-intro h2 { font-size: clamp(28px, 7.6vw, 34px); }
  body[data-funnel-step="3"] .original-objection-grid { gap: 14px; margin-top: 28px; }
  body[data-funnel-step="3"] .original-objection-grid article { min-height: auto; padding: 20px; }
  body[data-funnel-step="3"] .proof-statement { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; padding: 24px 20px; }
  body[data-funnel-step="3"] .proof-top { grid-template-columns: 1fr; gap: 8px; text-align: center; }
  body[data-funnel-step="3"] .proof-top strong { font-size: 54px; }
  body[data-funnel-step="3"] .proof-top span { max-width: none; }
  body[data-funnel-step="3"] .proof-statement > p { padding: 18px 0 0; border-top: 1px solid rgba(255, 255, 255, .2); border-left: 0; text-align: center; }
  body[data-funnel-step="3"] .objection-actions { gap: 9px; margin-top: 28px; padding: 10px; }
  body[data-funnel-step="3"] .objection-actions .button { min-width: 0; padding-left: 12px; font-size: 12.5px; line-height: 1.25; }
  body[data-funnel-step="3"] .objection-actions .button span { width: 38px; height: 38px; flex-basis: 38px; font-size: 14px; }
  .shell { width: calc(100% - 36px); }
  .section { padding: 85px 0; }
  .section h2 { font-size: clamp(34px,10vw,47px); }
  .stage-four-copy { grid-template-columns: 1fr; gap: 18px; margin-top: 38px; }
  .testimonials { grid-template-columns: 1fr; }
  .testimonials article > p { min-height: auto; }
  .compare { grid-template-columns: 1fr; }
  .compare > div { padding: 28px; }
  .system-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 43px; }
  .product-card { min-height: 290px; grid-template-columns: 44% 56%; }
  .mock { min-height: 290px; padding: 16px 4px 16px 12px; }
  .mock img { width: 140px; max-height: 230px; }
  .product-text { padding: 20px 15px; }
  .product-text h3 { font-size: 17px; }
  .product-text p { font-size: 11px; }
  .product-text small { font-size: 8px; }
  .band, .offer-wrap, .faq-layout, .final-box { grid-template-columns: 1fr; gap: 30px; }
  .band { align-items: start; }
  .offer-list { grid-template-columns: 1fr; }
  .checkout-card { padding: 28px 22px; }
  .final-people { height: 230px; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; padding-top: 45px; padding-bottom: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Quarta etapa: página de vendas alinhada ao sistema visual do funil */
.sales-page .section { padding: 100px 0; }
.sales-page .section h2 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.08;
  text-align: center;
}
.sales-page .stage-four-inner { text-align: center; }
.sales-page .stage-four .eyebrow,
.sales-page .faq-intro .eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 14px;
  border-radius: 999px;
}
.sales-page .stage-four .eyebrow {
  border: 1px solid rgba(117, 216, 180, .28);
  color: #86d8ba;
  background: rgba(117, 216, 180, .08);
}
.sales-page .stage-four-copy {
  width: min(100%, 900px);
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 44px auto 0;
}
.sales-page .stage-four-copy p {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
  box-shadow: inset 0 3px 9px rgba(0, 14, 29, .46), inset 0 -1px 0 rgba(255, 255, 255, .07);
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}
.sales-page .stage-four-copy .late-warning {
  padding: 25px;
  border: 1px solid #d5d8da;
  color: var(--navy);
  background: #eceeef;
  box-shadow: inset 0 2px 8px rgba(24, 32, 38, .1), inset 0 -1px 0 rgba(255, 255, 255, .9);
  font-size: 16px;
  text-align: center;
}
.sales-page .stage-four-copy p:first-child {
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #c7d7df;
  font-size: 17px;
  text-align: center;
}
.sales-page .proof-section .lead { text-align: center; }
.sales-page .testimonials { gap: 16px; margin-top: 48px; }
.sales-page .testimonials article {
  border: 1px solid #e1e3e5;
  border-radius: 20px;
  background: #f0f1f3;
  box-shadow: inset 0 2px 8px rgba(24, 32, 38, .1), inset 0 -1px 0 rgba(255, 255, 255, .9);
}
.sales-page .testimonials footer { border-color: #d5d8da; }
.sales-page .compliance { border-radius: 14px; box-shadow: inset 0 2px 6px rgba(24, 32, 38, .07); }
.sales-page .comparison-section > .shell > h2 { text-align: center; }
.sales-page .comparison-section { background: #eceeef; }
.sales-page .compare {
  gap: 16px;
  margin-top: 48px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.sales-page .compare > div {
  border: 1px solid #e1e3e5;
  border-radius: 20px;
  background: #f0f1f3;
  box-shadow: inset 0 2px 8px rgba(24, 32, 38, .1), inset 0 -1px 0 rgba(255, 255, 255, .9);
}
.sales-page .compare .good {
  border-color: #082d4b;
  background: var(--navy);
  box-shadow: inset 0 3px 9px rgba(0, 18, 36, .58), inset 0 -2px 5px rgba(0, 18, 36, .4);
}
.sales-page .system-intro {
  max-width: 920px;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 52px;
  text-align: center;
}
.sales-page .system-intro .lead { max-width: 760px; margin: 0 auto; font-weight: 700; text-align: center; }
.sales-page .system-intro .green-highlight { color: #00a866; }
.sales-page .system-kicker { color: #2a8b70; text-align: center; }
.sales-page .product-grid { gap: 18px; }
.sales-page .product-card {
  min-height: 0;
  align-items: stretch;
  border-color: #dde1e2;
  border-radius: 20px;
  background: #f0f1f3;
  box-shadow: inset 0 2px 8px rgba(24, 32, 38, .08), inset 0 -1px 0 rgba(255, 255, 255, .9);
}
.sales-page .mock { min-height: 0; display: block; padding: 0; background: white; }
.sales-page .mock::before { display: none; }
.sales-page .mock img { width: 100%; height: auto; max-height: none; display: block; object-fit: cover; filter: none; transform: none; }
.sales-page .offer-wrap { align-items: center; }
.sales-page .offer-copy { text-align: center; }
.sales-page .offer-copy .lead { margin: 22px auto 0; text-align: center; }
.sales-page .offer-list { max-width: 680px; gap: 12px; margin: 30px auto; }
.sales-page .offer-list li {
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(214, 223, 224, .9);
  border-radius: 14px;
  background: rgba(255, 255, 255, .68);
  box-shadow: inset 0 2px 6px rgba(24, 32, 38, .07);
  text-align: left;
}
.sales-page .safe { border: 1px solid rgba(214, 223, 224, .9); border-left: 3px solid var(--green); border-radius: 12px; box-shadow: inset 0 2px 6px rgba(24, 32, 38, .06); }
.sales-page .checkout-card {
  border: 1px solid #155143;
  color: white;
  background: #206b58;
  box-shadow: inset 0 3px 9px rgba(7, 50, 40, .58), inset 0 -2px 5px rgba(7, 50, 40, .4);
}
.sales-page .checkout-card .flag { color: #165241; background: #d9f2e7; }
.sales-page .checkout-card > p { color: #d2e8df; }
.sales-page .checkout-card > strong { color: #bff0d8; text-shadow: 0 0 20px rgba(160, 239, 204, .24); }
.sales-page .checkout-card hr { background: rgba(255, 255, 255, .16); }
.sales-page .checkout-card .price { color: white; }
.sales-page .checkout-card > small { color: #cce2d9; }
.offer-actions {
  padding: 10px;
  border: 1px solid #4a8a77;
  border-radius: 18px;
  background: #175241;
  box-shadow: inset 0 2px 8px rgba(5, 38, 29, .28), inset 0 -1px 0 rgba(255, 255, 255, .08);
}
.sales-page .offer-actions .button {
  min-height: 58px;
  justify-content: space-between;
  padding: 7px 8px 7px 18px;
  border-radius: 12px;
  color: #153e32;
  background: #e9f7f1;
  box-shadow: 0 5px 14px rgba(21, 29, 34, .15);
}
.sales-page .offer-actions .button:hover { color: #153e32; background: #e1f2ea; box-shadow: 0 7px 17px rgba(10, 48, 37, .24); }
.sales-page .offer-actions .button span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 10px; color: #12382d; background: #c8e7db; font-size: 15px; font-weight: 900; line-height: 1; }
.sales-page .faq-layout { grid-template-columns: 1fr; gap: 48px; }
.sales-page .faq-intro { max-width: 800px; margin: 0 auto; text-align: center; }
.sales-page .faq-intro .eyebrow { border: 1px solid #cceee2; color: #2a8b70; background: #ecfbf5; box-shadow: 0 3px 12px rgba(42, 155, 123, .08); }
.sales-page .faq-intro > p:last-child { max-width: 650px; margin: 20px auto 0; }
.sales-page .faq { width: min(100%, 820px); display: grid; gap: 8px; margin: 0 auto; border: 0; }
.sales-page .faq details {
  overflow: hidden;
  border: 1px solid #e1e3e5;
  border-radius: 14px;
  background: #f0f1f3;
  box-shadow: inset 0 2px 7px rgba(24, 32, 38, .09), inset 0 -1px 0 rgba(255, 255, 255, .9);
}
.sales-page .faq summary { min-height: 56px; padding: 0 16px; font-size: 13px; }
.sales-page .faq summary span { font-size: 18px; }
.sales-page .faq details p { padding: 0 44px 17px 16px; font-size: 12px; line-height: 1.55; }

@media (max-width: 720px) {
  .sales-page .section { padding: 72px 0; }
  .sales-page .section h2 { font-size: clamp(28px, 7.8vw, 36px); }
  .sales-page .stage-four .eyebrow,
  .sales-page .faq-intro .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .sales-page .stage-four-copy { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
  .sales-page .stage-four-copy p { padding: 20px; font-size: 14px; }
  .sales-page .testimonials { margin-top: 38px; }
  .sales-page .testimonials article { padding: 24px; }
  .sales-page .compare { gap: 14px; margin-top: 38px; }
  .sales-page .compare > div { padding: 24px; }
  .sales-page .system-kicker { font-size: 25px; }
  .sales-page .system-intro { gap: 16px; margin-bottom: 40px; }
  .sales-page .product-grid { gap: 14px; }
  .sales-page .offer-wrap { gap: 32px; }
  .sales-page .offer-list { grid-template-columns: 1fr; }
  .sales-page .checkout-card { padding: 26px 20px; }
  .sales-page .offer-actions .button { padding-left: 14px; font-size: 13px; }
  .sales-page .faq-layout { gap: 36px; }
  .sales-page .faq summary { min-height: 54px; padding: 0 14px; font-size: 12px; }
  .sales-page .faq details p { padding: 0 14px 15px; font-size: 12px; }
}

/* Quarta etapa: fundos exclusivamente brancos e cinza-claro */
.sales-page { background: white; }
.sales-page .stage-four { color: var(--ink); background: white; }
.sales-page .stage-four h2 { color: var(--navy); }
.sales-page .stage-four .eyebrow {
  border-color: #d9dcde;
  color: #2a8b70;
  background: #f1f2f3;
}
.sales-page .stage-four-copy p:first-child { color: var(--muted); }
.sales-page .proof-section { background: #f2f3f4; }
.sales-page .testimonials article { background: white; }
.sales-page .comparison-section { background: white; }
.sales-page .compare .bad { background: #f1f2f3; }
.sales-page .compare .good {
  border-color: #84b8a7;
  color: var(--navy);
  background: white;
  box-shadow: 9px 9px 20px rgba(8, 45, 79, .11);
}
.sales-page .compare .good li::before { color: #2a8b70; background: #eceeef; }
.sales-page .system-section { background: #f2f3f4; }
.sales-page .product-card,
.sales-page .mock { background: white; }
.sales-page .offer-section { background: white; }
.sales-page .offer-list li,
.sales-page .safe { background: #f1f2f3; }
.sales-page .checkout-card {
  border: 2px solid #3c8e75;
  color: var(--navy);
  background: #f1f2f3;
  box-shadow: inset 0 2px 8px rgba(24, 32, 38, .1), 9px 9px 20px rgba(8, 45, 79, .11);
}
.sales-page .checkout-card .flag {
  border: 1px solid #8bbdad;
  color: #216f5b;
  background: white;
}
.sales-page .checkout-card > p,
.sales-page .checkout-card > small { color: var(--muted); }
.sales-page .checkout-card > strong { color: #2a8b70; text-shadow: none; }
.sales-page .checkout-card hr { background: #d3d7d8; }
.sales-page .checkout-card .price { color: var(--navy); }
.sales-page .offer-actions {
  border-color: #d5d8da;
  background: #e5e7e8;
  box-shadow: inset 0 2px 8px rgba(24, 32, 38, .1), inset 0 -1px 0 rgba(255, 255, 255, .9);
}
.sales-page .offer-actions .button,
.sales-page .offer-actions .button:hover { color: #174c3c; background: white; }
.sales-page .offer-actions .button span { color: #174c3c; background: #e5e7e8; }
.sales-page .faq-section { background: #f2f3f4; }
.sales-page .faq-intro .eyebrow { background: white; }
.sales-page .faq details { background: white; }
.offer-open .site-footer {
  border-top: 1px solid #d8dcdd;
  color: #667379;
  background: #eceeef;
}
.offer-open .footer-brand { color: var(--navy); }

/* Quarta etapa: produto, bônus, provas, planos, garantia e FAQ */
.sales-page .main-product-section { background: white; }
.sales-page .main-product-section .system-intro { margin-bottom: 44px; }
.sales-page .main-product-section .system-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 10px 18px;
  border: 1px solid #d6dadb;
  border-radius: 13px;
  color: #267b65;
  background: #f2f3f4;
  box-shadow: 7px 7px 18px rgba(8, 45, 79, .08);
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: 800;
  line-height: 1.2;
}
.sales-page .main-product-section #system-title { font-size: clamp(46px, 5.8vw, 72px); font-weight: 900; line-height: 1; }
.sales-page .main-product-wrap { width: min(calc(100% - 48px), 960px); }
.sales-page .main-product-card {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid #dde1e2;
  border-radius: 24px;
  background: #f2f3f4;
  box-shadow: 10px 10px 26px rgba(8, 45, 79, .1);
}
.sales-page .main-product-image { align-self: stretch; display: grid; place-items: center; overflow: hidden; padding: 0; background: white; }
.sales-page .main-product-image img { width: 100%; height: 100%; object-fit: cover; }
.sales-page .main-product-copy { padding: clamp(30px, 5vw, 58px); }
.sales-page .product-tag,
.sales-page .bonus-copy > span,
.sales-page .plan-heading > span {
  display: inline-flex;
  color: #267b65;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.sales-page .main-product-copy h3 { margin: 16px 0; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: clamp(25px, 3vw, 36px); line-height: 1.16; letter-spacing: -.035em; }
.sales-page .main-product-copy > p { margin: 0; color: var(--muted); font-size: 16px; }
.green-highlight { color: var(--green); }
.sales-page .included-list,
.sales-page .plan-features { display: grid; gap: 12px; padding: 0; margin: 26px 0 0; list-style: none; }
.sales-page .included-list li { display: flex; gap: 10px; color: var(--navy); font-weight: 700; }
.sales-page .included-list li span { color: var(--green); }

.sales-page .bonus-section { background: #f2f3f4; }
.sales-page .bonus-intro { max-width: 900px; }
.sales-page .bonus-intro .eyebrow,
.sales-page .plans-intro .eyebrow { margin-bottom: 18px; text-align: center; }
.sales-page .bonus-intro .eyebrow { font-size: clamp(24px, 3vw, 32px) !important; font-weight: 900; line-height: 1.15; letter-spacing: .035em; }
.sales-page .bonus-intro .lead { max-width: 720px; margin: 22px auto 0; text-align: center; }
.sales-page .bonus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 46px; }
.sales-page .bonus-card {
  overflow: hidden;
  border: 1px solid #dde1e2;
  border-radius: 20px;
  background: white;
  box-shadow: 8px 8px 22px rgba(8, 45, 79, .09);
}
.sales-page .bonus-image { display: grid; place-items: center; min-height: 330px; overflow: hidden; padding: 0; background: white; }
.sales-page .bonus-image img { width: 100%; height: 100%; object-fit: cover; }
.sales-page .bonus-copy { padding: 25px; border-top: 1px solid #e1e4e5; }
.sales-page .bonus-copy h3 { margin: 10px 0; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: 20px; line-height: 1.25; }
.sales-page .bonus-copy p { min-height: 92px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.sales-page .bonus-copy b { display: block; padding-top: 16px; border-top: 1px solid #e1e4e5; color: var(--navy); font-size: 12px; }
.sales-page .bonus-anchor { width: min(calc(100% - 48px), 520px); display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; margin-bottom: 0; padding: 18px 22px; border: 1px solid #d9ddde; border-radius: 15px; background: white; box-shadow: 6px 6px 18px rgba(8, 45, 79, .07); }
.sales-page .bonus-anchor span { color: var(--muted); font-size: 13px; }
.sales-page .bonus-anchor strong { color: var(--navy); font-size: 18px; }
.sales-page .bonus-price-stack { display: grid; justify-items: end; gap: 3px; }
.sales-page .bonus-price-stack del { color: #8a9499; font-size: 15px; font-weight: 700; text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.sales-page .bonus-price-stack strong { display: inline-flex; padding: 6px 12px; border-radius: 9px; color: white; background: var(--green); box-shadow: 0 7px 18px rgba(44, 128, 105, .22); font-size: 18px; line-height: 1.2; }

.sales-page .proof-section { background: white; }
.sales-page .proof-section .eyebrow { text-align: center; }
.sales-page .social-proof-images { width: min(calc(100% - 48px), 760px); grid-template-columns: 1fr; gap: 24px; margin: 48px auto 0; }
.sales-page .social-proof-images figure { margin: 0; overflow: hidden; border: 1px solid #dde1e2; border-radius: 20px; background: white; box-shadow: 9px 9px 24px rgba(8, 45, 79, .1); }
.sales-page .social-proof-images img { width: 100%; height: auto; }

.sales-page .plans-section { background: #f2f3f4; }
.sales-page .plans-intro { max-width: 880px; }
.sales-page .plans-intro > .eyebrow { font-size: clamp(18px, 2.2vw, 23px); font-weight: 900; letter-spacing: .07em; }
.sales-page #offer-title > span { display: block; max-width: 780px; margin: 20px auto 0; color: var(--muted); font-family: "DM Sans", Arial, sans-serif; font-size: clamp(19px, 2.4vw, 25px); font-weight: 700; line-height: 1.45; letter-spacing: 0; }
.sales-page .plans-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 960px; margin-top: 48px; }
.sales-page .plan-card { position: relative; display: flex; flex-direction: column; padding: clamp(26px, 4vw, 40px); border: 1px solid #d9ddde; border-radius: 22px; background: white; box-shadow: 9px 9px 24px rgba(8, 45, 79, .1); }
.sales-page .premium-plan { border: 2px solid #3b9278; }
.sales-page .recommended { position: absolute; top: 0; right: 24px; padding: 8px 13px; border-radius: 0 0 10px 10px; color: white; background: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sales-page .plan-heading > span { width: 100%; display: flex; justify-content: center; font-size: clamp(17px, 2vw, 21px); font-weight: 900; letter-spacing: .06em; text-align: center; }
.sales-page .premium-plan .plan-heading > span { margin-top: 18px; }
.sales-page .plan-heading h3 { margin: 10px 0 8px; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: 28px; line-height: 1.16; }
.sales-page .plan-heading p { min-height: 50px; margin: 0; color: var(--muted); font-size: 14px; }
.sales-page .plan-price { margin: 25px 0 4px; padding: 20px 0; border-top: 1px solid #e1e4e5; border-bottom: 1px solid #e1e4e5; }
.sales-page .plan-price small { display: block; color: var(--muted); font-size: 11px; }
.sales-page .plan-price strong { display: block; margin-top: 3px; color: var(--navy); font-family: "Manrope", Arial, sans-serif; font-size: 32px; line-height: 1.1; }
.sales-page .plan-features { flex: 1; margin: 20px 0 28px; }
.sales-page .plan-features li { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 9px; color: var(--navy); font-size: 14px; font-weight: 700; }
.sales-page .plan-features li > span { color: var(--green); font-size: 18px; line-height: 1.2; }
.sales-page .plan-features .not-included { color: #899297; text-decoration: line-through; }
.sales-page .plan-features .not-included > span { color: #899297; }
.sales-page .plan-action { padding: 9px; border: 1px solid #d9ddde; border-radius: 17px; background: #e8eaeb; box-shadow: inset 0 2px 7px rgba(24, 32, 38, .09); }
.sales-page .plan-action .button { min-height: 58px; justify-content: space-between; padding: 12px 16px; color: var(--navy); background: white; box-shadow: 0 5px 14px rgba(21, 29, 34, .13); }
.sales-page .premium-plan .plan-action .button { color: white; background: var(--green); }
.sales-page .plan-action .button:hover { background: #f8f9f9; }
.sales-page .premium-plan .plan-action .button:hover { color: white; background: var(--green-dark); }
.sales-page .premium-plan .plan-action .button { padding: 8px 8px 8px 18px; box-shadow: 0 9px 24px rgba(44, 128, 105, .23); }
.sales-page .premium-plan .plan-action .button > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 10px; color: var(--green); background: white; box-shadow: 0 7px 18px rgba(8, 45, 79, .2); font-size: 16px; font-weight: 900; line-height: 1; }
.sales-page .commercial-note { margin-top: 24px; margin-bottom: 0; color: #7d898e; font-size: 11px; text-align: center; }

.sales-page .guarantee-section { background: white; }
.sales-page .guarantee-card { width: min(calc(100% - 48px), 860px); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 26px; padding: clamp(28px, 5vw, 48px); border: 1px solid #d9ddde; border-radius: 22px; background: #f2f3f4; box-shadow: 9px 9px 24px rgba(8, 45, 79, .09); }
.sales-page .guarantee-mark { width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid #8abbaa; border-radius: 50%; color: var(--green); background: white; font-size: 34px; font-weight: 800; }
.sales-page .guarantee-card .eyebrow { margin-bottom: 10px; }
.sales-page .guarantee-card h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); text-align: left; }
.sales-page .guarantee-card p:last-child { margin: 14px 0 0; color: var(--muted); }

@media (max-width: 860px) {
  .sales-page .bonus-grid { grid-template-columns: 1fr; max-width: 560px; }
  .sales-page .bonus-card { display: grid; grid-template-columns: 210px minmax(0, 1fr); }
  .sales-page .bonus-image { min-height: 0; }
  .sales-page .bonus-copy { border-top: 0; border-left: 1px solid #e1e4e5; }
  .sales-page .bonus-copy p { min-height: 0; }
}

@media (max-width: 720px) {
  .sales-page .main-product-card { grid-template-columns: 1fr; }
  .sales-page .main-product-section #system-title { font-size: clamp(40px, 10.5vw, 48px); font-weight: 900; }
  .sales-page .main-product-image { padding: 0; }
  .sales-page .main-product-copy { padding: 26px 22px 30px; }
  .sales-page .bonus-card { grid-template-columns: 42% 58%; }
  .sales-page .bonus-image { align-self: stretch; padding: 0; }
  .sales-page .bonus-copy { padding: 20px 16px; }
  .sales-page .bonus-copy h3 { font-size: 17px; }
  .sales-page .bonus-copy p { font-size: 12px; }
  .sales-page .bonus-anchor { align-items: flex-start; flex-direction: column; gap: 10px; }
  .sales-page .bonus-price-stack { justify-items: start; }
  .sales-page .plans-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .sales-page .plan-heading p { min-height: 0; }
  .sales-page .guarantee-card { grid-template-columns: 1fr; text-align: center; }
  .sales-page .guarantee-mark { margin: 0 auto; }
  .sales-page .guarantee-card h2 { text-align: center; }
}

@media (max-width: 440px) {
  .sales-page .bonus-card { grid-template-columns: 1fr; }
  .sales-page .bonus-image { padding: 0; }
  .sales-page .bonus-image img { width: 100%; }
  .sales-page .bonus-copy { border-top: 1px solid #e1e4e5; border-left: 0; }
}
