/* Previa V10 (5J): zero travessao em todo o arquivo; selos de confianca em
   UMA linha abaixo do botao (mobile e desktop); textos de Opcao 1/2 e do
   bloco de autoridade levemente maiores. Base: V9 aprovada. UTF-8 limpo. */
:root {
  --azul: #173B63; --azul-prof: #0F2440; --azul-claro: #DCE8F3;
  --marfim: #F7F1E6; --dourado: #C9A24A; --vinho: #6F2635;
  --verde: #1E7B3C; --verde-forte: #16A34A; --verde-esc: #15803D;
  --carvao: #24211D; --branco: #FFFFFF; --selo: #3A3F45;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', -apple-system, Roboto, Arial, sans-serif; color: var(--carvao); background: var(--branco); line-height: 1.42; font-size: 16px; }
.wrap { max-width: 620px; margin: 0 auto; padding: 0 18px; }
section { padding: 46px 0; }
.s-branco { background: var(--branco); }
.s-marfim { background: var(--marfim); }
.s-claro { background: var(--azul-claro); }
.s-escuro { background: var(--azul-prof); color: var(--branco); }

h2.tb { text-align: center; font-size: 22px; line-height: 1.2; margin-bottom: 26px; font-weight: 900; letter-spacing: -.3px; }
h2.tb .hi { color: var(--dourado); }
h2.tb .hi-vinho { color: #B85C6E; }
.sub-tb { text-align: center; margin: -18px 0 26px; font-size: 15px; }

.ph { background: linear-gradient(165deg, #F4F7FB, #E6EDF4); border: 1px dashed #B9C9DB; border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; padding: 14px; min-height: 180px; color: #7A8AA0; box-shadow: 0 4px 12px rgba(23,59,99,.08); }
.ph.dark-ok { background: linear-gradient(165deg, #21456E, #16304F); border-color: #4A6B95; color: #9FB6D0; }
.ph .ph-tag { font-size: 10px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.ph .ph-desc { font-size: 12px; max-width: 260px; line-height: 1.3; }

/* HERO */
.hero { padding-top: 12px; padding-bottom: 0; }
.logo { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 0 12px; }
.logo svg { width: 34px; height: 34px; }
.logo .wordmark { font-weight: 900; font-size: 17px; color: var(--azul); }
.logo .wordmark em { font-style: normal; color: var(--dourado); }
.logo img { height: 62px; width: auto; display: block; }
.sobrancelha { background: var(--vinho); color: var(--branco); text-align: center; font-size: 15px; font-weight: 700; padding: 12px 16px; }
.hero h1 { text-align: center; font-size: 27px; line-height: 1.22; margin: 26px 0 12px; font-weight: 900; letter-spacing: -.4px; }
.hero h1 .hi { color: var(--dourado); }
.hero .sub { text-align: center; font-weight: 800; font-size: 16px; margin-bottom: 16px; }
.hero .bullets { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 24px; list-style: none; }
.hero .bullets li { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; background: var(--marfim); border: 1.5px solid #E5D9BC; border-radius: 999px; padding: 8px 16px; font-size: 13.5px; font-weight: 700; color: #55431f; box-shadow: 0 2px 6px rgba(201,162,74,.18); }
.hero .bullets li::before { content: "\2713"; color: var(--verde); font-weight: 900; flex: 0 0 auto; }
.hero-img { position: relative; }
.hero-img img { width: 100%; height: auto; display: block; }

/* RUMINACAO */
.rumina-headline { text-align: center; font-size: 23px; font-weight: 900; line-height: 1.25; margin-bottom: 26px; color: var(--branco); }
.rumina-headline .hi { color: var(--dourado); }
.foto-dor { margin: 0 6px; }
.foto-dor img { width: 100%; height: auto; display: block; }
.b1 { top: -14px; left: -6px; transform: rotate(-2deg); }
.b2 { top: 26%; right: -8px; transform: rotate(2deg); }
.b3 { top: 55%; left: -8px; transform: rotate(-1.5deg); }
.b4 { bottom: -16px; right: -4px; transform: rotate(2deg); }
.card-transicao { background: var(--marfim); color: var(--carvao); border-radius: 20px; padding: 26px 20px; text-align: center; margin-top: 46px; box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.card-transicao .alerta-svg { width: 56px; height: 56px; margin-bottom: 8px; }
.card-transicao p { font-size: 16px; margin-bottom: 10px; }
.card-transicao .sublinhado { text-decoration: underline; text-decoration-color: var(--dourado); text-decoration-thickness: 3px; font-weight: 800; }
.card-transicao .sim b { color: var(--vinho); }

/* PASSOS: conector simples aprovado (fallback) */
.passos-grid { display: grid; }
.card-passo { background: var(--branco); border-radius: 20px; padding: 30px 20px 26px; text-align: center; box-shadow: 0 4px 16px rgba(23,59,99,.12); }
.card-passo svg.grande { width: 104px; height: 104px; }
.card-passo .num { display: inline-block; background: var(--azul); color: #fff; font-weight: 900; font-size: 13px; border-radius: 999px; padding: 7px 20px; margin: 12px 0 8px; letter-spacing: 1.2px; box-shadow: 0 3px 8px rgba(23,59,99,.3); }
.card-passo h3 { font-size: 18.5px; margin-bottom: 5px; color: var(--azul); font-weight: 900; }
.card-passo p { font-size: 14.5px; color: #4a4a4a; }
.conector { display: flex; justify-content: center; align-items: center; padding: 10px 0; }
.conector .circ { width: 46px; height: 46px; border-radius: 50%; background: var(--dourado); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(201,162,74,.4); }
.conector .circ svg { width: 24px; height: 24px; stroke: #3d2f10; stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* BENEFICIOS */
.grid-ben { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.card-ben { background: var(--branco); border-radius: 18px; padding: 22px 14px 18px; text-align: center; box-shadow: 0 4px 14px rgba(23,59,99,.12); }
.card-ben svg { width: 88px; height: 88px; margin-bottom: 8px; }
.card-ben h3 { font-size: 15px; font-weight: 900; color: var(--azul); margin-bottom: 4px; line-height: 1.2; }
.card-ben p { font-size: 12.5px; color: #5a5a5a; }

/* ENTREGAVEIS / MATERIAIS */
.card-entrega { background: var(--branco); border-radius: 22px; box-shadow: 0 6px 22px rgba(23,59,99,.14); margin-bottom: 22px; padding: 24px 20px; }
.card-entrega h3 { font-size: 20px; color: var(--azul); margin-bottom: 8px; font-weight: 900; line-height: 1.22; }
.card-entrega p { font-size: 15px; color: #3f3f3f; margin-bottom: 16px; }
.card-entrega .painel { background: linear-gradient(165deg, #FBFCFE, #ECF1F7); border: 1px solid #E2E9F1; border-radius: 16px; padding: 16px; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 1px 3px rgba(23,59,99,.05); }
.card-entrega .painel .ph { width: 100%; min-height: 225px; box-shadow: none; border-color: #C4D2E0; }
.card-entrega .painel img { width: 100%; height: auto; display: block; }
.card-apoio { background: var(--branco); border-radius: 20px; box-shadow: 0 4px 14px rgba(23,59,99,.12); margin-bottom: 18px; padding: 20px 18px; }
.card-apoio .mini { font-size: 10.5px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; color: #73777C; }
.card-apoio h3 { font-size: 17px; color: var(--azul); margin: 3px 0 6px; font-weight: 900; line-height: 1.25; }
.card-apoio p { font-size: 14px; color: #4a4a4a; margin-bottom: 14px; }
.card-apoio .painel { background: linear-gradient(165deg, #FBFCFE, #ECF1F7); border: 1px solid #E2E9F1; border-radius: 14px; padding: 12px; display: flex; justify-content: center; }
.card-apoio .painel img { max-width: 100%; max-height: 210px; width: auto; height: auto; display: block; }
.card-apoio .painel .ph { min-height: 165px; width: 100%; box-shadow: none; border-color: #C4D2E0; }

/* PARA QUEM E */
.card-pquem { background: var(--azul-prof); color: var(--branco); border-radius: 22px; padding: 26px 22px; box-shadow: 0 8px 24px rgba(15,36,64,.35); }
.card-pquem h2 { font-size: 20px; font-weight: 900; margin-bottom: 18px; }
.card-pquem h2 .hi { color: var(--dourado); }
.pquem-flex { display: flex; flex-direction: column; gap: 18px; }
.pquem-flex .pquem-foto { width: 100%; height: auto; display: block; border-radius: 14px; box-shadow: 0 6px 18px rgba(0,0,0,.35); }
.checklist { list-style: none; display: grid; gap: 11px; }
.checklist li { padding-left: 30px; position: relative; font-size: 15.5px; font-weight: 600; }
.checklist li svg { position: absolute; left: 0; top: 1px; width: 20px; height: 20px; }
.enfim { text-align: center; font-weight: 800; font-size: 15.5px; margin-top: 20px; }
.enfim b { color: var(--azul); }

/* RECAPITULANDO: compacto e menor (5I) */
.recap-lista { background: var(--branco); border-radius: 16px; padding: 4px 16px; box-shadow: 0 4px 16px rgba(23,59,99,.12); max-width: 560px; margin: 0 auto; }
.recap-item { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 7px 2px; border-bottom: 1px solid #ECEFF4; font-size: 13.5px; font-weight: 700; color: #2c2c2c; }
.recap-item:last-child { border-bottom: 0; }
.recap-item .chk { flex: 0 0 16px; }
.recap-item .chk svg { width: 16px; height: 16px; display: block; }
.recap-item .nome { flex: 1; line-height: 1.25; }
.recap-item .v { text-decoration: line-through; text-decoration-color: #C0392B; text-decoration-thickness: 2px; color: #C0392B; white-space: nowrap; font-weight: 800; font-size: 14px; }
.recap-total { text-align: center; margin: 16px 0 2px; font-size: 15.5px; font-weight: 800; color: #333; }
.recap-total .risco { font-size: 24px; font-weight: 900; color: #C0392B; text-decoration: line-through; text-decoration-thickness: 3px; margin-left: 6px; }
.recap-virada { text-align: center; font-size: 17px; font-weight: 900; margin-top: 10px; }
.recap-virada .hi { color: #1C7439; } /* a11y: 4.67:1 sobre o azul claro da seção */

/* OFERTA: unidade de compra (coluna comercial explicita) */
.card-oferta { background: var(--branco); border-radius: 26px; padding: 30px 22px; text-align: center; box-shadow: 0 12px 34px rgba(0,0,0,.45); }
.ph-stack { position: relative; min-height: 270px; margin-bottom: 10px; }
.ph-stack .stack-img { width: 100%; height: auto; display: block; }
.stack-shapes { position: relative; width: 265px; height: 150px; margin-bottom: 4px; }
.stack-shapes span { position: absolute; border-radius: 9px; border: 2px solid #B4C4D6; background: linear-gradient(160deg,#F4F8FC,#E2EAF2); box-shadow: 0 5px 12px rgba(23,59,99,.15); }
.stack-shapes .s1 { width: 106px; height: 146px; left: 80px; top: 0; z-index: 4; border-color: var(--dourado); }
.stack-shapes .s2 { width: 84px; height: 112px; left: 12px; top: 20px; z-index: 3; }
.stack-shapes .s3 { width: 84px; height: 112px; right: 12px; top: 20px; z-index: 3; }
.stack-shapes .s4 { width: 58px; height: 84px; left: -8px; top: 44px; z-index: 2; opacity: .7; }
.stack-shapes .s5 { width: 58px; height: 84px; right: -8px; top: 44px; z-index: 2; opacity: .7; }
.stack-shapes .s6 { width: 195px; height: 26px; left: 35px; bottom: -12px; z-index: 1; border-radius: 6px; }
.divisor-trace { border: 0; border-top: 2px dashed #D8DEE8; margin: 16px 12px; }
.oferta-logo { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 14px 0 4px; }
.oferta-logo svg { width: 38px; height: 38px; }
.oferta-logo .wordmark { font-weight: 900; font-size: 20px; color: var(--carvao); }
.oferta-logo .wordmark em { font-style: normal; color: var(--dourado); }
.oferta-logo img { height: 62px; width: auto; display: block; }
.de-por { font-size: 19px; color: #444; font-weight: 600; }
.de-por .risco { text-decoration: line-through; text-decoration-thickness: 3px; color: #333; font-weight: 800; }
.preco-vista { font-size: 54px; font-weight: 900; color: var(--verde-forte); letter-spacing: -2px; line-height: 1.05; margin: 6px 0 2px; }
.preco-parcela { font-size: 16px; font-style: italic; color: #666; margin-bottom: 18px; }
/* a11y: fundo do CTA usa --verde-esc (5.02:1 com branco). --verde-forte dava 3.3:1 e reprovava no WCAG AA. */
.btn { display: inline-block; width: 100%; max-width: 440px; background: var(--verde-esc); color: var(--branco); font-size: 18px; font-weight: 900; text-decoration: none; padding: 19px 20px; border-radius: 14px; box-shadow: 0 6px 18px rgba(22,163,74,.4); text-transform: uppercase; letter-spacing: .3px; }
.btn:hover { background: #116B32; }
/* Selos de confianca (5J): SEMPRE os 3 em UMA linha, centralizados, logo
   abaixo do botao; reduzidos para caber sem quebrar em nenhum viewport. */
.selos-trio { margin-top: 16px; display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: nowrap; }
.selos-trio .selo { display: flex; align-items: center; gap: 5px; flex: 0 1 auto; min-width: 0; white-space: nowrap; }
.selos-trio svg { width: 27px; height: 27px; flex: 0 0 auto; }
.selos-trio .txt { text-align: left; font-size: 10.5px; line-height: 1.12; color: var(--selo); }
.selos-trio .txt b { display: block; font-size: 11px; }

/* COMO ACESSAR */
.passos-acesso { display: grid; gap: 14px; }
.card-acesso { background: var(--branco); border-radius: 18px; padding: 24px 16px; text-align: center; box-shadow: 0 3px 12px rgba(23,59,99,.1); }
.card-acesso svg { width: 66px; height: 66px; }
.card-acesso h3 { font-size: 14.5px; margin: 10px 0 5px; color: var(--azul); letter-spacing: .5px; font-weight: 900; }
.card-acesso p { font-size: 13.5px; color: #555; }
.card-acesso .hl { background: var(--dourado); color: #3d2f10; font-weight: 800; padding: 1px 6px; border-radius: 5px; }

/* AUTORIDADE: composicao V5 com hierarquia (5I); texto maior (5J) */
.aut-card { background: var(--azul-prof); color: var(--branco); border-radius: 22px; padding: 30px 26px; box-shadow: 0 8px 24px rgba(15,36,64,.35); }
.aut-card h2 { font-size: 21px; font-weight: 900; text-align: center; margin-bottom: 16px; }
.aut-card h2 .hi { color: var(--dourado); }
.aut-flex { display: flex; flex-direction: column; gap: 20px; align-items: center; }
.aut-texto p { font-size: 16px; line-height: 1.5; color: #E4EBF3; margin-bottom: 11px; }
.aut-foto { flex: 0 0 auto; width: 190px; height: 190px; border-radius: 50%; overflow: hidden; border: 4px solid var(--dourado); }
.aut-foto .ph { min-height: 182px; height: 182px; border-radius: 50%; }
.aut-foto img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* OPCOES: texto levemente maior (5J) */
.opcoes { display: grid; gap: 34px; margin: 34px 0 20px; position: relative; }
.ou { display: none; }
.opcao { position: relative; border-radius: 18px; padding: 32px 20px 24px; font-size: 16.5px; line-height: 1.45; text-align: center; box-shadow: 0 8px 22px rgba(0,0,0,.14); }
.opcao-1 { background: #F7ECEE; }
.opcao-2 { background: #EBF5ED; }
.opcao .tag-op { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); font-size: 14px; font-weight: 900; padding: 10px 22px; border-radius: 999px; color: var(--branco); box-shadow: 0 4px 12px rgba(0,0,0,.25); white-space: nowrap; }
.opcao-1 .tag-op { background: var(--vinho); }
.opcao-1 .tag-op::before { content: "\2717 "; }
.opcao-2 .tag-op { background: var(--verde); }
.opcao-2 .tag-op::before { content: "\2713 "; }
.opcao b { color: var(--carvao); }
.conversa .destaque { text-align: center; font-weight: 900; font-size: 18.5px; margin: 18px 0 8px; }
.conversa .destaque .hi { color: var(--vinho); }
.conversa p { text-align: center; font-size: 15px; }

/* FAQ */
details.faq { background: #EDF1F7; border-radius: 16px; margin-bottom: 10px; overflow: hidden; }
details.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 12px; padding: 15px 16px; font-weight: 800; font-size: 15px; color: var(--azul); }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary .mais { flex: 0 0 26px; height: 26px; border-radius: 50%; background: var(--branco); display: flex; align-items: center; justify-content: center; font-weight: 900; color: var(--azul); box-shadow: 0 2px 5px rgba(0,0,0,.12); }
details.faq[open] summary .mais::before { content: "\2212"; }
details.faq:not([open]) summary .mais::before { content: "+"; }
details.faq .resp { padding: 0 18px 15px 54px; font-size: 14px; color: #444; }

/* RODAPE */
footer { background: var(--carvao); color: #cfc8bd; text-align: center; padding: 40px 20px 34px; font-size: 12px; line-height: 1.7; }
.foot-logo { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 26px; }
.foot-logo svg { width: 30px; height: 30px; }
.foot-logo .wordmark { font-weight: 900; font-size: 16px; color: var(--branco); }
.foot-logo .wordmark em { font-style: normal; color: var(--dourado); }
.foot-logo img { height: 58px; width: auto; display: block; }
footer .legais { max-width: 560px; margin: 0 auto; }
footer .devocional { margin-top: 12px; font-style: italic; color: #e5ddcf; }

/* ===== Acessibilidade: contraste do dourado =====
   O dourado --dourado (#C9A24A) passa com folga sobre o azul escuro (6.5:1) e NÃO é alterado lá.
   Sobre fundo claro ele dava 2.4:1 (mínimo 3 para texto grande), então é escurecido só nesses casos. */
.hero h1 .hi,
.s-branco h2.tb .hi,
.s-marfim h2.tb .hi,
.s-claro h2.tb .hi { color: #A2823B; }

/* DESKTOP */
@media (min-width: 700px) {
  .wrap { max-width: 780px; }
  .logo img { height: 84px; }
  .foto-dor img { max-width: 520px; margin-left: auto; margin-right: auto; }
  .oferta-logo img { height: 74px; }
  .foot-logo img { height: 70px; }
  .hero h1 { font-size: 35px; }
  .passos-grid { grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 0 16px; }
  .card-passo { padding: 34px 26px 30px; }
  .conector { padding: 0 4px; }
  .conector .circ svg { transform: rotate(-90deg); }
  .grid-ben { grid-template-columns: repeat(4, 1fr); }
  .passos-acesso { grid-template-columns: 1fr 1fr 1fr; }
  .opcoes { grid-template-columns: 1fr 1fr; gap: 56px; }
  .opcao { font-size: 17px; }
  .ou { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 42px; font-weight: 900; color: #C9CFD8; z-index: 1; }
  .pquem-flex { flex-direction: row; align-items: center; gap: 30px; }
  .pquem-flex .checklist { flex: 1.2; }
  .pquem-flex .pquem-foto { flex: 1; min-width: 0; }
  .card-entrega, .card-apoio { display: grid; grid-template-columns: 1.05fr 1fr; gap: 24px; align-items: center; }
  .card-entrega .texto, .card-apoio .texto { grid-column: 1; grid-row: 1; }
  .card-entrega .painel, .card-apoio .painel { grid-column: 2; grid-row: 1; }
  .card-entrega.rev .texto, .card-apoio.rev .texto { grid-column: 2; }
  .card-entrega.rev .painel, .card-apoio.rev .painel { grid-column: 1; }
  .card-entrega .texto p, .card-apoio .texto p { margin-bottom: 0; }
  /* OFERTA: unidade de compra; stack esquerda, coluna comercial direita */
  .card-oferta { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; align-items: center; padding: 36px 32px; }
  .card-oferta .ph-stack { grid-column: 1; margin: 0; min-height: 340px; }
  .card-oferta .oferta-com { grid-column: 2; }
  /* AUTORIDADE: foto de um lado, texto do outro; leitura confortavel */
  .aut-card { padding: 34px 32px; }
  .aut-flex { flex-direction: row; align-items: center; gap: 30px; }
  .aut-texto { flex: 1; }
  .aut-texto p { font-size: 16.5px; }
}
