/* ============================================================================
   Expanded — site público. Dark-first, accent da plataforma via --accent.
   ========================================================================== */
:root {
  --bg: #0B0C10; --bg-rgb: 11,12,16; --bg-2: #0F1117; --bg-3: #151823; --fg-rgb: 255,255,255; --surface: rgba(var(--fg-rgb),0.035); --surface-2: rgba(var(--fg-rgb),0.06);
  --border: rgba(var(--fg-rgb),0.08); --border-2: rgba(var(--fg-rgb),0.16);
  --text: #F3F4F8; --text-2: #A6ACBD; --text-3: #6C7386; --on-accent: #fff; --shadow: 0,0,0;
  --accent: #6E7BFF; --accent-rgb: 110,123,255; --accent-2: #22D3EE; --accent-2-rgb: 34,211,238;
  --ok: #34D399; --warn: #FBBF24; --danger: #F87171;
  --r: 14px; --r-lg: 22px; --r-pill: 999px;
  --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif; --display: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 100%; --gutter: clamp(20px, 4vw, 72px); --ease: cubic-bezier(.2,.7,.2,1);
  color-scheme: dark;
}
/* Tema claro automático pelo dispositivo */
@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) { --bg: #F5F6FA; --bg-rgb: 245,246,250; --bg-2: #FFFFFF; --bg-3: #EEF0F5; --fg-rgb: 15,18,25; --surface: rgba(var(--fg-rgb),0.03); --surface-2: rgba(var(--fg-rgb),0.06); --border: rgba(var(--fg-rgb),0.09); --border-2: rgba(var(--fg-rgb),0.16); --text: #0F1219; --text-2: #4B5364; --text-3: #7A8194; --shadow: 15,18,25; color-scheme: light; }
  :root:not([data-theme="dark"]) .lg-dark { display: none !important; } :root:not([data-theme="dark"]) .lg-light { display: block !important; }
  :root:not([data-theme="dark"]) .btn--white { background: var(--text); color: var(--bg); }
  :root:not([data-theme="dark"]) .radar__tip, :root:not([data-theme="dark"]) .lang__menu { background: #fff; }
}
:root[data-theme="light"] { --bg: #F5F6FA; --bg-rgb: 245,246,250; --bg-2: #FFFFFF; --bg-3: #EEF0F5; --fg-rgb: 15,18,25; --surface: rgba(var(--fg-rgb),0.03); --surface-2: rgba(var(--fg-rgb),0.06); --border: rgba(var(--fg-rgb),0.09); --border-2: rgba(var(--fg-rgb),0.16); --text: #0F1219; --text-2: #4B5364; --text-3: #7A8194; --shadow: 15,18,25; color-scheme: light; }
:root[data-theme="light"] .lg-dark { display: none !important; } :root[data-theme="light"] .lg-light { display: block !important; }
:root[data-theme="light"] .btn--white { background: var(--text); color: var(--bg); }
:root[data-theme="light"] .radar__tip, :root[data-theme="light"] .lang__menu { background: #fff; }

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
.hero__grid > *, .lp-hero__grid > *, .split > *, .grid > *, .matrix > *, .footer__grid > *, .proof__items > *, .plans > * { min-width: 0; }
.hero h1, .section__head h2, .cta h2, .legal h1 { overflow-wrap: anywhere; }
body.site { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.6; overflow-x: clip; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); letter-spacing: -0.02em; line-height: 1.1; font-weight: 800; }
p { margin: 0; }
.wrap { width: 100%; padding-inline: var(--gutter); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--accent); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 1000; }
.skip:focus { left: 8px; }
.lg-light { display: none; } .lg-dark { display: block; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: -0.02em; }
.wordmark__mark { width: 32px; height: 32px; border-radius: 9px; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 15px; }

/* ---------------------------------------------------------------- Fundo, cursor, progresso */
.bg-grid { position: fixed; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(rgba(var(--fg-rgb),0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--fg-rgb),0.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, #000 0%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, #000 0%, transparent 100%); }
.cursor { position: fixed; top: 0; left: 0; width: 14px; height: 14px; border-radius: 50%; background: rgba(var(--accent-rgb), 0.9); pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); mix-blend-mode: screen; transition: width .25s, height .25s, opacity .3s; opacity: 0; }
.cursor.is-on { opacity: 1; } .cursor.is-big { width: 44px; height: 44px; background: rgba(var(--accent-rgb), 0.25); border: 1px solid rgba(var(--accent-rgb), 0.9); }
@media (hover: none) { .cursor { display: none; } }
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: linear-gradient(90deg, var(--accent), var(--accent-2)); z-index: 950; }

/* ---------------------------------------------------------------- Aviso + nav */
.announce { position: relative; z-index: 2; background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.25), rgba(var(--accent-2-rgb), 0.18)); border-bottom: 1px solid var(--border); font-size: 13px; }
.announce a { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 8px 16px; color: var(--text); }
.announce span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav { position: sticky; top: 0; z-index: 900; transition: transform .35s var(--ease), border-color .3s, background .3s; backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); background: rgba(var(--bg-rgb),0.72); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.nav.is-scrolled { border-color: var(--border); background: rgba(var(--bg-rgb),0.88); }
.nav.is-hidden { transform: translateY(-110%); }
.nav__in { display: flex; align-items: center; gap: 28px; height: 68px; }
.nav__logo { display: flex; align-items: center; }
.nav__logo img { height: 30px; width: auto; }
.nav__links { display: flex; gap: 4px; margin-left: 8px; }
.nav__links a { padding: 8px 12px; border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--text-2); transition: color .2s, background .2s; }
.nav__links a:hover, .nav__links a.is-active { color: var(--text); background: var(--surface-2); }
.nav__actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav__login { font-size: 14px; font-weight: 600; color: var(--text-2); padding: 8px 12px; border-radius: 9px; }
.nav__login:hover { color: var(--text); background: var(--surface-2); }
.lang { position: relative; }
.lang__btn { width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; color: var(--text-2); font-size: 18px; }
.lang__btn:hover, .lang.is-open .lang__btn { color: var(--text); background: var(--surface-2); }
.lang__menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 180px; background: var(--bg-3); border: 1px solid var(--border-2); border-radius: 12px; padding: 6px; display: none; box-shadow: 0 20px 50px rgba(var(--shadow),.5); }
.lang.is-open .lang__menu { display: block; }
.lang__menu a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 8px; font-size: 14px; }
.lang__menu a:hover { background: var(--surface-2); }
.burger { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--border-2); flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.burger span { width: 18px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s, opacity .3s; }
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile { position: fixed; inset: 0; z-index: 890; background: rgba(var(--bg-rgb),0.97); backdrop-filter: blur(14px); padding: 96px 24px 32px; display: none; flex-direction: column; gap: 20px; overflow: auto; }
body.is-menu-open .mobile { display: flex; } body.is-menu-open { overflow: hidden; }
.mobile nav { display: flex; flex-direction: column; }
.mobile nav a { display: flex; align-items: center; justify-content: space-between; padding: 16px 4px; border-bottom: 1px solid var(--border); font-family: var(--display); font-size: 26px; font-weight: 700; }
.mobile nav a i { color: var(--text-3); }
.mobile__lang span { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--text-3); margin-bottom: 10px; }
.mobile__lang div { display: flex; flex-wrap: wrap; gap: 8px; }
.mobile__lang a { padding: 9px 14px; border: 1px solid var(--border-2); border-radius: var(--r-pill); font-size: 14px; }

/* ---------------------------------------------------------------- Botões, badges */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border-radius: var(--r-pill); font-weight: 700; font-size: 15px; line-height: 1; transition: transform .25s var(--ease), box-shadow .25s, background .25s, border-color .25s; white-space: nowrap; }
.btn i { font-size: 16px; transition: transform .25s var(--ease); }
.btn:hover { transform: translateY(-2px); } .btn:hover i { transform: translateX(3px); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 10px 30px rgba(var(--accent-rgb), 0.35); }
.btn--primary:hover { box-shadow: 0 16px 40px rgba(var(--accent-rgb), 0.5); }
.btn--ghost { border: 1px solid var(--border-2); color: var(--text); background: var(--surface); }
.btn--ghost:hover { background: var(--surface-2); border-color: rgba(var(--fg-rgb),0.3); }
.btn--white { background: #fff; color: #0B0C10; }
.btn--sm { padding: 10px 18px; font-size: 14px; } .btn--lg { padding: 18px 32px; font-size: 16px; } .btn--block { width: 100%; }
.btn.is-loading { opacity: .6; pointer-events: none; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.kicker::before { content: ""; width: 18px; height: 2px; background: var(--accent); border-radius: 2px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: var(--r-pill); border: 1px solid rgba(var(--accent-rgb), 0.4); background: rgba(var(--accent-rgb), 0.1); font-size: 13px; font-weight: 600; color: var(--text); }
.badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 4px rgba(52,211,153,.2); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 3px rgba(52,211,153,.25);} 50% { box-shadow: 0 0 0 7px rgba(52,211,153,0);} }
em.hl { font-style: normal; background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------------------------------------------------------------- Seções */
.section { position: relative; z-index: 1; padding: 96px 0; }
.section--tight { padding: 64px 0; }
.section__head { max-width: 720px; margin-bottom: 48px; }
.section__head.is-center { margin-inline: auto; text-align: center; } .section__head.is-center .kicker { justify-content: center; }
.section__head h2 { font-size: clamp(30px, 4vw, 46px); margin-bottom: 16px; }
.section__head p { font-size: 17px; color: var(--text-2); }
.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); } .grid--3 { grid-template-columns: repeat(3, 1fr); } .grid--4 { grid-template-columns: repeat(4, 1fr); }
.card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px; transition: transform .35s var(--ease), border-color .35s, background .35s; overflow: hidden; }
.card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px 200px at var(--mx, 50%) var(--my, 0%), rgba(var(--accent-rgb), 0.12), transparent 60%); opacity: 0; transition: opacity .4s; pointer-events: none; }
.card:hover { transform: translateY(-4px); border-color: rgba(var(--accent-rgb), 0.45); } .card:hover::before { opacity: 1; }
.card__icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: rgba(var(--accent-rgb), 0.14); color: var(--accent); font-size: 22px; margin-bottom: 18px; }
.card h3 { font-size: 19px; margin-bottom: 8px; }
.card p { color: var(--text-2); font-size: 15px; }
.card ul { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.card ul li { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; color: var(--text-2); }
.card ul li::before { content: "✓"; color: var(--ok); font-weight: 800; flex-shrink: 0; }
.card--link:hover h3 { color: var(--accent); }
.card__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 700; font-size: 14px; color: var(--accent); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.stagger > * { transition-delay: calc(var(--i, 0) * 70ms); }

/* ---------------------------------------------------------------- Hero */
.hero { position: relative; z-index: 1; padding: 88px 0 72px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto; height: 120%; background: radial-gradient(700px 420px at 20% 10%, rgba(var(--accent-rgb), 0.28), transparent 60%), radial-gradient(600px 400px at 85% 30%, rgba(var(--accent-2-rgb), 0.16), transparent 60%); pointer-events: none; z-index: -1; filter: blur(10px); }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(38px, 5.6vw, 68px); margin: 22px 0 22px; }
.hero__sub { font-size: 18px; color: var(--text-2); max-width: 560px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__bullets { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; padding: 0; list-style: none; font-size: 13.5px; color: var(--text-2); }
.hero__bullets li { display: inline-flex; align-items: center; gap: 7px; } .hero__bullets i { color: var(--ok); }
.radar { position: relative; border-radius: var(--r-lg); border: 1px solid var(--border-2); background: linear-gradient(180deg, rgba(var(--fg-rgb),0.05), rgba(var(--fg-rgb),0.02)); box-shadow: 0 40px 100px rgba(var(--shadow),0.5), inset 0 1px 0 rgba(var(--fg-rgb),0.06); overflow: hidden; }
.radar__head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--border); font-size: 12.5px; color: var(--text-2); }
.radar__head b { color: var(--text); font-weight: 700; }
.radar__body { position: relative; aspect-ratio: 1 / 0.92; }
.radar canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.radar__axes { position: absolute; inset: 0; pointer-events: none; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); }
.radar__axes .x { position: absolute; bottom: 10px; right: 16px; } .radar__axes .y { position: absolute; top: 14px; left: 14px; writing-mode: vertical-rl; transform: rotate(180deg); }
.radar__tip { position: absolute; z-index: 3; pointer-events: none; background: var(--bg-3); border: 1px solid var(--border-2); border-radius: 12px; padding: 10px 12px; font-size: 12.5px; min-width: 180px; box-shadow: 0 16px 40px rgba(var(--shadow),.5); opacity: 0; transform: translate(-50%, -110%) scale(.96); transition: opacity .2s, transform .2s; }
.radar__tip.is-on { opacity: 1; transform: translate(-50%, -112%) scale(1); }
.radar__tip b { display: block; font-size: 13px; margin-bottom: 4px; } .radar__tip .row { display: flex; justify-content: space-between; color: var(--text-2); } .radar__tip .row span:last-child { color: var(--text); font-weight: 700; }
.radar__tip .act { margin-top: 6px; color: var(--accent); font-weight: 700; }
.radar__foot { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-top: 1px solid var(--border); font-size: 12px; color: var(--text-3); }
.radar__foot i { color: var(--accent); }
.radar__legend { display: flex; gap: 12px; font-size: 11.5px; color: var(--text-3); }
.radar__legend span { display: inline-flex; align-items: center; gap: 5px; } .radar__legend i { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }

/* ---------------------------------------------------------------- Prova */
.proof { position: relative; z-index: 1; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(var(--fg-rgb),0.02); }
.proof__in { display: flex; align-items: center; gap: 32px; padding-block: 28px; flex-wrap: wrap; }
.proof__label { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); white-space: nowrap; font-weight: 700; flex-shrink: 0; }
.proof__items { display: flex; flex: 1; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
.proof__item b { display: block; font-family: var(--display); font-size: 30px; font-weight: 800; letter-spacing: -0.03em; background: linear-gradient(90deg, var(--text), var(--text-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.proof__item span { font-size: 13px; color: var(--text-2); }

/* ---------------------------------------------------------------- Matriz */
.matrix { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.matrix__board { position: relative; aspect-ratio: 1; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 26px 0 0 26px; }
.matrix__axis-y, .matrix__axis-x { position: absolute; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); font-weight: 700; }
.matrix__axis-y { left: 0; top: 50%; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; }
.matrix__axis-x { bottom: -22px; left: 50%; transform: translateX(-50%); }
.quad { position: relative; border-radius: 18px; border: 1px solid var(--border); padding: 20px; background: var(--surface); transition: transform .35s var(--ease), border-color .35s, background .35s; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.quad b { font-family: var(--display); font-size: 16px; display: block; margin-bottom: 6px; }
.quad p { font-size: 13px; color: var(--text-2); }
.quad .dots { position: absolute; inset: 0; pointer-events: none; }
.quad .dots i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--text-3); opacity: .5; }
.quad--hot { background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.35), rgba(var(--accent-2-rgb), 0.15)); border-color: rgba(var(--accent-rgb), 0.6); }
.quad--hot .dots i { background: var(--accent-2); opacity: .9; box-shadow: 0 0 10px var(--accent-2); }
.quad--warm { background: rgba(var(--accent-rgb), 0.12); border-color: rgba(var(--accent-rgb), 0.35); } .quad--warm .dots i { background: var(--accent); opacity: .7; }
.quad--check { background: rgba(251,191,36,0.08); border-color: rgba(251,191,36,0.3); } .quad--check .dots i { background: var(--warn); opacity: .6; }
.quad.is-active { transform: scale(1.03); border-color: var(--text); z-index: 2; }
.matrix__list { display: grid; gap: 10px; margin-top: 8px; }
.matrix__row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--border); cursor: pointer; transition: background .25s, border-color .25s; }
.matrix__row:hover, .matrix__row.is-active { background: var(--surface-2); border-color: var(--border-2); }
.matrix__row .n { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; font-weight: 800; font-size: 13px; flex-shrink: 0; background: var(--surface-2); }
.matrix__row b { display: block; font-size: 15px; } .matrix__row p { font-size: 13.5px; color: var(--text-2); }
.matrix__note { margin-top: 18px; font-size: 13px; color: var(--text-3); display: flex; gap: 8px; align-items: flex-start; }

/* ---------------------------------------------------------------- Como funciona (steps) */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 26px 24px; border-radius: var(--r-lg); border: 1px solid var(--border); background: var(--surface); }
.step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: 18px; right: 20px; font-family: var(--display); font-weight: 800; font-size: 34px; color: rgba(var(--fg-rgb),0.06); }
.step__icon { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; display: grid; place-items: center; font-size: 20px; margin-bottom: 18px; }
.step h3 { font-size: 18px; margin-bottom: 8px; } .step p { font-size: 14px; color: var(--text-2); }
.steps--v { grid-template-columns: 1fr; gap: 0; }
.steps--v .step { border: 0; background: none; padding: 18px 0 18px 64px; }
.steps--v .step::before { left: 0; right: auto; top: 18px; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--border-2); background: var(--surface); display: grid; place-items: center; font-size: 15px; color: var(--accent); }
.steps--v .step::after { content: ""; position: absolute; left: 22px; top: 66px; bottom: -6px; width: 1px; background: var(--border); }
.steps--v .step:last-child::after { display: none; }

/* ---------------------------------------------------------------- Fontes (marquee) */
.sources { --gap: 14px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.sources__track { display: flex; gap: var(--gap); width: max-content; animation: marquee 40s linear infinite; }
.sources:hover .sources__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(calc(-50% - var(--gap) / 2)); } }
.src { display: inline-flex; align-items: center; gap: 12px; padding: 12px 18px 12px 12px; border-radius: 14px; border: 1px solid var(--border); background: var(--surface); white-space: nowrap; }
.src i { width: 36px; height: 36px; border-radius: 10px; background: var(--surface-2); display: grid; place-items: center; font-size: 18px; color: var(--accent); }
.src b { display: block; font-size: 14px; } .src span { font-size: 12px; color: var(--text-3); }
.note { display: flex; gap: 10px; align-items: flex-start; margin-top: 28px; padding: 16px 18px; border-radius: 14px; border: 1px dashed var(--border-2); font-size: 13.5px; color: var(--text-2); }
.note i { color: var(--ok); font-size: 18px; flex-shrink: 0; }

/* ---------------------------------------------------------------- Verticais */
.vert { display: flex; flex-direction: column; }
.vert__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.vert__tags span { font-size: 11.5px; padding: 4px 10px; border-radius: var(--r-pill); background: var(--surface-2); color: var(--text-2); }

/* ---------------------------------------------------------------- Features compactas */
.feat { display: flex; gap: 14px; padding: 18px; border-radius: 16px; border: 1px solid transparent; transition: background .25s, border-color .25s; }
.feat:hover { background: var(--surface); border-color: var(--border); }
.feat i { width: 40px; height: 40px; flex-shrink: 0; border-radius: 11px; background: rgba(var(--accent-rgb), 0.14); color: var(--accent); display: grid; place-items: center; font-size: 20px; }
.feat b { display: block; font-size: 15px; margin-bottom: 3px; } .feat p { font-size: 13.5px; color: var(--text-2); }

/* ---------------------------------------------------------------- Split (white label / tech) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 14px; } .split > div > p { font-size: 16.5px; color: var(--text-2); }
.split .btn { margin-top: 26px; }
.brandkit { position: relative; border-radius: var(--r-lg); border: 1px solid var(--border-2); background: var(--bg-2); padding: 22px; box-shadow: 0 30px 80px rgba(var(--shadow),.45); }
.brandkit__bar { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--border); margin-bottom: 16px; }
.brandkit__bar i.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--text-3); opacity: .5; }
.brandkit__url { margin-left: auto; font-size: 12px; color: var(--text-3); padding: 5px 10px; border-radius: 8px; background: var(--surface-2); font-family: ui-monospace, monospace; }
.brandkit__app { display: grid; grid-template-columns: 120px 1fr; gap: 14px; min-height: 220px; }
.brandkit__side { border-radius: 12px; background: var(--surface); padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.brandkit__logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 12px; }
.brandkit__logo i { width: 22px; height: 22px; border-radius: 6px; background: var(--kit, var(--accent)); display: block; }
.brandkit__side span { height: 8px; border-radius: 4px; background: var(--surface-2); display: block; } .brandkit__side span.on { background: var(--kit, var(--accent)); opacity: .8; }
.brandkit__main { border-radius: 12px; background: var(--surface); padding: 14px; display: grid; gap: 10px; align-content: start; }
.brandkit__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.brandkit__kpis div { padding: 10px; border-radius: 9px; background: var(--surface-2); font-size: 10px; color: var(--text-3); } .brandkit__kpis b { display: block; font-size: 16px; color: var(--text); font-family: var(--display); }
.brandkit__bar2 { height: 10px; border-radius: 5px; background: linear-gradient(90deg, var(--kit, var(--accent)), transparent); }
.brandkit__swatches { display: flex; gap: 8px; margin-top: 16px; }
.brandkit__swatches button { width: 26px; height: 26px; border-radius: 50%; border: 2px solid transparent; transition: transform .2s, border-color .2s; }
.brandkit__swatches button:hover, .brandkit__swatches button.is-on { transform: scale(1.15); border-color: var(--text); }

/* ---------------------------------------------------------------- Depoimentos / FAQ / CTA */
.quote { display: flex; flex-direction: column; gap: 18px; }
.quote p { font-size: 15.5px; color: var(--text); line-height: 1.65; }
.quote__who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.quote__who img, .quote__who .av { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.quote__who .av { display: grid; place-items: center; background: linear-gradient(135deg, var(--accent), var(--accent-2)); font-weight: 800; font-size: 14px; }
.quote__who b { display: block; font-size: 14px; } .quote__who span { font-size: 12.5px; color: var(--text-3); }
.quote__stars { color: var(--warn); font-size: 14px; letter-spacing: 2px; }
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 10px; }
.faq details { border: 1px solid var(--border); border-radius: 16px; background: var(--surface); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 700; font-size: 16px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { color: var(--accent); transition: transform .3s; flex-shrink: 0; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq .faq__a { padding: 0 22px 22px; color: var(--text-2); font-size: 15px; }
.cta { position: relative; z-index: 1; padding: 40px 0 100px; }
.cta__box { position: relative; overflow: hidden; border-radius: 28px; padding: 72px 40px; text-align: center; background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.35), rgba(var(--accent-2-rgb), 0.18)), var(--bg-2); border: 1px solid rgba(var(--accent-rgb), 0.5); }
.cta__box > * { position: relative; }
@keyframes spin { to { transform: rotate(360deg); } }
.cta h2 { font-size: clamp(30px, 4.6vw, 52px); margin-bottom: 14px; }
.cta p { font-size: 17px; color: var(--text-2); max-width: 560px; margin-inline: auto; }
.cta__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.cta__actions .link { display: inline-flex; align-items: center; gap: 6px; padding: 14px 10px; font-weight: 700; color: var(--text); }

/* ---------------------------------------------------------------- Planos */
.toggle { display: inline-flex; align-items: center; gap: 12px; padding: 6px; border-radius: var(--r-pill); border: 1px solid var(--border-2); background: var(--surface); margin: 0 auto 40px; }
.toggle button { padding: 9px 18px; border-radius: var(--r-pill); font-weight: 700; font-size: 14px; color: var(--text-2); display: inline-flex; align-items: center; gap: 8px; }
.toggle button.is-on { background: var(--accent); color: #fff; }
.toggle small { font-size: 11px; padding: 3px 8px; border-radius: var(--r-pill); background: rgba(52,211,153,.18); color: var(--ok); font-weight: 800; }
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 28px 26px; border-radius: var(--r-lg); border: 1px solid var(--border); background: var(--surface); transition: transform .35s var(--ease), border-color .35s; }
.plan:hover { transform: translateY(-4px); border-color: var(--border-2); }
.plan--popular { border-color: rgba(var(--accent-rgb), 0.7); background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.14), var(--surface)); box-shadow: 0 30px 80px rgba(var(--accent-rgb), 0.15); }
.plan__flag { position: absolute; top: -12px; left: 24px; padding: 5px 12px; border-radius: var(--r-pill); background: var(--accent); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plan__name { font-family: var(--display); font-size: 22px; font-weight: 800; }
.plan__tag { font-size: 13.5px; color: var(--text-2); margin-top: 4px; min-height: 40px; }
.plan__price { margin: 22px 0 6px; display: flex; align-items: baseline; gap: 4px; }
.plan__price b { font-family: var(--display); font-size: 40px; font-weight: 800; letter-spacing: -0.03em; }
.plan__price small { color: var(--text-3); font-size: 13px; } .plan__price .cur { font-size: 16px; color: var(--text-2); font-weight: 700; }
.plan__sub { font-size: 12.5px; color: var(--text-3); min-height: 18px; }
.plan .btn { margin: 20px 0 22px; }
.plan ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; font-size: 13.5px; color: var(--text-2); }
.plan ul li { display: flex; gap: 8px; align-items: flex-start; } .plan ul li i { color: var(--ok); margin-top: 3px; flex-shrink: 0; } .plan ul li.off { opacity: .45; } .plan ul li.off i { color: var(--text-3); }
.plan__quotas { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 12.5px; color: var(--text-3); display: grid; gap: 5px; }
.plan__quotas div { display: flex; justify-content: space-between; } .plan__quotas b { color: var(--text-2); font-weight: 600; }
.trial-note { text-align: center; margin-top: 22px; font-size: 13.5px; color: var(--text-2); display: flex; justify-content: center; align-items: center; gap: 8px; } .trial-note i { color: var(--ok); }
.compare { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--r-lg); }
.compare table { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 14px; }
.compare th, .compare td { padding: 13px 16px; text-align: center; border-bottom: 1px solid var(--border); }
.compare th:first-child, .compare td:first-child { text-align: left; color: var(--text-2); }
.compare thead th { background: var(--surface-2); font-family: var(--display); font-size: 15px; }
.compare tbody tr:hover td { background: var(--surface); }
.compare .grp td { background: rgba(var(--fg-rgb),0.02); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); font-weight: 700; }
.compare i.ph-check-circle { color: var(--ok); font-size: 18px; } .compare i.ph-minus { color: var(--text-3); }

/* ---------------------------------------------------------------- Forms (contato, signup) */
.form-card { border-radius: var(--r-lg); border: 1px solid var(--border-2); background: var(--bg-2); padding: 32px; box-shadow: 0 30px 80px rgba(var(--shadow),.4); }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 700; color: var(--text-2); }
.input, .select, .textarea { width: 100%; padding: 13px 14px; border-radius: 12px; border: 1px solid var(--border-2); background: var(--surface); color: var(--text); font: inherit; font-size: 15px; outline: none; transition: border-color .2s, box-shadow .2s; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.18); }
.select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A6ACBD' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.select option { background: var(--bg-3); }
.textarea { min-height: 120px; resize: vertical; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--text-2); }
.check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); flex-shrink: 0; }
.check a { color: var(--accent); text-decoration: underline; }
.form-msg { display: none; margin-bottom: 16px; padding: 12px 14px; border-radius: 12px; font-size: 14px; }
.form-msg.is-error { display: block; background: rgba(248,113,113,.12); color: #fecaca; border: 1px solid rgba(248,113,113,.35); }
.hp { position: absolute; left: -9999px; }
.side-list { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.side-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--text-2); }
.side-list i { color: var(--ok); font-size: 20px; flex-shrink: 0; }
.success { text-align: center; padding: 48px 24px; }
.success > i { font-size: 56px; color: var(--ok); }
.success__actions .btn i { font-size: 16px !important; color: inherit; }
.success h2 { font-size: 28px; margin: 12px 0 8px; } .success p { color: var(--text-2); }
.plan-summary { border-radius: 16px; border: 1px solid var(--border); background: var(--surface); padding: 20px; margin-top: 24px; }
.plan-summary .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.plan-summary b { font-family: var(--display); font-size: 20px; } .plan-summary .price { font-family: var(--display); font-size: 22px; font-weight: 800; }
.plan-summary small { color: var(--text-3); font-size: 12.5px; }
.pw { position: relative; } .pw button { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: var(--text-3); font-size: 18px; }

/* ---------------------------------------------------------------- LP */
.lp-hero { padding: 80px 0 56px; }
.lp-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat { padding: 22px; border-radius: 18px; border: 1px solid var(--border); background: var(--surface); }
.stat b { display: block; font-family: var(--display); font-size: 34px; font-weight: 800; letter-spacing: -0.03em; color: var(--accent); }
.stat span { font-size: 13px; color: var(--text-2); }
.lp-visual { position: relative; border-radius: var(--r-lg); border: 1px solid var(--border-2); background: var(--bg-2); padding: 22px; box-shadow: 0 30px 80px rgba(var(--shadow),.45); overflow: hidden; }
.lp-visual::before { content: ""; position: absolute; inset: auto -30% -50% auto; width: 80%; aspect-ratio: 1; background: radial-gradient(circle, rgba(var(--accent-rgb), 0.35), transparent 60%); pointer-events: none; }
.lp-visual > * { position: relative; }
.pipe { display: grid; gap: 10px; }
.pipe__row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; background: var(--surface); border: 1px solid var(--border); font-size: 13px; }
.pipe__row .av { width: 30px; height: 30px; border-radius: 9px; background: var(--surface-2); display: grid; place-items: center; font-weight: 800; font-size: 12px; }
.pipe__row .name { flex: 1; min-width: 0; } .pipe__row .name b { display: block; font-size: 13.5px; } .pipe__row .name span { color: var(--text-3); font-size: 12px; }
.pipe__row .sc { display: flex; gap: 6px; } .pipe__row .sc span { padding: 4px 8px; border-radius: 7px; background: var(--surface-2); font-size: 11.5px; font-weight: 700; }
.pipe__row .sc .fit { color: var(--accent); } .pipe__row .sc .int { color: var(--accent-2); }
.pipe__row .nba { font-size: 11.5px; padding: 5px 9px; border-radius: 8px; background: rgba(var(--accent-rgb), 0.18); color: var(--text); font-weight: 700; white-space: nowrap; }
.pipe__row.is-hot { border-color: rgba(var(--accent-rgb), 0.6); }
.kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.kanban__col { border-radius: 12px; background: var(--surface); border: 1px solid var(--border); padding: 10px; }
.kanban__col > span { display: block; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); font-weight: 700; margin-bottom: 8px; }
.kcard { padding: 10px; border-radius: 9px; background: var(--surface-2); margin-bottom: 8px; font-size: 12px; }
.kcard b { display: block; font-size: 12.5px; } .kcard .bar { height: 4px; border-radius: 2px; background: var(--border-2); margin-top: 8px; overflow: hidden; } .kcard .bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain { padding: 26px; border-radius: var(--r-lg); border: 1px solid rgba(248,113,113,.25); background: rgba(248,113,113,.05); }
.pain i { font-size: 26px; color: var(--danger); margin-bottom: 14px; display: block; }
.pain b { display: block; font-size: 17px; margin-bottom: 6px; font-family: var(--display); } .pain p { font-size: 14px; color: var(--text-2); }
.legal { max-width: 820px; margin-inline: auto; }
.legal h1 { font-size: clamp(32px, 4.4vw, 48px); margin-bottom: 8px; } .legal .sub { color: var(--text-2); font-size: 17px; } .legal .upd { color: var(--text-3); font-size: 13px; margin: 10px 0 40px; }
.legal .body h3 { font-size: 20px; margin: 32px 0 10px; } .legal .body p, .legal .body li { color: var(--text-2); font-size: 15.5px; } .legal .body a { color: var(--accent); text-decoration: underline; }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 800; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; font-size: 30px; box-shadow: 0 12px 30px rgba(37,211,102,.4); transition: transform .25s; }
.wa-float:hover { transform: scale(1.08); }

/* ---------------------------------------------------------------- Footer */
.footer { position: relative; z-index: 1; border-top: 1px solid var(--border); background: var(--bg-2); padding: 64px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 32px; }
.footer__logo img { height: 28px; width: auto; }
.footer__brand p { margin-top: 16px; font-size: 14px; color: var(--text-2); max-width: 300px; }
.footer__social { display: flex; gap: 8px; margin-top: 18px; }
.footer__social a { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--border-2); display: grid; place-items: center; color: var(--text-2); font-size: 17px; }
.footer__social a:hover { color: var(--text); border-color: var(--text); }
.footer__title { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); font-weight: 700; margin-bottom: 14px; }
.footer__col a { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 14px; color: var(--text-2); }
.footer__col a:hover { color: var(--text); }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--border); font-size: 12.5px; color: var(--text-3); }

/* ---------------------------------------------------------------- Google Translate: só o motor, sem a barra */
.skiptranslate, #goog-gt-tt, .goog-te-balloon-frame { display: none !important; } body { top: 0 !important; }
font { background: none !important; box-shadow: none !important; }

/* ---------------------------------------------------------------- Responsivo */
@media (max-width: 1080px) {
  .plans { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav__links, .nav__login, .nav__cta { display: none; } .burger { display: flex; }
  .hero { padding: 56px 0 48px; } .hero__grid, .lp-hero__grid, .matrix, .split { grid-template-columns: 1fr; gap: 36px; }
  .hero h1 { font-size: clamp(34px, 9vw, 48px); }
  .section { padding: 72px 0; } .section__head { margin-bottom: 32px; }
  .grid--3, .grid--2 { grid-template-columns: 1fr; } .grid--4 { grid-template-columns: 1fr 1fr; }
  .pains, .stats { grid-template-columns: 1fr; } .stats { grid-template-columns: repeat(3, 1fr); }
  .proof__in { flex-direction: column; align-items: flex-start; gap: 18px; } .proof__items { width: 100%; justify-content: space-between; }
  .row2 { grid-template-columns: 1fr; }
  .cta__box { padding: 52px 24px; }
}
@media (max-width: 640px) {
  .wrap { padding-inline: 16px; }
  .plans, .steps, .grid--4, .stats { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; } .footer__brand { grid-column: 1 / -1; }
  .kanban { grid-template-columns: 1fr; } .radar__body { aspect-ratio: 1 / 1.05; }
  .matrix__board { padding: 22px 0 0 22px; gap: 8px; } .quad { padding: 14px; } .quad b { font-size: 13.5px; } .quad p { display: none; }
  .btn--lg { padding: 16px 24px; }
  .announce span { white-space: normal; text-align: center; }
  /* Planos no celular: cards mais compactos, sem hover flutuante */
  .plans { gap: 14px; } .plan { padding: 22px 18px; } .plan:hover { transform: none; }
  .plan__tag { min-height: 0; } .plan__price { margin-top: 16px; } .plan__price b { font-size: 34px; } .plan .btn { margin: 16px 0 18px; }
  .plan__quotas { margin-top: 14px; padding-top: 12px; gap: 4px; } .plan__quotas div { gap: 10px; } .plan__quotas b { white-space: nowrap; }
  .toggle { margin-bottom: 28px; } .toggle button { padding: 8px 14px; font-size: 13px; }
  /* Tabela comparativa: primeira coluna fixa, colunas de plano compactas e rolagem lateral */
  .compare table { min-width: 0; font-size: 13px; }
  .compare th, .compare td { padding: 12px 10px; }
  .compare th:first-child, .compare td:first-child { position: sticky; left: 0; z-index: 1; background: var(--bg-2); min-width: 150px; max-width: 48vw; padding-left: 14px; box-shadow: 1px 0 0 var(--border); overflow-wrap: anywhere; }
  .compare thead th:first-child { background: linear-gradient(var(--surface-2), var(--surface-2)), var(--bg-2); }
  .compare .grp td { position: static; min-width: 0; max-width: none; box-shadow: none; } .compare .grp td span { position: sticky; left: 14px; display: inline-block; }
  .compare thead th:not(:first-child) { font-size: 13px; padding-inline: 8px; min-width: 76px; }
  .compare td:not(:first-child) { min-width: 76px; white-space: nowrap; }
  .compare tbody tr:hover td { background: transparent; }
  .compare tbody tr:hover td:first-child { background: var(--bg-2); }
  .compare::after { content: "Deslize para ver todos os planos →"; display: block; padding: 10px 14px; font-size: 12px; color: var(--text-3); text-align: center; border-top: 1px solid var(--border); }
}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .sources__track { animation: none; } .cta__box::before { animation: none; } }

/* ---------------------------------------------------------------- Hero: carrossel de visualizações de inteligência */
.viz { position: relative; border-radius: var(--r-lg); border: 1px solid var(--border-2); background: linear-gradient(180deg, rgba(var(--fg-rgb),0.05), rgba(var(--fg-rgb),0.02)), var(--bg-2); box-shadow: 0 40px 100px rgba(var(--shadow),0.35), inset 0 1px 0 rgba(var(--fg-rgb),0.06); overflow: hidden; }
.viz__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--border); font-size: 12.5px; color: var(--text-2); }
.viz__head b { color: var(--text); font-weight: 700; display: inline-flex; align-items: center; gap: 8px; } .viz__head b i { color: var(--accent); }
.viz__stage { position: relative; aspect-ratio: 1 / 0.86; }
.viz__panel { position: absolute; inset: 0; background: var(--bg-2); opacity: 0; transform: translateX(18px) scale(.985); transition: opacity .55s var(--ease), transform .55s var(--ease); pointer-events: none; }
.viz__panel.is-on { opacity: 1; transform: none; pointer-events: auto; z-index: 2; visibility: visible; transition-delay: 0s; }
.viz__panel:not(.is-on) { visibility: hidden; transition: opacity .55s var(--ease), transform .55s var(--ease), visibility 0s .55s; }
.viz__panel canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.viz__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 18px; border-top: 1px solid var(--border); font-size: 12px; color: var(--text-3); }
.viz__foot .t { display: flex; align-items: center; gap: 8px; min-width: 0; } .viz__foot .t i { color: var(--accent); flex-shrink: 0; } .viz__foot .t span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.viz__dots { display: flex; gap: 6px; flex-shrink: 0; }
.viz__dots button { width: 22px; height: 6px; border-radius: 3px; background: var(--border-2); overflow: hidden; position: relative; transition: width .3s; }
.viz__dots button i { position: absolute; inset: 0; width: 0; background: var(--accent); border-radius: 3px; }
.viz__dots button.is-on { width: 34px; } .viz__dots button.is-on i { animation: vizbar var(--viz-ms, 7000ms) linear forwards; }
.viz.is-paused .viz__dots button.is-on i { animation-play-state: paused; }
@keyframes vizbar { from { width: 0; } to { width: 100%; } }
.viz__legend { display: flex; gap: 12px; font-size: 11.5px; color: var(--text-3); flex-wrap: wrap; justify-content: flex-end; }
.viz__legend span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; } .viz__legend i { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.radar__axes, .radar__tip { /* reutilizados dentro do painel do radar */ }
/* Painel: ranking FIT (DOM animado) */
.rank { position: absolute; inset: 0; padding: 18px; display: flex; flex-direction: column; gap: 9px; justify-content: center; }
.rank__row { display: grid; grid-template-columns: 30px 1fr 52px; gap: 10px; align-items: center; font-size: 12.5px; opacity: 0; transform: translateY(8px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.viz__panel.is-on .rank__row { opacity: 1; transform: none; }
.rank__row .av { width: 30px; height: 30px; border-radius: 9px; background: var(--surface-2); display: grid; place-items: center; font-weight: 800; font-size: 11px; }
.rank__row .nm { min-width: 0; } .rank__row .nm b { display: block; font-size: 12.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rank__row .nm span { font-size: 11px; color: var(--text-3); }
.rank__row .bar { height: 6px; border-radius: 3px; background: var(--surface-2); margin-top: 5px; overflow: hidden; } .rank__row .bar i { display: block; height: 100%; width: 0; border-radius: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); transition: width 1.1s var(--ease); }
.viz__panel.is-on .rank__row .bar i { width: var(--w); }
.rank__row .sc { font-weight: 800; font-size: 15px; text-align: right; color: var(--accent); }
.rank__row .sc small { display: block; font-size: 10px; color: var(--text-3); font-weight: 600; letter-spacing: .08em; }
/* Painel: pipeline ABM (fluxo) */
.flow { position: absolute; inset: 0; padding: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-content: stretch; }
.flow__col { border-radius: 12px; background: var(--surface); border: 1px solid var(--border); padding: 10px; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.flow__col > span { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); font-weight: 700; display: flex; justify-content: space-between; }
.flow__col > span b { color: var(--text); }
.flow__card { padding: 9px 10px; border-radius: 9px; background: var(--surface-2); font-size: 11.5px; border: 1px solid transparent; transition: transform .5s var(--ease), opacity .5s, border-color .3s; }
.flow__card b { display: block; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .flow__card span { color: var(--text-3); font-size: 10.5px; }
.flow__card.is-new { animation: flowin .6s var(--ease); border-color: rgba(var(--accent-rgb), 0.7); }
.flow__card.is-out { opacity: 0; transform: translateX(16px); }
@keyframes flowin { from { opacity: 0; transform: translateX(-16px); } to { opacity: 1; transform: none; } }
@media (max-width: 640px) { .flow { grid-template-columns: repeat(2, 1fr); } .viz__stage { aspect-ratio: 1 / 1.05; } .viz__legend { display: none; } }

/* ---------------------------------------------------------------- LP: visuais animados (kanban, ranking, ações) */
.kanban__col { min-height: 120px; }
.kcard { transition: transform .5s var(--ease), opacity .5s, border-color .3s; border: 1px solid transparent; }
.kcard.is-out { opacity: 0; transform: translateX(28px) scale(.96); }
.kcard.is-new { animation: flowin .6s var(--ease); border-color: rgba(var(--accent-rgb), 0.7); }
.pipe { position: relative; }
.pipe__row { transition: transform .6s var(--ease), border-color .3s, background .3s; }
.pipe__row.is-bump { border-color: rgba(var(--accent-2-rgb), 0.8); background: rgba(var(--accent-2-rgb), 0.08); }
.pipe__row .sc span { transition: color .3s; } .pipe__row .sc span.is-up { color: #34D399 !important; }
.pipe__row.is-done { opacity: .45; } .pipe__row.is-done .name b { text-decoration: line-through; }
.pipe__row .nba.is-ok { background: rgba(52,211,153,.35); color: #34D399; }

/* ---------------------------------------------------------------- CTA: grade + feixe + rede de nós (canvas) */
.cta__box::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(var(--fg-rgb),0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--fg-rgb),0.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, #000 30%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, #000 30%, transparent 100%); animation: none; pointer-events: none; }
.cta__net { position: absolute !important; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.cta__box::after { content: ""; position: absolute; left: -10%; right: -10%; top: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--accent-2), var(--accent), transparent); opacity: .7; animation: beam 7s var(--ease) infinite; pointer-events: none; }
@keyframes beam { 0% { transform: translateY(0); opacity: 0; } 10% { opacity: .8; } 90% { opacity: .4; } 100% { transform: translateY(var(--cta-h, 320px)); opacity: 0; } }

/* ---------------------------------------------------------------- Glossário: ícone de info, tooltip e modal */
.info { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-left: 5px; vertical-align: -3px; color: var(--text-3); border-radius: 50%; font-size: 15px; opacity: 0; transition: opacity .2s, color .2s, transform .2s; }
@media (hover: none) { .info { opacity: .5; } }
.info:hover, .info:focus-visible, li:hover > .info, td:hover > .info, span:hover > .info, div:hover > span > .info { opacity: 1; color: var(--accent); transform: scale(1.15); }
.plan ul li { align-items: center; } .plan ul li > span { flex: 1; } .plan ul li .info i, .compare .info i { color: inherit; font-size: 15px; margin: 0; }
.tip { position: fixed; z-index: 1200; max-width: 300px; padding: 12px 14px; border-radius: 12px; background: var(--bg-3); border: 1px solid var(--border-2); box-shadow: 0 20px 50px rgba(var(--shadow),.35); font-size: 12.5px; color: var(--text-2); line-height: 1.5; pointer-events: auto; opacity: 0; transform: translateY(6px); transition: opacity .18s, transform .18s; }
.tip[hidden] { display: none; }
.tip::after { content: ""; position: absolute; left: 0; right: 0; bottom: -14px; height: 14px; }
.tip.is-below::after { bottom: auto; top: -14px; }
.tip__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 7px 11px; border-radius: 999px; background: rgba(var(--accent-rgb), 0.14); color: var(--accent); font-weight: 700; font-size: 12px; } .tip__more:hover { background: var(--accent); color: #fff; }
.tip.is-on { opacity: 1; transform: none; }
.tip b { display: block; color: var(--text); font-size: 13px; margin-bottom: 4px; } .tip small { display: block; margin-top: 8px; color: var(--accent); font-weight: 700; font-size: 11px; }
.gmodal { position: fixed; inset: 0; z-index: 1300; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(var(--shadow),.55); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.gmodal__box { position: relative; width: min(560px, 100%); border-radius: 22px; background: var(--bg-2); border: 1px solid var(--border-2); padding: 32px; box-shadow: 0 40px 100px rgba(var(--shadow),.5); animation: gm .3s var(--ease); }
@keyframes gm { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.gmodal__close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: var(--text-2); border: 1px solid var(--border); }
.gmodal__close:hover { background: var(--surface-2); color: var(--text); }
.gmodal h3 { font-size: 24px; margin-bottom: 10px; padding-right: 40px; } .gmodal__what { font-size: 15.5px; color: var(--text-2); }
.gmodal__why { margin-top: 18px; padding: 14px 16px; border-radius: 14px; background: rgba(var(--accent-rgb), 0.08); border: 1px solid rgba(var(--accent-rgb), 0.25); }
.gmodal__why b { display: flex; align-items: center; gap: 6px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; } .gmodal__why p { font-size: 14.5px; color: var(--text); }
.gmodal__why.is-empty { display: none; }
.gmodal__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.note { width: 100%; }

/* ---------------------------------------------------------------- White label: kit alternando cor e tema claro/escuro sozinho */
.brandkit { transition: background .6s var(--ease), border-color .6s, color .6s; --kit-bg: var(--bg-2); --kit-surface: var(--surface); --kit-surface-2: var(--surface-2); --kit-text: var(--text); --kit-text-3: var(--text-3); background: var(--kit-bg); color: var(--kit-text); }
.brandkit.is-light { --kit-bg: #FFFFFF; --kit-surface: rgba(15,18,25,0.04); --kit-surface-2: rgba(15,18,25,0.08); --kit-text: #0F1219; --kit-text-3: #7A8194; border-color: rgba(15,18,25,0.12); }
.brandkit.is-dark { --kit-bg: #0F1117; --kit-surface: rgba(255,255,255,0.05); --kit-surface-2: rgba(255,255,255,0.09); --kit-text: #F3F4F8; --kit-text-3: #6C7386; border-color: rgba(255,255,255,0.14); }
.brandkit__side, .brandkit__main { background: var(--kit-surface); transition: background .6s; }
.brandkit__side span, .brandkit__kpis div, .brandkit__url { background: var(--kit-surface-2); transition: background .6s; }
.brandkit__kpis div { color: var(--kit-text-3); } .brandkit__kpis b { color: var(--kit-text); } .brandkit__url { color: var(--kit-text-3); }
.brandkit__bar { border-color: var(--kit-surface-2); }
.brandkit__logo i, .brandkit__side span.on, .brandkit__bar2 { transition: background .6s; }
.brandkit__theme { display: inline-flex; gap: 4px; padding: 3px; border-radius: 999px; background: var(--kit-surface-2); margin-left: 8px; flex-shrink: 0; }
.brandkit__theme i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; color: var(--kit-text-3); transition: background .3s, color .3s; }
.brandkit.is-light .brandkit__theme i.l, .brandkit.is-dark .brandkit__theme i.d { background: var(--kit, var(--accent)); color: #fff; }
.brandkit__swatches button.is-on { border-color: var(--kit-text); }

/* ---------------------------------------------------------------- Nota: largura automática, centralizada */
.note { width: auto; max-width: 100%; display: inline-flex; margin-inline: auto; white-space: nowrap; }
.note span { white-space: normal; }
.note-wrap { display: flex; justify-content: center; }
@media (max-width: 720px) { .note { white-space: normal; } }

/* ---------------------------------------------------------------- Modal de revenda (vidro) */
.lmodal { position: fixed; inset: 0; z-index: 1300; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(var(--shadow),.45); backdrop-filter: blur(14px) saturate(130%); -webkit-backdrop-filter: blur(14px) saturate(130%); animation: lmfade .3s var(--ease); }
@keyframes lmfade { from { opacity: 0; } to { opacity: 1; } }
.lmodal__box { position: relative; width: min(960px, 100%); max-height: calc(100vh - 40px); overflow: hidden; display: flex; flex-direction: column; border-radius: 26px; border: 1px solid rgba(var(--fg-rgb),0.18); background: linear-gradient(160deg, rgba(var(--fg-rgb),0.08), rgba(var(--fg-rgb),0.02)), rgba(var(--bg-rgb),0.72); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: 0 50px 120px rgba(var(--shadow),.5), inset 0 1px 0 rgba(var(--fg-rgb),0.15); animation: lmpop .45s var(--ease); }
@keyframes lmpop { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }
.lmodal__box::before { content: ""; position: absolute; inset: -30% auto auto -20%; width: 60%; aspect-ratio: 1; background: radial-gradient(circle, rgba(var(--accent-rgb),0.35), transparent 60%); pointer-events: none; filter: blur(20px); }
.lmodal__box::after { content: ""; position: absolute; right: -20%; bottom: -35%; width: 55%; aspect-ratio: 1; background: radial-gradient(circle, rgba(var(--accent-2-rgb),0.25), transparent 60%); pointer-events: none; filter: blur(20px); }
.lmodal__close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: var(--text-2); border: 1px solid var(--border-2); background: rgba(var(--bg-rgb),0.5); }
.lmodal__close:hover { color: var(--text); background: var(--surface-2); }
.lmodal__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; overflow: auto; max-height: calc(100vh - 40px); overscroll-behavior: contain; }
.lmodal__grid::-webkit-scrollbar { width: 8px; } .lmodal__grid::-webkit-scrollbar-thumb { background: var(--border-2); border-radius: 4px; }
.lmodal__side { padding: 40px 36px; border-right: 1px solid var(--border); }
.lmodal__side h3 { font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 12px; } .lmodal__side p { color: var(--text-2); font-size: 15px; }
.lmodal__form { padding: 40px 36px; }
.lmodal__form .field { margin-bottom: 12px; }
.btn[disabled] { opacity: .45; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.btn[disabled]:hover i { transform: none; }
@media (max-width: 800px) { .lmodal__grid { grid-template-columns: 1fr; } .lmodal__side { border-right: 0; border-bottom: 1px solid var(--border); padding: 32px 24px 22px; } .lmodal__form { padding: 24px; } .lmodal__side .side-list { display: none; } }

/* ---------------------------------------------------------------- Sucesso animado */
.success--anim { padding: 40px 24px; position: relative; }
.success__check { position: relative; width: 112px; height: 112px; margin: 0 auto 18px; }
.success__check svg { width: 100%; height: 100%; }
.success__check .c { fill: rgba(52,211,153,.12); stroke: #34D399; stroke-width: 3; stroke-dasharray: 280; stroke-dashoffset: 280; animation: draw .7s var(--ease) forwards; }
.success__check .k { fill: none; stroke: #34D399; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 70; stroke-dashoffset: 70; animation: draw .5s .45s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.success__burst { position: absolute; inset: 0; pointer-events: none; }
.success__burst i { position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; border-radius: 2px; background: var(--accent); opacity: 0; animation: burst 1.1s .5s var(--ease) forwards; }
.success__burst i:nth-child(2n) { background: #22D3EE; border-radius: 50%; } .success__burst i:nth-child(3n) { background: #34D399; } .success__burst i:nth-child(5n) { background: #FBBF24; }
.success__burst i:nth-child(1) { --dx: -80px; --dy: -60px; } .success__burst i:nth-child(2) { --dx: 70px; --dy: -75px; } .success__burst i:nth-child(3) { --dx: 95px; --dy: -10px; } .success__burst i:nth-child(4) { --dx: 80px; --dy: 60px; }
.success__burst i:nth-child(5) { --dx: -20px; --dy: 90px; } .success__burst i:nth-child(6) { --dx: -90px; --dy: 40px; } .success__burst i:nth-child(7) { --dx: -100px; --dy: -15px; } .success__burst i:nth-child(8) { --dx: 20px; --dy: -100px; }
.success__burst i:nth-child(9) { --dx: 50px; --dy: 95px; } .success__burst i:nth-child(10) { --dx: -55px; --dy: -95px; } .success__burst i:nth-child(11) { --dx: 105px; --dy: 35px; } .success__burst i:nth-child(12) { --dx: -105px; --dy: 80px; }
@keyframes burst { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.4) rotate(0); } 20% { opacity: 1; } 100% { opacity: 0; transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(1) rotate(200deg); } }
.success__title { font-size: 28px; margin-bottom: 8px; animation: sup .5s .35s var(--ease) both; } .success__text { color: var(--text-2); max-width: 460px; margin-inline: auto; animation: sup .5s .5s var(--ease) both; }
.success__actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 22px; animation: sup .5s .65s var(--ease) both; }
@keyframes sup { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------------------------------------------------------------- Loading no botão, botões do sucesso, rodapé */
.btn.is-loading { opacity: .75; pointer-events: none; }
.btn.is-loading i { animation: btnspin .8s linear infinite; }
@keyframes btnspin { to { transform: rotate(360deg); } }
.success__actions .btn { padding: 10px 18px !important; font-size: 14px !important; width: auto !important; flex: 0 0 auto; }
.footer__col a { min-width: 0; overflow-wrap: anywhere; }

/* ---------------------------------------------------------------- Contratação: layout e provisionamento em etapas */
.signup-split { align-items: start; grid-template-columns: .9fr 1.1fr; }
@media (max-width: 900px) {
  .signup-split { grid-template-columns: 1fr; gap: 24px; }
  .signup-split .side-list { display: none; }
  .signup-split .form-card { padding: 22px 18px; }
  .plan-summary { padding: 16px; margin-top: 18px; }
}
.prov { position: fixed; inset: 0; z-index: 1400; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(var(--bg-rgb), .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); animation: lmfade .25s ease; }
.prov__box { width: min(440px, 100%); border-radius: 22px; background: var(--bg-2); border: 1px solid var(--border-2); padding: 32px 28px; box-shadow: 0 40px 100px rgba(var(--shadow), .5); animation: lmpop .35s var(--ease); }
.prov__head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.prov__ring { width: 44px; height: 44px; border-radius: 50%; border: 3px solid rgba(var(--accent-rgb), .18); border-top-color: var(--accent); animation: spin .9s linear infinite; flex-shrink: 0; }
.prov.is-done .prov__ring { animation: none; border-color: var(--ok); display: grid; place-items: center; color: var(--ok); font-size: 20px; }
.prov__head b { display: block; font-family: var(--display); font-size: 19px; font-weight: 800; letter-spacing: -0.01em; }
.prov__head small { display: block; color: var(--text-3); font-size: 13px; margin-top: 2px; }
.prov__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.prov__steps li { display: flex; align-items: center; gap: 12px; padding: 9px 10px; border-radius: 12px; font-size: 14px; color: var(--text-3); transition: color .3s, background .3s; }
.prov__steps li i { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--border-2); display: grid; place-items: center; font-size: 12px; flex-shrink: 0; transition: all .3s; }
.prov__steps li.is-active { color: var(--text); background: var(--surface); }
.prov__steps li.is-active i { border-color: var(--accent); border-top-color: transparent; animation: spin .8s linear infinite; }
.prov__steps li.is-done { color: var(--text-2); }
.prov__steps li.is-done i { background: var(--ok); border-color: var(--ok); color: #fff; }
.prov__steps li.is-done i::before { content: "✓"; font-weight: 800; }
.prov__bar { height: 4px; border-radius: 4px; background: var(--surface-2); margin-top: 20px; overflow: hidden; }
.prov__bar b { display: block; height: 100%; width: 0; border-radius: 4px; background: linear-gradient(90deg, var(--accent), var(--accent-2, var(--accent))); transition: width .5s var(--ease); }
@media (prefers-reduced-motion: reduce) { .prov__ring, .prov__steps li.is-active i { animation: none; } }
/* Modal de revenda no celular: altura dinâmica (barras do navegador) e margens menores */
@supports (height: 100dvh) { .lmodal__box, .lmodal__grid { max-height: calc(100dvh - 40px); } }
@media (max-width: 640px) { .lmodal { padding: 12px; } .lmodal__box { border-radius: 20px; } .lmodal__side .kicker, .lmodal__side h3 { padding-right: 48px; } @supports (height: 100dvh) { .lmodal__box, .lmodal__grid { max-height: calc(100dvh - 24px); } } .lmodal__side { padding: 28px 20px 18px; } .lmodal__form { padding: 20px; } }
