/* boraADS home v2 — Linear craft, Figtree, #0C0C0E
   Each section has its own topology. Tokens stay one world. */

/* Fontes auto-hospedadas (subconjunto latino do Google Fonts, licença OFL). A Figtree de pé vai com
   preload no <head>; a itálica e a mono chegam quando o texto aparece. */
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("/lp/fonts/figtree-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 400 700; font-display: swap; src: url("/lp/fonts/figtree-italic-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/lp/fonts/jetbrains-mono-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --fuse-noise: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjAwIDIwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZmlsdGVyIGlkPSdub2lzZUZpbHRlcic+PGZlVHVyYnVsZW5jZSB0eXBlPSdmcmFjdGFsTm9pc2UnIGJhc2VGcmVxdWVuY3k9JzAuOCcgbnVtT2N0YXZlcz0nMycgc3RpdGNoVGlsZXM9J3N0aXRjaCcvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNub2lzZUZpbHRlciknLz48L3N2Zz4=");
  --bg: #0c0c0e;
  --bg-1: #121316;
  --bg-2: #17191e;
  --bg-3: #1e2128;
  --line: rgba(255, 255, 255, 0.075);
  --line-2: rgba(255, 255, 255, 0.14);
  --fg: #edeff4;
  --muted: #a8b0c2;
  --dim: #8b93a7;
  --blue: #0060fd;
  --meta: #0866ff;
  --acc: oklch(0.72 0.155 255);
  --acc-ink: #061018;
  --acc-glow: color-mix(in oklab, var(--acc) 55%, transparent);
  --info: oklch(0.78 0.12 200);
  --pos: oklch(0.78 0.14 152);
  --warn: oklch(0.82 0.14 75);
  --font: "Figtree", ui-sans-serif, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --r: 12px;
  --r-sm: 8px;
  --pill: 999px;
  --max: 1120px;
  --measure: 62ch;
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --tap: 44px;
}

*, *::before, *::after { box-sizing: border-box }
html { scroll-behavior: smooth; scroll-padding-top: 88px }
html, body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100% }
a { color: inherit }
button, .btn { font: inherit }
:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px }
/* Cursor da página: seta de cristal renderizada no Blender (design/3d-cursor), com ponta no pixel
   (4, 3). Só com mouse; no toque fica o cursor do sistema. Sem image-set() usa o PNG de 1x. A
   versão acesa vale para tudo que é clicável; campos de texto mantêm o I de digitação. */
:root { --cur: auto; --cur-a: pointer }
@media (hover: hover) and (pointer: fine) {
  :root {
    --cur: url("/lp/assets/cursor/cursor-32.png") 4 3, auto;
    --cur-a: url("/lp/assets/cursor/cursor-hover-32.png") 4 3, pointer;
  }
  @supports (cursor: image-set(url("/lp/assets/cursor/cursor-32.png") 1x) 4 3, auto) {
    :root {
      --cur: image-set(url("/lp/assets/cursor/cursor-32.png") 1x, url("/lp/assets/cursor/cursor-64.png") 2x, url("/lp/assets/cursor/cursor-96.png") 3x) 4 3, auto;
      --cur-a: image-set(url("/lp/assets/cursor/cursor-hover-32.png") 1x, url("/lp/assets/cursor/cursor-hover-64.png") 2x, url("/lp/assets/cursor/cursor-hover-96.png") 3x) 4 3, pointer;
    }
  }
}
html { cursor: var(--cur) }
:is(a[href], button, summary, select, label[for], [role="button"], [role="tab"], input:is([type="range"], [type="checkbox"], [type="radio"], [type="submit"], [type="button"])) { cursor: var(--cur-a) }
:is(input:not([type="range"], [type="checkbox"], [type="radio"], [type="submit"], [type="button"]), textarea, [contenteditable="true"]) { cursor: text }

.skip {
  position: absolute; left: 12px; top: -48px; z-index: 80;
  background: var(--meta); color: #fff;
  padding: 8px 12px; font-weight: 600;
}
.skip:focus { top: 12px }
.vh {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.wrap { width: min(var(--max), calc(100% - 64px)); margin-inline: auto }
.wide { width: min(1280px, calc(100% - 48px)); margin-inline: auto }

h1, h2, h3, p { margin: 0 }
.h1 {
  font-size: clamp(2.15rem, 3.8vw, 3.15rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.h1 em, .h2 em {
  font-style: italic;
  font-weight: 500;
  color: inherit;
}
.aurora {
  display: inline-block;
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: aurora-text 10s ease-in-out infinite alternate;
}
.aurora-gads,
.aurora-meta {
  background-image: linear-gradient(135deg, #00c6ff, #0866ff, #0064e0, #7b61ff, #00c6ff);
}
@keyframes aurora-text {
  0% { background-position: 0% 50% }
  100% { background-position: 100% 50% }
}
.h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 520;
  letter-spacing: -0.032em;
  line-height: 1.12;
}
.h3 { font-size: 1.125rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.3 }
.lead {
  font-size: 1.125rem;
  color: var(--muted);
  max-width: var(--measure);
  font-weight: 400;
  line-height: 1.55;
}
.hero-in .lead-block {
  display: grid;
  gap: 10px;
  max-width: none;
  width: 100%;
  text-align: center;
}
/* Sombra escura desfocada presa ao texto de apoio: garante contraste AA sobre o degradê da hero
   em qualquer largura (a coluna de texto chega perto das bordas coloridas no tablet). */
.hero-in .lead-block { position: relative }
.hero-in .lead-block::before {
  content: ""; position: absolute; inset: -10px -44px; z-index: -1; pointer-events: none;
  border-radius: 56px; background: rgba(6, 7, 11, .7); filter: blur(30px);
}
.hero-in .lead {
  margin-top: 0;
  max-width: none;
  font-size: clamp(1.125rem, 1.35vw, 1.28rem);
  font-weight: 450;
  line-height: 1.6;
  letter-spacing: -0.014em;
  color: #d5dae6;
}
.fine { font-size: 0.875rem; color: var(--muted) }
.trust {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px 20px; margin: 4px 0 0; padding: 0;
  list-style: none; font-size: 13px; color: var(--muted);
}
.trust li { display: inline-flex; align-items: center; gap: 7px; line-height: 1.3 }
.trust svg { width: 15px; height: 15px; color: var(--meta); flex: none }
.center .trust { justify-content: center }
.news {
  display: inline-flex; align-items: center; gap: 6px;
  height: 32px; padding: 0 14px 0 12px; margin-bottom: var(--s-5);
  border-radius: var(--pill);
  color: #c8ccd6;
  font-size: 13px; font-weight: 500;
  text-decoration: none;
  background: #171717;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  transition: background 200ms var(--ease), color 200ms var(--ease);
}
.news:hover { background: #262626; color: #d4d4d4 }
.news .shiny-text { --shiny-base: #c8ccd6 }
.news-arrow {
  width: 12px; height: 12px; flex: none;
  transition: transform 300ms var(--ease);
}
.news:hover .news-arrow { transform: translateX(2px) }
.shiny-text {
  --shiny-width: 100px;
  --shiny-base: currentColor;
  display: inline-block;
  color: var(--shiny-base);
  background-image:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82) 50%, transparent),
    linear-gradient(90deg, var(--shiny-base), var(--shiny-base));
  background-size: var(--shiny-width) 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: calc(-100% - var(--shiny-width)) 0, 0 0;
  background-clip: text, text;
  -webkit-background-clip: text, text;
  -webkit-text-fill-color: transparent;
  animation: shiny-text 8s infinite;
}
@keyframes shiny-text {
  0%, 90%, 100% { background-position: calc(-100% - var(--shiny-width)) 0, 0 0 }
  30%, 60% { background-position: calc(100% + var(--shiny-width)) 0, 0 0 }
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 40px; padding: 0 16px; border-radius: var(--pill);
  border: 1px solid transparent; text-decoration: none;
  font-weight: 550; font-size: 14px; letter-spacing: -0.012em;
  cursor: var(--cur-a); transition: transform 140ms var(--ease), background 140ms var(--ease);
}
.btn:active { transform: translateY(1px) }
.btn-p {
  background: var(--meta); color: #fff;
  box-shadow: 0 10px 28px -14px color-mix(in oklab, var(--meta) 70%, transparent);
}
.btn-p:hover { background: #1a75ff }
.btn-g {
  background: #14161b;
  color: var(--fg);
  border-color: var(--line-2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.btn-g:hover { background: #1a1d24 }
.btn-lg { min-height: 44px; padding: 0 20px; font-size: 15px }
.btn-block { width: 100% }
.cta-row { display: inline-grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 10px; margin: 22px 0 12px }

a.shimmer-btn, a.shimmer-btn:hover, a.shimmer-btn:focus { color: #fff; text-decoration: none }
.shimmer-btn {
  --spread: 90deg; --shimmer-color: #fff; --radius: 999px; --speed: 3s; --cut: .05em; --bg: var(--meta);
  position: relative; z-index: 0; display: inline-flex; align-items: center; justify-content: center;
  overflow: hidden; isolation: isolate; cursor: var(--cur-a); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 0 20px; min-height: 44px; white-space: nowrap;
  color: #fff; background: var(--bg); font: inherit; font-size: 14px; font-weight: 550;
  letter-spacing: -.01em; transform: translateZ(0);
  transition: transform .2s var(--ease), background .15s var(--ease);
}
.shimmer-btn-lg { min-height: 44px; padding: 0 22px; font-size: 15px }
.shimmer-btn-md { min-height: 36px; padding: 0 16px; font-size: 13px }
.shimmer-btn-block { width: 100% }
.shimmer-btn:active { transform: translateY(1px) }
.shimmer-btn-content { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px }
.shimmer-btn-spark { position: absolute; inset: 0; z-index: -30; overflow: visible; filter: blur(2px); container-type: size }
.shimmer-btn-slide { position: absolute; inset: 0; aspect-ratio: 1; height: 100cqh; animation: shimmer-slide var(--speed) ease-in-out infinite alternate }
.shimmer-btn-spin {
  position: absolute; inset: -100%; width: auto;
  background: conic-gradient(from calc(270deg - (var(--spread) * .5)), transparent 0, var(--shimmer-color) var(--spread), transparent var(--spread));
  animation: spin-around calc(var(--speed) * 2) linear infinite;
}
.shimmer-btn-highlight {
  position: absolute; inset: 0; z-index: 1; border-radius: inherit; pointer-events: none;
  box-shadow: inset 0 -8px 10px #ffffff1f; transition: box-shadow .3s var(--ease);
}
.shimmer-btn:hover .shimmer-btn-highlight { box-shadow: inset 0 -6px 10px #ffffff3f }
.shimmer-btn-backdrop { position: absolute; inset: var(--cut); z-index: -20; border-radius: var(--radius); background: var(--bg) }
@keyframes shimmer-slide { to { transform: translate(calc(100cqw - 100%), 0) } }
@keyframes spin-around {
  0% { transform: translateZ(0) rotate(0) }
  15%, 35% { transform: translateZ(0) rotate(90deg) }
  65%, 85% { transform: translateZ(0) rotate(270deg) }
  100% { transform: translateZ(0) rotate(360deg) }
}

/* —— Header: cápsula de vidro flutuante com a marca 3D do boraADS (design/3d-ai-clients) ——
   Fica fixa por cima da hero (a hero compensa no padding-top). A .nav-pill desliza até o link sob o
   mouse e, parada, marca a seção em que a pessoa está (runNav no home-v2.js). */
.nav {
  position: fixed; top: 14px; left: 0; right: 0; z-index: 40;
  pointer-events: none;
  transition: top .35s var(--ease);
}
.nav-in {
  position: relative; pointer-events: auto;
  width: min(1180px, calc(100% - 32px)); margin-inline: auto;
  display: flex; align-items: center; gap: 10px;
  min-height: 60px; padding: 0 10px 0 12px;
  border-radius: 999px;
  background: rgba(10, 12, 19, .56);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 18px 50px -26px rgba(0, 0, 0, .9);
  transition: min-height .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.nav-in::before {
  content: ""; position: absolute; inset: 0; padding: 1px; border-radius: inherit; pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, .2), rgba(92, 166, 255, .38) 30%, rgba(255, 255, 255, .05) 58%, rgba(92, 166, 255, .22));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.nav.scrolled { top: 10px }
.nav.scrolled .nav-in { min-height: 54px; background: rgba(10, 12, 19, .8); box-shadow: 0 22px 50px -24px rgba(0, 0, 0, .95) }
.brand {
  position: relative; z-index: 1; flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 4px 8px 4px 2px; border-radius: 999px;
  text-decoration: none; line-height: 0;
}
.brand-mark { position: relative; display: grid; place-items: center; width: 36px; height: 36px }
.brand-mark::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(47, 107, 255, .65), transparent);
  filter: blur(8px); opacity: .55;
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.brand-mark img {
  position: relative; display: block; width: 36px; height: 36px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .45));
  transition: transform .7s cubic-bezier(.34, 1.56, .64, 1);
}
.brand-word { display: block; width: auto; height: 17px }
.nav-links {
  position: absolute; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 2px;
}
.nav-links a {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px;
  border-radius: 999px; text-decoration: none;
  font-size: 14px; font-weight: 500; letter-spacing: -.011em; color: #a3acbe;
  transition: color .25s var(--ease);
}
.nav-links a:hover, .nav-links a.is-active { color: #fff }
.nav-links a.nav-login-m { display: none }
.nav-pill {
  position: absolute; left: 0; top: 50%; z-index: 0;
  width: var(--pw, 0px); height: 38px; margin-top: -19px;
  border-radius: 999px; pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09), inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: translateX(var(--px, 0px));
  opacity: 0;
  transition: transform .45s cubic-bezier(.3, .7, .2, 1), width .45s cubic-bezier(.3, .7, .2, 1), opacity .3s var(--ease);
}
.nav-links.has-pill .nav-pill { opacity: 1 }
.nav-links.no-anim .nav-pill { transition: opacity .3s var(--ease) }
.nav-cta { position: relative; z-index: 1; display: flex; align-items: center; gap: 4px; margin-left: auto; flex-shrink: 0 }
.nav-login {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 40px; padding: 0 16px 0 14px;
  border-radius: 999px; text-decoration: none;
  font-size: 13.5px; font-weight: 550; letter-spacing: -.01em; color: #e7ecf6;
  background: rgba(255, 255, 255, .05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: background .25s var(--ease), box-shadow .25s var(--ease), color .25s var(--ease);
}
.nav-cta { gap: 8px }
.nav-cta .shimmer-btn-md { min-height: 40px; padding: 0 15px 0 18px; font-size: 13.5px }
.nav-ico { width: 16px; height: 16px; flex: none }
.nav-ico-arrow { transition: transform .3s var(--ease) }
.nav-ico-go { transition: transform .3s var(--ease) }
.nav-links a.nav-go-m { display: none }
.nav-links a.nav-login-m .nav-ico { margin-right: 10px }
.burger {
  display: none; width: 40px; height: 40px; padding: 0; flex: none;
  border: 0; border-radius: 50%; cursor: var(--cur-a); color: var(--fg);
  background: rgba(255, 255, 255, .05); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}
.burger svg { grid-area: 1 / 1 }
.burger .i-x, .nav.open .burger .i-menu { display: none }
.nav.open .burger .i-x { display: block }
@media (hover: hover) {
  .brand:hover .brand-mark img { transform: rotate(-12deg) scale(1.08) }
  .brand:hover .brand-mark::before { opacity: 1; transform: scale(1.35) }
  .nav-login:hover { color: #fff; background: rgba(255, 255, 255, .09); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .08) }
  .nav-login:hover .nav-ico-arrow { transform: translateX(2px) }
  .nav-cta .shimmer-btn:hover .nav-ico-go { transform: translateX(3px) }
  .burger:hover { background: rgba(255, 255, 255, .09) }
}
@media (max-width: 640px) {
  .nav-cta .shimmer-btn { display: none }
  .nav.open .nav-links a.nav-go-m {
    display: flex; justify-content: center; gap: 8px;
    min-height: 52px; margin-top: 6px; border-radius: 16px;
    font-size: 16px; font-weight: 600; color: #fff;
    background: linear-gradient(180deg, #2c7bff, var(--meta));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 14px 30px -14px color-mix(in oklab, var(--meta) 85%, transparent);
  }
}
@keyframes nav-drop { from { opacity: 0; transform: translateY(-6px) } to { opacity: 1; transform: none } }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 108px 0 72px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hero-in {
  position: relative; z-index: 1;
  width: min(960px, calc(100% - 48px));
  margin-inline: auto;
  display: flex; flex-direction: column; align-items: center;
  gap: 12px;
  text-align: center;
}
.hero-in .h1 {
  width: 100%;
  font-size: clamp(2.05rem, 3.6vw, 3rem);
  line-height: 1.12;
}
@media (max-width: 380px) {
  .hero-in .h1 { font-size: 1.9rem }
}
.hero-in .cta-row { margin: 0 }
.hero-in .news { margin-bottom: 0 }
.hero-in .hvd { width: min(640px, 100%); margin-top: 8px }

/* —— Hero: marquee abaixo do vídeo (marca + assinatura, plataformas e IAs em 3D, de design/3d-ai-clients) ——
   Dois conjuntos iguais com padding-right = gap: o −50% cai no início da cópia e o loop não tem emenda.
   No celular fica escondido (as <img> lazy dentro de display:none nem baixam). */
.hx {
  width: min(640px, 100%); overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}
.hx-track { display: flex; width: max-content; animation: hx-marq 34s linear infinite }
.hx-set { display: flex; flex: none; align-items: center; gap: 18px; padding-right: 18px }
.hx-i {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
  font-size: 14px; font-weight: 500; letter-spacing: -.005em; color: #9aa6bd;
}
.hx-i img { width: 28px; height: 28px; flex: none; filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .5)) }
.hx-i.is-say { font-style: italic; color: #e4ebf7 }
.hx-sep { flex: none; width: 4px; height: 4px; border-radius: 50%; background: rgba(150, 175, 255, .35) }
@keyframes hx-marq { to { transform: translate3d(-50%, 0, 0) } }
@media (hover: hover) { .hx:hover .hx-track { animation-play-state: paused } }
@media (max-width: 640px) { .hx { display: none } }
@media (prefers-reduced-motion: reduce) {
  .hx { -webkit-mask-image: none; mask-image: none }
  .hx-track { animation: none; width: auto; justify-content: center }
  .hx-set { flex-wrap: wrap; justify-content: center; row-gap: 8px; padding-right: 0 }
  .hx-set + .hx-set { display: none }
}
.hero-bg {
  pointer-events: none; position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
}
/* —— Hero: fundo em degradê granulado com revelação em blocos (estilo "Swiss Pixel Reveal") ——
   .fuse-art é o degradê nas cores do boraADS: escuro em cima e no centro (onde fica o texto),
   azul da marca varrendo por baixo e o ponto mais claro no canto inferior direito. .fuse-grain
   é o grão por cima. O canvas .fuse-px nasce como uma tampa sólida (cor do fundo); o runHeroReveal
   do home-v2.js desenha os blocos e os desfaz do centro pra fora. Sem JS a tampa só esmaece
   (fallback em CSS); com movimento reduzido ela nem aparece. */
.fuse {
  --fuse-dark: #06070b;
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--fuse-dark);
}
.fuse-art, .fuse-grain, .fuse-px { position: absolute; inset: 0; pointer-events: none }
.fuse-art {
  background:
    radial-gradient(40% 26% at 50% 88%, rgba(6, 7, 11, .62) 0%, rgba(6, 7, 11, .34) 55%, transparent 100%),
    radial-gradient(30% 28% at 96% 100%, rgba(236, 244, 255, .95) 0%, rgba(160, 205, 255, .65) 38%, transparent 72%),
    radial-gradient(34% 44% at 99% 70%, rgba(59, 155, 255, .72) 0%, rgba(20, 110, 255, .32) 46%, transparent 74%),
    radial-gradient(56% 40% at 52% 114%, rgba(0, 96, 253, .88) 0%, rgba(0, 80, 230, .42) 42%, transparent 74%),
    radial-gradient(44% 50% at 3% 106%, rgba(92, 64, 246, .88) 0%, rgba(58, 40, 190, .42) 42%, transparent 74%),
    radial-gradient(40% 36% at 98% 16%, rgba(32, 92, 214, .42) 0%, transparent 72%),
    linear-gradient(162deg, var(--fuse-dark) 0%, var(--fuse-dark) 38%, #071031 64%, #0b2a86 100%);
}
@media (max-width: 640px) {
  /* coluna de texto ocupa a largura toda: cor só no pé e nos cantos, sombra larga atrás do texto */
  .fuse-art {
    background:
      radial-gradient(95% 34% at 50% 64%, rgba(6, 7, 11, .72) 0%, rgba(6, 7, 11, .4) 60%, transparent 100%),
      radial-gradient(62% 20% at 100% 100%, rgba(236, 244, 255, .9) 0%, rgba(160, 205, 255, .55) 40%, transparent 75%),
      radial-gradient(60% 26% at 104% 86%, rgba(59, 155, 255, .62) 0%, transparent 75%),
      radial-gradient(95% 24% at 50% 110%, rgba(0, 96, 253, .88) 0%, transparent 76%),
      radial-gradient(70% 28% at -4% 102%, rgba(92, 64, 246, .82) 0%, transparent 76%),
      radial-gradient(60% 22% at 104% 10%, rgba(32, 92, 214, .4) 0%, transparent 72%),
      linear-gradient(172deg, var(--fuse-dark) 0%, var(--fuse-dark) 48%, #071031 74%, #0b2a86 100%);
  }
}
.fuse-art::after {
  content: ""; position: absolute; inset: 0;
  background-image: var(--fuse-noise);
  background-size: 180px 180px;
  mix-blend-mode: screen;
  opacity: .07;
}
.fuse-grain {
  background-image: var(--fuse-noise);
  background-size: 180px 180px;
  opacity: .26;
  mix-blend-mode: overlay;
}
.fuse-px {
  width: 100%; height: 100%;
  background: var(--fuse-dark);
  animation: fuse-px-out .7s ease 2.4s forwards;
}
@keyframes fuse-px-out { to { opacity: 0; visibility: hidden } }
@keyframes rise {
  from { opacity: 0; transform: translateY(10px) }
  to { opacity: 1; transform: none }
}

.queue-wrap {
  position: relative;
  width: min(660px, 100%);
  margin-inline: auto;
  animation: rise .85s var(--ease) .08s both;
}
.queue {
  --q-loop: 9s;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 560px;
  padding: 22px 22px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.07);
  background: #0b0b0e;
  overflow: hidden;
}
.queue-glow {
  position: absolute;
  top: -140px; right: -80px;
  width: 520px; height: 420px;
  background: radial-gradient(ellipse at center, rgba(8,102,255,.16), transparent 68%);
  pointer-events: none;
}
.queue-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.07);
  background: #101116;
}
.queue-dots { display: flex; gap: 8px; flex: none }
.queue-dots i {
  width: 9px; height: 9px; border-radius: 50%;
  background: rgba(255,255,255,.16);
}
.queue-title {
  flex: 1;
  font-size: 14px; font-weight: 650; letter-spacing: -.01em;
  text-align: center;
}
.queue-live {
  display: inline-flex; align-items: center; gap: 7px; flex: none;
  font-family: var(--mono); font-size: 11px; letter-spacing: .07em;
  color: #68e096;
}
.queue-live i {
  width: 6px; height: 6px; border-radius: 50%; background: #68e096;
  animation: q-blink 1.6s ease-in-out infinite;
}
.queue-list {
  position: relative;
  height: 368px;
}
.queue-row {
  position: absolute; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  height: 112px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.015);
  animation:
    q-row var(--q-loop) cubic-bezier(.22,1,.36,1) var(--q, 0s) infinite,
    q-sel var(--q-loop) linear var(--q, 0s) infinite;
}
.queue-row:nth-child(1) { top: 0 }
.queue-row:nth-child(2) { top: 128px }
.queue-row:nth-child(3) { top: 256px }
.queue-copy { display: flex; flex-direction: column; gap: 7px; min-width: 0 }
.queue-src {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .09em;
  color: rgba(237,239,244,.55);
}
.queue-src i {
  width: 6px; height: 6px; border-radius: 50%; flex: none;
}
.queue-src i.gads { background: #4285f4 }
.queue-src i.meta { background: #8b7cf8 }
.queue-copy h3 {
  margin: 0;
  font-size: 18px; font-weight: 650; letter-spacing: -.015em; line-height: 1.2;
}
.queue-why { font-size: 13px; color: rgba(237,239,244,.5) }
.queue-act {
  display: flex; align-items: center; gap: 14px; flex: none;
}
.queue-val {
  font-family: var(--mono); font-size: 13px; color: #8ab4ff;
}
.queue-ok { position: relative }
.queue-btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; padding: 0 20px; border-radius: var(--pill);
  background: var(--meta); color: #fff;
  font-size: 14px; font-weight: 700;
}
.queue-press {
  position: absolute; inset: -4px; border-radius: var(--pill);
  border: 1px solid rgba(8,102,255,.7);
  animation: q-press var(--q-loop) ease-out var(--q, 0s) infinite;
}
.queue-cursor {
  position: absolute; top: 24px; left: 34px;
  width: 18px; height: 18px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.55));
  animation: q-cursor var(--q-loop) cubic-bezier(.22,1,.36,1) var(--q, 0s) infinite;
  pointer-events: none;
}
.queue-done {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; align-items: center;
  padding: 9px 14px; border-radius: var(--pill);
  background: #0f1a12;
  border: 1px solid rgba(104,224,150,.45);
  color: #68e096;
  font-family: var(--mono); font-size: 12px; white-space: nowrap;
  animation: q-done var(--q-loop) cubic-bezier(.22,1,.36,1) var(--q, 0s) infinite;
}
.queue-foot {
  position: relative;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .06em;
  color: rgba(237,239,244,.5);
}
.queue-sum { display: flex; align-items: baseline; gap: 8px }
.queue-slot { height: 30px; overflow: hidden }
.queue-slot-track { animation: q-slot var(--q-loop) cubic-bezier(.22,1,.36,1) infinite }
.queue-slot-track span {
  display: flex; align-items: center; height: 30px;
  font-family: var(--font);
  font-size: 22px; font-weight: 700; letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  color: #8ab4ff;
}
.queue-sum small { font-size: 11px; letter-spacing: .04em }
@keyframes q-blink { 0%, 45% { opacity: 1 } 55%, 100% { opacity: .18 } }
@keyframes q-row {
  0% { opacity: 0; transform: translateY(44px) scale(.975) }
  7% { opacity: 1; transform: none }
  60% { opacity: 1; transform: none }
  64% { opacity: 1; transform: translateX(-5px) }
  72%, 76% { opacity: 1; transform: none }
  82% { opacity: 0; transform: translateX(104px) scale(.98) }
  100% { opacity: 0; transform: translateY(44px) scale(.975) }
}
@keyframes q-sel {
  0%, 54% { background-color: rgba(255,255,255,.015); border-color: rgba(255,255,255,.07) }
  60%, 70% { background-color: rgba(8,102,255,.1); border-color: rgba(8,102,255,.42) }
  76%, 100% { background-color: rgba(74,222,128,.09); border-color: rgba(74,222,128,.34) }
}
@keyframes q-cursor {
  0%, 56% { opacity: 0; transform: translate(22px, 18px) scale(1) }
  63% { opacity: 1; transform: translate(0, 0) scale(1) }
  67% { opacity: 1; transform: translate(0, 0) scale(.78) }
  72% { opacity: 1; transform: translate(0, 0) scale(1) }
  80%, 100% { opacity: 0; transform: translate(0, 0) scale(1) }
}
@keyframes q-press {
  0%, 62% { transform: scale(.45); opacity: 0 }
  68% { opacity: .5 }
  84%, 100% { transform: scale(2); opacity: 0 }
}
@keyframes q-done {
  0%, 72% { opacity: 0; transform: translate(-50%, -50%) scale(.5) }
  78%, 88% { opacity: 1; transform: translate(-50%, -50%) scale(1) }
  96%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1) }
}
@keyframes q-slot {
  0%, 26% { transform: translateY(0) }
  32%, 59% { transform: translateY(-30px) }
  65%, 92% { transform: translateY(-60px) }
  98%, 100% { transform: translateY(-90px) }
}
.sec { padding: var(--s-10) 0; border-top: 1px solid var(--line) }
.sec-head { max-width: 40rem; margin-bottom: var(--s-7) }
.sec-head .h2 { margin: 0 0 14px }
.center { text-align: center }
.center .sec-head, .center .lead { margin-inline: auto }
.center .cta-row { justify-content: center }

/* —— Apresentação: palco cinematográfico —— */
.sec-show { padding-top: var(--s-9) }
.stage {
  display: block; width: 100%; max-width: 920px; margin-inline: auto;
  position: relative; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line-2); background: #101113;
  aspect-ratio: 16/9; cursor: var(--cur-a); padding: 0;
}
.stage-ui {
  position: absolute; inset: 0; display: grid; place-items: center;
  background:
    radial-gradient(70% 50% at 50% 40%, color-mix(in oklab, var(--acc) 16%, transparent), transparent 70%),
    linear-gradient(180deg, #12141a, #0d0e12);
}
.stage-fake {
  position: absolute; inset: 28px 40px auto;
  display: flex; flex-direction: column; gap: 8px;
  opacity: .38; filter: blur(.2px);
}
.sf-bar { font-size: 12px; color: var(--muted); margin-bottom: 6px }
.sf-row {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 10px 12px; border-radius: 8px;
  background: #16181d; border: 1px solid var(--line); font-size: 13px;
}
.sf-row.on {
  border-color: color-mix(in oklab, var(--acc) 40%, transparent);
  background: color-mix(in oklab, var(--acc) 12%, transparent);
}
.sf-row i { font-style: normal; color: var(--acc); font-weight: 620; font-size: 12px }
.play {
  width: 68px; height: 68px; border-radius: 50%; border: 0;
  background: var(--acc); color: var(--acc-ink);
  display: grid; place-items: center; position: relative; z-index: 1;
  box-shadow: 0 12px 32px -12px color-mix(in oklab, var(--acc) 70%, transparent);
}
.play-pulse { animation: playPulse 2.4s var(--ease) infinite }
@keyframes playPulse {
  0% { box-shadow: 0 0 0 0 var(--acc-glow), 0 12px 32px -12px color-mix(in oklab, var(--acc) 70%, transparent) }
  70% { box-shadow: 0 0 0 28px transparent, 0 12px 32px -12px color-mix(in oklab, var(--acc) 40%, transparent) }
  100% { box-shadow: 0 0 0 0 transparent, 0 12px 32px -12px color-mix(in oklab, var(--acc) 70%, transparent) }
}
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 16px }
.chip {
  font-size: 12px; padding: 6px 12px; border-radius: var(--pill);
  color: var(--muted); box-shadow: inset 0 0 0 1px var(--line-2);
}
.chip .shiny-text { --shiny-base: var(--muted) }

/* —— Processo: Fluxo 2a —— */
.sec-process { position: relative; overflow: hidden }
.sec-process::before {
  content: "";
  position: absolute; top: -160px; left: 50%;
  width: 980px; max-width: 120%; height: 460px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, color-mix(in oklab, var(--meta) 18%, transparent), transparent 68%),
    radial-gradient(ellipse at 70% 30%, rgba(8,102,255,.08), transparent 52%);
  pointer-events: none;
}
.process-head {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 32px; margin-bottom: 58px;
}
.process-head .h2 { max-width: 800px; margin: 0 }
.process-head .lead { max-width: 320px; margin: 0 }
/* —— Como funciona: a jornada de uma proposta ——
   Quatro etapas num painel só: ícone animado, título curto, uma linha e o chip da proposta.
   Sem JS (ou com movimento reduzido) fica tudo aceso e com os conectores cheios. Com .is-anim o
   runJourney do home-v2.js acende uma etapa por vez (is-on), marca as anteriores (is-done, o conector
   enche) e na etapa 03 um cursor clica em "Aprovar". */
.pj {
  --ico: 88px; --gap: 28px;
  position: relative; list-style: none; margin: 0; padding: 34px 30px 30px;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.012)), rgba(8, 8, 10, .5);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), inset 0 1px 0 rgba(255,255,255,.1), 0 40px 80px -50px rgba(0,0,0,.9);
}
.pj-step { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-width: 0 }
/* ícones 3D (design/3d-journey-icons): cada um é uma pilha de camadas do mesmo tamanho que, paradas,
   formam o render inteiro; a animação só move as camadas */
.pj-ico {
  position: relative; z-index: 1; flex: none; display: block;
  width: var(--ico); height: var(--ico);
  transition: transform .6s var(--ease), filter .6s var(--ease), opacity .6s var(--ease);
}
.pj-ico::before {
  content: ""; position: absolute; inset: 4%; z-index: -1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0, 96, 253, .5), rgba(0, 96, 253, 0));
  opacity: 0; transform: scale(.7);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.pj-ico img { position: absolute; inset: 0; display: block; width: 100%; height: 100% }
.pj-b-lens, .pj-c-mark { filter: drop-shadow(0 5px 6px rgba(0, 18, 80, .5)) }
.pj-c-mark { transform-origin: 44% 54% }
.pj-link {
  position: absolute; top: calc(var(--ico) / 2 - 1px); left: calc(var(--ico) + 12px);
  width: calc(100% + var(--gap) - var(--ico) - 24px); height: 2px;
  border-radius: 2px; background: rgba(255,255,255,.08); overflow: hidden;
}
.pj-link i {
  display: block; width: 100%; height: 100%;
  background: linear-gradient(90deg, var(--meta), #5ca6ff);
  transform-origin: left center;
  transition: transform .9s var(--ease);
}
.pj-k {
  display: flex; align-items: center; gap: 8px; margin: 22px 0 0;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--meta);
}
.pj-human {
  padding: 2px 6px; border-radius: 5px; letter-spacing: .1em; font-size: 9.5px; color: #d7e4ff;
  background: color-mix(in oklab, var(--meta) 16%, rgba(0,0,0,.4));
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--meta) 42%, transparent);
}
.pj-t { margin: 10px 0 0; font-size: 19px; font-weight: 600; line-height: 1.25; letter-spacing: -.015em; color: var(--fg) }
.pj-d { margin: 8px 0 0; font-size: 14px; line-height: 1.55; color: var(--muted) }
.pj-t, .pj-d, .pj-k { transition: opacity .5s var(--ease) }
.pj-chip {
  position: relative; margin: 20px 0 0; width: 100%;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 14px;
  background: rgba(4, 8, 18, .55);
  box-shadow: inset 0 0 0 1px rgba(150,175,255,.14);
  transition: opacity .45s var(--ease), transform .55s var(--ease), box-shadow .45s var(--ease);
}
.pj-chip-ico {
  flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px;
  font-family: var(--mono); font-size: 10px; font-weight: 600; color: #8fc0ff;
  background: color-mix(in oklab, var(--meta) 20%, transparent);
}
.pj-chip-ico.is-logos { width: auto; padding: 0 5px; gap: 2px; display: flex; background: rgba(255,255,255,.05) }
.pj-chip-ico.is-logos img { width: 18px; height: 18px }
.pj-chip-ico.is-done { color: #6fd39a; background: rgba(111,211,154,.14); font-size: 14px }
.pj-chip-t { min-width: 0; display: flex; flex-direction: column; gap: 1px }
.pj-chip-t b { font-size: 13.5px; font-weight: 600; color: #f1f5fd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.pj-chip-t small { font-family: var(--mono); font-size: 11px; color: #8c95a9; white-space: nowrap }
.pj-chip-ok { flex: none; margin-left: auto; width: 8px; height: 8px; border-radius: 50%; background: #6fd39a; box-shadow: 0 0 10px rgba(111,211,154,.8) }
.pj-btn { margin-left: auto; flex: none; display: grid; justify-items: end }
.pj-sw { display: grid }
.pj-sw > span { grid-area: 1 / 1; transition: opacity .2s var(--ease) }
.pj-sw .is-ok, .pj.is-ok .pj-sw .is-wait { opacity: 0 }
.pj.is-ok .pj-sw .is-ok { opacity: 1; transition-delay: .15s }
.pj:not(.is-anim) .pj-sw .is-wait { opacity: 0 }
.pj:not(.is-anim) .pj-sw .is-ok { opacity: 1 }
.pj-btn > span { grid-area: 1 / 1; white-space: nowrap; transition: opacity .2s var(--ease), transform .2s var(--ease) }
.pj-btn .is-wait { padding: 6px 11px; border-radius: 999px; font-size: 12px; font-weight: 600; color: #0b1020; background: #f1f5fd }
.pj-btn .is-ok { opacity: 0; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #6fd39a }
.pj-cursor {
  position: absolute; right: 18px; bottom: -14px; z-index: 2;
  width: 17px; height: 21px; pointer-events: none; opacity: 0;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.55));
}
.pj-cursor svg { display: block; width: 100%; height: 100% }
.pj-step.is-human .pj-chip { box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--meta) 38%, transparent) }
/* estados da animação */
.pj.is-anim .pj-step:not(.is-on):not(.is-done) .pj-ico { opacity: .55; filter: grayscale(.9) brightness(.7); transform: scale(.9) }
.pj.is-anim .pj-link i { transform: scaleX(0) }
.pj.is-anim .pj-step:not(.is-on):not(.is-done) :is(.pj-t, .pj-d, .pj-k) { opacity: .5 }
.pj.is-anim .pj-chip { opacity: 0; transform: translateY(10px) scale(.97) }
.pj.is-anim .pj-step.is-done .pj-link i { transform: none }
.pj.is-anim .pj-step.is-done .pj-chip { opacity: .6; transform: none }
.pj.is-anim .pj-step.is-on .pj-ico { transform: translateY(-4px) }
.pj.is-anim .pj-step.is-on .pj-ico::before { opacity: 1; transform: none }
.pj.is-anim .pj-step.is-on .pj-chip { opacity: 1; transform: none; box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--meta) 55%, transparent), 0 16px 34px -20px rgba(8,102,255,.8) }
/* 01: os elos chegam separados e se encaixam */
.pj.is-anim .pj-step.is-on :is(.pj-l-w, .pj-l-f) { animation: pj-link-w .9s cubic-bezier(.3, 1.35, .5, 1) .15s both }
.pj.is-anim .pj-step.is-on .pj-l-b { animation: pj-link-b .9s cubic-bezier(.3, 1.35, .5, 1) .15s both }
/* 02: a lupa varre as barras e volta */
.pj.is-anim .pj-step.is-on .pj-b-lens { animation: pj-lens 1.9s var(--ease) .1s both }
/* 03: o anel espera e o check só aparece quando você aprova */
.pj.is-anim:not(.is-ok) .pj-c-mark { opacity: 0; transform: scale(.3) rotate(-20deg) }
.pj.is-anim:not(.is-ok) .pj-step.is-on .pj-c-ring { animation: pj-wait 1.3s ease-in-out infinite }
.pj.is-anim.is-ok .pj-c-mark { animation: pj-mark .7s cubic-bezier(.34, 1.56, .64, 1) both }
/* 04: o avião sai pela direita e volta pela esquerda */
.pj.is-anim .pj-step.is-on .pj-p { animation: pj-fly 1.7s var(--ease) .2s both }
.pj.is-anim .pj-step.is-on .pj-cursor { animation: pj-cursor 1.3s var(--ease) both }
.pj.is-press .pj-btn .is-wait { transform: scale(.9) }
.pj.is-ok .pj-btn .is-wait { opacity: 0 }
.pj.is-ok .pj-btn .is-ok { opacity: 1; transition-delay: .15s }
.pj.is-ok .pj-step.is-human .pj-chip { box-shadow: inset 0 0 0 1px rgba(111,211,154,.5), 0 0 0 4px rgba(111,211,154,.08) }
.pj.is-ok .pj-cursor { opacity: 0 !important; transition: opacity .3s }
.pj:not(.is-anim) .pj-btn .is-wait { opacity: 0 }
.pj:not(.is-anim) .pj-btn .is-ok { opacity: 1 }
/* o eixo da corrente sobe ~36° para a direita: o branco chega de cima/direita, o azul de baixo/esquerda */
@keyframes pj-link-w { from { transform: translate(12%, -9%) } to { transform: none } }
@keyframes pj-link-b { from { transform: translate(-7%, 5%) } to { transform: none } }
@keyframes pj-lens { 0% { transform: none } 32% { transform: translate(-44%, -8%) rotate(-10deg) } 58% { transform: translate(-22%, -16%) rotate(-5deg) } 82% { transform: translate(-3%, 1%) } 100% { transform: none } }
@keyframes pj-wait { 50% { transform: scale(1.04) } }
@keyframes pj-mark { from { opacity: 0; transform: scale(.3) rotate(-20deg) } 60% { opacity: 1 } to { opacity: 1; transform: none } }
@keyframes pj-fly { 0% { transform: none; opacity: 1 } 34% { transform: translate(40%, -36%) scale(.55) rotate(4deg); opacity: 0 } 35% { transform: translate(-38%, 32%) scale(.6); opacity: 0 } 78% { transform: translate(2%, -1.5%) scale(1.02); opacity: 1 } 100% { transform: none; opacity: 1 } }
@keyframes pj-cursor { 0% { opacity: 0; transform: translate(26px, 26px) } 30% { opacity: 1 } 75% { opacity: 1; transform: none } 85% { transform: scale(.85) } 100% { opacity: 1; transform: none } }
@media (max-width: 980px) {
  .pj { --ico: 64px; --gap: 26px; grid-template-columns: 1fr; padding: 24px 20px }
  .pj-step { display: grid; grid-template-columns: var(--ico) minmax(0, 1fr); column-gap: 16px; align-items: start }
  .pj-step > :not(.pj-ico):not(.pj-link) { grid-column: 2 }
  .pj-ico { grid-row: 1 / span 4 }
  .pj-k { margin-top: 4px }
  .pj-link {
    top: calc(var(--ico) + 10px); left: calc(var(--ico) / 2 - 1px);
    width: 2px; height: calc(100% + var(--gap) - var(--ico) - 20px);
  }
  .pj-link i { background: linear-gradient(180deg, var(--meta), #5ca6ff); transform-origin: center top }
  .pj.is-anim .pj-link i { transform: scaleY(0) }
  .pj-chip { margin-top: 14px }
}
.flow-foot {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px 24px; margin-top: 28px; padding: 16px 22px;
  font-family: var(--mono); font-size: 12.5px; color: var(--muted);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015)),
    rgba(8, 8, 10, .45);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.1),
    inset 0 1px 0 rgba(255,255,255,.1);
}
.flow-status { display: flex; align-items: center; gap: 10px; margin: 0 }
.flow-status b { color: var(--meta); font-weight: 600 }
.flow-blink {
  width: 6px; height: 6px; border-radius: 50%; background: var(--meta);
  box-shadow: 0 0 10px color-mix(in oklab, var(--meta) 70%, transparent);
  animation: bx-blink 1.6s steps(1) infinite;
}
.flow-pledge { margin: 0 }
  100% { left: 100%; opacity: 0 }
}
@keyframes bx-blink { 0%, 48% { opacity: 1 } 52%, 100% { opacity: .12 } }

/* —— Jeitos: 1B, três trilhas na mesma fila —— */
.sec-ways { position: relative; overflow: hidden }
.sec-ways::before {
  content: "";
  position: absolute; bottom: -80px; left: 50%;
  width: 980px; max-width: 120%; height: 420px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, color-mix(in oklab, var(--acc) 16%, transparent), transparent 68%),
    radial-gradient(ellipse at 30% 40%, rgba(255,255,255,.04), transparent 55%);
  pointer-events: none;
}
.ways-head {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 32px; margin-bottom: 48px;
}
.ways-head .h2 { max-width: 660px; margin: 0 }
.ways-head .lead { max-width: 300px; margin: 0; text-align: right }
.ways-tracks {
  position: relative;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px; align-items: stretch;
}
.ways-card {
  display: flex; flex-direction: column;
  padding: 28px;
  border-radius: 18px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015)),
    rgba(8, 8, 10, .48);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.1),
    inset 0 1px 0 rgba(255,255,255,.12),
    0 28px 56px -36px rgba(0,0,0,.85);
  transition: transform 220ms var(--ease), background 220ms var(--ease), box-shadow 220ms var(--ease);
}
@media (hover: hover) {
  .ways-card:hover {
    transform: translateY(-4px);
    background:
      linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
      rgba(10, 10, 12, .58);
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.16),
      inset 0 1px 0 rgba(255,255,255,.16),
      0 32px 60px -32px rgba(0,0,0,.9);
  }
}
.ways-kicker {
  margin: 0;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--acc);
}
.ways-card .h3 { margin: 16px 0 0; font-size: 1.375rem; line-height: 1.24 }
.ways-card > p { margin: 12px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.6 }
.ways-demo { margin-top: 24px }
.ways-go {
  margin-top: auto; padding-top: 22px;
  color: var(--acc); font-weight: 600; font-size: 14.5px;
  text-decoration: none;
}
.ways-go:hover { color: #dbe9ff }
.ways-demo-scan {
  position: relative; overflow: hidden;
  padding: 16px; border-radius: 12px;
  background: rgba(0, 0, 0, .38);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.ways-scan {
  position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--acc), transparent);
  animation: ways-scan 5.8s ease-in-out infinite;
}
/* Marquee dos 9 agentes: três trilhos em sentidos alternados, com fade nas laterais.
   Cada trilho leva o conjunto duas vezes. O padding-right do conjunto é igual ao gap,
   então -50% cai exatamente no início da cópia e o loop não tem emenda. */
.ways-demo-marq { padding: 14px 0 }
.ways-demo-marq .ways-scan { z-index: 2 }
.ways-marq {
  display: flex; flex-direction: column; gap: 9px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}
.ways-marq-track {
  display: flex; width: max-content;
  animation: ways-marq var(--dur, 40s) linear infinite;
}
.ways-marq-track.is-rev { animation-direction: reverse }
@media (hover: hover) {
  .ways-demo-marq:hover .ways-marq-track { animation-play-state: paused }
}
.ways-marq-set { display: flex; flex: none; gap: 8px; padding-right: 8px }
.ways-chip {
  display: inline-flex; align-items: center; gap: 8px;
  height: 32px; padding: 0 12px 0 5px;
  border-radius: 999px; white-space: nowrap;
  background: color-mix(in oklab, var(--agent) 8%, rgba(255,255,255,.025));
  box-shadow:
    inset 0 0 0 1px color-mix(in oklab, var(--agent) 24%, rgba(255,255,255,.05)),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.ways-chip i {
  display: grid; place-items: center; flex: none;
  width: 22px; height: 22px; border-radius: 50%;
  color: var(--agent);
  background: color-mix(in oklab, var(--agent) 18%, transparent);
}
.ways-chip svg {
  width: 12px; height: 12px;
  fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.ways-chip b { font-size: 12.5px; font-weight: 600; color: #e9edf5 }
.ways-chip em {
  font-style: normal; font-family: var(--mono); font-size: 11px;
  color: color-mix(in oklab, var(--agent) 55%, #e9edf5);
}
/* Card 02 · chat em miniatura: pergunta → análise → resposta com o número → proposta na fila.
   Sem JS (ou com movimento reduzido) mostra o estado final. O home-v2.js põe .is-anim e avança
   .s-u → .s-think → .s-a → .s-p → .s-q → .s-out em loop enquanto o card está visível. Tudo já
   ocupa o espaço final, então a altura do card não muda. */
.ways-demo-chat {
  overflow: hidden;
  padding: 14px; border-radius: 12px;
  background: rgba(0, 0, 0, .38);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.wc { display: flex; flex-direction: column; gap: 10px }
.wc-u {
  align-self: flex-end; max-width: 85%;
  padding: 8px 12px; border-radius: 12px 12px 4px 12px;
  background: linear-gradient(180deg, #2c7bff, var(--meta));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 22px -12px color-mix(in oklab, var(--meta) 80%, transparent);
  color: #fff; font-size: 13px; font-weight: 500; line-height: 1.35;
}
.wc-ai { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 8px; align-items: start }
.wc-ava {
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--acc);
  background: color-mix(in oklab, var(--acc) 14%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--acc) 30%, transparent);
}
.wc-ava svg { width: 11px; height: 11px }
.wc-body { position: relative; min-width: 0; display: flex; flex-direction: column; gap: 8px }
.wc-think {
  position: absolute; left: 0; top: 0; opacity: 0;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 10px 5px 9px; border-radius: 999px;
  background: rgba(255,255,255,.04); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  color: #9aa3b5; font-size: 11.5px; white-space: nowrap;
}
.wc-think span { display: inline-flex; gap: 3px }
.wc-think b { width: 4px; height: 4px; border-radius: 50%; background: var(--acc); animation: cx-dot 1.2s var(--ease) infinite }
.wc-think b:nth-child(2) { animation-delay: .15s }
.wc-think b:nth-child(3) { animation-delay: .3s }
.wc-a {
  padding: 9px 12px 10px; border-radius: 12px 12px 12px 4px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.wc-kpi {
  display: flex; align-items: center; gap: 6px; margin: 0;
  font-size: 13px; color: #9aa3b5; font-variant-numeric: tabular-nums; white-space: nowrap;
}
.wc-k { margin-right: 2px; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; color: #8b93a7 }
.wc-kpi b { font-weight: 600; color: var(--fg) }
.wc-kpi i { font-style: normal }
.wc-kpi em {
  padding: 1px 6px; border-radius: 999px;
  font-style: normal; font-family: var(--mono); font-size: 10.5px;
  color: #ffb3a3; background: rgba(255, 110, 84, .14);
  box-shadow: inset 0 0 0 1px rgba(255, 110, 84, .3);
}
.wc-spark {
  width: 48px; height: 16px; margin-left: auto; flex: none;
  fill: none; stroke: #ff8a73; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.wc-line { margin: 5px 0 0; font-size: 12px; line-height: 1.4; color: #9aa3b5 }
.wc-line b { font-weight: 600; color: var(--fg) }
.wc-line span { white-space: nowrap }
.wc-prop {
  display: flex; align-items: center; gap: 8px;
  padding: 5px 10px 5px 5px; border-radius: 10px;
  border: 1px solid color-mix(in oklab, var(--acc) 50%, transparent);
  background: color-mix(in oklab, var(--acc) 9%, transparent);
  font-size: 12.5px; font-weight: 500; color: var(--fg);
}
.wc-prop-ico {
  width: 22px; height: 22px; flex: none; border-radius: 6px;
  display: grid; place-items: center;
  font-family: var(--mono); font-size: 9.5px; font-weight: 600; color: var(--acc);
  background: color-mix(in oklab, var(--acc) 16%, transparent);
}
.wc-prop-s {
  margin-left: auto; display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 10.5px; font-weight: 400; color: #aab3c5;
}
.wc-prop-s i { width: 6px; height: 6px; border-radius: 50%; background: var(--acc); animation: ways-pulse 2.2s ease-in-out infinite }
/* animação em etapas */
.wc.is-anim :is(.wc-u, .wc-ai, .wc-a, .wc-prop) {
  opacity: 0; transform: translateY(6px);
  transition: opacity .35s var(--ease), transform .5s var(--ease);
}
.wc.is-anim .wc-u { transform: translateY(8px) scale(.96); transform-origin: 100% 100% }
.wc.is-anim .wc-think { transform: translateY(4px); transition: opacity .25s var(--ease), transform .35s var(--ease) }
.wc.is-anim .wc-kpi em { opacity: 0; transform: scale(.6); transition: opacity .25s var(--ease) .7s, transform .4s cubic-bezier(.3, 1.6, .5, 1) .7s }
.wc.is-anim .wc-spark path { stroke-dasharray: 60; stroke-dashoffset: 60; transition: stroke-dashoffset .9s var(--ease) .2s }
.wc.is-anim .wc-line { clip-path: inset(0 100% 0 0); transition: clip-path .9s linear .45s }
.wc.is-anim .wc-prop {
  border-style: dashed; border-color: color-mix(in oklab, var(--acc) 40%, transparent);
  background: transparent; transform: translateX(-6px);
  transition: opacity .35s var(--ease), transform .5s var(--ease), background .4s var(--ease), border-color .4s var(--ease);
}
.wc.is-anim.s-u .wc-u,
.wc.is-anim.s-think .wc-ai,
.wc.is-anim.s-a .wc-a,
.wc.is-anim.s-p .wc-prop { opacity: 1; transform: none }
.wc.is-anim.s-think .wc-think { opacity: 1; transform: none }
.wc.is-anim.s-a .wc-think { opacity: 0; transform: translateY(-4px) }
.wc.is-anim.s-a .wc-kpi em { opacity: 1; transform: none }
.wc.is-anim.s-a .wc-spark path { stroke-dashoffset: 0 }
.wc.is-anim.s-a .wc-line { clip-path: inset(0) }
.wc.is-anim.s-q .wc-prop {
  border-style: solid; border-color: color-mix(in oklab, var(--acc) 55%, transparent);
  background: color-mix(in oklab, var(--acc) 10%, transparent);
  animation: wc-land .8s var(--ease);
}
.wc.is-anim.s-out :is(.wc-u, .wc-ai) { opacity: 0; transform: translateY(-8px); transition-duration: .45s }
@keyframes wc-land {
  from { box-shadow: 0 0 0 0 color-mix(in oklab, var(--acc) 45%, transparent) }
  to { box-shadow: 0 0 0 8px transparent }
}
@media (max-width: 640px) {
  .wc-kpi { gap: 5px }
  .wc-spark { width: 36px }
}
.ways-demo-mcp { display: flex; flex-direction: column }
.ways-node {
  padding: 12px 14px; border-radius: 11px;
  background: rgba(0, 0, 0, .38);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  font-size: 13.5px; font-weight: 600;
}
.ways-node small {
  font-family: var(--mono); font-size: 11px; font-weight: 400; color: #7e879a;
}
.ways-node-hot {
  background: color-mix(in oklab, var(--acc) 12%, rgba(0,0,0,.4));
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--acc) 40%, rgba(255,255,255,.1));
}
/* Claude, Cursor e Codex em 3D (Blender, design/3d-ai-clients). A margem negativa
   deixa os ícones de 40px dentro do nó sem mudar a altura dele. */
.ways-node-ai { display: flex; align-items: center; justify-content: space-between; gap: 12px }
.ways-ai { display: flex; flex: none; margin-block: -10px; margin-right: -6px }
.ways-ai img {
  display: block; width: 40px; height: 40px;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .55));
  transition: transform 320ms var(--ease);
}
.ways-ai img + img { margin-left: -6px }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .ways-card:hover .ways-ai img:nth-child(1) { transform: translate(-2px, -3px) rotate(-6deg) }
  .ways-card:hover .ways-ai img:nth-child(2) { transform: translateY(-4px); transition-delay: 40ms }
  .ways-card:hover .ways-ai img:nth-child(3) { transform: translate(2px, -3px) rotate(6deg); transition-delay: 80ms }
}
.ways-wire {
  position: relative; height: 26px; width: 1px; margin-left: 20px;
  background: #2a3247;
}
.ways-wire i, .ways-drops i {
  position: absolute; left: -2.5px; top: 1px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--acc);
  box-shadow: 0 0 10px color-mix(in oklab, var(--acc) 90%, transparent);
  animation: ways-drop 2.4s linear var(--d, 0s) infinite;
}
.ways-drops {
  position: relative;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px; height: 40px;
}
.ways-drops span { position: relative; display: flex; justify-content: center }
.ways-drops span::before {
  content: "";
  width: 1px; height: 100%;
  background: linear-gradient(180deg, #2a3247, color-mix(in oklab, var(--acc) 50%, transparent));
}
.ways-drops i {
  top: 0; left: 50%; margin-left: -3px;
  --dy: 36px;
  animation-duration: 3s;
}
.ways-queue {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; padding: 24px 28px;
  border-radius: 18px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
    rgba(8, 8, 10, .5);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.12),
    inset 0 1px 0 rgba(255,255,255,.14),
    0 28px 56px -36px rgba(0,0,0,.85);
}
.ways-queue p {
  display: flex; align-items: center; gap: 16px; margin: 0;
  font-size: 19px; font-weight: 600; letter-spacing: -.012em;
}
.ways-queue i {
  width: 9px; height: 9px; border-radius: 50%; flex: none;
  background: var(--acc);
  animation: ways-pulse 2.2s ease-in-out infinite;
}
.ways-queue span {
  font-family: var(--mono); font-size: 12.5px; color: var(--muted); flex: none;
}
@keyframes ways-scan {
  0% { top: 1%; opacity: 0 }
  12%, 88% { opacity: .85 }
  100% { top: 99%; opacity: 0 }
}
@keyframes ways-drop {
  0% { transform: translateY(0); opacity: 0 }
  15%, 85% { opacity: 1 }
  100% { transform: translateY(var(--dy, 22px)); opacity: 0 }
}
@keyframes ways-pulse {
  0%, 100% { opacity: .3 }
  50% { opacity: 1 }
}
@keyframes ways-marq { to { transform: translate3d(-50%, 0, 0) } }

/* —— Agentes: glass preto + azul escuro (design Glass) —— */
.sec-agents {
  --ga: #1d4ed8;
  --ga-t: color-mix(in oklab, var(--ga) 42%, #e3ecff);
  --gf: .055;
  --gb: 26px;
  position: relative;
  overflow: clip;
}
.agents-atm { position: absolute; inset: 0; pointer-events: none }
.agents-atm-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(980px 520px at 80% -14%, color-mix(in oklab, var(--ga) 34%, transparent), transparent 70%),
    radial-gradient(720px 420px at 2% 112%, color-mix(in oklab, var(--ga) 20%, transparent), transparent 72%);
}
.agents-atm-grid {
  position: absolute; inset: 0;
  opacity: .55;
  background-image:
    linear-gradient(rgba(150,180,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150,180,255,.05) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(1000px 640px at 50% -6%, #000, transparent 76%);
  mask-image: radial-gradient(1000px 640px at 50% -6%, #000, transparent 76%);
}
.agents-atm-orb {
  position: absolute; top: -80px; right: 10%;
  width: min(520px, 70vw); height: 340px; border-radius: 50%;
  background: color-mix(in oklab, var(--ga) 26%, transparent);
  filter: blur(90px);
  animation: ga-drift 16s ease-in-out infinite;
}
@keyframes ga-drift {
  0%, 100% { transform: translate3d(0, 0, 0) }
  50% { transform: translate3d(0, -20px, 0) }
}
@keyframes ga-pulse {
  0%, 100% { opacity: .4 }
  50% { opacity: 1 }
}
@keyframes ga-sheen {
  0% { transform: translateX(-150%) skewX(-16deg); opacity: 0 }
  12%, 88% { opacity: .7 }
  100% { transform: translateX(560%) skewX(-16deg); opacity: 0 }
}
.agents-head {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 56px; margin-bottom: 46px;
}
.agents-head-copy { max-width: 700px; display: flex; flex-direction: column; gap: 18px }
.sec-agents .h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 600;
  letter-spacing: -.026em;
  line-height: 1.06;
}
.agents-head .lead {
  max-width: 318px; margin: 0 0 8px;
  text-align: right; font-size: 16.5px; line-height: 1.6; color: #a2abc0;
}
.agents-kicker {
  display: flex; align-items: center; gap: 10px; margin: 0;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--ga-t);
}
.agents-kicker i {
  width: 6px; height: 6px; border-radius: 50%; flex: none;
  background: var(--ga-t);
  box-shadow: 0 0 12px 2px color-mix(in oklab, var(--ga) 70%, transparent);
  animation: ga-pulse 3.2s ease-in-out infinite;
}
.agents-shell {
  position: relative;
  display: grid;
  grid-template-columns: 322px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
.agents-nav,
.agents-pane {
  border: 1px solid rgba(150,175,255,.12);
  border-radius: 22px;
  background: linear-gradient(158deg, rgba(255,255,255,var(--gf)), rgba(255,255,255,.015));
  backdrop-filter: blur(var(--gb)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--gb)) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 40px 90px -60px #000;
}
.agents-nav {
  display: flex; flex-direction: column; gap: 3px;
  padding: 10px;
  position: sticky; top: 88px;
}
.agents-nav button {
  --agent: var(--ga-t);
  position: relative;
  display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: center;
  gap: 8px; width: 100%;
  height: 52px; min-height: 52px;
  padding: 0 12px;
  text-align: left; cursor: var(--cur-a);
  font-size: 15px; font-weight: 500; letter-spacing: -.008em;
  color: #aeb7ca;
  background: rgba(255,255,255,.012);
  border: 1px solid rgba(150,175,255,.06);
  border-radius: 15px;
  transition: background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease), color .35s var(--ease);
}
.agents-nav button::before {
  content: "";
  position: absolute; left: -1px; top: 50%;
  width: 3px; height: 22px; margin-top: -11px;
  border-radius: 0 3px 3px 0;
  background: var(--agent);
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.agents-nav-ico {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: 8px;
  color: color-mix(in oklab, var(--agent) 72%, #8b93a7);
  background: color-mix(in oklab, var(--agent) 12%, transparent);
}
.agents-nav-ico svg { width: 15px; height: 15px }
.agents-nav button .agents-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.agents-nav button .agents-short { display: none }
.agents-nav button[aria-selected="true"] {
  color: #f6f9ff;
  background: color-mix(in oklab, var(--agent) 18%, rgba(255,255,255,.04));
  border-color: color-mix(in oklab, var(--agent) 46%, transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 18px 36px -20px color-mix(in oklab, var(--agent) 70%, transparent);
}
.agents-nav button[aria-selected="true"]::before { opacity: 1 }
.agents-nav button[aria-selected="true"] .agents-nav-ico {
  color: var(--agent);
  background: color-mix(in oklab, var(--agent) 22%, transparent);
}
@media (hover: hover) {
  .agents-nav button:hover { border-color: color-mix(in oklab, var(--agent) 40%, transparent) }
}
.agents-pane {
  --agent: #f5b942;
  position: relative;
  display: flex; flex-direction: column; gap: 18px;
  min-width: 0;
  padding: 26px;
  overflow: hidden;
}
.agents-pane::before {
  content: "";
  position: absolute; inset: -40px auto auto -40px;
  width: 280px; height: 200px; border-radius: 50%;
  background: color-mix(in oklab, var(--agent) 22%, transparent);
  filter: blur(48px);
  pointer-events: none;
}
.agents-copy { position: relative; display: flex; flex-direction: column; gap: 16px; z-index: 1 }
.agents-id { display: flex; align-items: flex-start; gap: 16px }
.agents-ico {
  width: 54px; height: 54px; flex: none;
  display: grid; place-items: center;
  border-radius: 16px;
  color: var(--agent);
  background: color-mix(in oklab, var(--agent) 16%, rgba(255,255,255,.03));
  border: 1px solid color-mix(in oklab, var(--agent) 40%, transparent);
  box-shadow: 0 14px 32px -18px color-mix(in oklab, var(--agent) 85%, transparent);
}
.agents-ico svg { width: 24px; height: 24px }
.agents-id-copy { min-width: 0; display: flex; flex-direction: column; gap: 8px }
.agents-meta, .agents-foot {
  margin: 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .06em;
  color: #6a7386;
}
.agents-badge {
  padding: 3px 9px; border-radius: 999px;
  color: var(--agent);
  background: color-mix(in oklab, var(--agent) 14%, transparent);
  border: 1px solid color-mix(in oklab, var(--agent) 32%, transparent);
}
.agents-foot {
  font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: #5c6478;
}
.agents-copy .h3 {
  margin: 0; font-size: 31px; line-height: 1.1; font-weight: 600; letter-spacing: -.022em;
}
.agents-one {
  margin: 0;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--mono); font-size: 12.5px; font-weight: 400;
  letter-spacing: -.005em;
  color: var(--agent);
  background: color-mix(in oklab, var(--agent) 12%, transparent);
  border: 1px solid color-mix(in oklab, var(--agent) 28%, transparent);
}
.agents-desc { margin: 0; max-width: 660px; font-size: 16.5px; line-height: 1.62; color: #a2abc0; text-wrap: pretty }
.agents-stats { display: flex; gap: 10px; flex-wrap: wrap }
.agents-stat {
  --st: var(--agent);
  flex: 1 1 168px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 13px 14px 14px;
  border: 1px solid color-mix(in oklab, var(--st) 22%, rgba(150,175,255,.08));
  border-radius: 15px;
  background:
    linear-gradient(180deg, color-mix(in oklab, var(--st) 10%, transparent), transparent 70%),
    rgba(255,255,255,.028);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.agents-stat.tone-heat { --st: var(--warn) }
.agents-stat.tone-ok { --st: var(--pos) }
.agents-stat.tone-info { --st: var(--acc) }
.agents-stat.tone-mute { --st: #8b9bb8 }
.agents-stat i {
  grid-row: 1 / span 2;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 9px;
  color: var(--st);
  background: color-mix(in oklab, var(--st) 16%, transparent);
}
.agents-stat i svg { width: 16px; height: 16px }
.agents-stat b {
  grid-column: 2;
  font-size: 22px; font-weight: 600; letter-spacing: -.018em;
  color: var(--st);
}
.agents-stat span {
  grid-column: 2;
  margin-top: 2px;
  font-family: var(--mono); font-size: 11.5px; color: #7c859a;
}
.agents-pledge { display: none }
.agents-mock {
  position: relative;
  margin: 4px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  aspect-ratio: 1.72;
  min-height: 280px;
}
.agents-mock::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10%; right: 10%; bottom: 4%;
  height: 22%;
  background: radial-gradient(ellipse at center, color-mix(in oklab, var(--agent) 32%, transparent), transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}
.agents-mv-fallback {
  position: absolute;
  z-index: 1;
  inset: 10% 4% 8%;
  width: auto; height: auto;
  object-fit: cover;
  object-position: top center;
  border-radius: 14px;
  background: #0c0c0e;
  box-shadow: 0 24px 60px -32px rgba(0,0,0,.7);
  transition: opacity .35s var(--ease);
}
.agents-stage.is-ready .agents-mv-fallback {
  opacity: 0;
  pointer-events: none;
}
.agents-mv {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  --poster-color: transparent;
}
.agents-pane .am { animation: agentsIn .42s var(--ease) }
@keyframes agentsIn {
  from { opacity: 0; transform: translateY(8px) }
  to { opacity: 1; transform: none }
}

.am { display: flex; flex-direction: column; gap: 14px; height: 100%; min-height: 100% }
.am-h {
  display: flex; justify-content: space-between; gap: 12px;
  font-family: var(--mono); font-size: 11px; color: var(--dim);
}
.am-table { display: grid; gap: 2px }
.am-th, .am-tr {
  display: grid; grid-template-columns: minmax(0, 1.4fr) 88px 56px;
  gap: 12px; align-items: center;
  padding: 10px 12px; font-size: 13px;
}
.am-th {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--dim);
}
.am-tr {
  border-radius: 10px;
  background: rgba(255,255,255,.03);
  color: var(--fg);
}
.am-tr span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.am-tr b { font-weight: 600; color: var(--fg); font-variant-numeric: tabular-nums }
.am-tr.on {
  background: color-mix(in oklab, var(--acc) 9%, rgba(255,255,255,.03));
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--acc) 22%, transparent);
}
.am-sum {
  margin-top: auto;
  padding: 12px 14px; border-radius: 12px;
  font-size: 13px; color: var(--muted);
  background: rgba(255,255,255,.03);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.am-sum em { color: var(--acc); font-style: normal; font-weight: 650 }

.am-auditor-top { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center }
.am-ring {
  width: 96px; height: 96px; border-radius: 50%;
  background: conic-gradient(var(--acc) 62%, #1c1f27 0);
  display: grid; place-items: center; flex: none;
}
.am-ring i {
  width: 74px; height: 74px; border-radius: 50%;
  background: #090a0d;
  display: grid; place-items: center; text-align: center;
}
.am-ring strong { display: block; font-size: 22px; letter-spacing: -.03em; line-height: 1 }
.am-ring span { font-family: var(--mono); font-size: 10px; color: var(--dim) }
.am-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px }
.am-stats div {
  padding: 12px; border-radius: 12px;
  background: rgba(255,255,255,.03);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.am-stats b { display: block; font-size: 18px; letter-spacing: -.02em }
.am-stats span { display: block; margin-top: 4px; font-size: 11.5px; color: var(--dim); line-height: 1.35 }
.am-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px }
.am-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 10px;
  background: rgba(255,255,255,.03); font-size: 13.5px;
}
.am-list i {
  width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: var(--warn);
}

.am-rsa { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; flex: 1 }
.am-rsa-card, .am-side {
  padding: 14px; border-radius: 12px;
  background: rgba(255,255,255,.03);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.am-rsa-card strong { display: block; font-size: 14.5px; margin-bottom: 10px }
.am-lines { display: grid; gap: 6px }
.am-lines span {
  display: block; padding: 8px 10px; border-radius: 8px;
  background: #12141a; font-size: 13px;
}
.am-lines span.bad { box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--warn) 45%, transparent); color: #f3d9a2 }
.am-force { margin-top: 12px; font-family: var(--mono); font-size: 11px; color: var(--dim) }
.am-bar { height: 6px; border-radius: 99px; background: #1c1e24; overflow: hidden; margin-top: 6px }
.am-bar i { display: block; height: 100%; border-radius: inherit; background: var(--acc) }
.am-side p { margin: 0 0 8px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--dim) }
.am-side ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px }
.am-side li { font-size: 13px; color: var(--fg); padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.05) }

.am-kw { display: grid; gap: 6px }
.am-kw-row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px; align-items: center;
  padding: 10px 12px; border-radius: 10px;
  background: rgba(255,255,255,.03); font-size: 13.5px;
}
.am-chip {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .04em;
  padding: 3px 7px; border-radius: 999px;
  color: var(--acc);
  background: color-mix(in oklab, var(--acc) 12%, transparent);
}

.am-land { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12px; flex: 1 }
.am-page {
  border-radius: 12px; overflow: hidden;
  background: #101218;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.am-page-bar { height: 22px; background: #161920; border-bottom: 1px solid rgba(255,255,255,.06) }
.am-page-body { padding: 14px; display: grid; gap: 8px }
.am-page-body i { display: block; height: 8px; border-radius: 99px; background: #2a2e38 }
.am-page-body i.w2 { width: 62% }
.am-page-body i.cta { width: 38%; height: 18px; background: color-mix(in oklab, var(--acc) 45%, #2a2e38) }
.am-page-body i.form { height: 46px; width: 100%; border-radius: 8px; opacity: .45 }

.am-bars { display: grid; gap: 12px }
.am-bars > div { display: grid; gap: 6px }
.am-bars span { display: flex; justify-content: space-between; font-size: 13px }
.am-bars b { font-weight: 600; font-variant-numeric: tabular-nums }

.am-pmax { display: grid; gap: 10px }
.am-pmax-row {
  display: grid; grid-template-columns: 92px minmax(0, 1fr) 86px;
  gap: 10px; align-items: center; font-size: 13px;
}
.am-pmax-row em { font-style: normal; color: var(--dim); font-variant-numeric: tabular-nums }

.am-sku {
  display: grid; grid-template-columns: 36px minmax(0, 1fr) 72px 64px;
  gap: 10px; align-items: center;
  padding: 9px 10px; border-radius: 10px;
  background: rgba(255,255,255,.03); font-size: 13px;
}
.am-sku i {
  width: 36px; height: 36px; border-radius: 8px;
  background: linear-gradient(135deg, #1a2233, #0e1118);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.am-sku .bad { color: #f3d9a2 }
.am-sku .ok { color: var(--pos) }

.am-pdf {
  flex: 1;
  padding: 18px 20px;
  border-radius: 12px;
  background: linear-gradient(180deg, #12141a, #0c0d11);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
}
.am-pdf h4 { margin: 0 0 4px; font-size: 16px }
.am-pdf .am-h { margin-bottom: 16px }
.am-pdf-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px }
.am-pdf-grid div {
  padding: 12px; border-radius: 10px;
  background: rgba(255,255,255,.03);
}
.am-pdf-grid b { display: block; font-size: 18px; letter-spacing: -.02em }
.am-pdf-grid span { font-size: 11.5px; color: var(--dim) }

.agent-table { width: 100%; border-collapse: collapse; margin-top: 36px; font-size: 13px }
.agent-table th, .agent-table td {
  border-top: 1px solid var(--line); padding: 14px 10px;
  text-align: left; vertical-align: top;
}
.agent-table th { color: var(--muted); font-weight: 500; font-size: 12px }
.agent-table td:first-child { color: var(--acc); width: 40px; font-weight: 620; font-family: var(--mono) }

/* —— Splits de produto —— */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start }
.split ul { margin: 16px 0 0; padding-left: 18px; color: var(--muted) }
.split li { margin: 8px 0 }

.sec-chat {
  --cx-line: #1f2638;
  --cx-line-2: #2a3247;
  --cx-panel: #0d1119;
  --cx-card: #121723;
  --cx-ink: #f2f5fb;
  --cx-mid: #c6ccda;
  --cx-dim: #8089a0;
  --cx-mute: #9ca4b5;
  --cx-ok: #5ad9a0;
  --cx-warn: #f0b24b;
}
.cx-shell {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(260px, 1fr);
  gap: 64px;
  align-items: center;
}
.cx-app {
  height: 520px;
  display: flex; flex-direction: column;
  border: 1px solid var(--cx-line);
  border-radius: 18px;
  background: var(--cx-panel);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 60px 120px -70px #000;
}
.cx-app [hidden] { display: none !important }
.cx-top {
  flex: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  height: 48px; padding: 0 16px;
  border-bottom: 1px solid var(--cx-line);
}
.cx-crumb {
  display: flex; align-items: center; gap: 8px; margin: 0;
  font-size: 12.5px; color: var(--cx-dim);
}
.cx-crumb i { font-style: normal; color: #485066 }
.cx-crumb b { font-weight: 500; color: var(--cx-ink) }
.cx-top-actions { display: flex; align-items: center; gap: 8px }
.cx-account {
  display: inline-flex; align-items: center; gap: 8px;
  height: 28px; padding: 0 10px;
  border: 1px solid var(--cx-line-2); border-radius: 8px;
  background: var(--cx-card); white-space: nowrap;
}
.cx-account i { width: 5px; height: 5px; border-radius: 50%; background: var(--acc); flex: none }
.cx-account span { font-size: 12px; font-weight: 500; color: var(--cx-ink) }
.cx-account em {
  font-style: normal; font-family: var(--mono); font-size: 11px;
  color: var(--cx-dim); font-variant-numeric: tabular-nums;
}
.cx-new {
  display: inline-flex; align-items: center; height: 28px; padding: 0 10px;
  border-radius: 8px; background: var(--acc); color: var(--acc-ink);
  font-size: 12px; font-weight: 500; white-space: nowrap;
}
.cx-thread {
  position: relative; flex: 1; min-height: 0;
  overflow-x: hidden; overflow-y: auto;
  display: flex; flex-direction: column; justify-content: flex-start; gap: 16px;
  padding: 22px 22px 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 36px, #000 calc(100% - 10px), transparent);
  mask-image: linear-gradient(180deg, transparent 0, #000 36px, #000 calc(100% - 10px), transparent);
}
.cx-thread::-webkit-scrollbar { display: none }
.cx-starters {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; min-height: 100%;
  padding: 6px 0 10px;
  animation: cx-in .3s var(--ease) both;
}
.cx-mark-lg, .cx-ava {
  display: grid; place-items: center; flex: none;
  color: var(--acc);
  background: color-mix(in oklab, var(--acc) 14%, transparent);
  border: 1px solid color-mix(in oklab, var(--acc) 30%, transparent);
}
.cx-mark-lg { width: 40px; height: 40px; border-radius: 50% }
.cx-mark-lg svg { width: 24px; height: 24px }
.cx-ava { width: 28px; height: 28px; border-radius: 50% }
.cx-ava svg { width: 14px; height: 14px }
.cx-starters-title { margin: 0; font-size: 16px; font-weight: 600; letter-spacing: -.012em }
.cx-starters-lead {
  margin: 0; max-width: 420px; text-align: center;
  font-size: 13px; line-height: 1.6; color: var(--cx-mute);
}
.cx-prompts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; margin-top: 4px }
.cx-prompts div {
  padding: 11px 13px;
  border: 1px solid var(--cx-line); border-radius: 10px; background: var(--cx-card);
}
.cx-prompts b { display: block; font-size: 12.5px; font-weight: 500 }
.cx-prompts span { display: block; margin-top: 4px; font-size: 11.5px; line-height: 1.45; color: var(--cx-dim) }
.cx-user {
  align-self: flex-end; max-width: 78%;
  padding: 10px 14px;
  border-radius: 12px 12px 6px 12px;
  background: color-mix(in oklab, var(--acc) 16%, #1a2030);
  border: 1px solid color-mix(in oklab, var(--acc) 26%, var(--cx-line-2));
  color: var(--cx-ink); font-size: 13.5px; line-height: 1.6;
  animation: cx-in .28s var(--ease) both;
}
.cx-ai {
  display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; align-items: start;
  animation: cx-in .28s var(--ease) both;
}
.cx-ai-body { min-width: 0; display: flex; flex-direction: column; gap: 10px; padding-top: 4px }
.cx-tools { display: flex; flex-wrap: wrap; gap: 6px }
.cx-chip {
  --ink: var(--acc);
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 6px;
  height: 24px; padding: 0 9px 0 5px; border-radius: 999px;
  border: 1px solid color-mix(in oklab, var(--ink) 34%, transparent);
  background: color-mix(in oklab, var(--ink) 14%, transparent);
  color: var(--ink); font-size: 11.5px;
  animation: cx-in .28s var(--ease) both;
}
.cx-chip.ink-warn { --ink: var(--cx-warn) }
.cx-chip.ink-ok { --ink: var(--cx-ok) }
.cx-chip i {
  width: 16px; height: 16px; display: grid; place-items: center;
  border-radius: 5px; background: color-mix(in oklab, var(--ink) 16%, transparent);
}
.cx-chip i::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  border: 1.5px solid currentColor; border-top-color: transparent;
}
.cx-chip.is-run i::before { animation: cx-spin 1s linear infinite }
.cx-chip.is-run::after {
  content: ""; position: absolute; inset: 0; width: 34%;
  background: linear-gradient(90deg, transparent, color-mix(in oklab, var(--ink) 26%, transparent), transparent);
  animation: cx-sheen 1.35s var(--ease) infinite;
}
.cx-think {
  display: inline-flex; align-self: flex-start; align-items: center; gap: 9px;
  padding: 7px 12px 7px 11px; border-radius: 999px;
  background: var(--cx-card); border: 1px solid var(--cx-line-2);
  color: var(--cx-mute); font-size: 12px;
  animation: cx-in .28s var(--ease) both;
}
.cx-think span { display: inline-flex; gap: 3px }
.cx-think b {
  width: 5px; height: 5px; border-radius: 50%; background: var(--acc);
  animation: cx-dot 1.2s var(--ease) infinite;
}
.cx-think b:nth-child(2) { animation-delay: .15s }
.cx-think b:nth-child(3) { animation-delay: .3s }
.cx-answer { display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; line-height: 1.62; color: var(--cx-mid) }
.cx-answer p { margin: 0; animation: cx-in .26s var(--ease) both }
.cx-answer b { font-weight: 600; color: var(--cx-ink); font-variant-numeric: tabular-nums }
.cx-caret {
  display: inline-block; width: 7px; height: 14px; margin-left: 3px; vertical-align: -2px;
  background: var(--acc); animation: cx-caret 1s steps(1) infinite;
}
.cx-prop {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: start;
  padding: 16px 18px 14px;
  border: 1px solid var(--cx-line-2); border-radius: 12px; background: var(--cx-card);
  animation: cx-card .34s var(--ease) both;
}
.cx-prop-main { min-width: 0 }
.cx-prop-ico {
  width: 30px; height: 30px; margin-bottom: 9px;
  display: grid; place-items: center; border-radius: 8px;
  background: color-mix(in oklab, var(--acc) 14%, transparent);
  border: 1px solid color-mix(in oklab, var(--acc) 30%, transparent);
  font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .02em; color: var(--acc);
}
.cx-prop h4 {
  margin: 9px 0 0; font-size: 15px; font-weight: 500; line-height: 1.35; letter-spacing: -.01em;
}
.cx-prop-meta { margin: 8px 0 0; font-size: 12px; color: var(--cx-dim) }
.cx-prop-meta b {
  display: inline-block; width: 10px; height: 10px; margin-right: 5px; vertical-align: -1px;
  border-radius: 2px; background: var(--acc);
}
.cx-terms { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-top: 12px }
.cx-terms span, .cx-terms em {
  font-family: var(--mono); font-size: 11.5px; color: var(--cx-mute);
  background: #1a2030; border: 1px solid var(--cx-line); border-radius: 6px; padding: 4px 7px;
}
.cx-terms em { font-style: normal; font-family: var(--font); color: #485066; border: 0; background: none; padding: 0 0 0 3px }
.cx-prop-note { margin: 10px 0 0; font-size: 13px; line-height: 1.6; color: var(--cx-mute) }
.cx-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px }
.cx-metrics div {
  padding: 9px 11px; border: 1px solid var(--cx-line); border-radius: 8px; background: var(--cx-panel);
}
.cx-metrics span { display: block; font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--cx-dim) }
.cx-metrics b { display: block; margin-top: 4px; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums }
.cx-metrics .pos { color: var(--cx-ok) }
.cx-prop-foot { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 14px }
.cx-approve {
  display: inline-flex; align-items: center; height: 28px; padding: 0 11px;
  border-radius: 8px; background: var(--acc); color: #fff; font-size: 12.5px; font-weight: 500;
}
.cx-reject { color: var(--cx-mute); font-size: 12.5px; font-weight: 500; padding: 0 10px }
.cx-safe { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; color: var(--cx-dim) }
.cx-safe i { width: 9px; height: 9px; border-radius: 2px; background: var(--cx-ok) }
.cx-safe b { font-weight: 600; color: var(--cx-mute) }
.cx-status {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 8px; border-radius: 999px;
  font-family: var(--mono); font-size: 10.5px; font-weight: 500; letter-spacing: .04em;
  color: var(--cx-warn);
  background: color-mix(in oklab, var(--cx-warn) 14%, transparent);
  border: 1px solid color-mix(in oklab, var(--cx-warn) 26%, transparent);
  white-space: nowrap;
}
.cx-status i {
  width: 5px; height: 5px; border-radius: 50%; background: currentColor;
  box-shadow: 0 0 6px currentColor; animation: cx-pip 1.6s ease-in-out infinite;
}
.cx-composer { flex: none; padding: 12px 22px 16px; border-top: 1px solid var(--cx-line) }
.cx-box {
  display: flex; align-items: flex-end; gap: 6px;
  padding: 6px 8px 6px 6px; border-radius: 16px;
  border: 1px solid var(--cx-line-2); background: var(--cx-card);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.cx-box.is-focus {
  border-color: color-mix(in oklab, var(--acc) 30%, transparent);
  box-shadow: 0 0 0 1px color-mix(in oklab, var(--acc) 30%, transparent), 0 8px 32px -8px color-mix(in oklab, var(--acc) 60%, transparent);
}
.cx-plus, .cx-send {
  width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 8px;
}
.cx-plus { color: var(--cx-dim); font-size: 17px }
.cx-send { background: #1a2030; color: #485066; font-size: 15px }
.cx-box.is-ready .cx-send { background: var(--acc); color: #fff }
.cx-input {
  flex: 1; min-width: 0; min-height: 34px;
  display: flex; align-items: center; flex-wrap: wrap;
  padding: 8px 6px; font-size: 14px; line-height: 1.5; color: var(--cx-ink);
}
.cx-input i {
  display: inline-block; width: 1.5px; height: 17px; margin-left: 1px; background: var(--acc);
  animation: cx-caret 1s steps(1) infinite;
}
.cx-ph { color: #8089a0 }
.cx-hint {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin: 8px 0 0; font-size: 11.5px; color: var(--cx-dim);
}
.cx-hint kbd {
  font-family: var(--mono); font-size: 10.5px; font-weight: 400;
  padding: 2px 5px; border: 1px solid var(--cx-line); border-radius: 4px; background: var(--cx-card);
}
.cx-copy { display: flex; flex-direction: column; gap: 22px; max-width: 520px }
.cx-copy .h2 { margin: 0; font-size: clamp(1.9rem, 3.2vw, 2.75rem); letter-spacing: -.024em }
.cx-copy .lead { margin: 0; font-size: 16.5px; line-height: 1.62; color: var(--cx-mute) }
.cx-points { margin: 0; padding: 4px 0 0; list-style: none }
.cx-points li {
  position: relative; padding-left: 17px; margin: 0 0 12px;
  font-size: 15.5px; line-height: 1.5; color: var(--cx-mid);
}
.cx-points li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 5px; height: 5px; border-radius: 50%; background: var(--acc);
}
.cx-cta { display: flex; align-items: center; gap: 16px; padding-top: 6px }
.cx-go {
  display: inline-flex; align-items: center; height: 48px; padding: 0 24px;
  border-radius: 999px; border: 1px solid var(--cx-line-2); background: var(--cx-card);
  color: var(--cx-ink); font-size: 15.5px; font-weight: 500; text-decoration: none;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.cx-go:hover { border-color: color-mix(in oklab, var(--acc) 45%, transparent); background: #1a2030 }
.cx-cta span {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: #8089a0;
}
@keyframes cx-in { from { opacity: 0; transform: translateY(9px) } to { opacity: 1; transform: none } }
@keyframes cx-card { from { opacity: 0; transform: translateY(12px) scale(.985) } to { opacity: 1; transform: none } }
@keyframes cx-caret { 0%, 45% { opacity: 1 } 50%, 95% { opacity: 0 } }
@keyframes cx-dot { 0%, 100% { opacity: .25; transform: none } 45% { opacity: 1; transform: translateY(-2px) } }
@keyframes cx-pip { 0%, 100% { opacity: .45 } 50% { opacity: 1 } }
@keyframes cx-sheen { from { transform: translateX(-120%) } to { transform: translateX(320%) } }
@keyframes cx-spin { to { transform: rotate(360deg) } }

.sec-mcp {
  --mx: #1d4ed8;
  --mx-t: color-mix(in oklab, var(--mx) 44%, #e6edff);
  --mx-gb: 26px;
  padding: var(--s-8) 0;
}
.mx-frame {
  position: relative;
  overflow: hidden;
  padding: 56px 52px 48px;
  border: 1px solid rgba(150,175,255,.10);
  border-radius: 30px;
  background: #04060b;
  box-shadow: 0 60px 120px -70px #000;
}
.mx-atm { position: absolute; inset: 0; pointer-events: none }
.mx-atm-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 520px at 84% -16%, color-mix(in oklab, var(--mx) 32%, transparent), transparent 70%),
    radial-gradient(760px 440px at -4% 108%, color-mix(in oklab, var(--mx) 18%, transparent), transparent 72%);
}
.mx-atm-grid {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(150,180,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150,180,255,.05) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(1000px 620px at 60% -8%, #000, transparent 78%);
  mask-image: radial-gradient(1000px 620px at 60% -8%, #000, transparent 78%);
}
.mx-atm-orb {
  position: absolute; top: -140px; right: 180px;
  width: 520px; height: 340px; border-radius: 50%;
  background: color-mix(in oklab, var(--mx) 24%, transparent);
  filter: blur(100px);
  animation: mx-drift 18s ease-in-out infinite;
}
.mx-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 592px) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}
.mx-copy { display: flex; flex-direction: column; gap: 26px }
.mx-kicker {
  display: flex; align-items: center; gap: 10px; margin: 0;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--mx-t);
}
.mx-kicker i {
  width: 6px; height: 6px; border-radius: 50%; flex: none;
  background: var(--mx-t);
  box-shadow: 0 0 12px 2px color-mix(in oklab, var(--mx) 70%, transparent);
  animation: mx-pulse 3.2s ease-in-out infinite;
}
.sec-mcp .h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -.028em;
  line-height: 1.05;
}
.sec-mcp .lead {
  margin: 0; max-width: 520px;
  font-size: 17px; line-height: 1.62; color: #a2abc0;
}
.mx-feats {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px;
  border: 1px solid rgba(150,175,255,.10);
  border-radius: 20px;
  background: linear-gradient(158deg, rgba(255,255,255,.05), rgba(255,255,255,.012));
  backdrop-filter: blur(var(--mx-gb)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--mx-gb)) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 40px 90px -60px #000;
}
.mx-feat {
  display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; align-items: center;
  padding: 14px; border-radius: 14px;
}
.mx-feat + .mx-feat { box-shadow: 0 -1px 0 rgba(150,175,255,.08) }
.mx-ico {
  display: grid; place-items: center; width: 44px; height: 44px; flex: none;
  border: 1px solid rgba(150,175,255,.14); border-radius: 13px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  color: var(--mx-t);
}
.mx-feat b { display: block; font-size: 16px; font-weight: 600; letter-spacing: -.01em }
.mx-feat span span { display: block; margin-top: 3px; font-size: 14.5px; line-height: 1.45; color: #8c95a9 }
.mx-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-top: 4px }
.mx-go {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 10px;
  height: 54px; padding: 0 26px;
  border: 1px solid rgba(150,175,255,.22); border-radius: 999px;
  background: linear-gradient(158deg, rgba(255,255,255,.10), rgba(255,255,255,.025));
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 24px 50px -30px color-mix(in oklab, var(--mx) 80%, #000);
  color: #f4f8ff; font-size: 16px; font-weight: 600; letter-spacing: -.008em; text-decoration: none;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.mx-go i {
  position: absolute; top: 0; bottom: 0; left: 0; width: 44px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  animation: mx-sheen 5.5s ease-in-out infinite; pointer-events: none;
}
.mx-go svg { position: relative }
.mx-more {
  font-family: var(--mono); font-size: 13px;
  letter-spacing: .06em; text-transform: uppercase;
  color: #8c95a9; text-decoration: none;
  transition: color .2s var(--ease);
}
@media (hover: hover) {
  .mx-feat:hover { background: rgba(255,255,255,.028) }
  .mx-go:hover { border-color: color-mix(in oklab, var(--mx) 55%, transparent); transform: translateY(-1px) }
  .mx-more:hover { color: #d8e2f7 }
}
/* —— MCP: fluxo animado (sua IA → servidor MCP do boraADS → fila de aprovação → Google Ads e Meta) ——
   Ícones 3D do design/3d-ai-clients. O home-v2.js desenha os fios no <svg> a partir das posições
   reais (ResizeObserver) e roda o ciclo: a IA ativa pergunta, o pulso desce até o boraADS, as
   ferramentas acendem, a proposta cai na fila, é aprovada e segue para as contas. Sem JS fica o
   quadro parado (sem fios); com movimento reduzido, fios parados e sem ciclo. */
.mx-stage.mf { position: relative; display: flex; flex-direction: column; padding: 4px 0 8px }
.mf-wires { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 0 }
.mf-wire { fill: none; stroke: rgba(150,175,255,.16); stroke-width: 1.2 }
.mf-flow {
  fill: none; stroke: color-mix(in oklab, var(--mx) 55%, #e6edff); stroke-width: 1.2;
  stroke-dasharray: 2 10; stroke-linecap: round; opacity: .55;
  animation: mf-dash 1.4s linear infinite;
}
.mf-dot { fill: #eef4ff; filter: drop-shadow(0 0 5px color-mix(in oklab, var(--mx) 95%, #fff)) drop-shadow(0 0 14px color-mix(in oklab, var(--mx) 80%, transparent)) }
.mf-row { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center }
.mf-lbl { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 4px }
.mf-lbl em {
  font-style: normal; font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--mx-t);
}
.mf-lbl b { font-size: 17.5px; font-weight: 600; letter-spacing: -.014em; color: #f1f5fd }
.mf-lbl span { font-size: 14px; line-height: 1.5; color: #8c95a9 }
/* origem: as três IAs e a pergunta da vez */
.mf-say { position: relative; width: 100%; height: 40px; margin-top: 12px }
.mf-say span {
  position: absolute; left: 50%; top: 0; transform: translateX(-50%);
  max-width: min(300px, 100%); padding: 9px 14px; border-radius: 14px;
  background: linear-gradient(180deg, #2c7bff, var(--meta));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 14px 30px -16px color-mix(in oklab, var(--meta) 85%, transparent);
  color: #fff; font-size: 13px; font-weight: 500; line-height: 1.35; white-space: nowrap;
  transition: opacity .35s var(--ease), transform .45s var(--ease);
}
.mf-say span::after {
  content: ""; position: absolute; top: 100%; left: var(--tx, 50%);
  width: 12px; height: 7px; margin-left: -6px;
  background: var(--meta); clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: left .45s var(--ease);
}
.mf-bots { display: flex; justify-content: center; gap: clamp(22px, 8%, 46px); margin-top: 8px }
.mf-bot { position: relative; width: 72px; height: 72px; transition: transform .55s var(--ease), filter .55s var(--ease) }
.mf-bot::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%; z-index: -1;
  background: radial-gradient(closest-side, color-mix(in oklab, var(--mx) 60%, transparent), transparent);
  opacity: 0; transform: scale(.7); transition: opacity .55s var(--ease), transform .55s var(--ease);
}
.mf-bot img, .mf-plat img {
  display: block; width: 100%; height: 100%;
  filter: drop-shadow(0 12px 16px rgba(0,0,0,.55));
  animation: mf-float 5.8s ease-in-out infinite alternate;
}
.mf-bot:nth-child(2) img { animation-delay: -1.9s }
.mf-bot:nth-child(3) img { animation-delay: -3.7s }
.mf-bot.is-on { transform: translateY(-6px) scale(1.07) }
.mf-bot.is-on::before { opacity: 1; transform: scale(1.45) }
.mf.is-anim .mf-bot:not(.is-on) { filter: saturate(.55) brightness(.72) }
/* servidor MCP: a marca 3D do boraADS no centro */
.mf-hub { margin-top: 46px }
.mf-core {
  position: relative; display: grid; place-items: center;
  width: 104px; height: 104px; margin-bottom: 12px; border-radius: 50%;
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,.09), rgba(255,255,255,.015) 62%), rgba(5,9,20,.8);
  box-shadow: inset 0 0 0 1px rgba(150,175,255,.18), 0 30px 70px -30px color-mix(in oklab, var(--mx) 90%, transparent);
  transition: box-shadow .5s var(--ease), transform .5s var(--ease);
}
.mf-core img { width: 72px; height: 72px; filter: drop-shadow(0 10px 14px rgba(0,0,0,.5)) }
.mf-ring {
  position: absolute; inset: -5px; border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 62%, color-mix(in oklab, var(--mx) 85%, #e6edff) 86%, transparent 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1.5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1.5px));
  opacity: .5; animation: mf-spin 6s linear infinite;
}
.mf.is-think .mf-core {
  transform: scale(1.04);
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--mx) 60%, transparent), 0 0 0 8px color-mix(in oklab, var(--mx) 12%, transparent), 0 30px 80px -24px color-mix(in oklab, var(--mx) 100%, transparent);
}
.mf.is-think .mf-ring { opacity: 1; animation-duration: 1.1s }
.mf-tools { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 12px }
.mf-tools span {
  padding: 5px 10px; border-radius: 999px;
  border: 1px solid rgba(150,175,255,.14); background: rgba(255,255,255,.03);
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; color: #8c95a9;
  transition: color .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}
.mf-tools span.is-hit {
  color: #eef4ff; border-color: color-mix(in oklab, var(--mx) 60%, transparent);
  background: color-mix(in oklab, var(--mx) 24%, transparent);
  box-shadow: 0 0 18px -4px color-mix(in oklab, var(--mx) 85%, transparent);
}
/* fila de aprovação: o freio */
.mf-queue {
  margin-top: 36px; align-items: stretch; text-align: left;
  padding: 16px; border-radius: 20px;
  border: 1px solid color-mix(in oklab, var(--mx) 42%, transparent);
  background: linear-gradient(158deg, color-mix(in oklab, var(--mx) 22%, transparent), rgba(255,255,255,.015));
  backdrop-filter: blur(var(--mx-gb)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--mx-gb)) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 40px 90px -50px color-mix(in oklab, var(--mx) 85%, #000);
}
.mf-q-h { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 14px; align-items: start }
.mf-q-ico {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px;
  color: #f4f8ff; background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 1px rgba(215,230,255,.25);
}
.mf-q-h p { margin: 0; min-width: 0 }
.mf-q-h b { display: block; font-size: 16.5px; font-weight: 600; letter-spacing: -.012em; color: #fff }
.mf-q-h p span { display: block; margin-top: 4px; font-size: 14px; line-height: 1.45; color: #cdd9f0 }
.mf-q-h em {
  padding-top: 3px; font-style: normal; font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .14em; text-transform: uppercase; color: #c3d4f4; white-space: nowrap;
}
.mf-prop {
  grid-area: 1 / 1;
  display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 10px; align-items: center;
  padding: 10px; border-radius: 14px;
  background: rgba(4,8,18,.55); box-shadow: inset 0 0 0 1px rgba(150,175,255,.14);
  transition: opacity .4s var(--ease), transform .5s var(--ease), box-shadow .4s var(--ease);
}
.mf-slot { display: grid; margin-top: 14px }
.mf-empty {
  grid-area: 1 / 1; align-self: center; margin: 0; opacity: 0;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #8c95a9;
  transition: opacity .3s var(--ease);
}
.mf-empty i { width: 6px; height: 6px; border-radius: 50%; background: var(--mx-t); animation: mx-pulse 2.2s ease-in-out infinite }
.mf.is-anim .mf-empty { opacity: 1 }
.mf-prop-ico {
  display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px;
  font-family: var(--mono); font-size: 10px; font-weight: 600; color: var(--mx-t);
  background: color-mix(in oklab, var(--mx) 20%, transparent);
}
.mf-prop-t { min-width: 0 }
.mf-prop-t b { display: block; font-size: 14px; font-weight: 600; color: #f1f5fd }
.mf-prop-t small { display: block; margin-top: 2px; font-family: var(--mono); font-size: 11px; color: #8c95a9 }
.mf-prop-a { display: grid; justify-items: end }
.mf-prop-a > span { grid-area: 1 / 1; white-space: nowrap; transition: opacity .18s var(--ease), transform .18s var(--ease) }
.mf-prop-a .is-wait {
  padding: 6px 12px; border-radius: 999px;
  background: #f1f5fd; color: #0b1020; font-size: 12.5px; font-weight: 600;
}
.mf-prop-a .is-ok { opacity: 0; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #6fd39a }
.mf.is-press .mf-prop-a .is-wait { transform: scale(.92) }
.mf.is-ok .mf-prop-a .is-wait { opacity: 0 }
.mf.is-ok .mf-prop-a .is-ok { opacity: 1; transition-delay: .18s }
.mf.is-ok .mf-prop { box-shadow: inset 0 0 0 1px rgba(111,211,154,.45), 0 0 0 4px rgba(111,211,154,.08) }
/* contas: Google Ads e Meta recebem só o que foi aprovado */
.mf-out { margin-top: 38px; flex-direction: row; justify-content: center; gap: clamp(56px, 24%, 128px) }
.mf-plat { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px }
.mf-plat img { width: 56px; height: 56px; transition: transform .5s var(--ease) }
.mf-plat:nth-child(2) img { animation-delay: -2.6s }
.mf-plat b { font-size: 13.5px; font-weight: 600; color: #c7d0e2 }
.mf-plat i {
  position: absolute; top: -8px; left: 50%; margin-left: 18px;
  padding: 2px 7px; border-radius: 999px;
  font-style: normal; font-family: var(--mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase;
  color: #6fd39a; background: rgba(111,211,154,.12); box-shadow: inset 0 0 0 1px rgba(111,211,154,.32);
  opacity: 0; transform: translateY(4px) scale(.9);
  transition: opacity .35s var(--ease), transform .45s var(--ease);
}
.mf-plat.is-on img { transform: translateY(-5px) scale(1.08) }
.mf-plat.is-on i { opacity: 1; transform: none }
/* estados escondidos só quando o ciclo está rodando */
.mf.is-anim .mf-say span { opacity: 0; transform: translate(-50%, 6px) scale(.96) }
.mf.is-anim.is-ask .mf-say span { opacity: 1; transform: translateX(-50%) }
.mf.is-anim .mf-prop { opacity: 0; transform: translateY(10px) }
.mf.is-anim.is-prop .mf-prop { opacity: 1; transform: none }
.mf.is-anim.is-prop .mf-empty { opacity: 0 }
@keyframes mf-dash { to { stroke-dashoffset: -24 } }
@keyframes mf-spin { to { transform: rotate(360deg) } }
@keyframes mf-float { from { transform: translateY(0) } to { transform: translateY(-6px) } }
@media (max-width: 640px) {
  .mf-bot { width: 58px; height: 58px }
  .mf-say span { font-size: 12.5px; padding: 8px 12px }
  .mf-hub { margin-top: 52px }
  .mf-core { width: 96px; height: 96px }
  .mf-core img { width: 64px; height: 64px }
  .mf-queue { padding: 14px }
  .mf-q-h { grid-template-columns: 36px minmax(0, 1fr) }
  .mf-q-ico { width: 36px; height: 36px }
  .mf-q-h em { display: none }
  .mf-plat img { width: 48px; height: 48px }
}
.mx-rail { position: relative; margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(150,175,255,.09) }
.mx-rail-label {
  margin: 0; text-align: center;
  font-family: var(--mono); font-size: 11.5px;
  letter-spacing: .2em; text-transform: uppercase; color: #8c95a9;
}
.mx-marquee {
  position: relative; margin-top: 26px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.mx-track { display: flex; gap: 14px; width: max-content; animation: mx-marq 42s linear infinite }
.mx-marquee:hover .mx-track { animation-play-state: paused }
.mx-pill {
  display: flex; align-items: center; gap: 12px;
  height: 56px; padding: 0 24px;
  border: 1px solid rgba(150,175,255,.11); border-radius: 999px;
  background: linear-gradient(158deg, rgba(255,255,255,.05), rgba(255,255,255,.012));
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
  white-space: nowrap;
}
.mx-pill img { width: 22px; height: 22px; flex: none; opacity: .9 }
.mx-pill span { font-size: 16px; font-weight: 500; letter-spacing: -.008em; color: #c7d0e2 }
@keyframes mx-drift { 0%, 100% { transform: none } 50% { transform: translate3d(0, -22px, 0) } }
@keyframes mx-pulse { 0%, 100% { opacity: .35 } 50% { opacity: 1 } }
@keyframes mx-sheen {
  0% { transform: translateX(-140%) skewX(-16deg); opacity: 0 }
  14%, 80% { opacity: .55 }
  100% { transform: translateX(420%) skewX(-16deg); opacity: 0 }
}
@keyframes mx-marq { to { transform: translate3d(-50%, 0, 0) } }

.sec-meta {
  --mt: #1d4ed8;
  --mt-t: color-mix(in oklab, var(--mt) 44%, #e6edff);
  --mt-gb: 26px;
  padding: var(--s-8) 0;
}
.mt-frame {
  position: relative; overflow: hidden;
  padding: 56px 52px 52px;
  border: 1px solid rgba(150,175,255,.10);
  border-radius: 30px;
  background: #04060b;
  box-shadow: 0 60px 120px -70px #000;
}
.mt-atm { position: absolute; inset: 0; pointer-events: none }
.mt-atm-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 520px at 86% -18%, color-mix(in oklab, var(--mt) 30%, transparent), transparent 70%),
    radial-gradient(760px 440px at -6% 106%, color-mix(in oklab, var(--mt) 16%, transparent), transparent 72%);
}
.mt-atm-grid {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(150,180,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150,180,255,.05) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(1000px 620px at 62% -8%, #000, transparent 78%);
  mask-image: radial-gradient(1000px 620px at 62% -8%, #000, transparent 78%);
}
.mt-atm-orb {
  position: absolute; top: -150px; right: 200px;
  width: 520px; height: 340px; border-radius: 50%;
  background: color-mix(in oklab, var(--mt) 22%, transparent);
  filter: blur(100px);
  animation: mt-drift 18s ease-in-out infinite;
}
.mt-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 552px) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}
.mt-copy { display: flex; flex-direction: column; gap: 26px }
.mt-kicker {
  display: flex; align-items: center; gap: 10px; margin: 0;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--mt-t);
}
.mt-kicker i {
  width: 6px; height: 6px; border-radius: 50%; flex: none;
  background: var(--mt-t);
  box-shadow: 0 0 12px 2px color-mix(in oklab, var(--mt) 70%, transparent);
  animation: mt-pulse 3.2s ease-in-out infinite;
}
.sec-meta .h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -.028em;
  line-height: 1.05;
}
.sec-meta .lead {
  margin: 0; max-width: 500px;
  font-size: 17px; line-height: 1.62; color: #a2abc0;
}
.mt-feats {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px;
  border: 1px solid rgba(150,175,255,.10);
  border-radius: 20px;
  background: linear-gradient(158deg, rgba(255,255,255,.05), rgba(255,255,255,.012));
  backdrop-filter: blur(var(--mt-gb)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--mt-gb)) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 40px 90px -60px #000;
}
.mt-feat {
  display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; align-items: center;
  padding: 14px; border-radius: 14px;
}
.mt-feat + .mt-feat { box-shadow: 0 -1px 0 rgba(150,175,255,.08) }
.mt-ico {
  display: grid; place-items: center; width: 44px; height: 44px; flex: none;
  border: 1px solid rgba(150,175,255,.14); border-radius: 13px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  color: var(--mt-t);
}
.mt-feat b { display: block; font-size: 16px; font-weight: 600; letter-spacing: -.01em }
.mt-feat span span { display: block; margin-top: 3px; font-size: 14.5px; line-height: 1.45; color: #8c95a9 }
.mt-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-top: 4px }
.mt-go {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center;
  height: 54px; padding: 0 26px;
  border: 1px solid color-mix(in oklab, var(--mt) 55%, transparent);
  border-radius: 999px;
  background: linear-gradient(158deg, color-mix(in oklab, var(--mt) 62%, transparent), color-mix(in oklab, var(--mt) 26%, transparent));
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 26px 54px -30px color-mix(in oklab, var(--mt) 85%, #000);
  color: #fff; font-size: 16px; font-weight: 600; letter-spacing: -.008em; text-decoration: none;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.mt-go i {
  position: absolute; inset: 0 auto 0 0; width: 44px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.26), transparent);
  animation: mt-sheen 5.5s ease-in-out infinite; pointer-events: none;
}
.mt-more {
  font-family: var(--mono); font-size: 13px;
  letter-spacing: .06em; text-transform: uppercase;
  color: #8c95a9; text-decoration: none;
  transition: color .2s var(--ease);
}
.mt-stage { position: relative }
.mt-well {
  position: relative;
  height: 460px;
  overflow: hidden;
  border: 1px solid rgba(150,175,255,.12);
  border-radius: 24px;
  background:
    radial-gradient(520px 240px at 50% 58%, color-mix(in oklab, var(--meta) 22%, transparent), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  backdrop-filter: blur(var(--mt-gb)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--mt-gb)) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 50px 110px -60px #000;
}
.mt-well-glow {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(280px 160px at 50% 46%, color-mix(in oklab, var(--meta) 34%, transparent), transparent 70%),
    radial-gradient(180px 80px at 72% 28%, rgba(255,255,255,.08), transparent 62%);
}
.mt-well-floor {
  position: absolute; left: 16%; right: 16%; bottom: 18%; z-index: 0;
  height: 70px; border-radius: 50%;
  background: radial-gradient(ellipse at center, color-mix(in oklab, var(--meta) 40%, transparent), transparent 70%);
  filter: blur(16px); pointer-events: none;
}
.mt-path {
  position: absolute; left: 11%; right: 11%; top: 26%; z-index: 1;
  width: 78%; height: auto; opacity: .16; color: #8fb3ff;
  pointer-events: none;
}
.mt-ring {
  position: absolute; left: 16%; right: 16%; top: 30%; z-index: 2;
  height: 40%; border-radius: 50%;
  border: 1px dashed rgba(150,175,255,.22);
  pointer-events: none;
}
.mt-orbit {
  position: absolute; left: 16%; right: 16%; top: 30%; z-index: 3;
  height: 40%; border-radius: 50%;
  animation: mt-spin 22s linear infinite;
  pointer-events: none;
}
.mt-sat-slot {
  position: absolute; top: 50%;
  transform: translate(-50%, -50%);
}
.mt-sat-slot.is-fb { left: 100%; }
.mt-sat-slot.is-ig { left: 0; }
.mt-sat {
  display: inline-flex; align-items: center; gap: 8px;
  height: 36px; padding: 0 12px 0 8px;
  border: 1px solid rgba(150,175,255,.16); border-radius: 999px;
  background: rgba(8,10,16,.72);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 30px -22px #000;
  color: #e7edf8; white-space: nowrap;
  animation: mt-unspin 22s linear infinite;
}
.mt-sat i {
  display: grid; place-items: center;
  width: 22px; height: 22px; border-radius: 50%;
}
.mt-sat.is-fb i { background: #1877f2; color: #fff }
.mt-sat.is-ig i {
  background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af);
  color: #fff;
}
.mt-sat b {
  font-family: var(--mono); font-size: 11px; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
}
.mt-mv-fallback {
  position: absolute; left: 50%; top: 46%; z-index: 1;
  width: min(72%, 420px); height: auto;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 18px 40px color-mix(in oklab, var(--meta) 45%, transparent));
  pointer-events: none;
}
.mt-well:has(model-viewer:defined) .mt-mv-fallback { opacity: 0 }
.mt-mv {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%;
  background: transparent;
  --poster-color: transparent;
}
.mt-hud {
  position: relative; z-index: 2;
  margin: -38px 18px 0;
  padding: 18px;
  border: 1px solid rgba(150,175,255,.14);
  border-radius: 22px;
  background: linear-gradient(158deg, rgba(12,14,20,.88), rgba(8,10,16,.78));
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 30px 70px -48px #000;
}
.mt-hud-h {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0 4px 14px;
}
.mt-hud-h > span:first-child { display: flex; align-items: center; gap: 10px; min-width: 0 }
.mt-hud-h i {
  width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(8,102,255,.7);
  animation: mt-pulse 3s ease-in-out infinite;
}
.mt-hud-h strong { display: block; font-size: 15.5px; font-weight: 600; letter-spacing: -.012em }
.mt-hud-h em {
  display: block; margin-top: 2px;
  font-style: normal; font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .1em; text-transform: uppercase; color: #7c859a;
}
.mt-hud-h [data-mt-pend] {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--mt-t); white-space: nowrap;
}
.mt-hud-h [data-mt-pend].is-idle { color: #7c859a }
.mt-hud-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  margin-bottom: 12px;
}
.mt-hud-stats p {
  margin: 0; padding: 12px 14px;
  border: 1px solid rgba(150,175,255,.1); border-radius: 14px;
  background: rgba(255,255,255,.03);
}
.mt-hud-stats b { display: block; font-size: 22px; font-weight: 600; letter-spacing: -.022em }
.mt-hud-stats span { display: block; margin-top: 3px; font-size: 12.5px; color: #8c95a9 }
.mt-row {
  display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; gap: 14px; align-items: center;
  padding: 14px; margin-bottom: 10px;
  border: 1px solid rgba(150,175,255,.10); border-radius: 16px;
  background: rgba(255,255,255,.024);
  transition: border-color .3s var(--ease);
}
.mt-row.is-done { border-color: rgba(150,175,255,.08); background: rgba(255,255,255,.014); opacity: .72 }
.mt-chip {
  display: inline-flex; justify-content: center;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .12em; text-transform: uppercase;
  color: #9aa6bc;
  border: 1px solid rgba(150,175,255,.16); border-radius: 999px; padding: 4px 9px;
}
.mt-chip.is-meta {
  color: var(--mt-t);
  border-color: color-mix(in oklab, var(--mt) 40%, transparent);
}
.mt-row b { display: block; font-size: 14.5px; font-weight: 600; letter-spacing: -.008em }
.mt-row span span { display: block; margin-top: 3px; font-size: 13px; line-height: 1.4; color: #8c95a9 }
.mt-row button {
  height: 34px; padding: 0 15px;
  border: 1px solid rgba(150,175,255,.22); border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #e7edf8; font-size: 13.5px; font-weight: 600; letter-spacing: -.006em;
  cursor: var(--cur-a); white-space: nowrap;
  transition: border-color .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
}
.mt-row button[aria-pressed="true"] {
  border-color: color-mix(in oklab, var(--mt) 45%, transparent);
  background: color-mix(in oklab, var(--mt) 26%, transparent);
  color: #fff;
}
.mt-row em {
  font-style: normal; font-family: var(--mono); font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase; color: #7c859a; white-space: nowrap;
}
.mt-hud .mt-row { margin-bottom: 0 }
@media (hover: hover) {
  .mt-feat:hover { background: rgba(255,255,255,.028) }
  .mt-go:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 30px 60px -28px color-mix(in oklab, var(--mt) 90%, #000);
  }
  .mt-more:hover { color: #d8e2f7 }
  .mt-row:not(.is-done):hover { border-color: rgba(150,175,255,.2) }
}
@keyframes mt-drift { 0%, 100% { transform: none } 50% { transform: translate3d(0, -22px, 0) } }
@keyframes mt-pulse { 0%, 100% { opacity: .35 } 50% { opacity: 1 } }
@keyframes mt-sheen {
  0% { transform: translateX(-140%) skewX(-16deg); opacity: 0 }
  14%, 80% { opacity: .55 }
  100% { transform: translateX(420%) skewX(-16deg); opacity: 0 }
}
@keyframes mt-spin { to { transform: rotate(360deg) } }
@keyframes mt-unspin { to { transform: rotate(-360deg) } }

.panel { background: #101113; border: 1px solid var(--line-2); border-radius: 16px; min-height: 260px; padding: 16px }
.panel-h { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); margin-bottom: 12px }
.dual article { background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 16px }
.dual strong { display: block; font-size: 14px; margin-bottom: 8px }
.bar { height: 4px; border-radius: 99px; background: #22232b; overflow: hidden; margin: 8px 0 }
.bar i { display: block; height: 100%; background: var(--acc); width: 62% }
.bar.meta i { width: 44%; background: color-mix(in oklab, var(--acc) 70%, white) }

.sec-builder {
  --bs: #1d4ed8;
  --bs-t: color-mix(in oklab, var(--bs) 44%, #e6edff);
  --bs-gb: 26px;
  padding: var(--s-8) 0;
}
.bs-frame {
  position: relative; overflow: hidden;
  padding: 56px 52px 52px;
  border: 1px solid rgba(150,175,255,.10);
  border-radius: 30px;
  background: #04060b;
  box-shadow: 0 60px 120px -70px #000;
}
.bs-atm { position: absolute; inset: 0; pointer-events: none }
.bs-atm-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 520px at 86% -18%, color-mix(in oklab, var(--bs) 28%, transparent), transparent 70%),
    radial-gradient(760px 440px at -6% 106%, color-mix(in oklab, var(--bs) 15%, transparent), transparent 72%);
}
.bs-atm-grid {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(150,180,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150,180,255,.05) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(1000px 620px at 62% -8%, #000, transparent 78%);
  mask-image: radial-gradient(1000px 620px at 62% -8%, #000, transparent 78%);
}
.bs-atm-orb {
  position: absolute; top: -150px; right: 200px;
  width: 520px; height: 340px; border-radius: 50%;
  background: color-mix(in oklab, var(--bs) 20%, transparent);
  filter: blur(100px);
  animation: bs-drift 18s ease-in-out infinite;
}
.bs-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 552px) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}
.bs-copy { display: flex; flex-direction: column; gap: 26px }
.bs-kicker {
  display: flex; align-items: center; gap: 10px; margin: 0;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--bs-t);
}
.bs-kicker i {
  width: 6px; height: 6px; border-radius: 50%; flex: none;
  background: var(--bs-t);
  box-shadow: 0 0 12px 2px color-mix(in oklab, var(--bs) 70%, transparent);
  animation: bs-pulse 3.2s ease-in-out infinite;
}
.sec-builder .h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -.028em;
  line-height: 1.05;
}
.sec-builder .lead {
  margin: 0; max-width: 500px;
  font-size: 17px; line-height: 1.62; color: #a2abc0;
}
.sec-builder .lead strong { font-weight: 600; color: #dce3f0 }
.bs-feats {
  display: flex; flex-direction: column; gap: 2px;
  padding: 8px;
  border: 1px solid rgba(150,175,255,.10);
  border-radius: 20px;
  background: linear-gradient(158deg, rgba(255,255,255,.05), rgba(255,255,255,.012));
  backdrop-filter: blur(var(--bs-gb)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--bs-gb)) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 40px 90px -60px #000;
}
.bs-feat {
  display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 14px; align-items: center;
  padding: 13px 14px; border-radius: 14px;
  font-size: 15.5px; line-height: 1.4; color: #dce3f0;
}
.bs-feat + .bs-feat { box-shadow: 0 -1px 0 rgba(150,175,255,.08) }
.bs-check {
  display: grid; place-items: center; width: 26px; height: 26px;
  border: 1px solid color-mix(in oklab, var(--bs) 40%, transparent);
  border-radius: 9px;
  background: color-mix(in oklab, var(--bs) 20%, transparent);
  color: #e9f0ff;
}
.bs-feat.is-soon { color: #9aa6bc }
.bs-feat.is-soon .bs-check {
  border-color: rgba(150,175,255,.16);
  background: rgba(255,255,255,.04);
  color: #9aa6bc;
}
.bs-feat em {
  display: inline-block; margin-left: 8px;
  font-style: normal; font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .14em; text-transform: uppercase; color: #7c859a;
  border: 1px solid rgba(150,175,255,.14); border-radius: 999px; padding: 4px 9px;
  vertical-align: 1px; white-space: nowrap;
}
.bs-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-top: 4px }
.bs-go {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center;
  height: 54px; padding: 0 26px;
  border: 1px solid color-mix(in oklab, var(--bs) 55%, transparent);
  border-radius: 999px;
  background: linear-gradient(158deg, color-mix(in oklab, var(--bs) 62%, transparent), color-mix(in oklab, var(--bs) 26%, transparent));
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 26px 54px -30px color-mix(in oklab, var(--bs) 85%, #000);
  color: #fff; font-size: 16px; font-weight: 600; letter-spacing: -.008em; text-decoration: none;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.bs-go i {
  position: absolute; inset: 0 auto 0 0; width: 44px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.26), transparent);
  animation: bs-sheen 5.5s ease-in-out infinite; pointer-events: none;
}
.bs-more {
  font-family: var(--mono); font-size: 13px;
  letter-spacing: .06em; text-transform: uppercase;
  color: #8c95a9; text-decoration: none;
  transition: color .2s var(--ease);
}
.bs-board {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(150,175,255,.12);
  border-radius: 24px;
  background: linear-gradient(158deg, rgba(255,255,255,.055), rgba(255,255,255,.014));
  backdrop-filter: blur(var(--bs-gb)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--bs-gb)) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 50px 110px -60px #000;
}
.bs-board-h {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 2px 4px 18px;
}
.bs-board-h > span:first-child { display: flex; align-items: center; gap: 12px; min-width: 0 }
.bs-ico {
  display: grid; place-items: center; width: 34px; height: 34px; flex: none;
  border: 1px solid rgba(150,175,255,.14); border-radius: 11px;
  background: rgba(255,255,255,.05); color: var(--bs-t);
}
.bs-board-h strong { display: block; font-size: 15.5px; font-weight: 600; letter-spacing: -.012em }
.bs-board-h em {
  display: block; margin-top: 2px;
  font-style: normal; font-family: var(--mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; color: #7c859a;
}
.bs-prog {
  display: flex; align-items: center; gap: 10px; flex: none;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--bs-t);
}
.bs-prog-bar {
  width: 64px; height: 4px; border-radius: 999px;
  background: rgba(150,175,255,.14); overflow: hidden;
}
.bs-prog-bar i {
  display: block; height: 100%; width: 50%;
  border-radius: 999px;
  background: color-mix(in oklab, var(--bs) 70%, #e6edff);
  transition: width .45s cubic-bezier(.2,.8,.2,1);
}
.bs-steps { position: relative; display: flex; flex-direction: column; gap: 10px; padding-left: 34px }
.bs-rail, .bs-rail-on {
  position: absolute; left: 10px; top: 28px; bottom: 28px; width: 1px;
  background: rgba(150,175,255,.14);
}
.bs-rail-on {
  bottom: auto; height: calc((100% - 56px) * .333);
  background: color-mix(in oklab, var(--bs) 65%, #e6edff);
  box-shadow: 0 0 10px 1px color-mix(in oklab, var(--bs) 60%, transparent);
  transition: height .45s cubic-bezier(.2,.8,.2,1);
}
.bs-step {
  position: relative; display: block; width: 100%; text-align: left;
  padding: 18px 20px;
  border: 1px solid rgba(150,175,255,.10); border-radius: 16px;
  background: rgba(255,255,255,.026);
  color: inherit; cursor: var(--cur-a); overflow: hidden;
  transition: transform .3s var(--ease);
}
.bs-hl {
  position: absolute; inset: 0; border-radius: 16px;
  border: 1px solid color-mix(in oklab, var(--bs) 55%, transparent);
  background: linear-gradient(158deg, color-mix(in oklab, var(--bs) 26%, transparent), rgba(255,255,255,.015));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 30px 70px -50px color-mix(in oklab, var(--bs) 85%, #000);
  opacity: 0; transition: opacity .4s var(--ease); pointer-events: none;
}
.bs-dot {
  position: absolute; left: -30px; top: 50%; margin-top: -5px;
  width: 10px; height: 10px; border-radius: 50%;
  border: 1px solid rgba(150,175,255,.3); background: #0a0e16;
}
.bs-dot::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: color-mix(in oklab, var(--bs) 72%, #e6edff);
  box-shadow: 0 0 12px 3px color-mix(in oklab, var(--bs) 60%, transparent);
  opacity: 0; transition: opacity .4s var(--ease);
}
.bs-step[aria-current="step"] .bs-hl,
.bs-step[aria-current="step"] .bs-dot::after { opacity: 1 }
.bs-step-in {
  position: relative;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.bs-step-in > span:first-child {
  display: flex; align-items: center; gap: 12px; min-width: 0;
  font-size: 16px; font-weight: 500; letter-spacing: -.012em;
}
.bs-step-in b {
  font-family: var(--mono); font-size: 11px; font-weight: 400;
  letter-spacing: .1em; color: #7c859a;
}
.bs-step-in em, .bs-st em {
  font-style: normal; font-family: var(--mono); font-size: 11.5px;
  letter-spacing: .1em; text-transform: uppercase; color: #8c95a9; white-space: nowrap;
}
.bs-step[aria-current="step"] .bs-step-in em { color: var(--bs-t) }
.bs-st { display: flex; align-items: center; gap: 8px; white-space: nowrap }
.bs-st i {
  display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%;
  background: rgba(150,175,255,.14); color: #c7d0e2;
}
.bs-st i.is-pause { background: rgba(150,175,255,.12) }
.bs-detail {
  margin-top: 20px; padding: 20px;
  border: 1px solid rgba(150,175,255,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.022);
}
.bs-detail-h { display: flex; align-items: center; justify-content: space-between; gap: 16px }
.bs-detail-h p { display: flex; align-items: center; gap: 10px; margin: 0; min-width: 0 }
.bs-detail-h p i {
  position: relative; width: 7px; height: 7px; flex: none;
}
.bs-detail-h p i::before, .bs-detail-h p i::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--bs-t);
}
.bs-detail-h p i::after { animation: bs-ring 2.6s ease-out infinite }
.bs-detail-h strong { font-size: 15px; font-weight: 600; letter-spacing: -.012em }
.bs-detail-h span {
  flex: none;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: .14em; text-transform: uppercase; color: #7c859a;
  border: 1px solid rgba(150,175,255,.12); border-radius: 999px; padding: 5px 11px;
}
.bs-cap { margin: 0; font-size: 14.5px; line-height: 1.55; color: #8c95a9 }
.bs-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px }
.bs-chips span {
  display: inline-flex; align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(150,175,255,.14); border-radius: 999px;
  background: rgba(255,255,255,.03);
  font-family: var(--mono); font-size: 12px; letter-spacing: .02em; color: #c7d0e2;
}
.bs-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 18px; padding: 0 4px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; color: #7c859a;
}
.bs-foot button {
  display: inline-flex; align-items: center; gap: 9px;
  height: 38px; padding: 0 17px;
  border: 1px solid rgba(150,175,255,.22); border-radius: 999px;
  background: rgba(255,255,255,.06);
  font-family: var(--font); font-size: 13.5px; font-weight: 600;
  letter-spacing: -.006em; text-transform: none; color: #e7edf8;
  cursor: var(--cur-a); white-space: nowrap;
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .15s var(--ease);
}
@media (hover: hover) {
  .bs-feat:hover { background: rgba(255,255,255,.03) }
  .bs-go:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 30px 60px -28px color-mix(in oklab, var(--bs) 90%, #000);
  }
  .bs-more:hover { color: #d8e2f7 }
  .bs-step:hover { transform: translateX(2px) }
  .bs-foot button:hover { background: rgba(255,255,255,.1); border-color: rgba(150,175,255,.34) }
}
@keyframes bs-drift { 0%, 100% { transform: none } 50% { transform: translate3d(0, -22px, 0) } }
@keyframes bs-pulse { 0%, 100% { opacity: .35 } 50% { opacity: 1 } }
@keyframes bs-sheen {
  0% { transform: translateX(-140%) skewX(-16deg); opacity: 0 }
  14%, 80% { opacity: .55 }
  100% { transform: translateX(420%) skewX(-16deg); opacity: 0 }
}
@keyframes bs-ring { 0% { transform: scale(1); opacity: .5 } 70%, 100% { transform: scale(2.4); opacity: 0 } }
@keyframes bs-spin { to { transform: rotate(360deg) } }
@keyframes bs-tap {
  from { box-shadow: 0 0 0 0 color-mix(in oklab, var(--bs) 55%, transparent) }
  to { box-shadow: 0 0 0 10px transparent }
}

/* —— Builder: time-lapse da criação ——
   Sem JS, com movimento reduzido ou depois que a pessoa clica, o quadro fica estático (etapa 02).
   Com .is-auto o home-v2.js monta a campanha etapa por etapa: cada linha passa por
   data-state wait → run → review → done, a cena da etapa revela os [data-r] com .is-in e o
   cursor clica em "Revisar esta etapa" e, no fim, em "Publicar pausada".
   As cenas ficam empilhadas na mesma célula do grid e o texto digitado tem um fantasma que
   reserva o espaço final, então a altura do quadro não muda durante a animação. */
.bs-board-h em.bs-sub { display: grid }
.bs-sub > span { grid-area: 1 / 1; transition: opacity .35s var(--ease) }
.bs-sub > [data-bs-sub="live"] { opacity: 0; color: #f5c46b }
.bs-board.is-live .bs-sub > [data-bs-sub="draft"] { opacity: 0 }
.bs-board.is-live .bs-sub > [data-bs-sub="live"] { opacity: 1 }
.bs-sts { display: grid; justify-items: end; align-items: center }
.bs-sts > .bs-st {
  grid-area: 1 / 1; opacity: 0; transform: translateY(4px);
  transition: opacity .3s var(--ease), transform .35s var(--ease);
}
.bs-step[data-state="wait"] .is-wait,
.bs-step[data-state="run"] .is-run,
.bs-step[data-state="review"] .is-review,
.bs-step[data-state="done"] .is-done { opacity: 1; transform: none }
.bs-st.is-wait em { color: #7c859a }
.bs-st.is-run em, .bs-st.is-review em { color: var(--bs-t) }
.bs-spin {
  width: 12px; height: 12px; border-radius: 50%;
  border: 1.5px solid color-mix(in oklab, var(--bs-t) 30%, transparent);
  border-top-color: var(--bs-t);
  animation: bs-spin .8s linear infinite;
}
.bs-n { display: inline-block; min-width: 2ch; text-align: right; font-variant-numeric: tabular-nums }
.bs-detail-h strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.bs-detail-h span { min-width: 17ch; text-align: center; white-space: nowrap }
.bs-stage { display: grid; margin-top: 12px }
.bs-scene {
  grid-area: 1 / 1; min-width: 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .3s var(--ease), transform .45s var(--ease), visibility 0s .45s;
}
.bs-scene.is-on {
  opacity: 1; visibility: visible; transform: none;
  transition: opacity .4s var(--ease) .12s, transform .5s var(--ease) .12s, visibility 0s;
}
.bs-board.is-reset .bs-scene.is-on { opacity: 0; transition-delay: 0s }
.bs-url, .bs-read, .bs-kp, .bs-ad, .bs-bud { margin-top: 14px }
.bs-url {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 12px;
  border: 1px solid rgba(150,175,255,.16); background: rgba(0,0,0,.28);
  font-family: var(--mono); font-size: 12.5px; color: #dce3f0;
}
.bs-url > i { display: grid; flex: none; color: var(--bs-t) }
.bs-url .bs-tw { flex: 1; white-space: nowrap; overflow: hidden }
.bs-tw { position: relative; display: block; min-width: 0 }
.bs-tw-l { position: absolute; inset: 0 }
.bs-board.is-auto .bs-tw-g { visibility: hidden }
.bs-board:not(.is-auto) .bs-tw-l { display: none }
.bs-tw-l.is-typing::after {
  content: ""; display: inline-block; width: 2px; height: 1.05em; margin-left: 2px; vertical-align: -.16em;
  background: var(--bs-t); animation: cx-caret 1s steps(1) infinite;
}
.bs-read {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #7c859a;
}
.bs-read b { flex: 1; height: 4px; border-radius: 999px; background: rgba(150,175,255,.12); overflow: hidden }
.bs-read b i {
  display: block; width: 100%; height: 100%; border-radius: inherit;
  background: color-mix(in oklab, var(--bs) 70%, #e6edff);
  transition: width 1.1s cubic-bezier(.4, 0, .2, 1);
}
.bs-read em { font-style: normal; color: var(--bs-t); transition: opacity .3s var(--ease) }
.bs-board.is-auto .bs-read:not(.is-go) b i { width: 0 }
.bs-board.is-auto .bs-read:not(.is-ok) em { opacity: 0 }
.bs-kp, .bs-bud {
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #7c859a;
}
.bs-kp { display: flex; align-items: baseline; gap: 12px }
.bs-kp b, .bs-bud b {
  font-family: var(--font); font-size: 21px; font-weight: 600; letter-spacing: -.02em;
  text-transform: none; color: #eef2fb;
}
.bs-kp em { margin-left: auto; font-style: normal; color: var(--bs-t); white-space: nowrap }
.bs-ad {
  display: flex; flex-direction: column; gap: 4px;
  padding: 12px 14px; border-radius: 12px;
  border: 1px solid rgba(150,175,255,.14); background: rgba(0,0,0,.28);
}
.bs-ad-top { font-size: 11.5px; color: #8c95a9 }
.bs-ad-top b { font-weight: 600; color: #dce3f0 }
.bs-ad-h { font-size: 15.5px; font-weight: 500; line-height: 1.35; color: #8ab4f8 }
.bs-ad-d { font-size: 13px; line-height: 1.45; color: #aab3c5 }
.bs-ad-n {
  display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 4px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: #6fd39a;
}
.bs-ad-n em { font-style: normal }
.bs-bud { display: grid; grid-template-columns: 1fr auto; align-items: baseline; row-gap: 12px }
.bs-slider { grid-column: 1 / -1; position: relative; height: 6px; border-radius: 999px; background: rgba(150,175,255,.12) }
.bs-slider i {
  position: absolute; left: 0; top: 0; bottom: 0; width: 60%; border-radius: inherit;
  background: linear-gradient(90deg, color-mix(in oklab, var(--bs) 70%, #e6edff), var(--bs-t));
  transition: width 1.2s cubic-bezier(.4, 0, .2, 1);
}
.bs-slider i::after {
  content: ""; position: absolute; right: -7px; top: 50%;
  width: 14px; height: 14px; margin-top: -7px; border-radius: 50%;
  background: #eef2fb; box-shadow: 0 0 0 4px color-mix(in oklab, var(--bs) 30%, transparent);
}
.bs-board.is-auto .bs-bud:not(.is-go) .bs-slider i { width: 0 }
.bs-chips span.is-neg { color: #ffb3a3; border-color: rgba(255, 110, 84, .3); background: rgba(255, 110, 84, .07) }
.bs-chips span.is-pause { color: #f5c46b; border-color: rgba(245, 196, 107, .34); background: rgba(245, 196, 107, .07) }
.bs-board.is-auto [data-r] {
  opacity: 0; transform: translateY(6px) scale(.98);
  transition: opacity .3s var(--ease), transform .4s var(--ease);
}
.bs-board.is-auto [data-r].is-in { opacity: 1; transform: none }
.bs-save { display: grid }
.bs-save > span { grid-area: 1 / 1; transition: opacity .25s var(--ease) }
.bs-save b { font-weight: 400; font-variant-numeric: tabular-nums }
.bs-save > [data-bs-save="saving"], .bs-save > [data-bs-save="live"] { opacity: 0 }
.bs-save > [data-bs-save="live"] { color: #f5c46b }
.bs-board.is-saving .bs-save > [data-bs-save="saved"] { opacity: 0 }
.bs-board.is-saving .bs-save > [data-bs-save="saving"] { opacity: 1 }
.bs-board.is-live .bs-save > [data-bs-save="saved"] { opacity: 0 }
.bs-board.is-live .bs-save > [data-bs-save="live"] { opacity: 1 }
.bs-next-l { display: grid }
.bs-next-l > span { grid-area: 1 / 1; transition: opacity .25s var(--ease) }
.bs-next-l > [data-bs-next-label="publish"] { opacity: 0 }
.bs-board[data-step="3"] .bs-next-l > [data-bs-next-label="review"] { opacity: 0 }
.bs-board[data-step="3"] .bs-next-l > [data-bs-next-label="publish"] { opacity: 1 }
.bs-foot button.is-press {
  transform: scale(.96);
  background: color-mix(in oklab, var(--bs) 22%, rgba(255,255,255,.08));
  border-color: color-mix(in oklab, var(--bs) 60%, transparent);
  animation: bs-tap .6s var(--ease);
}
.bs-cursor {
  position: absolute; left: 0; top: 0; z-index: 5;
  width: 18px; height: 22px; pointer-events: none;
  opacity: 0; transform: translate(0, 0);
  transition: transform .8s cubic-bezier(.3, .7, .2, 1), opacity .3s var(--ease);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .55));
}
.bs-cursor.is-on { opacity: 1 }
.bs-cursor svg { display: block; width: 100%; height: 100%; transform-origin: 20% 10%; transition: transform .12s var(--ease) }
.bs-cursor.is-down svg { transform: scale(.82) }
@media (hover: none) { .bs-cursor { display: none } }
/* Trocas das variantes empilhadas em sequência (uma sai, depois a outra entra), sem texto sobreposto */
.bs-sub > span, .bs-save > span, .bs-next-l > span { transition: opacity .16s var(--ease) }
.bs-sub > [data-bs-sub="draft"],
.bs-save > [data-bs-save="saved"],
.bs-next-l > [data-bs-next-label="review"],
.bs-board.is-live .bs-sub > [data-bs-sub="live"],
.bs-board.is-saving .bs-save > [data-bs-save="saving"],
.bs-board.is-live .bs-save > [data-bs-save="live"],
.bs-board[data-step="3"] .bs-next-l > [data-bs-next-label="publish"] { transition-delay: .16s }
.bs-board.is-live .bs-sub > [data-bs-sub="draft"],
.bs-board.is-saving .bs-save > [data-bs-save="saved"],
.bs-board.is-live .bs-save > [data-bs-save="saved"],
.bs-board[data-step="3"] .bs-next-l > [data-bs-next-label="review"] { transition-delay: 0s }
.bs-sts > .bs-st { transition: opacity .16s var(--ease), transform .22s var(--ease) }
.bs-step[data-state="wait"] .is-wait,
.bs-step[data-state="run"] .is-run,
.bs-step[data-state="review"] .is-review,
.bs-step[data-state="done"] .is-done { transition-delay: .16s }
@media (max-width: 640px) {
  /* título e selo sempre em linhas próprias: a altura não muda quando o título troca */
  .bs-detail-h { flex-direction: column; align-items: flex-start; gap: 10px }
  .bs-detail-h span { min-width: 0 }
  /* status sempre na segunda linha, alinhado ao texto da etapa */
  .bs-sts { flex-basis: 100%; justify-items: start; padding-left: 30px }
  .bs-cap { font-size: 13.5px }
  .bs-chips span { padding: 6px 10px; font-size: 11.5px }
  .bs-kp { display: grid; grid-template-columns: 1fr auto; row-gap: 6px }
  .bs-kp b { grid-row: 2; grid-column: 1 / -1 }
  .bs-kp > span, .bs-kp em { white-space: nowrap }
  .bs-url { font-size: 12px }
  .bs-url .bs-tw { white-space: normal; overflow-wrap: anywhere }
}

/* —— Planos (glass) —— */
.sec-plans {
  --pr: #1d4ed8;
  --pr-t: color-mix(in oklab, var(--pr) 44%, #e6edff);
  --pr-gb: 26px;
  padding: var(--s-8) 0;
}
.pr-frame { position: relative }
.pr-head {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
  text-align: center;
}
.pr-kicker {
  display: flex; align-items: center; gap: 10px; margin: 0;
  font-family: var(--mono); font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--pr-t);
}
.pr-kicker i {
  width: 6px; height: 6px; border-radius: 50%; flex: none;
  background: var(--pr-t);
  box-shadow: 0 0 12px 2px color-mix(in oklab, var(--pr) 70%, transparent);
  animation: pr-pulse 3.2s ease-in-out infinite;
}
.sec-plans .h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.6vw, 2.875rem);
  font-weight: 600;
  letter-spacing: -.028em;
  line-height: 1.06;
}
.sec-plans .lead {
  margin: 0; max-width: 640px;
  font-size: 17px; line-height: 1.6; color: #a2abc0;
}
/* —— Planos: tabela comparativa (pegada do pricetablecompare.framer.website, em azul boraADS) ——
   Chave mensal/anual com mola; o preço troca por "slot" (sai pra cima, entra de baixo, com blur);
   barra de audits por mês; grupos de recursos sincronizados entre os três cartões, com as linhas
   entrando em cascata; passar o mouse numa linha acende a mesma linha nos três; Squad com aba,
   contorno de luz girando e partículas. O JS é o runPricing do home-v2.js. */
@property --pr-a { syntax: "<angle>"; inherits: false; initial-value: 0deg }
.pr-bill { display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 12px 14px; margin-top: 6px }
.pr-bill-opt {
  padding: 6px 2px; border: 0; background: none; cursor: var(--cur-a);
  font: inherit; font-size: 15.5px; font-weight: 600; color: #6f7a90;
  transition: color .3s var(--ease);
}
.pr-bill-opt[aria-pressed="true"] { color: #f4f7ff }
.pr-bill-sw {
  position: relative; width: 60px; height: 32px; padding: 0; border: 0; border-radius: 999px; cursor: var(--cur-a);
  background: linear-gradient(90deg, #2f6bff, #38c6f4);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 10px 28px -10px rgba(47,107,255,.9);
}
.pr-bill-sw i {
  position: absolute; top: 4px; left: 4px; width: 24px; height: 24px; border-radius: 50%;
  background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.35);
  transition: transform .5s cubic-bezier(.34, 1.56, .64, 1);
}
.pr-bill-sw[aria-checked="true"] i { transform: translateX(28px) }
.pr-save {
  display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border-radius: 999px;
  font-style: normal; font-size: 12.5px; font-weight: 600; color: #5eead4;
  background: rgba(45,212,191,.1); box-shadow: inset 0 0 0 1px rgba(45,212,191,.34);
  transition: box-shadow .4s var(--ease), background .4s var(--ease);
}
.pr-save i { width: 6px; height: 6px; border-radius: 50%; background: #5eead4; box-shadow: 0 0 8px #5eead4 }
.sec-plans.is-year .pr-save {
  background: rgba(45,212,191,.16);
  box-shadow: inset 0 0 0 1px rgba(45,212,191,.5), 0 0 26px -6px rgba(45,212,191,.7);
  animation: pr-pop .55s cubic-bezier(.34, 1.56, .64, 1);
}
.pr-grid {
  position: relative;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start;
  margin-top: 48px;
}
.pr-card {
  position: relative; display: flex; flex-direction: column;
  border: 1px solid rgba(150,175,255,.12); border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)), rgba(7,10,20,.62);
  backdrop-filter: blur(var(--pr-gb)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--pr-gb)) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 50px 100px -60px #000;
  transition: transform .5s var(--ease), border-color .4s var(--ease), box-shadow .5s var(--ease);
}
.pr-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(380px circle at var(--px, 50%) var(--py, 0%), rgba(120,165,255,.11), transparent 62%);
  opacity: 0; transition: opacity .4s var(--ease);
}
.pr-top { position: relative; display: flex; flex-direction: column; align-items: center; padding: 32px 28px 26px; text-align: center }
.pr-top h3 { margin: 0; font-size: 24px; font-weight: 600; letter-spacing: -.02em }
.pr-sub { margin: 6px 0 0; font-size: 14.5px; color: var(--pr-t) }
.pr-price { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin: 24px 0 0; font-variant-numeric: tabular-nums }
.pr-cur { align-self: flex-start; margin-top: 9px; font-size: 18px; font-weight: 600; color: #aab6d0 }
.pr-num { position: relative; display: inline-grid; overflow: hidden; line-height: 1.02; padding: 2px 0 }
.pr-num b {
  grid-area: 1 / 1; font-size: 58px; font-weight: 700; letter-spacing: -.045em; color: #fff;
  transition: transform .55s cubic-bezier(.2, .8, .2, 1), opacity .35s var(--ease), filter .35s var(--ease);
}
.pr-num b.is-in { transform: translateY(70%); opacity: 0; filter: blur(8px) }
.pr-num b.is-out { transform: translateY(-70%); opacity: 0; filter: blur(8px) }
.pr-per { font-size: 15px; color: #8c95a9 }
.pr-note {
  min-height: 1.5em; margin: 10px 0 0;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .03em; color: #8c95a9;
  transition: opacity .25s var(--ease);
}
.pr-note.is-swap { opacity: 0 }
.pr-cap {
  width: 100%; margin-top: 24px;
  display: grid; grid-template-columns: 1fr auto; align-items: baseline; row-gap: 9px; text-align: left;
}
.pr-cap span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--pr-t) }
.pr-cap b { font-size: 14px; font-weight: 600; color: #fff; font-variant-numeric: tabular-nums }
.pr-cap > i { grid-column: 1 / -1; height: 5px; border-radius: 999px; background: rgba(150,175,255,.14); overflow: hidden }
.pr-cap > i > i {
  display: block; height: 100%; width: calc(var(--v) * 100%); min-width: 6px; border-radius: inherit;
  background: linear-gradient(90deg, #2f6bff, #38c6f4); box-shadow: 0 0 12px rgba(56,198,244,.55);
  transition: width 1.3s cubic-bezier(.2, .8, .2, 1) calc(.25s + var(--k, 0) * .12s);
}
.pr-cta {
  width: 100%; height: 50px; margin-top: 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid rgba(150,175,255,.2); border-radius: 13px;
  background: rgba(255,255,255,.03); color: #eef2fb;
  font-size: 15px; font-weight: 600; letter-spacing: -.006em; text-decoration: none;
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pr-cta.is-solid {
  position: relative; overflow: hidden; border: 0; color: #fff;
  background: linear-gradient(90deg, #2f6bff, #38b6f4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 18px 40px -14px rgba(47,107,255,.95);
}
.pr-cta.is-solid::after {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 70px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
  animation: pr-sheen 4.8s ease-in-out infinite; pointer-events: none;
}
.pr-groups { position: relative; padding: 6px 16px 14px; border-top: 1px solid rgba(150,175,255,.1) }
.pr-grp + .pr-grp { border-top: 1px solid rgba(150,175,255,.08) }
.pr-grp-h {
  display: flex; align-items: center; gap: 10px; width: 100%; padding: 16px 12px; border: 0; background: none; cursor: var(--cur-a);
  font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
  color: #eef2fb; text-align: left;
}
.pr-chev { flex: none; color: #8c95a9; transition: transform .45s var(--ease) }
.pr-grp-h[aria-expanded="true"] .pr-chev { transform: rotate(90deg) }
.pr-gi { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; flex: none }
.pr-gi.is-zap { color: #fbbf24; background: rgba(251,191,36,.12) }
.pr-gi.is-rocket { color: #7dd3fc; background: rgba(125,211,252,.12) }
.pr-grp-b {
  display: grid; grid-template-rows: 0fr; visibility: hidden;
  transition: grid-template-rows .55s var(--ease), visibility 0s .55s;
}
.pr-grp.is-open .pr-grp-b { grid-template-rows: 1fr; visibility: visible; transition: grid-template-rows .55s var(--ease), visibility 0s }
.pr-grp-b > dl { min-height: 0; margin: 0; overflow: hidden }
.pr-grp.is-settled .pr-grp-b > dl { overflow: visible }
.pr-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 11px 12px; border-radius: 11px;
  opacity: 0; transform: translateY(-5px);
  transition: opacity .3s var(--ease), transform .35s var(--ease), background .25s var(--ease);
}
.pr-grp.is-open .pr-row { opacity: 1; transform: none; transition-delay: calc(.12s + var(--i) * .05s), calc(.12s + var(--i) * .05s), 0s }
.pr-row.is-hl { background: rgba(120,165,255,.09) }
.pr-row dt { display: flex; align-items: center; gap: 7px; min-width: 0; font-size: 14.5px; color: #93a8d6 }
.pr-row.is-key dt::before {
  content: ""; flex: none; width: 13px; height: 13px; background: #38c6f4;
  clip-path: polygon(50% 0, 61.8% 35.3%, 100% 35.3%, 69.1% 57.1%, 80.9% 92.7%, 50% 71%, 19.1% 92.7%, 30.9% 57.1%, 0 35.3%, 38.2% 35.3%);
}
.pr-row dd { margin: 0; flex: none; font-size: 14.5px; font-weight: 600; color: #f4f7ff; text-align: right; font-variant-numeric: tabular-nums }
.pr-i {
  position: relative; flex: none; width: 13px; height: 13px; border-radius: 50%;
  box-shadow: inset 0 0 0 1.2px rgba(147,168,214,.55); cursor: help;
}
.pr-i::before {
  content: "i"; position: absolute; inset: 0; display: grid; place-items: center;
  font-family: var(--mono); font-size: 8.5px; font-style: normal; font-weight: 600; color: rgba(147,168,214,.8);
}
.pr-i::after {
  content: attr(data-tip); position: absolute; left: 50%; bottom: calc(100% + 10px); z-index: 5;
  width: max-content; max-width: 220px; padding: 8px 11px; border-radius: 10px;
  background: #121a2e; box-shadow: inset 0 0 0 1px rgba(150,175,255,.2), 0 16px 34px -14px rgba(0,0,0,.9);
  font-family: var(--font); font-size: 12.5px; font-style: normal; font-weight: 500; line-height: 1.4; color: #dce4f5; text-align: left;
  opacity: 0; transform: translate(-50%, 4px) scale(.96); pointer-events: none;
  transition: opacity .2s var(--ease), transform .25s var(--ease);
}
.pr-i:hover::after { opacity: 1; transform: translate(-50%, 0) }
.pr-yes, .pr-no { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50% }
.pr-yes { color: #38c6f4; background: rgba(56,198,244,.14); box-shadow: inset 0 0 0 1px rgba(56,198,244,.35) }
.pr-no { color: #5b6479 }
/* Squad: o recomendado */
.pr-card.is-hot {
  z-index: 1; transform: translateY(-14px);
  border-color: rgba(90,150,255,.5);
  background:
    linear-gradient(180deg, rgba(47,107,255,.32), rgba(24,52,140,.26) 42%, rgba(10,16,40,.72)),
    rgba(7,10,20,.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 40px 110px -40px rgba(47,107,255,.8);
}
.pr-card.is-hot .pr-sub { color: #bcd2ff }
.pr-card.is-hot .pr-num b {
  background: linear-gradient(180deg, #ffffff 10%, #8ec5ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pr-card.is-hot .pr-row dt { color: #b7c8ee }
.pr-card.is-hot .pr-groups { border-top-color: rgba(150,190,255,.18) }
.pr-ring {
  position: absolute; inset: -1px; z-index: 2; border-radius: inherit; padding: 1px; pointer-events: none;
  background: conic-gradient(from var(--pr-a), transparent 0 64%, #38c6f4 80%, #2f6bff 88%, transparent 96%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: pr-orbit 7s linear infinite;
}
.pr-dots { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; pointer-events: none }
.pr-dots i {
  position: absolute; left: var(--x); bottom: -8px; width: 3px; height: 3px; border-radius: 50%;
  background: #a9d4ff; box-shadow: 0 0 8px #6fb6ff;
  animation: pr-rise var(--d) linear var(--dl) infinite;
}
.pr-tab {
  position: absolute; top: -1px; right: 24px; z-index: 3;
  padding: 6px 13px 7px; border-radius: 0 0 12px 12px;
  background: linear-gradient(90deg, #2f6bff, #38b6f4);
  box-shadow: 0 12px 26px -12px rgba(47,107,255,1);
  font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #fff;
}
/* entrada quando a seção aparece (só com JS; sem JS tudo já está no lugar) */
.pr-grid.is-pre .pr-card { opacity: 0; transform: translateY(28px) }
.pr-grid.is-pre .pr-card.is-hot { transform: translateY(14px) }
.pr-grid.is-pre .pr-cap > i > i { width: 0 }
.pr-grid.is-in .pr-card { animation: pr-in .9s cubic-bezier(.2, .8, .2, 1) calc(var(--k) * .12s) backwards }
.pr-grid.is-in .pr-card.is-hot { animation-name: pr-in-hot }
@keyframes pr-in { from { opacity: 0; transform: translateY(28px) } to { opacity: 1; transform: none } }
@keyframes pr-in-hot { from { opacity: 0; transform: translateY(14px) } to { opacity: 1; transform: translateY(-14px) } }
@keyframes pr-rise {
  0% { transform: translateY(0); opacity: 0 }
  12% { opacity: .9 }
  80% { opacity: .5 }
  100% { transform: translateY(-560px); opacity: 0 }
}
@keyframes pr-orbit { to { --pr-a: 360deg } }
@keyframes pr-pop { 0% { transform: scale(1) } 40% { transform: scale(1.12) } 100% { transform: scale(1) } }
.pr-foot {
  position: relative;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 12px 26px; margin-top: 38px; padding: 20px 24px;
  border: 1px solid rgba(150,175,255,.10); border-radius: 20px;
  background: rgba(255,255,255,.022);
  backdrop-filter: blur(var(--pr-gb)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--pr-gb)) saturate(160%);
}
.pr-foot span {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 14.5px; color: #a2abc0;
}
.pr-foot span::before {
  content: "";
  width: 18px; height: 18px; border-radius: 50%; flex: none;
  background-color: rgba(150,175,255,.14);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23C7D0E2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M4 12.5 9 17.5 20 6.5'/></svg>");
  background-repeat: no-repeat; background-position: center;
}
.pr-foot i {
  width: 1px; height: 20px; background: rgba(150,175,255,.14);
}
.pr-foot a {
  font-family: var(--mono); font-size: 13px;
  letter-spacing: .06em; text-transform: uppercase;
  color: #8c95a9; text-decoration: none;
  transition: color .3s ease;
}
@media (hover: hover) {
  .pr-card:hover { transform: translateY(-6px); border-color: rgba(150,175,255,.24) }
  .pr-card.is-hot:hover { transform: translateY(-20px) }
  .pr-card:hover::before { opacity: 1 }
  .pr-bill-opt:hover { color: #c7d0e2 }
  .pr-bill-opt[aria-pressed="true"]:hover { color: #f4f7ff }
  .pr-cta:hover { background: rgba(255,255,255,.08); border-color: rgba(150,175,255,.36) }
  .pr-cta.is-solid:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 24px 50px -14px rgba(47,107,255,1) }
  .pr-grp-h:hover .pr-chev { color: #eef2fb }
  .pr-foot a:hover { color: #d8e2f7 }
}
@keyframes pr-pulse { 0%, 100% { opacity: .35 } 50% { opacity: 1 } }
@keyframes pr-sheen {
  0% { transform: translateX(-140%) skewX(-16deg); opacity: 0 }
  14%, 80% { opacity: .55 }
  100% { transform: translateX(420%) skewX(-16deg); opacity: 0 }
}

/* —— FAQ: cards Framer, dark boraADS —— */
.sec-faq {
  --ac: #1d4ed8;
  --ac-t: color-mix(in oklab, var(--ac) 44%, #e6edff);
  padding: 96px 0 88px;
}
.ac-frame {
  position: relative; overflow: hidden;
  padding: 48px;
  border: 1px solid rgba(150,175,255,.10);
  border-radius: 32px;
  background: linear-gradient(180deg, #14161e 0%, #0e1016 100%);
  box-shadow: 0 60px 120px -70px #000;
}
.ac-atm { position: absolute; inset: 0; pointer-events: none }
.ac-atm-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(820px 420px at 12% 0%, color-mix(in oklab, var(--ac) 22%, transparent), transparent 70%),
    radial-gradient(640px 360px at 92% 110%, color-mix(in oklab, var(--ac) 14%, transparent), transparent 72%);
}
.ac-atm-orb {
  position: absolute; left: 8%; bottom: -80px;
  width: 420px; height: 260px; border-radius: 50%;
  background: color-mix(in oklab, var(--ac) 18%, transparent);
  filter: blur(90px);
  animation: ac-drift 18s ease-in-out infinite;
}
@keyframes ac-drift {
  0%, 100% { transform: translate3d(0, 0, 0) }
  50% { transform: translate3d(12px, -16px, 0) }
}
.ac-body {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px; align-items: stretch;
}
.ac-intro { position: relative; overflow: hidden; min-height: 400px; height: 100%; padding-bottom: 168px }
.sec-faq .h2 {
  margin: 0;
  font-size: 32px; font-weight: 600;
  letter-spacing: -.02em; line-height: 1.25;
  background-image: linear-gradient(0deg, #edeff4 0%, #8b95aa 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.ac-lead {
  margin: 12px 0 0; max-width: 34ch;
  font-size: 16px; line-height: 1.5; color: #9aa3b5;
}
.ac-contacts {
  display: flex; flex-direction: column; gap: 20px;
  margin-top: 28px;
}
.ac-chip {
  display: inline-flex; align-items: center; gap: 12px;
  width: fit-content; color: #c5ccd8;
  font-size: 14px; line-height: 20px; text-decoration: none;
}
.ac-chip:hover { color: var(--fg) }
.ac-ico {
  position: relative;
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  border: 1px solid rgba(180,198,230,.16);
  background:
    radial-gradient(50% 50% at 50% 50%, rgba(180,198,230,.16), rgba(255,255,255,.02)),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  color: #d7deea;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.ac-ico svg { width: 16px; height: 16px }
.ac-mark {
  position: absolute; left: -6px; bottom: -18px;
  font-size: clamp(132px, 18vw, 250px);
  font-weight: 600; line-height: .86; letter-spacing: 0;
  opacity: .38;
  background-image: linear-gradient(0deg, transparent 4%, rgba(186,198,224,.42) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  pointer-events: none; user-select: none;
}
.ac-list { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 16px }
.ac-item {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  background: #1b1e27;
  box-shadow:
    0 .7px .7px -1.25px rgba(0,0,0,.28),
    0 2.7px 2.7px -2.5px rgba(0,0,0,.22),
    0 12px 16px -8px rgba(0,0,0,.38);
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.ac-item.is-open {
  border-color: rgba(150,175,255,.18);
  background: #222632;
}
.ac-item button {
  display: flex; align-items: center; gap: 8px;
  width: 100%; padding: 18px 32px 18px 24px;
  border: 0; background: none; color: inherit;
  text-align: left; cursor: var(--cur-a); user-select: none;
}
.ac-num {
  flex: none; width: 32px;
  font-size: 20px; line-height: 32px;
  color: #8a92a3;
  transition: color .25s var(--ease);
}
.ac-title {
  flex: 1; min-width: 0;
  font-size: 14px; font-weight: 500; line-height: 20px;
  color: #e6eaf2;
}
.ac-arrow {
  flex: none; width: 20px; height: 20px; color: #8b93a3;
  transition: transform .35s cubic-bezier(.77,0,.175,1), color .25s var(--ease);
}
.ac-arrow svg { display: block; width: 100%; height: 100% }
.ac-panel {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .35s cubic-bezier(.16,1,.3,1);
}
.ac-panel > div { overflow: hidden }
.ac-panel p {
  margin: 0; padding: 0 32px 18px 24px;
  font-size: 14px; line-height: 20px; color: #9aa3b5;
}
.ac-item.is-open .ac-num { color: var(--ac-t) }
.ac-item.is-open .ac-arrow { transform: rotate(180deg); color: var(--ac-t) }
.ac-item.is-open .ac-panel { grid-template-rows: 1fr }
@media (hover: hover) {
  .ac-item:hover { border-color: rgba(150,175,255,.16) }
  .ac-item:hover .ac-num { color: var(--ac-t) }
}

/* —— Last CTA: iPhone 3D —— */
.sec-final {
  --lc: #1d4ed8;
  position: relative;
  overflow: clip;
  padding: 120px 0 80px;
  border-top: 1px solid var(--line);
}
.lc-atm { position: absolute; inset: 0; pointer-events: none }
.lc-atm-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(820px 520px at 78% 42%, color-mix(in oklab, var(--lc) 32%, transparent), transparent 68%),
    radial-gradient(640px 380px at 8% 90%, color-mix(in oklab, var(--lc) 12%, transparent), transparent 72%);
}
.lc-atm-orb {
  position: absolute; right: 6%; top: 8%;
  width: min(560px, 58vw); height: 360px; border-radius: 50%;
  background: color-mix(in oklab, var(--acc) 22%, transparent);
  filter: blur(90px);
  animation: lc-drift 16s ease-in-out infinite;
}
@keyframes lc-drift {
  0%, 100% { transform: translate3d(0, 0, 0) }
  50% { transform: translate3d(-18px, 16px, 0) }
}
.lc-shell {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 1.1fr);
  gap: 40px; align-items: stretch;
}
.lc-copy {
  max-width: 540px;
  display: flex; flex-direction: column; justify-content: center;
}
.sec-final .h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.2vw, 3.35rem);
  font-weight: 600; letter-spacing: -.03em; line-height: 1.05;
  max-width: 14ch;
}
.sec-final .lead {
  margin: 22px 0 0; max-width: 46ch;
  font-size: 17px; line-height: 1.6; color: #a2abc0;
}
.sec-final .cta-row { margin: 28px 0 16px }
.sec-final .trust { margin: 0 }
.lc-stage {
  position: relative;
  min-height: 0;
  isolation: isolate;
  overflow: hidden;
}
.lc-floor {
  position: absolute; left: 16%; right: 16%; bottom: 4%;
  height: 48px; border-radius: 50%;
  background: radial-gradient(ellipse at center, color-mix(in oklab, var(--acc) 38%, transparent), transparent 70%);
  filter: blur(16px);
}
.lc-ring {
  position: absolute; left: 22%; right: 22%; bottom: 8%;
  height: 64px; border-radius: 50%;
  border: 1px solid rgba(150,175,255,.16);
  box-shadow: 0 0 0 1px rgba(255,255,255,.03) inset;
  transform: rotateX(68deg);
}
.lc-mv {
  position: absolute; inset: 2% 8%; z-index: 2;
  display: block; width: auto; height: auto;
  background: transparent;
  --poster-color: transparent;
}
.lc-float {
  position: absolute; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(150,175,255,.16);
  border-radius: 16px;
  background: linear-gradient(158deg, rgba(16,18,26,.82), rgba(8,10,16,.72));
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 40px -28px #000;
  color: #e7edf8;
  animation: lc-chip 6.4s ease-in-out infinite;
}
.lc-float-a { top: 6%; left: 0; animation-delay: 0s }
.lc-float-b { top: 38%; right: 0; flex-direction: column; align-items: flex-start; gap: 2px; animation-delay: -.8s }
.lc-float-c { bottom: 6%; left: 4%; animation-delay: -1.6s }
.lc-float i {
  width: 8px; height: 8px; border-radius: 50%;
  background: #3ee28a;
  box-shadow: 0 0 0 4px rgba(62,226,138,.12);
}
.lc-float span { font-size: 13px; font-weight: 520; letter-spacing: -.01em; white-space: nowrap }
.lc-float b {
  font-size: 20px; font-weight: 650; letter-spacing: -.03em; line-height: 1;
  color: var(--acc);
}
.lc-float em {
  font-family: var(--mono); font-size: 10.5px; font-style: normal;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(237,239,244,.45);
}
@keyframes lc-chip {
  0%, 100% { transform: translateY(0) }
  50% { transform: translateY(-7px) }
}
/* —— Rodapé: painel de vidro (como o header), marca 3D + logotipo oficial e, no fim, o logotipo
   gigante preenchido com o degradê granulado da hero, cortado na base, com um brilho lento. —— */
.ft { position: relative; isolation: isolate; overflow: hidden; padding: 96px 0 0; background: var(--bg) }
.ft-bg {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(62% 50% at 50% 116%, rgba(0, 96, 253, .45), transparent 72%),
    radial-gradient(36% 40% at 94% 104%, rgba(92, 166, 255, .26), transparent 72%),
    radial-gradient(40% 44% at 4% 106%, rgba(92, 64, 246, .3), transparent 72%),
    var(--bg);
}
.ft-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: var(--fuse-noise); background-size: 180px 180px;
  mix-blend-mode: overlay; opacity: .22;
}
.ft-panel {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr); gap: 56px;
  padding: 40px 44px; border-radius: 28px;
  background: rgba(10, 12, 19, .56);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 40px 80px -50px rgba(0, 0, 0, .9);
}
.ft-panel::before {
  content: ""; position: absolute; inset: 0; padding: 1px; border-radius: inherit; pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, .18), rgba(92, 166, 255, .34) 30%, rgba(255, 255, 255, .04) 58%, rgba(92, 166, 255, .2));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.ft-logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; line-height: 0; border-radius: 999px }
.ft-tag { margin: 20px 0 0; max-width: 38ch; font-size: 15px; line-height: 1.6; color: var(--muted) }
.ft-tag em { font-style: italic; color: #dfe6f5 }
.nw { white-space: nowrap }
.ft-pledge {
  display: inline-flex; align-items: center; gap: 8px; margin: 22px 0 0; padding: 7px 12px;
  border-radius: 999px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: #cfe0ff; background: color-mix(in oklab, var(--meta) 14%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--meta) 40%, transparent);
}
.ft-pledge i { width: 6px; height: 6px; border-radius: 50%; background: #6fd39a; box-shadow: 0 0 8px rgba(111, 211, 154, .8); animation: ways-pulse 2.2s ease-in-out infinite }
.ft-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px }
.ft-col { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; min-width: 0 }
.ft-col h3 {
  margin: 0 0 10px; font-family: var(--mono); font-size: 10.5px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--meta);
}
.ft-col a {
  display: inline-flex; align-items: center; gap: 6px; min-height: 32px;
  font-size: 14.5px; color: #aab3c5; text-decoration: none; cursor: var(--cur-a);
  transition: color .25s var(--ease);
}
.ft-col a svg { width: 13px; height: 13px; flex: none; opacity: 0; transform: translateX(-4px); transition: opacity .25s var(--ease), transform .25s var(--ease) }
.ft-bottom {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px;
  padding: 22px 8px 0; font-size: 13px; color: #7c859a;
}
.ft-bottom p { margin: 0 }
.ft-social { display: flex; align-items: center; gap: 8px }
.ft-made { margin-right: 6px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #6f7a90 }
.ft-social a {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  color: #aab3c5; background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
  transition: color .25s var(--ease), background .25s var(--ease);
}
.ft-social a svg { width: 16px; height: 16px }
.ft-word { width: min(1280px, calc(100% - 48px)); margin: 56px auto 0; aspect-ratio: 904 / 96; overflow: hidden }
.ft-word i {
  position: relative; display: block; width: 100%; aspect-ratio: 904 / 155; overflow: hidden;
  background-image: var(--fuse-noise), linear-gradient(180deg, #b9d6ff 0%, #4f8fff 34%, rgba(0, 96, 253, .55) 62%, rgba(0, 96, 253, .06) 96%);
  background-size: 180px 180px, 100% 100%;
  background-blend-mode: overlay, normal;
  -webkit-mask: url("/lp/assets/boraads-wordmark-dark.svg") center top / 100% 100% no-repeat;
  mask: url("/lp/assets/boraads-wordmark-dark.svg") center top / 100% 100% no-repeat;
}
.ft-word i::after {
  content: ""; position: absolute; inset: 0; width: 30%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: translateX(-120%);
  animation: ft-shine 9s ease-in-out 1.5s infinite;
}
@keyframes ft-shine { 0% { transform: translateX(-120%) } 40%, 100% { transform: translateX(440%) } }
@media (hover: hover) {
  .ft-col a:hover { color: #fff }
  .ft-col a:hover svg { opacity: 1; transform: none }
  .ft-logo:hover .brand-mark img { transform: rotate(-12deg) scale(1.08) }
  .ft-logo:hover .brand-mark::before { opacity: 1; transform: scale(1.35) }
  .ft-social a:hover { color: #fff; background: rgba(255, 255, 255, .09) }
}
@media (max-width: 980px) {
  .ft { padding-top: 64px }
  .ft-panel { grid-template-columns: 1fr; gap: 32px; padding: 28px 22px }
  .ft-cols { grid-template-columns: 1fr 1fr; gap: 22px 16px }
  .ft-bottom { flex-direction: column; align-items: flex-start; padding: 20px 4px 0 }
  .ft-word { width: calc(100% - 32px); margin-top: 40px }
}

/* —— Hero: player do vídeo (visual do player da Canvas Supply, adaptado ao boraADS) ——
   Sem contorno nem brilho em volta: só a sombra suave em camadas. Controles próprios (runHeroPlayer
   no home-v2.js); a barra some com o mouse parado enquanto o vídeo toca. */
.vp {
  --vp-fill: #3b82ff;
  position: relative; isolation: isolate;
  width: 100%; aspect-ratio: 16 / 9; overflow: hidden;
  border-radius: 12px; background: #07090f;
  box-shadow:
    0 .8px .8px -.36px rgba(0,0,0,.13), 0 1.9px 1.9px -.71px rgba(0,0,0,.13), 0 3.6px 3.6px -1.07px rgba(0,0,0,.13),
    0 6.4px 6.4px -1.43px rgba(0,0,0,.13), 0 11px 11px -1.79px rgba(0,0,0,.13), 0 20px 20px -2.14px rgba(0,0,0,.13),
    0 40px 40px -2.5px rgba(0,0,0,.13);
}
.vp-video, .vp-poster {
  position: absolute; inset: 0; display: block;
  width: 100%; height: 100%; object-fit: cover; border: 0; background: #000;
}
.vp-poster { z-index: 1; transition: opacity .4s var(--ease) }
.vp.is-started .vp-poster { opacity: 0; pointer-events: none }
.vp-shade {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,0) 36%);
  transition: opacity .3s var(--ease);
}
.vp-big {
  position: absolute; left: 50%; top: 50%; z-index: 3;
  width: 80px; height: 80px; margin: -40px 0 0 -40px; padding: 0;
  display: grid; place-items: center;
  border: 0; border-radius: 50%; cursor: var(--cur-a); color: #fff;
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: transform .25s var(--ease), opacity .25s var(--ease), background .25s var(--ease);
}
.vp-big svg { width: 32px; height: 32px; transform: translateX(2px) }
.vp.is-playing .vp-big { opacity: 0; transform: scale(.85); pointer-events: none }
.vp-bar {
  position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 4;
  display: flex; align-items: center; gap: 8px;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.vp.is-playing.is-idle { cursor: none }
.vp.is-playing.is-idle .vp-bar { opacity: 0; transform: translateY(6px); pointer-events: none }
.vp.is-playing.is-idle .vp-shade { opacity: 0 }
.vp-btn {
  flex: none; display: grid; place-items: center;
  width: 32px; height: 32px; padding: 0;
  border: 0; border-radius: 5px; cursor: var(--cur-a); color: #fff;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: background .2s var(--ease);
}
.vp-btn svg { grid-area: 1 / 1; width: 16px; height: 16px }
.vp-btn .i-pause, .vp-btn .i-mute, .vp-btn .i-fs-x { display: none }
.vp.is-playing .vp-btn .i-play { display: none }
.vp.is-playing .vp-btn .i-pause { display: block }
.vp.is-muted .vp-btn .i-vol { display: none }
.vp.is-muted .vp-btn .i-mute { display: block }
.vp.is-fs .vp-btn .i-fs { display: none }
.vp.is-fs .vp-btn .i-fs-x { display: block }
.vp-time {
  flex: none; margin: 0 8px; white-space: nowrap;
  font-size: 14px; font-weight: 500; color: #fff; font-variant-numeric: tabular-nums;
}
.vp-seek, .vp-vol {
  --p: 0%;
  height: 16px; margin: 0; padding: 0; cursor: var(--cur-a);
  background: transparent; -webkit-appearance: none; appearance: none;
}
.vp-seek { flex: 1; min-width: 0 }
.vp-vol { --p: 100%; flex: none; width: 60px }
.vp-seek::-webkit-slider-runnable-track {
  height: 6px; border-radius: 3px;
  background: linear-gradient(to right, var(--vp-fill) var(--p), rgba(255,255,255,.3) var(--p));
}
.vp-vol::-webkit-slider-runnable-track {
  height: 4px; border-radius: 2px;
  background: linear-gradient(to right, var(--vp-fill) var(--p), rgba(255,255,255,.3) var(--p));
}
.vp-seek::-webkit-slider-thumb, .vp-vol::-webkit-slider-thumb {
  width: 12px; height: 12px; border: 0; border-radius: 50%;
  background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -webkit-appearance: none; appearance: none;
}
.vp-seek::-webkit-slider-thumb { margin-top: -3px }
.vp-vol::-webkit-slider-thumb { margin-top: -4px }
.vp-seek::-moz-range-track { height: 6px; border-radius: 3px; background: rgba(255,255,255,.3) }
.vp-vol::-moz-range-track { height: 4px; border-radius: 2px; background: rgba(255,255,255,.3) }
.vp-seek::-moz-range-progress { height: 6px; border-radius: 3px; background: var(--vp-fill) }
.vp-vol::-moz-range-progress { height: 4px; border-radius: 2px; background: var(--vp-fill) }
.vp-seek::-moz-range-thumb, .vp-vol::-moz-range-thumb {
  width: 12px; height: 12px; border: 0; border-radius: 50%;
  background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
/* velocidade: o botão mostra a atual e abre uma fileira de opções logo acima (horizontal para caber
   no vídeo baixo do celular) */
.vp-rate { position: relative; flex: none }
.vp-rate-btn {
  width: auto; min-width: 40px; padding: 0 8px;
  font-size: 12.5px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -.01em;
}
.vp.is-fast .vp-rate-btn { color: #9cc3ff }
.vp-rate-menu {
  position: absolute; right: 0; bottom: calc(100% + 8px);
  display: flex; gap: 2px; padding: 4px; border-radius: 8px;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px -8px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.1);
}
.vp-rate-menu[hidden] { display: none }
.vp-rate-menu button {
  height: 28px; min-width: 44px; padding: 0 8px;
  border: 0; border-radius: 5px; cursor: var(--cur-a);
  font: inherit; font-size: 12.5px; font-weight: 500; font-variant-numeric: tabular-nums; white-space: nowrap;
  color: #d8def0; background: transparent;
  transition: background .15s var(--ease), color .15s var(--ease);
}
.vp-rate-menu button[aria-checked="true"] { color: #fff; background: var(--vp-fill) }
.vp-rate-menu button:focus-visible { outline: 2px solid #fff; outline-offset: -2px }
.vp-big:focus-visible, .vp-btn:focus-visible, .vp-seek:focus-visible, .vp-vol:focus-visible { outline: 2px solid #fff; outline-offset: 2px }
.vp:fullscreen { border-radius: 0 }
.vp:fullscreen .vp-video { object-fit: contain }
@media (hover: hover) {
  .vp-big:hover { transform: scale(1.06); background: rgba(0,0,0,.8) }
  .vp-btn:hover { background: rgba(0,0,0,.7) }
  .vp-rate-menu button:not([aria-checked="true"]):hover { color: #fff; background: rgba(255,255,255,.12) }
}
@media (max-width: 640px) {
  .vp-big { width: 64px; height: 64px; margin: -32px 0 0 -32px }
  .vp-big svg { width: 26px; height: 26px }
  .vp-bar { left: 10px; right: 10px; bottom: 10px; gap: 6px }
  .vp-time { margin: 0 4px; font-size: 12px }
  .vp-vol { display: none }
  .vp-rate-btn { min-width: 36px; padding: 0 6px; font-size: 12px }
  .vp-rate-menu button { min-width: 40px; padding: 0 6px; font-size: 12px }
}


@media (max-width: 1180px) {
  .nav-links { display: none }
  .nav-pill { display: none }
  .burger { display: grid; place-items: center }
  .nav-cta .nav-login { display: none }
  .nav.open .nav-in { background: rgba(10, 12, 19, .9) }
  .nav.open .nav-links {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: absolute; left: 0; right: 0; top: calc(100% + 8px); transform: none;
    padding: 10px; border-radius: 24px;
    background: #0b0d14;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09), 0 30px 60px -28px rgba(0, 0, 0, .95);
    animation: nav-drop .35s var(--ease);
  }
  .nav.open .nav-links a { min-height: 48px; padding: 0 16px; border-radius: 14px; font-size: 16px; color: #eef2fb }
  .nav.open .nav-links a.nav-login-m { display: inline-flex }
}

@media (max-width: 1100px) {
}

@media (max-width: 980px) {
  .hero { padding-top: 104px; padding-bottom: 64px }
  .hero-in { width: calc(100% - 32px) }
  .nav { top: 10px }
  .nav-in { width: calc(100% - 20px); min-height: 56px; padding: 0 8px 0 10px }
  .split, .pr-grid, .dual, .ac-body { grid-template-columns: 1fr }
  .ac-intro { min-height: 0; padding-bottom: 120px }
  .sec-faq .h2 { font-size: 28px }
  .agents-head { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 22px }
  .agents-head-copy { gap: 14px }
  .agents-head .lead { text-align: left; max-width: none; margin: 0; font-size: 15px }
  .agents-lead-more { display: none }
  .sec-agents .h2 { font-size: 31px; letter-spacing: -.024em }
  .agents-kicker { font-size: 10.5px; gap: 8px }
  .agents-kicker i { width: 5px; height: 5px }
  .agents-shell { grid-template-columns: 1fr; gap: 14px }
  .agents-nav {
    position: static;
    flex-direction: row;
    gap: 8px;
    margin: 0 -16px;
    padding: 4px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border: 0; border-radius: 0;
    background: none;
    backdrop-filter: none; -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  .agents-nav::-webkit-scrollbar { display: none }
  .agents-nav button {
    grid-template-columns: auto auto;
    gap: 8px;
    width: auto;
    height: 44px; min-height: 44px;
    flex: none;
    scroll-snap-align: start;
    padding: 0 12px 0 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.02);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .agents-nav button::before { display: none }
  .agents-nav button[aria-selected="true"] {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 18px 36px -20px color-mix(in oklab, var(--agent) 70%, transparent);
  }
  .agents-nav button .agents-name { display: none }
  .agents-nav button .agents-short { display: inline; font-size: 14px }
  .agents-pane { padding: 0 0 20px; border-radius: 24px; gap: 14px; overflow: hidden }
  .agents-pane::before { width: 180px; height: 140px; inset: 180px auto auto -30px }
  .agents-copy { padding: 16px 18px 0; gap: 12px }
  .agents-mock {
    order: -1;
    margin: 0;
    aspect-ratio: 1.62;
    min-height: 220px;
    border: 0;
    border-radius: 24px 24px 0 0;
    box-shadow: none;
  }
  .agents-id { gap: 12px }
  .agents-ico { width: 44px; height: 44px; border-radius: 13px }
  .agents-ico svg { width: 20px; height: 20px }
  .agents-id-copy { gap: 6px }
  .agents-copy .h3 { font-size: 23px; letter-spacing: -.02em }
  .agents-one { font-size: 11.5px }
  .agents-desc { font-size: 14.5px }
  .agents-stats { gap: 8px }
  .agents-stat { flex: 1 1 44%; padding: 11px 12px 12px; border-radius: 13px }
  .agents-stat b { font-size: 18px }
  .agents-stat span { font-size: 10.5px }
  .agents-foot { display: none }
  .agents-pledge {
    display: block; margin: 16px 0 0;
    font-family: var(--mono); font-size: 10.5px;
    letter-spacing: .1em; text-transform: uppercase;
    color: #5c6478; text-align: center;
  }
  .am-auditor-top, .am-rsa, .am-land { grid-template-columns: 1fr }
  .am-stats, .am-pdf-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) }
  .am-th, .am-tr { grid-template-columns: minmax(0, 1.2fr) 72px 48px; padding: 9px 10px; font-size: 12.5px }
  .am-sku { grid-template-columns: 32px minmax(0, 1fr) 64px 56px; font-size: 12.5px }
  .ways-tracks { grid-template-columns: minmax(0, 1fr) }
  .ways-drops { display: none }
  .ways-head { flex-direction: column; align-items: flex-start }
  .ways-head .lead { text-align: left; max-width: none }
  .ways-queue { flex-direction: column; align-items: flex-start; gap: 10px }
  .wrap, .wide { width: calc(100% - 32px) }
  .sec { padding: 80px 0 }
  .agent-table { display: none }
  .pr-card.is-hot, .pr-card.is-hot:hover { transform: none }
  .pr-grid.is-in .pr-card.is-hot { animation-name: pr-in }
  .process-head { margin-bottom: 36px }
  .shimmer-btn-md { min-height: 44px }
  .queue { min-height: 0; padding: 16px }
  .queue-dots { display: none }
  .queue-title { text-align: left; font-size: 13px }
  .cx-shell { grid-template-columns: 1fr; gap: 36px }
  .cx-app { height: 480px; max-width: 680px; width: 100%; margin: 0 auto }
  .cx-new { display: none }
  .cx-account em { display: none }
  .cx-copy { max-width: none }
  .cx-copy .h2 { font-size: 31px }
  .cx-copy .lead { font-size: 15px }
  .sec-mcp, .sec-meta, .sec-builder, .sec-plans { padding: 64px 0 }
  .sec-plans .h2 { font-size: 31px }
  .sec-plans .lead { font-size: 15.5px }
  .pr-num b { font-size: 48px }
  .pr-grid { margin-top: 36px; max-width: 560px; margin-inline: auto }
  .pr-card.is-hot { order: -1 }
  .bs-frame { padding: 36px 22px 32px; border-radius: 22px }
  .bs-shell { grid-template-columns: 1fr; gap: 36px }
  .sec-builder .h2 { font-size: 31px }
  .sec-builder .lead { font-size: 15.5px }
  .mx-frame { padding: 36px 22px 28px; border-radius: 22px }
  .mt-frame { padding: 36px 22px 32px; border-radius: 22px }
  .mt-shell { grid-template-columns: 1fr; gap: 36px }
  .sec-meta .h2 { font-size: 31px }
  .sec-meta .lead { font-size: 15.5px }
  .mt-well { height: 380px }
  .mt-hud { margin: -28px 10px 0 }
  .mt-hud-h { flex-wrap: wrap }
  .mx-shell { grid-template-columns: 1fr; gap: 36px }
  .sec-mcp .h2 { font-size: 31px }
  .sec-mcp .lead { font-size: 15.5px }
  .mx-rail { margin-top: 36px; padding-top: 28px }
  .lc-shell { grid-template-columns: 1fr; gap: 28px }
  .lc-copy { max-width: none }
  .sec-final .h2 { max-width: none }
  .lc-stage { min-height: 380px }
}

@media (max-width: 640px) {
  .am-stats b, .am-pdf-grid b { font-size: 15px }
  .am-ring { width: 80px; height: 80px }
  .am-ring i { width: 62px; height: 62px }
  .h1 { font-size: 2.15rem }
  .sec-final { padding: 80px 0 56px }
  .lc-stage { min-height: 340px }
  .lc-float { padding: 8px 12px; border-radius: 14px }
  .lc-float b { font-size: 17px }
  .lc-float span { font-size: 12px }
  .cta-row { display: grid; grid-auto-flow: row; width: 100% }
  .cta-row .btn, .cta-row .shimmer-btn { width: 100% }
  .trust { gap: 10px 16px }
  .stage-fake { inset: 16px 16px auto }
  .flow-foot { flex-direction: column; align-items: flex-start }
  .queue-list { height: 420px }
  .queue-row {
    height: auto; min-height: 124px;
    flex-wrap: wrap; align-items: flex-start;
    padding: 14px;
  }
  .queue-row:nth-child(2) { top: 142px }
  .queue-row:nth-child(3) { top: 284px }
  .queue-copy h3 { font-size: 16px }
  .queue-act { width: 100%; justify-content: space-between }
  .queue-foot { flex-wrap: wrap; gap: 10px }
  .cx-app { height: 460px; border-radius: 14px }
  .cx-top { padding: 0 12px }
  .cx-thread { padding: 16px 14px 8px }
  .cx-starters { gap: 10px }
  .cx-starters-lead { display: none }
  .cx-mark-lg { width: 32px; height: 32px }
  .cx-mark-lg svg { width: 18px; height: 18px }
  .cx-prompts div { padding: 9px 10px }
  .cx-composer { padding: 10px 14px 14px }
  .cx-prop { grid-template-columns: 1fr; padding: 14px }
  .cx-status { justify-self: start }
  .cx-metrics { gap: 8px }
  .cx-metrics div { padding: 8px }
  .cx-hint span:last-child { display: none }
  .cx-cta { flex-wrap: wrap }
  .cx-go { height: 44px }
  .mx-frame { padding: 28px 16px 22px; border-radius: 18px }
  .mx-kicker { font-size: 10.5px; letter-spacing: .12em }
  .mx-feats { padding: 6px }
  .mx-feat { gap: 12px; padding: 12px }
  .mx-go { width: 100%; height: 48px; justify-content: center }
  .mx-pill { height: 48px; padding: 0 18px }
  .mx-pill span { font-size: 14.5px }
  .mt-frame { padding: 28px 16px 24px; border-radius: 18px }
  .mt-kicker { font-size: 10.5px; letter-spacing: .12em }
  .mt-feats { padding: 6px }
  .mt-feat { gap: 12px; padding: 12px }
  .mt-go { width: 100%; height: 48px; justify-content: center }
  .mt-well { height: 320px }
  .mt-sat b { display: none }
  .mt-sat { padding: 0; width: 36px; height: 36px; justify-content: center }
  .mt-hud { margin: -22px 0 0; padding: 14px }
  .mt-hud-stats b { font-size: 20px }
  .mt-hud-h em { display: none }
  .mt-row { grid-template-columns: auto minmax(0, 1fr); gap: 10px }
  .mt-row button, .mt-row em { grid-column: 1 / -1; justify-self: start }
  .bs-frame { padding: 28px 16px 24px; border-radius: 18px }
  .bs-kicker { font-size: 10.5px; letter-spacing: .12em }
  .bs-feats { padding: 6px }
  .bs-feat { padding: 12px }
  .bs-go { width: 100%; height: 48px; justify-content: center }
  .bs-board { padding: 16px }
  .bs-board-h { flex-wrap: wrap }
  .bs-steps { padding-left: 26px }
  .bs-step { padding: 16px }
  .bs-step-in { flex-wrap: wrap; gap: 8px }
  .bs-dot { left: -24px }
  .bs-detail-h { flex-wrap: wrap }
  .bs-foot { flex-wrap: wrap }
  .pr-kicker { font-size: 10.5px; letter-spacing: .12em }
  .pr-top { padding: 28px 20px 22px }
  .pr-groups { padding: 4px 8px 10px }
  .pr-num b { font-size: 46px }
  .pr-row dt, .pr-row dd { font-size: 14px }
  .pr-foot { justify-content: center; padding: 16px 14px }
  .pr-foot i { display: none }
  .pr-foot a { width: 100%; text-align: center }
  .sec-faq { padding: 72px 0 64px }
  .ac-frame { padding: 28px 16px 24px; border-radius: 22px }
  .ac-body { gap: 28px }
  .ac-intro { padding-bottom: 72px }
  .sec-faq .h2 { font-size: 24px }
  .ac-mark { font-size: 96px; bottom: -8px }
  .ac-item button { padding: 16px 18px 16px 16px }
  .ac-panel p { padding: 0 18px 16px 16px }
  .ac-num { width: 28px; font-size: 16px; line-height: 24px }
}

/* —— WhatsApp flutuante ——
   Ícone 3D em três camadas (design/3d-whatsapp): disco, balão e fone. Entra no primeiro scroll (ou
   depois de 3,5 s) com uma mola, mostra o rótulo com o número por uns segundos e, de tempos em tempos,
   o fone "toca" e duas ondas verdes saem do botão. No hover ou no foco o rótulo abre de novo. */
.wa {
  --wa: 64px;
  position: fixed; z-index: 38;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px));
  display: flex; align-items: center; gap: 12px;
  color: var(--fg); text-decoration: none; -webkit-tap-highlight-color: transparent;
  transition: opacity .5s var(--ease), transform .8s cubic-bezier(.34, 1.56, .64, 1);
}
@media (scripting: enabled) {
  .wa:not(.is-in) { opacity: 0; transform: translateY(28px) scale(.5) rotate(-24deg); pointer-events: none }
}
.wa-btn {
  position: relative; flex: none; width: var(--wa); height: var(--wa);
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .5));
  transition: transform .35s var(--ease);
}
.wa-btn img { position: absolute; inset: 0; display: block; width: 100%; height: 100% }
.wa-bubble, .wa-phone { filter: drop-shadow(0 1.5px 1.5px rgba(0, 70, 25, .35)) }
.wa-phone { transform-origin: 47% 45% }
.wa-btn::before, .wa-btn::after {
  content: ""; position: absolute; inset: 8%; z-index: -1; border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(37, 211, 102, .65), 0 0 18px rgba(37, 211, 102, .35);
  opacity: 0; pointer-events: none;
}
.wa-label {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px 10px 14px; border-radius: 16px; white-space: nowrap;
  background: rgba(10, 12, 19, .84);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 16px 34px -14px rgba(0, 0, 0, .85);
  opacity: 0; transform: translateX(12px) scale(.94); transform-origin: right center; pointer-events: none;
  transition: opacity .3s var(--ease), transform .45s var(--ease);
}
.wa-label i { flex: none; width: 8px; height: 8px; border-radius: 50%; background: #25d366; box-shadow: 0 0 10px rgba(37, 211, 102, .9) }
.wa-label b { display: block; font-size: 14px; font-weight: 600; line-height: 1.2; color: #f1f5fd }
.wa-label small { display: block; margin-top: 2px; font-family: var(--mono); font-size: 11px; color: #9aa3b5 }
.wa.is-hello .wa-label, .wa:focus-visible .wa-label { opacity: 1; transform: none }
.wa:focus-visible { outline: none }
.wa:focus-visible .wa-btn { outline: 2px solid var(--acc); outline-offset: 4px; border-radius: 50% }
.wa.is-ring .wa-phone { animation: wa-ring 1s ease-in-out }
.wa.is-ring .wa-bubble { animation: wa-bounce 1s ease-in-out }
.wa.is-ring .wa-btn::before { animation: wa-wave 1.6s ease-out }
.wa.is-ring .wa-btn::after { animation: wa-wave 1.6s ease-out .35s }
@media (hover: hover) {
  .wa:hover .wa-label { opacity: 1; transform: none }
  .wa:hover .wa-btn { transform: translateY(-3px) scale(1.06) }
  .wa:hover .wa-phone { animation: wa-ring 1s ease-in-out }
}
@keyframes wa-ring {
  0%, 100% { transform: none }
  10%, 30%, 50%, 70% { transform: rotate(-14deg) }
  20%, 40%, 60%, 80% { transform: rotate(14deg) }
  90% { transform: rotate(-4deg) }
}
@keyframes wa-bounce { 0%, 100% { transform: none } 15% { transform: scale(1.05) } 30% { transform: scale(.98) } 45% { transform: scale(1.02) } }
@keyframes wa-wave { from { opacity: .9; transform: scale(1) } to { opacity: 0; transform: scale(1.8) } }
@media (max-width: 640px) {
  .wa {
    --wa: 56px; gap: 10px;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, calc(env(safe-area-inset-bottom) + 10px));
  }
  .wa-label { padding: 8px 12px 8px 11px; border-radius: 14px }
  .wa-label b { font-size: 13px }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto }
  .wa, .wa-btn, .wa-label { transition: opacity .3s }
  .wa:not(.is-in) { transform: none !important }
  .wa-phone, .wa-bubble, .wa-btn::before, .wa-btn::after { animation: none !important }
  .wa:hover .wa-btn { transform: none }
  .btn { transition: none }
  .hero-in { animation: none }
  .aurora { animation: none; background-position: 30% 50% }
  .fuse-px { display: none }
  .shiny-text {
    animation: none;
    background: none;
    -webkit-text-fill-color: var(--shiny-base);
    color: var(--shiny-base);
  }
  .shimmer-btn-slide, .shimmer-btn-spin, .play-pulse { animation: none }
  .vp-big, .vp-bar, .vp-btn, .vp-poster, .vp-shade { transition: none }
  .mx-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center }
  .mx-marquee { mask-image: none; -webkit-mask-image: none }
  .queue-row, .queue-press, .queue-cursor, .queue-done, .queue-slot-track, .queue-live i,
  .pj-ico img, .pj-cursor, .flow-blink, .ways-scan, .wc-think b, .wc-prop-s i, .ways-wire i, .ways-drops i, .ways-queue i, .ways-marq-track { animation: none !important }
  .queue-row { opacity: 1; transform: none; position: relative; top: auto }
  .queue-list { height: auto; display: flex; flex-direction: column; gap: 12px }
  .queue-cursor, .queue-press, .queue-done { display: none }
  .queue-slot-track { transform: translateY(-90px) }
  .pj-ico, .pj-link i, .pj-chip, .ways-card { transition: none }
  .ways-card:hover { transform: none }
  .agents-pane .am { animation: none }
  .agents-atm-orb, .agents-kicker i, .agents-sheen { animation: none }
  .cx-starters, .cx-user, .cx-ai, .cx-chip, .cx-think, .cx-answer p, .cx-prop { animation: none }
  .cx-caret, .cx-think b, .cx-status i, .cx-chip.is-run i::before, .cx-chip.is-run::after, .cx-input i { animation: none }
  .mx-atm-orb, .mx-kicker i, .mx-go i, .mf-flow, .mf-ring, .mf-bot img, .mf-plat img, .mf-empty i { animation: none }
  .mt-atm-orb, .mt-kicker i, .mt-go i, .mt-hud-h i, .mt-orbit, .mt-sat { animation: none }
  .bs-atm-orb, .bs-kicker i, .bs-go i, .bs-detail-h p i::after, .bs-spin { animation: none }
  .pr-kicker i, .pr-ring, .pr-dots i, .pr-cta.is-solid::after, .sec-plans.is-year .pr-save { animation: none }
  .pr-num b, .pr-bill-sw i, .pr-grp-b, .pr-row, .pr-cap > i > i { transition: none }
  .ac-atm-orb { animation: none }
  .ac-panel, .ac-arrow, .ac-num, .ac-item { transition: none }
  .ft-pledge i, .ft-word i::after { animation: none }
  .lc-atm-orb, .lc-mv, .lc-float { animation: none }
}
@media (prefers-reduced-transparency: reduce) {
  .nav-in, .nav.scrolled .nav-in, .nav.open .nav-in { background: #0c0e14; backdrop-filter: none; -webkit-backdrop-filter: none }
  .nav.open .nav-links { background: #0c0e14; backdrop-filter: none; -webkit-backdrop-filter: none }
  .ways-card, .ways-queue, .pj, .flow-foot, .agents-nav, .agents-pane,
  .mx-feats, .mf-queue, .mx-go, .mx-pill,
  .mt-feats, .mt-well, .mt-hud, .mt-sat, .mt-go,
  .bs-feats, .bs-board, .bs-go,
  .pr-card, .pr-cta, .pr-foot,
  .ac-frame, .ac-item, .ac-ico,
  .ft-panel, .ft-social a,
  .lc-float, .wa-label {
    background: #101114;
    backdrop-filter: none; -webkit-backdrop-filter: none;
  }
  .pr-card.is-hot { background: #121826 }
  .pr-cta.is-solid { background: #2f6bff }
  .ways-demo-scan, .ways-demo-chat, .ways-node { background: #0c0c0e }
}
