/* ==========================================================================
   ZELT — planos (assinatura pura) e dúvidas
   Escrito em 05/09/26. Usa os tokens já definidos em home-refined.css.
   Alternância de fundo: serviços (claro) → planos (escuro) → dúvidas (claro).
   ========================================================================== */

/* ===== PLANOS — seção escura ===== */
.z-plans {
  position: relative;
  padding-block: var(--z-section);
  overflow: clip;
  background: var(--z-night);
}

.z-plans::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 42% at 50% 0%, rgba(34, 211, 238, .10), transparent 70%),
    radial-gradient(46% 38% at 88% 100%, rgba(14, 116, 144, .16), transparent 72%);
  pointer-events: none;
}

.z-plans > .wrap { position: relative; }

.z-plans-head { margin-bottom: clamp(38px, 4.6vw, 62px); }

.z-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.8vw, 24px);
  align-items: stretch;
}

.z-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: clamp(26px, 2.6vw, 34px);
  border: 1px solid var(--z-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .028);
  transition: border-color .3s var(--z-ease), transform .3s var(--z-ease);
}

.z-plan:hover { border-color: var(--z-line-strong); }

/* o do meio é o plano-padrão: elevado, com borda viva */
.z-plan--featured {
  border-color: rgba(34, 211, 238, .42);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, .09), rgba(34, 211, 238, 0) 46%),
    rgba(255, 255, 255, .05);
  box-shadow: 0 30px 70px -34px rgba(34, 211, 238, .5);
}

@media (min-width: 921px) {
  .z-plan--featured { transform: translateY(-14px); }
}

.z-plan-flag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  border-radius: 999px;
  background: var(--z-cyan);
  color: #06202b;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.z-plan header { display: grid; gap: 10px; }

.z-plan-name {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--z-cyan-soft);
  margin: 0;
}

.z-plan-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0;
  color: var(--z-white);
  font-family: "Space Grotesk", system-ui, sans-serif;
  line-height: 1;
}

.z-plan-currency { font-size: 20px; font-weight: 600; opacity: .75; }
.z-plan-price strong { font-size: clamp(46px, 5.4vw, 62px); font-weight: 700; letter-spacing: -.02em; }
.z-plan-period { font-size: 16px; color: var(--z-muted); font-weight: 500; }

.z-plan-line {
  margin: 0;
  color: var(--z-dim);
  font-size: 15.5px;
  line-height: 1.55;
  max-width: 30ch;
}

.z-plan-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
  flex: 1 1 auto;
  border-top: 1px solid var(--z-line);
  padding-top: 22px;
}

.z-plan-list li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--z-dim);
}

.z-plan-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .5em;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--z-cyan);
  border-bottom: 2px solid var(--z-cyan);
  transform: rotate(-45deg) translateY(-1px);
}

.z-plan-list li strong { color: var(--z-white); font-weight: 600; }

/* "Tudo do X, mais:" — não é item, é rótulo */
.z-plan-list .z-plan-inherit {
  padding-left: 0;
  color: var(--z-muted);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .02em;
}
.z-plan-list .z-plan-inherit::before { display: none; }

/* nota da taxa de dominio — só no Presença */
.z-plan-nota {
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--z-line);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--z-muted);
}
.z-plan-nota strong { color: var(--z-dim); font-weight: 600; }
.z-plan-nota em { font-style: normal; color: var(--z-cyan-soft); }

.z-plan-cta { width: 100%; justify-content: center; }

.z-plans-seal {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 74ch;
  margin: clamp(34px, 3.6vw, 48px) auto 0;
  padding: 20px 24px;
  border: 1px solid var(--z-line);
  border-left: 2px solid var(--z-lime);
  border-radius: 16px;
  background: rgba(198, 241, 53, .05);
  color: var(--z-dim);
  font-size: 15.5px;
  line-height: 1.6;
}

.z-plans-seal .icon {
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  fill: var(--z-lime);
}

.z-plans-seal strong { color: var(--z-white); font-weight: 600; }

/* ===== DÚVIDAS — seção clara ===== */
.z-faq {
  padding-block: var(--z-section);
  background: var(--z-paper);
  color: var(--z-paper-ink);
}

.z-faq-wrap { display: grid; gap: clamp(30px, 3.4vw, 46px); }

.z-faq h2 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.14;
  letter-spacing: -.015em;
  margin: 14px 0 0;
  max-width: 22ch;
}

.z-faq-list { display: grid; gap: 0; }

.z-faq-list details {
  border-top: 1px solid var(--z-paper-line);
  padding: 4px 0;
}
.z-faq-list details:last-child { border-bottom: 1px solid var(--z-paper-line); }

.z-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 2px;
  cursor: pointer;
  list-style: none;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(16px, 1.5vw, 18.5px);
  font-weight: 600;
  line-height: 1.35;
  color: var(--z-paper-ink);
  transition: color .2s var(--z-ease);
}

.z-faq-list summary::-webkit-details-marker { display: none; }
.z-faq-list summary:hover { color: var(--z-teal); }

/* sinal de + que vira − quando aberto */
.z-faq-list summary::after {
  content: "";
  flex: none;
  width: 15px;
  height: 15px;
  background:
    linear-gradient(var(--z-teal), var(--z-teal)) center/100% 2px no-repeat,
    linear-gradient(var(--z-teal), var(--z-teal)) center/2px 100% no-repeat;
  transition: transform .3s var(--z-ease);
}

.z-faq-list details[open] summary::after {
  transform: rotate(135deg);
}

.z-faq-list details p {
  margin: 0;
  padding: 0 46px 24px 2px;
  max-width: 68ch;
  font-size: 16px;
  line-height: 1.68;
  color: #3d5265;
}

.z-faq-list summary:focus-visible {
  outline: 2px solid var(--z-teal);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 920px) {
  .z-plans-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  /* a ordem é a da escada de preço: Presença, Autoridade, Recepção.
     (antes havia um order:-1 no destacado, que jogava o Autoridade para cima
     e fazia o visitante ver R$ 97 antes de R$ 47 no celular) */
  .z-plan-flag { top: -11px; }
  .z-plan--featured { margin-block: 14px; }
}

@media (max-width: 560px) {
  .z-plan { padding: 24px 20px; }
  .z-plans-seal { flex-direction: column; gap: 10px; padding: 18px 20px; }
  .z-faq-list details p { padding-right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .z-plan,
  .z-faq-list summary::after { transition: none; }
  .z-plan--featured { transform: none; }
}

/* ==========================================================================
   O QUE CADA PLANO FAZ — dobras didáticas (08/09/26)
   Substituem as antigas seções "método" e "entrega", removidas.
   ========================================================================== */

/* --- a seção --- */
.z-detalhes {
  padding-block: var(--z-section);
  background: var(--z-paper-soft);
  color: var(--z-paper-ink);
  overflow: clip;
}
.z-detalhes .z-section-head { margin-bottom: clamp(44px, 5vw, 76px); }

/* --- cada plano --- */
.z-det {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
  padding-block: clamp(38px, 4.4vw, 64px);
  border-top: 1px solid var(--z-paper-line);
}
.z-det:first-of-type { border-top: 0; padding-top: 0; }
.z-det--inverso .z-det-copy { order: 2; }

/* ⚠️ A cor precisa ser explícita nos dois. A seção é clara, mas o site é
   dark-first: existe regra global pintando h3 de branco, e ela ganha da cor
   herdada de .z-detalhes. Sem isto o título fica branco sobre fundo claro
   (medido: 255,255,255 sobre 231,235,231 = 1,06:1, ilegível).
   O nome do plano também precisa de especificidade maior que .z-det-copy p. */
.z-det-copy .z-det-nome {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: #0a5c73; margin: 0 0 12px;
}
.z-detalhes .z-det-copy h3 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(24px, 3vw, 36px); line-height: 1.16; letter-spacing: -.015em;
  margin: 0 0 20px; max-width: 20ch;
  color: var(--z-paper-ink);
}
.z-det-copy p { margin: 0 0 15px; font-size: 16px; line-height: 1.72; color: #3d5265; }
.z-det-copy strong { color: var(--z-paper-ink); font-weight: 600; }
.z-det-copy em { font-style: italic; color: #2f4356; }
.z-det-lead { font-size: 17px !important; color: #2f4356 !important; }
.z-det-fecho {
  margin-top: 20px !important;
  padding-left: 16px;
  border-left: 2px solid var(--z-teal);
  font-size: 15.5px !important;
  color: #2f4356 !important;
}

/* --- coluna visual --- */
.z-det-visual {
  margin: 0;
  padding: clamp(20px, 2.4vw, 28px);
  background: var(--z-white);
  border: 1px solid var(--z-paper-line);
  border-radius: 20px;
  box-shadow: 0 24px 60px -40px rgba(11, 31, 58, .45);
}
.z-det-visual figcaption {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  /* NAO usar --z-muted aqui: e token de fundo escuro, da 2,7:1 no claro */
  color: #47596b; margin-bottom: 16px;
}
.z-rolagem-nota {
  margin: 16px 0 0; font-size: 13.5px; line-height: 1.55; color: #4d5f70;
}
.z-rolagem-nota em { font-style: italic; }

/* Autoridade: os endereços */
.z-enderecos { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.z-enderecos li {
  padding: 13px 15px; border-radius: 11px;
  background: rgba(11, 31, 58, .035);
  border: 1px solid var(--z-paper-line);
}
.z-url {
  display: block; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 13.5px; color: #55677a; word-break: break-all;
}
.z-url b { color: var(--z-teal); font-weight: 700; }
.z-enderecos em {
  display: block; margin-top: 4px; font-style: normal;
  font-size: 13px; color: #4d5f70;
}

/* Recepção: o chat */
.z-det-visual--chat { background: #f1f4f7; }
.z-chat { display: grid; gap: 9px; }
.z-msg { max-width: 88%; }
.z-msg p {
  margin: 0; padding: 11px 14px; font-size: 14.2px; line-height: 1.5;
  border-radius: 15px;
}
.z-msg--dela { justify-self: end; }
.z-msg--dela p {
  background: var(--z-navy); color: var(--z-white);
  border-bottom-right-radius: 5px;
}
.z-msg--bot { justify-self: start; }
.z-msg--bot p {
  background: var(--z-white); color: #34485c;
  border: 1px solid var(--z-paper-line);
  border-bottom-left-radius: 5px;
}
.z-aviso {
  margin-top: 18px; padding: 14px 16px; border-radius: 13px;
  background: rgba(14, 116, 144, .09);
  border: 1px dashed rgba(14, 116, 144, .45);
}
.z-aviso-tag {
  display: block; font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--z-teal); margin-bottom: 6px;
}
.z-aviso p { margin: 0; font-size: 14px; line-height: 1.55; color: #34485c; }
.z-aviso strong { color: var(--z-paper-ink); }
.z-limites {
  margin-top: 16px; padding-top: 15px; border-top: 1px solid var(--z-paper-line);
}
.z-limites p { margin: 0; font-size: 13.5px; line-height: 1.6; color: #4d5f70; }
.z-limites strong { color: #44586b; font-weight: 600; }

/* --- responsivo --- */
@media (max-width: 900px) {
  .z-det { grid-template-columns: 1fr; gap: 26px; }
  .z-det--inverso .z-det-copy { order: 0; }
  .z-msg { max-width: 92%; }
}
@media (max-width: 560px) {
  .z-dois { padding: 22px 18px; }
  .z-det-visual { padding: 18px 15px; }
  .z-mock-lista li { padding: 10px 9px; gap: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .z-mock-lista li { transition: none; }
}

/* --- comparação de custo: sala física × endereço digital --- */
.z-custo {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--z-paper-line);
}
.z-custo-titulo {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 16.5px !important; font-weight: 600;
  color: var(--z-paper-ink) !important; margin: 0 0 16px !important;
}
.z-custo-par { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.z-custo-col {
  padding: 16px 18px; border-radius: 14px;
  background: rgba(11, 31, 58, .05);
  border: 1px solid var(--z-paper-line);
}
.z-custo-col--nosso {
  background: rgba(14, 116, 144, .08);
  border-color: rgba(14, 116, 144, .35);
}
.z-custo-rot {
  display: block; font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #47596b; margin-bottom: 11px;
}
.z-custo-col--nosso .z-custo-rot { color: #0a5c73; }
.z-custo-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.z-custo-col li {
  position: relative; padding-left: 18px;
  font-size: 14px; line-height: 1.45; color: #55677a;
}
.z-custo-col li::before {
  content: "−"; position: absolute; left: 0; color: #a4b3c1; font-weight: 700;
}
.z-custo-col--nosso li::before { content: "+"; color: var(--z-teal); }
.z-custo-fecho {
  margin: 14px 0 0 !important; padding-top: 12px;
  border-top: 1px solid rgba(14, 116, 144, .25);
  font-size: 14px !important; line-height: 1.55; color: #34485c !important;
}
.z-custo-nota {
  margin: 14px 0 0 !important;
  font-size: 14px !important; line-height: 1.6; color: #4d5f70 !important;
}
@media (max-width: 700px) {
  .z-custo-par { grid-template-columns: 1fr; }
}

/* Kicker sobre fundo claro: --z-teal puro da 4,45:1, um fio abaixo do minimo
   de 4,5:1 exigido para texto pequeno. Escurece so onde o fundo e claro —
   o token global fica intacto para nao mexer nas secoes escuras. */
.z-kicker--dark span { color: #0a5c73; }

/* ⚠️ CABECALHO DE SECAO: a cor NAO se herda como parece.
   .z-section-head e calibrado para secao CLARA (paper-ink). Usado dentro da
   secao escura de planos, o titulo fica navy sobre navy (medido 1,16:1) — e o
   h2 do FAQ, sem cor declarada, pega a regra global branca e some no fundo
   claro (1,14:1). Os dois estavam invisiveis no ar desde 05/09/26.
   Regra pratica: em secao com fundo trocado, DECLARAR a cor do titulo. */
.z-plans .z-section-head h2 { color: var(--z-white); }
.z-plans .z-section-head p  { color: var(--z-dim); }
.z-faq h2 { color: var(--z-paper-ink); }

/* ==========================================================================
   DOBRAS NOVAS — 09/09/26
   1. .z-dois     online x presencial (dentro da seção clara do problema)
   2. .z-base     o padrão ZELT: o que vem em TODOS os planos (seção escura)
   3. .z-det-*    cabeçalho ousado das dobras de plano + mock, campanha, treino
   4. .z-caso     o site da Amanda ao vivo dentro de um celular (seção escura)
   5. .z-tool     banner da auditoria dentro da Academy (seção clara)

   ⚠️ REGRA DESTA CASA: o site é dark-first. styles.css:87 pinta h1/h2/h3 de
   BRANCO. Em qualquer bloco de fundo claro a cor do título tem que ser
   declarada, senão fica branco no branco. Tokens --z-muted/--z-teal/--z-dim
   são calibrados para fundo escuro; no claro usar #47596b, #4d5f70, #0a5c73.
   ========================================================================== */

/* ===== 1. ONLINE x PRESENCIAL ===== */
.z-dois {
  margin-top: clamp(46px, 5vw, 78px);
  padding: clamp(24px, 3vw, 44px);
  background: var(--z-white);
  border: 1px solid var(--z-paper-line);
  border-radius: 24px;
  box-shadow: 0 34px 80px -56px rgba(11, 31, 58, .55);
}
.z-dois-head { margin-bottom: clamp(24px, 2.6vw, 34px); }
.z-dois-tag {
  display: inline-block; margin-bottom: 12px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: #0a5c73;
}
.z-problem .z-dois-head h3 {
  margin: 0; max-width: 24ch;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(23px, 2.9vw, 36px); line-height: 1.12; letter-spacing: -.025em;
  color: var(--z-paper-ink);
}
.z-problem .z-dois-head h3 em { font-style: normal; color: #0a5c73; }

.z-dois-par {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 2.8vw, 44px);
}
.z-dois-col--pres {
  padding-left: clamp(22px, 2.8vw, 44px);
  border-left: 1px solid var(--z-paper-line);
}
.z-dois-rot {
  display: flex; align-items: center; margin-bottom: 14px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 13.5px; font-weight: 700; letter-spacing: .04em;
  color: #0a5c73;
}
.z-dois-ic { position: relative; flex: none; width: 15px; height: 13px; margin-right: 10px; }
.z-dois-ic--tela { border: 1.6px solid currentColor; border-radius: 2px; }
.z-dois-ic--tela::after {
  content: ""; position: absolute; left: 3px; right: 3px; bottom: -4px;
  height: 1.6px; background: currentColor;
}
.z-dois-ic--porta { width: 11px; height: 15px; border: 1.6px solid currentColor; border-radius: 2px 2px 0 0; }
.z-dois-ic--porta::after {
  content: ""; position: absolute; right: 2px; top: 6px;
  width: 2.5px; height: 2.5px; border-radius: 50%; background: currentColor;
}
.z-dois-lead { margin: 0 0 14px; font-size: 15.5px; line-height: 1.65; color: #3d5265; }

.z-dois-perdas { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.z-dois-perdas li {
  padding: 7px 12px; border-radius: 9px;
  background: rgba(11, 31, 58, .04); border: 1px solid var(--z-paper-line);
  font-size: 13.5px; color: #55677a; text-decoration: line-through;
  text-decoration-color: rgba(14, 116, 144, .6);
}

.z-dois-passos { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 9px; }
.z-dois-passos li { display: flex; align-items: center; gap: 11px; font-size: 14px; color: #55677a; }
.z-dois-passos li strong { color: var(--z-paper-ink); font-weight: 600; }
.z-dois-passos span {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(14, 116, 144, .11); color: #0a5c73;
  font-family: "Space Grotesk", system-ui, sans-serif; font-size: 12px; font-weight: 700;
}

.z-dois-troca { margin: 0; font-size: 15px; line-height: 1.68; color: #3d5265; }
.z-dois-troca strong { color: var(--z-paper-ink); font-weight: 600; }
.z-dois-fecho {
  margin: clamp(24px, 2.8vw, 36px) 0 0;
  padding-top: clamp(20px, 2.4vw, 28px); border-top: 1px solid var(--z-paper-line);
  font-size: 15px; line-height: 1.68; color: #3d5265;
}
.z-dois-fecho strong { color: var(--z-paper-ink); font-weight: 600; }

@media (max-width: 760px) {
  .z-dois-par { grid-template-columns: 1fr; gap: 26px; }
  .z-dois-col--pres { padding-left: 0; padding-top: 26px; border-left: 0; border-top: 1px solid var(--z-paper-line); }
}

/* ===== 2. O PADRÃO ZELT (bento escuro) ===== */
.z-base {
  position: relative;
  padding-block: var(--z-section);
  background: var(--z-navy);
  overflow: clip;
}
.z-base::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(52% 40% at 12% 0%, rgba(34, 211, 238, .10), transparent 70%),
    radial-gradient(46% 40% at 92% 100%, rgba(14, 116, 144, .18), transparent 72%);
}
.z-base > .wrap { position: relative; z-index: 2; }
.z-base-word {
  position: absolute; z-index: 1; right: -.06em; bottom: -.24em;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(140px, 24vw, 380px); font-weight: 700; letter-spacing: -.05em;
  line-height: .8; color: rgba(157, 202, 235, .045);
  pointer-events: none; user-select: none;
}
.z-base-head { max-width: 66ch; margin-bottom: clamp(34px, 4vw, 56px); }
.z-base-head h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4.4vw, 56px); line-height: 1.05;
  color: var(--z-white);
}
.z-base-head h2 em { color: var(--z-cyan-soft); }
.z-base-head p { margin: 0; font-size: 16.5px; line-height: 1.72; color: var(--z-dim); }
.z-base-head p em { font-style: italic; color: var(--z-cyan-soft); }

.z-bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.z-tile {
  position: relative; display: flex; flex-direction: column; gap: 11px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid var(--z-line); border-radius: 20px;
  background: linear-gradient(158deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .012));
  transition: border-color .3s var(--z-ease), transform .3s var(--z-ease);
}
.z-tile:hover { border-color: var(--z-line-strong); transform: translateY(-3px); }
/* o herói ocupa a faixa inteira e se divide por dentro: título à esquerda,
   argumento à direita. Esticá-lo por duas LINHAS abria um vão morto de 400px
   entre o texto e o rodapé "sem isso" (o margin-top:auto empurrava tudo). */
.z-tile--hero {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  column-gap: clamp(24px, 3.4vw, 56px); row-gap: 11px;
  align-items: start;
}
.z-tile--hero > .z-tile-tag { grid-column: 1 / -1; }
.z-base .z-tile--hero h3 { grid-column: 1; grid-row: 2 / 4; align-self: start; }
.z-tile--hero > p:not(.z-tile-sem) { grid-column: 2; }
.z-tile--hero > .z-tile-sem { grid-column: 1 / -1; margin-top: 8px !important; }

.z-tile-n {
  position: absolute; top: 14px; right: 18px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 30px; font-weight: 700; line-height: 1; letter-spacing: -.03em;
  color: rgba(157, 202, 235, .13);
}
.z-tile-tag {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase;
  color: var(--z-cyan-soft);
}
.z-base .z-tile h3 {
  margin: 0; max-width: 26ch;
  font-size: clamp(17px, 1.5vw, 21px); line-height: 1.24; letter-spacing: -.02em;
  color: var(--z-white);
}
.z-base .z-tile--hero h3 { max-width: 20ch; font-size: clamp(24px, 2.7vw, 36px); line-height: 1.1; }
.z-tile p { margin: 0; font-size: 15px; line-height: 1.66; color: var(--z-dim); }
.z-tile p b, .z-tile p strong { color: var(--z-white); font-weight: 600; }
.z-tile p em { font-style: italic; color: var(--z-cyan-soft); }
.z-tile-sem {
  margin-top: auto !important; padding-top: 12px;
  border-top: 1px dashed var(--z-line);
  font-size: 14px !important; color: var(--z-dim) !important;
}
.z-tile-sem b {
  color: #ffc4ae; font-weight: 700;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  margin-right: 4px;
}

.z-base-mais {
  display: flex; align-items: flex-start; gap: 14px;
  margin: clamp(20px, 2.4vw, 30px) 0 0;
  padding: 18px 22px; border-radius: 16px;
  background: rgba(14, 116, 144, .14); border: 1px solid rgba(34, 211, 238, .26);
  font-size: 15.5px; line-height: 1.66; color: var(--z-dim);
}
.z-base-mais .icon { flex: none; width: 22px; height: 22px; color: var(--z-cyan); margin-top: 2px; }
.z-base-mais strong { color: var(--z-white); font-weight: 600; }
.z-base-mais em { font-style: italic; color: var(--z-cyan-soft); }

@media (max-width: 1080px) {
  .z-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .z-tile--hero { grid-template-columns: minmax(0, 1fr); row-gap: 12px; }
  .z-base .z-tile--hero h3 { grid-row: auto; }
  .z-tile--hero > p:not(.z-tile-sem) { grid-column: 1; }
}
@media (max-width: 640px) {
  .z-bento { grid-template-columns: minmax(0, 1fr); }
  .z-base-mais { flex-direction: column; gap: 10px; }
}

/* ===== 3. CABEÇALHO OUSADO DAS DOBRAS DE PLANO ===== */
/* padding-top generoso: o numero-fantasma e absoluto e precisa caber DENTRO
   do cabecalho, senao vaza para cima do artigo (o 1o nao tem padding proprio). */
.z-det-head { position: relative; margin-bottom: 24px; padding-top: clamp(26px, 3.4vw, 48px); }
.z-det-num {
  position: absolute; z-index: 0; top: -.05em; left: -.03em;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(78px, 10vw, 140px); font-weight: 700; line-height: 1; letter-spacing: -.05em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(11, 31, 58, .15);
  pointer-events: none; user-select: none;
}
.z-det-copy .z-det-nome { position: relative; z-index: 1; }
.z-detalhes .z-det-copy h3 {
  position: relative; z-index: 1;
  font-size: clamp(30px, 4.2vw, 50px); line-height: 1.04; letter-spacing: -.03em;
  max-width: 16ch; margin: 0;
}
.z-detalhes .z-det-copy h3 em { display: block; font-style: normal; color: #0a5c73; }
.z-detalhes .z-det-copy .z-det-sub {
  margin: 28px 0 12px; padding-top: 18px;
  border-top: 1px solid var(--z-paper-line);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: #0a5c73;
}

/* --- o esqueleto da página do Presença --- */
.z-det-visual--pagina { padding: clamp(14px, 1.6vw, 20px); }
.z-mock { border: 1px solid var(--z-paper-line); border-radius: 14px; overflow: hidden; background: #fbfcfd; }
.z-mock-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 9px 13px; background: #e9edf2; border-bottom: 1px solid var(--z-paper-line);
}
.z-mock-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c3cedb; }
.z-mock-bar b {
  margin-left: 8px; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 11.5px; font-weight: 500; color: #55677a;
}
.z-mock-lista { list-style: none; margin: 0; padding: 0; }
.z-mock-lista li {
  display: flex; align-items: flex-start; gap: 11px;
  padding: 12px 14px; border-bottom: 1px solid rgba(11, 31, 58, .07);
  transition: background .2s var(--z-ease);
}
.z-mock-lista li:last-child { border-bottom: 0; }
.z-mock-lista li:hover { background: rgba(14, 116, 144, .05); }
.z-mock-n {
  flex: none; width: 19px; padding-top: 12px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11px; font-weight: 700; color: #0a5c73;
}
.z-mock-txt { font-size: 13.5px; line-height: 1.5; color: #55677a; }
.z-mock-txt strong { display: block; font-size: 14px; font-weight: 600; color: var(--z-paper-ink); margin-bottom: 2px; }
.z-mock-fim {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; background: #e9edf2;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #55677a;
}
.z-mock-fim span { flex: 1; height: 1px; background: var(--z-paper-line); }

/* miniaturas desenhadas em CSS: cada uma imita o trecho da página */
.z-gl {
  position: relative; flex: none; width: 44px; height: 34px; margin-top: 5px;
  border-radius: 5px; background: #fff; border: 1px solid rgba(11, 31, 58, .14); overflow: hidden;
}
.z-gl i { position: absolute; background: #c9d3de; border-radius: 2px; }
.z-gl--abertura i:nth-child(1) { left: 5px; top: 5px; width: 12px; height: 12px; border-radius: 50%; }
.z-gl--abertura i:nth-child(2) { left: 21px; top: 7px; width: 16px; height: 3px; }
.z-gl--abertura i:nth-child(3) { left: 21px; top: 14px; width: 11px; height: 3px; }
.z-gl--abertura i:nth-child(4) { left: 5px; top: 23px; width: 21px; height: 6px; border-radius: 3px; background: rgba(14, 116, 144, .45); }
.z-gl--servicos i { top: 9px; width: 10px; height: 15px; }
.z-gl--servicos i:nth-child(1) { left: 4px; }
.z-gl--servicos i:nth-child(2) { left: 17px; }
.z-gl--servicos i:nth-child(3) { left: 30px; }
.z-gl--servicos i:nth-child(2) { background: rgba(14, 116, 144, .38); }
.z-gl--texto i { left: 5px; height: 3px; }
.z-gl--texto i:nth-child(1) { top: 6px; width: 33px; }
.z-gl--texto i:nth-child(2) { top: 13px; width: 28px; }
.z-gl--texto i:nth-child(3) { top: 20px; width: 33px; }
.z-gl--texto i:nth-child(4) { top: 27px; width: 18px; }
.z-gl--passos i:nth-child(1) { left: 8px; top: 16px; width: 27px; height: 2px; }
.z-gl--passos i:nth-child(2),
.z-gl--passos i:nth-child(3),
.z-gl--passos i:nth-child(4) { top: 13px; width: 8px; height: 8px; border-radius: 50%; }
.z-gl--passos i:nth-child(2) { left: 5px; background: rgba(14, 116, 144, .5); }
.z-gl--passos i:nth-child(3) { left: 18px; }
.z-gl--passos i:nth-child(4) { left: 31px; }
.z-gl--sobre i:nth-child(1) { left: 4px; top: 8px; width: 17px; height: 17px; border-radius: 50%; }
.z-gl--sobre i:nth-child(2) { left: 25px; top: 11px; width: 14px; height: 3px; }
.z-gl--sobre i:nth-child(3) { left: 25px; top: 18px; width: 10px; height: 3px; }
.z-gl--faq i { left: 5px; width: 33px; height: 7px; }
.z-gl--faq i:nth-child(1) { top: 4px; }
.z-gl--faq i:nth-child(2) { top: 14px; background: rgba(14, 116, 144, .38); }
.z-gl--faq i:nth-child(3) { top: 24px; }
.z-gl--onde i:nth-child(1) { left: 4px; top: 7px; width: 20px; height: 20px; }
.z-gl--onde i:nth-child(2) { left: 29px; top: 12px; width: 8px; height: 8px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: rgba(14, 116, 144, .55); }
.z-gl--convite i { left: 7px; top: 12px; width: 30px; height: 11px; border-radius: 6px; background: rgba(14, 116, 144, .5); }

/* --- a página de campanha do Autoridade --- */
.z-campanha {
  margin-top: 18px; padding: 18px 16px; border-radius: 15px; text-align: center;
  background: linear-gradient(162deg, rgba(14, 116, 144, .10), rgba(14, 116, 144, .03));
  border: 1px solid rgba(14, 116, 144, .3);
}
.z-campanha-tag {
  display: block; margin-bottom: 12px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #0a5c73;
}
.z-campanha-frase { margin: 0; font-size: 14.5px; font-style: italic; line-height: 1.5; color: #2f4356; }
.z-campanha-seta { display: block; margin: 8px 0; font-size: 17px; color: #0a5c73; line-height: 1; }
.z-url--forte { font-size: 14.5px; font-weight: 600; color: var(--z-paper-ink); }
.z-url--forte b { color: #0a5c73; }
.z-campanha-usos {
  list-style: none; margin: 14px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px;
}
.z-campanha-usos li {
  padding: 5px 11px; border-radius: 999px;
  background: var(--z-white); border: 1px solid var(--z-paper-line);
  font-size: 12.5px; color: #4d5f70;
}

/* --- a ficha de treino da assistente (Recepção) --- */
.z-treino {
  margin-top: 16px; padding: 14px 16px; border-radius: 13px;
  background: rgba(11, 31, 58, .05); border: 1px solid var(--z-paper-line);
}
.z-treino-tag {
  display: block; margin-bottom: 10px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #47596b;
}
.z-treino ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.z-treino li {
  padding: 5px 11px; border-radius: 999px;
  background: var(--z-white); border: 1px solid var(--z-paper-line);
  font-size: 12.5px; color: #44586b;
}
.z-treino li::before { content: "✓ "; color: #0a5c73; font-weight: 700; }
.z-msg--bot p b { color: var(--z-paper-ink); font-weight: 600; }

/* ===== 4. CASO REAL — o site da Amanda ao vivo ===== */
.z-caso {
  position: relative;
  padding-block: var(--z-section);
  background: var(--z-night);
  overflow: clip;
}
.z-caso::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(48% 46% at 74% 42%, rgba(34, 211, 238, .13), transparent 70%);
}
.z-caso-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(40px, 6vw, 86px); align-items: center;
}
.z-caso-copy h2 {
  margin: 0 0 20px; max-width: 15ch;
  font-size: clamp(30px, 4.4vw, 56px); line-height: 1.05;
  color: var(--z-white);
}
.z-caso-copy h2 em { color: var(--z-cyan-soft); }
.z-caso-copy > p { margin: 0 0 26px; font-size: 16.5px; line-height: 1.72; color: var(--z-dim); }
.z-caso-copy > p strong { color: var(--z-white); font-weight: 600; }

.z-caso-fatos { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 10px; }
.z-caso-fatos li {
  display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 14px; align-items: baseline;
  padding: 12px 0; border-top: 1px solid var(--z-line);
  font-size: 15px; line-height: 1.55; color: var(--z-dim);
}
.z-caso-fatos li:last-child { border-bottom: 1px solid var(--z-line); }
.z-caso-fatos span {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--z-cyan-soft);
}
/* o texto solto depois do <strong> virava uma CELULA anonima do grid e caia
   na coluna do rotulo, na linha de baixo. Por isso ele vive dentro de um <p>. */
.z-caso-fatos p { margin: 0; }
.z-caso-fatos strong { color: var(--z-white); font-weight: 600; }
.z-caso-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.z-caso-cta small { font-size: 13px; line-height: 1.5; color: var(--z-muted); }

.z-caso-stage { display: flex; justify-content: center; perspective: 1200px; }
.z-phone {
  --ph-w: 300px; --ph-h: 644px; --ph-inset: 8px;
  position: relative; width: var(--ph-w); height: var(--ph-h);
  border-radius: 3rem; background-color: #0b1220;
  box-shadow:
    inset 0 0 0 2px #35507a,
    inset 0 0 0 7px #04070e,
    0 40px 80px -15px rgba(0, 0, 0, .9),
    0 15px 25px -5px rgba(0, 0, 0, .65);
  transition: transform .5s var(--z-ease);
}
.z-caso-stage:hover .z-phone { transform: rotateY(-4deg) rotateX(2deg); }
.z-phone-btn {
  position: absolute; z-index: 0;
  background: linear-gradient(90deg, #33465f 0%, #0d141f 100%);
  box-shadow: -2px 0 5px rgba(0, 0, 0, .8), inset -1px 0 1px rgba(255, 255, 255, .14), inset 1px 0 2px rgba(0, 0, 0, .8);
}
.z-phone-btn--1 { top: 120px; left: -3px; width: 3px; height: 25px; border-radius: 3px 0 0 3px; }
.z-phone-btn--2 { top: 160px; left: -3px; width: 3px; height: 45px; border-radius: 3px 0 0 3px; }
.z-phone-btn--3 { top: 220px; left: -3px; width: 3px; height: 45px; border-radius: 3px 0 0 3px; }
.z-phone-btn--4 { top: 170px; right: -3px; width: 3px; height: 70px; border-radius: 0 3px 3px 0; }
.z-phone-screen {
  position: absolute; inset: var(--ph-inset); z-index: 10;
  border-radius: 2.55rem; overflow: hidden;
  background: #060a14; box-shadow: inset 0 0 15px rgba(0, 0, 0, 1);
}
/* o site real em viewport de celular (375px), escalado para caber:
   escala = (300 - 2*8) / 375 = 0,75733 · altura útil = (644 - 16) / escala ≈ 830px */
.z-phone-screen iframe {
  position: relative; z-index: 1;
  width: 375px; height: 830px; border: 0; background: #060a14;
  transform: scale(.75733); transform-origin: top left;
  pointer-events: none;              /* vitrine: o botão ao lado abre o site de verdade */
  opacity: 0; transition: opacity .8s var(--z-ease);
}
.z-phone-screen iframe.on { opacity: 1; }
.z-phone-load {
  position: absolute; inset: 0; z-index: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 12.5px; letter-spacing: .04em; color: var(--z-muted);
}
.z-phone-load img { height: 34px; width: auto; opacity: .8; animation: z-load-pulse 1.8s var(--z-ease) infinite; }
@keyframes z-load-pulse { 0%, 100% { opacity: .45; transform: scale(1); } 50% { opacity: .95; transform: scale(1.06); } }
.z-phone-glare {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(128deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 42%);
}
.z-phone-tag {
  position: absolute; z-index: 30; left: 50%; bottom: -18px; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  padding: 9px 16px; border-radius: 999px;
  background: rgba(9, 20, 38, .9); border: 1px solid rgba(34, 211, 238, .35);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 12.5px; font-weight: 600; letter-spacing: .05em; color: var(--z-cyan-soft);
  box-shadow: 0 14px 34px -14px rgba(3, 10, 22, .9);
}
.z-dot-live {
  width: 7px; height: 7px; border-radius: 50%; background: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, .7); animation: z-live 2.4s infinite;
}
@keyframes z-live { 70% { box-shadow: 0 0 0 9px rgba(52, 211, 153, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); } }

@media (max-width: 980px) {
  .z-caso-grid { grid-template-columns: 1fr; gap: 52px; }
  .z-caso-stage { order: 2; }
  .z-caso-copy h2 { max-width: 20ch; }
}
@media (max-width: 560px) {
  .z-phone { --ph-w: 272px; --ph-h: 584px; }
  .z-phone-screen iframe { transform: scale(.68267); height: 832px; }
  .z-caso-fatos li { grid-template-columns: 1fr; gap: 4px; }
}

/* ===== 5. BANNER DA AUDITORIA (dentro da Academy, fundo claro) ===== */
.z-tool {
  display: grid; grid-template-columns: minmax(0, 1.25fr) auto auto;
  gap: clamp(20px, 3vw, 46px); align-items: center;
  margin-top: clamp(38px, 4.4vw, 62px);
  padding: clamp(22px, 2.8vw, 36px);
  border: 1px solid var(--z-paper-line); border-radius: 22px;
  background: var(--z-white);
  box-shadow: 0 30px 70px -56px rgba(11, 31, 58, .5);
  text-decoration: none;
  transition: transform .3s var(--z-ease), box-shadow .3s var(--z-ease), border-color .3s var(--z-ease);
}
.z-tool:hover { transform: translateY(-3px); border-color: rgba(14, 116, 144, .45); box-shadow: 0 36px 80px -50px rgba(11, 31, 58, .6); }
.z-tool-tag {
  grid-column: 1 / -1;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase;
  color: #0a5c73;
}
.z-academy .z-tool-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(23px, 2.6vw, 34px); line-height: 1.1; letter-spacing: -.025em;
  color: var(--z-paper-ink);
}
.z-tool-copy p { margin: 0; font-size: 15.5px; line-height: 1.66; color: #3d5265; }
.z-tool-copy strong { color: var(--z-paper-ink); font-weight: 600; }
.z-tool-nums { display: flex; gap: clamp(16px, 2vw, 30px); }
.z-tool-nums span {
  display: grid; gap: 2px; text-align: center;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: #4d5f70;
}
.z-tool-nums b { font-size: clamp(26px, 3vw, 38px); font-weight: 700; letter-spacing: -.03em; color: #0a5c73; }
.z-tool-go {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
  padding: 13px 22px; border-radius: 999px;
  background: var(--z-navy); color: var(--z-white);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 14px; font-weight: 600;
}
.z-tool:hover .z-tool-go { background: #0a5c73; }

@media (max-width: 900px) {
  .z-tool { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .z-tool-nums { justify-content: flex-start; }
  .z-tool-go { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .z-tile, .z-tool, .z-phone, .z-mock-lista li { transition: none !important; }
  .z-dot-live, .z-phone-load img { animation: none !important; }
  .z-caso-stage:hover .z-phone { transform: none; }
}

/* ⚠️ styles.css:480 pinta TODO `.mobile-menu a` com --ink (claro) e vence o
   .btn-primary por especificidade (0,1,1 contra 0,1,0). Resultado: o CTA
   principal do menu do celular ficava #EAF2FF sobre o lime — 1,16:1, ilegivel,
   em TODO telefone. Passou meses despercebido porque o menu fechado e
   visibility:hidden, e o auditor de contraste pula o que esta invisivel.
   Achado em 09/09/26 auditando o menu ABERTO de proposito. */
.home-refined .mobile-menu a.btn-primary { color: #0a1a0f; }
