/* WiseSender - site de apresentacao */
:root {
  --bg: #0a0a0a;
  --bg-2: #111110;
  --bg-3: #181816;
  --line: rgba(255, 255, 255, .09);
  --line-2: rgba(255, 255, 255, .16);
  --text: #f4f2ec;
  --text-2: #b9b5ab;
  --text-3: #8e8a80;
  --yellow: #f7c118;
  --yellow-hi: #ffd54d;
  --yellow-deep: #d9a406;
  --ink: #0a0a0a;
  --ink-2: #3a3222;
  --chat: #0d1418;
  --bubble: #1f2c33;
  --r: 14px;
  --r-lg: 22px;
  --max: 1240px;
  --pad: clamp(20px, 5vw, 48px);
  --head: 68px;
  --f-display: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;
  --f-body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono: ui-monospace, "Cascadia Mono", "SF Mono", Consolas, monospace;
  --ease: cubic-bezier(.16, 1, .3, 1);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--head) + 16px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 17px/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: rgba(247, 193, 24, .5); text-underline-offset: .22em; text-decoration-thickness: 1.5px; }
a:hover { text-decoration-color: var(--yellow); }
button { font: inherit; color: inherit; }
::selection { background: var(--yellow); color: var(--ink); }
:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; border-radius: 6px; }
input, textarea { caret-color: var(--yellow); }
html { scrollbar-color: #3a3833 var(--bg); }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #34322d; border-radius: 8px; border: 3px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: #4a4740; }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }
.mono { font-family: var(--f-mono); font-size: .92em; }
.wrap { width: 100%; max-width: calc(var(--max) + var(--pad) * 2); margin-inline: auto; padding-inline: var(--pad); }
.ic { width: 1.15em; height: 1.15em; flex: none; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ic.cheio { fill: currentColor; stroke: none; }
.num { font-variant-numeric: tabular-nums; }

h1, h2, h3 { font-family: var(--f-display); font-weight: 800; letter-spacing: -.03em; line-height: 1.02; margin: 0; text-wrap: balance; }
h2 { font-size: clamp(32px, 4.2vw, 54px); }
h3 { font-size: 22px; letter-spacing: -.015em; line-height: 1.15; font-weight: 700; }
p { margin: 0; text-wrap: pretty; }
/* amarelo com brilho, como os destaques dourados do site principal (so em fundo escuro) */
.amarelo { color: var(--yellow); text-shadow: 0 0 28px rgba(247, 193, 24, .42), 0 0 9px rgba(247, 193, 24, .28); }
.sub { color: var(--text-2); font-size: clamp(17px, 1.5vw, 19px); max-width: 60ch; }

/* ---------- botoes: estilo do site principal (degrade, brilho no topo, sombra luminosa, sobe no hover) ---------- */
.bt {
  --bt-bg: linear-gradient(160deg, #ffe38a, var(--yellow) 55%, var(--yellow-deep));
  --bt-fg: #241808;
  --bt-luz: rgba(247, 193, 24, .5);
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  height: 56px; padding: 0 26px; border-radius: 14px; border: 0;
  background: var(--bt-bg); color: var(--bt-fg);
  font: 700 16.5px/1 var(--f-display); letter-spacing: -.005em; text-decoration: none; white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 18px 36px -14px var(--bt-luz), 0 0 26px -6px var(--bt-luz), inset 0 2px 0 rgba(255, 255, 255, .5);
  transition: transform .22s var(--ease), filter .22s var(--ease), box-shadow .22s var(--ease);
}
.bt:hover { transform: translateY(-2px); filter: brightness(1.05); }
.bt:active { transform: translateY(0); filter: none; }
.bt .ic { width: 21px; height: 21px; }
/* botao do WhatsApp verde, igual ao do site principal */
.bt-zap { --bt-bg: linear-gradient(160deg, #3be27d, #25d366 55%, #16a152); --bt-fg: #06270f; --bt-luz: rgba(37, 211, 102, .5); }
.bt-preto { --bt-bg: linear-gradient(160deg, #2d2d2b, #0d0d0d 60%); --bt-fg: #fff; --bt-luz: rgba(40, 25, 0, .55); }
.bt-p { height: 42px; padding: 0 16px; font-size: 14.5px; border-radius: 11px; box-shadow: 0 10px 24px -10px var(--bt-luz), inset 0 2px 0 rgba(255, 255, 255, .45); }
.bt-p .ic { width: 17px; height: 17px; }
.botoes { display: flex; flex-wrap: wrap; gap: 12px; }
.botoes .bt { flex: 1 1 200px; max-width: 240px; }

/* ---------- topo fixo ---------- */
/* menu de vidro: transparente no topo, desfoca o que passa por baixo depois que rola */
.cab {
  position: sticky; top: 0; z-index: 50; height: var(--head);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: border-color .35s, background .35s;
}
.cab.rolou { border-bottom-color: var(--line); background: rgba(10, 10, 10, .78); -webkit-backdrop-filter: blur(14px) saturate(1.2); backdrop-filter: blur(14px) saturate(1.2); }
.cab .wrap { height: 100%; display: flex; align-items: center; gap: 28px; }
.marca { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 800 21px/1 var(--f-display); letter-spacing: -.02em; }
.marca-ic { width: 40px; height: 40px; border-radius: 11px; background: #141412; border: 1px solid var(--line-2); display: grid; place-items: center; }
.marca-ic img { width: 30px; height: auto; }
.marca b { color: var(--yellow); font-weight: inherit; text-shadow: 0 0 18px rgba(247, 193, 24, .4); }
.menu { display: flex; gap: 26px; margin-left: 10px; }
.menu a { position: relative; padding: 4px 0; font-size: 15px; font-weight: 500; color: var(--text-2); text-decoration: none; transition: color .2s; }
.menu a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; border-radius: 2px; background: var(--yellow); box-shadow: 0 0 10px rgba(247, 193, 24, .6); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.menu a:hover { color: var(--text); }
.menu a:hover::after { transform: scaleX(1); }
.cab-acoes { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.cab-entrar { font-size: 15px; font-weight: 600; text-decoration: none; padding: 0 10px; color: var(--text-2); }
.cab-entrar:hover { color: var(--text); }
.cab-menu { display: none; width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line-2); background: transparent; cursor: pointer; place-items: center; }
.menu .so-cel { display: none; }
.cab-menu .ic { width: 22px; height: 22px; }

/* ---------- hero ---------- */
/* o topo ocupa a primeira tela (menos o menu) */
.hero { position: relative; overflow: clip; min-height: min(calc(100svh - var(--head)), 820px); display: flex; align-items: center; padding: 40px 0 48px; isolation: isolate; }
/* grade de construcao: as quatro hastes do W (68,2 graus) prolongadas pelo topo */
.grade-w { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.grade-w line { stroke: rgba(255, 255, 255, .06); stroke-width: 1; vector-effect: non-scaling-stroke; }
.grade-w .guia { stroke: rgba(247, 193, 24, .55); opacity: 0; transition: opacity .8s var(--ease) .15s; }
.palco.fichas .grade-w .guia { opacity: 1; }
.hero { --txt: min(640px, 48vw); --stw: min(66vw, 1040px); }
.hero-txt { position: relative; z-index: 3; max-width: var(--txt); }
.hero h1 { font-size: clamp(42px, 4.9vw, 70px); letter-spacing: -.038em; line-height: .98; }
.hero h1 .amarelo { display: block; }
.hero .sub { margin-top: 24px; max-width: 34em; }
.hero .botoes { margin-top: 34px; }
.garantias { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--text-2); font-size: 14.5px; font-weight: 500; }
.garantias li { display: inline-flex; align-items: center; gap: 8px; }
.garantias .ic { color: var(--yellow); width: 18px; height: 18px; }

.palco { /* a logo comeca 40px depois da coluna de texto (a logo fica em 23% do palco) */
  position: absolute; z-index: 1; top: 50%; transform: translateY(-47%);
  left: calc(max(var(--pad), (100vw - var(--max)) / 2) + var(--txt) + 40px - .2306 * var(--stw));
  width: var(--stw); aspect-ratio: 1284 / 716;
}
.coruja-viva { position: absolute; left: 23.063%; top: 11.324%; width: 53.795%; height: 70.229%; transition: opacity .7s var(--ease); }
/* com JS a logo do topo aparece com um fade; sem JS ela ja fica na tela */
.js .palco .coruja-viva { opacity: 0; }
.js .palco .coruja-viva.on { opacity: 1; }
.coruja-viva img, .coruja-viva svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.coruja-viva img { object-fit: fill; }
.coruja-brilho { position: absolute; inset: 0; pointer-events: none; }
.coruja-brilho::before, .coruja-brilho::after {
  content: ""; position: absolute; width: 30%; aspect-ratio: 1; top: 25.5%; border-radius: 50%; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 184, 0, .5) 0, rgba(255, 170, 0, .22) 42%, transparent 70%);
}
.coruja-brilho::before { left: 36.4%; }
.coruja-brilho::after { left: 63.5%; }

/* fichas de status em volta da coruja */
.ficha {
  position: absolute; left: var(--x); top: var(--y); z-index: 2;
  display: flex; align-items: center; gap: 11px; padding: 11px 14px 11px 12px; min-width: 190px;
  background: #121211; border: 1px solid var(--line-2); border-radius: 14px;
  box-shadow: 0 10px 18px -12px rgba(0, 0, 0, .95);
  font-size: 13px; line-height: 1.3; color: var(--text-2);
  opacity: 0; transform: translateY(10px) scale(.96);
  transition: opacity .5s var(--ease), transform .7s var(--ease);
  transition-delay: var(--d, 0s);
}
.ficha b { display: block; color: var(--text); font-size: 13.5px; font-weight: 700; }
.ficha .ic { width: 18px; height: 18px; color: var(--yellow); }
.ficha-ic { width: 34px; height: 34px; border-radius: 10px; background: rgba(247, 193, 24, .12); display: grid; place-items: center; flex: none; }
.palco.fichas .ficha { opacity: 1; transform: none; }
.ficha-bms { display: flex; gap: 4px; margin-top: 6px; }
.ficha-bms i { width: 26px; height: 5px; border-radius: 3px; background: #2b2a26; overflow: hidden; position: relative; }
.ficha-bms i::after { content: ""; position: absolute; inset: 0; background: var(--yellow); transform-origin: left; transform: scaleX(0); }
.palco.fichas .ficha-bms i::after { animation: enche 1.2s var(--ease) forwards; animation-delay: calc(.5s + var(--k) * .3s); }
@keyframes enche { to { transform: scaleX(1); } }
@media (max-width: 1180px) { .ficha { scale: .9; transform-origin: left top; } .palco .ficha.f-dir { left: 52%; } }

/* ---------- faixa da API ---------- */

/* ---------- secoes ---------- */
.sec { padding: clamp(88px, 11vw, 140px) 0; position: relative; }
/* fio de secao: linha fina com o corte de 68 graus da serifa do W na ponta esquerda */
.fio { position: relative; height: 1px; background: linear-gradient(90deg, rgba(247, 193, 24, .42), rgba(247, 193, 24, .12) 45%, transparent); margin-bottom: clamp(56px, 7vw, 88px); }
.fio::before { content: ""; position: absolute; left: 0; top: -7px; width: 1px; height: 15px; background: var(--yellow); transform: skewX(-21.8deg); transform-origin: bottom; }
.sec-cab { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.sec-cab .sub { margin-top: 18px; }
.legenda { margin-top: 14px; font-size: 13px; color: var(--text-3); display: flex; align-items: center; gap: 8px; }
.legenda::before { content: ""; width: 7px; height: 7px; border-radius: 50%; border: 1.5px solid var(--text-3); }

/* comparacao sem x com */
.compara { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.compara > div { padding: clamp(26px, 3.4vw, 44px); }
.compara h3 { font-size: 15px; font-family: var(--f-body); font-weight: 700; letter-spacing: 0; display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--text-2); }
.compara ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.compara li { display: flex; gap: 14px; align-items: flex-start; padding: 15px 0; border-top: 1px solid var(--line); font-size: 17px; line-height: 1.45; }
.compara li .ic { width: 20px; height: 20px; margin-top: 2px; }
.compara-sem { color: var(--text-3); }
.compara-sem li { color: var(--text-2); }
.compara-sem li .ic { color: #6f6b62; }
.compara-com { background: linear-gradient(180deg, #16150f, #121210); border-left: 1px solid var(--line); }
.compara-com h3 { color: var(--yellow); }
.compara-com li { color: var(--text); }
.compara-com li .ic { color: var(--yellow); }
.selo { display: inline-flex; align-items: center; height: 26px; padding: 0 11px; border-radius: 99px; font-size: 12.5px; font-weight: 700; letter-spacing: .01em; }
.selo-cinza { background: rgba(255, 255, 255, .06); color: var(--text-2); border: 1px solid var(--line); }
.selo-amarelo { background: var(--yellow); color: var(--ink); }

/* ---------- rodizio (demonstracao do envio) ---------- */
.rodizio { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(36px, 6vw, 88px); align-items: center; }
.rodizio .sub { margin-top: 20px; }
.lista-check { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.lista-check li { display: flex; gap: 12px; align-items: flex-start; font-size: 16.5px; line-height: 1.45; }
.lista-check .ic { color: var(--yellow); width: 20px; height: 20px; margin-top: 2px; }

.janela { background: #0f0f0e; border: 1px solid var(--line-2); border-radius: 18px; overflow: hidden; }
.janela-topo { display: flex; align-items: center; gap: 14px; height: 46px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #131312; font-size: 13.5px; color: var(--text-2); }
.janela-topo .pontos { display: flex; gap: 6px; }
.janela-topo .pontos i { width: 10px; height: 10px; border-radius: 50%; background: #2d2c28; }
.janela-topo b { color: var(--text); font-weight: 600; }
.janela-topo .selo { margin-left: auto; height: 22px; font-size: 11.5px; }
.janela-corpo { padding: 8px 20px 20px; display: grid; gap: 0; }
.linha-info { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--text-2); }
.linha-info .ic { color: var(--yellow); width: 19px; height: 19px; }
.linha-info b { color: var(--text); font-weight: 600; }
.linha-info .mono { font-family: var(--f-mono); font-size: 13px; color: var(--text); }
.linha-info .dir { margin-left: auto; white-space: nowrap; }
.selo { white-space: nowrap; }
.faixas { display: grid; gap: 0; margin-bottom: 18px; }
.bm { display: grid; grid-template-columns: 170px 1fr 92px; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.bm-nome { display: grid; gap: 2px; font-size: 13px; color: var(--text-3); }
.bm-nome b { font-size: 14.5px; color: var(--text); display: flex; align-items: center; gap: 8px; }
.qual { font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 99px; background: rgba(247, 193, 24, .14); color: var(--yellow); letter-spacing: .02em; }
.qual.media { background: rgba(255, 255, 255, .07); color: var(--text-2); }
.bm-barra { height: 8px; border-radius: 99px; background: #23221f; overflow: hidden; }
.bm-barra i { display: block; height: 100%; width: 100%; background: var(--yellow); border-radius: inherit; transform-origin: left; transform: scaleX(var(--p, 0)); transition: transform .5s var(--ease); }
.bm-n { text-align: right; font-size: 13px; color: var(--text-3); font-variant-numeric: tabular-nums; }
.bm-n b { color: var(--text); font-size: 15px; }
.lotes-cab { display: flex; justify-content: space-between; font-size: 13px; color: var(--text-3); margin-bottom: 8px; }
.lotes-cab b { color: var(--text); font-weight: 600; font-variant-numeric: tabular-nums; }
.lotes { display: grid; grid-template-columns: repeat(12, 1fr); gap: 5px; }
.lote { height: 30px; border-radius: 7px; background: #1b1a18; border: 1px solid #262521; position: relative; transition: background .35s, border-color .35s, box-shadow .35s; }
.lote.ok { background: #3a3013; border-color: #5c4a14; }
.lote.agora {
  border-color: var(--yellow); outline: 2px solid rgba(255, 213, 77, .55); outline-offset: 2px;
  background: linear-gradient(100deg, var(--yellow) 30%, #fff4c7 50%, var(--yellow) 70%) 0 0 / 300% 100%;
  animation: luz-lote .56s linear;
}
@keyframes luz-lote { from { background-position: 100% 0; } to { background-position: 0 0; } }
.kpis-envio { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin: 20px -20px -20px; }
.kpis-envio div { padding: 14px 20px; border-left: 1px solid var(--line); font-size: 12.5px; color: var(--text-3); }
.kpis-envio div:first-child { border-left: 0; }
.kpis-envio b { display: block; font: 800 22px/1.1 var(--f-display); color: var(--text); letter-spacing: -.02em; font-variant-numeric: tabular-nums; margin-top: 3px; }

/* ---------- os tres destaques: envio, templates e chat (texto x demonstracao, alternando o lado) ---------- */
@media (min-width: 961px) {
  .rodizio.inv { grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); }
  .rodizio.inv > :first-child { order: 2; }
}
.nota-pilar { position: relative; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--text); font-weight: 600; font-size: 16.5px; max-width: 46ch; }
.nota-pilar::before { content: ""; position: absolute; left: 0; top: -8px; width: 1px; height: 15px; background: var(--yellow); transform: skewX(-21.8deg); transform-origin: bottom; }

/* templates em massa: modelo x BMs */
.tpl-corpo { grid-template-columns: auto minmax(0, 1fr); align-items: center; column-gap: 22px; }
.celular-p { width: 200px; padding: 8px; border-radius: 26px; }
.celular-p .cel-tela { border-radius: 19px; }
.celular-p .cel-msgs { min-height: 200px; padding: 12px 8px 12px; }
.celular-p .bolha { font-size: 11.5px; }
.tpl-matriz { display: grid; gap: 7px; }
.tm-l { display: grid; grid-template-columns: 50px repeat(3, minmax(0, 1fr)); gap: 7px; align-items: center; }
.tm-l b { font-size: 13.5px; font-weight: 700; }
.tm-cab span { font-family: var(--f-mono); font-size: 11px; color: var(--text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.st { height: 32px; border-radius: 8px; border: 1px solid #262521; background: #181816; display: grid; place-items: center; font-size: 11.5px; font-weight: 700; color: var(--text-3); white-space: nowrap; transition: background .35s var(--ease), color .35s, border-color .35s; }
.st-env { border-color: var(--yellow); color: var(--yellow); background: rgba(247, 193, 24, .07); }
.st-ana { background: #24231f; border-color: #33312b; color: var(--text-2); }
.st-ok { background: var(--yellow); border-color: var(--yellow-hi); color: var(--ink); }
.tpl-kpis { grid-column: 1 / -1; margin-top: 8px; }

/* chat ao vivo */
.chat-corpo { display: grid; grid-template-columns: 240px minmax(0, 1fr); min-height: 400px; }
.chat-lista { border-right: 1px solid var(--line); padding: 14px 12px; }
.chat-lista .abas { gap: 5px; }
.chat-lista .abas span { font-size: 11.5px; padding: 4px 8px; }
.chat-lista .conversas { border: 0; border-radius: 0; overflow: visible; margin: 0 -12px; }
.chat-lista .conv { grid-template-columns: 32px minmax(0, 1fr) auto; padding: 10px 12px; font-size: 12.5px; }
.chat-lista .conv .av { width: 32px; height: 32px; font-size: 12px; }
.chat-lista .conv b { font-size: 13px; }
.chat-lista .conv.on { background: rgba(247, 193, 24, .07); }
.chat-thread { display: flex; flex-direction: column; min-width: 0; }
.thread-cab { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 13px; }
.thread-cab .av { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 12.5px; background: #24231f; flex: none; }
.thread-cab b { display: block; font-size: 14px; }
.thread-cab small { color: var(--text-3); font-size: 12px; }
.janela24 { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 99px; border: 1px solid var(--line-2); color: var(--text-2); font-size: 12px; white-space: nowrap; }
.janela24 .ic { width: 14px; height: 14px; color: var(--yellow); }
.thread-msgs { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 18px 16px;
  background-image: radial-gradient(rgba(255, 255, 255, .022) 1px, transparent 1.2px); background-size: 14px 14px; }
.bolha-c { max-width: 80%; padding: 9px 12px 6px; border-radius: 13px; font-size: 13.5px; line-height: 1.45; }
.bolha-c.entra { align-self: flex-start; background: #1c1b19; border: 1px solid #292824; border-bottom-left-radius: 4px; }
.bolha-c.sai { align-self: flex-end; background: #2a2410; border: 1px solid rgba(247, 193, 24, .22); border-bottom-right-radius: 4px; }
.bolha-c .bolha-hora { color: #9d998f; }
.digitando { align-self: flex-end; display: flex; gap: 4px; padding: 12px 14px; border-radius: 13px; border-bottom-right-radius: 4px; background: #2a2410; border: 1px solid rgba(247, 193, 24, .22); }
.digitando i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); animation: digita 1s infinite ease-in-out; }
.digitando i:nth-child(2) { animation-delay: .15s; }
.digitando i:nth-child(3) { animation-delay: .3s; }
@keyframes digita { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.thread-input { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-top: 1px solid var(--line); font-size: 13px; color: var(--text-3); }
.thread-input .rap { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px dashed var(--line-2); border-radius: 9px; color: var(--text-2); white-space: nowrap; }
.thread-input .rap .ic { width: 15px; height: 15px; color: var(--yellow); }
.thread-input .campo { flex: 1; min-width: 0; padding: 9px 12px; background: #141413; border: 1px solid var(--line); border-radius: 10px; white-space: nowrap; overflow: hidden; }
.thread-input .enviar { width: 38px; height: 38px; border-radius: 10px; background: var(--yellow); color: var(--ink); display: grid; place-items: center; flex: none; }
.thread-input .enviar .ic { width: 18px; height: 18px; }

/* assistente de IA: o que ela faz em cada tela + a sugestao aparecendo no chat */
.ia-lista { list-style: none; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line); }
.ia-lista li { display: flex; gap: 14px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid var(--line); }
.ia-lista li > .ic { width: 20px; height: 20px; margin-top: 2px; color: var(--yellow); }
.ia-lista b { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-size: 16.5px; font-weight: 700; color: var(--text); }
.ia-lista .selo { height: 22px; font-size: 11.5px; }
.ia-lista p { margin-top: 4px; font-size: 15.5px; line-height: 1.5; color: var(--text-2); }
.ia-corpo { display: flex; flex-direction: column; min-height: 400px; }
.ia-msgs { gap: 12px; }
.ia-cartao { align-self: flex-end; width: min(100%, 380px); padding: 13px 14px 14px; border-radius: 14px;
  background: linear-gradient(180deg, #1f1b0e, #16140d); border: 1px solid rgba(247, 193, 24, .32);
  box-shadow: 0 16px 30px -18px rgba(247, 193, 24, .4);
  transition: opacity .28s var(--ease), translate .4s var(--ease); }
.ia-cartao.troca { opacity: 0; translate: 0 8px; }
.ia-cab { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--yellow); }
.ia-cab .ic { width: 16px; height: 16px; }
.ia-cartao p { margin-top: 8px; font-size: 14.5px; line-height: 1.45; color: var(--text); }
.ia-bts { display: flex; gap: 8px; margin-top: 12px; }
.ia-bts span { display: inline-flex; align-items: center; height: 28px; padding: 0 11px; border-radius: 8px; font-size: 12px; font-weight: 700; }
.ia-usar { background: var(--yellow); color: var(--ink); }
.ia-desc { border: 1px solid var(--line-2); color: var(--text-2); }
.ia-acoes { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 14px 0; border-top: 1px solid var(--line); }
.ia-acoes span { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 11px; border-radius: 99px; border: 1px solid var(--line-2);
  font-size: 12px; font-weight: 600; color: var(--text-2); white-space: nowrap; transition: background .3s, color .3s, border-color .3s; }
.ia-acoes .ic { width: 14px; height: 14px; color: var(--yellow); }
.ia-acoes span.on { background: rgba(247, 193, 24, .13); border-color: rgba(247, 193, 24, .55); color: var(--text); }
.ia-corpo .thread-input { border-top: 0; }
.ia-botao { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 9px; border: 1px solid rgba(247, 193, 24, .45);
  background: rgba(247, 193, 24, .12); color: var(--yellow); font-weight: 700; white-space: nowrap; }
.ia-botao .ic { width: 15px; height: 15px; }
.ia-corpo .campo { color: var(--text-2); text-overflow: ellipsis; transition: opacity .28s; }
.ia-corpo .campo.troca { opacity: 0; }

/* ---------- recursos (bento) ---------- */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.tile { grid-column: span var(--s, 6); background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 22px; overflow: hidden; position: relative; }
.tile-txt h3 { display: flex; align-items: center; gap: 10px; }
.tile-txt h3 .ic { color: var(--yellow); width: 22px; height: 22px; }
.tile-txt p { margin-top: 10px; color: var(--text-2); font-size: 16px; max-width: 46ch; }
.tile-ui { margin-top: auto; }
.tile-ui.meio { margin-block: auto; }

/* celular com template */
.celular { width: 250px; max-width: 100%; margin-inline: auto; border-radius: 30px; padding: 10px; background: #050505; border: 1px solid #2a2926; }
.cel-tela { border-radius: 22px; background: var(--chat); overflow: hidden; }
.cel-cab { display: flex; align-items: center; gap: 9px; padding: 12px 12px 10px; background: #1a2227; font-size: 12.5px; color: #e9edef; }
.cel-av { width: 28px; height: 28px; border-radius: 50%; background: #3b4a52; color: #e9edef; display: grid; place-items: center; font-weight: 700; font-size: 11px; flex: none; }
.cel-cab small { display: block; color: #8696a0; font-size: 11px; }
.cel-msgs { padding: 14px 10px 16px; display: grid; gap: 6px; min-height: 250px; align-content: end;
  background-image: radial-gradient(rgba(255, 255, 255, .025) 1px, transparent 1.2px); background-size: 14px 14px; }
.bolha { background: var(--bubble); color: #e9edef; border-radius: 10px 10px 10px 3px; padding: 8px 10px 6px; font-size: 12.5px; line-height: 1.45; max-width: 94%; box-shadow: 0 1px 1px rgba(0, 0, 0, .3); }
.bolha strong { display: block; margin-bottom: 3px; font-size: 13px; }
.bolha .var { font-family: var(--f-mono); font-size: 11.5px; color: var(--yellow); background: rgba(247, 193, 24, .1); padding: 0 3px; border-radius: 3px; }
.bolha small { display: block; color: #8696a0; font-size: 11px; margin-top: 4px; }
.bolha-hora { display: block; text-align: right; color: #8696a0; font-size: 11px; margin-top: 2px; }
.bolha-bt { background: var(--bubble); color: #53bdeb; text-align: center; font-size: 12.5px; font-weight: 600; padding: 8px; border-radius: 8px; max-width: 94%; }

/* chat ao vivo */
.abas { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.abas span { font-size: 12px; font-weight: 600; padding: 5px 10px; border-radius: 99px; background: #1b1a18; color: var(--text-2); border: 1px solid var(--line); }
.abas span.on { background: rgba(247, 193, 24, .14); color: var(--yellow); border-color: rgba(247, 193, 24, .3); }
.conversas { display: grid; border-top: 1px solid var(--line); }
.conv { display: grid; grid-template-columns: 36px 1fr auto; gap: 11px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.conv .av { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 13px; background: #24231f; color: var(--text); }
.conv b { display: block; font-size: 14px; }
.conv span { color: var(--text-3); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.conv em { font-style: normal; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 99px; background: #1f1e1b; color: var(--text-2); }
.conv em.esp { background: var(--yellow); color: var(--ink); }

/* relatorios */

/* remetentes */
.rem { display: grid; font-size: 13.5px; }
.rem > div { display: grid; grid-template-columns: 1.3fr 1fr .9fr .8fr; gap: 10px; align-items: center; padding: 11px 0; border-top: 1px solid var(--line); }
.rem > div:first-child { border-top: 0; padding-top: 0; font-size: 12px; color: var(--text-3); font-weight: 600; letter-spacing: .02em; }
.rem b { font-weight: 600; }
.rem small { display: block; color: var(--text-3); font-size: 12px; }
.pt { display: inline-flex; align-items: center; gap: 6px; }
.pt::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.pt.media::before { background: transparent; border: 1.5px solid var(--yellow); }
.ok-txt { color: var(--text-2); }

/* kanban */
.kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.col { display: grid; gap: 7px; align-content: start; }
.col-t { font-size: 12px; font-weight: 700; color: var(--text-2); display: flex; justify-content: space-between; padding-bottom: 6px; border-bottom: 2px solid var(--line-2); }
.cartao { background: #1c1b19; border-radius: 9px; padding: 8px 9px; font-size: 12.5px; }
.cartao b { display: block; font-size: 13px; font-weight: 600; }
.cartao span { color: var(--text-3); font-size: 11.5px; }
.col:last-child .col-t { border-bottom-color: var(--yellow); }
.tags { display: flex; gap: 5px; margin-top: 5px; }
.tags i { font-style: normal; font-size: 11px; padding: 1px 6px; border-radius: 5px; background: rgba(247, 193, 24, .12); color: var(--yellow); }

/* automacoes */
.fluxo { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 26px 20px; align-items: center; }
.no { position: relative; z-index: 1; background: #141413; border: 1px solid var(--line-2); border-radius: 12px; padding: 10px 12px; font-size: 12.5px; color: var(--text-2); }
.no b { display: flex; align-items: center; gap: 7px; color: var(--text); font-size: 13px; margin-bottom: 2px; }
.no b .ic { width: 15px; height: 15px; color: var(--yellow); }
.no.inicio { border-color: rgba(247, 193, 24, .45); }
.fluxo-fios { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.fluxo-fios path { fill: none; stroke: #3a3833; stroke-width: 1.5; }

.mais { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 16px; border: 1px solid var(--line); border-radius: var(--r-lg); }
.mais div { display: flex; gap: 12px; align-items: flex-start; padding: 22px; border-left: 1px solid var(--line); font-size: 15px; color: var(--text-2); line-height: 1.45; }
.mais div:first-child { border-left: 0; }
.mais .ic { color: var(--yellow); width: 21px; height: 21px; margin-top: 1px; }

/* ---------- como funciona ---------- */
.passos { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: p; position: relative; }
.passos li { position: relative; padding: 0 28px 0 0; }
.passos li::before { /* numero em bloco com brilho, como os passos do site principal */
  counter-increment: p; content: counter(p);
  display: grid; place-items: center; width: 60px; height: 60px; border-radius: 18px;
  background: #121211; border: 1px solid rgba(247, 193, 24, .32); color: var(--yellow);
  font: 800 22px/1 var(--f-display); position: relative; z-index: 1; margin-bottom: 26px;
  box-shadow: 0 0 0 4px rgba(247, 193, 24, .1), 0 16px 30px -14px rgba(242, 185, 39, .45);
  text-shadow: 0 0 14px rgba(247, 193, 24, .5);
}
.passos li::after { /* ligacao entre os passos, terminando no corte de 68 graus */
  content: ""; position: absolute; left: 74px; right: 14px; top: 30px; height: 9px;
  border-top: 1px solid rgba(247, 193, 24, .45);
  background: linear-gradient(68.2deg, transparent calc(100% - 5px), rgba(247, 193, 24, .45) calc(100% - 5px) calc(100% - 4px), transparent calc(100% - 4px)) right top / 5px 9px no-repeat;
}
.passos li:last-child::after { display: none; }
.passos h3 { font-size: 21px; }
.passos p { margin-top: 10px; color: var(--text-2); font-size: 16px; }
.nota { margin-top: 48px; display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 14px 18px; border-radius: 14px; background: var(--bg-2); border: 1px solid var(--line); color: var(--text-2); font-size: 15.5px; }
.nota .ic { color: var(--yellow); width: 20px; height: 20px; }
.nota a { color: var(--text); font-weight: 600; }

/* ---------- quem usa ---------- */
.usos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.uso { display: flex; flex-direction: column; gap: 14px; padding-top: 22px; border-top: 2px solid var(--line-2); }
.uso:hover { border-top-color: var(--yellow); }
.uso h3 { font-size: 20px; }
.uso > p { color: var(--text-2); font-size: 15.5px; }
.uso .chat-mini { margin-top: auto; background: var(--chat); border-radius: 16px; padding: 14px 12px; display: grid; gap: 6px;
  background-image: radial-gradient(rgba(255, 255, 255, .025) 1px, transparent 1.2px); background-size: 14px 14px; }
.exemplo { font-size: 11px; color: #8696a0; text-transform: none; letter-spacing: .01em; }
.contas { display: grid; gap: 6px; margin-top: auto; }
.contas div { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-2); font-size: 13.5px; }
.contas div.on { border-color: rgba(247, 193, 24, .45); }
.contas i { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; font-style: normal; font-weight: 800; font-size: 12px; background: #24231f; }
.contas div.on i { background: var(--yellow); color: var(--ink); }
.contas small { margin-left: auto; color: var(--text-3); font-size: 12px; }

/* ---------- planos (faixa amarela) ---------- */
.planos { background: var(--yellow); color: var(--ink); position: relative; overflow: clip; isolation: isolate; }
.planos::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(68.2deg, transparent calc(50% - .6px), rgba(10, 10, 10, .13) 50%, transparent calc(50% + .6px)) 8% 0 / 700px 100% no-repeat,
    linear-gradient(-68.2deg, transparent calc(50% - .6px), rgba(10, 10, 10, .13) 50%, transparent calc(50% + .6px)) 30% 0 / 700px 100% no-repeat;
}
.planos a:not(.bt), .fecho a:not(.bt) { color: var(--ink); text-decoration-color: currentColor; font-weight: 600; }
.planos :focus-visible, .fecho :focus-visible { outline-color: var(--ink); }
.planos .preco :focus-visible { outline-color: var(--yellow); }
.fecho .bt { box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset, 0 14px 26px -14px rgba(60, 40, 0, .75); }
.planos-grade { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 480px); gap: clamp(36px, 6vw, 96px); align-items: center; }
.planos h2 { font-size: clamp(38px, 4.6vw, 62px); letter-spacing: -.04em; }
.planos .sub { color: var(--ink-2); margin-top: 22px; font-size: 18px; }
.planos .nota-meta { margin-top: 26px; padding-top: 22px; border-top: 1.5px solid rgba(10, 10, 10, .18); font-size: 15.5px; color: var(--ink-2); max-width: 52ch; }
.planos .nota-meta strong { color: var(--ink); }
.preco { background: var(--ink); color: var(--text); border-radius: 26px; padding: clamp(28px, 3.4vw, 40px); box-shadow: 0 40px 70px -35px rgba(60, 40, 0, .75), 0 10px 22px -12px rgba(60, 40, 0, .5); }
.preco-cab { display: flex; align-items: center; justify-content: space-between; }
.preco-cab span { font-weight: 700; font-size: 15px; color: var(--text-2); }
.preco-cab .selo { height: 24px; font-size: 12px; color: var(--ink); }
.valor { display: flex; align-items: baseline; gap: 8px; margin: 18px 0 6px; font-family: var(--f-display); }
.valor small { font-size: 22px; font-weight: 700; color: var(--text-2); }
.valor strong { font-size: clamp(64px, 7vw, 88px); font-weight: 800; letter-spacing: -.04em; line-height: .9; }
.valor em { font-style: normal; font-size: 18px; color: var(--text-2); font-family: var(--f-body); }
.preco p { color: var(--text-2); font-size: 15px; }
.preco ul { list-style: none; margin: 22px 0 26px; padding: 22px 0 0; border-top: 1px solid var(--line); display: grid; gap: 11px; }
.preco li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; }
.preco li .ic { color: var(--yellow); width: 19px; height: 19px; margin-top: 2px; }
.preco .botoes .bt { max-width: none; }

/* ---------- duvidas ---------- */
.duvidas { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(36px, 6vw, 96px); align-items: start; }
.duvidas-cab { position: sticky; top: calc(var(--head) + 40px); }
.duvidas-cab p { margin-top: 18px; color: var(--text-2); }
/* perguntas em cartoes, como no site principal */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: #121211; border: 1px solid var(--line); border-radius: 16px; transition: border-color .25s; }
.faq details[open] { border-color: rgba(247, 193, 24, .3); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 20px 20px 24px; font: 700 18px/1.3 var(--f-display); letter-spacing: -.01em; transition: color .2s; }
.faq summary:hover { color: var(--yellow); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .mais-ic { width: 32px; height: 32px; flex: none; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: transform .3s var(--ease), background .2s, border-color .2s; }
.faq summary .mais-ic .ic { width: 16px; height: 16px; }
.faq summary:hover .mais-ic { border-color: var(--yellow); }
.faq details[open] summary .mais-ic { transform: rotate(45deg); background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.faq details p { padding: 0 64px 22px 24px; color: var(--text-2); font-size: 16.5px; max-width: 64ch; }

/* ---------- fechamento ---------- */
/* fechamento: segunda faixa amarela; a coruja fica numa placa preta, como no icone do app */
.fecho { text-align: center; padding: clamp(88px, 11vw, 136px) 0; position: relative; overflow: clip; background: var(--yellow); color: var(--ink); isolation: isolate; }
.fecho::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(68.2deg, transparent calc(50% - .6px), rgba(10, 10, 10, .12) 50%, transparent calc(50% + .6px)) 50% 0 / 1400px 100% no-repeat,
    linear-gradient(-68.2deg, transparent calc(50% - .6px), rgba(10, 10, 10, .12) 50%, transparent calc(50% + .6px)) 50% 0 / 1400px 100% no-repeat;
}
.placa { width: min(280px, 66vw); margin: 0 auto 38px; padding: 26px 30px 24px; background: var(--ink); border-radius: 30px; box-shadow: 0 30px 50px -30px rgba(60, 40, 0, .8); }
.fecho .coruja-mini { position: relative; width: 100%; aspect-ratio: 878 / 635; }
.fecho .coruja-mini .coruja-viva { left: 0; top: 0; width: 100%; height: 100%; opacity: 1; }
.fecho h2 { font-size: clamp(36px, 4.6vw, 62px); letter-spacing: -.04em; }
.fecho .sub { margin: 20px auto 0; color: var(--ink-2); }
.fecho .botoes { justify-content: center; margin-top: 34px; }

/* ---------- rodape ---------- */
.rodape { border-top: 1px solid var(--line); padding-top: 64px; overflow: clip; }
.rod-grade { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.rod-grade p { color: var(--text-2); font-size: 15px; margin-top: 16px; max-width: 34ch; }
.rod-grade h3 { margin: 0 0 14px; font: 700 13px/1.3 var(--f-body); letter-spacing: .04em; color: var(--text-3); }
.rod-grade ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 15px; color: var(--text-2); }
.rod-grade a { text-decoration: none; color: var(--text-2); }
.rod-grade a:hover { color: var(--text); }
.rod-base { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 56px; padding: 24px 0 32px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--text-3); }
.rod-legal { display: flex; align-items: center; gap: 10px; }
/* atalho de teclado: aparece so no foco */
.pular { position: fixed; left: 12px; top: -64px; z-index: 100; padding: 11px 16px; border-radius: var(--r); background: var(--yellow); color: var(--ink); font-weight: 700; text-decoration: none; transition: top .2s var(--ease); }
.pular:focus { top: 12px; outline-color: var(--ink); }
.rod-legal a { color: var(--text-2); text-decoration: none; }
.rod-legal a:hover { color: var(--text); }

/* ---------- efeitos do site principal (wisecontingencia.com.br) ---------- */
/* o conteudo fica acima das luzes e das particulas */
main, .rodape { position: relative; z-index: 1; }

/* barra de progresso de leitura no topo */
.progresso { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 70; pointer-events: none; transform-origin: left; transform: scaleX(var(--p, 0));
  background: linear-gradient(90deg, var(--yellow-deep), var(--yellow), #ffe9a8); box-shadow: 0 0 12px rgba(247, 193, 24, .55); }

/* luzes douradas desfocadas ao fundo */
.orbes { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.orbes span { position: absolute; border-radius: 50%; filter: blur(90px); background: radial-gradient(circle, rgba(247, 193, 24, .5), transparent 70%); }
.orbes .o1 { width: 460px; height: 460px; top: -10%; left: -8%; opacity: .45; }
.orbes .o2 { width: 520px; height: 520px; top: 74%; right: -14%; opacity: .34; }
.orbes .o3 { width: 420px; height: 420px; bottom: -14%; left: 30%; opacity: .28; }

/* particulas douradas subindo */
.particulas { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.particula { position: absolute; bottom: -10px; width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); opacity: 0; box-shadow: 0 0 8px 2px rgba(247, 193, 24, .6); animation: sobe-particula linear infinite; }
@keyframes sobe-particula { 0% { transform: translate(0, 0); opacity: 0; } 10% { opacity: .85; } 90% { opacity: .5; } 100% { transform: translate(var(--drift, 20px), -110vh); opacity: 0; } }

/* icones 3D em bloco: dourado, escuro e verde */
.i3d { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; flex: none; position: relative; transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s; }
.i3d .ic { width: 26px; height: 26px; stroke-width: 2.2; margin: 0; transition: transform .35s cubic-bezier(.2, .7, .2, 1); }
.i3d-g { width: 74px; height: 74px; border-radius: 21px; margin-bottom: 26px; }
.i3d-g .ic { width: 34px; height: 34px; }
.i3d-p { width: 42px; height: 42px; border-radius: 12px; }
.i3d-p .ic { width: 20px; height: 20px; }
.i3d-ouro { color: #241808; background: linear-gradient(155deg, #ffe9a8, var(--yellow) 52%, var(--yellow-deep)); box-shadow: 0 16px 34px -10px rgba(242, 185, 39, .6), 0 0 28px rgba(247, 193, 24, .3), inset 0 2px 0 rgba(255, 255, 255, .6), inset 0 -10px 18px rgba(150, 95, 8, .4); }
.i3d-escuro { color: var(--yellow); background: linear-gradient(155deg, #2b2b29, #161615 55%, #0c0c0b); box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .8), inset 0 2px 0 rgba(255, 255, 255, .1), inset 0 -10px 18px rgba(0, 0, 0, .55); }
.i3d-zap { color: #06270f; background: linear-gradient(155deg, #5bf09a, #25d366 52%, #16a152); box-shadow: 0 16px 30px -12px rgba(37, 211, 102, .5), 0 0 24px rgba(37, 211, 102, .22), inset 0 2px 0 rgba(255, 255, 255, .5), inset 0 -10px 18px rgba(8, 110, 55, .4); }
.rodizio:hover .i3d-g, .tile:hover .i3d, .mais div:hover .i3d { transform: translateY(-3px) scale(1.06); }
.rodizio:hover .i3d-g .ic, .tile:hover .i3d .ic, .mais div:hover .i3d .ic { transform: rotate(-6deg); }
.tile-txt h3 { gap: 14px; }
.tile-txt h3 .i3d { width: 48px; height: 48px; border-radius: 14px; }
.tile-txt h3 .i3d .ic { width: 23px; height: 23px; color: inherit; }
.mais div { align-items: center; gap: 14px; }
.mais .i3d .ic { width: 20px; height: 20px; margin: 0; color: inherit; }

/* cards sobem no hover e ganham borda dourada */
.tile { transition: transform .35s cubic-bezier(.2, .7, .2, 1), border-color .35s, box-shadow .35s; }
.tile::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none; opacity: 0; transition: opacity .35s;
  background: linear-gradient(160deg, rgba(247, 193, 24, .45), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.tile:hover { transform: translateY(-7px); border-color: rgba(247, 193, 24, .16); box-shadow: 0 28px 50px -28px rgba(0, 0, 0, .8); }
.tile:hover::before { opacity: 1; }

/* botao flutuante do WhatsApp com pulso */
.wa-flut { position: fixed; right: 22px; bottom: 22px; z-index: 58; display: flex; align-items: center; gap: 12px; text-decoration: none;
  opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .35s var(--ease), transform .35s var(--ease); }
.wa-flut.on { opacity: 1; transform: none; pointer-events: auto; }
.wa-flut-rotulo { background: #121211; border: 1px solid var(--line-2); color: var(--text); font: 700 14px/1 var(--f-display); padding: 11px 15px; border-radius: 12px;
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .7); white-space: nowrap; opacity: 0; transform: translateX(8px); transition: opacity .28s, transform .28s; }
.wa-flut:hover .wa-flut-rotulo, .wa-flut:focus-visible .wa-flut-rotulo { opacity: 1; transform: none; }
.wa-flut-bt { position: relative; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #fff;
  background: linear-gradient(160deg, #3be27d, #25d366 55%, #16a152);
  box-shadow: 0 14px 30px -8px rgba(37, 211, 102, .6), 0 0 24px rgba(37, 211, 102, .3), inset 0 2px 0 rgba(255, 255, 255, .45); transition: transform .2s; }
.wa-flut:hover .wa-flut-bt { transform: scale(1.06); }
.wa-flut-bt .ic { width: 30px; height: 30px; position: relative; z-index: 1; }
.wa-flut-bt::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: pulso-wa 2.4s ease-out infinite; pointer-events: none; }
@keyframes pulso-wa { 0% { transform: scale(1); opacity: .7; } 80% { transform: scale(1.85); opacity: 0; } 100% { opacity: 0; } }

/* blocos surgem ao rolar (so com JS; sem JS tudo aparece normal) */
.js .rv, .js .rv-grupo > * {
  opacity: 0; translate: 0 28px;
  transition: opacity .8s cubic-bezier(.2, .7, .2, 1), translate .8s cubic-bezier(.2, .7, .2, 1), transform .35s cubic-bezier(.2, .7, .2, 1), border-color .35s, box-shadow .35s;
}
.js .rv.in, .js .rv-grupo.in > * { opacity: 1; translate: none; }
.js .rv-grupo.in > :nth-child(2) { transition-delay: .08s, .08s, 0s, 0s, 0s; }
.js .rv-grupo.in > :nth-child(3) { transition-delay: .16s, .16s, 0s, 0s, 0s; }
.js .rv-grupo.in > :nth-child(4) { transition-delay: .24s, .24s, 0s, 0s, 0s; }
.js .rv-grupo.in > :nth-child(5) { transition-delay: .32s, .32s, 0s, 0s, 0s; }
.js .rv-grupo.in > :nth-child(n+6) { transition-delay: .4s, .4s, 0s, 0s, 0s; }

/* ---------- ideias adaptadas (11/09/2026) ---------- */
/* aurora dourada no fundo do topo, nas cores da marca */
/* o topo da aurora some suave embaixo do menu (sem emenda reta na borda do topo) */
.aurora { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 160px, #000 calc(100% - 160px), transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 160px, #000 calc(100% - 160px), transparent 100%); }
.aurora-pulso { position: absolute; inset: 0; opacity: .5;
  background: radial-gradient(ellipse 60% 70% at 16% 30%, rgba(247, 193, 24, .16), transparent 70%), radial-gradient(ellipse 50% 60% at 40% 100%, rgba(217, 164, 6, .14), transparent 70%);
  animation: aurora-pulso 10s ease-in-out infinite; }
@keyframes aurora-pulso { 0%, 100% { opacity: .5; transform: scale(1); } 50% { opacity: .75; transform: scale(1.05); } }
.aurora .bl { position: absolute; border-radius: 50%; filter: blur(70px); will-change: transform; }
.aurora .b1 { width: 46vw; height: 46vw; max-width: 640px; max-height: 640px; left: -14%; top: -34%; background: radial-gradient(circle, rgba(247, 193, 24, .32), transparent 65%); animation: aurora-a 30s ease-in-out infinite alternate; }
.aurora .b2 { width: 40vw; height: 40vw; max-width: 560px; max-height: 560px; left: 14%; bottom: -52%; background: radial-gradient(circle, rgba(217, 164, 6, .3), transparent 65%); animation: aurora-b 40s ease-in-out infinite alternate; }
.aurora .b3 { width: 28vw; height: 28vw; max-width: 400px; max-height: 400px; left: 26%; top: 6%; background: radial-gradient(circle, rgba(255, 233, 168, .14), transparent 65%); animation: aurora-c 50s ease-in-out infinite alternate; }
@keyframes aurora-a { from { transform: translate(-50px, -20px) scale(1); } to { transform: translate(60px, 30px) scale(1.2); } }
@keyframes aurora-b { from { transform: translate(50px, 20px) scale(1); } to { transform: translate(-60px, -30px) scale(1.3); } }
@keyframes aurora-c { from { transform: translate(20px, -30px) rotate(0deg); } to { transform: translate(-30px, 30px) rotate(180deg); } }
.estrela { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: #fff6d6; opacity: 0; animation: brilha var(--dur, 4s) ease-in-out infinite; animation-delay: var(--atraso, 0s); }
@keyframes brilha { 0%, 100% { opacity: 0; } 50% { opacity: var(--max, .7); } }
.orbes .o1 { opacity: .28; }

/* feixe de luz dando a volta no cartao de preco (acelera com o mouse) */
.preco { position: relative; isolation: isolate; }
.feixe { position: absolute; inset: -1px; border-radius: inherit; pointer-events: none;
  background: conic-gradient(from var(--feixe-a, 40deg), transparent 0deg,
    rgba(247, 193, 24, .04) 18deg, rgba(247, 193, 24, .55) 46deg, #ffd54d 56deg, #fff4c7 60deg, transparent 63deg,
    transparent 198deg, rgba(255, 244, 199, .04) 216deg, rgba(255, 244, 199, .45) 244deg, #fff4c7 254deg, #fffbea 258deg, transparent 261deg, transparent 360deg); }
.feixe-anel { padding: 2px; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; }
/* o brilho segue so a luz do anel (sombra luminosa no anel ja recortado) */
.feixe-luz { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 1;
  filter: drop-shadow(0 0 6px rgba(247, 193, 24, .75)) drop-shadow(0 0 16px rgba(247, 193, 24, .35)); }
@media (forced-colors: active) { .feixe { display: none; } }

/* luz correndo na borda dos botoes do fechamento */
@property --luz-a { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.bt-luz { position: relative; isolation: isolate; }
.bt-luz::after { content: ""; position: absolute; inset: -2px; border-radius: 16px; padding: 2px; pointer-events: none;
  background: conic-gradient(from var(--luz-a), transparent 0deg 290deg, color-mix(in srgb, var(--luz, #ffd54d) 45%, transparent) 330deg, var(--luz, #ffd54d) 352deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude;
  animation: luz-borda 5s linear infinite; }
.bt-zap.bt-luz { --luz: #fff; }
.bt-luz.bt-zap::after { animation-delay: -2.5s; }
@keyframes luz-borda { to { --luz-a: 360deg; } }

/* letras dos botoes grandes fazem uma onda no hover; clique solta um respingo */
.letras { display: inline-flex; }
.letra { display: inline-block; white-space: pre; }
.bt:hover .letra { animation: onda .55s var(--ease) both; animation-delay: calc(var(--i) * 24ms); }
@keyframes onda { 0% { transform: translateY(0); } 35% { transform: translateY(-5px); } 100% { transform: translateY(0); } }
.respingo { position: fixed; pointer-events: none; z-index: 80; translate: -50% -50%; overflow: visible; }
.respingo line { stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 16 40; stroke-dashoffset: 16; animation: respingo .6s var(--ease) forwards; }
@keyframes respingo { to { stroke-dashoffset: -18; opacity: 0; } }

/* grafico de area no bloco de relatorios */
.graf-leg { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 12.5px; color: var(--text-3); margin-bottom: 10px; }
.graf-leg span { display: inline-flex; align-items: center; gap: 7px; }
.graf-leg i { width: 10px; height: 10px; border-radius: 3px; background: var(--c); }
.graf-leg b { color: var(--text); font-weight: 700; font-variant-numeric: tabular-nums; }
.graf-area { width: 100%; height: auto; overflow: visible; }
.graf-area .grade { stroke: rgba(255, 255, 255, .07); stroke-width: 1; }
.graf-area .area-f { opacity: 0; transition: opacity 1s ease .6s; }
.graf-area .area-l { fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.6s var(--ease) .2s; }
.rv-grupo.in .graf-area .area-f { opacity: 1; }
.rv-grupo.in .graf-area .area-l { stroke-dashoffset: 0; }
.graf-eixo { display: flex; justify-content: space-between; font-size: 11px; color: var(--text-3); margin-top: 6px; }
.metricas { margin-top: 12px; border-top: 1px solid var(--line); }
.metricas div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; color: var(--text-2); }
.metricas div:last-child { border-bottom: 0; padding-bottom: 0; }
.metricas span { display: inline-flex; align-items: center; gap: 9px; }
.metricas .ic { width: 16px; height: 16px; color: var(--yellow); }
.metricas b { font: 800 18px/1 var(--f-display); color: var(--text); font-variant-numeric: tabular-nums; }

/* celular com ilha, botoes laterais e reflexo */
.celular { position: relative; }
.celular::before { content: ""; position: absolute; top: 15px; left: 50%; translate: -50% 0; width: 58px; height: 17px; border-radius: 99px; background: #000; z-index: 3; box-shadow: inset 0 -1px 2px rgba(255, 255, 255, .1); }
.celular .cel-tela { position: relative; }
.celular .cel-tela::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(110deg, rgba(255, 255, 255, .07), transparent 45%); }
.celular .cel-cab { padding-top: 32px; }
.cel-bt { position: absolute; width: 3px; border-radius: 2px; background: linear-gradient(90deg, #3a3a38, #161615); box-shadow: -1px 0 3px rgba(0, 0, 0, .7); }
.cel-bt.e1 { left: -3px; top: 74px; height: 22px; }
.cel-bt.e2 { left: -3px; top: 104px; height: 36px; }
.cel-bt.d1 { right: -3px; top: 94px; height: 50px; }

/* diagrama de conexoes em "Como funciona" */
.como-topo { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: center; margin-bottom: clamp(48px, 6vw, 72px); }
.como-topo .sec-cab { margin-bottom: 0; }
.conexoes { position: relative; aspect-ratio: 564 / 410; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #0d0d0c;
  background-image: radial-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px); background-size: 28px 28px; }
.conexoes::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at center, transparent 40%, rgba(10, 10, 10, .75)); }
.con-fios { position: absolute; inset: 0; width: 100%; height: 100%; }
.con-fios .base { stroke: rgba(255, 255, 255, .1); stroke-width: 1; fill: none; }
.con-fios .luz { fill: none; stroke: url(#con-grad); stroke-width: 2; stroke-dasharray: 40 160; animation: con-luz 4s linear infinite; animation-delay: var(--d, 0s); }
.con-fios .luz.volta { animation-name: con-luz-volta; }
@keyframes con-luz { from { stroke-dashoffset: 200; } to { stroke-dashoffset: -200; } }
@keyframes con-luz-volta { from { stroke-dashoffset: -200; } to { stroke-dashoffset: 200; } }
.con-centro { position: absolute; left: 50%; top: 50%; translate: -50% -50%; z-index: 2; width: 72px; height: 72px; border-radius: 20px; display: grid; place-items: center;
  background: linear-gradient(155deg, #2b2b29, #111110 60%); border: 1px solid rgba(247, 193, 24, .35);
  box-shadow: 0 16px 34px -12px rgba(0, 0, 0, .9), 0 0 30px rgba(247, 193, 24, .18), inset 0 2px 0 rgba(255, 255, 255, .08); }
.con-centro img { width: 50px; height: auto; }
.con-centro::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; border: 2px solid rgba(247, 193, 24, .25); animation: con-pulso 3s ease-in-out infinite; }
@keyframes con-pulso { 0%, 100% { transform: scale(1); opacity: .35; } 50% { transform: scale(1.18); opacity: 0; } }
.con-no { position: absolute; left: var(--x); top: var(--y); translate: -50% -50%; z-index: 2; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  padding: 8px 12px; border-radius: 12px; background: #151514; border: 1px solid var(--line-2); font-size: 13px; font-weight: 600; color: var(--text);
  box-shadow: 0 10px 22px -12px rgba(0, 0, 0, .9); }
.con-no .ic { width: 16px; height: 16px; color: var(--yellow); }
.con-no .ic.cheio { color: #25d366; }
.js .conexoes .con-no { opacity: 0; scale: .85; transition: opacity .5s var(--ease), scale .6s var(--ease); transition-delay: var(--e, 0s); }
.js .conexoes.in .con-no { opacity: 1; scale: 1; }

/* telas de demonstracao inclinam de leve pro lado do mouse, com um brilho que acompanha */
.janela { position: relative; transform: perspective(1400px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: transform .7s var(--ease); }
.janela::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .4s;
  background: radial-gradient(520px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .06), transparent 40%); }
.janela.inclina::after { opacity: 1; }

/* pergunta direto pro WhatsApp, com contador de caracteres */
.pergunta { margin-top: 28px; display: grid; gap: 10px; max-width: 440px; }
.pergunta label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-weight: 600; font-size: 15.5px; }
.contador { font-size: 13px; color: var(--text-3); font-variant-numeric: tabular-nums; font-weight: 500; }
.contador.cheio { color: var(--yellow); }
.pergunta textarea { width: 100%; min-height: 104px; resize: vertical; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line-2); background: #121211; color: var(--text); font: inherit; font-size: 15.5px; line-height: 1.5; transition: border-color .2s, box-shadow .2s; }
.pergunta textarea::placeholder { color: var(--text-3); }
.pergunta textarea:focus { outline: none; border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(247, 193, 24, .14); }
.pergunta .bt { justify-self: start; }

/* dock flutuante do celular (a barra fixa vira uma ilha de vidro) */
@keyframes flutua { 0%, 100% { translate: 0 0; } 50% { translate: 0 -3px; } }

/* barra fixa no celular */
.barra-cel { display: none; }

/* ---------- responsivo ---------- */
@media (max-width: 1100px) {
  .menu { gap: 18px; }
  .mais { grid-template-columns: repeat(2, 1fr); }
  .mais div:nth-child(3) { border-left: 0; }
  .mais div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .usos { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
}
@media (max-width: 960px) {
  .menu, .cab-entrar { display: none; }
  .cab-menu { display: grid; }
  .cab.aberto .menu { display: flex; position: absolute; top: var(--head); left: 0; right: 0; flex-direction: column; gap: 0; margin: 0; padding: 8px var(--pad) 18px; background: #0d0d0c; border-bottom: 1px solid var(--line); }
  .cab.aberto .menu a { padding: 13px 0; font-size: 17px; border-bottom: 1px solid var(--line); }
  .cab.aberto .menu .so-cel { display: block; color: var(--text); font-weight: 600; }
  .hero { min-height: 0; display: block; padding: 40px 0 0; }
  .hero-txt { max-width: 640px; }
  .palco { position: relative; left: auto; top: auto; transform: none; width: 140vw; margin: 36px 0 0 -20vw; }
  /* minmax(0, 1fr): nenhum conteudo alarga a coluna alem da tela (antes a caixa de texto da demo da IA empurrava 15px em 320px) */
  .rodizio, .duvidas, .planos-grade, .como-topo { grid-template-columns: minmax(0, 1fr); }
  .duvidas-cab { position: static; }
  .compara { grid-template-columns: minmax(0, 1fr); }
  .compara-com { border-left: 0; border-top: 1px solid var(--line); }
  .tile { grid-column: span 12; }
  .passos { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .passos li::after { display: none; }
  .rod-grade { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  :root { --head: 62px; }
  body { font-size: 16px; }
  .cab .bt-p { display: none; }
  .hero .botoes .bt { max-width: none; }
  /* no celular a coruja abre a tela, antes do titulo; as fichas saem pra nao apertar */
  .hero { display: flex; flex-direction: column; align-items: center; padding-top: 0; }
  /* comeca embaixo do menu (sem margem negativa) e centralizado */
  .palco { order: -1; width: 118vw; margin: 0 0 -11vw; flex: none; }
  .ficha, .grade-w .guia { display: none; }
  .linha-info { font-size: 13px; }
  .linha-info .mono { font-size: 12px; }
  .tpl-corpo { grid-template-columns: minmax(0, 1fr); }
  .conexoes { aspect-ratio: 564 / 440; }
  .con-no { font-size: 11.5px; padding: 6px 9px; gap: 5px; border-radius: 10px; }
  .con-no .ic { width: 13px; height: 13px; }
  .con-centro { width: 56px; height: 56px; border-radius: 16px; }
  .con-centro img { width: 38px; }
  .celular-p, .chat-lista { display: none; }
  .chat-corpo { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .thread-cab { flex-wrap: wrap; }
  .bolha-c { max-width: 88%; }
  .thread-input .rap { display: none; }
  .bm { grid-template-columns: 1fr 70px; }
  .bm-barra { grid-column: 1 / -1; grid-row: 2; }
  .kpis-envio { grid-template-columns: repeat(2, 1fr); }
  .kpis-envio div:nth-child(3) { border-left: 0; }
  .kpis-envio div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .tile { padding: 22px; }
  .rem > div { grid-template-columns: 1.3fr 1fr .8fr; }
  .rem .so-grande { display: none; }
  .fluxo { grid-template-columns: 1fr 1fr; }
  .mais, .usos, .passos, .rod-grade { grid-template-columns: minmax(0, 1fr); }
  /* links do rodape com area de toque de 44px no celular */
  .rod-grade ul { gap: 0; }
  .rod-grade li { display: flex; align-items: center; min-height: 44px; }
  .rod-grade a, .rod-legal a { display: inline-block; padding-block: 12px; }
  .rod-base { padding-top: 12px; }
  .mais div { border-left: 0; border-top: 1px solid var(--line); }
  .mais div:first-child { border-top: 0; }
  .faq details p { padding-right: 0; }
  .barra-cel { display: flex; gap: 8px; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 55; padding: 8px;
    border-radius: 22px; border: 1px solid var(--line-2); background: rgba(18, 18, 17, .72); -webkit-backdrop-filter: blur(16px) saturate(1.2); backdrop-filter: blur(16px) saturate(1.2);
    box-shadow: 0 18px 40px -14px rgba(0, 0, 0, .85), inset 0 1px 0 rgba(255, 255, 255, .06);
    transform: translateY(160%); transition: transform .45s var(--ease); }
  .barra-cel.on { transform: none; animation: flutua 4s ease-in-out infinite; }
  .barra-cel .bt { flex: 1; height: 46px; font-size: 15px; padding: 0 12px; border-radius: 14px; }
  .barra-cel .bt:active { transform: scale(.96); }
  .rodape { padding-bottom: 92px; }
  .orbes span { filter: blur(60px); }
  .aurora .bl { animation: none; filter: blur(50px); }
  .aurora .b3, .aurora-pulso { display: none; }
  .wa-flut { display: none; }
  .i3d-g { width: 62px; height: 62px; border-radius: 18px; margin-bottom: 20px; }
  .i3d-g .ic { width: 29px; height: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .particula, .wa-flut-bt::after { display: none; }
  .js .rv, .js .rv-grupo > * { opacity: 1; translate: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
