/* ==========================================================================
   Vease · Plataforma — estilos próprios do www.
   Fontes, tokens, base, botões, nav e footer vivem em css/shared.css
   (compartilhado com /juridico/) — linkado antes deste arquivo.
   ========================================================================== */

.wrap-narrow { max-width: 860px; }

/* Compensação do hero para a nav fixa (.nav-overhero, ver shared.css):
   o padding extra substitui a altura que a nav deixa de ocupar no fluxo. */
@supports (animation-timeline: scroll()) {
  .nav-overhero ~ main .hero { padding-top: calc(96px + 76px); }
  @media (max-width: 720px) {
    .nav-overhero ~ main .hero { padding-top: calc(64px + 66px); }
  }
}

/* ---------- Eyebrow / section headings ---------- */
.eyebrow {
  font-family: var(--f-sans); font-size: 13px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent-strong);
  margin: 0 0 18px; display: flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
.eyebrow-light { color: var(--accent-soft); }

.section { padding: 96px 0; }
.section-title { font-size: clamp(30px, 4.2vw, 46px); font-weight: 700; max-width: 720px; }
.section-lead { max-width: 640px; margin-top: 18px; font-size: 17px; color: var(--muted); }

.section-tint { background: var(--paper-tint); }

.section-dark { background: var(--ink-2); color: var(--paper); }
.section-dark .section-lead { color: var(--muted-light); }

/* ---------- Hero ----------
   Tinta limpa, conteúdo centrado; a vitrine animada de comandos é o foco. */
.hero {
  background: var(--ink);
  color: var(--paper);
  padding: 96px 0 88px;
  text-align: center;
}

.hero h1 {
  font-size: clamp(40px, 5.6vw, 68px); font-weight: 900; letter-spacing: -0.02em;
  max-width: 760px; margin: 0 auto;
}
.hero h1 em { font-style: normal; color: var(--accent); }

.hero .lead { margin: 22px auto 0; font-size: 18px; max-width: 560px; color: var(--muted-light); }

.hero .eyebrow { justify-content: center; }

.hero-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }

/* ---------- Vitrine animada de comandos (assinatura) ---------- */
.console {
  margin: 44px auto 0; max-width: 720px; text-align: left;
  background: rgba(245, 244, 241, .04);
  border: 1px solid var(--line-light); border-radius: var(--radius);
  padding: 18px 20px 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}

.console-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.console-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.console-chip {
  font-family: var(--f-sans); font-size: 13.5px; font-weight: 600;
  color: var(--muted-light); background: none; cursor: pointer;
  border: 1px solid var(--line-light); border-radius: 999px; padding: 6px 14px;
  transition: color .15s ease, border-color .15s ease, background-color .15s ease;
}
.console-chip:hover { color: var(--paper); border-color: rgba(245, 244, 241, .4); }
.console-chip[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.console-chip:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 2px; }
.console-badge {
  flex: none; font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted-light); border: 1px solid var(--line-light);
  padding: 3px 10px; border-radius: 999px;
}

/* Barra de exibição: os comandos digitam sozinhos aqui — não é um campo */
.console-bar {
  display: flex; align-items: center; gap: 10px;
  background: rgba(245, 244, 241, .06);
  border: 1px solid var(--line-light); border-radius: 12px;
  padding: 6px 6px 6px 16px; min-height: 54px;
}
.console-bar-text {
  flex: 0 1 auto; min-width: 0;
  font-family: var(--f-sans); font-size: 15.5px; color: var(--paper);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.console-bar-text:empty::before { content: "Uma tarefa do seu time…"; color: rgba(245, 244, 241, .45); }
.console-send {
  flex: none; margin-left: auto; width: 40px; height: 40px; border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; cursor: pointer;
  background: var(--accent); color: var(--ink); font-size: 19px; font-weight: 700;
  transition: background-color .15s ease;
}
.console-send:hover { background: var(--accent-soft); }
.console-send:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 2px; }

/* Altura reservada por breakpoint: a caixa nunca colapsa durante o ciclo,
   e a troca de cenário acontece com fade in-place (sem layout shift). */
.console-run {
  margin-top: 16px; border-top: 1px solid rgba(245, 244, 241, .1); padding-top: 14px;
  min-height: 302px;
  transition: opacity .25s ease;
}
.console-run.is-swapping { opacity: 0; }
.console-caret {
  display: inline-block; width: 8px; height: 15px; margin-left: 2px;
  background: var(--accent-soft); vertical-align: text-bottom;
  animation: caretBlink 1s steps(1) infinite;
}
.console-caret[hidden] { display: none; }
@keyframes caretBlink { 50% { opacity: 0; } }

.console-steps { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 7px; }
.console-steps li {
  font-size: 13.5px; color: var(--muted-light);
  display: flex; align-items: baseline; gap: 9px;
  animation: lgIn .45s cubic-bezier(.16, 1, .3, 1) both;
}
.console-steps li::before { content: "✓"; color: var(--accent-soft); font-weight: 700; flex: none; }
.console-steps li.is-working::before { content: "•"; animation: caretBlink .8s steps(1) infinite; }

.console-result {
  margin-top: 14px; background: rgba(245, 244, 241, .05);
  border: 1px solid rgba(245, 244, 241, .12); border-radius: 10px; padding: 14px 16px;
  animation: lgIn .5s cubic-bezier(.16, 1, .3, 1) both;
}
.console-result-file { font-family: var(--f-display); font-weight: 700; font-size: 13.5px; color: var(--accent-soft); }
.console-result-body { margin-top: 6px; font-size: 14.5px; color: rgba(245, 244, 241, .92); }
.console-audit { margin-top: 10px; font-size: 12px; color: var(--muted-light); border-top: 1px dashed rgba(245, 244, 241, .15); padding-top: 8px; }

.console-close { margin-top: 14px; font-size: 14.5px; color: rgba(245, 244, 241, .92); animation: lgIn .5s cubic-bezier(.16, 1, .3, 1) both; }
.console-close a { color: var(--accent-soft); font-weight: 700; }

/* ---------- Steps (como funciona) ---------- */
.steps {
  list-style: none; margin: 56px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.step { border-top: 2px solid var(--ink); padding-top: 20px; }
.step-num { font-family: var(--f-display); font-weight: 700; color: var(--accent-strong); font-size: 15px; }
.step h3 { font-size: 22px; margin: 10px 0 8px; }
.step p { font-size: 14.5px; color: var(--muted); }

/* ---------- Governança tabs ---------- */
.gov { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; margin-top: 56px; }

.gov-tabs { display: flex; flex-direction: column; gap: 4px; }
.gov-tab {
  text-align: left; font-family: var(--f-display); font-weight: 700; font-size: 17px;
  background: none; border: 0; border-left: 2px solid var(--line-light);
  color: var(--muted-light); padding: 13px 18px; cursor: pointer;
  transition: color .15s ease, border-color .15s ease;
}
.gov-tab:hover { color: var(--paper); }
.gov-tab:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.gov-tab[aria-selected="true"] { color: var(--paper); border-left-color: var(--accent); }

/* Painéis empilhados em grid: a seção mantém a altura do mais alto e a troca
   é um crossfade — sem pulo de layout entre abas. */
.gov-panes { display: grid; }
.gov-pane {
  grid-area: 1 / 1;
  opacity: 0; visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}
.gov-pane.is-active { opacity: 1; visibility: visible; }

.gov-pane h3 { font-size: 26px; margin-bottom: 14px; }
.gov-pane p { font-size: 16.5px; color: var(--muted-light); max-width: 560px; }

/* Ciclo automático (variante aceita no impeccable live): a barra de progresso
   na aba ativa É o temporizador — o animationend dela avança a aba no JS.
   Hover/foco pausam; clique manual encerra (remove .is-cycling);
   prefers-reduced-motion nunca inicia a animação. */
@keyframes govProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.gov-auto .gov-tab { position: relative; }
.gov-auto .gov-tab::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
}
.gov-auto.is-cycling .gov-tab[aria-selected="true"]::after {
  animation: govProgress 8s linear both;
}
.gov-auto.is-cycling:hover .gov-tab[aria-selected="true"]::after,
.gov-auto.is-cycling:focus-within .gov-tab[aria-selected="true"]::after {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .gov-auto.is-cycling .gov-tab[aria-selected="true"]::after { animation: none; }
}

.gov-shot {
  margin: 26px 0 0; background: #fff; border-radius: 12px;
  border: 1px solid rgba(245, 244, 241, .18);
  padding: 10px; box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}
.gov-shot img { border-radius: 7px; width: 100%; }
.gov-shot-tall { max-width: 380px; }

/* Diagrama ilustrativo (pane sem screenshot): matriz de permissões no
   vocabulário do sistema, com o mesmo selo de honestidade dos painéis */
.gov-diagram {
  margin: 26px 0 0; max-width: 560px;
  background: rgba(245, 244, 241, .04);
  border: 1px solid var(--line-light); border-radius: 12px;
  padding: 18px 20px;
}
.gd-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.gd-title { font-family: var(--f-display); font-weight: 700; font-size: 15px; }
.gd-badge {
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted-light); border: 1px solid var(--line-light);
  padding: 3px 10px; border-radius: 999px;
}
.gd-matrix { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.gd-matrix th, .gd-matrix td { padding: 9px 10px; text-align: center; }
.gd-matrix thead th {
  font-family: var(--f-sans); font-weight: 600; font-size: 11.5px;
  letter-spacing: .06em; text-transform: uppercase; color: var(--muted-light);
  border-bottom: 1px solid rgba(245, 244, 241, .12);
}
.gd-matrix tbody th {
  text-align: left; font-weight: 600; color: rgba(245, 244, 241, .9);
}
.gd-matrix tbody tr + tr { border-top: 1px solid rgba(245, 244, 241, .07); }
.gd-matrix td { color: rgba(245, 244, 241, .35); }
.gd-matrix td.gd-ok { color: var(--accent-soft); font-weight: 700; }
.gd-note {
  margin-top: 12px; font-size: 12.5px; color: var(--muted-light);
  border-top: 1px dashed rgba(245, 244, 241, .15); padding-top: 10px;
}

/* ---------- Soluções ---------- */
.sol-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 24px; margin-top: 56px; }

.sol-feature {
  background: var(--ink); color: var(--paper); border-radius: var(--radius);
  padding: 40px; display: flex; flex-direction: column; gap: 26px;
}
.sol-kicker { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-soft); margin-bottom: 10px; }
.sol-feature h3 { font-size: clamp(26px, 3vw, 34px); font-weight: 900; }
.sol-desc { margin-top: 12px; color: var(--muted-light); max-width: 560px; }

.sol-stats { display: flex; flex-wrap: wrap; gap: 34px; margin: 0; }
.sol-stats dt { font-family: var(--f-display); font-size: 26px; font-weight: 700; }
.sol-stats dd { margin: 2px 0 0; font-size: 13px; color: var(--muted-light); }

.sol-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.sol-list li { padding-left: 22px; position: relative; color: rgba(245, 244, 241, .88); font-size: 15px; }
.sol-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-soft); font-weight: 700; }

.sol-ctas { margin-top: 4px; }

.sol-next {
  border: 1.5px dashed var(--line); border-radius: var(--radius);
  padding: 36px 32px; display: flex; flex-direction: column; gap: 16px; justify-content: center;
}
.sol-next h3 { font-size: 23px; }
.sol-next p { color: var(--muted); font-size: 15px; }
.sol-next .btn { align-self: flex-start; }

/* ---------- Agentes por área ---------- */
.areas { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 56px; }
.area-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.area-card h3 { font-size: 20px; margin-bottom: 14px; }
.area-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.area-card li { padding-left: 20px; position: relative; font-size: 14.5px; color: var(--muted); }
.area-card li::before { content: ""; position: absolute; left: 0; top: .58em; width: 8px; height: 2px; background: var(--accent); }

/* ---------- Integrações ---------- */
.int-chips { list-style: none; margin: 48px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.int-chips li {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px;
  font-weight: 500; font-size: 14.5px; background: #fff;
}
.int-chips li img { width: 20px; height: 20px; object-fit: contain; }
.int-chips .chip-more { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ---------- Comparativo ---------- */
.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.versus-col { border-radius: var(--radius); padding: 34px; }
.versus-generic { border: 1px solid var(--line-light); }
.versus-vease { background: rgba(255, 60, 0, .07); border: 1px solid rgba(255, 60, 0, .4); }
.versus-title { font-family: var(--f-display); font-weight: 900; font-size: 22px; }
.versus-vease .versus-title { color: var(--accent-soft); }
.versus-sub { font-size: 13.5px; color: var(--muted-light); margin: 4px 0 22px; }
.versus-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.versus-col li { display: flex; gap: 12px; align-items: baseline; font-size: 15px; color: rgba(245, 244, 241, .88); }
.mark { font-weight: 700; flex: none; }
.mark-x { color: rgba(245, 244, 241, .4); }
.mark-v { color: var(--accent-soft); }

/* ---------- Segurança ---------- */
.sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.sec-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: #fff; }
.sec-card h3 { font-size: 18px; margin-bottom: 10px; }
.sec-card p { font-size: 14px; color: var(--muted); }

/* ---------- Resultados ---------- */
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.metric { border-top: 2px solid var(--ink); padding-top: 22px; }
.metric-num { font-family: var(--f-display); font-size: clamp(38px, 4.5vw, 56px); font-weight: 900; color: var(--accent-strong); line-height: 1; }
.metric h3 { font-size: 17px; margin: 12px 0 8px; }
.metric p { font-size: 14px; color: var(--muted); }

.quotes { margin-top: 72px; position: relative; }
.quote { display: none; margin: 0; }
.quote.is-active { display: block; animation: fadeIn .5s ease; }
.quote blockquote {
  margin: 0; font-family: var(--f-display); font-weight: 700;
  font-size: clamp(20px, 2.6vw, 28px); line-height: 1.35; max-width: 820px; letter-spacing: -0.01em;
}
.quote figcaption { margin-top: 16px; font-size: 14px; color: var(--muted); }
.quote-dots { display: flex; gap: 8px; margin-top: 20px; }
.quote-dots button {
  width: 26px; height: 24px; border-radius: 99px; border: 0;
  background: rgba(10, 17, 20, .5); background-clip: content-box;
  cursor: pointer; padding: 10px 0; transition: background-color .2s ease;
}
.quote-dots button[aria-current="true"] { background: var(--accent-strong); background-clip: content-box; }
.quote-dots button:focus-visible { outline: 2px solid var(--accent-strong); outline-offset: 2px; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ---------- Implantação ---------- */
.journey {
  list-style: none; margin: 56px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 32px;
}
.journey li { border-top: 1px solid var(--line); padding-top: 18px; }
.journey-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--ink); color: var(--paper);
  font-family: var(--f-display); font-weight: 700; font-size: 14px;
}
.journey h3 { font-size: 18px; margin: 12px 0 6px; }
.journey p { font-size: 14px; color: var(--muted); }

.note-juridico {
  margin-top: 56px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 28px; display: flex; flex-wrap: wrap; gap: 12px 32px;
  align-items: center; justify-content: space-between;
}
.note-juridico p { font-size: 15px; max-width: 640px; }
.note-juridico a { font-family: var(--f-display); font-weight: 700; color: var(--accent-strong); text-decoration: none; white-space: nowrap; }
.note-juridico a:hover { text-decoration: underline; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 48px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: var(--f-display); font-weight: 700; font-size: 18px; padding: 22px 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; content: "+" / ""; font-size: 24px; font-weight: 500; color: var(--accent-strong);
  transition: transform .2s ease; flex: none; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 0 22px; color: var(--muted); max-width: 720px; }
.faq-item a { color: var(--accent-strong); }

/* ---------- CTA / contato ---------- */
/* Fechamento: a matéria de vidro vermelho sob o convite final — véu apenas
   onde há texto (topo), deixando o vidro legível como vidro na base */
.section-cta {
  background:
    linear-gradient(180deg, rgba(10, 17, 20, .78) 0%, rgba(10, 17, 20, .42) 48%, rgba(10, 17, 20, .08) 100%),
    var(--ink) url('../assets/img/material-cta.webp') center bottom / cover no-repeat;
  color: var(--paper);
}
.cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }

.eyebrow-cta { color: var(--accent-soft); }
.eyebrow-cta::before { background: var(--accent-soft); }

.cta-copy h2 { font-size: clamp(32px, 4.4vw, 50px); font-weight: 900; letter-spacing: -0.02em; }
.cta-copy > p { margin-top: 18px; font-size: 17px; max-width: 460px; color: rgba(245, 244, 241, .85); }
.cta-alt { margin-top: 28px !important; font-size: 15px !important; }
.cta-alt a { color: var(--paper); font-weight: 700; }

.cta-form {
  background: var(--paper); color: var(--ink); border-radius: var(--radius);
  padding: 36px; display: grid; gap: 18px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
}
.field { display: grid; gap: 7px; }
.field label { font-weight: 600; font-size: 14px; }
.label-opt { font-weight: 400; color: var(--muted); }
.btn-block { width: 100%; justify-content: center; font-size: 17px; }
.field input, .field textarea {
  /* 16px é o mínimo que evita o auto-zoom do iOS Safari ao focar o campo */
  font-family: var(--f-sans); font-size: 16px; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; width: 100%; resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(10, 17, 20, .6); }
.field input:focus, .field textarea:focus { outline: 2px solid var(--accent); outline-offset: 0; border-color: transparent; }
.form-hint { font-size: 12.5px; color: var(--muted); text-align: center; }
.form-status { font-size: 13.5px; font-weight: 600; text-align: center; }
.form-status.is-error { color: var(--accent-strong); }
.form-privacy { font-size: 12px; color: var(--muted); text-align: center; }
.form-privacy a { color: var(--accent-strong); }

/* Footer compartilhado: ver css/shared.css */

/* ---------- CTA fixo mobile ---------- */
.mobile-cta {
  display: none;
  position: fixed; left: 16px; right: 16px; bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 40;
  font-family: var(--f-display); font-weight: 700; font-size: 16px;
  text-align: center; text-decoration: none;
  background: var(--accent); color: var(--ink);
  padding: 14px 20px; border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}
.mobile-cta[hidden] { display: none !important; }
@media (max-width: 720px) {
  .mobile-cta:not([hidden]) { display: block; }
}

/* ---------- Sistema de animação (mesmo padrão do Vease Jurídico) ----------
   Reveals por papel: data-rv (bloco único), data-rv="art" (artefato/painel),
   data-rvg (grade com stagger por filho). O JS marca os elementos e remove as
   marcas após o reveal. prefers-reduced-motion é ignorado de propósito para os
   efeitos curtos sem loop (mesma decisão documentada no site do Jurídico:
   "Mostrar animações" desligado no Windows escondia conteúdo); há salvaguarda
   de 6s no JS. O loop de depoimentos respeita reduced-motion. */

.rv-on [data-rv] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease var(--rvd, 0ms), transform .65s ease var(--rvd, 0ms); }
.rv-on [data-rv="art"] { transform: translateY(24px) scale(.985); transition-duration: .8s; }
.rv-on [data-rv].rv-in { opacity: 1; transform: none; }
.rv-on [data-rvg] > * { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.rv-on [data-rvg] > *:nth-child(2) { transition-delay: 70ms; }
.rv-on [data-rvg] > *:nth-child(3) { transition-delay: 140ms; }
.rv-on [data-rvg] > *:nth-child(4) { transition-delay: 210ms; }
.rv-on [data-rvg] > *:nth-child(5) { transition-delay: 280ms; }
.rv-on [data-rvg] > *:nth-child(6) { transition-delay: 350ms; }
.rv-on [data-rvg] > *:nth-child(n+7) { transition-delay: 380ms; }
.rv-on [data-rvg].rv-in > * { opacity: 1; transform: none; }

@keyframes lgIn { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .quote.is-active { animation: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1024px) {
  .steps { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .gov { grid-template-columns: 1fr; gap: 32px; }
  .gov-tabs { flex-direction: row; flex-wrap: wrap; }
  .gov-tab { border-left: 0; border-bottom: 2px solid var(--line-light); padding: 10px 14px; font-size: 15px; }
  .gov-tab[aria-selected="true"] { border-bottom-color: var(--accent); }
  .sol-grid { grid-template-columns: 1fr; }
  .sec-grid { grid-template-columns: repeat(2, 1fr); }
  .journey { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .hero { padding: 64px 0 72px; }
  .console { padding: 14px 14px 16px; }
  /* Comandos quebram em 2 linhas e o selo "Simulação" permanece visível */
  .console-badge { font-size: 10px; padding: 2px 8px; }
  /* Alturas reservadas para o comando mais longo: a caixa não respira no toque */
  .console-bar { align-items: flex-start; padding-top: 10px; padding-bottom: 10px; min-height: 92px; }
  .console-bar-text { font-size: 14.5px; white-space: normal; overflow: visible; text-overflow: clip; }
  .console-run { min-height: 396px; }
  .steps { grid-template-columns: 1fr; }
  .areas { grid-template-columns: 1fr; }
  .versus { grid-template-columns: 1fr; }
  .sec-grid { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; gap: 36px; }
  .journey { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; gap: 48px; }
  .cta-form { padding: 28px 22px; }
}
