/* ==========================================================================
   Verdade ou Zap? — O Kit Anti-Fake News da Família
   Linha ByteSeguro Verifica (produto B)
   Estilos COMPLEMENTARES. Não sobrescreve classes do site principal:
   todas as regras novas usam o prefixo .voz-.

   Identidade de linha: mesmo selo "ByteSeguro Verifica" e mesma estrutura de
   seções do produto A (isso-e-real). O que muda é o tom — aqui o acento é o
   verde de conversa, mais caloroso, e não o âmbar de alerta do produto A.

   Atenção (restrição jurídica): o verde de conversa é #4fd1a5, deliberadamente
   diferente do verde de marca registrada do aplicativo de mensagens mais
   popular. Não trocar por aquele tom, e não usar o logotipo dele em peça alguma.
   ========================================================================== */

.voz-page {
  --voz-chat: #4fd1a5;              /* verde de conversa (acento do produto) */
  --voz-chat-soft: rgba(79, 209, 165, .10);
  --voz-warm: #f2b544;              /* amarelo de dúvida — tom leve, não alarme */
  --voz-warm-soft: rgba(242, 181, 68, .12);
  --voz-verify: #43e6a4;            /* verde de confirmação, herdado da linha */
  --voz-deep: #0b2226;
  --voz-deep-2: #0d2f36;
}

/* ---------- Hero ---------- */
.voz-eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.voz-eyebrow i {
  width: 8px; height: 8px; border-radius: 50%; background: var(--voz-chat);
  box-shadow: 0 0 0 6px rgba(79, 209, 165, .16);
}
.voz-hero-art { background: radial-gradient(circle at 50% 46%, #d9f4ea 0 26%, transparent 27%), linear-gradient(145deg, #eef9f6, #f8fbf7); }
.voz-badge {
  position: relative; z-index: 2; width: min(68%, 310px); aspect-ratio: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  padding: 24px 18px 20px;
  background: rgba(255, 255, 255, .86); border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 28px; box-shadow: 0 24px 55px rgba(8, 78, 91, .2); backdrop-filter: blur(8px);
}
/* A arte não pode crescer mais que isto: o rótulo abaixo dela precisa caber dentro do
   cartão, senão o mini-card "3 cliques" passa por cima do texto. */
.voz-badge svg { width: 74%; max-width: 190px; height: auto; }
.voz-badge span {
  color: var(--teal-dark); font-size: 11px; font-weight: 850;
  letter-spacing: 1.6px; text-transform: uppercase; text-align: center;
}
.voz-hero-art .mini-card { max-width: 152px; }
.voz-hero-art .mini-card span { line-height: 1.35; }
/* Recuo de 24% acompanha a curva da figura — mais para fora, a borda arredondada corta o card. */
.voz-hero-art .card-lock { left: 24%; top: 42px; }
.voz-hero-art .card-check { right: 24%; bottom: 42px; }

/* ---------- Faixa de evidência ---------- */
.voz-evidence-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.voz-stat {
  padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.voz-stat:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(18, 59, 66, .08); }
.voz-stat b {
  display: block; margin-bottom: 10px; color: var(--teal-dark);
  font-size: clamp(30px, 3.6vw, 40px); line-height: 1; letter-spacing: -1.8px;
}
.voz-stat p { margin: 0 0 10px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.voz-stat small { color: #8ba0a0; font-size: 11.5px; font-style: italic; }

/* ---------- Bloco "não é culpa de ninguém" ---------- */
.voz-empathy { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.voz-empathy-item {
  position: relative; padding: 26px; background: #fff;
  border: 1px solid var(--line); border-left: 5px solid var(--voz-chat); border-radius: 0 20px 20px 0;
}
.voz-empathy-item span {
  display: block; margin-bottom: 12px; color: #2a996f;
  font-size: 11px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase;
}
.voz-empathy-item b { display: block; margin-bottom: 8px; font-size: 18px; color: var(--ink); letter-spacing: -.4px; }
.voz-empathy-item p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.voz-answer {
  margin-top: 26px; padding: 30px 34px; border-radius: 20px;
  background: var(--mint); border-left: 5px solid var(--green);
}
.voz-answer p { margin: 0; font-size: 17px; line-height: 1.65; color: var(--teal-dark); }

/* ---------- Seção dos 5 módulos (fundo escuro) ---------- */
.voz-modules-section {
  position: relative; isolation: isolate; overflow: hidden; color: #fff;
  padding: 104px max(28px, calc((100vw - 1144px) / 2));
  background: linear-gradient(145deg, var(--voz-deep) 0%, var(--voz-deep-2) 56%, #071a1e 100%);
  scroll-margin-top: 24px;
}
/* Bolhas de conversa em marca d'água, bem discretas. */
.voz-modules-section::before {
  content: ""; position: absolute; z-index: -2; inset: 0; opacity: .5;
  background-image: radial-gradient(circle at 20% 30%, rgba(79, 209, 165, .07) 0 90px, transparent 91px),
                    radial-gradient(circle at 78% 68%, rgba(79, 209, 165, .05) 0 120px, transparent 121px);
}
.voz-modules-section::after {
  content: ""; position: absolute; z-index: -1; top: -260px; right: -190px;
  width: 620px; height: 620px; border: 1px solid rgba(79, 209, 165, .2); border-radius: 50%;
  box-shadow: inset 0 0 160px rgba(79, 209, 165, .07);
}
.voz-shell { max-width: 1144px; margin: auto; }
.voz-modules-heading { max-width: 830px; margin: 0 auto 48px; text-align: center; }
.voz-kicker {
  display: inline-flex; align-items: center; gap: 10px; color: var(--voz-chat);
  font-size: 12px; font-weight: 850; letter-spacing: 1.5px; text-transform: uppercase;
}
.voz-kicker i {
  width: 9px; height: 9px; border-radius: 50%; background: var(--voz-chat);
  box-shadow: 0 0 0 7px rgba(79, 209, 165, .1), 0 0 20px rgba(79, 209, 165, .7);
}
.voz-modules-heading h2 { margin: 17px auto 20px; color: #fff; }
.voz-modules-heading p { max-width: 740px; margin: 0 auto; color: #b8cbca; font-size: 17px; line-height: 1.7; }

.voz-modules-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.voz-module {
  position: relative; overflow: hidden; padding: 28px; display: flex; flex-direction: column;
  border: 1px solid rgba(151, 214, 205, .2); border-radius: 22px;
  background: linear-gradient(155deg, rgba(16, 47, 54, .96), rgba(8, 27, 32, .96));
  box-shadow: 0 22px 54px rgba(0, 0, 0, .2);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.voz-module::before {
  content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--voz-chat), transparent); opacity: .82;
}
.voz-module::after {
  content: ""; position: absolute; top: -90px; right: -90px; width: 190px; height: 190px;
  border-radius: 50%; background: var(--voz-chat-soft); filter: blur(5px); pointer-events: none;
}
.voz-module:hover { transform: translateY(-5px); border-color: rgba(79, 209, 165, .5); box-shadow: 0 26px 62px rgba(0, 0, 0, .28); }

.voz-module-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.voz-module-num {
  padding: 7px 12px; border: 1px solid rgba(79, 209, 165, .35); border-radius: 99px;
  color: var(--voz-chat); background: var(--voz-chat-soft);
  font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; white-space: nowrap;
}
.voz-module-icon {
  display: grid; width: 50px; height: 50px; place-items: center;
  border: 1px solid var(--voz-chat); border-radius: 15px; color: var(--voz-chat); background: var(--voz-chat-soft);
}
.voz-module-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.voz-module h3 { position: relative; z-index: 1; margin: 0 0 6px; color: #fff; font-size: 23px; line-height: 1.18; letter-spacing: -.65px; }
.voz-module-sub { position: relative; z-index: 1; margin: 0 0 16px; color: var(--voz-chat); font-size: 12px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.voz-module-concept { position: relative; z-index: 1; margin: 0 0 16px; color: #d8e7e4; font-size: 14.5px; line-height: 1.6; }
.voz-module-concept b { color: #fff; }
.voz-proof {
  position: relative; z-index: 1; margin: 0 0 20px; padding: 14px 16px;
  border: 1px solid rgba(242, 181, 68, .3); border-radius: 14px; background: var(--voz-warm-soft);
}
.voz-proof b { display: block; margin-bottom: 5px; color: var(--voz-warm); font-size: 10.5px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; }
.voz-proof p { margin: 0; color: #e8dcc4; font-size: 13.5px; line-height: 1.55; }
.voz-proof small { display: block; margin-top: 6px; color: #b5a077; font-size: 11px; font-style: italic; }
.voz-action {
  position: relative; z-index: 1; margin: auto 0 0; padding: 16px 18px;
  border: 1px dashed rgba(79, 209, 165, .45); border-radius: 14px;
  background: rgba(79, 209, 165, .08); color: #d8e7e4; font-size: 13.5px; line-height: 1.6;
}
.voz-action b {
  display: block; margin-bottom: 5px; color: var(--voz-chat);
  font-size: 10.5px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase;
}

/* 6º card: resumo + chamada de compra */
.voz-module-cta { border-color: rgba(79, 209, 165, .5); background: linear-gradient(155deg, rgba(79, 209, 165, .18), rgba(61, 187, 135, .10) 62%, rgba(8, 27, 32, .96)); }
.voz-module-cta .voz-module-num { border-color: rgba(79, 209, 165, .6); color: #06211f; background: var(--voz-chat); }
.voz-cta-text { position: relative; z-index: 1; margin: 0 0 14px; color: #cfe0df; font-size: 13.5px; line-height: 1.6; }
.voz-cta-text strong { color: #fff; }
.voz-cta-punch { position: relative; z-index: 1; margin: 0 0 22px; color: #fff; font-size: 15px; font-weight: 700; line-height: 1.5; }
.voz-cta-btn { position: relative; z-index: 1; margin-top: auto; width: 100%; gap: 10px; }

/* ---------- Bônus ---------- */
.voz-bonus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.voz-bonus-grid .product-card h3 { margin-top: 22px; }
.voz-bonus-grid .product-card.featured { border: 2px solid var(--green); }
.voz-footer-note { color: var(--teal); font-weight: 800; }

/* Amostra de mensagem pronta (diferencial do Bônus 3) */
.voz-sample {
  margin-top: 18px; padding: 16px 18px; border-radius: 16px 16px 16px 4px;
  background: var(--mint); border: 1px solid #cfeadf;
  color: var(--teal-dark); font-size: 14px; line-height: 1.6; font-style: italic;
}
.voz-sample b { display: block; margin-bottom: 6px; color: var(--teal); font-size: 10.5px; font-weight: 850; letter-spacing: 1.1px; text-transform: uppercase; font-style: normal; }

/* ---------- Escopo / conformidade ---------- */
.voz-scope {
  max-width: 680px; margin: 22px auto 0 !important; padding: 16px 20px;
  border: 1px solid var(--line); border-radius: 14px; background: #fff;
  color: var(--muted); font-size: 14px !important; line-height: 1.6;
}
.voz-scope strong { color: var(--teal-dark); }

/* ---------- Oferta ---------- */
.voz-price { margin: 26px auto 0 !important; display: flex; align-items: baseline; justify-content: center; gap: 12px; flex-wrap: wrap; }
.voz-price span { color: var(--muted); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.voz-price strong { color: var(--teal-dark); font-size: clamp(38px, 5vw, 52px); letter-spacing: -2px; }
.voz-guarantee {
  display: inline-flex; align-items: center; gap: 9px; margin: 20px auto 0;
  padding: 11px 18px; border: 1px solid var(--line); border-radius: 99px; background: #fff;
  color: var(--teal-dark); font-size: 13px; font-weight: 750;
}
.voz-guarantee i { width: 9px; height: 9px; border-radius: 50%; background: var(--green); font-style: normal; }
.voz-payment-note { margin: 16px auto 0 !important; color: var(--muted); font-size: 13px !important; }

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .voz-empathy { grid-template-columns: 1fr; }
  .voz-modules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .voz-bonus-grid { grid-template-columns: 1fr; }
}
/* Faixa 621-850px: a figura fica larga e baixa — os cards vão para as laterais, na meia-altura */
@media (min-width: 621px) and (max-width: 850px) {
  .voz-hero-art .card-lock { left: 28px; top: 50%; bottom: auto; transform: translateY(-50%); }
  .voz-hero-art .card-check { right: 28px; top: 50%; bottom: auto; transform: translateY(-50%); }
}
/* Telas estreitas: mini-cards centralizados nas bordas de cima e de baixo, longe do emblema */
@media (max-width: 620px) {
  .voz-hero-art { min-height: 380px; }
  .voz-badge { width: min(60%, 250px); padding: 20px 14px 16px; }
  .voz-hero-art .mini-card { padding: 11px 14px; font-size: 11px; }
  .voz-hero-art .card-lock,
  .voz-hero-art .card-check { left: 50%; right: auto; transform: translateX(-50%); }
  .voz-hero-art .card-lock { top: 16px; bottom: auto; }
  .voz-hero-art .card-check { top: auto; bottom: 16px; }
}
@media (max-width: 650px) {
  .voz-modules-section { padding: 76px 20px; }
  .voz-modules-heading { text-align: left; margin-bottom: 34px; }
  .voz-modules-heading h2 { font-size: clamp(34px, 10vw, 46px); letter-spacing: -2.2px; }
  .voz-evidence-grid { grid-template-columns: 1fr; }
  .voz-modules-grid { grid-template-columns: 1fr; }
  .voz-module { padding: 24px; }
  .voz-answer { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) { .voz-module, .voz-stat { transition: none; } }
