/* ==========================================================================
   Orbit Lab 4.0
   Estrutura de landing longa (20 seções), alternando escuro e claro.
   Paleta A: meia-noite & âmbar. Azul-órbita em links e foco. Verde só WhatsApp.
   Fonte: Plus Jakarta Sans.
   ========================================================================== */

:root {
  --night: #0A1329;        /* fundo das seções escuras */
  --night-2: #0F1E3F;      /* meia-noite: cards, texto sobre claro */
  --night-3: #142752;      /* superfícies elevadas no escuro */
  --night-4: #1B2F60;

  --fg: #F5F7FB;           /* texto sobre escuro */
  --muted: #A9B3C9;        /* texto secundário sobre escuro (7,8:1) */
  --muted-2: #7E8AA6;

  --ice: #F5F7FB;          /* fundo das seções claras */
  --paper: #FFFFFF;
  --ink: #0F1E3F;          /* texto sobre claro */
  --ink-2: #33415E;
  --ink-3: #5B6784;        /* secundário sobre claro (5,65:1) */
  --line: #DCE2EE;
  --line-2: #C5CDDF;
  --line-dark: rgba(255,255,255,.08);

  --amber: #F5A524;        /* ação principal; texto meia-noite (8,05:1) */
  --amber-h: #FFB63D;
  --amber-glow: rgba(245,165,36,.38);
  --amber-soft: rgba(245,165,36,.10);
  --amber-line: rgba(245,165,36,.32);

  --orbit: #2F5BFF;        /* links e foco sobre claro */
  --orbit-ink: #1F46D1;
  --orbit-soft: #E8EEFF;
  --orbit-light: #7B96FF;  /* links sobre escuro */

  --wa: #25D366;           /* só WhatsApp, texto meia-noite (8,3:1) */
  --wa-h: #3BE07A;
  --wa-ink: #075E54;
  --wa-soft: #DDF7E7;
  --alert: #EF4444;

  --chat-bg: #FFFFFF; --chat-line: #E3E8F2; --bubble-ai: #F1F4FA; --bubble-me: #DDF7E7;

  --font: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --r: 10px; --r-lg: 18px; --r-xl: 24px;
  --max: 1180px; --pad: 20px;
  --top-h: 64px;
}

/* Base ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
html, body { overflow-x: clip; }
body {
  margin: 0; background: var(--night); color: var(--fg);
  font-family: var(--font); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { margin: 0; font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; text-wrap: balance; }
h2 { font-size: clamp(32px, 4.2vw, 50px); }
h3 { font-size: 24px; letter-spacing: -0.02em; line-height: 1.2; }
p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: var(--orbit-light); }
.s-light a, .s-paper a { color: var(--orbit-ink); }
button { font: inherit; color: inherit; }
ul, ol.flow, ol.timeline { margin: 0; padding: 0; list-style: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--amber); color: var(--night-2); padding: 10px 14px; border-radius: 8px; font-weight: 600; z-index: 100; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--orbit-light); outline-offset: 3px; border-radius: 6px; }
.s-light :focus-visible, .s-paper :focus-visible { outline-color: var(--orbit); }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.container.narrow { max-width: 820px; }
.em { color: var(--amber); }

/* Itens de grid não herdam a largura mínima dos filhos (chips, tabelas) */
.chat-grid > *, .tab-panel > *, .agent-grid > *, .calc-grid > *, .cost-grid > *, .case-grid > *, .security > *, .alt > *, .req-grid > * { min-width: 0; }

/* Seções --------------------------------------------------------------- */
.s { position: relative; padding: 112px 0; }
.s-dark { background: var(--night); color: var(--fg); }
.s-night { background: var(--night-2); color: var(--fg); }
.s-light { background: var(--ice); color: var(--ink); }
.s-paper { background: var(--paper); color: var(--ink); }
.s-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.s-head p { margin-top: 16px; font-size: 18px; color: var(--muted); max-width: 60ch; margin-left: auto; margin-right: auto; }
.s-light .s-head p, .s-paper .s-head p { color: var(--ink-3); }

/* Selo-pílula acima dos títulos */
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 20px;
  font-size: 13.5px; font-weight: 600; letter-spacing: .01em;
  background: var(--amber-soft); border: 1px solid var(--amber-line); color: var(--amber);
}
.s-light .pill, .s-paper .pill { background: #FFF4DE; border-color: #F3D9A3; color: #9A5B00; }
.pill.alert { background: rgba(239,68,68,.08); border-color: rgba(239,68,68,.35); color: #C0392B; }
.pill.neutral { background: var(--night-3); border-color: var(--line-dark); color: var(--fg); }

/* Botões ---------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 24px; border-radius: var(--r); border: 0; cursor: pointer;
  font-weight: 700; font-size: 15.5px; line-height: 1; text-decoration: none;
  transition: background-color .15s ease, transform .15s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 11px 16px; font-size: 14px; }
.btn-lg { padding: 19px 34px; font-size: 16px; }
.btn-amber, a.btn-amber { background: var(--amber); color: var(--night-2); }
.btn-amber:hover { background: var(--amber-h); }
.btn-glow { box-shadow: 0 10px 40px -6px var(--amber-glow), 0 0 0 1px rgba(255,255,255,.04) inset; }
.btn-glow:hover { box-shadow: 0 14px 48px -6px var(--amber-glow); }
.btn-wa, a.btn-wa { background: var(--wa); color: var(--night-2); }
.btn-wa:hover { background: var(--wa-h); }
.btn-ghost, a.btn-ghost { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255,255,255,.16); }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-ink, a.btn-ink { background: var(--night-2); color: #fff; }
.btn-ink:hover { background: var(--night-3); }
.btn-ghost-ink, a.btn-ghost-ink { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
.btn-ghost-ink:hover { background: var(--ice); }
.link { background: none; border: 0; padding: 0; cursor: pointer; font-weight: 700; font-size: 15px; text-decoration: none; color: var(--amber); }
.link:hover { text-decoration: underline; }
.link-muted { color: var(--ink-3); font-weight: 500; font-size: 13px; }
.s-light .link, .s-paper .link { color: var(--orbit-ink); }
.s-light .link-amber, .s-paper .link-amber { color: #9A5B00; }

/* Header em pílula ------------------------------------------------------- */
.top { position: fixed; top: 16px; left: 0; right: 0; z-index: 50; padding: 0 16px; pointer-events: none; }
.top-inner {
  pointer-events: auto;
  max-width: var(--max); margin: 0 auto; height: var(--top-h);
  padding: 0 14px 0 22px; display: flex; align-items: center; gap: 18px;
  background: rgba(10,19,41,.78); color: var(--fg);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.08); border-radius: 16px;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,.7);
  transition: background-color .2s ease;
}
.top.scrolled .top-inner { background: rgba(10,19,41,.92); }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; color: #fff; text-decoration: none; margin-right: auto; }
.orb { width: 22px; height: 22px; border-radius: 50%; border: 2.5px solid var(--amber); position: relative; flex: none; }
.orb::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); top: -5px; right: -4px; }
.menu { display: flex; align-items: center; gap: 4px; }
.menu > li { position: relative; }
.menu a, .menu .mi { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; padding: 9px 12px; border-radius: 8px; color: #E3E8F2; text-decoration: none; font-size: 14.5px; font-weight: 500; background: none; border: 0; cursor: pointer; }
.menu a:hover, .menu .mi:hover, .menu .mi[aria-expanded="true"] { color: #fff; background: rgba(255,255,255,.06); }
.menu .mi svg { width: 14px; height: 14px; opacity: .7; transition: transform .15s; }
.menu .mi[aria-expanded="true"] svg { transform: rotate(180deg); }
.menu .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--alert); box-shadow: 0 0 0 3px rgba(239,68,68,.25); }
.dd {
  position: absolute; left: 0; top: calc(100% + 14px); min-width: 320px; padding: 6px;
  background: #fff; color: var(--ink); border: 1px solid rgba(15,30,63,.08); border-radius: 16px;
  box-shadow: 0 30px 70px -20px rgba(6,16,31,.7), 0 0 0 1px rgba(255,255,255,.35) inset;
  display: flex; gap: 0;
  opacity: 0; transform: translateY(8px) scale(.98); transform-origin: top left; pointer-events: none;
  transition: opacity .18s ease, transform .22s cubic-bezier(.2,.7,.2,1);
}
.dd::before { content: ""; position: absolute; left: 28px; top: -7px; width: 14px; height: 14px; background: #fff; transform: rotate(45deg); border-radius: 3px; }
.dd::after { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }  /* ponte para o mouse não fechar o menu */
.menu > li.open .dd { opacity: 1; transform: none; pointer-events: auto; }
.dd-wide { min-width: 700px; }
.dd-wide .dd-col:first-child { min-width: 400px; }
.dd-col { flex: 1 1 0; min-width: 280px; padding: 14px 10px 10px; display: flex; flex-direction: column; }
.dd-col + .dd-col { border-left: 1px solid var(--line); }
.dd-head { display: flex; align-items: center; gap: 12px; padding: 4px 8px 14px; margin-bottom: 8px; border-bottom: 1px solid var(--line); }
.dd-head b { display: block; font-size: 14.5px; color: var(--ink); line-height: 1.2; }
.dd-head small { display: block; font-size: 12px; color: var(--ink-3); margin-top: 3px; }
.dd-ic { width: 34px; height: 34px; border-radius: 9px; background: var(--amber); color: var(--night-2); display: grid; place-items: center; flex: none; box-shadow: 0 6px 16px -6px var(--amber-glow); }
.dd-ic svg { width: 17px; height: 17px; }
.dd-list { display: grid; grid-template-columns: 1fr; gap: 2px; }
.dd-wide .dd-col:first-child .dd-list { grid-template-columns: 1fr 1fr; }
.dd-list a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 9px; color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 500; white-space: nowrap; }
.dd-list a svg { width: 16px; height: 16px; color: var(--ink-2); flex: none; }
.dd-list a:hover { background: var(--ice); color: var(--ink); }
.dd-list a:hover svg { color: #9A5B00; }
.menu .dd-more { display: inline-flex; align-items: center; gap: 6px; margin: 10px 8px 4px; padding-top: 12px; border-top: 1px solid var(--line); color: #B8700A; font-weight: 700; font-size: 13.5px; text-decoration: none; }
.dd-more svg { width: 14px; height: 14px; }
.menu .dd-more:hover { color: #9A5B00; background: none; text-decoration: underline; }
.top-actions { display: flex; align-items: center; gap: 8px; }
.menu .mob-cta { display: none; }
.menu-btn { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1px solid rgba(255,255,255,.16); background: transparent; color: #fff; cursor: pointer; position: relative; }
.menu-btn-bars, .menu-btn-bars::before, .menu-btn-bars::after { content: ""; position: absolute; left: 11px; width: 18px; height: 2px; background: currentColor; border-radius: 2px; }
.menu-btn-bars { top: 20px; } .menu-btn-bars::before { top: -6px; left: 0; } .menu-btn-bars::after { top: 6px; left: 0; }

/* Hero ------------------------------------------------------------------ */
.hero { position: relative; overflow: hidden; min-height: 100svh; display: flex; align-items: center; padding: 150px 0 96px; background: #06101F; color: var(--fg); isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .55; filter: saturate(.85); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 70% at 50% 40%, rgba(6,16,31,.35) 0%, rgba(6,16,31,.92) 70%, #06101F 100%); }
.hero-glow { position: absolute; z-index: -1; width: 900px; height: 900px; left: 50%; top: -420px; transform: translateX(-50%); background: radial-gradient(circle, rgba(245,165,36,.16) 0%, rgba(245,165,36,0) 60%); pointer-events: none; }
.hero-mock { position: absolute; z-index: -1; left: 50%; top: 110px; transform: translateX(-50%); width: min(1180px, 96vw); opacity: .22; filter: blur(2px); pointer-events: none; }
.hero-inner { text-align: center; max-width: 900px; }
.hero h1 { font-size: clamp(38px, 6vw, 68px); color: #fff; letter-spacing: -0.035em; line-height: 1.02; }
.hero .lead { margin: 26px auto 34px; max-width: 60ch; font-size: 19px; color: #D3D9E6; line-height: 1.55; }
.hero .lead b { color: #fff; font-weight: 700; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }
.hero .btn-amber { text-transform: uppercase; letter-spacing: .04em; font-size: 14.5px; padding: 18px 30px; }
.arrow-link { color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 6px; padding: 10px 6px; }
.arrow-link:hover { color: var(--amber); }
.fine { margin-top: 18px; font-size: 13.5px; color: var(--muted); }
.hero-facts { display: flex; justify-content: center; margin: 56px auto 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 34px; max-width: 760px; }
.hero-facts > div { flex: 1; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-facts > div:first-child { border-left: 0; }
.hero-facts b { display: block; font-size: clamp(26px, 3vw, 36px); font-weight: 800; color: var(--amber); letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.hero-facts span { display: block; margin-top: 6px; font-size: 12.5px; font-weight: 600; letter-spacing: .02em; color: var(--muted); }
.integrations { margin-top: 26px; font-size: 15px; color: var(--muted); }
.integrations b { color: var(--amber); font-weight: 700; }

/* Mockup de janela (painel do agente) ----------------------------------- */
.window { background: #0D1730; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; overflow: hidden; box-shadow: 0 40px 90px -30px rgba(0,0,0,.8); color: var(--fg); }
.window-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #0A1329; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 12.5px; color: var(--muted); }
.window-bar i { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.window-bar i:nth-child(1) { background: #FF5F57; } .window-bar i:nth-child(2) { background: #FEBC2E; } .window-bar i:nth-child(3) { background: #28C840; }
.window-bar span { margin-left: 8px; }
.window-body { padding: 18px; display: grid; gap: 12px; }
.w-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); }
.w-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 12px; border-radius: 10px; background: rgba(255,255,255,.04); font-size: 14px; }
.w-row small { color: var(--muted); }
.tag { display: inline-block; padding: 3px 9px; border-radius: 6px; font-size: 11.5px; font-weight: 700; }
.tag.ok { background: rgba(37,211,102,.15); color: #7BE9A6; }
.tag.warn { background: var(--amber-soft); color: var(--amber); }
.tag.info { background: rgba(123,150,255,.15); color: #A9BBFF; }
.bar { height: 6px; border-radius: 6px; background: rgba(255,255,255,.08); overflow: hidden; }
.bar i { display: block; height: 100%; background: var(--wa); border-radius: 6px; }
.w-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.w-kpi { padding: 12px; border-radius: 10px; background: rgba(255,255,255,.04); }
.w-kpi b { display: block; font-size: 22px; letter-spacing: -0.02em; color: #fff; }
.w-kpi span { font-size: 12px; color: var(--muted); }
.hero-mock .window-body { grid-template-columns: 220px 1fr; }
.hero-mock .w-side { display: grid; gap: 8px; align-content: start; }
.hero-mock .w-side span { display: block; padding: 8px 10px; border-radius: 8px; font-size: 13px; color: var(--muted); }
.hero-mock .w-side span.on { background: var(--amber-soft); color: var(--amber); }

/* Mockup de celular (WhatsApp) ------------------------------------------ */
.phone { width: 300px; max-width: 100%; margin: 0 auto; background: #0B1220; border: 6px solid #1A2440; border-radius: 38px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.05); overflow: hidden; color: #E9EDEF; font-size: 13.5px; }
.ph-status { display: flex; justify-content: space-between; padding: 10px 18px 4px; font-size: 11px; font-weight: 700; color: #fff; }
.ph-head { display: flex; align-items: center; gap: 10px; padding: 8px 12px 10px; background: #1F2C34; }
.ph-head .av { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex: none; }
.ph-head .av.orb-av { display: grid; place-items: center; background: var(--night-2); color: var(--amber); font-weight: 800; font-size: 11px; border: 2px solid var(--amber); }
.ph-head b { display: block; font-size: 13.5px; line-height: 1.2; }
.ph-head small { color: #8BD0A8; font-size: 11px; }
.ph-head .ico { margin-left: auto; display: flex; gap: 14px; color: #AEBAC1; }
.ph-body { min-height: 300px; padding: 12px 10px 8px; background: #0B141A; display: flex; flex-direction: column; gap: 6px; }
.ph-day { align-self: center; font-size: 10.5px; padding: 3px 9px; border-radius: 6px; background: #1F2C34; color: #AEBAC1; margin-bottom: 4px; }
.msg { max-width: 86%; padding: 7px 9px 5px; border-radius: 9px; line-height: 1.38; font-size: 13px; position: relative; }
.msg.in { background: #202C33; align-self: flex-start; border-top-left-radius: 2px; }
.msg.out { background: #005C4B; align-self: flex-end; border-top-right-radius: 2px; }
.msg .who { display: block; font-size: 11px; font-weight: 700; color: var(--amber); margin-bottom: 2px; }
.msg .t { display: block; text-align: right; font-size: 10px; color: rgba(255,255,255,.55); margin-top: 3px; }
.msg.out .t::after { content: " ✓✓"; color: #53BDEB; }
.msg em { font-style: normal; color: var(--amber); font-weight: 600; }
.msg.card-msg { background: #1F2C34; border-left: 3px solid var(--amber); }
.msg.card-msg b { display: block; color: #fff; }
.msg.card-msg .ok { display: inline-block; margin-top: 6px; padding: 3px 8px; border-radius: 6px; background: rgba(37,211,102,.18); color: #7BE9A6; font-size: 11px; font-weight: 700; }
.ph-typing { align-self: flex-start; background: #202C33; border-radius: 9px; padding: 9px 12px; display: flex; gap: 4px; }
.ph-typing i { width: 6px; height: 6px; border-radius: 50%; background: #AEBAC1; animation: bounce 1s infinite; }
.ph-typing i:nth-child(2) { animation-delay: .15s; } .ph-typing i:nth-child(3) { animation-delay: .3s; }
.ph-foot { display: flex; align-items: center; gap: 8px; padding: 8px 10px 12px; background: #0B141A; }
.ph-foot span { flex: 1; height: 34px; border-radius: 17px; background: #2A3942; color: #8696A0; font-size: 12.5px; display: flex; align-items: center; padding: 0 14px; }
.ph-foot i { width: 34px; height: 34px; border-radius: 50%; background: #00A884; display: grid; place-items: center; color: #fff; }
/* animação de digitação (ativada pelo JS quando entra na tela) */
.phone.animate .msg, .phone.animate .ph-typing { opacity: 0; transform: translateY(6px); }
.phone.animate .msg.show, .phone.animate .ph-typing.show { opacity: 1; transform: none; transition: opacity .25s ease, transform .25s ease; }
.phone.animate .ph-typing.hide { display: none; }
@keyframes bounce { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }

/* Chat vivo ------------------------------------------------------------- */
.chat-section { padding: 96px 0; background: linear-gradient(180deg, #06101F 0%, var(--night) 100%); }
.chat-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.chat-copy h2 { color: #fff; }
.chat-copy p { margin-top: 16px; color: var(--muted); font-size: 18px; max-width: 46ch; }
.chat-copy ul { margin-top: 24px; display: grid; gap: 12px; }
.chat-copy li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: #D3D9E6; }
.chat-copy li::before { content: "✓"; color: var(--amber); font-weight: 800; flex: none; }
.chat { background: var(--chat-bg); color: var(--night-2); border-radius: var(--r-lg); box-shadow: 0 50px 100px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.06); display: flex; flex-direction: column; min-height: 560px; max-height: min(720px, 86vh); }
.chat-head, .segments, .suggestions, .composer, .chat-foot { flex: none; }
.chat-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--chat-line); }
.avatar { position: relative; width: 40px; height: 40px; border-radius: 50%; flex: none; background: var(--night-2); color: var(--amber); display: grid; place-items: center; font-weight: 800; font-size: 13px; }
.ring { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid transparent; border-top-color: var(--amber); opacity: 0; transition: opacity .2s; }
.ring.on { opacity: 1; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.who { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.who b { font-size: 14.5px; }
.status { font-size: 12.5px; color: var(--wa-ink); }
.status::before { content: "●"; margin-right: 5px; font-size: 9px; vertical-align: 1px; }
.badge { margin-left: auto; font-size: 11.5px; font-weight: 600; color: var(--ink-3); border: 1px solid var(--line-2); border-radius: 999px; padding: 4px 9px; }
.segments { display: flex; gap: 6px; padding: 10px 12px; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--chat-line); }
.segments::-webkit-scrollbar { display: none; }
.seg { flex: none; padding: 7px 12px; border-radius: 999px; font-size: 13px; font-weight: 500; border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); cursor: pointer; }
.seg[aria-pressed="true"] { background: var(--night-2); color: #fff; border-color: var(--night-2); }
.messages { flex: 1; overflow-y: auto; padding: 16px 14px 8px; display: flex; flex-direction: column; gap: 8px; background: radial-gradient(circle at 1px 1px, #E9EDF5 1px, transparent 1.5px) 0 0 / 18px 18px; }
.bubble { max-width: 84%; padding: 10px 13px; border-radius: 14px; font-size: 14.5px; line-height: 1.45; white-space: pre-line; word-wrap: break-word; animation: pop .18s ease-out; }
.bubble.ai { background: var(--bubble-ai); border-bottom-left-radius: 4px; align-self: flex-start; }
.bubble.me { background: var(--bubble-me); border-bottom-right-radius: 4px; align-self: flex-end; }
.bubble time { display: block; font-size: 11px; color: var(--ink-3); margin-top: 4px; text-align: right; font-variant-numeric: tabular-nums; }
.bubble.card { background: #fff; border: 1px solid var(--line-2); align-self: flex-start; }
.bubble.card b { display: block; font-size: 13px; color: var(--orbit-ink); margin-bottom: 4px; }
.bubble.card .ok { display: inline-block; margin-top: 8px; background: var(--wa); color: var(--night-2); font-weight: 600; font-size: 13px; padding: 6px 10px; border-radius: 8px; }
.bubble audio { display: block; width: 220px; max-width: 100%; height: 36px; }
.bubble.typing { display: flex; gap: 4px; padding: 12px 14px; }
.bubble.typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--ink-3); animation: bounce 1s infinite; }
.bubble.typing i:nth-child(2) { animation-delay: .15s; } .bubble.typing i:nth-child(3) { animation-delay: .3s; }
@keyframes pop { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.suggestions { display: flex; gap: 6px; flex-wrap: wrap; padding: 8px 12px 4px; }
.suggestions:empty { display: none; }
.suggestions button { font-size: 12.5px; padding: 6px 10px; border-radius: 999px; cursor: pointer; border: 1px solid var(--orbit); background: var(--orbit-soft); color: var(--orbit-ink); }
.suggestions button:hover { background: #D9E2FF; }
.composer { display: flex; align-items: center; gap: 6px; padding: 10px 12px; border-top: 1px solid var(--chat-line); }
.composer input { flex: 1; min-width: 0; height: 42px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 999px; font: inherit; font-size: 15px; color: var(--night-2); background: #fff; }
.composer input::placeholder { color: var(--ink-3); }
.icon-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); display: grid; place-items: center; cursor: pointer; flex: none; }
.icon-btn.send { background: var(--night-2); color: #fff; border-color: var(--night-2); }
.icon-btn[aria-pressed="true"] { background: #C43D2C; color: #fff; border-color: #C43D2C; animation: rec 1.2s infinite; }
@keyframes rec { 50% { box-shadow: 0 0 0 6px rgba(196,61,44,.18); } }
.composer[data-disabled="true"] input, .composer[data-disabled="true"] .icon-btn { opacity: .5; pointer-events: none; }
.chat-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 16px 12px; font-size: 12.5px; color: var(--ink-3); }
.chat-foot a { color: var(--wa-ink); font-weight: 600; text-decoration: none; }
.chat-foot a:hover { text-decoration: underline; }
.chat.attention { animation: nudge .5s ease; }
@keyframes nudge { 30% { transform: translateY(-4px); } }

/* Capacidades do agente (tabs) ------------------------------------------ */
.tabs-bar { display: flex; justify-content: center; gap: 6px; padding: 8px; margin: 0 auto 56px; width: max-content; max-width: 100%; overflow-x: auto; scrollbar-width: none; background: var(--night-3); border: 1px solid var(--line-dark); border-radius: 16px; }
.tabs-bar::-webkit-scrollbar { display: none; }
.tab { position: relative; flex: none; width: 52px; height: 52px; border-radius: 10px; border: 1px solid transparent; background: rgba(255,255,255,.04); color: var(--muted); display: grid; place-items: center; cursor: pointer; transition: background-color .15s, color .15s; }
.tab svg { width: 22px; height: 22px; }
.tab:hover { color: #fff; background: rgba(255,255,255,.08); }
.tab[aria-selected="true"] { background: var(--amber-soft); border-color: var(--amber-line); color: var(--amber); }
.tab[aria-selected="true"]::after { content: ""; position: absolute; left: 50%; bottom: -13px; width: 5px; height: 5px; border-radius: 50%; background: var(--amber); transform: translateX(-50%); }
.tab-panel { display: none; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.tab-panel.active { display: grid; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.tab-panel h3 { font-size: clamp(28px, 3.2vw, 40px); margin-top: 18px; color: #fff; }
.tab-panel .desc { margin-top: 16px; color: var(--muted); font-size: 17px; max-width: 46ch; }
.checks { margin: 26px 0 30px; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: #D3D9E6; }
.checks li::before { content: "✓"; color: var(--amber); font-weight: 800; flex: none; width: 16px; }
.s-light .checks li, .s-paper .checks li { color: var(--ink-2); }
.tab-visual { display: flex; justify-content: center; }
.tab-visual .window { width: 100%; max-width: 480px; }
.center-cta { text-align: center; margin-top: 72px; }

/* Para quem ------------------------------------------------------------- */
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.who-grid.two { grid-template-columns: repeat(2, 1fr); max-width: 780px; margin: 20px auto 0; }
.who-card { position: relative; display: block; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 3 / 4; text-decoration: none; color: #fff; background: var(--night-2); box-shadow: 0 30px 60px -30px rgba(15,30,63,.5); isolation: isolate; }
.who-grid.two .who-card { aspect-ratio: 16 / 9; }
.who-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; z-index: -2; }
.who-card:hover img { transform: scale(1.04); }
.who-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,19,41,0) 30%, rgba(10,19,41,.55) 60%, rgba(10,19,41,.96) 100%); }
.who-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px; }
.who-body .ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(245,165,36,.18); border: 1px solid var(--amber-line); color: var(--amber); display: grid; place-items: center; margin-bottom: 14px; }
.who-body .ic svg { width: 20px; height: 20px; }
.who-body h3 { color: #fff; font-size: 26px; }
.who-body p { margin-top: 8px; font-size: 14.5px; color: #D3D9E6; line-height: 1.45; }
.who-body .more { display: inline-block; margin-top: 14px; font-weight: 700; font-size: 14px; color: var(--amber); }

/* Dados de mercado ------------------------------------------------------ */
.market { isolation: isolate; overflow: hidden; }
.market .bg { position: absolute; inset: 0; z-index: -1; }
.market .bg img { width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.market .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,19,41,.75), rgba(10,19,41,.9)); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat { padding: 34px 30px 28px; border-radius: var(--r-xl); background: rgba(10,19,41,.72); border: 1px solid var(--line-dark); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: flex; flex-direction: column; min-height: 290px; }
.stat b.n { font-size: clamp(48px, 5vw, 64px); font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: #fff; }
.stat b.n.em { color: var(--amber); }
.stat p { margin-top: 18px; font-size: 17px; color: #D3D9E6; }
.stat p strong { color: #fff; }
.stat .src { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line-dark); display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: #fff; }
.stat .src a { color: inherit; text-decoration: none; }
.stat .src a:hover { text-decoration: underline; }
.stat .src .tag { background: var(--amber-soft); color: var(--amber); }

/* Dores: celulares ------------------------------------------------------ */
.dores { background: radial-gradient(60% 40% at 50% 0%, #FFF7E8 0%, var(--ice) 70%); }
.phones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.phones .phone:nth-child(2) { margin-top: 24px; }

/* Reframe ---------------------------------------------------------------- */
.scen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.scen { padding: 30px 28px; border-radius: var(--r-xl); background: var(--night-2); border: 1px solid var(--line-dark); display: flex; flex-direction: column; gap: 14px; }
.scen .step { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: var(--muted); }
.scen .step i { width: 8px; height: 8px; border-radius: 50%; background: var(--alert); }
.scen h3 { color: #fff; font-size: 22px; }
.scen p { color: var(--muted); font-size: 15.5px; }
.scen .outcome { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-dark); font-weight: 700; color: #FF8A80; font-size: 14.5px; }
.alt { margin-top: 64px; padding: 48px; border-radius: var(--r-xl); background: linear-gradient(135deg, var(--night-3), var(--night-2)); border: 1px solid var(--amber-line); display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: center; }
.alt h3 { font-size: clamp(28px, 3vw, 38px); color: #fff; }
.alt p { color: var(--muted); margin-top: 12px; }
.alt ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.alt li { padding: 16px; border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); font-size: 15px; }
.alt li b { display: block; color: var(--amber); margin-bottom: 4px; }

/* Como funciona (4 etapas) ---------------------------------------------- */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: f; }
.flow li { position: relative; counter-increment: f; padding: 28px 24px 26px; border-radius: var(--r-xl); background: var(--night-2); border: 1px solid var(--line-dark); }
.flow li::before { content: counter(f, decimal-leading-zero); display: block; font-size: 13px; font-weight: 800; color: var(--amber); letter-spacing: .06em; margin-bottom: 18px; }
.flow .time { display: inline-block; padding: 4px 10px; border-radius: 6px; background: var(--amber-soft); color: var(--amber); font-size: 12.5px; font-weight: 700; margin-bottom: 14px; }
.flow h3 { color: #fff; font-size: 21px; }
.flow p { margin-top: 10px; color: var(--muted); font-size: 15px; }
.flow li.hl { background: linear-gradient(160deg, #1B2F60, var(--night-2)); border-color: var(--amber-line); }

/* Agente ---------------------------------------------------------------- */
.agent { isolation: isolate; overflow: hidden; }
.agent .bg { position: absolute; inset: 0; z-index: -1; }
.agent .bg img { width: 100%; height: 100%; object-fit: cover; opacity: .18; }
.agent .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--night-2) 20%, rgba(15,30,63,.7) 100%); }
.agent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.agent-avatar { position: relative; width: 120px; height: 120px; border-radius: 50%; background: var(--night-2); border: 3px solid var(--amber); display: grid; place-items: center; font-size: 34px; font-weight: 800; color: var(--amber); margin-bottom: 28px; box-shadow: 0 0 0 14px rgba(245,165,36,.08), 0 0 0 28px rgba(245,165,36,.04); }
.agent-avatar::after { content: ""; position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--wa); border: 3px solid var(--night-2); right: 4px; bottom: 6px; }
.agent h2 { color: #fff; }
.agent .role { margin-top: 10px; color: var(--amber); font-weight: 700; }
.agent .lead { margin-top: 20px; color: var(--muted); font-size: 17.5px; max-width: 50ch; }
.agent-funcs { margin-top: 30px; display: grid; gap: 14px; }
.agent-funcs li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.agent-funcs .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--amber-soft); border: 1px solid var(--amber-line); color: var(--amber); display: grid; place-items: center; }
.agent-funcs .ic svg { width: 20px; height: 20px; }
.agent-funcs b { display: block; color: #fff; }
.agent-funcs span { color: var(--muted); font-size: 15px; }
.quote { padding: 28px 30px; border-radius: var(--r-xl); background: #fff; color: var(--ink); box-shadow: 0 40px 80px -40px rgba(0,0,0,.8); position: relative; }
.quote::before { content: ""; position: absolute; left: -10px; top: 40px; border: 10px solid transparent; border-right-color: #fff; border-left: 0; }
.quote .qh { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-3); margin-bottom: 14px; }
.quote .qh b { color: var(--ink); }
.quote .qh i { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); }
.quote p { font-size: 16.5px; line-height: 1.55; }
.quote p + p { margin-top: 10px; }
.quote .qcard { margin-top: 16px; padding: 14px; border-radius: 12px; background: var(--ice); border-left: 3px solid var(--amber); font-size: 14.5px; }
.quote .qcard b { display: block; }
.quote .qcard .ok { display: inline-block; margin-top: 8px; padding: 4px 10px; border-radius: 6px; background: var(--wa-soft); color: var(--wa-ink); font-weight: 700; font-size: 12.5px; }

/* Rede orbital ---------------------------------------------------------- */
.net-wrap { position: relative; max-width: 980px; margin: 0 auto; aspect-ratio: 980 / 640; }
.net-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.net-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 150px; height: 150px; border-radius: 50%; background: var(--night-2); border: 3px solid var(--amber); display: grid; place-items: center; text-align: center; box-shadow: 0 0 0 18px rgba(245,165,36,.07), 0 0 80px rgba(245,165,36,.25); z-index: 2; }
.net-center b { display: block; font-size: 15px; color: #fff; line-height: 1.15; }
.net-center span { font-size: 11.5px; color: var(--amber); font-weight: 700; }
.node { position: absolute; width: 196px; padding: 14px 16px; border-radius: 14px; background: #0F1E3F; border: 1px solid var(--line-dark); transform: translate(-50%, -50%); left: calc(50% + var(--x)); top: calc(50% + var(--y)); z-index: 1; }
.node .nh { display: flex; align-items: center; gap: 10px; }
.node .ic { width: 32px; height: 32px; border-radius: 8px; background: var(--amber-soft); color: var(--amber); display: grid; place-items: center; flex: none; }
.node .ic svg { width: 16px; height: 16px; }
.node b { font-size: 14.5px; color: #fff; }
.node p { margin-top: 8px; font-size: 12.5px; color: var(--muted); line-height: 1.4; }
.node .on { margin-top: 8px; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: #7BE9A6; }
.node .on::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 3px rgba(37,211,102,.2); }
.net-note { text-align: center; margin-top: 40px; color: var(--muted); font-size: 16px; }
.net-note b { color: #fff; }

/* Timeline -------------------------------------------------------------- */
.timeline { position: relative; max-width: 820px; margin: 0 auto; padding-left: 0; }
.timeline::before { content: ""; position: absolute; left: 118px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--amber), rgba(245,165,36,.08)); }
.timeline li { position: relative; display: grid; grid-template-columns: 96px 1fr; gap: 46px; padding: 22px 0 30px; }
.timeline .when { text-align: right; font-size: 26px; font-weight: 800; color: var(--amber); letter-spacing: -0.03em; line-height: 1; padding-top: 4px; }
.timeline .when small { display: block; margin-top: 6px; font-size: 12px; letter-spacing: .04em; color: var(--muted); font-weight: 600; }
.timeline li::before { content: ""; position: absolute; left: 112px; top: 30px; width: 14px; height: 14px; border-radius: 50%; background: var(--night); border: 3px solid var(--amber); z-index: 1; }
.timeline .what { padding: 20px 24px; border-radius: 16px; background: var(--night-2); border: 1px solid var(--line-dark); }
.timeline .what b { display: block; color: #fff; font-size: 19px; }
.timeline .what p { margin-top: 6px; color: var(--muted); font-size: 15px; }
.timeline-note { text-align: center; margin-top: 36px; font-size: 18px; color: var(--muted); }
.timeline-note b { color: #fff; }

/* Custo ----------------------------------------------------------------- */
.cost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.cost { padding: 34px 32px; border-radius: var(--r-xl); border: 1px solid var(--line-dark); background: var(--night); display: flex; flex-direction: column; }
.cost.orbit { background: linear-gradient(160deg, #1B2F60, var(--night-2)); border-color: var(--amber-line); }
.cost h3 { color: #fff; font-size: 22px; }
.cost .sub { color: var(--muted); margin-top: 6px; font-size: 14.5px; }
.cost ul { margin-top: 24px; display: grid; gap: 0; }
.cost li { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid var(--line-dark); font-size: 15px; }
.cost li span:last-child { color: var(--muted); white-space: nowrap; }
.cost.orbit li span:last-child { color: #7BE9A6; font-weight: 700; }
.cost .total { margin-top: auto; padding-top: 20px; border-top: 2px solid var(--line-dark); display: flex; justify-content: space-between; align-items: baseline; }
.cost .total b { font-size: 20px; color: #fff; }
.cost .total span { color: var(--muted); font-size: 14px; }
.cost.orbit .total b { color: var(--amber); }
.calc-wrap { margin-top: 64px; padding: 48px; border-radius: var(--r-xl); background: var(--night-2); border: 1px solid var(--line-dark); }
.calc-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.calc-grid h3 { font-size: 28px; color: #fff; }
.calc-grid .desc { margin-top: 12px; color: var(--muted); font-size: 15.5px; }
.calc-form { margin-top: 28px; display: flex; flex-direction: column; gap: 22px; }
.field-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 8px; }
.field-head label { font-weight: 500; font-size: 15px; color: #D3D9E6; }
.field-head output { font-weight: 800; font-size: 20px; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; white-space: nowrap; color: #fff; }
input[type="range"] { width: 100%; accent-color: var(--amber); height: 28px; }
.calc-result { background: var(--night); border: 1px solid var(--amber-line); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; gap: 18px; }
.res { display: flex; flex-direction: column; gap: 2px; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); }
.res b { font-weight: 800; font-size: 34px; letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums; color: #fff; }
.res span { font-size: 14px; color: var(--muted); }
.res.big b { font-size: 44px; color: var(--amber); }

/* Serviços: carrossel 3D ------------------------------------------------ */
.carousel { position: relative; height: 520px; perspective: 1400px; margin: 0 auto; max-width: 1100px; overflow: hidden; border-radius: var(--r-xl); }
.car-track { position: absolute; inset: 0; transform-style: preserve-3d; }
.car-card { position: absolute; left: 50%; top: 50%; width: 340px; height: 470px; margin: -235px 0 0 -170px; border-radius: var(--r-xl); overflow: hidden; background: var(--night-2); color: #fff; box-shadow: 0 40px 80px -30px rgba(15,30,63,.55); transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .6s ease; cursor: pointer; isolation: isolate; text-align: left; border: 0; padding: 0; }
.car-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.car-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,19,41,.05) 25%, rgba(10,19,41,.7) 60%, rgba(10,19,41,.98) 100%); }
.car-card .cb { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px; }
.car-card .ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(245,165,36,.18); border: 1px solid var(--amber-line); color: var(--amber); display: grid; place-items: center; margin-bottom: 14px; }
.car-card .ic svg { width: 20px; height: 20px; }
.car-card h3 { font-size: 26px; color: #fff; }
.car-card p { margin-top: 8px; font-size: 14.5px; color: #D3D9E6; }
.car-card .more { display: inline-block; margin-top: 14px; font-weight: 700; color: var(--amber); font-size: 14px; }
.car-card:not(.is-active)::after { background: linear-gradient(180deg, rgba(10,19,41,.35) 0%, rgba(10,19,41,.8) 60%, rgba(10,19,41,.98) 100%); }
.car-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); background: #fff; color: var(--ink); display: grid; place-items: center; cursor: pointer; z-index: 5; box-shadow: 0 10px 30px -10px rgba(15,30,63,.4); }
.car-nav:hover { background: var(--night-2); color: #fff; }
.car-nav.prev { left: 0; } .car-nav.next { right: 0; }
.car-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.car-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: var(--line-2); cursor: pointer; padding: 0; }
.car-dots button[aria-selected="true"] { background: var(--night-2); width: 22px; border-radius: 4px; }

/* Faixa de fatos -------------------------------------------------------- */
.strip { padding: 64px 0; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.strip b { display: block; font-size: clamp(34px, 4vw, 52px); font-weight: 800; color: var(--amber); letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.strip span { display: block; margin-top: 10px; color: var(--muted); font-size: 15px; }

/* Depoimentos ----------------------------------------------------------- */
.masonry { columns: 3; column-gap: 20px; }
.testi { break-inside: avoid; margin-bottom: 20px; padding: 28px; border-radius: var(--r-lg); background: var(--night); border: 1px solid var(--line-dark); }
.testi p { color: #D3D9E6; font-size: 16px; line-height: 1.55; }
.testi .by { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.testi .ini { width: 42px; height: 42px; border-radius: 50%; background: var(--amber); color: var(--night-2); font-weight: 800; font-size: 14px; display: grid; place-items: center; flex: none; }
.testi .by b { display: block; color: #fff; font-size: 14.5px; }
.testi .by span { font-size: 13px; color: var(--muted); }
.testi.soon { border-style: dashed; display: grid; place-items: center; text-align: center; min-height: 180px; color: var(--muted); font-size: 14.5px; }
.testi.soon b { color: #fff; display: block; margin-bottom: 6px; }

/* Manifesto ------------------------------------------------------------- */
.manifesto { padding: 96px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); text-align: center; }
.manifesto p { max-width: 24ch; margin: 0 auto; font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; color: #fff; text-wrap: balance; }
.manifesto small { display: block; margin-top: 20px; font-size: 15px; color: var(--muted); }

/* FAQ ------------------------------------------------------------------- */
.faq details { border-top: 1px solid var(--line); padding: 4px 0; }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 40px 18px 0; font-weight: 700; font-size: 17px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 12px; font-size: 26px; font-weight: 400; color: var(--ink-3); }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { padding: 0 0 20px; color: var(--ink-2); max-width: 66ch; line-height: 1.6; }
.faq-cta { margin-top: 40px; padding: 28px 30px; border-radius: var(--r-lg); background: var(--paper); border: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.faq-cta b { display: block; font-size: 18px; }
.faq-cta span { color: var(--ink-3); font-size: 15px; }
.security { margin-top: 56px; padding: 40px; border-radius: var(--r-xl); background: var(--night-2); color: var(--fg); display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: center; }
.security h3 { color: #fff; font-size: 28px; }
.security p { margin-top: 12px; color: var(--muted); font-size: 15.5px; }
.security ul { display: grid; gap: 12px; }
.security li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; font-size: 15px; }
.security li .ic { width: 36px; height: 36px; border-radius: 9px; background: var(--amber-soft); color: var(--amber); display: grid; place-items: center; }
.security li .ic svg { width: 16px; height: 16px; }
.security li b { display: block; color: #fff; }
.security li span { color: var(--muted); font-size: 14.5px; }

/* Quem já usa ----------------------------------------------------------- */
.case-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: stretch; }
.case-big { padding: 40px; border-radius: var(--r-xl); background: var(--night-2); border: 1px solid var(--amber-line); display: flex; flex-direction: column; gap: 16px; }
.case-big .tagline { font-size: 13px; font-weight: 700; color: var(--amber); }
.case-big h3 { color: #fff; font-size: clamp(26px, 3vw, 34px); }
.case-big p { color: #D3D9E6; font-size: 16.5px; max-width: 58ch; }
.case-big .actions { justify-content: flex-start; margin-top: auto; padding-top: 10px; }
.case-side { display: grid; gap: 20px; }
.case-mini { padding: 26px 28px; border-radius: var(--r-lg); background: var(--night); border: 1px solid var(--line-dark); }
.case-mini b { display: block; color: #fff; font-size: 17px; }
.case-mini p { margin-top: 8px; color: var(--muted); font-size: 14.5px; }
.case-mini.soon { border-style: dashed; }

/* Guias ----------------------------------------------------------------- */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide { display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden; background: var(--paper); border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.guide:hover { transform: translateY(-3px); box-shadow: 0 30px 50px -30px rgba(15,30,63,.45); }
.guide-top { position: relative; padding: 24px 26px 26px; background: radial-gradient(120% 120% at 100% 0%, #1B2F60 0%, var(--night-2) 55%); color: #fff; min-height: 190px; overflow: hidden; }
.guide-top svg.rings { position: absolute; right: -30px; top: -30px; width: 200px; height: 200px; opacity: .8; }
.guide-top .cat { display: inline-block; padding: 5px 11px; border-radius: 999px; background: var(--amber-soft); border: 1px solid var(--amber-line); color: var(--amber); font-size: 11.5px; font-weight: 800; letter-spacing: .04em; position: relative; }
.guide-top h3 { margin-top: 14px; font-size: 22px; color: #fff; position: relative; max-width: 24ch; }
.guide-top h3 u { text-decoration-color: var(--amber); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.guide-bot { padding: 18px 26px 22px; display: flex; flex-direction: column; gap: 14px; }
.guide-bot .au { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-3); }
.guide-bot .au .orb { width: 18px; height: 18px; border-width: 2px; }
.guide-bot .au .orb::after { width: 6px; height: 6px; top: -4px; right: -3px; }
.guide-bot .read { font-weight: 700; color: var(--orbit-ink); font-size: 14.5px; }

/* Rodapé ---------------------------------------------------------------- */
.footer { background: #06101F; color: var(--fg); padding: 72px 0 32px; font-size: 14.5px; border-top: 1px solid var(--line-dark); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.foot-grid > div p { color: var(--muted); margin-top: 14px; max-width: 38ch; line-height: 1.55; }
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a[hidden] { display: none; }
.social a { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.05); border: 1px solid var(--line-dark); color: #fff; }
.social a:hover { background: var(--amber); color: var(--night-2); border-color: var(--amber); }
.social svg { width: 18px; height: 18px; }
.foot-grid nav { display: flex; flex-direction: column; gap: 10px; }
.foot-grid nav b { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: #fff; margin-bottom: 6px; }
.foot-grid nav a { color: var(--muted); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.foot-grid nav a:hover { color: #fff; }
.foot-grid nav a svg { width: 14px; height: 14px; color: var(--amber); }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: var(--muted-2); font-size: 13px; }
.foot-bottom .link-muted { color: var(--muted); }

/* Botão flutuante do WhatsApp ------------------------------------------- */
.fab-wa { position: fixed; right: 20px; bottom: 20px; z-index: 45; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: var(--night-2); display: grid; place-items: center; box-shadow: 0 16px 40px -10px rgba(37,211,102,.6); text-decoration: none; transition: transform .15s ease; }
.fab-wa:hover { transform: translateY(-2px); background: var(--wa-h); }
.fab-wa svg { width: 28px; height: 28px; }

/* Revelação ao entrar na tela (uma vez) --------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; } .reveal[data-delay="2"] { transition-delay: .2s; } .reveal[data-delay="3"] { transition-delay: .3s; }

/* Aviso de cookies ------------------------------------------------------ */
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; max-width: 560px; margin: 0 auto; background: var(--paper); color: var(--ink); border: 1px solid var(--line-2); border-radius: 14px; box-shadow: 0 24px 50px -24px rgba(15,30,63,.45); padding: 18px 20px 16px; display: flex; flex-direction: column; gap: 14px; opacity: 0; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.consent.in { opacity: 1; transform: none; }
.consent-text b { font-weight: 800; font-size: 16px; display: block; margin-bottom: 4px; }
.consent-text p { font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.consent-text a { color: var(--orbit-ink); }
.consent-actions { display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }

/* Páginas internas (guias, termos, privacidade, segmentos) -------------- */
.page-hero { padding: 150px 0 64px; background: var(--night-2); color: var(--fg); position: relative; overflow: hidden; isolation: isolate; }
.page-hero .bg { position: absolute; inset: 0; z-index: -1; }
.page-hero .bg img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.page-hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,30,63,.6), var(--night-2)); }
.page-hero h1 { font-size: clamp(34px, 5vw, 56px); color: #fff; max-width: 22ch; }
.page-hero .lead { margin-top: 18px; color: var(--muted); font-size: 18px; max-width: 60ch; }
.page-hero .meta { margin-top: 22px; font-size: 14px; color: var(--muted); display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.prose { max-width: 720px; margin: 0 auto; font-size: 17.5px; line-height: 1.7; color: var(--ink-2); }
.prose h2 { font-size: 28px; margin: 44px 0 14px; color: var(--ink); }
.prose h3 { font-size: 21px; margin: 30px 0 10px; color: var(--ink); }
.prose p + p { margin-top: 16px; }
.prose ul { list-style: disc; padding-left: 22px; margin: 14px 0; display: grid; gap: 8px; }
.prose ol { padding-left: 22px; margin: 14px 0; display: grid; gap: 8px; list-style: decimal; }
.prose blockquote { margin: 24px 0; padding: 18px 22px; border-left: 3px solid var(--amber); background: var(--paper); border-radius: 0 12px 12px 0; }
.prose .box { margin: 28px 0; padding: 22px 24px; border-radius: 14px; background: var(--night-2); color: var(--fg); }
.prose .box b { color: var(--amber); }
.prose table { width: 100%; border-collapse: collapse; font-size: 15.5px; margin: 18px 0; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { color: var(--ink); font-weight: 700; }
.prose-foot { max-width: 720px; margin: 48px auto 0; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; font-size: 15px; color: var(--ink-3); }
.dor-text { font-weight: 700; font-size: clamp(22px, 2.8vw, 30px); line-height: 1.3; letter-spacing: -0.02em; text-wrap: balance; border-left: 3px solid var(--amber); padding-left: 22px; }
.req-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.req-list { display: grid; }
.req-list li { padding: 14px 0 14px 30px; border-top: 1px solid var(--line); position: relative; font-size: 16px; }
.req-list li:last-child { border-bottom: 1px solid var(--line); }
.req-list li::before { content: ""; position: absolute; left: 4px; top: 21px; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--amber); }
.faz-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faz { padding: 26px; border-radius: var(--r-lg); background: var(--night-2); border: 1px solid var(--line-dark); }
.faz b { display: block; color: #fff; font-size: 19px; }
.faz p { margin-top: 8px; color: var(--muted); font-size: 15px; }

/* Responsivo ------------------------------------------------------------ */
@media (max-width: 1080px) {
  .who-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .node { width: 170px; }
}
@media (max-width: 960px) {
  .s { padding: 80px 0; }
  .menu { display: none; }
  .menu-btn { display: block; }
  .top-actions .btn-ghost { display: none; }
  .top-inner { padding: 0 10px 0 18px; }
  .menu.open { display: flex; flex-direction: column; align-items: stretch; position: absolute; left: 16px; right: 16px; top: calc(var(--top-h) + 8px); padding: 10px; background: rgba(10,19,41,.98); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; max-height: calc(100vh - 120px); overflow-y: auto; box-shadow: 0 30px 60px -20px rgba(0,0,0,.8); }
  .menu.open > li { width: 100%; }
  .menu.open a, .menu.open .mi { width: 100%; justify-content: space-between; padding: 12px 12px; }
  .menu.open .dd { position: static; min-width: 0; margin: 4px 0 8px; flex-direction: column; opacity: 1; transform: none; pointer-events: auto; transition: none; display: none; }
  .menu.open li.open .dd { display: flex; }
  .menu.open .dd::before, .menu.open .dd::after { display: none; }
  .menu.open .dd-col { min-width: 0; }
  .menu.open .dd-col + .dd-col { border-left: 0; border-top: 1px solid var(--line); }
  .menu.open .dd-wide .dd-col:first-child .dd-list { grid-template-columns: 1fr; }
  .menu.open .dd-list a { white-space: normal; width: auto; justify-content: flex-start; padding: 10px; }
  .menu.open .mob-cta { display: flex; margin-top: 6px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.08); display: flex; gap: 8px; }
  .menu.open .mob-cta .btn { flex: 1; }
  .chat-grid, .tab-panel, .agent-grid, .alt, .security, .case-grid, .cost-grid, .calc-grid { grid-template-columns: 1fr; }
  .tab-panel.active { gap: 36px; }
  .who-grid { grid-template-columns: 1fr 1fr; }
  .who-grid.two { grid-template-columns: 1fr 1fr; }
  .stat-grid, .scen-grid, .guide-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  .flow { grid-template-columns: 1fr 1fr; }
  .phones { grid-template-columns: 1fr; }
  .phones .phone:nth-child(2) { margin-top: 0; }
  .masonry { columns: 2; }
  .strip-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .net-wrap { aspect-ratio: auto; }
  .net-canvas, .net-center { display: none; }
  .net-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .node { position: static; transform: none; width: auto; }
  .timeline::before { left: 26px; }
  .timeline li { grid-template-columns: 1fr; gap: 10px; padding-left: 60px; }
  .timeline li::before { left: 20px; }
  .timeline .when { text-align: left; }
  .carousel { height: 480px; }
  .car-card { width: 300px; height: 430px; margin: -215px 0 0 -150px; }
  .calc-wrap { padding: 28px; }
  .req-grid, .faz-grid { grid-template-columns: 1fr; }
  .hero-mock { display: none; }
}
@media (max-width: 640px) {
  :root { --pad: 16px; }
  .s { padding: 64px 0; }
  .s-head { margin-bottom: 36px; }
  .hero { padding: 120px 0 64px; min-height: auto; }
  .hero h1 { font-size: clamp(32px, 9vw, 42px); }
  .hero .lead { font-size: 16.5px; }
  .actions .btn { flex: 1 1 100%; }
  .hero-facts { flex-direction: column; gap: 22px; padding-top: 26px; }
  .hero-facts > div { border-left: 0; padding: 0; }
  .who-grid, .who-grid.two { grid-template-columns: 1fr; }
  .who-card { aspect-ratio: 4 / 3; }
  .flow { grid-template-columns: 1fr; }
  .masonry { columns: 1; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .net-wrap { grid-template-columns: 1fr; }
  .carousel { height: 440px; }
  .car-card { width: 260px; height: 400px; margin: -200px 0 0 -130px; }
  .car-nav { width: 40px; height: 40px; }
  .chat { height: 600px; border-radius: 14px; }
  .badge { display: none; }
  .suggestions { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; padding-bottom: 8px; }
  .suggestions::-webkit-scrollbar { display: none; }
  .suggestions button { flex: none; }
  .tabs-bar { justify-content: flex-start; width: 100%; }
  .alt { padding: 28px; }
  .alt ul { grid-template-columns: 1fr; }
  .cost, .case-big, .security { padding: 26px 22px; }
  .calc-wrap { padding: 22px 18px; }
  .footer { padding-bottom: 96px; }
  .fab-wa { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .consent { left: 10px; right: 10px; bottom: 82px; }
  .consent-actions .btn { flex: 1; }
  .page-hero { padding: 110px 0 44px; }
  .manifesto { padding: 64px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .phone.animate .msg, .phone.animate .ph-typing { opacity: 1; transform: none; }
}
