:root {
  --amora: #2A152D;
  --roxo: #4B2348;
  --roxo-2: #6B3A65;
  --argila: #A86F7A;
  --areia: #E5C9BD;
  --areia-2: #F7F0EA;
  --off: #FFF9F4;
  --taupe: #7B6471;
  --linha: rgba(75, 35, 72, .13);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--amora);
  background: var(--off);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
strong { color: var(--roxo); }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 72px 0; }
.center { text-align: center; }

.skip-link { position: absolute; top: -48px; left: 16px; z-index: 9999; padding: 10px 16px; border-radius: 999px; background: var(--roxo); color: var(--off); }
.skip-link:focus { top: 16px; }

/* Header minimalista: somente marca, sem CTA ou navegação concorrente */
.site-header { background: rgba(255,249,244,.98); border-bottom: 1px solid rgba(75,35,72,.08); }
.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav { display: flex; gap: 24px; font-size: 14px; color: var(--taupe); }
.nav a:hover { color: var(--roxo); }
.brand img { width: 198px; height: auto; }

.btn,
.hotmart-fb.hotmart__button-checkout.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 15px 25px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  background-image: none !important;
  text-decoration: none !important;
  text-align: center !important;
  font-family: var(--sans) !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  text-shadow: none !important;
  box-sizing: border-box !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary,
.hotmart-fb.hotmart__button-checkout.btn.btn-primary {
  background: var(--roxo) !important;
  color: var(--off) !important;
  border-color: var(--roxo) !important;
  box-shadow: 0 14px 32px rgba(75,35,72,.20) !important;
}
.btn-primary:hover,
.hotmart-fb.hotmart__button-checkout.btn.btn-primary:hover { background: var(--amora) !important; }
.btn-small,
.hotmart-fb.hotmart__button-checkout.btn.btn-small { min-height: 42px !important; padding: 10px 18px !important; font-size: 13px !important; }
.btn-ghost { background: transparent !important; color: var(--roxo) !important; border-color: var(--linha) !important; box-shadow: none !important; }
.btn-ghost:hover { background: var(--areia-2) !important; }
.btn-full { width: 100% !important; }

.section-hero {
  padding: 62px 0 68px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(229,201,189,.52), transparent 30%),
    radial-gradient(circle at 10% 88%, rgba(168,111,122,.10), transparent 30%),
    linear-gradient(135deg, #FFF9F4 0%, #F7F0EA 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  grid-template-areas:
    "copy visual"
    "conversion visual";
  gap: 20px 58px;
  align-items: center;
}
.hero-copy { grid-area: copy; align-self: end; }
.hero-visual { grid-area: visual; }
.hero-conversion { grid-area: conversion; align-self: start; max-width: 650px; }

.eyebrow { display: inline-flex; align-items: center; margin: 0 0 14px; color: var(--argila); font-size: 12px; font-weight: 800; letter-spacing: 2.1px; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.032em; }
h1 { font-size: clamp(42px, 4.35vw, 58px); max-width: 720px; }
h2 { font-size: clamp(30px, 3vw, 42px); }
h3 { font-size: 19px; }
p { margin: 0; color: rgba(42,21,45,.78); }
.lead { margin-top: 22px; max-width: 650px; font-size: 18px; }

.trust-row { display: flex; flex-wrap: wrap; gap: 9px; }
.trust-row span { border: 1px solid var(--linha); color: var(--taupe); padding: 8px 12px; border-radius: 999px; font-size: 13px; background: rgba(255,255,255,.52); }
.hero-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-top: 19px; }
.hero-price strong { font-family: var(--serif); font-size: 38px; line-height: 1; color: var(--roxo); }
.hero-price span { font-size: 13px; color: var(--taupe); font-weight: 700; }
.hero-conversion .btn { margin-top: 24px; }
.micro-trust { margin-top: 12px; font-size: 12.5px; color: var(--taupe); font-weight: 700; }

.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; isolation: isolate; }
.couple-photo-card { position: relative; z-index: 1; width: min(430px, 82vw); aspect-ratio: 1/1; display: grid; place-items: center; border-radius: 44px; background: radial-gradient(circle at 50% 50%, rgba(255,249,244,.88), rgba(247,240,234,.55)); box-shadow: 0 28px 78px rgba(42,21,45,.13); overflow: hidden; border: 1px solid rgba(75,35,72,.08); }
.couple-photo-card img { width: 103%; height: 103%; object-fit: contain; transform: translateY(8px); }
.hero-product-card { position: absolute; z-index: 2; left: 10px; bottom: 8px; width: min(195px, 35vw); border-radius: 20px; overflow: hidden; background: var(--areia-2); border: 1px solid rgba(75,35,72,.10); box-shadow: 0 22px 58px rgba(42,21,45,.16); transform: rotate(-.6deg); }
.hero-product-card img { width: 100%; height: auto; }

.recognition-section { background: var(--off); }
.recognition-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; }
.section-copy p { margin-top: 16px; font-size: 17px; }
.recognition-note { padding: 28px; border-radius: 24px; border: 1px solid var(--linha); background: var(--areia-2); box-shadow: 0 18px 60px rgba(42,21,45,.055); }
.recognition-note strong { display: block; margin-bottom: 10px; font-size: 18px; }

.section-heading { margin-bottom: 34px; }
.section-lead { max-width: 780px; margin: 16px auto 0; font-size: 17px; }
.steps-section { background: var(--areia-2); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step-card { padding: 27px; border-radius: 24px; border: 1px solid var(--linha); background: rgba(255,249,244,.90); box-shadow: 0 16px 50px rgba(42,21,45,.05); }
.step-card > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; margin-bottom: 40px; background: var(--argila); color: white; font-weight: 900; }
.step-card h3 { margin-bottom: 10px; }

.proof-section { background: var(--off); }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: start; }
.proof-card { margin: 0; border: 1px solid var(--linha); border-radius: 24px; overflow: hidden; background: white; box-shadow: 0 18px 54px rgba(42,21,45,.07); }
.proof-card img { width: 100%; aspect-ratio: 9/10; object-fit: cover; object-position: top; background: var(--areia-2); user-select: none; -webkit-user-drag: none; }
.proof-card figcaption { padding: 18px 20px 20px; display: grid; gap: 5px; }
.proof-card figcaption strong { font-size: 17px; }
.proof-card figcaption span { color: var(--taupe); font-size: 13px; }
.proof-card figcaption small { margin-top: 4px; color: var(--argila); font-size: 11px; font-weight: 800; letter-spacing: .4px; }
.proof-cta { margin-top: 30px; text-align: center; }
.proof-cta p { margin-top: 10px; color: var(--taupe); font-size: 12.5px; font-weight: 700; }

.value-offer-section { background: radial-gradient(circle at 10% 16%, rgba(168,111,122,.10), transparent 30%), var(--areia-2); }
.value-offer-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: start; }
.forms-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.forms-list span { padding: 8px 11px; border-radius: 999px; background: var(--off); border: 1px solid var(--linha); color: var(--roxo); font-size: 12.5px; font-weight: 700; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.benefit-grid article { padding: 18px 19px; border-radius: 18px; background: var(--off); border: 1px solid var(--linha); }
.benefit-grid strong { display: block; margin-bottom: 5px; }
.benefit-grid p { font-size: 14px; }
.price-box { position: static; padding: 30px; border-radius: 26px; background: var(--off); border: 1px solid var(--linha); box-shadow: 0 20px 60px rgba(42,21,45,.08); text-align: left; }
.price-label { display: block; color: var(--taupe); font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; font-size: 12px; }
.price { margin: 10px 0 6px; font-family: var(--serif); font-size: 64px; line-height: 1; color: var(--roxo); }
.price span { font-size: .42em; vertical-align: .72em; margin-right: 4px; }
.price-sub { margin-bottom: 18px; color: var(--taupe); font-weight: 700; }
.offer-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; }
.offer-list li { position: relative; padding-left: 27px; color: rgba(42,21,45,.80); }
.offer-list li::before { content: '✓'; position: absolute; left: 0; color: var(--argila); font-weight: 900; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.trust-strip span { padding: 7px 9px; border-radius: 999px; background: var(--areia-2); color: var(--taupe); font-size: 11.5px; font-weight: 700; }
.price-box small { display: block; margin-top: 13px; color: var(--taupe); font-size: 12px; }
.price-box small a { text-decoration: underline; text-underline-offset: 3px; }

.faq-section { background: var(--off); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border-radius: 20px; border: 1px solid var(--linha); background: var(--areia-2); }
.faq-list summary { cursor: pointer; list-style: none; padding: 20px 22px; font-weight: 800; color: var(--roxo); display: flex; justify-content: space-between; gap: 18px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-size: 23px; line-height: 1; }
.faq-list details[open] summary::after { content: '×'; }
.faq-list details p { padding: 0 22px 20px; }

.site-footer { background: var(--amora); color: var(--off); padding: 30px 0 44px; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.footer-brand { max-width: 390px; }
.site-footer p { margin-top: 4px; color: rgba(255,249,244,.68); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; max-width: 640px; font-size: 13px; }
.site-footer a { color: var(--areia); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .58s ease, transform .58s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .07s; }
.delay-2 { transition-delay: .14s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "visual" "conversion"; gap: 22px; }
  .hero-visual { min-height: 450px; margin-top: 4px; }
  .recognition-grid, .value-offer-grid, .faq-grid { grid-template-columns: 1fr; }
  .steps-grid, .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid .proof-card:last-child { grid-column: 1 / -1; width: min(520px,100%); justify-self: center; }
  .price-box { position: static; }
  .section { padding: 62px 0; }
}

@media (max-width: 680px) {
  .nav { display: none; }
  .container { width: min(100% - 28px, 1120px); }
  .header-inner { min-height: 60px; }
  .brand img { width: 164px; }
  .section-hero { padding: 36px 0 44px; }
  h1 { font-size: clamp(34px,9.4vw,44px); line-height: 1.05; }
  h2 { font-size: clamp(27px,7.4vw,35px); line-height: 1.10; }
  .lead, .section-copy p, .section-lead { font-size: 16px; }
  .hero-grid { gap: 18px; }
  .hero-visual { min-height: 336px; margin-top: 4px; }
  .couple-photo-card { width: min(300px,82vw); border-radius: 30px; }
  .hero-product-card { width: min(122px,33vw); left: 2%; bottom: 0; border-radius: 14px; }
  .trust-row { gap: 7px; margin-top: 4px; }
  .trust-row span { font-size: 11.3px; padding: 7px 9px; }
  .hero-price { margin-top: 18px; }
  .hero-price strong { font-size: 35px; }
  .hero-conversion .btn { width: 100% !important; margin-top: 21px; }
  .micro-trust { text-align: center; }
  .steps-grid, .proof-grid, .benefit-grid { grid-template-columns: 1fr; }
  .proof-grid .proof-card:last-child { grid-column: auto; width: 100%; }
  .proof-card img { aspect-ratio: 9/10; }
  .recognition-note, .step-card, .price-box { padding: 21px; }
  .price { font-size: 58px; }
  .footer-inner { flex-direction: column; }
  .footer-links { justify-content: flex-start; flex-direction: column; gap: 8px; }
  .site-footer { padding-bottom: 44px; }
}

/* Páginas legais existentes */
.legal-main { background: radial-gradient(circle at 90% 10%, rgba(229,201,189,.42), transparent 28%), linear-gradient(180deg, var(--off) 0%, var(--areia-2) 100%); }
.legal-hero { padding: 64px 0 28px; }
.legal-hero h1 { font-size: clamp(36px,3.6vw,52px); }
.legal-hero p { margin-top: 14px; max-width: 740px; font-size: 17px; }
.legal-content { padding: 30px 0 82px; }
.legal-card { background: rgba(255,249,244,.78); border: 1px solid var(--linha); border-radius: 28px; box-shadow: 0 18px 60px rgba(42,21,45,.055); padding: 40px; }
.legal-card h2 { margin-top: 30px; font-size: clamp(26px,2.25vw,34px); }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { font-size: 16.5px; color: rgba(42,21,45,.78); }
.legal-card p { margin-top: 12px; }
.legal-card ul { margin: 14px 0 0; padding-left: 22px; }
.legal-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 680px) {
  .legal-hero { padding: 44px 0 18px; }
  .legal-content { padding: 24px 0 82px; }
  .legal-card { padding: 24px; }
  .legal-card p, .legal-card li { font-size: 16px; }
}

/* V5 — Modo Guiado como diferencial de valor */
.mode-badge {
  margin-top: 22px;
  max-width: 650px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 8px 10px;
  padding: 12px 15px;
  border: 1px solid rgba(168,111,122,.24);
  border-radius: 18px;
  background: rgba(255,249,244,.76);
  box-shadow: 0 12px 34px rgba(42,21,45,.05);
}
.mode-badge > span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--argila);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.mode-badge strong { font-size: 14px; white-space: nowrap; }
.mode-badge p { grid-column: 3; font-size: 13px; color: var(--taupe); }
.trust-row .trust-mode { color: var(--roxo); border-color: rgba(168,111,122,.34); background: rgba(229,201,189,.30); font-weight: 800; }

.guided-mode-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(168,111,122,.13), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(229,201,189,.42), transparent 28%),
    linear-gradient(135deg, #F7F0EA 0%, #FFF9F4 100%);
}
.guided-mode-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 58px;
  align-items: center;
}
.guided-copy h2 { max-width: 610px; }
.guided-lead { margin-top: 18px; max-width: 650px; font-size: 17px; }
.guided-benefits { margin-top: 28px; display: grid; gap: 10px; }
.guided-benefits article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 15px 16px;
  border: 1px solid var(--linha);
  border-radius: 17px;
  background: rgba(255,249,244,.72);
}
.guided-benefits article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(168,111,122,.13);
  color: var(--argila);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .7px;
}
.guided-benefits strong { display: block; margin-bottom: 3px; font-size: 15px; }
.guided-benefits p { font-size: 13px; color: var(--taupe); }
.guided-note {
  margin-top: 20px;
  padding: 17px 18px;
  border-left: 3px solid var(--argila);
  border-radius: 0 16px 16px 0;
  background: rgba(255,249,244,.60);
}
.guided-note strong { display: block; margin-bottom: 3px; }
.guided-note p { font-size: 13px; color: var(--taupe); }

.guided-visual {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}
.guided-page-card {
  position: absolute;
  left: 3%;
  top: 18px;
  width: min(340px, 70%);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(75,35,72,.10);
  background: var(--off);
  box-shadow: 0 24px 70px rgba(42,21,45,.16);
  transform: rotate(-1.4deg);
}
.guided-page-card img { width: 100%; height: auto; }
.guided-flow-card {
  position: absolute;
  right: 0;
  bottom: 18px;
  z-index: 2;
  width: min(315px, 70%);
  padding: 23px;
  border-radius: 24px;
  border: 1px solid rgba(75,35,72,.12);
  background: rgba(255,249,244,.97);
  box-shadow: 0 24px 64px rgba(42,21,45,.16);
}
.flow-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--argila);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.guided-flow-card ol { list-style: none; padding: 0; margin: 0; counter-reset: flow; display: grid; gap: 14px; }
.guided-flow-card li { position: relative; padding-left: 38px; counter-increment: flow; }
.guided-flow-card li::before {
  content: counter(flow);
  position: absolute;
  left: 0;
  top: 1px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--roxo);
  color: var(--off);
  font-size: 11px;
  font-weight: 900;
}
.guided-flow-card li strong { display: block; font-size: 14px; }
.guided-flow-card li span { display: block; margin-top: 1px; color: var(--taupe); font-size: 12px; line-height: 1.4; }

.value-guided-callout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: start;
  padding: 17px 18px;
  border-radius: 18px;
  border: 1px solid rgba(168,111,122,.24);
  background: rgba(255,249,244,.76);
}
.value-guided-callout > span,
.included-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--argila);
  color: white;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.value-guided-callout strong { display: block; margin-bottom: 3px; }
.value-guided-callout p { font-size: 13.5px; color: var(--taupe); }
.included-badge { margin-top: 10px; background: rgba(168,111,122,.14); color: var(--roxo); letter-spacing: .7px; }

@media (max-width: 980px) {
  .guided-mode-grid { grid-template-columns: 1fr; gap: 32px; }
  .guided-visual { min-height: 470px; width: min(620px, 100%); justify-self: center; }
}

@media (max-width: 680px) {
  .mode-badge { grid-template-columns: auto 1fr; gap: 7px 9px; margin-top: 18px; padding: 11px 12px; }
  .mode-badge strong { white-space: normal; font-size: 13px; }
  .mode-badge p { grid-column: 1 / -1; font-size: 12px; }
  .guided-mode-section { padding-top: 58px; padding-bottom: 58px; }
  .guided-lead { font-size: 16px; }
  .guided-benefits article { grid-template-columns: 36px 1fr; padding: 14px; }
  .guided-benefits article > span { width: 34px; height: 34px; }
  .guided-visual { min-height: 420px; margin-top: 4px; }
  .guided-page-card { left: 0; top: 0; width: 74%; border-radius: 18px; }
  .guided-flow-card { right: 0; bottom: 0; width: 76%; padding: 18px; border-radius: 20px; }
  .guided-flow-card li { padding-left: 34px; }
  .value-guided-callout { padding: 15px; }
}

/* ==========================================================
   V5 REVISADA — QA visual/mobile + Modo Guiado valorizado
   ========================================================== */

/* Hero: o arquivo do casal possui cantos pretos embutidos.
   A máscara circular elimina o artefato sem alterar a foto. */
.couple-photo-card {
  border-radius: 50%;
  background: #F7F0EA;
  box-shadow: 0 24px 70px rgba(42,21,45,.12), 0 0 0 14px rgba(229,201,189,.20);
}
.couple-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  border-radius: 50%;
  clip-path: circle(49.2% at 50% 50%);
}

/* Diferencial do hero: benefício primeiro, tecnologia depois. */
.mode-badge {
  grid-template-columns: auto 1fr;
  gap: 6px 10px;
  border-color: rgba(168,111,122,.34);
  background: linear-gradient(135deg, rgba(255,249,244,.96), rgba(229,201,189,.28));
}
.mode-badge strong { white-space: normal; font-size: 15px; }
.mode-badge p { grid-column: 1 / -1; font-size: 12.5px; font-weight: 700; }

/* Modo Guiado: visual sem posicionamento absoluto e sem alturas artificiais. */
.guided-mode-section {
  background:
    radial-gradient(circle at 10% 14%, rgba(168,111,122,.15), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(229,201,189,.55), transparent 32%),
    linear-gradient(135deg, #F7F0EA 0%, #FFF9F4 100%);
}
.guided-mode-grid { align-items: center; }
.guided-copy h2 { max-width: 690px; }
.guided-lead { max-width: 690px; }
.guided-note-v2 { background: rgba(255,249,244,.82); }
.guided-visual {
  position: static;
  min-height: 0;
  display: grid;
  gap: 14px;
  width: 100%;
  place-items: stretch;
}
.guided-demo-card {
  border: 1px solid rgba(75,35,72,.13);
  border-radius: 26px;
  padding: 24px;
  background: rgba(255,249,244,.98);
  box-shadow: 0 24px 70px rgba(42,21,45,.12);
}
.guided-demo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--linha);
}
.guided-demo-top > span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--roxo);
  color: var(--off);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.guided-demo-top small { color: var(--taupe); font-size: 11px; font-weight: 700; }
.guided-demo-message { margin-top: 20px; padding: 16px 17px; border-radius: 18px; background: var(--areia-2); }
.guided-demo-message strong { display: block; margin-bottom: 5px; font-size: 13px; }
.guided-demo-message p { font-size: 14px; line-height: 1.48; }
.guided-demo-options { display: grid; gap: 9px; margin-top: 12px; }
.guided-demo-option {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid var(--linha);
  border-radius: 15px;
  background: #fff;
}
.guided-demo-option > span {
  width: 28px; height: 28px; display: grid; place-items: center;
  border-radius: 50%; border: 1px solid rgba(168,111,122,.45);
  color: var(--argila); font-size: 12px; font-weight: 900;
}
.guided-demo-option p { font-size: 12.5px; line-height: 1.4; }
.guided-demo-foot {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 9px;
  align-items: center;
  margin-top: 14px;
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(168,111,122,.08);
}
.guided-demo-foot > span { color: var(--argila); font-weight: 900; }
.guided-demo-foot p { font-size: 12px; font-weight: 700; color: var(--roxo); }
.guided-book-strip {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 15px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(75,35,72,.11);
  border-radius: 20px;
  background: rgba(255,249,244,.88);
}
.guided-book-strip img {
  width: 98px;
  height: 92px;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  border: 1px solid rgba(75,35,72,.08);
}
.guided-book-strip strong { display: block; font-size: 13.5px; }
.guided-book-strip p { margin-top: 3px; font-size: 12px; line-height: 1.4; color: var(--taupe); }

/* Provas do material: mobile compacto e imagens carregadas sem "buracos". */
.proof-card img { background: #F7F0EA; }

@media (max-width: 980px) {
  .guided-mode-grid { gap: 28px; }
  .guided-visual { min-height: 0; width: min(650px, 100%); justify-self: center; }
}

@media (max-width: 680px) {
  .section { padding: 52px 0; }
  .section-hero { padding: 32px 0 44px; }
  .hero-grid { gap: 14px; }
  .hero-visual { min-height: 300px; margin-top: 0; }
  .couple-photo-card { width: min(270px, 76vw); border-radius: 50%; box-shadow: 0 18px 52px rgba(42,21,45,.11), 0 0 0 9px rgba(229,201,189,.20); }
  .hero-product-card { width: min(112px,31vw); left: 3%; bottom: 2px; }
  .mode-badge { margin-top: 16px; padding: 11px 12px; }
  .mode-badge p { font-size: 11.5px; }

  .guided-mode-section { padding-top: 50px; padding-bottom: 50px; }
  .guided-mode-grid { gap: 24px; }
  .guided-lead { font-size: 15.5px; }
  .guided-benefits { margin-top: 22px; gap: 8px; }
  .guided-benefits article { padding: 12px 13px; }
  .guided-benefits p { font-size: 12.5px; }
  .guided-note { margin-top: 15px; }
  .guided-visual { min-height: 0; margin-top: 0; gap: 11px; }
  .guided-demo-card { padding: 16px; border-radius: 20px; }
  .guided-demo-top { padding-bottom: 12px; }
  .guided-demo-message { margin-top: 14px; padding: 13px 14px; }
  .guided-demo-message p { font-size: 13px; }
  .guided-demo-option { padding: 9px 10px; }
  .guided-demo-option p { font-size: 11.5px; }
  .guided-book-strip { grid-template-columns: 76px 1fr; gap: 11px; padding: 10px; border-radius: 16px; }
  .guided-book-strip img { width: 76px; height: 72px; border-radius: 9px; }
  .guided-book-strip strong { font-size: 12.5px; }
  .guided-book-strip p { font-size: 11px; }

  .proof-section .section-heading { margin-bottom: 24px; }
  .proof-grid { grid-template-columns: 1fr; gap: 12px; }
  .proof-grid .proof-card,
  .proof-grid .proof-card:last-child {
    width: 100%;
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 180px;
    align-items: stretch;
  }
  .proof-card img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 12%;
  }
  .proof-card figcaption {
    padding: 16px 15px;
    align-content: center;
    gap: 5px;
  }
  .proof-card figcaption strong { font-size: 15px; line-height: 1.25; }
  .proof-card figcaption span { font-size: 11.8px; line-height: 1.48; }
  .proof-card figcaption small { font-size: 11px; line-height: 1.35; }
  .proof-cta { margin-top: 22px; }
}
