/* ==========================================================================
   Checklist Fácil da Reforma Tributária, Página de Vendas
   Mobile-first. Estrutura de seções e paleta de cores modeladas na página
   de vendas do concorrente (ver 05 - PAGINA DE VENDAS/PVdoConcorrente),
   com a copy e os componentes adaptados para a nossa oferta.
   ========================================================================== */

:root {
  /* Paleta extraída direto do CSS de produção da página do concorrente
     (materialseguro.site/mapa-facil-reformatributaria), ver
     PVdoConcorrente/css/post-1020.css */
  --navy: #0b2f5b;
  --green: #39b574;
  --green-badge-bg: #8cee7a;
  --green-badge-border: #00d310;
  --green-light-bg: #f0fdf4;
  --cream: #fff7e6;
  --blue-bg: #eff6ff;
  --near-white-blue: #f8fdff;
  --bg-soft: #f8fafc;
  --orange: #ea580c;
  --orange-bg: #fdf0e2;
  --red: #d30000;
  --red-bg: #ff2c2c;
  --yellow: #f1c40f;
  /* Cores exatas do bloco de hero do concorrente (badge + título multicolor) */
  --hero-pill-bg: #e7b66f;
  --hero-pill-border: #ce7628;
  --hero-pill-text: #202020;
  --hero-red: #e24b4a;
  --hero-black: #2c2c2a;
  --hero-blue: #378add;
  --hero-green: #3daa7a;
  --ink: #2e2e2e;
  --ink-soft: #64748b;
  --white: #ffffff;
  --border: rgba(41, 41, 41, 0.15);
  --shadow: 0 4px 16px rgba(11, 47, 91, 0.08);
  --radius: 15px;
  --max-width: 720px;
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

ul {
  list-style: none;
}

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding: 44px 0;
}

h1, h2, h3, h4 {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--navy);
  line-height: 1.25;
  font-weight: 700;
}

h2.section-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 8px;
}

.section-subtitle {
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.98rem;
  max-width: 560px;
  margin: 0 auto 32px;
}

.mark {
  background: linear-gradient(180deg, transparent 55%, var(--yellow) 55%);
  padding: 0 2px;
}

/* ---------- Barra de topo (urgência) ---------- */
.top-bar {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 16px;
  letter-spacing: 0.02em;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 18px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.02rem;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(57, 181, 116, 0.4);
}

.btn-secondary {
  background: var(--navy);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy);
}

.btn-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 10px;
}

.cta-wrap {
  margin-top: 24px;
}

/* ---------- Hero ---------- */
.hero {
  background: var(--bg-soft);
  padding: 40px 0 44px;
  text-align: center;
}

.hero-pill {
  display: inline-block;
  background: var(--hero-pill-bg);
  color: var(--hero-pill-text);
  border: 1px solid var(--hero-pill-border);
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.hero-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.hero-title-main {
  color: var(--hero-red);
  font-weight: 700;
}

.hero-title-black {
  color: var(--hero-black);
}

.hero-title-blue {
  color: var(--hero-blue);
}

.hero-title-green {
  color: var(--hero-green);
}

.hero-paragraph {
  color: var(--ink);
  font-size: 0.98rem;
  max-width: 560px;
  margin: 24px auto 28px;
}

.hero-paragraph strong {
  font-weight: 700;
}

.hero-image {
  max-width: 280px;
  margin: 0 auto 28px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  /* aspect-ratio reserva o espaço antes da imagem carregar (ou falhar) para
     não haver salto de layout (e a página "rolar sozinha") quando o
     placeholder entra no lugar */
  aspect-ratio: 1 / 1;
}

.hero-image img,
.hero-image .img-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-list {
  text-align: left;
  max-width: 460px;
  margin: 0 auto 20px;
  display: grid;
  gap: 6px;
}

.hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--ink);
}

.check-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  color: var(--green);
}

.hero-foot {
  font-size: 0.9rem;
  color: var(--ink);
  margin-top: 16px;
}

.inline-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 1px;
}

.hero-trust {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-top: 22px;
}

/* ---------- Prévia / mockup / carrossel infinito ---------- */
.preview {
  background: var(--cream);
}

.preview-title {
  color: var(--navy);
  font-weight: 700;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.preview-mockup {
  max-width: 300px;
  margin: 0 auto 28px;
  /* aspect-ratio reserva o espaço antes da imagem carregar (ou falhar) para
     não haver salto de layout (e a página "rolar sozinha") quando o
     placeholder entra no lugar */
  aspect-ratio: 1 / 1;
}

.preview-mockup img,
.preview-mockup .img-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Carrossel em loop contínuo (marquee): a trilha contém as 7 imagens duas
   vezes seguidas e desliza por -50% da própria largura, sem parar e sem
   precisar de clique, exatamente como no concorrente. */
.marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}

.marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: marquee-scroll 26s linear infinite;
}

.marquee-track figure {
  flex: 0 0 auto;
  width: 160px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  background: var(--white);
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

.preview-caption {
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.92rem;
  max-width: 480px;
  margin: 24px auto 0;
}

/* ---------- Features / "o que tem" ---------- */
.features {
  background: var(--bg-soft);
}

.features-grid {
  display: grid;
  gap: 16px;
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow);
}

.feature-icon {
  width: 64px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 16px;
  object-fit: contain;
}

.feature-card .img-placeholder {
  width: 64px;
  height: 64px;
  min-height: 0;
  aspect-ratio: 1 / 1;
  margin: 0 auto 16px;
  overflow: hidden;
  padding: 4px;
}

/* Caixa muito pequena para caber a descrição e o nome do arquivo do
   placeholder padrão: aqui só o ícone indica "imagem pendente". */
.feature-card .img-placeholder span:not(.icon) {
  display: none;
}

.feature-card h3 {
  color: var(--navy);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

/* ---------- Dor / identificação (painel navy, como no concorrente) --- */
.dor {
  background: var(--bg-soft);
}

.dor-panel {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 32px 20px;
}

.dor-panel h2.section-title {
  color: var(--white);
}

.dor-panel .section-subtitle {
  color: #c6cce0;
}

.dor-list {
  display: grid;
  gap: 14px;
  max-width: 500px;
  margin: 0 auto 28px;
}

.dor-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.95rem;
}

.dor-list .check-icon {
  color: var(--green-badge-bg);
}

/* ---------- Carrossel "pessoa usando o produto" (mesmo loop infinito
   do carrossel de páginas internas, com fotos em vez de páginas) ---- */
.photo-preview {
  background: var(--bg-soft);
  padding: 0;
}

.photo-marquee .marquee-track {
  animation-duration: 32s;
}

.photo-marquee .marquee-track figure {
  width: 220px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.photo-marquee .marquee-track img,
.photo-marquee .marquee-track .img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

/* ---------- Bloco de urgência ---------- */
.urgencia {
  background: var(--cream);
  text-align: center;
}

.urgencia-title {
  color: var(--navy);
  font-weight: 700;
}

.urgencia-subtext {
  color: var(--orange);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 24px;
}

/* ---------- Para quem é (6 cards, ícone de check repetido, como no
   concorrente: fundo #F8FAFC, card branco, borda translúcida, raio 20px,
   título navy uppercase) ---------- */
.ideal-para {
  background: var(--bg-soft);
}

.ideal-para-grid {
  display: grid;
  gap: 16px;
}

.ideal-card {
  background: var(--white);
  border: 1px solid rgba(46, 46, 46, 0.28);
  border-radius: 20px;
  padding: 24px 20px;
  text-align: center;
}

.check-icon-big {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  color: var(--green);
}

.ideal-card h3 {
  color: var(--navy);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ideal-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

/* ---------- O que você recebe (badge + headline + mockup + lista, como
   no concorrente: cores e proporções extraídas do CSS de produção dele) */
.receber {
  background: #ffe6e6;
}

.receber-heading {
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.receber-card {
  background: var(--cream);
  border: 1px solid #3fa7d6;
  border-radius: 20px;
  padding: 24px 20px;
}

.receber-badge-wrap {
  text-align: center;
}

.receber-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(140, 238, 122, 0.82);
  color: var(--white);
  border: 1px solid var(--green-badge-border);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 18px;
  border-radius: 999px;
  margin: 0 auto 16px;
}

.receber-title {
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 16px;
}

.receber-subtext {
  text-align: center;
  color: #1f2937;
  font-size: 0.95rem;
  max-width: 480px;
  margin: 0 auto 28px;
}

.receber-mockup {
  max-width: 340px;
  margin: 0 auto 32px;
  aspect-ratio: 1 / 1;
}

.receber-mockup img,
.receber-mockup .img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 20px;
  object-fit: cover;
}

.receber-list {
  max-width: 520px;
  margin: 0 auto;
}

.receber-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
  color: #1f2937;
}

.receber-list li:last-child {
  border-bottom: none;
}

.check-icon-list {
  flex-shrink: 0;
  color: var(--green);
  font-weight: 700;
}

/* ---------- Bônus (cores e proporções extraídas do CSS de produção do
   concorrente para este bloco específico) ---------- */
.bonus {
  background: #ffe6e6;
}

.bonus-heading {
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.bonus-subheadline {
  text-align: center;
  font-style: italic;
  font-weight: 600;
  color: #1f2937;
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.bonus-badge-wrap {
  text-align: center;
  margin-bottom: 28px;
}

.bonus-badge {
  display: inline-block;
  background: var(--red-bg);
  color: var(--white);
  border: 1px solid var(--red);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 18px;
  border-radius: 999px;
}

.bonus-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: var(--shadow);
}

.bonus-card .bonus-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  border: 1px solid var(--red);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 8px;
}

.bonus-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.bonus-thumb img,
.bonus-thumb .img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.bonus-card-content {
  padding: 18px 20px 22px;
}

.bonus-card h3 {
  color: var(--navy);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.bonus-card > .bonus-card-content > p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.bonus-checks {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.bonus-checks li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--ink);
}

.bonus-value {
  display: inline-block;
  background: #333333;
  border: 1px solid #59cd90;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 10px;
}

.bonus-value .old {
  text-decoration: line-through;
  color: #aab3cc;
  font-weight: 400;
  margin-right: 4px;
}

.bonus-value .free {
  color: var(--green-badge-bg);
}

.bonus-total {
  text-align: center;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 22px 20px;
  margin-top: 8px;
}

.bonus-total p.old-total {
  color: #d8ddec;
  font-size: 1rem;
}

.bonus-total .old {
  text-decoration: line-through;
}

.bonus-total p.today {
  color: var(--green-badge-bg);
  font-size: 1.3rem;
  font-weight: 700;
  margin: 6px 0 18px;
}

/* ---------- Oferta / planos (cores extraídas do CSS de produção do
   concorrente para esta seção específica) ---------- */
.oferta {
  background: var(--blue-bg);
}

.oferta-badge-wrap {
  text-align: center;
}

.oferta-badge {
  display: inline-block;
  background: var(--red-bg);
  color: var(--white);
  border: 1px solid var(--red);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.oferta-heading {
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.plans {
  display: grid;
  gap: 40px;
}

.plan-card {
  background: var(--white);
  border-radius: 15px;
  border: 1px solid rgba(41, 41, 41, 0.54);
  padding: 24px 20px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
}

.plan-card.featured {
  margin-top: 18px;
}

.plan-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green-badge-bg);
  border: 1px solid var(--green-badge-border);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 999px;
  white-space: nowrap;
}

.plan-badge-urgency {
  display: block;
  margin: 14px auto 0;
  width: fit-content;
}

.plan-title {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 14px 0 16px;
}

.plan-title.basico {
  color: var(--navy);
}

.plan-title.completo {
  color: #1f2937;
}

.plan-mockup {
  max-width: 260px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 16px;
}

.plan-mockup img,
.plan-mockup .img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 12px;
  object-fit: cover;
}

.plan-recebe {
  text-align: center;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.plan-bonus-badge {
  display: block;
  width: fit-content;
  margin: 0 auto 16px;
  background: var(--green-light-bg);
  border: 1px solid var(--green-badge-border);
  color: var(--green);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 999px;
}

.plan-includes {
  display: grid;
  gap: 0;
  margin-bottom: 18px;
}

.plan-includes li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(63, 63, 63, 0.23);
}

.plan-includes li:last-child {
  border-bottom: none;
}

.plan-includes .check-icon {
  color: var(--green);
  margin-top: 2px;
}

.plan-includes .bonus-line {
  font-weight: 600;
}

.plan-price-wrap {
  text-align: center;
  margin-bottom: 14px;
}

.plan-price-wrap .old-price {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.plan-price-wrap .old-price .old {
  text-decoration: line-through;
  color: var(--red);
}

.plan-price-wrap .new-price {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1.1;
}

.plan-price-wrap .save {
  font-size: 0.85rem;
  color: var(--ink);
}

.plan-nudge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #fef1be;
  border: 1px solid #fdca02;
  border-radius: 10px;
  padding: 16px;
  margin-top: 16px;
  text-align: center;
}

.plan-nudge p {
  color: #414141;
  font-weight: 700;
  font-size: 0.9rem;
}

.plan-nudge-arrow {
  width: 22px;
  height: 22px;
  color: #00c506;
}

.payment-icons {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  opacity: 0.85;
}

.payment-icons img {
  height: 20px;
  width: auto;
}

.oferta-foot-card {
  text-align: center;
  background: var(--white);
  border: 1px solid rgba(46, 46, 46, 0.28);
  border-radius: 20px;
  padding: 28px 24px;
  margin-top: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.oferta-foot-icon {
  width: 40px;
  height: 40px;
  color: var(--green);
  margin: 0 auto 16px;
}

.oferta-foot-card h3 {
  color: var(--ink);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.35;
  margin-bottom: 12px;
}

.oferta-foot-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

/* ---------- Prova social ---------- */
.social-proof {
  background: var(--white);
}

.social-proof-title {
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
}

.social-proof-grid {
  display: grid;
  gap: 20px;
  max-width: 380px;
  margin: 0 auto;
}

.social-proof-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.social-proof-card img {
  width: 100%;
  display: block;
}

/* ---------- Garantia ---------- */
.garantia {
  background: var(--near-white-blue);
}

.garantia-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.garantia-seal {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.garantia-list {
  display: grid;
  gap: 8px;
  text-align: left;
  max-width: 460px;
  margin: 10px auto 0;
}

.garantia-list li {
  display: flex;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.garantia-list .dot-icon {
  color: var(--navy);
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 8px;
}

/* ---------- Como funciona ---------- */
.como-funciona {
  background: var(--bg-soft);
}

.como-funciona-title {
  color: var(--navy);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

.como-funciona-title span {
  display: block;
  font-size: 0.55em;
  font-weight: 700;
  margin-top: 6px;
}

.como-funciona-steps {
  display: grid;
  gap: 16px;
}

.step {
  text-align: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 18px;
}

.step-icon {
  width: 56px;
  height: 56px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 auto 14px;
}

.step h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.step p {
  font-size: 0.88rem;
  color: var(--ink-soft);
}

/* ---------- FAQ ---------- */
.faq {
  background: var(--white);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 44px 16px 16px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--navy);
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--green);
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding: 0 16px 18px;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* ---------- CTA final ---------- */
.cta-final {
  background: var(--bg-soft);
  text-align: center;
}

.cta-final h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.cta-final p {
  color: var(--ink-soft);
  margin-bottom: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--white);
  border-top: 1px solid var(--border);
  color: var(--ink-soft);
  font-size: 0.76rem;
  text-align: center;
  padding: 28px 20px 40px;
}

footer.site-footer p {
  margin-bottom: 10px;
}

/* ---------- Placeholders de imagem ---------- */
.img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  background: repeating-linear-gradient(
    45deg,
    #eef2f6,
    #eef2f6 10px,
    #e2e8f0 10px,
    #e2e8f0 20px
  );
  border: 2px dashed var(--navy);
  border-radius: 10px;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 12px;
  min-height: 100%;
  width: 100%;
}

.img-placeholder .icon {
  font-size: 1.4rem;
}

.img-placeholder .file {
  font-family: monospace;
  font-size: 0.68rem;
  color: var(--ink-soft);
  word-break: break-all;
}

/* ---------- Desktop ---------- */
@media (min-width: 768px) {
  :root {
    --max-width: 980px;
  }

  section {
    padding: 72px 0;
  }

  h2.section-title {
    font-size: 2.1rem;
  }

  .receber-heading {
    font-size: 3.75rem;
  }

  .receber-title {
    font-size: 2.5rem;
  }

  .receber-subtext {
    font-size: 1.1rem;
    max-width: 560px;
  }

  .hero {
    padding: 64px 0 72px;
  }

  .hero-title {
    font-size: 2.6rem;
  }

  .hero-paragraph {
    font-size: 1.1rem;
    max-width: 640px;
  }

  .hero-image {
    max-width: 320px;
  }

  .btn {
    width: auto;
    padding: 18px 40px;
  }

  .cta-wrap {
    display: flex;
    justify-content: center;
  }

  .features-grid,
  .plans {
    grid-template-columns: 1fr 1fr;
  }

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

  .social-proof-grid {
    max-width: none;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }

  .plans {
    align-items: center;
  }

  .dor-list {
    max-width: 700px;
  }

  .receber-mockup {
    max-width: 420px;
  }

  .bonus-heading {
    font-size: 3.75rem;
  }

  .bonus-subheadline {
    font-size: 1.4rem;
  }

  .bonus-card {
    display: flex;
    align-items: stretch;
  }

  .bonus-thumb {
    width: 260px;
    flex-shrink: 0;
    aspect-ratio: auto;
  }

  .bonus-card-content {
    flex: 1;
  }

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

  .plan-card.featured {
    transform: scale(1.04);
  }

  .marquee-track figure {
    width: 220px;
  }

  .preview-mockup {
    max-width: 360px;
  }
}
