/* ==========================================================================
   sections.css — estilos específicos de cada seção da página
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: calc(var(--header-h) + clamp(2rem, 4vw, 3.5rem));
  padding-bottom: 0;
  overflow: hidden;
  isolation: isolate;
}

.hero > .wrap { flex: 1 1 auto; }

.hero .faixa {
  flex: none;
  margin-top: auto;
}

.hero-aurora {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 130%;
  z-index: -1;
  pointer-events: none;
}

.hero-aurora .brilho { animation: deriva 22s var(--ease) infinite; }
.hero-aurora .brilho:nth-child(1) { width: 46vw; height: 46vw; top: -8%; left: 46%; }
.hero-aurora .brilho:nth-child(2) { width: 34vw; height: 34vw; top: 24%; left: -4%; animation-duration: 28s; animation-direction: reverse; }
.hero-aurora .brilho:nth-child(3) { width: 28vw; height: 28vw; top: 52%; left: 62%; animation-duration: 34s; }

.hero-grade { display: grid; grid-template-columns: 1.05fr 1.15fr; gap: clamp(2rem, 3.5vw, 3.5rem); align-items: center; }

@media (max-width: 1024px) {
  .hero-grade { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
  .hero-texto { text-align: center; margin-inline: auto; max-width: 40rem; }
  .hero-texto .hero-acoes, .hero-texto .hero-bullets { justify-content: center; }
  .hero-texto .lista-checks { justify-items: center; }
}

.hero h1 { margin-block: 1.25rem 0; }

.hero h1 .linha-2 { display: block; }

.hero-sub {
  margin-top: 1.5rem;
  max-width: 34rem;
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.22rem);
  color: var(--fg-muted);
}

@media (max-width: 1024px) { .hero-sub { margin-inline: auto; } }

.hero-acoes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.25rem;
}

.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.4rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
}

.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 550;
  color: var(--fg-subtle);
}

.hero-bullets .icone { width: 16px; height: 16px; color: var(--ok); }

/* Painel visual do hero */
.hero-visual { position: relative; }

.hero-visual .janela { animation: flutuar 9s var(--ease) infinite; }

.hero-cartao-flutuante {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  backdrop-filter: blur(14px);
  box-shadow: var(--sh-lg);
  font-size: 0.8rem;
  animation: flutuar 7s var(--ease) infinite;
}

.hero-cartao-flutuante strong { display: block; font-family: var(--font-display); font-size: 1.15rem; line-height: 1.1; }
.hero-cartao-flutuante span { color: var(--fg-subtle); font-size: 0.75rem; }

.hero-cartao-flutuante .caixa-icone { width: 34px; height: 34px; border-radius: var(--r-sm); }
.hero-cartao-flutuante .caixa-icone .icone { width: 17px; height: 17px; }

/* Sobre a área esmaecida do rodapé da janela, onde não cobrem informação. */
.flutuante-1 { bottom: 3%; left: -7%; animation-delay: -1.5s; }
.flutuante-2 { bottom: 17%; right: -5%; animation-delay: -4s; }

@media (max-width: 1320px) {
  .flutuante-1 { left: -2%; }
  .flutuante-2 { right: -1%; }
}

/* Em telas médias os cartões sairiam do enquadramento */
@media (max-width: 1100px) {
  .hero-cartao-flutuante { display: none; }
}

@media (max-width: 640px) {
  .hero-cartao-flutuante { display: none; }
}

/* --------------------------------------------------------------------------
   2. Dores × resolução (pares em evidência)
   -------------------------------------------------------------------------- */
.dores-palco {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.8fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
  flex: 1 1 auto;
  min-height: 0;
}

@media (max-width: 1100px) {
  .dores-palco { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .dores-visual { max-width: 240px; margin-inline: auto; }
}

.dores-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.radar-despacho {
  width: min(100%, 340px);
  height: auto;
  overflow: visible;
}

.radar-anel {
  stroke: rgba(186, 0, 54, 0.28);
  stroke-width: 1.2;
  transform-origin: 160px 160px;
  animation: radar-pulsar 4.2s var(--ease) infinite;
}

.radar-anel-2 { animation-delay: 0.7s; stroke: rgba(186, 0, 54, 0.2); }
.radar-anel-3 { animation-delay: 1.4s; stroke: rgba(255, 61, 104, 0.16); }

.radar-varredura {
  fill: rgba(186, 0, 54, 0.16);
  transform-origin: 160px 160px;
  animation: radar-varrer 5.5s linear infinite;
}

.radar-fio {
  stroke: url(#dores-fio);
  stroke-width: 1.6;
  stroke-dasharray: 8 10;
  animation: radar-correr 2.8s linear infinite;
}

.radar-fio-2 { animation-delay: -0.5s; }
.radar-fio-3 { animation-delay: -1.1s; }
.radar-fio-4 { animation-delay: -1.7s; }
.radar-fio-5 { animation-delay: -2.2s; }

.radar-no circle:first-child {
  fill: #ff3d68;
  filter: drop-shadow(0 0 6px rgba(186, 0, 54, 0.8));
}

.radar-eco {
  fill: none;
  stroke: #ff3d68;
  stroke-width: 1.4;
  transform-origin: center;
  transform-box: fill-box;
  animation: radar-eco 2.4s var(--ease) infinite;
}

.radar-no-2 .radar-eco { animation-delay: 0.4s; }
.radar-no-3 .radar-eco { animation-delay: 0.8s; }
.radar-no-4 .radar-eco { animation-delay: 1.2s; }
.radar-no-5 .radar-eco { animation-delay: 1.6s; }

.radar-nucleo {
  fill: url(#dores-halo);
  stroke: #ff3d68;
  stroke-width: 2;
  filter: drop-shadow(0 0 12px rgba(186, 0, 54, 0.7));
}

.radar-nucleo-anel {
  fill: none;
  stroke: #ba0036;
  stroke-width: 1.4;
  stroke-dasharray: 4 6;
  transform-origin: 160px 160px;
  animation: girar 12s linear infinite;
}

.radar-legenda {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-soft);
  text-align: center;
}

@keyframes radar-pulsar {
  0%, 100% { opacity: 0.55; transform: scale(0.96); }
  50%      { opacity: 1; transform: scale(1.04); }
}

@keyframes radar-varrer {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes radar-correr {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -36; }
}

@keyframes radar-eco {
  0%   { opacity: 0.7; transform: scale(0.7); }
  100% { opacity: 0; transform: scale(1.85); }
}

.dores-painel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.dores-legendas {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 2rem minmax(0, 1.08fr);
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.65rem;
  padding-inline: 0.35rem;
}

.dores-legenda {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dores-legenda .icone { width: 15px; height: 15px; }
.dores-legenda.negativa { color: var(--danger); }
.dores-legenda.positiva { color: var(--ok); }

.dores-linhas {
  display: grid;
  gap: 0.55rem;
  flex: 1 1 auto;
  min-height: 0;
}

.dor-linha {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 2rem minmax(0, 1.08fr);
  gap: 0.75rem;
  align-items: center;
  padding: clamp(0.7rem, 1.4vh, 1rem) clamp(0.75rem, 1.4vw, 1.15rem);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--surface);
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease),
              box-shadow var(--t) var(--ease), background-color var(--t) var(--ease);
}

.dor-linha:hover {
  border-color: rgba(186, 0, 54, 0.42);
  transform: translateX(4px);
  box-shadow: var(--sh-md);
  background:
    linear-gradient(90deg, transparent 46%, rgba(186, 0, 54, 0.08) 100%),
    var(--surface-2);
}

.dor-num {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--brand-soft);
}

.dor-antes,
.dor-depois {
  margin: 0;
  font-size: clamp(0.88rem, 0.8rem + 0.25vw, 1.02rem);
  line-height: 1.4;
}

.dor-antes { color: var(--fg-muted); }
.dor-depois { color: var(--fg); font-weight: 550; }

.dor-seta {
  display: grid;
  place-items: center;
  color: var(--brand-soft);
}

.dor-seta .icone { width: 18px; height: 18px; }

@media (max-width: 820px) {
  .dores-legendas,
  .dor-linha {
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: 0.45rem 0.7rem;
  }

  .dores-legenda-seta,
  .dor-seta { display: none; }

  .dores-legendas .positiva { grid-column: 2; }
  .dor-depois {
    grid-column: 2;
    padding-top: 0.35rem;
    border-top: 1px solid var(--border);
  }
}

/* --------------------------------------------------------------------------
   4. Pilares
   -------------------------------------------------------------------------- */
.pilares-palco {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(220px, 0.72fr);
  gap: clamp(1.25rem, 2.8vw, 2.5rem);
  align-items: center;
  flex: 1 1 auto;
  min-height: 0;
}

@media (max-width: 1100px) {
  .pilares-palco { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
  .portal-visual { max-width: 280px; margin-inline: auto; }
}

.portal-visual { display: grid; place-items: center; }

.portal-mini {
  width: min(100%, 300px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}

.pv-janela {
  fill: var(--surface);
  stroke: var(--border-strong);
  stroke-width: 1.2;
}

.pv-chrome { fill: var(--surface-2); }
.pv-chrome-corte { fill: var(--surface-2); }

.pv-kpi,
.pv-painel,
.pv-toast rect {
  fill: var(--bg-alt);
  stroke: var(--border);
  stroke-width: 1;
}

.pv-rotulo {
  fill: var(--fg-subtle);
  font-family: var(--font-sans), sans-serif;
  font-size: 9px;
  font-weight: 600;
}

.pv-valor {
  fill: var(--fg);
  font-family: var(--font-display), sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.pv-ok { fill: var(--ok); }

.pv-grafico { transform-box: fill-box; }

.pv-barra {
  fill: url(#pv-brand);
  transform-origin: bottom;
  transform-box: fill-box;
  animation: pv-subir 1.6s var(--ease-out) both;
}

.pv-barra.b2 { animation-delay: 0.12s; fill: rgba(56, 189, 248, 0.75); }
.pv-barra.b3 { animation-delay: 0.24s; }
.pv-barra.b4 { animation-delay: 0.36s; fill: rgba(56, 189, 248, 0.75); }
.pv-barra.b5 { animation-delay: 0.48s; }
.pv-barra.b6 { animation-delay: 0.6s; fill: rgba(56, 189, 248, 0.75); }

.pv-toast {
  animation: pv-entrar 2.4s var(--ease-out) 0.8s both infinite;
  transform-origin: center;
}

.pv-toast-t {
  fill: var(--fg);
  font-family: var(--font-display), sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.pv-toast-s {
  fill: var(--fg-subtle);
  font-family: var(--font-sans), sans-serif;
  font-size: 9px;
}

.portal-legenda {
  margin-top: 0.55rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-soft);
  text-align: center;
}

@keyframes pv-subir {
  from { transform: scaleY(0.15); opacity: 0.4; }
  to   { transform: scaleY(1); opacity: 1; }
}

@keyframes pv-entrar {
  0%, 100% { transform: translateY(8px); opacity: 0.55; }
  18%, 82% { transform: none; opacity: 1; }
}

.pilares {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.4vw, 1rem);
  min-height: 0;
  align-content: stretch;
}

@media (max-width: 640px) { .pilares { grid-template-columns: minmax(0, 1fr); } }

.pilar { gap: 0.55rem; min-height: 0; }

.pilar-topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pilar-num {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--brand-soft);
  opacity: 0.7;
}

.pilar h3 { margin-top: 0; font-size: 1.02rem; }

/* --------------------------------------------------------------------------
   5. Demonstração / vídeo
   -------------------------------------------------------------------------- */
.demo { position: relative; overflow: hidden; }

.demo .brilho-brand { width: 60vw; height: 40vw; top: -12%; left: 20%; opacity: 0.34; }

.demo-grade { display: grid; grid-template-columns: 1fr 320px; gap: clamp(1.5rem, 3vw, 2.75rem); align-items: start; }

@media (max-width: 1100px) { .demo-grade { grid-template-columns: minmax(0, 1fr); } }

.demo-lista { display: grid; gap: 0.75rem; }

.demo-lista .cartao { padding: 1.05rem 1.15rem; gap: 0.35rem; border-radius: var(--r-lg); }
.demo-lista .cartao h4 { display: flex; align-items: center; gap: 0.55rem; }
.demo-lista .cartao h4 .icone { width: 17px; height: 17px; color: var(--brand-soft); }
.demo-lista .cartao p { font-size: 0.86rem; }

@media (max-width: 1100px) {
  .demo-lista { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .demo-lista { grid-template-columns: minmax(0, 1fr); }
}

.demo-legenda {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.15rem;
  font-size: 0.84rem;
  color: var(--fg-subtle);
}

.demo-legenda .icone { width: 16px; height: 16px; color: var(--brand-soft); }

/* --------------------------------------------------------------------------
   6. Módulos
   -------------------------------------------------------------------------- */
.modulos-grade { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(0.75rem, 1.5vw, 1.15rem); }

@media (max-width: 1024px) { .modulos-grade { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px)  { .modulos-grade { grid-template-columns: minmax(0, 1fr); } }

.modulo {
  display: flex;
  gap: 0.85rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--surface);
  transition: border-color var(--t) var(--ease), background-color var(--t) var(--ease), transform var(--t) var(--ease);
}

.modulo:hover {
  border-color: rgba(186, 0, 54, 0.4);
  background: var(--surface-2);
  transform: translateY(-3px);
}

.modulo .marca-passo {
  width: 26px;
  height: 26px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: var(--r-sm);
  background: rgba(186, 0, 54, 0.13);
  color: var(--brand-soft);
}

.modulo .marca-passo .icone { width: 15px; height: 15px; }

.modulo h4 { margin-bottom: 0.3rem; font-family: var(--font-display); }
.modulo p { font-size: 0.88rem; color: var(--fg-muted); }

/* --------------------------------------------------------------------------
   7–8. Fluxo comercial: Mesa de operação → MPAR → Cliente
   -------------------------------------------------------------------------- */
.fluxo-palco { min-width: 0; }

.fluxo-pipeline {
  position: relative;
  isolation: isolate;
}

.fluxo-fio {
  position: absolute;
  z-index: 0;
  top: 28px;
  left: 16.666%;
  right: 16.666%;
  height: 2px;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 2px;
}

.fluxo-fio-base {
  display: block;
  height: 100%;
  background: var(--border-strong);
}

.fluxo-fio-varredura {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(186, 0, 54, 0.15) 18%,
    #ff3d68 50%,
    rgba(56, 189, 248, 0.85) 62%,
    transparent 100%
  );
  background-size: 42% 100%;
  background-repeat: no-repeat;
  animation: fluxo-varrer 2.8s linear infinite;
}

.fluxo-hubs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  align-items: start;
}

.fluxo-hub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  width: min(100%, 11rem);
  text-align: center;
}

.fluxo-hub-marca {
  position: relative;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
}

.fluxo-hub-eco {
  position: absolute;
  inset: 0;
  border-radius: var(--r-full);
  border: 1.5px solid #ff3d68;
  opacity: 0;
  pointer-events: none;
}

.fluxo-hub-ico {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: var(--r-full);
  border: 1px solid var(--border-strong);
  background: var(--bg);
  color: var(--brand-soft);
  box-shadow: var(--sh-md);
}

.fluxo-hub-ico .icone { width: 22px; height: 22px; }

.fluxo-hub-nome {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.fluxo-pacote {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 16.666%;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.22rem 0.62rem 0.22rem 0.45rem;
  border-radius: var(--r-full);
  background: var(--grad-brand);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--bg) 88%, transparent), var(--sh-brand);
  transform: translate(-50%, -50%);
  animation: fluxo-os 12s linear infinite;
  white-space: nowrap;
  pointer-events: none;
}

.fluxo-pacote b {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
}

.fluxo-status {
  position: relative;
  height: 1.35rem;
  margin: 0.85rem 0 1.15rem;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 650;
  color: var(--brand-soft);
}

.fluxo-status span {
  position: absolute;
  inset-inline: 0;
  opacity: 0;
}

.fluxo-status span:nth-child(1) { animation: fluxo-txt-1 12s linear infinite; }
.fluxo-status span:nth-child(2) { animation: fluxo-txt-2 12s linear infinite; }
.fluxo-status span:nth-child(3) { animation: fluxo-txt-3 12s linear infinite; }

.fluxo-hub:nth-child(1) .fluxo-hub-ico { animation: fluxo-liga-1 12s linear infinite; }
.fluxo-hub:nth-child(2) .fluxo-hub-ico { animation: fluxo-liga-2 12s linear infinite; }
.fluxo-hub:nth-child(3) .fluxo-hub-ico { animation: fluxo-liga-3 12s linear infinite; }

.fluxo-hub:nth-child(1) .fluxo-hub-eco { animation: fluxo-eco-1 12s linear infinite; }
.fluxo-hub:nth-child(2) .fluxo-hub-eco { animation: fluxo-eco-2 12s linear infinite; }
.fluxo-hub:nth-child(3) .fluxo-hub-eco { animation: fluxo-eco-3 12s linear infinite; }

.fluxo-hub:nth-child(1) .fluxo-hub-nome { animation: fluxo-nome-1 12s linear infinite; }
.fluxo-hub:nth-child(2) .fluxo-hub-nome { animation: fluxo-nome-2 12s linear infinite; }
.fluxo-hub:nth-child(3) .fluxo-hub-nome { animation: fluxo-nome-3 12s linear infinite; }

.fluxo-atores {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.4vw, 1.2rem);
  align-items: stretch;
}

.fluxo-ator {
  gap: 0.9rem;
  min-width: 0;
}

.fluxo-ator:nth-child(1) { animation: fluxo-card-1 12s linear infinite; }
.fluxo-ator:nth-child(2) { animation: fluxo-card-2 12s linear infinite; }
.fluxo-ator:nth-child(3) { animation: fluxo-card-3 12s linear infinite; }

.fluxo-ator-topo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.fluxo-ator-num {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--brand-soft);
}

.papel-nome {
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-soft);
}

.papel h3 { font-size: 1.18rem; }

.papel ul { display: grid; gap: 0.6rem; margin-top: 0.15rem; }

.papel li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: var(--fg-muted);
}

.papel li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 0.55rem;
  flex: none;
  border-radius: var(--r-full);
  background: var(--brand-soft);
}

.fluxo-palco + .destaque-faixa { margin-top: clamp(1.5rem, 3vw, 2.5rem); }

.js .fluxo-palco:not(.em-cena) .fluxo-pacote,
.js .fluxo-palco:not(.em-cena) .fluxo-fio-varredura,
.js .fluxo-palco:not(.em-cena) .fluxo-hub-eco,
.js .fluxo-palco:not(.em-cena) .fluxo-hub-ico,
.js .fluxo-palco:not(.em-cena) .fluxo-hub-nome,
.js .fluxo-palco:not(.em-cena) .fluxo-ator,
.js .fluxo-palco:not(.em-cena) .fluxo-status span {
  animation-play-state: paused;
}

@keyframes fluxo-varrer {
  from { background-position: -50% 0; }
  to   { background-position: 160% 0; }
}

@keyframes fluxo-os {
  0%, 3%     { left: 16.666%; opacity: 0; transform: translate(-50%, -50%) scale(0.82); }
  7%, 20%    { left: 16.666%; opacity: 1; transform: translate(-50%, -50%) scale(1); }
  32%, 50%   { left: 50%;     opacity: 1; transform: translate(-50%, -50%) scale(1); }
  62%, 82%   { left: 83.333%; opacity: 1; transform: translate(-50%, -50%) scale(1); }
  90%        { left: 83.333%; opacity: 0; transform: translate(-50%, -50%) scale(0.86); }
  100%       { left: 16.666%; opacity: 0; transform: translate(-50%, -50%) scale(0.82); }
}

@keyframes fluxo-liga-1 {
  0%, 20% {
    border-color: transparent;
    background: var(--grad-brand);
    color: #fff;
    box-shadow: var(--sh-brand);
  }
  26%, 100% {
    border-color: var(--border-strong);
    background: var(--bg);
    color: var(--brand-soft);
    box-shadow: var(--sh-md);
  }
}

@keyframes fluxo-liga-2 {
  0%, 28%, 54%, 100% {
    border-color: var(--border-strong);
    background: var(--bg);
    color: var(--brand-soft);
    box-shadow: var(--sh-md);
  }
  32%, 50% {
    border-color: transparent;
    background: var(--grad-brand);
    color: #fff;
    box-shadow: var(--sh-brand);
  }
}

@keyframes fluxo-liga-3 {
  0%, 58%, 88%, 100% {
    border-color: var(--border-strong);
    background: var(--bg);
    color: var(--brand-soft);
    box-shadow: var(--sh-md);
  }
  62%, 82% {
    border-color: transparent;
    background: var(--grad-brand);
    color: #fff;
    box-shadow: var(--sh-brand);
  }
}

@keyframes fluxo-eco-1 {
  0%, 20% { opacity: 0.55; transform: scale(1.28); }
  26%, 100% { opacity: 0; transform: scale(1); }
}

@keyframes fluxo-eco-2 {
  0%, 28%, 54%, 100% { opacity: 0; transform: scale(1); }
  32%, 50% { opacity: 0.55; transform: scale(1.28); }
}

@keyframes fluxo-eco-3 {
  0%, 58%, 88%, 100% { opacity: 0; transform: scale(1); }
  62%, 82% { opacity: 0.55; transform: scale(1.28); }
}

@keyframes fluxo-nome-1 {
  0%, 20% { color: var(--fg); }
  26%, 100% { color: var(--fg-muted); }
}

@keyframes fluxo-nome-2 {
  0%, 28%, 54%, 100% { color: var(--fg-muted); }
  32%, 50% { color: var(--fg); }
}

@keyframes fluxo-nome-3 {
  0%, 58%, 88%, 100% { color: var(--fg-muted); }
  62%, 82% { color: var(--fg); }
}

@keyframes fluxo-txt-1 {
  0%, 20% { opacity: 1; }
  26%, 100% { opacity: 0; }
}

@keyframes fluxo-txt-2 {
  0%, 28%, 54%, 100% { opacity: 0; }
  32%, 50% { opacity: 1; }
}

@keyframes fluxo-txt-3 {
  0%, 58%, 88%, 100% { opacity: 0; }
  62%, 82% { opacity: 1; }
}

@keyframes fluxo-card-1 {
  0%, 20% {
    border-color: rgba(186, 0, 54, 0.5);
    box-shadow: var(--sh-brand);
    transform: translateY(-3px);
  }
  26%, 100% {
    border-color: var(--border);
    box-shadow: none;
    transform: none;
  }
}

@keyframes fluxo-card-2 {
  0%, 28%, 54%, 100% {
    border-color: var(--border);
    box-shadow: none;
    transform: none;
  }
  32%, 50% {
    border-color: rgba(186, 0, 54, 0.5);
    box-shadow: var(--sh-brand);
    transform: translateY(-3px);
  }
}

@keyframes fluxo-card-3 {
  0%, 58%, 88%, 100% {
    border-color: var(--border);
    box-shadow: none;
    transform: none;
  }
  62%, 82% {
    border-color: rgba(186, 0, 54, 0.5);
    box-shadow: var(--sh-brand);
    transform: translateY(-3px);
  }
}

@media (max-width: 900px) {
  .fluxo-atores { grid-template-columns: minmax(0, 1fr); }
  .fluxo-hub-nome { font-size: 0.64rem; letter-spacing: 0.08em; }
  .fluxo-pacote { font-size: 0.62rem; }
  .fluxo-status { margin: 0.6rem 0 0.9rem; font-size: 0.78rem; }
}

@media (prefers-reduced-motion: reduce) {
  .fluxo-pacote {
    left: 50% !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }

  .fluxo-fio-varredura { opacity: 0.35; }

  .fluxo-hub-ico {
    border-color: var(--border-strong) !important;
    background: var(--bg) !important;
    color: var(--brand-soft) !important;
    box-shadow: var(--sh-md) !important;
  }

  .fluxo-hub-eco { opacity: 0 !important; transform: none !important; }

  .fluxo-hub-nome { color: var(--fg-muted) !important; }

  .fluxo-ator {
    border-color: var(--border) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .fluxo-status span { opacity: 0 !important; }
  .fluxo-status span:nth-child(2) { opacity: 1 !important; }
}

/* --------------------------------------------------------------------------
   9. IA
   -------------------------------------------------------------------------- */
.ia { position: relative; overflow: hidden; }

.ia .brilho-frio { width: 44vw; height: 34vw; top: 10%; right: -8%; }

.ia-grade {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1.5rem, 3.5vw, 3rem);
  align-items: center;
}

@media (max-width: 1024px) { .ia-grade { grid-template-columns: minmax(0, 1fr); } }

.ia-col {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vh, 1.5rem);
  min-width: 0;
}

.ia-visual {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(0.4rem, 1.2vh, 0.85rem) 0.6rem 0.7rem;
  border: 1px solid var(--border);
  border-radius: var(--r-2xl);
  background:
    radial-gradient(120% 80% at 50% 40%, rgba(186, 0, 54, 0.14), transparent 58%),
    radial-gradient(80% 70% at 80% 80%, rgba(56, 189, 248, 0.08), transparent 55%),
    var(--surface);
  overflow: hidden;
}

.ia-nucleo {
  width: min(100%, 400px);
  height: auto;
  overflow: visible;
}

.ia-trilha {
  stroke: url(#ia-fio);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 6 8;
  animation: ia-correr 1.8s linear infinite;
}

.ia-trilha-2 { animation-delay: -0.35s; }
.ia-trilha-3 { animation-delay: -0.7s; }
.ia-trilha-4 { animation-delay: -1.05s; }

.ia-hex {
  fill: color-mix(in srgb, var(--bg) 55%, transparent);
  stroke: url(#ia-hex-grad);
  stroke-width: 1.8;
  filter: drop-shadow(0 0 14px rgba(186, 0, 54, 0.45));
}

.ia-hex-in {
  fill: url(#ia-hex-grad);
  opacity: 0.22;
  transform-box: fill-box;
  transform-origin: center;
  animation: ia-pulsar 3.2s var(--ease) infinite;
}

.ia-hex-eco {
  fill: none;
  stroke: rgba(255, 61, 104, 0.35);
  stroke-width: 1.2;
  stroke-dasharray: 5 7;
  transform-box: fill-box;
  transform-origin: center;
  animation: girar 18s linear infinite;
}

.ia-core-t {
  fill: var(--fg);
  font-family: var(--font-display), sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-anchor: middle;
}

.ia-sat-corpo {
  fill: var(--bg);
  stroke: var(--border-strong);
  stroke-width: 1.4;
}

.ia-sat-eco {
  fill: none;
  stroke: #ff3d68;
  stroke-width: 1.3;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: ia-sat-eco 8s var(--ease) infinite;
}

.ia-sat-ico {
  fill: none;
  stroke: var(--brand-soft);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ia-sat-label {
  fill: var(--fg-muted);
  font-family: var(--font-display), sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-anchor: middle;
}

.ia-sat-1 .ia-sat-eco { animation-delay: 0s; }
.ia-sat-2 .ia-sat-eco { animation-delay: 2s; }
.ia-sat-3 .ia-sat-eco { animation-delay: 4s; }
.ia-sat-4 .ia-sat-eco { animation-delay: 6s; }

.ia-sat-1 .ia-sat-corpo { animation: ia-sat-liga 8s var(--ease) infinite; }
.ia-sat-2 .ia-sat-corpo { animation: ia-sat-liga 8s var(--ease) infinite 2s; }
.ia-sat-3 .ia-sat-corpo { animation: ia-sat-liga 8s var(--ease) infinite 4s; }
.ia-sat-4 .ia-sat-corpo { animation: ia-sat-liga 8s var(--ease) infinite 6s; }

.ia-onda rect {
  fill: #38bdf8;
  opacity: 0.7;
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: ia-onda 1.1s var(--ease) infinite;
}
.ia-onda rect:nth-child(2) { animation-delay: 0.15s; }
.ia-onda rect:nth-child(3) { animation-delay: 0.3s; }
.ia-onda rect:nth-child(4) { animation-delay: 0.45s; }

.ia-legenda {
  margin-top: 0.15rem;
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-soft);
  text-align: center;
}

.ia-itens { display: grid; gap: 0.7rem; }

.ia-item {
  display: flex;
  gap: 0.9rem;
  padding: 1.05rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: color-mix(in srgb, var(--surface) 80%, transparent);
  backdrop-filter: blur(10px);
  transition: transform var(--t) var(--ease), border-color var(--t) var(--ease);
}

.ia-item:hover { transform: translateX(4px); border-color: rgba(186, 0, 54, 0.4); }

.ia-item-num {
  flex: none;
  margin-top: 0.15rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--brand-soft);
}

.ia-item h4 { margin-bottom: 0.28rem; font-family: var(--font-display); font-size: 1.02rem; }
.ia-item p { font-size: 0.9rem; color: var(--fg-muted); }

@keyframes ia-correr {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -28; }
}

@keyframes ia-pulsar {
  0%, 100% { opacity: 0.16; transform: scale(0.96); }
  50%      { opacity: 0.34; transform: scale(1.04); }
}

@keyframes ia-sat-eco {
  0%, 12%  { opacity: 0.7; transform: scale(0.85); }
  28%, 100% { opacity: 0; transform: scale(1.55); }
}

@keyframes ia-sat-liga {
  0%, 18% {
    stroke: #ff3d68;
    fill: color-mix(in srgb, #ba0036 22%, var(--bg));
  }
  28%, 100% {
    stroke: var(--border-strong);
    fill: var(--bg);
  }
}

@keyframes ia-onda {
  0%, 100% { transform: scaleY(0.45); }
  50%      { transform: scaleY(1); }
}

@media (prefers-reduced-motion: reduce) {
  .ia-pkt { display: none; }
  .ia-hex-eco,
  .ia-hex-in,
  .ia-trilha,
  .ia-sat-eco,
  .ia-sat-corpo,
  .ia-onda rect {
    animation: none;
  }
  .ia-hex-in { opacity: 0.28; transform: none; }
  .ia-sat-corpo {
    stroke: var(--border-strong);
    fill: var(--bg);
  }
}

/* --------------------------------------------------------------------------
   10. Mobile / campo
   -------------------------------------------------------------------------- */
.campo-grade { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }

@media (max-width: 900px) {
  .campo-grade { grid-template-columns: minmax(0, 1fr); }
  .campo-grade .celular-envolve { order: -1; }
}

.celular-envolve { position: relative; display: grid; place-items: center; }

.celular-envolve .brilho-brand {
  width: 380px;
  height: 380px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.42;
}

/* --------------------------------------------------------------------------
   11. Segurança
   -------------------------------------------------------------------------- */
.seguranca-grade { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(0.85rem, 1.6vw, 1.35rem); }

@media (max-width: 1024px) { .seguranca-grade { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px)  { .seguranca-grade { grid-template-columns: minmax(0, 1fr); } }

.seguranca-grade .cartao { gap: 0.75rem; }
.seguranca-grade .cartao h4 { font-family: var(--font-display); font-size: 1.02rem; }
.seguranca-grade .cartao p { font-size: 0.88rem; }

/* --------------------------------------------------------------------------
   12. Comparativo
   -------------------------------------------------------------------------- */
.tabela-envolve {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  background: var(--surface);
  overflow: hidden;
}

.tabela-rolagem { overflow-x: auto; }

.tabela-comparativo { min-width: 620px; font-size: 0.94rem; }

.tabela-comparativo thead th {
  padding: 1.15rem 1.35rem;
  background: var(--surface-2);
  border-bottom: 1px solid var(--border);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 650;
  text-align: left;
  color: var(--fg-muted);
}

.tabela-comparativo thead th:last-child {
  position: relative;
  color: var(--fg);
  background: linear-gradient(180deg, rgba(186, 0, 54, 0.16), transparent);
}

.tabela-comparativo thead th:last-child::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 2px;
  background: var(--grad-brand);
}

.tabela-comparativo th[scope="row"] {
  padding: 1rem 1.35rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
  color: var(--fg);
  white-space: nowrap;
}

.tabela-comparativo td { padding: 1rem 1.35rem; color: var(--fg-muted); vertical-align: middle; }

.tabela-comparativo tbody tr { border-top: 1px solid var(--border); transition: background-color var(--t-fast) var(--ease); }
.tabela-comparativo tbody tr:hover { background: var(--surface-2); }

.tabela-comparativo .celula-depois { color: var(--fg); font-weight: 550; }

.tabela-comparativo .celula-depois > span,
.tabela-comparativo .celula-antes > span { display: inline-flex; align-items: flex-start; gap: 0.5rem; }

.tabela-comparativo .icone { width: 18px; height: 18px; margin-top: 0.12rem; flex: none; padding: 2px; border-radius: var(--r-full); }
.celula-antes .icone { background: color-mix(in srgb, var(--danger) 15%, transparent); color: var(--danger); }
.celula-depois .icone { background: color-mix(in srgb, var(--ok) 15%, transparent); color: var(--ok); }

/* --------------------------------------------------------------------------
   14. FAQ
   -------------------------------------------------------------------------- */
.faq-grade { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }

@media (max-width: 900px) { .faq-grade { grid-template-columns: minmax(0, 1fr); } }

.faq-grade .cabecalho-secao { margin-bottom: 1.5rem; position: sticky; top: calc(var(--header-h) + 2rem); }

@media (max-width: 900px) { .faq-grade .cabecalho-secao { position: static; } }

/* --------------------------------------------------------------------------
   15. CTA final + contato
   -------------------------------------------------------------------------- */
.cta-final { position: relative; overflow: hidden; }

.cta-final .brilho-brand { width: 70vw; height: 44vw; bottom: -30%; left: 15%; opacity: 0.42; }

.cta-caixa {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.75rem, 4vw, 3.5rem);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-2xl);
  background:
    radial-gradient(700px circle at 0% 0%, rgba(186, 0, 54, 0.14), transparent 60%),
    var(--surface);
  box-shadow: var(--sh-lg);
}

@media (max-width: 900px) { .cta-caixa { grid-template-columns: minmax(0, 1fr); } }

.cta-caixa h2 { font-size: clamp(1.75rem, 1.2rem + 2vw, 2.6rem); }
.cta-caixa > div > p { margin-top: 1.1rem; color: var(--fg-muted); }

.cta-contatos { display: grid; gap: 0.7rem; margin-top: 2rem; padding-top: 1.75rem; border-top: 1px solid var(--border); }

.cta-contatos a,
.cta-contatos span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.92rem;
  font-weight: 550;
  color: var(--fg-muted);
  transition: color var(--t-fast) var(--ease);
}

.cta-contatos a:hover { color: var(--brand-soft); }
.cta-contatos .icone { width: 17px; height: 17px; color: var(--brand-soft); }

/* --------------------------------------------------------------------------
   16. Faixa de citação / destaque
   -------------------------------------------------------------------------- */
.destaque-faixa {
  position: relative;
  padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 4vw, 3.5rem);
  border-radius: var(--r-2xl);
  border: 1px solid rgba(186, 0, 54, 0.28);
  background:
    radial-gradient(600px circle at 15% 0%, rgba(186, 0, 54, 0.16), transparent 60%),
    var(--surface);
  overflow: hidden;
}

.destaque-faixa::after {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 3px;
  background: var(--grad-brand);
}

.destaque-faixa p {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1rem + 0.9vw, 1.65rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--fg);
  max-width: 52rem;
}

.destaque-faixa small { display: block; margin-top: 1rem; font-size: 0.86rem; color: var(--fg-subtle); }

/* --------------------------------------------------------------------------
   17. Compactação para caber em uma tela (alinha com o scroll-snap)
   -------------------------------------------------------------------------- */
@media (min-width: 960px) and (min-height: 640px) {
  .hero { padding-top: var(--header-h); }

  .hero-grade {
    min-height: 0;
    gap: clamp(1.25rem, 2.5vw, 2.5rem);
  }

  .hero h1 { margin-block: 0.85rem 0; }
  .hero-sub { margin-top: 0.9rem; font-size: clamp(0.95rem, 1.4vh, 1.12rem); }
  .hero-acoes { margin-top: 1.35rem; }
  .hero-bullets { margin-top: 1.15rem; padding-top: 1rem; }

  .flutuante-1 { bottom: 8%; left: 2%; }
  .flutuante-2 { bottom: 22%; right: 2%; }

  .dores-palco { min-height: 0; flex: 1 1 auto; }
  .dores-linhas { gap: 0.4rem; }
  .dor-linha { padding: clamp(0.55rem, 1.1vh, 0.85rem) 0.9rem; }
  .dor-antes,
  .dor-depois { font-size: clamp(0.82rem, 1.35vh, 0.95rem); }

  .pilares-palco { min-height: 0; flex: 1 1 auto; }
  .pilares { gap: clamp(0.5rem, 1vh, 0.8rem); }
  .pilar { gap: 0.4rem; }

  .demo-grade {
    flex: 1 1 auto;
    min-height: 0;
    align-items: stretch;
  }

  .demo-grade > div:first-child {
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .demo .janela {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(var(--slide-h) - var(--header-h) - 13rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .demo .janela-corpo {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }

  .demo .portal { overflow: hidden; }

  .demo-lista {
    min-height: 0;
    overflow: visible;
    gap: 0.35rem;
    align-content: center;
  }

  .demo-lista .cartao { padding: 0.45rem 0.7rem; gap: 0.12rem; }
  .demo-lista .cartao h4 { font-size: 0.86rem; }
  .demo-lista .cartao p { font-size: 0.74rem; line-height: 1.35; }
  .demo-legenda { margin-top: 0.55rem; }

  .modulos-grade { min-height: 0; gap: 0.55rem; }
  .modulo { padding: 0.7rem 0.85rem; }

  .fluxo-pipeline { min-height: 0; }
  .fluxo-hub-marca,
  .fluxo-hub-ico { width: 44px; height: 44px; }
  .fluxo-hub-ico .icone { width: 18px; height: 18px; }
  .fluxo-fio,
  .fluxo-pacote { top: 22px; }
  .fluxo-hub { gap: 0.35rem; }
  .fluxo-hub-nome { font-size: 0.64rem; }
  .fluxo-status { height: 1.1rem; margin: 0.45rem 0 0.7rem; font-size: 0.76rem; }
  .fluxo-pacote { font-size: 0.6rem; padding: 0.16rem 0.5rem 0.16rem 0.35rem; }

  .fluxo-atores {
    min-height: 0;
    gap: clamp(0.35rem, 0.9vw, 0.7rem);
  }

  .fluxo-ator { gap: 0.45rem; }
  .papel ul { gap: 0.3rem; }
  .papel li { font-size: 0.82rem; }
  .papel h3 { font-size: 0.98rem; }

  .destaque-faixa {
    flex: none;
    padding: 0.5rem 0.95rem;
    margin-top: 0.35rem !important;
  }

  .destaque-faixa p { font-size: 0.88rem; line-height: 1.35; }
  .destaque-faixa small { margin-top: 0.3rem; }

  .wrap.ia-grade,
  .wrap.campo-grade,
  .wrap.faq-grade,
  .wrap.mtech-grade {
    align-items: center;
  }

  .ia-col { gap: 0.55rem; min-height: 0; }
  .ia-visual { padding: 0.2rem 0.4rem 0.4rem; }
  .ia-nucleo { width: min(100%, 300px); }
  .ia-legenda { font-size: 0.68rem; }
  .ia-itens { min-height: 0; overflow: visible; gap: 0.35rem; }
  .ia-item { padding: 0.55rem 0.75rem; gap: 0.55rem; }
  .ia-item p { font-size: 0.82rem; }
  .ia-item .caixa-icone { width: 38px; height: 38px; }

  .campo-grade .lista-checks { gap: 0.45rem; }
  .campo-grade .lista-checks li { font-size: 0.88rem; }
  .campo-grade .hero-acoes { margin-top: 1rem !important; }
  .celular-envolve { min-height: 0; align-self: stretch; }

  .seguranca-grade { min-height: 0; gap: 0.65rem; }

  .tabela-envolve { min-height: 0; overflow: hidden; }
  .tabela-rolagem { max-height: 100%; overflow: auto; }
  .tabela-comparativo thead th,
  .tabela-comparativo td,
  .tabela-comparativo th[scope="row"] { padding: 0.55rem 1rem; }

  .faq-grade { min-height: 0; }
  .faq-grade .cabecalho-secao { position: static; margin-bottom: 0; }
  .sanfona { min-height: 0; overflow: auto; gap: 0.45rem; }

  .cta-caixa {
    flex: none;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
    align-items: start;
    padding: clamp(0.75rem, 1.4vh, 1.3rem);
    gap: clamp(1.1rem, 2.2vw, 2rem);
  }

  .cta-caixa h2 { font-size: clamp(1.35rem, 2.6vh, 2rem); }
  .cta-caixa > div > p { margin-top: 0.5rem; }
  .cta-contatos { margin-top: 0.85rem; padding-top: 0.75rem; }
  .cta-final .lista-checks { margin-top: 1.1rem !important; }

  .mtech-grade { gap: 1.25rem; }
  .mtech-painel { padding: 0.9rem 1.1rem; }
  .mtech-sobre,
  .mtech-fechamento { font-size: 0.86rem; }
  .mtech-acoes { margin-top: 1rem; }
  .logo-mtech { width: min(100%, 220px); }
  .mtech-legal { padding-block: 0.65rem; font-size: 0.74rem; }
}
