/* Inter variável 400–700, hospedada localmente. Sem requisição a terceiros.
   O unicode-range faz o navegador baixar só o subset que a página precisa:
   em pt-BR, apenas inter-latin.woff2. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  color-scheme: dark;
  --black: #000;
  --black-2: #080808;
  --panel: #0d0d0d;
  --panel-2: #141414;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.16);
  --white: #f5f5f3;
  --muted: #969696;
  --muted-2: #676767;
  --soft: #d6d6d3;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 22px;
  --shell: 1226px;
  --section-space: 120px;
  --text-xs: 11px;
  --text-sm: 12px;
  --text-base: 15px;
  --title-sm: clamp(32px, 4vw, 44px);
  --title-lg: clamp(50px, 5vw, 62px);
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Inter, "Helvetica Neue", Helvetica, Arial, ui-sans-serif, sans-serif; font-size: var(--text-base); line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse 60% 28% at 50% -8%, rgba(255,255,255,.055), transparent 72%); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: #fff; color: #000; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; transform: translateY(-150%); border-radius: 10px; background: #fff; color: #000; }
.skip-link:focus { transform: none; }
.section-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section-block { padding-block: var(--section-space); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #8a8a8a; font-size: var(--text-sm); font-weight: 500; letter-spacing: -.01em; text-transform: none; }
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: #d9d9d6; box-shadow: 0 0 0 4px rgba(255,255,255,.06); }
.section-heading { max-width: 650px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 16px; font-size: var(--title-sm); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.section-heading > p, .split-heading > p { color: var(--muted); font-size: var(--text-base); line-height: 1.55; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 72px; max-width: none; }
.split-heading > p { margin: 0 0 7px; }

.button { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; font-size: var(--text-sm); font-weight: 600; line-height: 1; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button span { transition: transform .25s var(--ease); }
.button:hover span { transform: translate(2px,-2px); }
.button-light { border-color: #fff; background: var(--white); color: #050505; }
.button-light:hover { background: #fff; box-shadow: 0 12px 30px rgba(255,255,255,.12); }
.button-dark { background: rgba(255,255,255,.055); color: var(--white); }
.button-dark:hover { border-color: var(--line-strong); background: rgba(255,255,255,.1); }
.button-small { min-height: 34px; padding-inline: 12px; border-radius: 8px; font-size: var(--text-sm); }
.button-icon { display: grid; width: 14px; height: 14px; place-items: center; }
.icon { display: block; width: 1em; height: 1em; }
.button-full { width: 100%; margin-top: 22px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(0,0,0,.78); border-bottom: 1px solid transparent; backdrop-filter: blur(20px) saturate(140%); transition: border-color .25s, background .25s; }
.site-header.scrolled { border-color: var(--line); background: rgba(0,0,0,.9); }
.nav-shell { display: flex; width: min(calc(100% - 40px), var(--shell)); min-height: 64px; margin-inline: auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 650; letter-spacing: -.025em; }
.brand img { width: 27px; height: 27px; border-radius: 8px; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: 18px; }
.main-nav a, .nav-login { color: #8d8d8d; font-size: var(--text-sm); transition: color .2s; }
.main-nav a:hover, .nav-login:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.menu-toggle { display: none; padding: 6px; border: 0; background: none; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px; background: #fff; }

.hero { padding-top: 96px; }
.hero-copy { max-width: 760px; }
.hero h1 { max-width: 730px; margin-bottom: 20px; font-size: var(--title-lg); font-weight: 500; letter-spacing: -.05em; line-height: .99; }
.hero-lead { max-width: 610px; margin-bottom: 22px; color: var(--muted); font-size: clamp(15px, 1.4vw, 17px); line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.product-stage { --rx: 0deg; --ry: 0deg; position: relative; margin-top: 42px; padding: 24px 20px 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #080808; perspective: 1400px; }
.product-stage::before { content: ""; position: absolute; inset: 0; opacity: .32; background: radial-gradient(circle at 50% 24%, rgba(255,255,255,.13), transparent 34%); }
.stage-glow { position: absolute; top: 18%; left: 50%; width: 70%; height: 70%; transform: translateX(-50%); border-radius: 50%; background: rgba(255,255,255,.045); filter: blur(80px); }
.app-window { position: relative; min-width: 960px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-bottom: 0; border-radius: 16px 16px 0 0; background: #0b0b0b; box-shadow: 0 -12px 80px rgba(255,255,255,.045), 0 30px 80px #000; transform: rotateX(var(--rx)) rotateY(var(--ry)); transform-origin: 50% 70%; transition: transform .35s var(--ease); }
.window-bar { display: flex; height: 42px; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid var(--line); background: #111; color: #777; font-size: 10px; }
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #383838; }
.window-bar b { margin-left: 12px; color: #a7a7a7; font-weight: 550; }
.window-bar em { margin-left: auto; padding: 3px 8px; border: 1px solid var(--line); border-radius: 999px; color: #999; font-style: normal; }
.app-body { display: grid; grid-template-columns: 190px 260px minmax(0,1fr) 172px; min-height: 525px; }
.app-sidebar { display: flex; flex-direction: column; gap: 5px; padding: 19px 13px; border-right: 1px solid var(--line); background: #0b0b0b; }
.mini-brand { display: flex; align-items: center; gap: 8px; margin: 2px 5px 22px; font-size: 12px; font-weight: 650; }
.mini-brand img { border-radius: 8px; }
.app-sidebar > span { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 8px; color: #737373; font-size: 11px; }
.app-sidebar > span.active { background: #1b1b1b; color: #eee; }
.app-sidebar > span b { min-width: 18px; padding: 2px 5px; border-radius: 9px; background: #eee; color: #111; text-align: center; }
.sidebar-user { display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 10px 6px 0; border-top: 1px solid var(--line); font-size: 10px; }
.sidebar-user i, .conversation i, .chat-head i { display: grid; flex: 0 0 auto; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; background: #202020; color: #bdbdbd; font-size: 8px; font-style: normal; }
.sidebar-user span { display: flex; flex-direction: column; }
.sidebar-user small { color: #666; }
.conversation-list { border-right: 1px solid var(--line); }
.list-head { display: flex; height: 54px; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid var(--line); font-size: 12px; }
.list-head .fake-btn { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: #181818; }
.search-faux { margin: 12px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; color: #555; font-size: 9px; }
.conversation { display: flex; align-items: center; gap: 9px; padding: 12px; border-top: 1px solid rgba(255,255,255,.05); }
.conversation.active { background: #171717; }
.conversation div { min-width: 0; }
.conversation strong { display: block; color: #bbb; font-size: 9px; }
.conversation p { overflow: hidden; margin: 2px 0 0; color: #666; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.conversation time { align-self: flex-start; margin-left: auto; color: #4e4e4e; font-size: 7px; }
.chat-panel { display: flex; flex-direction: column; min-width: 0; }
.chat-head { display: flex; height: 54px; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--line); }
.chat-head > div { display: flex; align-items: center; gap: 9px; }
.chat-head span { display: flex; flex-direction: column; color: #aaa; font-size: 9px; }
.chat-head small { color: #5e5e5e; }
.chat-head .fake-btn { padding: 6px 9px; border: 1px solid var(--line); border-radius: 7px; background: #f1f1ef; color: #111; font-size: 8px; }
.messages { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 25px; background: radial-gradient(circle at 60% 40%, #151515, #0e0e0e 55%); }
.time-label { align-self: center; color: #555; font-size: 7px; }
.message { max-width: 72%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; color: #a9a9a9; font-size: 9px; }
.message.incoming { align-self: flex-start; border-bottom-left-radius: 3px; background: #171717; }
.message.outgoing { align-self: flex-end; border-color: rgba(255,255,255,.18); border-bottom-right-radius: 3px; background: #e9e9e6; color: #161616; }
.typing { display: flex; align-items: center; gap: 3px; color: #4f4f4f; font-size: 7px; }
.typing i { width: 4px; height: 4px; border-radius: 50%; background: #777; animation: typing 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .15s; }.typing i:nth-child(3) { animation-delay: .3s; }.typing span { margin-left: 6px; }
.composer { display: flex; align-items: center; justify-content: space-between; margin: 14px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; color: #4b4b4b; font-size: 8px; }
.composer .fake-btn { padding: 5px 8px; border: 0; border-radius: 5px; background: #333; color: #aaa; font-size: 7px; }
.floating-card { position: absolute; z-index: 4; display: flex; width: 188px; flex-direction: column; padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(18,18,18,.9); box-shadow: 0 15px 50px #000; backdrop-filter: blur(12px); }
.floating-card span { color: #707070; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { margin-top: 3px; color: #d8d8d8; font-size: 10px; }
.floating-card-top { top: 102px; right: 20px; }.floating-card-bottom { bottom: 28px; left: 17px; }

.thesis-band { padding: var(--section-space) 0 20px; overflow: hidden; }
.marquee { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; width: max-content; gap: 12px; animation: marquee 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.thesis-pill { display: grid; width: 244px; min-height: 128px; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); color: #dfdfdc; font-size: 16px; font-weight: 550; letter-spacing: -.025em; transition: background .25s, border-color .25s, transform .25s var(--ease); }
.thesis-pill:hover { transform: translateY(-5px); border-color: var(--line-strong); background: #171717; }
.thesis-pill > span { grid-column: 1 / -1; color: #686868; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.thesis-pill b { align-self: end; color: #777; font-size: 14px; }.thesis-pill b .icon { width: 14px; height: 14px; }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.step-card { position: relative; min-height: 370px; padding: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.step-card > span { color: #666; font-size: 11px; letter-spacing: .12em; }
.step-card h3 { margin: 22px 0 8px; font-size: 21px; font-weight: 500; letter-spacing: -.035em; }
.step-card > p { color: var(--muted); font-size: 13px; }
.step-visual { display: flex; min-height: 180px; flex-direction: column; align-items: center; justify-content: center; margin: 22px 0 0; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: radial-gradient(circle, #191919, #0b0b0b 70%); }
.step-visual b { margin-top: 18px; font-size: 12px; font-weight: 600; }.step-visual small { color: #666; font-size: 9px; }
.pulse { width: 22px; height: 22px; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 0 0 10px rgba(255,255,255,.06), 0 0 0 24px rgba(255,255,255,.025); animation: pulse 2s infinite; }
.mini-lines { display: flex; flex-direction: column; gap: 7px; }
.mini-lines i { display: block; width: 90px; height: 8px; border-radius: 6px; background: #353535; }.mini-lines i:nth-child(2) { width: 130px; background: #f0f0ed; }.mini-lines i:nth-child(3) { width: 70px; }
.mini-check { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #efefec; color: #111; }.mini-check .icon { width: 20px; height: 20px; }

.features-section { border-top: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 12px; border: 0; }
.feature-card { grid-column: span 3; min-height: 300px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: background .25s, border-color .25s, transform .25s var(--ease); }
.feature-card:nth-child(1), .feature-card:nth-child(6) { grid-column: span 6; }
.feature-card:hover { transform: translateY(-3px); border-color: var(--line-strong); background: #111; }
.feature-card > span { color: #555; font-size: 10px; }
.feature-icon { display: grid; width: 42px; height: 42px; margin: 40px 0 34px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #141414; color: #dededb; }
.feature-icon .icon { width: 20px; height: 20px; }
.feature-card h3 { margin-bottom: 9px; font-size: 19px; font-weight: 500; letter-spacing: -.035em; }
.feature-card p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; }

.journey-section { overflow: hidden; }
.journey-track { display: grid; grid-template-columns: repeat(6,minmax(180px,1fr)); overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); scrollbar-width: thin; }
.journey-track article { position: relative; min-height: 250px; padding: 22px; border-right: 1px solid var(--line); }
.journey-track article:last-child { border-right: 0; }
.journey-track article::after { content: "→"; position: absolute; top: 50%; right: -10px; z-index: 2; display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #111; color: #555; font-size: 9px; }
.journey-track article:last-child::after { display: none; }
.journey-track article > span { color: #5f5f5f; font-size: 10px; letter-spacing: .12em; }
.journey-track article div { position: absolute; right: 22px; bottom: 22px; left: 22px; }
.journey-track h3 { margin-bottom: 7px; font-size: 16px; font-weight: 570; }.journey-track p { margin: 0; color: #747474; font-size: 12px; }

.pricing-section { border-top: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.price-card { min-height: 500px; padding: clamp(24px,3.4vw,42px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.plan-label-legacy { display: inline-flex; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #aaa; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 9px; }.price strong { font-size: clamp(48px,6vw,70px); font-weight: 500; letter-spacing: -.06em; line-height: .9; }.price small { color: #888; }
.price-total { font-size: 13px; }
.price-anchor { margin-top: 16px; font-size: 13px; color: #929292; }
.featured .price-anchor { color: #555; }
.price-anchor s { color: #676767; text-decoration-thickness: 1px; }
.featured .price-anchor s { color: #8a8a8a; }
.price-anchor b { font-weight: 500; color: var(--white); }
.featured .price-anchor b { color: #080808; }
.price-savings { margin-top: 8px; font-size: 12px; font-weight: 600; letter-spacing: .02em; color: var(--white); }
.featured .price-savings { color: #080808; }
.featured ul { border-color: rgba(0,0,0,.12); }
.pricing-note { max-width: 740px; margin: 22px auto 0; color: #5f5f5f; font-size: 11px; text-align: center; }
.offer-scope-section { border-top: 1px solid var(--line); }
.offer-scope-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.offer-scope-card,.scope-card { padding: clamp(24px,3vw,38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.offer-scope-card > span,.scope-card > span { color: #666; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.offer-scope-card h3 { margin: 18px 0 24px; font-size: clamp(24px,3vw,34px); font-weight: 500; letter-spacing: -.045em; }
.offer-scope-card ul,.scope-card ul { margin: 0; padding: 0; list-style: none; }
.offer-scope-card li { display: flex; gap: 10px; margin: 12px 0; color: #aaa; font-size: 12px; line-height: 1.55; }
.offer-scope-card li svg { width: 14px; flex: 0 0 14px; margin-top: 2px; }
.activation-scope-section { padding-top: 20px; }
.activation-scope-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.scope-card li { margin: 12px 0; padding-left: 16px; color: #aaa; font-size: 12px; line-height: 1.55; }
.scope-card li::before { content: "—"; margin-left: -16px; margin-right: 7px; color: #555; }

.faq-section { padding-top: 88px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: grid; width: 100%; grid-template-columns: 42px 1fr 26px; align-items: center; padding: 21px 0; border: 0; background: none; font-size: 14px; text-align: left; cursor: pointer; }
.faq-item button > span { color: #555; font-size: 10px; }.faq-item button i { font-size: 20px; font-style: normal; font-weight: 300; transition: transform .25s; }.faq-item button[aria-expanded=true] i { transform: rotate(45deg); }
.faq-answer { max-width: 760px; padding: 0 50px 25px; }.faq-answer p { margin: 0; color: var(--muted); }

.site-footer { width: min(calc(100% - 40px), var(--shell)); margin: 40px auto 0; padding: 0 0 28px; }
.footer-cta { display: flex; min-height: 290px; align-items: end; justify-content: space-between; gap: 40px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 20%, #252525, #0d0d0d 54%); }
.footer-cta h2 { max-width: 600px; margin: 0; font-size: clamp(38px,4.5vw,54px); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; padding: 90px 0 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-grid strong { margin-bottom: 8px; color: #777; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.footer-grid a:not(.brand) { color: #949494; font-size: 13px; }.footer-grid a:hover { color: #fff; }
.footer-brand p { max-width: 330px; margin-top: 13px; color: #6f6f6f; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); color: #555; font-size: 10px; }
.legal-disclaimer { max-width: 920px; margin: 25px 0 0; color: #4f4f4f; font-size: 10px; }

.page-hero, .thesis-hero { padding: 96px 0 72px; }
.page-hero h1, .thesis-hero h1, .form-intro h1, .activation-hero h1 { max-width: 850px; margin-bottom: 24px; font-size: var(--title-lg); font-weight: 500; letter-spacing: -.052em; line-height: .98; }
.page-hero > p { max-width: 680px; color: var(--muted); font-size: 17px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 55px; color: #595959; font-size: 11px; }.breadcrumbs a:hover { color: #fff; }.breadcrumbs b { color: #939393; font-weight: 500; }
.catalog-section { padding-bottom: 120px; }
.area-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 65px 0; border-top: 1px solid var(--line); }
.area-row > div:first-child > span { color: #555; font-size: 10px; }.area-row h2 { margin: 14px 0 9px; font-size: 36px; font-weight: 500; letter-spacing: -.045em; }.area-row p { max-width: 450px; color: #777; }.area-row > div:first-child > a { font-size: 12px; font-weight: 600; }.area-row > div:first-child > a b { margin-left: 8px; color: #666; }
.area-theses { border-top: 1px solid var(--line); }.area-theses a { display: flex; justify-content: space-between; padding: 17px 4px; border-bottom: 1px solid var(--line); color: #a9a9a9; font-size: 14px; transition: color .2s, padding .2s; }.area-theses a:hover { padding-inline: 10px; color: #fff; }.area-theses span { color: #555; }
.thesis-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding-bottom: 120px; }
.thesis-card { min-height: 280px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: transform .25s var(--ease), background .25s, border-color .25s; }.thesis-card:hover { transform: translateY(-3px); border-color: var(--line-strong); background: #111; }.thesis-card > span { color: #5f5f5f; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }.thesis-card h2 { margin: 40px 0 10px; font-size: 24px; font-weight: 500; letter-spacing: -.04em; }.thesis-card p { color: #7c7c7c; font-size: 13px; }.thesis-card b { display: flex; align-items: center; gap: 7px; margin-top: 26px; font-size: 11px; font-weight: 550; }.thesis-card b .icon { width: 12px; height: 12px; }
.empty-state { grid-column: 1/-1; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }

.thesis-hero-grid { display: grid; grid-template-columns: 1.1fr .8fr; align-items: center; gap: 72px; }.thesis-hero h1 { font-size: var(--title-lg); }.thesis-hero-grid > div:first-child > p { max-width: 680px; color: var(--muted); font-size: 16px; }.thesis-hero-grid .button { margin-top: 16px; }
.chat-demo { display: flex; min-height: 510px; flex-direction: column; justify-content: center; gap: 14px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 50% 35%, #1b1b1b, #0b0b0b 65%); }.chat-demo > span { margin-bottom: 25px; color: #575757; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.demo-message { max-width: 82%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; color: #aaa; font-size: 12px; }.demo-message.agent { align-self: flex-end; border-bottom-right-radius: 3px; background: #ededeb; color: #111; }.demo-message.lead { border-bottom-left-radius: 3px; background: #171717; }.demo-status { display: flex; align-items: center; gap: 8px; margin-top: 25px; color: #666; font-size: 9px; }.demo-status i { width: 6px; height: 6px; border-radius: 50%; background: #eee; box-shadow: 0 0 0 5px rgba(255,255,255,.06); }
.thesis-content { border-top: 1px solid var(--line); }.content-block { display: grid; grid-template-columns: 110px 1fr; gap: 32px; padding: 90px 0; border-bottom: 1px solid var(--line); }.block-number { color: #555; font-size: 11px; }.content-block h2 { max-width: 650px; margin-bottom: 34px; font-size: var(--title-sm); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }.check-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 45px; margin: 0; padding: 0; list-style: none; }.check-list li { padding: 15px 0; border-bottom: 1px solid var(--line); color: #aaa; }.check-list li::before { content: "↳"; margin-right: 12px; color: #555; }
.question-list { counter-reset: questions; }.question-list p { display: flex; gap: 30px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); color: #bbb; }.question-list span { color: #555; font-size: 10px; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.profile-grid > div { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }.profile-grid h3 { font-size: 18px; }.profile-grid ul { margin: 20px 0 0; padding-left: 18px; color: #888; font-size: 13px; }.profile-grid li { margin: 9px 0; }
.related-section { padding: 100px 0; }.related-links { display: flex; flex-wrap: wrap; gap: 8px; }.related-links a { display: inline-flex; align-items: center; gap: 16px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; color: #aaa; font-size: 12px; }.related-links a:hover { border-color: var(--line-strong); color: #fff; }.related-links .icon { width: 12px; height: 12px; }

.form-page { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; padding: 110px 0; }.form-intro h1 { font-size: var(--title-lg); }.form-intro > p { max-width: 580px; color: var(--muted); font-size: 16px; }.form-intro ul { margin: 36px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; color: #888; }.form-intro li { margin: 9px 0; }.form-intro li::before { content: "✓"; margin-right: 12px; color: #eee; }
.form-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }.form-card label:not(.checkbox) { display: block; margin-bottom: 17px; color: #999; font-size: 11px; font-weight: 600; letter-spacing: .02em; }.form-card input:not([type=checkbox]), .form-card select, .form-card textarea { width: 100%; margin-top: 7px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; outline: 0; background: #080808; color: #eee; transition: border-color .2s, box-shadow .2s; }.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: rgba(255,255,255,.38); box-shadow: 0 0 0 3px rgba(255,255,255,.05); }.form-card textarea { resize: vertical; }.checkbox { display: flex; gap: 10px; margin: 20px 0; color: #777; font-size: 11px; }.checkbox input { margin-top: 3px; accent-color: #fff; }.checkbox a, .form-card > small a { color: #fff; text-decoration: underline; }.form-card > small { display: block; margin-top: 14px; color: #666; text-align: center; }.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }.form-alert { margin-bottom: 20px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; }.form-alert.error { color: #ddd; background: #141414; }

.status-page { display: flex; min-height: 72vh; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 96px; }.status-page h1 { max-width: 850px; margin-bottom: 24px; font-size: var(--title-lg); font-weight: 500; letter-spacing: -.052em; line-height: .98; }.status-page > p { max-width: 620px; color: var(--muted); font-size: 16px; }.status-page > div { display: flex; gap: 10px; margin-top: 18px; }.status-icon { display: grid; width: 44px; height: 44px; margin-bottom: 32px; place-items: center; border-radius: 50%; background: #eee; color: #111; }.status-icon .icon { width: 20px; height: 20px; }
.activation-hero { padding: 116px 0 80px; }.activation-hero h1 { max-width: 900px; }.activation-hero > p { max-width: 680px; color: var(--muted); font-size: 17px; }.activation-hero .button { margin-top: 18px; }.activation-content { padding-bottom: 110px; }.activation-offer { margin-top: 80px; padding: clamp(30px,5vw,64px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); color: #090909; text-align: center; }.activation-offer > span { display: block; color: #555; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.activation-offer strong { display: block; margin: 18px 0 0; font-size: clamp(64px,9vw,112px); font-weight: 500; letter-spacing: -.065em; line-height: .9; }.activation-offer small { color: #555; }.activation-offer p { max-width: 600px; margin: 22px auto; color: #555; font-size: 12px; }.activation-offer .button { background: #090909; color: #fff; }
.legal-page { max-width: 860px; padding-block: 100px; }.legal-page h1 { font-size: var(--title-lg); font-weight: 500; letter-spacing: -.052em; line-height: .98; }.legal-page h2 { margin-top: 60px; font-size: 28px; font-weight: 500; letter-spacing: -.03em; }.legal-page li, .legal-page p { color: #999; }.legal-page li { margin: 11px 0; }.legal-warning { margin: 40px 0; padding: 22px; border: 1px solid var(--line-strong); border-radius: 14px; background: var(--panel); }.legal-warning p { margin: 8px 0 0; }

:where(a, button, input, select, textarea):focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
:is(.step-card,.feature-card,.thesis-card,.price-card,.chat-demo,.profile-grid > div) { --spot-x: 50%; --spot-y: 50%; position: relative; isolation: isolate; overflow: hidden; }
:is(.step-card,.feature-card,.thesis-card,.price-card,.chat-demo,.profile-grid > div)::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(280px circle at var(--spot-x) var(--spot-y), rgba(255,255,255,.07), transparent 62%); transition: opacity .3s; }
:is(.step-card,.feature-card,.thesis-card,.price-card,.chat-demo,.profile-grid > div):hover::before { opacity: 1; }
.window-bar em { backdrop-filter: blur(10px); }
.button, .thesis-pill, .thesis-card, .feature-card, .step-card, .price-card { -webkit-tap-highlight-color: transparent; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }.reveal.visible { opacity: 1; transform: none; }
@keyframes marquee { to { transform: translateX(calc(-50% - 6px)); } }
@keyframes typing { 0%,60%,100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-2px); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 15px rgba(255,255,255,.03), 0 0 0 32px rgba(255,255,255,0); } }
@keyframes selector-loop-progress { to { transform: scaleX(1); } }

@media (max-width: 980px) {
  .section-block { padding-block: 95px; }
  .main-nav { gap: 18px; margin-left: 5px; }
  .product-stage { padding-inline: 20px; overflow-x: hidden; }
  .app-window { min-width: 840px; transform: translateX(-4%) scale(.9); transform-origin: top left; }
  .steps-grid, .thesis-grid { grid-template-columns: repeat(2,1fr); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-card, .feature-card:nth-child(1), .feature-card:nth-child(6) { grid-column: auto; }
  .steps-grid .step-card:last-child { grid-column: 1/-1; }
  .split-heading, .area-row, .thesis-hero-grid, .form-page { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1.7fr repeat(2,1fr); }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .section-shell, .nav-shell, .site-footer { width: min(calc(100% - 28px), var(--shell)); }
  .section-block { padding-block: 12px; }
  .section-heading { margin-bottom: 22px; padding-top: 16px; }
.section-heading h2 { font-size: clamp(27px, 7.2vw, 33px); line-height: 1.14; }.section-heading p { font-size: 14px; }
  .nav-shell { min-height: 62px; gap: 0; }.nav-actions { display: none; }.menu-toggle { display: block; margin-left: auto; }.main-nav { position: absolute; top: 62px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #111; box-shadow: 0 20px 70px #000; }.main-nav.open { display: flex; }.main-nav a { padding: 12px; border-bottom: 1px solid var(--line); }.main-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 62px; }.hero-lead { font-size: 16px; }.hero-actions .button { width: 100%; min-height: 46px; }
  .product-stage { height: 455px; margin-top: 38px; padding: 18px 14px 0; border-radius: 18px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; scrollbar-width: none; }
  .product-stage::-webkit-scrollbar { display: none; }
  .app-window { min-width: 720px; transform: none; }
  .floating-card { display: none; }
  .thesis-band { padding-top: 100px; }.thesis-pill { width: 220px; min-height: 125px; }
  .steps-grid, .feature-grid, .pricing-grid, .thesis-grid { grid-template-columns: 1fr; }.steps-grid .step-card:last-child { grid-column: auto; }.step-card { min-height: 350px; }
  .split-heading { gap: 10px; }.feature-card { min-height: 260px; }
  .price-card { min-height: auto; }
  .faq-item button { grid-template-columns: 32px 1fr 24px; gap: 6px; }.faq-answer { padding-left: 32px; }
  .footer-cta { min-height: 380px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 28px; }.footer-grid { grid-template-columns: repeat(2,1fr); gap: 40px; padding: 65px 0; }.footer-brand { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; }
  .page-hero, .thesis-hero { padding-top: 72px; }.area-row { padding: 48px 0; }.content-block { grid-template-columns: 1fr; gap: 20px; padding: 64px 0; }.check-list, .profile-grid { grid-template-columns: 1fr; }.thesis-hero-grid { gap: 40px; }.chat-demo { min-height: 410px; }.form-page { padding: 72px 0; }.form-card { padding: 20px; }.status-page > div { width: 100%; flex-direction: column; }.status-page .button { width: 100%; }.activation-hero { padding-top: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Plataforma: capacidades reais do produto */
.platform-hero { padding-bottom: 56px; }.platform-hero .hero-actions { margin-top: 30px; }.platform-preview { padding-top: 38px; }
.platform-pillar-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.platform-pillar { position: relative; min-height: 410px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.platform-pillar > div { display: flex; align-items: center; justify-content: space-between; color: #555; font-size: 10px; }.platform-pillar > div i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #ddd; }.platform-pillar > div .icon { width: 17px; height: 17px; }
.platform-pillar h2 { max-width: 440px; margin: 72px 0 14px; font-size: 32px; font-weight: 500; letter-spacing: -.045em; }.platform-pillar > p { max-width: 520px; color: var(--muted); font-size: 13px; }
.platform-pillar ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 18px; margin: 32px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }.platform-pillar li { display: flex; align-items: center; gap: 8px; padding: 8px 0; color: #aaa; font-size: 11px; }.platform-pillar li .icon { width: 12px; height: 12px; }
.platform-principle { padding-top: 32px; }.principle-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 12px; margin-top: 34px; }.principle-flow > article { min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,#121212,#090909); }.principle-flow > article span { color: #555; font-size: 10px; }.principle-flow > article strong { display: block; margin-top: 60px; font-size: 19px; font-weight: 500; }.principle-flow > article p { color: var(--muted); font-size: 12px; }.principle-flow > b { align-self: center; color: #494949; font-size: 20px; font-weight: 400; }
.module-section { border-top: 1px solid var(--line); }.module-list { border-top: 1px solid var(--line); }.module-list article { display: grid; grid-template-columns: 54px minmax(180px,.45fr) 1fr; gap: 24px; align-items: baseline; padding: 25px 4px; border-bottom: 1px solid var(--line); transition: padding .2s,background .2s; }.module-list article:hover { padding-inline: 12px; background: #0e0e0e; }.module-list span { color: #555; font-size: 10px; }.module-list h3 { margin: 0; font-size: 18px; font-weight: 500; }.module-list p { max-width: 720px; margin: 0; color: var(--muted); font-size: 12px; }
.platform-control { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-bottom: 100px; padding: clamp(30px,5vw,58px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); color: #090909; }.platform-control h2 { margin: 16px 0 0; font-size: var(--title-sm); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }.platform-control p { color: #555; }.platform-control .button { margin-top: 20px; background: #090909; color: #fff; }

/* Ilustrações de produto — componentes do CRM sem dados reais */
.visual-page-hero { display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); gap: clamp(42px,6vw,90px); align-items: center; }
.visual-hero-copy > p { max-width: 650px; color: var(--muted); font-size: 16px; }
.product-visual { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 70% 15%,#1d1d1d,#0a0a0a 58%); box-shadow: 0 38px 100px rgba(0,0,0,.34); }
.visual-window-bar { display: flex; gap: 6px; align-items: center; height: 42px; padding: 0 14px; border-bottom: 1px solid var(--line); color: #777; font-size: 9px; }
.visual-window-bar > span { width: 6px; height: 6px; border-radius: 50%; background: #444; }.visual-window-bar > b { margin-left: 8px; color: #aaa; font-weight: 500; }.visual-window-bar > em { margin-left: auto; padding: 4px 7px; border: 1px solid var(--line); border-radius: 20px; color: #999; font-style: normal; }
.visual-operations { min-height: 520px; transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.visual-console { display: grid; grid-template-columns: 50px 1fr; min-height: 476px; }.visual-console > aside { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 15px 0; border-right: 1px solid var(--line); background: #080808; }.visual-console > aside strong { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; background: #eee; color: #111; font-size: 11px; }.visual-console > aside i { width: 15px; height: 15px; border: 1px solid #343434; border-radius: 5px; }.visual-console > aside i.active { background: #e7e7e5; box-shadow: 0 0 18px rgba(255,255,255,.16); }
.visual-pipeline { min-width: 0; padding: 19px; }.visual-pipeline > header { display: flex; align-items: center; justify-content: space-between; }.visual-pipeline > header div { display: flex; flex-direction: column; }.visual-pipeline small { color: #666; font-size: 8px; }.visual-pipeline > header b { margin-top: 3px; font-size: 13px; font-weight: 500; }.visual-pipeline > header > span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 8px; color: #777; font-size: 8px; }
.visual-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 17px 0; }.visual-metrics article { min-height: 76px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.025); }.visual-metrics strong { display: block; margin-top: 10px; font-size: 21px; font-weight: 500; }.visual-metrics span { color: #6f6f6f; font-size: 7px; }
.visual-kanban { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }.visual-kanban > section { min-width: 0; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: #090909; }.visual-kanban section > header { display: flex; justify-content: space-between; margin-bottom: 9px; color: #777; font-size: 8px; }.visual-kanban section > header b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; }.visual-kanban article { display: flex; gap: 7px; align-items: center; margin-top: 6px; padding: 8px; border: 1px solid #222; border-radius: 8px; background: #101010; }.visual-kanban article.highlight { border-color: #555; background: #e9e9e7; color: #111; }.visual-kanban article > i { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; background: #252525; color: #bbb; font-size: 7px; font-style: normal; }.visual-kanban article.highlight > i { background: #111; color: #fff; }.visual-kanban article div { min-width: 0; }.visual-kanban article b,.visual-kanban article small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.visual-kanban article b { font-size: 8px; font-weight: 550; }.visual-kanban article small { margin-top: 3px; font-size: 6px; color: #686868; }
.visual-float { position: absolute; z-index: 2; padding: 10px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(18,18,18,.82); box-shadow: 0 18px 40px #000; backdrop-filter: blur(14px); }.visual-float-a { right: 22px; bottom: 22px; }.visual-float small,.visual-float b { display: block; }.visual-float small { color: #666; font-size: 7px; }.visual-float b { margin-top: 4px; font-size: 10px; }.visual-float-b { top: 72px; right: -8px; display: flex; align-items: center; gap: 7px; color: #aaa; font-size: 8px; }.visual-float-b i { width: 5px; height: 5px; border-radius: 50%; background: #eee; box-shadow: 0 0 0 5px rgba(255,255,255,.06); }

.agents-architecture-section { padding: 20px 0 100px; }.agents-architecture-section .product-visual { margin-top: 34px; }.visual-agents { display: grid; grid-template-columns: .55fr auto 1.45fr; gap: 24px; align-items: center; min-height: 420px; padding: clamp(28px,4vw,52px); }.agent-core { display: flex; min-height: 220px; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: 22px; background: #f1f1ef; color: #090909; }.agent-core > span { display: grid; width: 42px; height: 42px; margin-bottom: auto; place-items: center; border-radius: 13px; background: #111; color: #fff; font-size: 13px; }.agent-core strong { font-size: 23px; font-weight: 500; letter-spacing: -.04em; }.agent-core small { margin-top: 6px; color: #666; }.agent-rail { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #575757; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }.agent-rail i { width: 1px; height: 42px; background: linear-gradient(transparent,#555,transparent); }.agent-modules { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }.agent-modules article { min-height: 115px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #0d0d0d; }.agent-modules span,.agent-modules b,.agent-modules small { display: block; }.agent-modules span { color: #555; font-size: 8px; }.agent-modules b { margin-top: 26px; font-size: 13px; font-weight: 500; }.agent-modules small { margin-top: 5px; color: #666; font-size: 8px; }.agent-output { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid var(--line); }.agent-output small,.agent-output strong { display: block; }.agent-output small { color: #555; font-size: 8px; }.agent-output strong { margin-top: 4px; font-size: 12px; }.agent-output > span { color: #888; font-size: 9px; }
.area-operation-strip { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 12px; align-items: center; margin-bottom: 60px; padding: 15px; border: 1px solid var(--line); border-radius: var(--radius); background: #0b0b0b; }.area-operation-strip article { min-height: 110px; padding: 18px; border-radius: 12px; background: #111; }.area-operation-strip span,.area-operation-strip b,.area-operation-strip small { display: block; }.area-operation-strip span { color: #555; font-size: 8px; }.area-operation-strip b { margin-top: 20px; font-size: 13px; }.area-operation-strip small { margin-top: 5px; color: #6f6f6f; font-size: 9px; }.area-operation-strip > i { color: #4a4a4a; font-style: normal; }

.visual-onboarding { min-height: 480px; }.onboarding-progress { padding: 22px 24px 10px; }.onboarding-progress > div { height: 5px; overflow: hidden; border-radius: 10px; background: #242424; }.onboarding-progress > div span { display: block; height: 100%; border-radius: inherit; background: #eee; }.onboarding-progress small { display: block; margin-top: 9px; color: #666; font-size: 8px; }.onboarding-list { padding: 4px 24px 24px; }.onboarding-list article { display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; align-items: center; padding: 14px 2px; border-bottom: 1px solid var(--line); }.onboarding-list i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: #666; font-size: 8px; font-style: normal; }.onboarding-list .done i { background: #eee; color: #111; }.onboarding-list .current i { border-color: #aaa; color: #eee; box-shadow: 0 0 18px rgba(255,255,255,.08); }.onboarding-list b,.onboarding-list small { display: block; }.onboarding-list b { font-size: 10px; font-weight: 500; }.onboarding-list small { margin-top: 4px; color: #616161; font-size: 8px; }.onboarding-list article > span { color: #565656; font-size: 7px; text-transform: uppercase; }.onboarding-list .current > span { color: #bbb; }

.visual-partners { margin-bottom: 64px; padding: clamp(24px,4vw,44px); }.partner-flow-head { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.partner-flow-head small { color: #aaa; }.partner-flow-head span { color: #666; font-size: 9px; }.partner-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 12px; align-items: center; margin-top: 22px; }.partner-flow article { min-height: 140px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #0d0d0d; }.partner-flow article i { color: #555; font-size: 8px; font-style: normal; }.partner-flow article div { margin-top: 38px; }.partner-flow article b,.partner-flow article small { display: block; }.partner-flow article b { font-size: 13px; font-weight: 500; }.partner-flow article small { margin-top: 4px; color: #666; font-size: 8px; }.partner-flow article > span { float: right; margin-top: -94px; color: #999; }.partner-flow > b { color: #444; font-weight: 400; }.partner-contact { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 15px; border-radius: 14px; background: #ededeb; color: #111; }.partner-contact > i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #111; color: #fff; font-size: 9px; font-style: normal; }.partner-contact div { flex: 1; }.partner-contact strong,.partner-contact small { display: block; }.partner-contact strong { font-size: 11px; }.partner-contact small { margin-top: 3px; color: #666; font-size: 8px; }.partner-contact > span { padding: 6px 8px; border: 1px solid #ccc; border-radius: 20px; color: #555; font-size: 7px; }

.visual-proposal { min-height: 500px; padding: 28px; background: #eee; color: #111; transform: rotate(1deg); }.visual-proposal > header { display: flex; align-items: center; gap: 10px; padding-bottom: 28px; border-bottom: 1px solid #ccc; }.visual-proposal header div { flex: 1; }.visual-proposal header small,.visual-proposal header b { display: block; }.visual-proposal header small { color: #777; font-size: 7px; }.visual-proposal header b { margin-top: 3px; font-size: 10px; }.visual-proposal header > span { padding: 5px 7px; border: 1px solid #bbb; border-radius: 20px; color: #777; font-size: 7px; }.proposal-preview-title { padding: 45px 0; }.proposal-preview-title small,.proposal-preview-title strong { display: block; }.proposal-preview-title small { color: #777; font-size: 8px; text-transform: uppercase; }.proposal-preview-title strong { max-width: 430px; margin-top: 12px; font-size: 29px; font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }.proposal-preview-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; }.proposal-preview-grid article { min-height: 70px; padding: 12px; border: 1px solid #ccc; border-radius: 9px; }.proposal-preview-grid span,.proposal-preview-grid b { display: block; }.proposal-preview-grid span { color: #999; font-size: 7px; }.proposal-preview-grid b { margin-top: 22px; font-size: 9px; }.visual-proposal > footer { display: flex; justify-content: space-between; align-items: end; margin-top: 30px; padding-top: 20px; border-top: 1px solid #ccc; }.visual-proposal footer small,.visual-proposal footer b { display: block; }.visual-proposal footer small { color: #777; font-size: 7px; }.visual-proposal footer b { margin-top: 3px; font-size: 17px; }.visual-proposal footer > span { color: #666; font-size: 8px; }

@media (max-width: 1100px) { .visual-page-hero { grid-template-columns: 1fr; }.visual-page-hero .product-visual { width: min(100%,760px); }.visual-operations { transform: none; } }
@media (max-width: 980px) { .platform-control { grid-template-columns: 1fr; gap: 45px; }.principle-flow { grid-template-columns: 1fr; }.principle-flow > b { display: none; }.visual-agents { grid-template-columns: 1fr; }.agent-rail { flex-direction: row; }.agent-rail i { width: 42px; height: 1px; }.agent-output { grid-column: auto; }.partner-flow { grid-template-columns: 1fr; }.partner-flow > b { display: none; } }
@media (max-width: 760px) { .platform-pillar-grid { grid-template-columns: 1fr; }.platform-pillar { min-height: 360px; padding: 22px; }.platform-pillar ul { grid-template-columns: 1fr; }.module-list article { grid-template-columns: 34px 1fr; }.module-list article p { grid-column: 2; }.platform-control { margin-bottom: 70px; }.visual-page-hero { padding-top: 72px; }.visual-operations { min-height: 400px; overflow-x: auto; }.visual-console { min-width: 650px; }.visual-metrics { grid-template-columns: repeat(3,150px); }.visual-kanban { grid-template-columns: repeat(3,180px); }.visual-float { display: none; }.visual-agents { padding: 20px; }.agent-modules { grid-template-columns: 1fr; }.agent-output { align-items: flex-start; flex-direction: column; gap: 12px; }.area-operation-strip { grid-template-columns: 1fr; }.area-operation-strip > i { display: none; }.onboarding-list article { grid-template-columns: 30px 1fr; }.onboarding-list article > span { grid-column: 2; }.partner-contact { align-items: flex-start; flex-wrap: wrap; }.visual-proposal { min-height: 440px; padding: 20px; transform: none; }.proposal-preview-title { padding: 32px 0; }.proposal-preview-title strong { font-size: 24px; } }
@media (max-width: 760px) { .offer-scope-grid,.activation-scope-grid { grid-template-columns: 1fr; } }

/* Extended page system: tools, proposals, partners, pricing and status */
.capacity-section { padding-top: 0; }
.capacity-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; padding: clamp(24px,4vw,48px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg,#111,#080808 65%); }
.capacity-copy h2 { max-width: 720px; margin: 14px 0 20px; font-size: var(--title-sm); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.capacity-copy p { max-width: 660px; color: var(--muted); }
.capacity-metric { display: flex; min-height: 270px; flex-direction: column; justify-content: flex-end; padding: 28px; border-radius: var(--radius); background: var(--white); color: #090909; }
.capacity-metric span { margin-bottom: auto; color: #666; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.capacity-metric strong { font-size: clamp(62px,8vw,104px); font-weight: 500; letter-spacing: -.065em; line-height: .85; }
.capacity-metric small { margin-top: 14px; color: #5c5c5c; }
.capacity-notes { display: grid; grid-column: 1/-1; grid-template-columns: repeat(2,1fr); gap: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.capacity-notes p { margin: 0; color: #777; font-size: 11px; }.capacity-notes b { color: #bbb; }
.compact-section { padding-top: 45px; }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.info-card, .tool-card { --spot-x: 50%; --spot-y: 50%; position: relative; isolation: isolate; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.info-card::before, .tool-card::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(280px circle at var(--spot-x) var(--spot-y), rgba(255,255,255,.07), transparent 62%); transition: opacity .3s; }
.info-card:hover::before, .tool-card:hover::before { opacity: 1; }
.info-card { min-height: 290px; padding: 24px; }
.info-card > span, .tool-card > span { color: #555; font-size: 10px; letter-spacing: .1em; }
.info-card h3 { margin: 90px 0 12px; font-size: 23px; font-weight: 500; letter-spacing: -.04em; }
.info-card p { margin: 0; color: var(--muted); font-size: 13px; }
.tool-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.tool-card { display: flex; min-height: 340px; flex-direction: column; justify-content: space-between; padding: 26px; transition: transform .25s var(--ease), border-color .25s, background .25s; }
.tool-card:hover { transform: translateY(-3px); border-color: var(--line-strong); background: #111; }
.tool-card h2 { max-width: 420px; margin-bottom: 12px; font-size: 32px; font-weight: 500; letter-spacing: -.045em; }
.tool-card p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; }
.tool-card b { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 550; }
.tool-card b .icon { width: 14px; height: 14px; }
.tool-hero { padding-bottom: 46px; }
.tool-workspace { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: 12px; padding-bottom: 22px; }
.tool-panel, .checklist-panel, .tool-result { min-height: 390px; padding: clamp(24px,4vw,42px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.tool-panel { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.tool-panel label { width: 100%; color: #8f8f8f; font-size: 11px; font-weight: 600; }
.tool-panel input { width: 100%; margin-top: 8px; padding: 13px; border: 1px solid var(--line); border-radius: 8px; outline: 0; background: #080808; color: #eee; }
.tool-panel .button { margin-top: auto; }
.tool-result { display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); color: #090909; }
.tool-result > span { margin-bottom: auto; color: #666; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.tool-result strong { max-width: 620px; font-size: clamp(28px,4vw,46px); font-weight: 500; letter-spacing: -.05em; line-height: 1.02; }
.tool-result p { margin: 20px 0 0; color: #666; font-size: 11px; }
.text-action { align-self: flex-start; margin-top: 22px; padding: 0 0 4px; border: 0; border-bottom: 1px solid #111; background: none; color: #111; cursor: pointer; }
.checklist-panel { display: flex; flex-direction: column; justify-content: center; }
.checklist-panel label { display: grid; grid-template-columns: 20px 30px 1fr; gap: 12px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); color: #aaa; font-size: 13px; cursor: pointer; }
.checklist-panel label:last-child { border-bottom: 0; }
.checklist-panel input { accent-color: #fff; }
.checklist-panel span { color: #555; font-size: 9px; }
.tool-footnote { padding-bottom: 110px; }.tool-footnote p { max-width: 780px; color: #5f5f5f; font-size: 11px; }
.partner-note { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 80px; padding: 48px 0; border-block: 1px solid var(--line); }
.partner-note h2 { margin: 10px 0 0; font-size: var(--title-sm); font-weight: 500; letter-spacing: -.045em; }
.partner-note p { align-self: end; margin: 0; color: var(--muted); }
.center-action { display: flex; justify-content: center; padding-top: 60px; }
.status-dashboard { min-height: 76vh; padding-block: 110px; }
.status-heading { display: grid; grid-template-columns: 20px 1fr; gap: 20px; align-items: start; }
.status-dot { width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: #8a8a8a; box-shadow: 0 0 0 7px rgba(255,255,255,.04); }
.status-heading h1 { margin: 12px 0 18px; font-size: var(--title-lg); font-weight: 500; letter-spacing: -.052em; line-height: .98; }
.status-heading p { max-width: 700px; color: var(--muted); }
.service-list { margin-top: 70px; border-top: 1px solid var(--line); }
.service-list article { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.service-list strong, .service-list small { display: block; }.service-list strong { font-size: 14px; }.service-list small { margin-top: 5px; color: #666; font-size: 10px; }
.service-state { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #d0d0d0; font-size: 10px; }.service-state.pending { color: #777; }
.status-timestamp { margin-top: 24px; color: #555; font-size: 10px; }
.proposal-sheet { padding-block: 95px 130px; }
.proposal-sheet > header { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.proposal-sheet h1 { max-width: 850px; margin: 16px 0; font-size: var(--title-lg); font-weight: 500; letter-spacing: -.052em; line-height: .98; }
.proposal-sheet header p { color: var(--muted); }
.proposal-sheet > section { padding: 65px 0; border-bottom: 1px solid var(--line); }
.proposal-sheet section > span, .proposal-commercial span { color: #5f5f5f; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.proposal-intro h2 { max-width: 900px; margin-top: 28px; font-size: var(--title-sm); font-weight: 500; letter-spacing: -.045em; }
.proposal-items { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 28px; }
.proposal-items div { min-height: 150px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.proposal-items b { color: #555; font-size: 10px; }.proposal-items p { margin: 55px 0 0; color: #aaa; }
.proposal-commercial { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.proposal-commercial strong { display: block; margin-top: 24px; font-size: 64px; font-weight: 500; letter-spacing: -.06em; }.proposal-commercial strong small { margin-left: 9px; color: #777; font-size: 12px; letter-spacing: 0; }.proposal-commercial p { color: #777; font-size: 12px; }
.proposal-commercial h2 { margin: 24px 0 30px; font-size: 28px; font-weight: 500; letter-spacing: -.04em; }
.proposal-sheet > footer { padding-top: 30px; color: #555; font-size: 10px; }
.consent-banner { position: fixed; right: 18px; bottom: 18px; z-index: 100; display: none; width: min(620px,calc(100% - 36px)); align-items: center; justify-content: space-between; gap: 28px; padding: 18px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(15,15,15,.96); box-shadow: 0 24px 80px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.consent-banner.visible { display: flex; }.consent-banner p { margin: 0; }.consent-banner strong, .consent-banner span { display: block; }.consent-banner strong { margin-bottom: 5px; font-size: 12px; }.consent-banner span { color: #888; font-size: 10px; }.consent-banner a { color: #ddd; text-decoration: underline; }.consent-banner > div { display: flex; flex: 0 0 auto; gap: 8px; }

@media (max-width: 980px) {
  .capacity-card, .capacity-notes, .tool-workspace, .partner-note, .proposal-commercial { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 760px) {
  :root { --title-lg: clamp(34px, 9.4vw, 44px); --title-sm: clamp(25px, 6.8vw, 30px); }
  .tool-grid, .info-grid, .proposal-items { grid-template-columns: 1fr; }
  .tool-card { min-height: 290px; }.tool-panel, .checklist-panel, .tool-result { min-height: 330px; }
  .service-list article { align-items: flex-start; flex-direction: column; }
  .proposal-sheet > header img { width: 42px; height: 42px; }
  .consent-banner { align-items: stretch; flex-direction: column; gap: 16px; }.consent-banner > div { display: grid; grid-template-columns: 1fr 1fr; }.consent-banner .button { width: 100%; }
}

/* Camada de confiança da home: integrações, prova de produto, governança e
   infraestrutura de pagamento. Cabeçalhos usam .section-heading/.split-heading;
   o card de governança espelha as métricas do .capacity-card. */
.trust-layer { padding-block: var(--section-space); }
.integration-rail { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.integration-item { display: flex; flex-direction: column; gap: 14px; padding: 24px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s; }
.integration-item:nth-child(3n) { border-right: 0; }
.integration-item:nth-last-child(-n+3) { border-bottom: 0; }
.integration-item:hover { background: #111; }
.integration-head { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 14px; align-items: center; }
.integration-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.integration-item strong { display: block; font-size: 16px; font-weight: 570; letter-spacing: -.02em; }
.integration-item small { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }
.integration-item em { color: #555; font-size: 10px; font-style: normal; }
.integration-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--panel-2); color: #dededb; }
.integration-icon .icon { width: 20px; height: 20px; }
.integration-note { max-width: 740px; margin: 22px 0 0; color: #5f5f5f; font-size: 11px; }

.payment-infrastructure { display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; align-items: center; margin-top: 12px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; background: #0b0b0b; }
.payment-lock { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--panel-2); color: #dededb; }
.payment-lock .icon { width: 20px; height: 20px; }
.payment-copy strong { display: block; font-size: 13px; font-weight: 570; letter-spacing: -.02em; }
.payment-copy small { display: block; margin-top: 4px; color: #aaa; font-size: 11px; }
.payment-brands { display: flex; gap: 8px; }
.payment-brands span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); text-align: right; }
.payment-brands b { display: block; font-size: 11px; font-weight: 570; }
.payment-brands small { display: block; margin-top: 2px; color: #5f5f5f; font-size: 10px; }

.button-ghost { background: transparent; color: var(--soft); }
.button-ghost:hover { border-color: var(--line-strong); background: rgba(255,255,255,.055); color: var(--white); }
.status-dot.neutral { background: #8a8a8a; }

@media (max-width: 980px) {
  .governance-card { grid-template-columns: 1fr; gap: 45px; }
  .governance-card > footer { grid-template-columns: 1fr; gap: 30px; }
  .integration-rail { grid-template-columns: repeat(2,1fr); }
  .integration-item:nth-child(3n) { border-right: 1px solid var(--line); }
  .integration-item:nth-child(2n) { border-right: 0; }
  .integration-item:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .integration-item:nth-last-child(-n+2) { border-bottom: 0; }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .integration-rail { grid-template-columns: 1fr; }
  .integration-item, .integration-item:nth-child(3n) { border-right: 0; }
  .integration-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .integration-item:last-child { border-bottom: 0; }
  .proof-strip { grid-template-columns: 1fr; }
  .governance-list article { grid-template-columns: 1fr 16px; gap: 6px 14px; }
  .governance-list strong { grid-column: 1; text-align: left; }
  .governance-list i { grid-row: 1/3; grid-column: 2; }
  .payment-infrastructure { grid-template-columns: 42px 1fr; }
  .payment-brands { grid-column: 1/-1; }
  .payment-brands span { flex: 1; text-align: left; }
}

/* Logotipos das integrações: glifos de cor única embutidos inline, herdando a
   mesma cor dos demais ícones do site. Mesma caixa de 42px do .integration-icon. */
.brand-logo { width: 20px; height: 20px; color: #dededb; }

/* Ação secundária dentro do card branco da Ativação: leva quem já tem orçamento
   direto para os planos, sem competir com o CTA principal. */
.activation-offer .button + .button { margin-left: 10px; }
.activation-offer .button-ghost { border-color: rgba(0,0,0,.18); background: transparent; color: #090909; }
.activation-offer .button-ghost:hover { border-color: rgba(0,0,0,.4); background: rgba(0,0,0,.04); color: #090909; }
@media (max-width: 620px) {
  .activation-offer .button { display: flex; width: 100%; }
  .activation-offer .button + .button { margin-left: 0; margin-top: 10px; }
}
.center-action { flex-wrap: wrap; gap: 10px; padding-bottom: 110px; }

/* Seletor de áreas da home. Abas reaproveitam a métrica do .button; os cards de
   tese seguem o mesmo card de painel usado no restante do site. */
.area-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.area-tab { display: inline-flex; min-height: 38px; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--muted); font-size: var(--text-sm); font-weight: 600; cursor: pointer; transition: border-color .25s, background .25s, color .25s; }
.area-tab:hover { border-color: var(--line-strong); background: rgba(255,255,255,.055); color: var(--white); }
.area-tab em { color: #555; font-size: 10px; font-style: normal; }
.area-tab.is-active { border-color: #fff; background: var(--white); color: #050505; }
.area-tab.is-active em { color: #666; }

/* Progresso dos seletores em ciclo. O JS remove esta animação quando existe
   hover, foco ou quando o componente deixa a área visível da página. */
.auto-loop .area-tab, .auto-loop .gov-item, .auto-loop .showcase-dot { position: relative; overflow: hidden; }
.auto-loop.is-loop-ticking .area-tab.is-active::after,
.auto-loop.is-loop-ticking .gov-item.is-active::after,
.auto-loop.is-loop-ticking .showcase-dot.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  opacity: .45;
  transform: scaleX(0);
  transform-origin: left;
  animation: selector-loop-progress var(--auto-loop-duration) linear forwards;
}
.auto-loop.is-loop-ticking .area-tab.is-active::after { background: #050505; opacity: .42; }
.auto-loop.is-loop-ticking .gov-item.is-active::after { bottom: -1px; opacity: .6; }
.auto-loop.is-loop-ticking .showcase-dot.is-active::after { top: 0; height: 100%; background: #727272; opacity: .55; }

@media (max-width: 980px) {
  .area-thesis-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .area-tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; overscroll-behavior-x: contain; }
      .area-tabs::-webkit-scrollbar { display: none; }
  .area-tab { flex: 0 0 auto; }
  .area-thesis-grid { grid-template-columns: 1fr; }
  .area-thesis-card { min-height: 0; }
}

/* Fechamento da home. O fundo usa o mesmo halo radial do body::before, em
   intensidade maior. Para trocar por foto, defina --closing-image na section. */
.closing-cta { position: relative; isolation: isolate; overflow: hidden; margin-top: var(--section-space); border-top: 1px solid var(--line); background: var(--black-2); }
.closing-cta::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 60% at 50% 118%, rgba(255,255,255,.11), transparent 70%); }
.closing-cta::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: .5; background-image: var(--closing-image, none); background-position: center; background-size: cover; }
.closing-cta-inner { display: flex; flex-direction: column; align-items: center; padding-block: clamp(90px,12vw,150px); text-align: center; }
.closing-cta-inner h2 { max-width: 780px; margin-bottom: 18px; font-size: var(--title-lg); font-weight: 500; letter-spacing: -.052em; line-height: .98; }
.closing-cta-inner > p { max-width: 560px; margin-bottom: 30px; color: var(--muted); font-size: 16px; }
.closing-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }

@media (max-width: 760px) {
  .closing-cta-actions { width: 100%; flex-direction: column; }
  .closing-cta-actions .button { width: 100%; min-height: 46px; }
}

/* Hero em duas colunas sobre arte de fundo. A coluna direita traz um laço
   vertical de benefícios; o dashboard passa a viver na seção seguinte. */
/* Na home a arte do hero sobe para trás do cabeçalho: a seção recua a altura do
   header e devolve o mesmo valor em padding, mantendo o texto no lugar. O header
   fica transparente até o primeiro scroll. */
:root { --header-h: 64px; }
.page-home .hero-shell { margin-top: calc(-1 * var(--header-h)); padding-top: var(--header-h); }
.page-home .site-header:not(.scrolled) { background: transparent; backdrop-filter: none; }

.hero-shell { position: relative; isolation: isolate; overflow: hidden; }
.hero-art { position: absolute; z-index: -1; inset: 0; background-image: url('../img/art/hero-escritorio.webp'); background-position: 68% center; background-repeat: no-repeat; background-size: cover; }
.hero-art::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(90deg, var(--black) 0%, rgba(5,5,5,.82) 32%, rgba(5,5,5,.42) 62%, rgba(5,5,5,.55) 100%),
  linear-gradient(180deg, rgba(5,5,5,.6) 0%, rgba(5,5,5,.1) 30%, rgba(5,5,5,.55) 78%, var(--black) 100%); }
.hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.02fr); gap: clamp(40px,6vw,90px); align-items: center; padding-block: clamp(110px,13vw,168px) clamp(70px,8vw,104px); }
.hero-copy { max-width: 760px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 44px; }
  }

@media (max-width: 760px) {
  :root { --header-h: 62px; }
  .hero-art { background-image: url('../img/art/hero-escritorio-sm.webp'); background-position: 74% center; }
  .hero { padding-block: 92px 56px; }
  .hero-actions .button { width: 100%; min-height: 46px; }
  }

@media (prefers-reduced-motion: reduce) {
      }

/* Nichos em destaque: card com arte em vetor no topo e texto na base. */
.niche-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.niche-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: border-color .25s, transform .25s var(--ease); }
.niche-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.niche-art { display: block; aspect-ratio: 4 / 5; background-position: center; background-size: cover; border-bottom: 1px solid var(--line); transition: transform .5s var(--ease); }
.niche-card:hover .niche-art { transform: scale(1.03); }
.niche-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.niche-body strong { font-size: 19px; font-weight: 500; letter-spacing: -.035em; }
.niche-body small { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.niche-body b { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; color: var(--soft); font-size: 11px; font-weight: 500; }
.niche-body .icon { width: 13px; height: 13px; }

@media (max-width: 980px) {
  .niche-grid { grid-template-columns: repeat(2,1fr); }
  .showcase-rail { grid-auto-columns: minmax(0,calc((100% - 12px) / 2)); }
}

@media (max-width: 760px) {
  .niche-grid { grid-template-columns: 1fr; }
  .niche-art { aspect-ratio: 16 / 10; }
  .showcase-rail { grid-auto-columns: 86%; }
}

/* Módulo da plataforma: abas trocando telas do produto. As telas reaproveitam o
   cromo do .app-window; só o painel da direita muda. Todas as animações usam
   transform/opacity para não provocar reflow. */
.stage-panel { margin-top: 12px; }
.stage-hint { margin: 0 0 16px; color: var(--muted-2); font-size: 12px; }
.platform-module .product-stage { margin-top: 0; }
/* A .app-body é uma grade de 3 colunas herdada da tela de atendimento; as telas
   novas têm só a barra lateral e o painel, então ele ocupa as duas colunas restantes. */
.stage-work { display: flex; min-width: 0; flex-direction: column; grid-column: 2 / -1; }
.stage-toolbar { display: flex; height: 54px; flex: 0 0 auto; align-items: center; gap: 8px; padding: 0 16px; border-bottom: 1px solid var(--line); }
.stage-toolbar strong { margin-right: 6px; color: #ccc; font-size: 11px; font-weight: 550; }
.stage-chip { padding: 4px 9px; border: 1px solid var(--line); border-radius: 999px; background: #1b1b1b; color: #ddd; font-size: 8px; }
.stage-chip.is-muted { background: transparent; color: #5e5e5e; }
.stage-toolbar em { margin-left: auto; color: #4e4e4e; font-size: 8px; font-style: normal; }

/* Funil */
.kanban { display: grid; flex: 1; grid-template-columns: repeat(5,1fr); gap: 8px; padding: 14px; background: radial-gradient(circle at 60% 40%, #151515, #0e0e0e 55%); }
.kanban-col { display: flex; min-width: 0; flex-direction: column; gap: 7px; padding: 10px 8px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.02); }
.kanban-col header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: #8b8b8b; font-size: 8px; }
.kanban-col header b { padding: 1px 6px; border-radius: 8px; background: #232323; color: #bbb; font-size: 7px; }
.kanban-card { display: flex; align-items: center; gap: 7px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #141414; }
.kanban-card i { display: grid; flex: 0 0 auto; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #242424; color: #b5b5b5; font-size: 7px; font-style: normal; }
.kanban-card strong { display: block; color: #b9b9b9; font-size: 8px; }
.kanban-card small { display: block; margin-top: 2px; color: #5d5d5d; font-size: 7px; }
.kanban-card.is-ghost { border-color: rgba(255,255,255,.22); background: #1d1d1d; animation: kanban-move 6s var(--ease) infinite; }
@keyframes kanban-move {
  0%, 8% { opacity: 0; transform: translate(calc(-100% - 8px), 26px) scale(.96); }
  22%, 68% { opacity: 1; transform: translate(0,0) scale(1); }
  84%, 100% { opacity: 0; transform: translate(0,-6px) scale(.98); }
}

/* Agenda */
.calendar { display: flex; flex: 1; flex-direction: column; padding: 14px; background: radial-gradient(circle at 60% 40%, #151515, #0e0e0e 55%); }
.calendar-head { display: grid; grid-template-columns: repeat(6,1fr); gap: 6px; padding-bottom: 9px; color: #6d6d6d; font-size: 8px; text-align: center; }
.calendar-grid { position: relative; display: grid; flex: 1; grid-template-columns: repeat(6,1fr); gap: 6px; border-top: 1px solid var(--line); }
.calendar-col { border-right: 1px solid rgba(255,255,255,.04); }
.calendar-col:last-of-type { border-right: 0; }
.calendar-now { position: absolute; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); animation: calendar-now 9s linear infinite; }
@keyframes calendar-now { 0% { top: 4%; opacity: 0; } 12%, 88% { opacity: 1; } 100% { top: 92%; opacity: 0; } }
.calendar-event { position: absolute; top: var(--top); left: calc(var(--col) * (100% / 6)); width: calc(100% / 6 - 6px); height: var(--h); padding: 6px 7px; overflow: hidden; border: 1px solid var(--line); border-left: 2px solid rgba(255,255,255,.32); border-radius: 6px; background: #1a1a1a; opacity: 0; animation: stage-in .5s var(--ease) forwards; animation-delay: calc(var(--n) * .09s + .1s); }
.calendar-event strong { display: block; color: #c2c2c2; font-size: 7px; }
.calendar-event small { display: block; margin-top: 2px; color: #616161; font-size: 6px; }
@keyframes stage-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

/* Agentes */
.agent-list { display: flex; flex: 1; flex-direction: column; gap: 7px; padding: 14px; background: radial-gradient(circle at 60% 40%, #151515, #0e0e0e 55%); }
.agent-row { position: relative; display: grid; grid-template-columns: 26px 1fr auto; gap: 10px; align-items: center; overflow: hidden; padding: 11px 12px; border: 1px solid var(--line); border-radius: 9px; background: #141414; opacity: 0; animation: stage-in .5s var(--ease) forwards; animation-delay: calc(var(--n) * .08s + .1s); }
.agent-row strong { display: block; color: #bcbcbc; font-size: 9px; }
.agent-row small { display: block; margin-top: 2px; color: #5d5d5d; font-size: 7px; }
.agent-mark { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: #1e1e1e; color: #cfcfcf; }
.agent-mark .icon { width: 13px; height: 13px; }
.agent-status { padding: 3px 8px; border: 1px solid var(--line); border-radius: 999px; font-size: 7px; }
.agent-status.is-publicado { border-color: rgba(255,255,255,.24); background: #e9e9e6; color: #161616; }
.agent-status.is-revisando { color: #cfcfcf; }
.agent-status.is-rascunho { color: #5b5b5b; }
.agent-row.is-running::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,.4); transform-origin: 0 50%; animation: agent-scan 4.5s var(--ease) infinite; }
@keyframes agent-scan { 0% { transform: scaleX(0); opacity: .9; } 70% { transform: scaleX(1); opacity: .9; } 100% { transform: scaleX(1); opacity: 0; } }
.agent-note { display: flex; align-items: center; gap: 9px; padding: 12px 16px; border-top: 1px solid var(--line); color: #5b5b5b; font-size: 8px; }

/* Relatórios */
.report-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding: 14px 14px 0; }
.report-metrics article { padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: #141414; opacity: 0; animation: stage-in .5s var(--ease) forwards; animation-delay: calc(var(--n) * .08s + .1s); }
.report-metrics span { display: block; color: #5f5f5f; font-size: 7px; }
.report-metrics strong { display: block; margin-top: 6px; font-size: 20px; font-weight: 500; letter-spacing: -.04em; }
.report-metrics em { display: block; margin-top: 3px; color: #7d7d7d; font-size: 7px; font-style: normal; }
.report-chart { display: grid; flex: 1; grid-template-columns: repeat(8,1fr); gap: 8px; align-items: end; padding: 20px 14px 14px; }
.report-bar { display: flex; height: 100%; flex-direction: column; justify-content: flex-end; gap: 7px; }
.report-bar i { display: block; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(180deg, rgba(255,255,255,.3), rgba(255,255,255,.06)); transform-origin: 50% 100%; animation: report-grow .7s var(--ease) backwards; animation-delay: calc(var(--n) * .06s + .15s); }
.report-bar span { overflow: hidden; color: #5d5d5d; font-size: 6px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
@keyframes report-grow { from { transform: scaleY(0); } to { transform: scaleY(1); } }

@media (max-width: 760px) {
  .report-metrics { grid-template-columns: repeat(2,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .kanban-card.is-ghost, .calendar-now, .agent-row.is-running::after { animation: none; }
  .kanban-card.is-ghost, .calendar-event, .agent-row, .report-metrics article { opacity: 1; transform: none; }
  .report-bar i { animation: none; }
}

/* Follow-up: fila de quem parou de responder e em que passo da cadência está. */
.followup-body { display: flex; flex: 1; flex-direction: column; background: radial-gradient(circle at 60% 40%, #151515, #0e0e0e 55%); }
.followup-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 14px 14px 0; }
.followup-summary article { padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: #141414; }
.followup-summary span { display: block; color: #5f5f5f; font-size: 7px; }
.followup-summary strong { display: block; margin-top: 6px; font-size: 20px; font-weight: 500; letter-spacing: -.04em; }
.followup-list { display: flex; flex: 1; flex-direction: column; gap: 7px; padding: 14px; }
.followup-row { position: relative; display: grid; grid-template-columns: 26px minmax(0,1fr) auto auto; gap: 10px; align-items: center; overflow: hidden; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: #141414; opacity: 0; animation: stage-in .5s var(--ease) forwards; animation-delay: calc(var(--n) * .08s + .1s); }
.followup-row > i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #242424; color: #b5b5b5; font-size: 8px; font-style: normal; }
.followup-row strong { display: block; color: #bcbcbc; font-size: 9px; }
.followup-row small { display: block; margin-top: 2px; color: #5d5d5d; font-size: 7px; }
.followup-steps { display: flex; gap: 4px; }
.followup-steps span { padding: 3px 7px; border: 1px solid var(--line); border-radius: 999px; color: #4e4e4e; font-size: 6px; }
.followup-steps span.is-done { border-color: rgba(255,255,255,.2); background: #232323; color: #c8c8c8; }
.followup-row.is-running::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,.4); transform-origin: 0 50%; animation: agent-scan 4.5s var(--ease) infinite; }
.agent-status.is-ativo { color: #cfcfcf; }
.agent-status.is-retomado { border-color: rgba(255,255,255,.24); background: #e9e9e6; color: #161616; }
.agent-status.is-opt-out { color: #5b5b5b; }

/* Anúncios: do clique ao cliente, e o custo real por cliente. */
.ads-body { display: flex; flex: 1; flex-direction: column; background: radial-gradient(circle at 60% 40%, #151515, #0e0e0e 55%); }
.ads-funnel { display: flex; flex-direction: column; gap: 6px; padding: 14px 14px 0; }
.ads-step { display: flex; align-items: center; gap: 9px; }
.ads-step i { display: block; width: var(--w); height: 16px; border-radius: 4px; background: linear-gradient(90deg, rgba(255,255,255,.3), rgba(255,255,255,.07)); transform-origin: 0 50%; animation: ads-grow .7s var(--ease) backwards; animation-delay: calc(var(--n) * .08s + .15s); }
.ads-step span { flex: 0 0 auto; color: #6f6f6f; font-size: 7px; }
@keyframes ads-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.ads-table { padding: 14px; }
.ads-head, .ads-row { display: grid; grid-template-columns: minmax(0,1.6fr) repeat(4,minmax(0,.85fr)); gap: 8px; align-items: center; }
.ads-head { padding: 0 10px 8px; color: #565656; font-size: 7px; }
.ads-row { padding: 9px 10px; border: 1px solid var(--line); border-radius: 8px; background: #141414; color: #9d9d9d; font-size: 8px; opacity: 0; animation: stage-in .5s var(--ease) forwards; animation-delay: calc(var(--n) * .08s + .3s); }
.ads-row + .ads-row { margin-top: 6px; }
.ads-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ads-row span:first-child { color: #c2c2c2; }
.ads-row b { padding: 3px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: #1f1f1f; color: #e2e2e2; font-size: 7px; font-weight: 550; text-align: center; }

@media (max-width: 760px) {
  .followup-summary { grid-template-columns: 1fr; }
  .followup-row { grid-template-columns: 26px minmax(0,1fr) auto; }
  .followup-steps { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .followup-row, .ads-row { opacity: 1; transform: none; }
  .followup-row.is-running::after, .ads-step i { animation: none; }
}

/* ---- Telas do módulo: cada aba com silhueta própria ---- */

/* Atendimento: coluna de contexto do lead à direita do chat. */
.lead-rail { display: flex; flex-direction: column; gap: 9px; padding: 14px 12px; border-left: 1px solid var(--line); background: #0b0b0b; }
.lead-rail > header { display: flex; align-items: center; gap: 8px; padding-bottom: 11px; border-bottom: 1px solid var(--line); }
.lead-rail > header i { display: grid; flex: 0 0 auto; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #242424; color: #b5b5b5; font-size: 8px; font-style: normal; }
.lead-rail strong { display: block; color: #c0c0c0; font-size: 9px; }
.lead-rail small { display: block; margin-top: 2px; color: #5b5b5b; font-size: 7px; }
.lead-field { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.lead-field span { color: #565656; font-size: 7px; }
.lead-field b { color: #b8b8b8; font-size: 7px; font-weight: 500; }
.lead-docs { display: flex; flex-direction: column; gap: 5px; margin-top: 4px; padding-top: 11px; border-top: 1px solid var(--line); }
.lead-docs > span { color: #565656; font-size: 7px; }
.lead-docs em { display: flex; align-items: center; gap: 6px; color: #4f4f4f; font-size: 7px; font-style: normal; }
.lead-docs em.is-done { color: #b4b4b4; }
.lead-docs .icon, .lead-consent .icon { width: 10px; height: 10px; }
.lead-consent { display: flex; align-items: center; gap: 6px; margin-top: auto; padding: 8px 9px; border: 1px solid var(--line); border-radius: 7px; color: #8f8f8f; font-size: 7px; }
.stage-split .stage-toolbar, .stage-work > .stage-toolbar { grid-column: 1 / -1; }

/* Agentes: aside de áreas + canvas de configuração. */
.agents-layout { display: grid; flex: 1; grid-template-columns: 208px minmax(0,1fr); background: radial-gradient(circle at 60% 40%, #151515, #0e0e0e 55%); }
.agents-aside { display: flex; flex-direction: column; gap: 4px; padding: 12px 10px; border-right: 1px solid var(--line); }
.agents-search { margin-bottom: 6px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; color: #4e4e4e; font-size: 8px; }
.agents-item { display: grid; grid-template-columns: minmax(0,1fr) auto 6px; gap: 8px; align-items: center; padding: 9px 10px; border-radius: 7px; opacity: 0; animation: stage-in .45s var(--ease) forwards; animation-delay: calc(var(--n) * .05s + .1s); }
.agents-item span { overflow: hidden; color: #9c9c9c; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.agents-item small { color: #565656; font-size: 7px; }
.agents-item.is-selected { background: #1b1b1b; }
.agents-item.is-selected span { color: #eee; }
.dot { display: block; width: 6px; height: 6px; border-radius: 50%; background: #4a4a4a; }
.dot.is-publicado, .dot.is-ativa { background: #d8d8d8; }
.dot.is-revisando { background: #8f8f8f; animation: dot-pulse 2s ease-in-out infinite; }
.dot.is-pausada { background: #3d3d3d; }
@keyframes dot-pulse { 50% { opacity: .3; } }
.agents-canvas { display: flex; min-width: 0; flex-direction: column; padding: 14px; }
.agents-canvas > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.agents-canvas strong { display: block; color: #cfcfcf; font-size: 10px; }
.agents-canvas small { display: block; margin-top: 3px; color: #5b5b5b; font-size: 7px; }
.agents-blocks { display: flex; flex: 1; flex-direction: column; gap: 6px; padding-top: 12px; }
.agents-block { position: relative; display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 10px; overflow: hidden; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: #141414; opacity: 0; animation: stage-in .45s var(--ease) forwards; animation-delay: calc(var(--n) * .07s + .15s); }
.agents-block b { color: #4e4e4e; font-size: 8px; font-weight: 500; }
.agents-block strong { color: #bcbcbc; font-size: 8px; }
.agents-block small { margin-top: 3px; color: #5d5d5d; font-size: 7px; line-height: 1.45; }
.agents-block.is-running { border-color: rgba(255,255,255,.16); }
.agents-block.is-running::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,.4); transform-origin: 0 50%; animation: agent-scan 4.5s var(--ease) infinite; }
.agents-docs { padding-top: 12px; border-top: 1px solid var(--line); }
.agents-docs > span { display: block; margin-bottom: 7px; color: #565656; font-size: 7px; }
.agents-docs > div { display: flex; flex-wrap: wrap; gap: 5px; }
.agents-docs em { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border: 1px solid var(--line); border-radius: 999px; background: #161616; color: #9a9a9a; font-size: 7px; font-style: normal; }
.agents-docs .icon { width: 9px; height: 9px; }

/* Follow-up: KPIs + minigráfico, cadência horizontal e fila. */
.followup-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 8px; padding: 14px 14px 0; }
.followup-kpi { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.followup-kpi article { padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: #141414; }
.followup-kpi span { display: block; color: #5f5f5f; font-size: 7px; }
.followup-kpi strong { display: block; margin-top: 5px; font-size: 19px; font-weight: 500; letter-spacing: -.04em; }
.followup-spark { display: flex; flex-direction: column; padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: #141414; }
.followup-spark > span { color: #5f5f5f; font-size: 7px; }
.followup-spark > div { display: grid; flex: 1; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 3px; align-items: end; margin-top: 8px; min-height: 34px; }
.followup-spark i { display: block; height: var(--h); border-radius: 2px; background: linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,.07)); transform-origin: 50% 100%; animation: report-grow .6s var(--ease) backwards; animation-delay: calc(var(--n) * .04s + .2s); }
.cadence { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 12px 14px 0; }
.cadence-step { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: #141414; opacity: 0; animation: stage-in .5s var(--ease) forwards; animation-delay: calc(var(--n) * .09s + .2s); }
.cadence-step header { display: flex; align-items: center; gap: 7px; }
.cadence-step b { padding: 3px 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: #1f1f1f; color: #ddd; font-size: 7px; }
.cadence-step header span { color: #a8a8a8; font-size: 8px; }
.cadence-step header em { margin-left: auto; color: #545454; font-size: 7px; font-style: normal; }
.cadence-step p { margin: 9px 0 10px; color: #7d7d7d; font-size: 7px; font-style: italic; line-height: 1.5; }
.cadence-step footer { margin-top: auto; }
.cadence-step.is-running::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,.4); transform-origin: 0 50%; animation: agent-scan 4.5s var(--ease) infinite; }

/* CRM: barra de filtros e cards com tese, data e documentos. */
.crm-filters { display: flex; align-items: center; gap: 6px; padding: 12px 14px 0; }
.crm-filter { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: #6b6b6b; font-size: 7px; }
.crm-filter.is-on { border-color: rgba(255,255,255,.2); background: #1e1e1e; color: #ddd; }
.crm-avatars { display: flex; margin-left: auto; }
.crm-avatars i { display: grid; width: 20px; height: 20px; margin-left: -6px; place-items: center; border: 1px solid #0f0f0f; border-radius: 50%; background: #262626; color: #b0b0b0; font-size: 6px; font-style: normal; }
.kanban-col header u { display: block; width: 14px; height: 2px; border-radius: 2px; background: var(--tone, #8f8f8f); }
.kanban-top { display: flex; align-items: center; gap: 7px; }
.kanban-meta { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: 8px; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.05); }
.kanban-meta span { overflow: hidden; color: #8b8b8b; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.kanban-meta em { flex: 0 0 auto; color: #4e4e4e; font-size: 6px; font-style: normal; }
.kanban-docs { display: flex; align-items: center; gap: 5px; margin-top: 6px; color: #6d6d6d; font-size: 6px; }
.kanban-docs .icon { width: 9px; height: 9px; }
.kanban-card { flex-direction: column; align-items: stretch; opacity: 0; animation: stage-in .45s var(--ease) forwards; animation-delay: calc(var(--n) * .05s + .15s); }
.kanban-card.is-ghost { opacity: 1; }

/* Agendamentos: mini-mês, grade da semana e próximos. */
.sched-layout { display: grid; flex: 1; grid-template-columns: 168px minmax(0,1fr) 178px; background: radial-gradient(circle at 60% 40%, #151515, #0e0e0e 55%); }
.sched-mini { padding: 13px 12px; border-right: 1px solid var(--line); }
.sched-mini b { display: block; margin-bottom: 10px; color: #bdbdbd; font-size: 9px; font-weight: 550; }
.sched-weekdays, .sched-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; text-align: center; }
.sched-weekdays span { color: #4a4a4a; font-size: 6px; }
.sched-days { margin-top: 6px; }
.sched-days span { position: relative; padding: 4px 0; border-radius: 4px; color: #6e6e6e; font-size: 6px; }
.sched-days span.is-week { background: #1a1a1a; color: #c6c6c6; }
.sched-days span.is-today { background: #ebebe8; color: #111; }
.sched-days span.has-dot::after { content: ""; position: absolute; bottom: 1px; left: 50%; width: 2px; height: 2px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.sched-next { display: flex; flex-direction: column; gap: 6px; padding: 13px 12px; border-left: 1px solid var(--line); }
.sched-next b { margin-bottom: 4px; color: #bdbdbd; font-size: 9px; font-weight: 550; }
.sched-next article { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 8px; padding: 8px 9px; border: 1px solid var(--line); border-radius: 8px; background: #141414; opacity: 0; animation: stage-in .45s var(--ease) forwards; animation-delay: calc(var(--n) * .07s + .2s); }
.sched-next u { color: #9e9e9e; font-size: 7px; text-decoration: none; }
.sched-next strong { display: block; color: #bcbcbc; font-size: 7px; }
.sched-next small { display: block; margin-top: 2px; color: #565656; font-size: 6px; }
.calendar-hour { position: absolute; left: 0; color: #444; font-size: 6px; text-decoration: none; top: calc(var(--i) * 20% + 3%); }

/* Anúncios: KPIs, curva de custo e funil lado a lado. */
.ads-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding: 14px 14px 0; }
.ads-kpis article { padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: #141414; opacity: 0; animation: stage-in .5s var(--ease) forwards; animation-delay: calc(var(--n) * .07s + .1s); }
.ads-kpis span { display: block; color: #5f5f5f; font-size: 7px; }
.ads-kpis strong { display: block; margin-top: 5px; font-size: 18px; font-weight: 500; letter-spacing: -.04em; }
.ads-kpis em { display: block; margin-top: 3px; color: #7d7d7d; font-size: 7px; font-style: normal; }
.ads-charts { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 8px; padding: 10px 14px 0; }
.ads-curve, .ads-funnel { padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: #141414; }
.ads-curve header { display: flex; align-items: center; justify-content: space-between; }
.ads-curve header span { color: #9c9c9c; font-size: 7px; }
.ads-curve header em { color: #545454; font-size: 6px; font-style: normal; }
.ads-curve-plot { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 4px; align-items: end; min-height: 46px; margin-top: 9px; }
.ads-curve-plot i { display: block; height: var(--h); border-radius: 2px 2px 0 0; background: linear-gradient(180deg, rgba(255,255,255,.3), rgba(255,255,255,.05)); transform-origin: 50% 100%; animation: report-grow .6s var(--ease) backwards; animation-delay: calc(var(--n) * .04s + .2s); }
.ads-funnel { display: flex; flex-direction: column; gap: 6px; padding: 11px; }
.ads-step { display: grid; grid-template-columns: minmax(0,1fr) 52px 20px; gap: 8px; align-items: center; }
.ads-step b { color: #7d7d7d; font-size: 6px; font-weight: 500; text-align: right; }
.ads-row span:first-child { display: flex; align-items: center; gap: 6px; }

@media (max-width: 980px) {
  .agents-layout { grid-template-columns: 168px minmax(0,1fr); }
  .sched-layout { grid-template-columns: minmax(0,1fr) 170px; }
  .sched-mini { display: none; }
  .followup-head { grid-template-columns: 1fr; }
  .ads-charts { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .ads-kpis { grid-template-columns: repeat(2,1fr); }
  .cadence { grid-template-columns: 1fr; }
  .sched-next { display: none; }
  .sched-layout { grid-template-columns: minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .agents-item, .agents-block, .cadence-step, .kanban-card, .sched-next article, .ads-kpis article { opacity: 1; transform: none; }
  .agents-block.is-running::after, .cadence-step.is-running::after, .dot.is-revisando,
  .followup-spark i, .ads-curve-plot i { animation: none; }
}

/* Seletor de áreas: demonstração do agente. Copy à esquerda, conversa real à
   direita — a prova de que existe um agente treinado, não um menu de áreas. */
.agent-demo { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.92fr); gap: 12px; }
.agent-demo-copy { display: flex; flex-direction: column; padding: clamp(22px,3vw,34px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.agent-demo-tag { display: inline-flex; align-self: flex-start; align-items: center; padding: 6px 12px; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(255,255,255,.05); color: var(--soft); font-size: 11px; font-weight: 500; }
.agent-demo-copy h3 { margin: 20px 0 18px; font-size: 26px; font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.agent-does { display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; list-style: none; }
.agent-does li { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 11px; align-items: start; color: var(--soft); font-size: 14px; line-height: 1.45; }
.agent-does .icon { width: 14px; height: 14px; margin-top: 4px; color: #9d9d9d; }
.agent-limit { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 11px; margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 12px; line-height: 1.5; }
.agent-limit .icon { width: 14px; height: 14px; margin-top: 3px; }
.agent-others { margin-top: 22px; }
.agent-others > span { display: block; margin-bottom: 10px; color: #555; font-size: 11px; }
.agent-others > div { display: flex; flex-wrap: wrap; gap: 7px; }
.agent-others a { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #a5a5a5; font-size: 12px; transition: border-color .25s, background .25s, color .25s; }
.agent-others a:hover { border-color: var(--line-strong); background: rgba(255,255,255,.055); color: var(--white); }
.agent-others .icon { width: 11px; height: 11px; }
.agent-demo-copy > .button { margin-top: auto; align-self: flex-start; margin-top: 28px; }

.agent-demo-chat { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 60% 30%, #171717, #0d0d0d 60%); }
.agent-demo-chat > header { display: flex; align-items: center; gap: 11px; padding: 16px 18px; border-bottom: 1px solid var(--line); background: rgba(0,0,0,.25); }
.agent-avatar { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: #1e1e1e; color: #e2e2e2; font-size: 13px; font-weight: 550; }
.agent-demo-chat header strong { display: block; font-size: 13px; font-weight: 550; }
.agent-demo-chat header small { display: block; margin-top: 2px; color: var(--muted-2); font-size: 11px; }
.agent-demo-chat header em { margin-left: auto; padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; color: #9c9c9c; font-size: 10px; font-style: normal; }
.agent-thread { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 22px 18px; }
.agent-bubble { max-width: 84%; margin: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; font-size: 13px; line-height: 1.45; opacity: 0; animation: stage-in .5s var(--ease) forwards; animation-delay: calc(var(--n) * .55s + .3s); }
.agent-bubble.is-agent { align-self: flex-start; border-bottom-left-radius: 4px; background: #1a1a1a; color: var(--soft); }
.agent-bubble.is-lead { align-self: flex-end; border-color: rgba(255,255,255,.18); border-bottom-right-radius: 4px; background: #e9e9e6; color: #161616; }
.agent-bubble.is-typing { display: flex; align-self: flex-start; gap: 5px; padding: 14px; border-bottom-left-radius: 4px; background: #1a1a1a; }
.agent-bubble.is-typing i { width: 6px; height: 6px; border-radius: 50%; background: #7d7d7d; animation: typing 1.2s infinite; }
.agent-bubble.is-typing i:nth-child(2) { animation-delay: .15s; }
.agent-bubble.is-typing i:nth-child(3) { animation-delay: .3s; }
.agent-demo-chat > footer { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 15px 18px; border-top: 1px solid var(--line); background: rgba(0,0,0,.25); }
.agent-demo-chat footer span { display: inline-flex; align-items: center; gap: 8px; color: var(--muted-2); font-size: 11px; }
.agent-demo-chat footer .icon { width: 13px; height: 13px; }

@media (max-width: 980px) {
  .agent-demo { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .agent-bubble { opacity: 1; transform: none; animation: none; }
}

.agent-pending { display: flex; flex: 1; flex-direction: column; justify-content: center; gap: 16px; padding: 26px 22px; }
.agent-pending-lead { margin: 0; color: var(--soft); font-size: 14px; line-height: 1.55; }
.agent-pending-note { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 11px; margin: 0; color: var(--muted-2); font-size: 12px; line-height: 1.5; }
.agent-pending-note .icon { width: 14px; height: 14px; margin-top: 3px; }
.agent-demo-chat.is-pending { background: var(--panel); }

/* Funil em serpentina: grade de 4 colunas por 2 fileiras. A de cima corre da
   esquerda para a direita; a de baixo é posicionada em ordem inversa, então o
   percurso continua sem quebra. Os conectores são pseudo-elementos, sem SVG. */
.timeline { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 92px 46px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.tl-node { position: relative; display: flex; flex-direction: column; gap: 14px; }
.tl-node:nth-child(5) { grid-column: 4; grid-row: 2; }
.tl-node:nth-child(6) { grid-column: 3; grid-row: 2; }
.tl-node:nth-child(7) { grid-column: 2; grid-row: 2; }
.tl-node:nth-child(8) { grid-column: 1; grid-row: 2; }

.tl-mark { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--panel-2); color: var(--soft); font-size: 12px; font-weight: 550; letter-spacing: .02em; transition: background .25s, color .25s, border-color .25s; }
.tl-node.is-agente .tl-mark { border-color: rgba(255,255,255,.3); background: var(--white); color: #0b0b0b; }
.tl-card { display: flex; flex-direction: column; }
.tl-card em { color: #6b6b6b; font-size: 10px; font-style: normal; letter-spacing: .09em; text-transform: uppercase; }
.tl-card strong { margin-top: 8px; font-size: 19px; font-weight: 500; letter-spacing: -.035em; }
.tl-card small { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.5; }

/* Conector horizontal: sai do centro do marcador em direção ao próximo nó. */
.tl-node::after { content: ""; position: absolute; top: 22px; height: 1px; background: linear-gradient(90deg, var(--line-strong), rgba(255,255,255,.08)); }
.tl-node:nth-child(-n+3)::after { left: 56px; right: -46px; }
.tl-node:nth-child(n+6)::after { left: 56px; right: -46px; background: linear-gradient(270deg, var(--line-strong), rgba(255,255,255,.08)); }
.tl-node:nth-child(4)::after, .tl-node:nth-child(5)::after { display: none; }

/* Setas: para a direita na fileira de cima, para a esquerda na de baixo. */
.tl-node::before { content: ""; position: absolute; top: 18px; width: 7px; height: 7px; border-top: 1px solid var(--line-strong); border-right: 1px solid var(--line-strong); }
.tl-node:nth-child(-n+3)::before { right: -49px; transform: rotate(45deg); }
.tl-node:nth-child(n+6)::before { left: 53px; transform: rotate(-135deg); }
.tl-node:nth-child(4)::before, .tl-node:nth-child(5)::before { display: none; }

/* Curva da direita ligando a 4ª etapa à 5ª. */
.timeline::after { content: ""; position: absolute; top: 22px; right: 0; width: calc(12.5% - 23px); height: calc(50% + 24px); border-top: 1px solid var(--line-strong); border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); border-radius: 0 26px 26px 0; pointer-events: none; }

/* Selo da passagem: fica sobre o conector entre a 5ª e a 6ª etapa. */
.tl-handoff { position: absolute; top: calc(50% + 34px); right: calc(12.5% + 23px); transform: translate(50%,0); }
.tl-handoff span { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--black-2); color: var(--soft); font-size: 11px; white-space: nowrap; }
.tl-handoff .icon { width: 14px; height: 14px; }

.funnel-legend { display: flex; flex-wrap: wrap; gap: 20px; margin: 54px 0 0; }
.funnel-legend span { display: inline-flex; align-items: center; gap: 9px; color: var(--muted-2); font-size: 12px; }
.funnel-legend i { width: 10px; height: 10px; border: 1px solid var(--line-strong); border-radius: 50%; }
.funnel-legend i.is-agente { background: var(--white); }

@media (max-width: 1100px) {
  .timeline { grid-template-columns: repeat(2,1fr); gap: 58px 40px; }
  .tl-node:nth-child(n) { grid-column: auto; grid-row: auto; }
  .tl-node::after, .tl-node::before, .timeline::after { display: none; }
  .tl-handoff { position: static; grid-column: 1 / -1; transform: none; }
}

@media (max-width: 640px) {
  .timeline { grid-template-columns: 1fr; gap: 34px; }
  .tl-node { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 16px; }
  .tl-node::after { display: block; top: 52px; bottom: -34px; left: 21px; right: auto; width: 1px; height: auto; background: linear-gradient(180deg, var(--line-strong), rgba(255,255,255,.08)); }
  .tl-node:nth-child(8)::after { display: none; }
}
.funnel-legend i.is-equipe { background: transparent; }
.tl-node.is-equipe .tl-card em { color: #8f8f8f; }

/* Vitrine sangrada: a trilha ocupa 100vw e o slide ativo fica centralizado, com
   os vizinhos cortados nas bordas. O scroll-snap centraliza sem cálculo manual. */
.showcase-section { padding-block: var(--section-space); overflow: hidden; }
.showcase-intro { display: flex; flex-wrap: wrap; gap: 24px; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.showcase-intro h2 { margin: 0 0 14px; font-size: var(--title-sm); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.showcase-intro p { max-width: 560px; margin: 0; color: var(--muted); font-size: var(--text-base); line-height: 1.55; }
.showcase-controls { display: flex; gap: 8px; }
.showcase-nav { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--soft); cursor: pointer; transition: border-color .25s, background .25s, color .25s; }
.showcase-nav:hover { border-color: var(--line-strong); background: rgba(255,255,255,.055); color: var(--white); }
.showcase-nav .icon { width: 16px; height: 16px; }
.showcase-nav[data-showcase-prev] .icon { transform: rotate(180deg); }

.showcase-rail { display: flex; width: 100vw; margin-left: calc(50% - 50vw); gap: 20px; padding-inline: calc(50vw - min(50% - 20px, 484px)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.showcase-rail::-webkit-scrollbar { display: none; }
.showcase-slide { flex: 0 0 min(calc(100vw - 40px), 968px); scroll-snap-align: center; }
.showcase-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel); aspect-ratio: 16 / 9; opacity: .32; transform: scale(.94); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.showcase-slide.is-active .showcase-frame { opacity: 1; transform: none; }
.showcase-frame video, .showcase-poster { display: block; width: 100%; height: 100%; object-fit: cover; background-position: center; background-size: cover; }
.showcase-caption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 6px; padding: 60px 28px 26px; background: linear-gradient(180deg, transparent, rgba(5,5,5,.9)); }
.showcase-caption strong { font-size: 20px; font-weight: 500; letter-spacing: -.035em; }
.showcase-caption small { max-width: 620px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.showcase-dots { display: flex; gap: 8px; margin-top: 26px; }
.showcase-dot { width: 30px; height: 3px; padding: 0; border: 0; border-radius: 2px; background: rgba(255,255,255,.16); cursor: pointer; transition: background .25s, width .25s var(--ease); }
.showcase-dot.is-active { width: 48px; background: var(--white); }

@media (max-width: 760px) {
  .showcase-rail { gap: 12px; padding-inline: 20px; }
  .showcase-slide { flex: 0 0 calc(100vw - 40px); }
  .showcase-frame { opacity: 1; transform: none; }
  .showcase-caption { padding: 44px 18px 18px; }
  .showcase-caption strong { font-size: 16px; }
}

/* Governança: pontos à esquerda, tela do produto à direita — mesmo cromo de
   janela do módulo da plataforma, em escala reduzida. */
.governance-section { border-top: 1px solid var(--line); }
.gov-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.04fr); gap: clamp(40px,6vw,88px); align-items: start; }
/* Lista sem card: filete separando os itens, como no FAQ. A seleção acende o
   número e o título em vez de desenhar uma caixa. */
.gov-nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.gov-item { display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: start; width: 100%; padding: 21px 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: inherit; text-align: left; cursor: pointer; }
.gov-num { color: #555; font-size: 10px; font-weight: 500; line-height: 1.7; transition: color .3s; }
.gov-item.is-active .gov-num { color: var(--white); }
.gov-item-body strong { display: block; color: var(--muted); font-size: 16px; font-weight: 500; letter-spacing: -.03em; line-height: 1.28; transition: color .3s; }
.gov-item:hover .gov-item-body strong { color: var(--soft); }
.gov-item.is-active .gov-item-body strong { color: var(--white); }
.gov-item small { display: block; max-width: 470px; color: var(--muted-2); font-size: 13px; line-height: 1.55; opacity: 0; max-height: 0; overflow: hidden; transition: opacity .35s, max-height .4s var(--ease), margin-top .35s; }
.gov-item.is-active small { margin-top: 10px; max-height: 160px; opacity: 1; }

.gov-stage { position: sticky; top: 96px; }
.gov-screen { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #0b0b0b; }
.gov-screen-body { display: flex; flex-direction: column; gap: 11px; min-height: 372px; padding: 18px; background: radial-gradient(circle at 60% 30%, #161616, #0d0d0d 60%); }
.gov-screen-body > * { animation: stage-in .45s var(--ease) backwards; }
.gov-screen-body > *:nth-child(2) { animation-delay: .08s; }
.gov-screen-body > *:nth-child(3) { animation-delay: .16s; }

/* Conversa */
.gov-thread { display: flex; flex-direction: column; gap: 10px; }
.gov-msg { max-width: 88%; margin: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; font-size: 12px; line-height: 1.45; }
.gov-msg.is-agent { align-self: flex-start; border-bottom-left-radius: 3px; background: #191919; color: var(--soft); }
.gov-msg.is-lead { align-self: flex-end; border-color: rgba(255,255,255,.18); border-bottom-right-radius: 3px; background: #e9e9e6; color: #161616; }
.gov-msg.is-limit { display: grid; grid-template-columns: 15px minmax(0,1fr); gap: 9px; border-color: rgba(255,255,255,.2); background: #1f1f1f; }
.gov-msg.is-limit .icon { width: 13px; height: 13px; margin-top: 2px; }
.gov-boundary { position: relative; display: flex; justify-content: center; margin: 2px 0; }
.gov-boundary::before { content: ""; position: absolute; top: 50%; right: 0; left: 0; border-top: 1px dashed rgba(255,255,255,.16); }
.gov-boundary span { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border: 1px solid var(--line-strong); border-radius: 999px; background: #0f0f0f; color: var(--soft); font-size: 10px; }
.gov-boundary .icon { width: 12px; height: 12px; }

/* Linhas de estado, fichas e listas */
.gov-rows { display: flex; flex-direction: column; gap: 6px; }
.gov-rows article { display: grid; grid-template-columns: 8px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; background: #141414; }
.gov-rows.is-flat article { background: transparent; }
.gov-rows strong { display: block; color: #c0c0c0; font-size: 12px; font-weight: 500; }
.gov-rows small { display: block; margin-top: 2px; color: #5d5d5d; font-size: 10px; }
.gov-rows em { color: #6f6f6f; font-size: 9px; font-style: normal; letter-spacing: .07em; text-transform: uppercase; }

.gov-record { display: flex; flex-direction: column; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: #131313; }
.gov-record.is-plain { flex: 1; }
.gov-record > header { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.gov-record > header > span { display: inline-flex; align-items: center; gap: 8px; color: #c4c4c4; font-size: 12px; }
.gov-record > header .icon { width: 13px; height: 13px; }
.gov-record > header em { margin-left: auto; padding: 4px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #e9e9e6; color: #161616; font-size: 9px; font-style: normal; }
.gov-record > header em.is-off { border-color: var(--line); background: transparent; color: #7d7d7d; }
.gov-record > footer { display: flex; align-items: center; gap: 8px; padding-top: 12px; border-top: 1px solid var(--line); color: #6d6d6d; font-size: 10px; }
.gov-record > footer .icon { width: 12px; height: 12px; flex: 0 0 auto; }
.gov-avatar { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #242424; color: #b5b5b5; font-size: 9px; }
.gov-fields { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 9px 16px; }
.gov-fields span { color: #565656; font-size: 10px; }
.gov-fields b { color: #b8b8b8; font-size: 10px; font-weight: 500; text-align: right; }
.gov-thread.is-tight .gov-msg { font-size: 11px; }

/* Transferência */
.gov-handoff { display: flex; flex: 1; flex-direction: column; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: #131313; }
.gov-handoff > header { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.gov-handoff strong { display: block; color: #c4c4c4; font-size: 12px; }
.gov-handoff small { display: block; margin-top: 2px; color: #5d5d5d; font-size: 10px; }
.gov-handoff > header em { margin-left: auto; padding: 4px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #e9e9e6; color: #161616; font-size: 9px; font-style: normal; }
.gov-summary span { display: block; margin-bottom: 6px; color: #565656; font-size: 10px; }
.gov-summary p { margin: 0; color: #a2a2a2; font-size: 11px; line-height: 1.55; }
.gov-attach { display: flex; flex-wrap: wrap; gap: 6px; }
.gov-attach em { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; background: #161616; color: #9a9a9a; font-size: 10px; font-style: normal; }
.gov-attach .icon { width: 10px; height: 10px; }

/* Opt-out */
.gov-toggle { display: flex; align-items: center; gap: 14px; }
.gov-toggle strong { display: block; color: #c4c4c4; font-size: 12px; }
.gov-toggle small { display: block; margin-top: 2px; color: #5d5d5d; font-size: 10px; }
.gov-switch { position: relative; flex: 0 0 auto; width: 38px; height: 21px; margin-left: auto; border-radius: 999px; background: #2a2a2a; }
.gov-switch.is-on { background: var(--white); }
.gov-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 15px; height: 15px; border-radius: 50%; background: #0d0d0d; transition: transform .3s var(--ease); }
.gov-switch.is-on::after { transform: translateX(17px); }
.gov-window-hours { padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: #131313; }
.gov-window-hours header { display: flex; align-items: center; justify-content: space-between; color: #c4c4c4; font-size: 11px; }
.gov-window-hours header em { color: #6d6d6d; font-size: 10px; font-style: normal; }
.gov-hours { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 4px; margin: 12px 0; }
.gov-hours i { display: block; height: 26px; border-radius: 4px; background: rgba(255,255,255,.05); transform-origin: 50% 100%; animation: report-grow .5s var(--ease) backwards; animation-delay: calc(var(--n) * .03s + .15s); }
.gov-hours i.is-on { background: rgba(255,255,255,.26); }
.gov-window-hours footer { display: flex; align-items: center; gap: 8px; color: #6d6d6d; font-size: 10px; }
.gov-window-hours .icon { width: 12px; height: 12px; flex: 0 0 auto; }

/* Rastreabilidade */
.gov-log { display: flex; flex: 1; flex-direction: column; gap: 2px; margin: 0; padding: 0; list-style: none; }
.gov-log li { position: relative; display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 12px; padding: 11px 0; }
.gov-log li::before { content: ""; position: absolute; top: 25px; bottom: -2px; left: 53px; width: 1px; background: var(--line); }
.gov-log li:last-child::before { display: none; }
.gov-log b { color: #6f6f6f; font-size: 10px; font-weight: 500; text-align: right; }
.gov-log strong { display: block; padding-left: 16px; color: #c0c0c0; font-size: 12px; font-weight: 500; }
.gov-log small { display: block; margin-top: 2px; padding-left: 16px; color: #5d5d5d; font-size: 10px; }
.gov-log li::after { content: ""; position: absolute; top: 15px; left: 50px; width: 7px; height: 7px; border-radius: 50%; background: #4a4a4a; }
.gov-log li:first-child::after { background: var(--white); }

.gov-footer { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.04fr); gap: 18px clamp(40px,6vw,88px); margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.gov-links { display: flex; flex-wrap: wrap; gap: 8px; align-content: start; }
.gov-links a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--soft); font-size: 11px; transition: border-color .25s, background .25s, color .25s; }
.gov-links a:hover { border-color: var(--line-strong); background: rgba(255,255,255,.055); color: var(--white); }
.gov-links .icon { width: 12px; height: 12px; }
.gov-footer p { margin: 0; color: #777; font-size: 11px; line-height: 1.55; }

/* Fora do celular a paginação não existe: a lista lateral já mostra os cinco. */
.gov-dots { display: none; }

/* ─── Governança em retrato (celular) ───────────────────────────────────────
   O desktop mantém a lista de cinco pontos à esquerda e a tela à direita.
   Aqui só o ponto ATIVO aparece — título e texto acima da ilustração — e o
   rodízio continua trocando sozinho, como no desktop. Os pontinhos abaixo da
   tela devolvem o controle: sem eles restaria esperar a vez. */
@media (max-width: 980px) {
  .gov-split { display: flex; flex-direction: column; gap: 16px; }
  .gov-footer { grid-template-columns: 1fr; }

  .gov-nav { order: 1; border-top: 0; }
  /* Os inativos saem da tela, mas continuam no DOM e navegáveis por teclado —
     o rótulo do pontinho correspondente diz qual é qual. */
  .gov-item { display: none; }
  .gov-item.is-active { display: grid; padding: 0; border-bottom: 0; cursor: default; }
  .gov-item.is-active .gov-item-body strong { font-size: 20px; line-height: 1.2; }
  .gov-item.is-active small { max-height: 200px; margin-top: 9px; opacity: 1; }

  .gov-stage { position: static; order: 2; }
  .gov-screen-body { min-height: 300px; }

  .gov-dots { display: flex; order: 3; gap: 7px; justify-content: center; }
  .gov-dot { display: grid; width: 30px; height: 30px; padding: 0; place-items: center; border: 0; background: none; cursor: pointer; }
  .gov-dot span { display: block; width: 100%; height: 2px; border-radius: 2px; background: var(--line-strong); transition: background .3s; }
  .gov-dot.is-active span { background: var(--white); }
}



/* Animações das telas de governança. Cada laço encena a frase ao lado. Só o
   painel visível anima — os ocultos usam [hidden], então não há custo de
   composição. Tudo em transform e opacity, sem provocar reflow. */

/* 01 · A I.A. organiza, quem decide é você.
   O balão de limite acende, o divisor pulsa e a linha do advogado assume. */
@keyframes gov-glow { 0%, 22%, 52%, 100% { opacity: .55; } 32%, 42% { opacity: 1; } }
@keyframes gov-pop { 0%, 44%, 74%, 100% { transform: scale(1); } 56%, 64% { transform: scale(1.045); } }
@keyframes gov-take { 0%, 62%, 96%, 100% { opacity: .5; transform: translateX(0); } 74%, 88% { opacity: 1; transform: translateX(3px); } }
.gov-screen.is-papel.is-active .gov-msg.is-limit .icon { animation: gov-glow 7s ease-in-out infinite; }
.gov-screen.is-papel.is-active .gov-boundary span { animation: gov-pop 7s var(--ease) infinite; }
.gov-screen.is-papel.is-active .gov-rows article:last-child { animation: gov-take 7s var(--ease) infinite; }

/* 02 · Consentimento antes do primeiro dado.
   Os campos do registro preenchem em sequência e o selo carimba no fim. */
@keyframes gov-fill { 0%, 8% { opacity: 0; transform: translateX(-5px); } 20%, 92% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateX(-5px); } }
@keyframes gov-stamp { 0%, 62% { opacity: 0; transform: scale(.9); } 72%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; transform: scale(.9); } }
.gov-screen.is-consentimento.is-active .gov-fields b { animation: gov-fill 8s var(--ease) infinite; animation-delay: calc(var(--f, 0) * .5s); }
.gov-screen.is-consentimento.is-active .gov-fields b:nth-of-type(1) { --f: 0; }
.gov-screen.is-consentimento.is-active .gov-fields b:nth-of-type(2) { --f: 1; }
.gov-screen.is-consentimento.is-active .gov-fields b:nth-of-type(3) { --f: 2; }
.gov-screen.is-consentimento.is-active .gov-fields b:nth-of-type(4) { --f: 3; }
.gov-screen.is-consentimento.is-active .gov-fields b:nth-of-type(5) { --f: 4; }
.gov-screen.is-consentimento.is-active .gov-record > header em { animation: gov-stamp 8s var(--ease) infinite; }

/* 03 · Transferência com o contexto junto.
   Os anexos entram um a um e só então o caso é marcado como transferido. */
@keyframes gov-attach { 0%, 10% { opacity: 0; transform: translateY(6px); } 24%, 88% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(6px); } }
@keyframes gov-sent { 0%, 52% { opacity: .25; transform: scale(.94); } 64%, 92% { opacity: 1; transform: none; } 100% { opacity: .25; transform: scale(.94); } }
.gov-screen.is-transferencia.is-active .gov-attach em { animation: gov-attach 7.5s var(--ease) infinite; }
.gov-screen.is-transferencia.is-active .gov-attach em:nth-child(2) { animation-delay: .45s; }
.gov-screen.is-transferencia.is-active .gov-attach em:nth-child(3) { animation-delay: .9s; }
.gov-screen.is-transferencia.is-active .gov-handoff > header em { animation: gov-sent 7.5s var(--ease) infinite; }

/* 04 · Quem pede para sair, sai.
   A chave vira e os canais caem para bloqueado logo em seguida. */
@keyframes gov-switch { 0%, 14% { transform: translateX(0); } 26%, 88% { transform: translateX(17px); } 100% { transform: translateX(0); } }
@keyframes gov-switch-bg { 0%, 14% { opacity: .18; } 26%, 88% { opacity: 1; } 100% { opacity: .18; } }
@keyframes gov-blocked { 0%, 30% { opacity: .4; } 44%, 88% { opacity: 1; } 100% { opacity: .4; } }
@keyframes gov-hour { 0%, 100% { transform: scaleY(.94); } 50% { transform: scaleY(1); } }
.gov-screen.is-optout.is-active .gov-switch::after { animation: gov-switch 6.5s var(--ease) infinite; }
.gov-screen.is-optout.is-active .gov-switch.is-on { animation: gov-switch-bg 6.5s var(--ease) infinite; }
.gov-screen.is-optout.is-active .gov-toggle + .gov-rows article { animation: gov-blocked 6.5s var(--ease) infinite; }
.gov-screen.is-optout.is-active .gov-toggle + .gov-rows article:nth-child(2) { animation-delay: .25s; }
.gov-screen.is-optout.is-active .gov-hours i.is-on { animation: report-grow .5s var(--ease) backwards, gov-hour 4s ease-in-out infinite; animation-delay: calc(var(--n) * .03s + .15s), calc(var(--n) * .12s + .7s); }

/* 05 · Tudo o que aconteceu fica registrado.
   As entradas do histórico surgem em ordem e o marcador mais recente pisca. */
@keyframes gov-log { 0%, 6% { opacity: 0; transform: translateY(5px); } 16%, 90% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(5px); } }
@keyframes gov-live { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.gov-screen.is-rastro.is-active .gov-log li { animation: gov-log 9s var(--ease) infinite; animation-delay: calc(var(--n) * .38s); }
.gov-screen.is-rastro.is-active .gov-log li:first-child::after { animation: gov-live 2.2s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  .gov-screen.is-papel.is-active .gov-msg.is-limit .icon,
  .gov-screen.is-papel.is-active .gov-boundary span,
  .gov-screen.is-papel.is-active .gov-rows article:last-child,
  .gov-screen.is-consentimento.is-active .gov-fields b,
  .gov-screen.is-consentimento.is-active .gov-record > header em,
  .gov-screen.is-transferencia.is-active .gov-attach em,
  .gov-screen.is-transferencia.is-active .gov-handoff > header em,
  .gov-screen.is-optout.is-active .gov-switch::after,
  .gov-screen.is-optout.is-active .gov-switch.is-on,
  .gov-screen.is-optout.is-active .gov-toggle + .gov-rows article,
  .gov-screen.is-optout.is-active .gov-hours i.is-on,
  .gov-screen.is-rastro.is-active .gov-log li,
  .gov-screen.is-rastro.is-active .gov-log li:first-child::after { animation: none; opacity: 1; transform: none; }
  .gov-screen.is-optout.is-active .gov-switch::after { transform: translateX(17px); }
}

/* Bloco econômico: entradas à esquerda, conta à direita. */
.calc { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.92fr); gap: 12px; }
.calc-inputs { display: flex; flex-direction: column; gap: 10px; padding: clamp(22px,3vw,32px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.calc-field { display: flex; flex-direction: column; padding: 16px 0; border-bottom: 1px solid var(--line); }
.calc-field:last-child { border-bottom: 0; padding-bottom: 0; }
.calc-field:first-child { padding-top: 0; }
.calc-field > span { color: var(--soft); font-size: 14px; font-weight: 500; }
.calc-field input { width: 100%; margin: 10px 0 8px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #0b0b0b; color: var(--white); font-size: 22px; font-weight: 500; letter-spacing: -.03em; transition: border-color .25s; }
.calc-field input:focus { border-color: var(--line-strong); outline: none; }
.calc-field small { color: var(--muted-2); font-size: 12px; line-height: 1.5; }
.calc-field em { font-style: italic; }
.calc-field > span b { float: right; color: var(--white); font-size: 15px; font-weight: 550; font-variant-numeric: tabular-nums; }
.calc-field input[type=range] { -webkit-appearance: none; appearance: none; height: 3px; padding: 0; margin: 18px 0 12px; border: 0; border-radius: 2px; background: linear-gradient(90deg,var(--white) 0 var(--fill,25%),var(--line-strong) var(--fill,25%) 100%); cursor: pointer; }
.calc-field input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; border: 0; border-radius: 50%; background: var(--white); cursor: grab; transition: transform .2s var(--ease); }
.calc-field input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border: 0; border-radius: 50%; background: var(--white); cursor: grab; }
.calc-field input[type=range]:active::-webkit-slider-thumb { transform: scale(1.12); }
.calc-field input[type=range]:focus-visible { outline: 2px solid var(--line-strong); outline-offset: 6px; }
.calc-line em { color: var(--muted-2); font-size: 12px; font-style: normal; }
.calc-line strong + em { flex: 1 0 100%; margin-top: 2px; text-align: right; }
.calc-line { flex-wrap: wrap; }

.calc-result { display: flex; flex-direction: column; padding: clamp(22px,3vw,32px); border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(135deg,#131313,#080808 65%); }
.calc-line { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-bottom: 14px; }
.calc-line span { color: var(--muted-2); font-size: 12px; }
.calc-line strong { font-size: clamp(28px,4vw,40px); font-weight: 500; letter-spacing: -.05em; }
.calc-line.is-year { padding-top: 14px; padding-bottom: 18px; border-top: 1px solid var(--line); }
.calc-line.is-year strong { color: var(--muted); font-size: 22px; }
.calc-verdict { padding: 16px 0; border-top: 1px solid var(--line); }
.calc-verdict p { margin: 0; color: var(--soft); font-size: 13px; line-height: 1.55; }
.calc-verdict b { font-weight: 550; }
.calc-compare { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; margin-top: auto; padding: 16px 0 20px; border-top: 1px solid var(--line); }
.calc-compare span { color: var(--muted-2); font-size: 12px; }
.calc-compare b { font-size: 20px; font-weight: 500; letter-spacing: -.035em; }
.calc-compare b em { margin-left: 2px; color: var(--muted-2); font-size: 12px; font-style: normal; }
.calc-compare small { flex: 1 0 100%; color: #9d9d9d; font-size: 12px; }
.calc-result .button { align-self: flex-start; }
.calc-note { max-width: 740px; margin: 22px 0 0; color: #5f5f5f; font-size: 11px; line-height: 1.55; }

@media (max-width: 980px) { .calc { grid-template-columns: 1fr; } }

/* Bloco do problema: cenas curtas em grade. */
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.problem-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: border-color .25s, transform .25s var(--ease); }
.problem-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.problem-art { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-bottom: 1px solid var(--line); }
.problem-art.is-empty { background: repeating-linear-gradient(135deg, #101010 0 12px, #0c0c0c 12px 24px); }
.problem-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.problem-body strong { font-size: 19px; font-weight: 500; letter-spacing: -.035em; line-height: 1.2; }
.problem-body p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.problem-close { max-width: 720px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }

/* Bloco da equipe: o que sai e o que fica. */
.team-split { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.team-col { padding: clamp(22px,3vw,32px); border: 1px solid var(--line); border-radius: var(--radius); }
.team-col.is-before { background: var(--panel); }
.team-col.is-after { background: linear-gradient(135deg,#131313,#080808 65%); border-color: var(--line-strong); }
.team-col header { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 10px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.team-col header span { font-size: 17px; font-weight: 500; letter-spacing: -.03em; }
.team-col header em { color: var(--muted-2); font-size: 11px; font-style: normal; }
.team-col ul { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.team-col li { display: grid; grid-template-columns: 15px minmax(0,1fr); gap: 11px; align-items: start; font-size: 14px; line-height: 1.45; }
.team-col .icon { width: 14px; height: 14px; margin-top: 3px; }
.team-col.is-before li { color: var(--muted-2); }
.team-col.is-before .icon { color: #555; }
.team-col.is-after li { color: var(--soft); }
.team-close { max-width: 720px; margin: 30px 0 0; color: var(--muted); font-size: 14px; }

/* Degrau de entrada dentro do bloco de planos. */
@media (max-width: 980px) { .problem-grid { grid-template-columns: repeat(2,1fr); } .team-split { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .problem-grid { grid-template-columns: 1fr; } }
.capacity-line { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 11px; max-width: 780px; margin: 22px auto 0; color: var(--muted-2); font-size: 12px; line-height: 1.55; }
.capacity-line .icon { width: 14px; height: 14px; margin-top: 2px; }
.capacity-line a { color: var(--soft); text-decoration: underline; text-underline-offset: 3px; }
.closing-note { margin-top: -14px; color: var(--muted-2); font-size: 13px; }

/* Ativação em três passos. */
.act-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.act-steps li { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.act-num { margin-right: 8px; color: var(--muted-2); font-weight: 500; }
.act-body { display: flex; flex: 1; flex-direction: column; padding: clamp(20px,2.6vw,26px); }
.act-steps strong { display: block; font-size: 19px; font-weight: 500; letter-spacing: -.035em; }
.act-steps small { display: block; margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.act-close { display: flex; flex-wrap: wrap; gap: 18px 30px; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.act-close p { display: inline-flex; align-items: center; gap: 10px; margin: 0; color: var(--soft); font-size: 14px; }
.act-close .icon { width: 15px; height: 15px; }

@media (max-width: 860px) { .act-steps { grid-template-columns: 1fr; } }

.catalog-foot { display: flex; flex-wrap: wrap; gap: 18px 30px; align-items: center; justify-content: space-between; margin-top: 34px; }
.catalog-foot p { display: inline-flex; align-items: center; gap: 10px; margin: 0; color: var(--muted); font-size: 14px; }
.catalog-foot .icon { width: 15px; height: 15px; flex: 0 0 auto; }

/* Planos: dois cards com ancoragem, faixa de pagamento e degrau de entrada. */
.price-card { display: flex; flex-direction: column; padding: clamp(26px,3.4vw,38px); }
.price-card.is-featured { border-color: var(--line-strong); background: linear-gradient(135deg,#131313,#080808 65%); }
.price-card > header { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.plan-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; min-height: 26px; }
.plan-badge { display: inline-flex; align-items: center; padding: 6px 12px; border: 1px solid transparent; border-radius: 999px; background: var(--white); color: #0b0b0b; font-size: 11px; font-weight: 600; }
.plan-badge.is-ghost { border-color: var(--line-strong); background: transparent; color: var(--soft); font-weight: 500; }
.plan-label { display: block; margin-bottom: 16px; color: var(--muted-2); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; }
.price em { color: #5f5f5f; font-size: 19px; font-style: normal; text-decoration: line-through; }
.price strong { font-size: clamp(42px,5.4vw,58px); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.price small { color: var(--muted); font-size: 14px; }
.price-total { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.plan-includes { display: flex; flex: 1; flex-direction: column; gap: 11px; margin: 0 0 26px; padding: 0; list-style: none; }
.plan-includes li { display: grid; grid-template-columns: 15px minmax(0,1fr); gap: 11px; align-items: start; color: var(--soft); font-size: 13px; line-height: 1.45; }
.plan-includes .icon { width: 14px; height: 14px; margin-top: 3px; color: #8f8f8f; }

.plan-pay { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); list-style: none; }
.plan-pay li { display: flex; align-items: center; gap: 9px; color: var(--soft); }
.plan-pay .icon { width: 15px; height: 15px; flex: none; color: var(--muted-2); }
.plan-pay b { font-size: 13px; font-weight: 550; }
.plan-pay small { color: var(--muted-2); font-size: 11px; }
.pricing-safety { display: flex; align-items: center; gap: 9px; margin: 12px 0 0; padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; background: #0b0b0b; color: var(--muted-2); font-size: 12px; line-height: 1.5; }
.pricing-safety .icon { width: 15px; height: 15px; flex: none; }

.pricing-note a { color: var(--soft); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 760px) {
  .plan-pay { gap: 10px; }
  .plan-pay li { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 4px 10px; align-items: start; }
  .plan-pay .icon { margin-top: 2px; }
  .plan-pay b { font-size: 13px; }
  .plan-pay small { grid-column: 2; line-height: 1.4; }
}
.section-cta { display: flex; justify-content: center; margin-top: 40px; }
.funnel-cta { margin-top: 46px; }

/* Espaço do vídeo no hero. Enquadramento 16:9 fixo para não haver salto de
   layout quando o player do VTurb carrega. */
.hero-video { width: 100%; }
.hero-video-frame { position: relative; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: #0b0b0b; box-shadow: 0 30px 90px rgba(0,0,0,.55); aspect-ratio: 16 / 9; }
.hero-video-frame > * { width: 100%; }
.hero-video-frame.is-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background: radial-gradient(circle at 50% 40%, #1a1a1a, #0b0b0b 65%); }
.hero-video-play { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(255,255,255,.06); color: var(--white); backdrop-filter: blur(8px); }
.hero-video-play .icon { width: 20px; height: 20px; margin-left: 3px; }
.hero-video-label { color: var(--muted-2); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 980px) {
  .hero-video { max-width: 640px; }
}

/* Muro de agentes. A densidade é o argumento: os 63 aparecem de uma vez, sem
   esperar rolagem. A busca filtra no cliente e acende o que o visitante procura. */
.catalog-section { border-top: 1px solid var(--line); }
.agent-wall { overflow: hidden; padding: clamp(20px,3vw,28px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg,#111,#080808 65%); }

.wall-searchbar { position: relative; }
.wall-search { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 12px; align-items: center; padding: 6px 16px 6px 6px; border: 1px solid var(--line-strong); border-radius: 999px; background: #0b0b0b; transition: border-color .25s; }
.wall-search:focus-within { border-color: rgba(255,255,255,.34); }
.wall-search-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.06); color: var(--soft); }
.wall-search-icon .icon { width: 17px; height: 17px; }
.wall-search input { width: 100%; padding: 12px 88px 12px 0; border: 0; background: none; color: var(--white); font-size: 15px; }
.wall-search input::placeholder { color: #5f5f5f; }
.wall-search input:focus { outline: none; }
.wall-search input::-webkit-search-cancel-button { filter: invert(1); opacity: .4; }
.wall-count { position: absolute; top: 50%; right: 18px; color: var(--muted-2); font-size: 12px; white-space: nowrap; transform: translateY(-50%); }

/* Repouso: fileira única em laço lento. A fita sangra na largura da tela e
   ganha máscara nas pontas para os itens nascerem e sumirem, não cortarem. */
.wall-rail { width: 100vw; margin: 20px 0 0 calc(50% - 50vw); overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.wall-track { display: flex; width: max-content; gap: 8px; animation: wall-slide 150s linear infinite; }
.wall-rail:hover .wall-track { animation-play-state: paused; }
@keyframes wall-slide { to { transform: translateX(calc(-50% - 4px)); } }

/* Busca ativa: a fita para e vira grade centralizada dentro do card. */
.agent-wall.is-searching .wall-rail { width: auto; margin-left: 0; overflow: visible; mask-image: none; }
.agent-wall.is-searching .wall-track { width: auto; flex-wrap: wrap; justify-content: center; animation: none; transform: none; }
.agent-wall.is-searching .wall-chip[data-wall-clone] { display: none; }

.wall-chip { display: inline-flex; flex: 0 0 auto; flex-direction: column; gap: 3px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); color: var(--soft); white-space: nowrap; transition: border-color .25s, background .25s, transform .25s var(--ease); }
.wall-chip b { font-size: 13px; font-weight: 500; letter-spacing: -.01em; }
.wall-chip span { color: #5f5f5f; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.wall-chip .icon { position: absolute; top: 10px; right: 10px; width: 11px; height: 11px; color: #7d7d7d; }
.wall-chip.has-page { position: relative; padding-right: 30px; border-color: var(--line-strong); background: #171717; color: var(--white); }
a.wall-chip.has-page:hover { border-color: rgba(255,255,255,.34); background: #1e1e1e; transform: translateY(-2px); }
.wall-chip.is-hidden { display: none; }
.wall-chip.is-hit { border-color: #fff; background: var(--white); color: #0b0b0b; }
.wall-chip.is-hit span { color: #555; }
.wall-chip.is-hit .icon { color: #333; }

.wall-empty { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 20px; padding: 24px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #0b0b0b; }
.wall-empty p { display: inline-flex; align-items: center; gap: 10px; margin: 0; font-size: 16px; font-weight: 500; letter-spacing: -.02em; }
.wall-empty small { max-width: 560px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.wall-empty .button { margin-top: 6px; }
.wall-empty > p .icon { width: 15px; height: 15px; flex: 0 0 auto; }

@media (max-width: 760px) {
  .wall-search { grid-template-columns: 38px minmax(0,1fr); gap: 8px; padding: 5px 14px 5px 5px; }
  .wall-search-icon { width: 38px; height: 38px; }
  /* 16px é o mínimo que impede o iOS de dar zoom automático ao focar o campo. */
  .wall-search input { padding: 11px 0; font-size: 16px; }
  .wall-count { position: static; margin: 8px 0 0 6px; display: block; transform: none; font-size: 11px; }
  .wall-chip { padding: 10px 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .wall-track { animation: none; flex-wrap: wrap; width: auto; }
  .wall-rail { width: auto; margin-left: 0; mask-image: none; }
  .wall-chip[data-wall-clone] { display: none; }
}

/* O cabeçalho é sticky: sem esta folga a âncora para embaixo dele e o título
   da seção some. Vale para todos os alvos de CTA interno da home. */
:target, [id="precos"], [id="plataforma-modulo"], [id="catalogo"], [id="como-funciona"], [id="areas"], [id="governanca"], [id="o-problema"], [id="quanto-custa"], [id="ativar"] { scroll-margin-top: calc(var(--header-h) + 24px); }

/* Mini-telas dos passos de ativação. Mesmo cromo do módulo da plataforma, em
   recorte: só o pedaço da tela onde a ação acontece, com a proporção 3:2 dos
   cards do bloco de problema. Tudo em transform e opacity. */
.act-mini { overflow: hidden; border-bottom: 1px solid var(--line); background: #0b0b0b; }
.act-mini-bar { display: flex; height: 34px; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid var(--line); background: #111; }
.act-mini-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #383838; }
.act-mini-bar b { margin-left: 10px; color: #9d9d9d; font-size: 9px; font-weight: 550; }
.act-mini-body { position: relative; aspect-ratio: 3 / 2; padding: 14px; background: radial-gradient(circle at 60% 30%, #171717, #0c0c0c 62%); }

/* 01 · escolher: o cursor desce até o segundo agente, marca e some. */
.act-mini-body.is-pick { display: flex; flex-direction: column; }
.pick-search { margin-bottom: 8px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 7px; color: #4e4e4e; font-size: 8px; }
.pick-row { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 9px; align-items: center; padding: 7px 8px; border-radius: 7px; }
.pick-row strong { display: block; color: #bcbcbc; font-size: 9px; font-weight: 500; }
.pick-row small { display: block; margin-top: 1px; color: #5b5b5b; font-size: 7px; }
.pick-box { display: grid; width: 16px; height: 16px; place-items: center; border: 1px solid var(--line-strong); border-radius: 5px; color: transparent; }
.pick-box .icon { width: 10px; height: 10px; }
.pick-row.is-target { animation: pick-highlight 7s var(--ease) infinite; }
.pick-row.is-target .pick-box { animation: pick-check 7s var(--ease) infinite; }
@keyframes pick-highlight { 0%, 26% { background: transparent; } 38%, 82% { background: #1b1b1b; } 100% { background: transparent; } }
@keyframes pick-check { 0%, 30% { background: transparent; color: transparent; } 40%, 82% { background: var(--white); color: #0b0b0b; } 100% { background: transparent; color: transparent; } }
.act-cursor { position: absolute; top: 30%; left: 22%; width: 13px; height: 13px; border: 2px solid #fff; border-radius: 50%; opacity: 0; animation: cursor-move 7s var(--ease) infinite; }
@keyframes cursor-move {
  0% { opacity: 0; transform: translate(0, -14px) scale(1); }
  12% { opacity: .9; transform: translate(0, -14px) scale(1); }
  30% { opacity: .9; transform: translate(0, 0) scale(1); }
  36% { opacity: .9; transform: translate(0, 0) scale(.72); }
  44% { opacity: .9; transform: translate(0, 0) scale(1); }
  62%, 100% { opacity: 0; transform: translate(0, 0) scale(1); }
}
.act-toast { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border: 1px solid var(--line-strong); border-radius: 999px; background: #161616; color: var(--soft); font-size: 8px; opacity: 0; animation: toast-in 7s var(--ease) infinite; }
.act-toast .icon { width: 10px; height: 10px; }
@keyframes toast-in { 0%, 42% { opacity: 0; transform: translateY(6px); } 52%, 84% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(6px); } }

/* 02 · ajustar: os campos preenchem em sequência e o botão salva. */
.act-mini-body.is-form { display: flex; flex-direction: column; gap: 7px; }
.form-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; background: #141414; }
.form-row > span { color: #5f5f5f; font-size: 8px; }
.form-row b { display: inline-flex; align-items: center; gap: 2px; color: #c2c2c2; font-size: 8px; font-weight: 500; }
.form-row em { display: inline-block; overflow: hidden; font-style: normal; white-space: nowrap; animation: form-type 8s steps(24, end) infinite; }
.form-row:nth-child(2) em { animation-delay: .5s; }
.form-row:nth-child(3) em { animation-delay: 1s; }
@keyframes form-type { 0%, 4% { max-width: 0; } 22%, 88% { max-width: 130px; } 100% { max-width: 0; } }
.form-caret { width: 1px; height: 9px; background: #fff; animation: caret-blink 1s steps(2) infinite; }
@keyframes caret-blink { 50% { opacity: 0; } }
.form-toggle { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; background: #141414; color: #a8a8a8; font-size: 8px; }
.form-switch { position: relative; width: 26px; height: 15px; border-radius: 999px; background: #2a2a2a; animation: switch-bg 8s var(--ease) infinite; }
.form-switch::after { content: ""; position: absolute; top: 2px; left: 2px; width: 11px; height: 11px; border-radius: 50%; background: #0d0d0d; animation: switch-knob 8s var(--ease) infinite; }
@keyframes switch-bg { 0%, 52% { background: #2a2a2a; } 62%, 90% { background: var(--white); } 100% { background: #2a2a2a; } }
@keyframes switch-knob { 0%, 52% { transform: translateX(0); } 62%, 90% { transform: translateX(11px); } 100% { transform: translateX(0); } }
.form-save { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; margin-top: auto; padding: 6px 11px; border-radius: 999px; background: var(--white); color: #0b0b0b; font-size: 8px; font-weight: 550; opacity: 0; animation: toast-in 8s var(--ease) infinite; animation-delay: .8s; }
.form-save .icon { width: 10px; height: 10px; }

/* 03 · conectar: a linha varre o QR e o status vira conectado. */
.act-mini-body.is-qr { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 16px; align-items: center; }
.qr-frame { position: relative; width: 92px; height: 92px; overflow: hidden; padding: 8px; border: 1px solid var(--line-strong); border-radius: 10px; background: #141414; }
.qr-dots { display: grid; grid-template-columns: repeat(6,1fr); gap: 3px; height: 100%; }
.qr-dots i { border-radius: 2px; background: rgba(255,255,255,.16); animation: qr-fill 6s var(--ease) infinite; animation-delay: calc(var(--n) * .02s); }
.qr-dots i:nth-child(3n) { background: rgba(255,255,255,.32); }
.qr-dots i:nth-child(4n) { background: rgba(255,255,255,.06); }
@keyframes qr-fill { 0%, 20% { opacity: .4; } 40%, 88% { opacity: 1; } 100% { opacity: .4; } }
.qr-scan { position: absolute; top: 8px; right: 8px; left: 8px; height: 1px; background: linear-gradient(90deg, transparent, #fff, transparent); animation: qr-scan 6s var(--ease) infinite; }
@keyframes qr-scan { 0% { opacity: 0; transform: translateY(0); } 10% { opacity: .9; } 42% { opacity: .9; transform: translateY(76px); } 52%, 100% { opacity: 0; transform: translateY(76px); } }
.qr-status { display: flex; flex-direction: column; gap: 7px; }
.qr-badge { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; background: var(--white); color: #0b0b0b; font-size: 8px; font-weight: 550; opacity: 0; animation: toast-in 6s var(--ease) infinite; }
.qr-badge .icon { width: 10px; height: 10px; }
.qr-status strong { color: #c8c8c8; font-size: 11px; font-weight: 500; }
.qr-status small { color: #5b5b5b; font-size: 8px; }

@media (prefers-reduced-motion: reduce) {
  .pick-row.is-target, .pick-row.is-target .pick-box, .act-cursor, .act-toast,
  .form-row em, .form-caret, .form-switch, .form-switch::after, .form-save,
  .qr-dots i, .qr-scan, .qr-badge { animation: none; }
  .act-cursor, .qr-scan { opacity: 0; }
  .act-toast, .form-save, .qr-badge { opacity: 1; }
  .form-row em { max-width: none; }
  .pick-row.is-target .pick-box { background: var(--white); color: #0b0b0b; }
  .form-switch { background: var(--white); }
  .form-switch::after { transform: translateX(11px); }
}

/* Celular: mão, não mouse. Alvos de toque, palco do produto arrastável e
   blocos que só fazem sentido em duas dimensões viram uma coluna. */
@media (max-width: 760px) {
  .area-tab { min-height: 44px; }
  .faq-item button { padding: 18px 0; min-height: 56px; }
  .wall-chip { min-height: 46px; }
  .calc-field input[type=range] { height: 44px; margin: 6px 0 4px; padding-block: 20px; background-clip: content-box; }
  .calc-field input[type=range]::-webkit-slider-thumb { width: 24px; height: 24px; }
  .calc-field input[type=range]::-moz-range-thumb { width: 24px; height: 24px; }
  .plan-tags { min-height: 0; }
  .pricing-safety { align-items: flex-start; padding: 13px 15px; font-size: 11.5px; }
  .pricing-safety .icon { margin-top: 2px; }
  .price-card { padding: 24px 20px; }
  .act-body { padding: 20px; }
  .gov-item { min-height: 56px; }
  .showcase-nav, .menu-toggle { min-width: 44px; min-height: 44px; }
  /* Polegar, não cursor: todo CTA real ganha altura de toque e ocupa a
     largura quando está sozinho no bloco. */
  .button { min-height: 46px; }
  .section-cta .button, .catalog-foot .button, .wall-empty .button,
  .agent-demo-copy .button, .calc-result .button { width: 100%; justify-content: center; }
  /* Sinal de que há mais conteúdo à direita: a borda desvanece em vez de
     cortar seco. Sem isso o palco parece quebrado, não arrastável. */
  .stage-panel { position: relative; }
  .stage-panel::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 34px; pointer-events: none; border-radius: 0 18px 18px 0; background: linear-gradient(90deg, transparent, #060606); }
  .stage-hint { display: flex; align-items: baseline; gap: 6px; }
  .stage-hint::after { content: "· arraste a tela"; color: var(--muted-2); font-size: 11px; white-space: nowrap; }
}

/* ─── Dashboard em retrato (só no celular) ──────────────────────────────────
   O desktop mantém a janela larga arrastável. Aqui a mesma informação é
   REESCRITA em uma coluna dentro de um aparelho: kanban de 8 colunas vira
   pilha de etapas, tabela de campanhas vira cartão, semana vira o dia de hoje.
   Encolher a tela larga não funcionaria — o texto ficaria em 7px. */
.phone-stage { display: none; }

@media (max-width: 760px) {
  .product-stage, .stage-panel::after { display: none; }
  .stage-hint::after { content: none; }
  .phone-stage { display: flex; justify-content: center; padding: 8px 0 4px; }

  .phone-frame { position: relative; width: min(290px, 82vw); padding: 8px; border: 1px solid var(--line-strong); border-radius: 34px; background: linear-gradient(160deg,#1a1a1a,#0a0a0a 55%); box-shadow: 0 24px 70px rgba(0,0,0,.65), inset 0 1px 0 rgba(255,255,255,.06); }
  .phone-notch { position: absolute; top: 8px; left: 50%; z-index: 2; width: 92px; height: 18px; border-radius: 0 0 12px 12px; background: #050505; transform: translateX(-50%); }
  .phone-bar { display: flex; align-items: center; gap: 6px; padding: 7px 14px 9px; color: #6f6f6f; font-size: 9px; }
  .phone-bar i { width: 4px; height: 4px; border-radius: 50%; background: #3b3b3b; }
  .phone-bar b { margin-left: auto; color: #8a8a8a; font-weight: 500; }
  .phone-screen { display: flex; height: 428px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #0a0a0a; }

  .ph-head { display: flex; align-items: center; gap: 9px; padding: 12px 13px; border-bottom: 1px solid var(--line); background: #101010; }
  .ph-head strong { display: block; font-size: 12px; font-weight: 550; }
  .ph-head small { display: block; margin-top: 2px; color: var(--muted-2); font-size: 9px; }
  .ph-head.is-plain > div { flex: 1; }
  .ph-avatar { display: grid; width: 30px; height: 30px; flex: none; place-items: center; border-radius: 50%; background: #232323; color: #ddd; font-size: 10px; font-weight: 550; }
  .ph-live { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; color: #9c9c9c; font-size: 8px; font-style: normal; }
  .ph-live i { width: 5px; height: 5px; border-radius: 50%; background: #fff; animation: ph-pulse 2.4s var(--ease) infinite; }
  .ph-tag { padding: 4px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted-2); font-size: 8px; font-style: normal; white-space: nowrap; }

  .ph-thread { display: flex; flex: 1; flex-direction: column; gap: 7px; overflow: hidden; padding: 13px 12px; }
  .ph-day { align-self: center; margin-bottom: 2px; padding: 3px 9px; border-radius: 999px; background: #161616; color: #6d6d6d; font-size: 8px; }
  .ph-bubble { max-width: 84%; margin: 0; padding: 8px 10px; border-radius: 12px; font-size: 10px; line-height: 1.45; opacity: 0; animation: ph-in .5s var(--ease) forwards; animation-delay: calc(.5s + var(--n) * .9s); }
  .ph-bubble.is-lead { align-self: flex-start; border-bottom-left-radius: 4px; background: #1b1b1b; color: #d2d2d2; }
  .ph-bubble.is-bot { align-self: flex-end; border-bottom-right-radius: 4px; background: #ededea; color: #101010; }
  .ph-bubble.is-typing { display: flex; align-self: flex-end; gap: 3px; padding: 9px 11px; background: #ededea; }
  .ph-bubble.is-typing i { width: 4px; height: 4px; border-radius: 50%; background: #666; animation: ph-typing 1.3s infinite; }
  .ph-bubble.is-typing i:nth-child(2) { animation-delay: .18s; }
  .ph-bubble.is-typing i:nth-child(3) { animation-delay: .36s; }

  .ph-list { display: flex; flex: 1; flex-direction: column; gap: 6px; overflow: hidden; padding: 11px; }
  .ph-row { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 9px; align-items: center; padding: 9px 10px; border: 1px solid var(--line); border-radius: 10px; background: #111; opacity: 0; animation: ph-in .5s var(--ease) forwards; animation-delay: calc(.4s + var(--n) * .32s); }
  .ph-row b { display: block; font-size: 10px; font-weight: 500; }
  .ph-row small { display: block; margin-top: 2px; color: var(--muted-2); font-size: 8px; }
  .ph-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; }
  .ph-dot.is-revisão, .ph-dot.is-revisao { background: #666; }
  .ph-state { padding: 3px 7px; border-radius: 999px; background: #1e1e1e; color: #9d9d9d; font-size: 7px; font-style: normal; white-space: nowrap; }
  .ph-state.is-ativo { background: #ededea; color: #101010; }
  .ph-when { min-width: 34px; color: #9d9d9d; font-size: 9px; font-variant-numeric: tabular-nums; }
  .ph-count { min-width: 20px; padding: 3px 0; border-radius: 6px; background: #1e1e1e; color: #ddd; font-size: 9px; font-style: normal; text-align: center; }
  .ph-cost { color: #ededea; font-size: 11px; font-style: normal; text-align: right; }
  .ph-cost small { display: block; color: var(--muted-2); font-size: 7px; }

  .ph-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; padding: 11px 11px 0; }
  .ph-kpis > div { padding: 9px 8px; border: 1px solid var(--line); border-radius: 10px; background: #111; text-align: center; opacity: 0; animation: ph-in .5s var(--ease) forwards; animation-delay: calc(.35s + var(--n) * .22s); }
  .ph-kpis b { display: block; font-size: 15px; font-weight: 500; letter-spacing: -.03em; }
  .ph-kpis small { display: block; margin-top: 2px; color: var(--muted-2); font-size: 8px; }

  .ph-curve { margin: 11px 11px 0; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #111; }
  .ph-curve header { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 8px; color: #b4b4b4; font-size: 9px; }
  .ph-curve header em { color: var(--muted-2); font-size: 8px; font-style: normal; }
  .ph-curve > div { display: flex; height: 40px; gap: 4px; align-items: flex-end; }
  .ph-curve i { flex: 1; height: var(--h); border-radius: 2px 2px 0 0; background: linear-gradient(180deg,#efefef,#4a4a4a); transform-origin: bottom; transform: scaleY(0); animation: ph-bar .5s var(--ease) forwards; animation-delay: calc(.4s + var(--n) * .07s); }

  .ph-foot { display: flex; align-items: center; gap: 7px; padding: 10px 13px; border-top: 1px solid var(--line); background: #101010; color: var(--muted-2); font-size: 8px; }
  .ph-foot .icon { width: 10px; height: 10px; flex: none; }
}

@keyframes ph-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes ph-bar { to { transform: scaleY(1); } }
@keyframes ph-pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes ph-typing { 0%, 60%, 100% { opacity: .3; } 30% { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .ph-bubble, .ph-row, .ph-kpis > div, .ph-curve i, .ph-live i, .ph-bubble.is-typing i { animation: none; opacity: 1; transform: none; }
  .ph-curve i { transform: scaleY(1); }
}

/* ─── Trilhas de abas roláveis ──────────────────────────────────────────────
   As abas passam da largura da tela em qualquer aparelho estreito. O degradê
   na ponta direita diz "tem mais para este lado"; os controles ficam ABAIXO da
   fita, nunca sobre as abas, e reusam o mesmo desenho das setas da vitrine
   (círculo vazado de 32px com a seta em traço). */
.rail-scroller { position: relative; }
.rail-scroller > .area-tabs { overscroll-behavior-x: contain; scroll-behavior: smooth; }
.rail-scroller::before, .rail-scroller::after { content: ""; position: absolute; z-index: 1; top: 0; width: 40px; opacity: 0; pointer-events: none; transition: opacity .25s; }
.rail-scroller::before { left: 0; background: linear-gradient(90deg, var(--black) 20%, transparent); }
.rail-scroller::after { right: 0; background: linear-gradient(270deg, var(--black) 20%, transparent); }
.rail-scroller.can-prev::before, .rail-scroller.can-next::after { opacity: 1; }

.rail-controls { display: none; gap: 8px; margin-bottom: 12px; }
.rail-scroller.is-scrollable .rail-controls { display: flex; }
/* Mesma anatomia de .showcase-nav, um passo menor: é controle auxiliar, não
   pode competir com a aba selecionada. */
.rail-arrow { display: grid; width: 32px; height: 32px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--soft); cursor: pointer; transition: border-color .25s, background .25s, color .25s, opacity .25s; }
.rail-arrow:hover { border-color: var(--line-strong); background: rgba(255,255,255,.055); color: var(--white); }
.rail-arrow .icon { width: 14px; height: 14px; }
.rail-arrow.is-prev .icon { transform: rotate(180deg); }
/* Ponta da fita alcançada: o botão fica, apagado, para a linha não saltar. */
.rail-arrow:disabled, .rail-scroller:not(.can-prev) .rail-arrow.is-prev,
.rail-scroller:not(.can-next) .rail-arrow.is-next { opacity: .28; pointer-events: none; }

@media (max-width: 1100px) {
  /* Abaixo disto as abas não cabem em uma linha. Em vez de quebrar em duas
     (que empurra a tela do produto para baixo), viram fita rolável. */
  .rail-scroller > .area-tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .rail-scroller > .area-tabs::-webkit-scrollbar { display: none; }
  .rail-scroller > .area-tabs > .area-tab { flex: 0 0 auto; }
  /* O degradê cobre só a fita, não os controles que ficam abaixo dela. */
  .rail-scroller::before, .rail-scroller::after { bottom: 44px; }
}

@media (max-width: 760px) {
  .rail-arrow { width: 36px; height: 36px; }
  /* A fita sangra até a borda da tela — o invólucro inteiro se desloca, para o
     degradê cair exatamente onde o conteúdo é cortado. */
  .rail-scroller { margin-inline: -14px; }
  .rail-scroller > .area-tabs { padding-inline: 14px; }
  .rail-controls { margin: 0 0 14px 14px; }
  .rail-scroller::before, .rail-scroller::after { bottom: 50px; width: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .rail-scroller > .area-tabs { scroll-behavior: auto; }
}

/* ─── Funil em coluna (só no celular) ───────────────────────────────────────
   A serpentina do desktop tem 4 colunas, curva à direita e um selo em posição
   absoluta — geometria que não sobrevive a 390px. Esta é outra peça: trilho
   contínuo à esquerda, número dentro do trilho e a passagem para a equipe como
   marco no meio da linha, no ponto exato onde ela acontece. */
.tl-mobile { display: none; }

@media (max-width: 760px) {
  .timeline { display: none; }

  .tl-mobile { position: relative; display: flex; flex-direction: column; margin: 0; padding: 0 0 0 4px; list-style: none; }
  /* Trilho: começa no centro do primeiro número e morre no do último, para não
     sobrar risco solto acima do 01 nem abaixo do 08. */
  .tl-mobile::before { content: ""; position: absolute; top: 17px; bottom: 17px; left: 21px; width: 1px; background: linear-gradient(180deg, var(--line-strong) 0 62%, rgba(255,255,255,.12)); }

  .tlm-node { position: relative; display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 14px; padding-bottom: 26px; }
  .tlm-node:last-child { padding-bottom: 0; }
  .tlm-mark { z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--panel-2); color: var(--soft); font-size: 11px; font-weight: 550; font-variant-numeric: tabular-nums; }
  .tlm-node.is-agente .tlm-mark { border-color: rgba(255,255,255,.3); background: var(--white); color: #0b0b0b; }
  .tlm-body { display: block; padding-top: 3px; }
  .tlm-body em { color: #6b6b6b; font-size: 9px; font-style: normal; letter-spacing: .09em; text-transform: uppercase; }
  .tlm-node.is-equipe .tlm-body em { color: #8f8f8f; }
  .tlm-body strong { display: block; margin-top: 5px; font-size: 17px; font-weight: 500; letter-spacing: -.035em; }
  .tlm-body small { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.5; }

  /* O marco da passagem entra na própria linha, entre a 5ª e a 6ª etapa — é o
     ponto que o bloco inteiro existe para deixar claro. */
  .tlm-handoff { position: relative; margin: 2px 0 26px; padding-left: 48px; }
  .tlm-handoff::before { content: ""; position: absolute; top: 50%; left: 12px; width: 19px; height: 1px; background: var(--line-strong); }
  .tlm-handoff span { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--black-2); color: var(--soft); font-size: 11px; }
  .tlm-handoff .icon { width: 13px; height: 13px; }

  .funnel-legend { gap: 8px 18px; }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  /* Entrada em cascata, seguindo a leitura de cima para baixo. */
  .tl-mobile.visible .tlm-node, .tl-mobile.visible .tlm-handoff { opacity: 0; animation: tlm-in .5s var(--ease) forwards; animation-delay: calc(var(--n, 5) * .07s); }
}

@keyframes tlm-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }

/* Vídeo do hero: no celular ele é movido por JS para o slot entre o título e o
   subtítulo. O slot não reserva espaço quando está vazio. */
.hero-video-slot:empty { display: none; }
.hero-video-slot { margin: 22px 0 0; }

@media (max-width: 760px) {
  .hero-video-slot { margin: 20px 0 4px; }
  .hero-video-slot .hero-video { max-width: none; }
  .hero-video-frame { border-radius: var(--radius); box-shadow: 0 18px 50px rgba(0,0,0,.5); }
  .hero-video-play { width: 50px; height: 50px; }
  .hero-video-play .icon { width: 17px; height: 17px; }
  .hero-video-label { font-size: 10px; }
  /* O subtítulo passa a funcionar como legenda do vídeo. */
  .hero-video-slot + .hero-lead { margin-top: 14px; }
}

/* Régua de respiro do celular. Fica no fim do arquivo de propósito: .trust-layer,
   .faq-section, .catalog-section e .closing-cta têm regras próprias mais
   adiante e, como media query não soma especificidade, quem vem depois vence.
   Aqui o intervalo entre qualquer par de blocos fecha em 24px. */
@media (max-width: 760px) {
  .section-block { padding-block: 12px; }
  .trust-layer { padding-block: 12px; }
  .catalog-section { padding-bottom: 12px; }
  .faq-section { padding-top: 12px; }
  .closing-cta { margin-top: 12px; }
  .closing-cta-inner { padding-block: 44px; }
  .site-footer { margin-top: 24px; }
}

/* ─── Oferta única da LP de campanha ────────────────────────────────────────
   Ocupa o lugar do quadro de planos na /ativacao. Uma coluna de decisão à
   esquerda e as respostas às duas objeções previsíveis à direita: "por que
   pagar por um teste" e "e se eu quiser o plano depois". */
.tripwire-section .price { margin-top: 4px; }
.tripwire-card { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 12px; }
.tripwire-main { display: flex; flex-direction: column; padding: clamp(26px,3.4vw,38px); border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(135deg,#131313,#080808 65%); }
.tripwire-main .plan-includes { margin-top: 22px; }
.tripwire-side { display: flex; flex-direction: column; gap: 14px; padding: clamp(24px,3vw,32px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.tripwire-why, .tripwire-credit { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 10px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.tripwire-why .icon, .tripwire-credit .icon { width: 15px; height: 15px; margin-top: 3px; color: var(--muted-2); }
.tripwire-credit { padding-top: 14px; border-top: 1px solid var(--line); }
.tripwire-side .button { align-self: flex-start; margin-top: auto; }

@media (max-width: 860px) {
  .tripwire-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .tripwire-main, .tripwire-side { padding: 24px 20px; }
  .tripwire-side .button { width: 100%; justify-content: center; }
}

/* Confirmação da Ativação Guiada: passos do que acontece depois do pagamento. */
.thanks-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.thanks-steps li { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.thanks-num { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--soft); font-size: 12px; font-weight: 550; }
.thanks-steps strong { display: block; font-size: 16px; font-weight: 500; letter-spacing: -.03em; }
.thanks-steps small { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.thanks-help { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; margin-top: 12px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #0b0b0b; }
.thanks-help p { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 10px; max-width: 620px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.thanks-help .icon { width: 15px; height: 15px; margin-top: 3px; color: var(--muted-2); }

@media (max-width: 760px) {
  .thanks-steps { grid-template-columns: 1fr; }
  .thanks-steps li { padding: 18px; }
  .thanks-help { padding: 18px; }
  .thanks-help .button { width: 100%; justify-content: center; }
}

/* ─── /continuar: upgrade depois da Ativação Guiada ─────────────────────────
   Reusa os cards de plano da home. O que muda é o entorno: uma nota do que já
   está pago em cima e uma tabela curta só com o que difere entre os dois. */
.continue-note { display: flex; flex-direction: column; gap: 12px; margin-bottom: 12px; padding: 20px 22px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #0b0b0b; }
.continue-note p { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 10px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.continue-note strong { color: var(--white); font-weight: 550; }
.continue-note .icon { width: 15px; height: 15px; margin-top: 3px; color: var(--soft); }

.continue-compare { margin-top: 12px; padding: clamp(22px,3vw,30px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.continue-compare h2 { margin: 0 0 18px; font-size: 19px; font-weight: 500; letter-spacing: -.035em; }
.continue-compare table { width: 100%; border-collapse: collapse; }
.continue-compare th, .continue-compare td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; font-weight: 400; }
.continue-compare thead th { color: var(--muted-2); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.continue-compare tbody th { color: var(--muted-2); font-weight: 400; }
.continue-compare tbody td { color: var(--soft); }
.continue-compare tbody td:last-child { color: var(--white); }
.continue-compare tr:last-child th, .continue-compare tr:last-child td { border-bottom: 0; }
.continue-compare > p { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 10px; margin: 16px 0 0; color: var(--muted-2); font-size: 12px; line-height: 1.55; }
.continue-compare > p .icon { width: 15px; height: 15px; margin-top: 2px; }

@media (max-width: 760px) {
  .continue-note { padding: 18px; }
  .continue-compare { padding: 18px; }
  /* Três colunas de tabela não cabem: cada linha vira um bloco rotulado. */
  .continue-compare thead { display: none; }
  .continue-compare tr { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .continue-compare tbody th { grid-column: 1 / -1; padding: 0 0 4px; border-bottom: 0; color: var(--muted-2); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
  .continue-compare tbody td { padding: 0; border-bottom: 0; }
  .continue-compare tbody td::before { content: attr(data-plan); display: block; margin-bottom: 3px; color: #5f5f5f; font-size: 10px; }
}

/* ─── Contato flutuante no WhatsApp ─────────────────────────────────────────
   Verde oficial #25D366. É a única cor saturada do site — sinaliza canal
   externo, não botão da Automatyzze. */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #25d366; color: #06301a; box-shadow: 0 10px 30px rgba(0,0,0,.45), 0 0 0 6px rgba(37,211,102,.12); transition: transform .25s var(--ease), box-shadow .25s; }
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.5), 0 0 0 10px rgba(37,211,102,.16); }
.wa-float:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.wa-float-icon { display: grid; place-items: center; }
.wa-float-icon svg { width: 30px; height: 30px; }
/* No desktop o rótulo existe só para leitor de tela. */
.wa-float-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

@media (max-width: 760px) {
  /* Zona do polegar: barra fixa, retangular, com o texto ao lado do ícone.
     Círculo sem rótulo no celular é confundido com anúncio e erra o toque. */
  .wa-float { right: 14px; left: 14px; bottom: 14px; display: flex; width: auto; height: 54px; gap: 10px; align-items: center; justify-content: center; border-radius: 14px; box-shadow: 0 10px 28px rgba(0,0,0,.55); }
  .wa-float-icon svg { width: 24px; height: 24px; }
  .wa-float-label { position: static; width: auto; height: auto; overflow: visible; clip-path: none; color: #06301a; font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
  /* A barra é fixa: sem esta folga ela cobre o fim do rodapé. */
  body { padding-bottom: 78px; }
  /* Empilha acima da barra, nunca por baixo. */
  .consent-banner { bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  .wa-float, .wa-float:hover { transition: none; transform: none; }
}

/* ─── Pop-up de saída (só na LP da Ativação Guiada) ─────────────────────────
   Mesmo vocabulário do site: painel escuro, borda de 1px, raio grande. Nada de
   amarelo de urgência ou contador falso — o leitor é advogado. */
.exit-pop { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 20px; }
.exit-pop[hidden] { display: none; }
.exit-pop-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(6px); animation: exit-fade .3s var(--ease); }
.exit-pop-card { position: relative; width: min(480px,100%); padding: clamp(26px,4vw,36px); border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(150deg,#141414,#090909 62%); box-shadow: 0 40px 120px rgba(0,0,0,.7); animation: exit-rise .35s var(--ease); }
.exit-pop-card h2 { margin: 10px 0 0; font-size: clamp(23px,3vw,28px); font-weight: 500; letter-spacing: -.035em; line-height: 1.15; }
.exit-pop-card > p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.exit-pop-close { position: absolute; top: 14px; right: 14px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted-2); cursor: pointer; transition: border-color .25s, color .25s; }
.exit-pop-close:hover { border-color: var(--line-strong); color: var(--white); }
.exit-pop-close svg { width: 15px; height: 15px; }
.exit-pop-actions { display: flex; flex-direction: column; gap: 9px; margin-top: 22px; }
.exit-pop-actions .button { min-height: 46px; justify-content: center; }
.exit-pop-foot { display: grid; grid-template-columns: 15px minmax(0,1fr); gap: 9px; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 12px; line-height: 1.5; }
.exit-pop-foot .icon { width: 14px; height: 14px; margin-top: 2px; }

@keyframes exit-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes exit-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
  /* Sobe acima da barra do WhatsApp, que é fixa no rodapé. */
  .exit-pop { align-items: flex-end; padding: 14px 14px 84px; }
  .exit-pop-card { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .exit-pop-backdrop, .exit-pop-card { animation: none; }
}
