/* Landing de abertura de empresa — valores transcritos do
   "Landing Abertura de Empresa v2" (Claude Design). Carrega depois do
   site.css (tokens, fonte, reset); tudo aqui tem prefixo .ab-.
   Quebras do protótipo: 720px (âncoras do topo somem, botão flutuante 54px);
   as colunas empilham pelo auto-fit das grades. */

.ab-pagina { min-height: 100vh; display: flex; flex-direction: column; overflow-x: clip; }
.ab-main { flex: 1; }
.ab-fase[hidden] { display: none !important; }
.ab-so-tela {}

/* ---------- peças comuns ---------- */
.ab-rotulo { font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--verde); }
.ab-rotulo-fase { font-size: 14px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--verde); }
.ab-h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.1; font-weight: 800; color: var(--azul); letter-spacing: -0.035em; text-wrap: balance; }
.ab-cabeca { display: flex; flex-direction: column; gap: 16px; max-width: 680px; }
.ab-caixa { background: #FFFFFF; border: 0; border-radius: 28px; box-shadow: 0 20px 50px rgba(17, 47, 85, 0.08); }

.ab-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px; padding: 14px 24px; border: 0; border-radius: 999px;
  cursor: pointer; white-space: nowrap; text-align: center; font-family: inherit; line-height: normal;
}
.ab-btn:disabled { cursor: not-allowed; }
/* No desenho os botões-link (<a>) herdam o line-height 1.6 do body; só os <button> ficam em normal. */
a.ab-btn { line-height: 1.6; }
.ab-btn--hero {
  flex: 1 1 260px; max-width: 340px; background: var(--verde); color: #FFFFFF; font-size: 16px;
  padding: 16px 28px; box-shadow: 0 12px 28px rgba(109, 157, 99, 0.34);
}
.ab-btn--hero:hover { background: var(--verde-escuro); }
.ab-btn--verde { background: var(--verde); color: #FFFFFF; }
.ab-btn--verde:hover { background: var(--verde-escuro); color: #FFFFFF; }
.ab-btn--contorno { background: none; border: 1.5px solid #2C4468; color: #FFFFFF; padding: 12px 20px; }
.ab-btn--contorno:hover { border-color: #FFFFFF; color: #FFFFFF; }
.ab-btn--azul { background: var(--azul); color: #FFFFFF; }
.ab-btn--azul:hover { background: var(--azul-escuro); color: #FFFFFF; }
.ab-btn--contorno-azul { background: none; border: 1.5px solid var(--azul); color: var(--azul); font-weight: 600; padding: 12px 22px; }
.ab-btn--contorno-azul:hover { background: var(--azul); color: #FFFFFF; }
.ab-btn--voltar { background: none; border: 1.5px solid var(--linha-3); color: var(--texto-2); font-weight: 600; padding: 12px 20px; }
.ab-btn--voltar:hover { border-color: var(--azul); color: var(--azul); }
.ab-btn--enviar { background: var(--verde); color: #FFFFFF; font-size: 17px; padding: 15px 30px; }
.ab-btn--enviar:hover { background: var(--verde-escuro); }
.ab-btn--enviar:disabled { background: #B9C2CE; }
.ab-btn--whatsapp { background: var(--whatsapp); color: #FFFFFF; }
.ab-btn--whatsapp:hover { background: #1FB855; color: #FFFFFF; }
.ab-link { color: var(--azul); font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 8px; border-bottom: 2px solid var(--verde); padding-bottom: 2px; }
.ab-link:hover { color: var(--verde); }

/* ---------- topo ---------- */
.ab-topo {
  position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--linha);
}
.ab-topo__in { max-width: 1240px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ab-topo__logo { width: clamp(160px, 18vw, 210px); height: auto; display: block; }
.ab-topo__acoes { display: flex; align-items: center; gap: 6px; }
.ab-topo__anc { display: none; font-size: 14px; font-weight: 600; color: var(--texto-2); padding: 8px 12px; border-radius: 999px; white-space: nowrap; }
.ab[data-fase="landing"] .ab-topo__anc { display: block; }
.ab-topo__anc:hover { background: var(--cinza); color: var(--azul); }
.ab-topo__cta { margin-left: 6px; background: var(--verde); color: #FFFFFF; font-weight: 700; font-size: 14px; padding: 10px 18px; border-radius: 999px; white-space: nowrap; }
.ab-topo__cta:hover { background: var(--verde-escuro); color: #FFFFFF; }

/* ---------- hero ---------- */
.ab-hero { background: #FFFFFF; position: relative; overflow: hidden; }
.ab-hero__arco { position: absolute; left: -12%; bottom: -38%; width: 46%; max-width: none; opacity: 0.08; pointer-events: none; }
.ab-hero__in {
  position: relative; max-width: 1240px; margin: 0 auto; padding: clamp(32px, 6vw, 64px) 24px clamp(56px, 8vw, 88px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr)); gap: clamp(40px, 6vw, 72px); align-items: center;
}
.ab-hero__texto { display: flex; flex-direction: column; gap: 22px; }
.ab-selo {
  align-self: flex-start; display: flex; align-items: center; gap: 10px; background: var(--verde-fundo); color: var(--verde-texto);
  font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 8px 16px 8px 12px; border-radius: 999px;
}
.ab-selo > span { width: 8px; height: 8px; border-radius: 50%; background: var(--verde); display: block; flex: none; }
.ab-hero h1 { margin: 0; font-size: clamp(38px, 4.8vw, 60px); line-height: 1.02; font-weight: 800; letter-spacing: -0.045em; color: var(--azul); text-wrap: balance; }
.ab-hero h1 span { color: var(--verde); }
.ab-hero__lead { margin: 0; font-size: 18px; line-height: 1.6; color: var(--texto-2); max-width: 44ch; text-wrap: pretty; }
.ab-hero__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 4px; }
.ab-hero__nota { font-size: 14px; color: var(--texto-3); }
.ab-hero__presenca { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; padding-top: 24px; border-top: 1px solid var(--linha); }
.ab-hero__resp { flex: 1 1 240px; display: flex; align-items: center; gap: 14px; }
.ab-hero__resp-icone { width: 48px; height: 48px; border-radius: 50%; background: var(--azul); display: flex; align-items: center; justify-content: center; flex: none; }
.ab-hero__resp-icone img { width: 26px; height: auto; display: block; }
.ab-hero__resp > div, .ab-hero__local { display: flex; flex-direction: column; gap: 1px; }
.ab-hero__local { flex: 1 1 240px; justify-content: center; }
.ab-hero__presenca strong { font-size: 15px; font-weight: 800; color: var(--azul); }
.ab-hero__presenca span:not(.ab-hero__resp-icone) { font-size: 13px; color: var(--texto-3); }

.ab-card {
  position: relative; background: var(--azul); color: #FFFFFF; border-radius: 32px; padding: clamp(26px, 4vw, 40px);
  overflow: hidden; box-shadow: 0 36px 70px rgba(10, 27, 51, 0.24);
}
.ab-card__barras { position: absolute; right: -4%; top: -6%; width: 34%; max-width: none; opacity: 0.10; pointer-events: none; }
.ab-card__cabeca { position: relative; display: flex; flex-direction: column; gap: 6px; margin-bottom: 22px; }
.ab-card__rotulo { font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--verde-claro); }
.ab-card h2 { margin: 0; font-size: clamp(24px, 2.4vw, 30px); line-height: 1.12; font-weight: 800; letter-spacing: -0.03em; }
.ab-card__lista { position: relative; display: flex; flex-direction: column; }
.ab-card__linha { position: absolute; left: 15px; top: 16px; bottom: 16px; width: 2px; background: #2C4468; }
.ab-card__item { position: relative; display: flex; gap: 16px; align-items: flex-start; padding: 9px 0; }
.ab-card__n {
  width: 32px; height: 32px; border-radius: 50%; background: #16396A; border: 2px solid var(--verde); color: #FFFFFF;
  font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none;
}
.ab-card__item > span:last-child { font-size: 15px; line-height: 1.5; color: #E7ECF3; padding-top: 5px; text-wrap: pretty; }
.ab-card__selo { position: relative; margin-top: 18px; background: var(--verde); border-radius: 18px; padding: 14px 18px; display: flex; align-items: center; gap: 14px; }
.ab-card__check { width: 36px; height: 36px; border-radius: 50%; background: #FFFFFF; display: flex; align-items: center; justify-content: center; flex: none; }
.ab-card__check svg { display: block; }
.ab-card__selo > div { display: flex; flex-direction: column; gap: 0; }
.ab-card__selo strong { font-size: 16px; font-weight: 800; }
.ab-card__selo span:not(.ab-card__check) { font-size: 14px; }

/* ---------- como funciona ---------- */
.ab-passos { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 9vw, 80px) 24px; display: flex; flex-direction: column; gap: 40px; scroll-margin-top: 80px; }
.ab-passos__grade { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 16px; }
.ab-passos__par { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 16px; }
.ab-passo { background: var(--fundo-suave); border-radius: 28px; padding: 30px 28px; display: flex; flex-direction: column; gap: 12px; min-height: 240px; }
.ab-passo__n { font-size: 52px; line-height: 0.9; font-weight: 800; color: var(--verde); letter-spacing: -0.05em; }
.ab-passo h3 { margin: auto 0 0; font-size: 20px; font-weight: 800; color: var(--azul); line-height: 1.2; letter-spacing: -0.015em; }
.ab-passo p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--texto-2); text-wrap: pretty; }

/* ---------- dúvidas ---------- */
.ab-duvidas {
  max-width: 1240px; margin: 0 auto; padding: 0 24px clamp(56px, 9vw, 80px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 48px; align-items: start; scroll-margin-top: 80px;
}
.ab-duvidas__texto { display: flex; flex-direction: column; gap: 16px; }
.ab-responde { display: flex; align-items: center; gap: 14px; background: var(--fundo-suave); border-radius: 20px; padding: 16px 18px; max-width: 420px; margin-top: 6px; }
.ab-responde img { width: 40px; height: auto; flex: none; }
.ab-responde div { display: flex; flex-direction: column; gap: 2px; }
.ab-responde strong { font-size: 16px; font-weight: 800; color: var(--azul); }
.ab-responde span { font-size: 14px; color: var(--texto-3); }
.ab-faq { display: flex; flex-direction: column; gap: 10px; }
.ab-faq__item { background: var(--fundo-suave); border-radius: 20px; padding: 0 clamp(16px, 4vw, 24px); }
.ab-faq__pergunta {
  width: 100%; text-align: left; background: none; border: 0; padding: 20px 0; display: flex; gap: 16px; align-items: center;
  justify-content: space-between; cursor: pointer; font-size: 16px; font-weight: 700; color: var(--azul); line-height: 1.4; font-family: inherit;
}
.ab-faq__sinal { width: 32px; height: 32px; border-radius: 50%; background: #FFFFFF; color: var(--verde); font-size: 20px; line-height: 1; flex: none; display: flex; align-items: center; justify-content: center; }
.ab-faq__resposta p { margin: 0 0 20px; font-size: 15px; line-height: 1.65; color: var(--texto-2); max-width: 62ch; text-wrap: pretty; }

/* ---------- chamada final ---------- */
.ab-cta { padding: 0 16px 16px; }
.ab-cta__caixa {
  max-width: 1240px; margin: 0 auto; background: var(--azul); color: #FFFFFF; border-radius: 36px;
  padding: clamp(40px, 7vw, 80px) clamp(28px, 6vw, 80px); position: relative; overflow: hidden;
  display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between;
}
.ab-cta__arco { position: absolute; right: -10%; top: -30%; width: 70%; max-width: none; opacity: 0.14; pointer-events: none; }
.ab-cta h2 { position: relative; margin: 0; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.08; font-weight: 800; letter-spacing: -0.04em; max-width: 22ch; text-wrap: balance; }
.ab-cta__botoes { position: relative; display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- formulários (captura, briefing, revisão) ---------- */
.ab-campo { display: flex; flex-direction: column; gap: 6px; }
.ab-campo label { font-size: 15px; font-weight: 600; color: var(--azul); }
.ab-campo__ajuda { font-size: 14px; color: var(--texto-3); line-height: 1.5; }
.ab-campo input, .ab-campo textarea {
  border: 1px solid var(--linha-3); border-radius: 14px; padding: 13px 16px; background: #FFFFFF; width: 100%;
  color: var(--texto); font-family: inherit; font-size: 17px; line-height: normal;
}
.ab-campo textarea { resize: vertical; line-height: 1.6; }
.ab-campo input:focus, .ab-campo textarea:focus { outline: none; border-color: var(--azul); box-shadow: 0 0 0 3px rgba(17, 47, 85, 0.1); }
.ab-campo.tem-erro input, .ab-campo.tem-erro textarea { border-color: #C0392B; }
.ab-campo__erro { font-size: 14px; font-weight: 600; color: #C0392B; }
.ab-campos { display: flex; flex-wrap: wrap; gap: 20px; }
.ab-campo--full { flex: 1 1 100%; }
.ab-campo--meia { flex: 1 1 200px; }
.ab-isca { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ab-turnstile:empty { display: none; }
.ab-form__privacidade { margin: 0; font-size: 14px; line-height: 1.6; color: var(--texto-3); text-wrap: pretty; }
.ab-form__privacidade a, .ab-consentimento a { color: var(--azul); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.ab-form__erro { font-size: 15px; font-weight: 600; color: #C0392B; }
.ab-form__acoes { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; }
.ab-form__acoes--linha { padding-top: 6px; border-top: 1px solid #EEF0F3; }

/* captura */
.ab-captura { max-width: 680px; margin: 0 auto; padding: clamp(32px, 6vw, 56px) 24px 80px; display: flex; flex-direction: column; gap: 22px; }
.ab-captura__cabeca { display: flex; flex-direction: column; gap: 8px; }
.ab-captura__cabeca h1 { margin: 0; font-size: 32px; line-height: 1.15; font-weight: 800; color: var(--azul); letter-spacing: -0.03em; text-wrap: pretty; }
.ab-captura__cabeca p { margin: 0; font-size: 17px; line-height: 1.6; color: var(--texto-2); text-wrap: pretty; }
.ab-form { position: relative; padding: 30px; display: flex; flex-direction: column; gap: 20px; }

/* ponte, 404 */
.ab-ponte { max-width: 660px; margin: 0 auto; padding: 60px 24px 80px; }
.ab-ponte__caixa { padding: 38px 32px; display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.ab-ponte__caixa > img { width: 44px; height: auto; }
.ab-ponte__texto { display: flex; flex-direction: column; gap: 8px; }
.ab-ponte__texto h1 { margin: 0; font-size: 30px; line-height: 1.18; font-weight: 800; color: var(--azul); letter-spacing: -0.03em; text-wrap: pretty; }
.ab-ponte__texto p { margin: 0; font-size: 17px; line-height: 1.6; color: var(--texto-2); text-wrap: pretty; }
.ab-ponte__botoes { display: flex; flex-wrap: wrap; gap: 12px; }

/* briefing */
.ab-briefing { max-width: 780px; margin: 0 auto; padding: clamp(28px, 5vw, 48px) 24px 80px; }
.ab-progresso { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.ab-progresso__linha { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.ab-progresso__linha .ab-rotulo-fase { letter-spacing: 0.1em; }
.ab-progresso__aviso { font-size: 13px; color: #8A8F99; }
.ab-progresso__barra { height: 6px; background: var(--linha-2); border-radius: 999px; overflow: hidden; }
.ab-progresso__barra > div { height: 100%; background: var(--verde); border-radius: 999px; transition: width 260ms ease; }
.ab-briefing__caixa { padding: 34px 30px; display: flex; flex-direction: column; gap: 24px; }
.ab-briefing__cabeca { display: flex; flex-direction: column; gap: 5px; }
.ab-briefing__cabeca h1 { margin: 0; font-size: 27px; line-height: 1.2; font-weight: 800; color: var(--azul); letter-spacing: -0.03em; }
.ab-briefing__cabeca p { margin: 0; font-size: 16px; color: var(--texto-3); }
.ab-briefing__campos { display: flex; flex-direction: column; gap: 24px; }
.ab-pergunta { display: flex; flex-direction: column; gap: 10px; }
.ab-pergunta__rotulo { display: flex; flex-direction: column; gap: 3px; }
.ab-pergunta__rotulo label, .ab-pergunta__rotulo span:first-child { font-size: 16px; font-weight: 600; color: var(--azul); }
.ab-pergunta__ajuda { font-size: 14px; color: var(--texto-3); line-height: 1.5; }
.ab-pergunta input, .ab-pergunta textarea {
  border: 1px solid var(--linha-3); border-radius: 14px; padding: 13px 16px; background: #FFFFFF; width: 100%;
  color: var(--texto); font-family: inherit; font-size: 17px; line-height: normal;
}
.ab-pergunta textarea { resize: vertical; line-height: 1.6; }
.ab-pergunta input:focus, .ab-pergunta textarea:focus { outline: none; border-color: var(--azul); box-shadow: 0 0 0 3px rgba(17, 47, 85, 0.1); }
.ab-pergunta.tem-erro input, .ab-pergunta.tem-erro textarea { border-color: #C0392B; }
.ab-opcoes { display: flex; flex-wrap: wrap; gap: 10px; }
.ab-opcao {
  border: 1.5px solid var(--fundo-suave); background: var(--fundo-suave); color: var(--texto); border-radius: 999px;
  padding: 10px 18px; font-size: 15px; font-weight: 500; cursor: pointer; min-height: 46px; font-family: inherit; line-height: normal;
}
.ab-opcao[aria-pressed="true"] { border-color: var(--azul); background: var(--azul); color: #FFFFFF; font-weight: 600; }
.ab-pergunta__erro { font-size: 14px; font-weight: 600; color: #C0392B; }
.ab-briefing__aviso { margin: 18px 0 0; font-size: 14px; line-height: 1.6; color: var(--texto-3); text-wrap: pretty; }

/* revisão */
.ab-revisao__cabeca { display: flex; flex-direction: column; gap: 6px; }
.ab-revisao__cabeca .ab-rotulo-fase { letter-spacing: 0.1em; }
.ab-revisao__cabeca h1 { margin: 0; font-size: 28px; line-height: 1.2; font-weight: 800; color: var(--azul); letter-spacing: -0.03em; }
.ab-revisao__cabeca p { margin: 0; font-size: 16px; color: var(--texto-3); }
.ab-resumo { display: flex; flex-direction: column; gap: 22px; }
.ab-resumo__grupo { display: flex; flex-direction: column; gap: 8px; }
.ab-resumo__cab { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--linha-2); padding-bottom: 6px; }
.ab-resumo__cab h2 { margin: 0; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--verde); }
.ab-resumo__editar { background: none; border: 0; padding: 0; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--azul); border-bottom: 2px solid var(--verde); font-family: inherit; line-height: normal; }
.ab-resumo__item { display: grid; grid-template-columns: minmax(150px, 38%) 1fr; gap: 12px; padding: 5px 0; }
.ab-resumo__item span:first-child { font-size: 15px; color: var(--texto-3); }
.ab-resumo__item span:last-child { font-size: 15px; font-weight: 600; color: var(--azul); overflow-wrap: anywhere; }
.ab-consentimento { display: flex; gap: 12px; align-items: flex-start; background: #F7F8FA; border: 1px solid var(--linha-2); border-radius: 18px; padding: 18px; cursor: pointer; }
.ab-consentimento input { margin: 4px 0 0; width: 18px; height: 18px; flex: none; accent-color: var(--verde); }
.ab-consentimento span { font-size: 15px; line-height: 1.6; text-wrap: pretty; }

/* confirmação */
.ab-confirmacao { max-width: 760px; margin: 0 auto; padding: 48px 24px 80px; }
.ab-confirmacao__caixa { padding: 42px 32px; display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.ab-confirmacao__caixa > img { width: 52px; height: auto; }
.ab-confirmacao__texto { display: flex; flex-direction: column; gap: 8px; }
.ab-confirmacao__texto h1 { margin: 0; font-size: 30px; line-height: 1.15; font-weight: 800; color: var(--azul); letter-spacing: -0.03em; }
.ab-confirmacao__texto p { margin: 0; font-size: 18px; line-height: 1.6; text-wrap: pretty; }
.ab-protocolo { background: var(--verde-fundo); border-radius: 18px; padding: 22px 26px; display: flex; flex-direction: column; gap: 4px; align-self: stretch; }
.ab-protocolo__rotulo { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #4A7D3F; }
.ab-protocolo strong { font-size: 30px; font-weight: 700; color: var(--azul); letter-spacing: 0.02em; }
.ab-protocolo__nota { font-size: 14px; color: var(--texto-2); }
.ab-proximos { display: flex; flex-direction: column; gap: 10px; }
.ab-proximos__titulo { font-size: 16px; font-weight: 600; color: var(--azul); }
.ab-proximos > div { display: flex; gap: 12px; align-items: flex-start; }
.ab-proximos img { width: 18px; height: auto; flex: none; margin-top: 5px; }
.ab-proximos > div span { font-size: 16px; line-height: 1.55; }

/* ---------- rodapé e WhatsApp flutuante ---------- */
.ab-rodape { padding: 0 16px 88px; }
.ab-rodape__in {
  max-width: 1240px; margin: 0 auto; background: var(--azul-escuro); color: #C9D3E3; border-radius: 28px; padding: 28px clamp(24px, 5vw, 40px);
  display: flex; flex-wrap: wrap; gap: 16px 32px; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.6;
}
.ab-rodape__in img { width: 170px; height: auto; display: block; }
.ab-rodape__in div { display: flex; flex-direction: column; gap: 2px; }
.ab-wa {
  position: fixed; right: calc(20px + env(safe-area-inset-right, 0px)); bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: var(--verde); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(10, 27, 51, 0.24);
}
.ab-wa svg { display: block; }
.ab-wa:hover { background: var(--verde-escuro); }

/* ---------- quebras do protótipo ---------- */
@media (max-width: 720px) {
  .ab[data-fase="landing"] .ab-topo__anc { display: none; }
  .ab-wa { width: 54px; height: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  .ab-progresso__barra > div { transition: none; }
}
@media print {
  .ab-topo, .ab-rodape, .ab-wa, .ab-so-tela { display: none !important; }
  .ab-caixa { box-shadow: none; border: 1px solid #D9DDE3; }
  .ab-briefing { padding: 0; }
}
