/* Fonte da marca (Exo 2) — auto-hospedada p/ performance */
@font-face { font-family: 'Exo 2'; font-style: italic; font-weight: 300 800; font-display: swap; src: url('assets/fonts/exo2-italic.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: 'Exo 2'; font-style: normal; font-weight: 300 800; font-display: swap; src: url('assets/fonts/exo2-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; }
@font-face { font-family: 'Exo 2'; font-style: normal; font-weight: 300 800; font-display: swap; src: url('assets/fonts/exo2-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; }

/* =====================================================================
   NexChat — Site (identidade oficial do Manual de Marca)
   Cores: roxo #6624FF · menta #4EF5A5 · amarelo #FCD24D · creme #FDF6E9 · ink #121A0F
   Tipografia: Exo 2
   Estética: creme + gradiente mesh (menta→roxo) + motivos geométricos (X-seta, ondas, asterisco)
   ===================================================================== */

/* ------------------------------ TOKENS ------------------------------ */
:root {
  /* Marca */
  --violet: #6624ff;
  --violet-700: #4f18cc;
  --violet-300: #a78bff;
  --violet-100: #ece4ff;
  --violet-glow: rgba(102, 36, 255, 0.45);
  --mint: #4ef5a5;
  --mint-700: #16c079;
  --mint-100: #d6fbe8;
  --yellow: #fcd24d;
  --yellow-700: #e0ad14;

  /* Superfícies claras (creme) */
  --cream: #fdf6e9;   /* fundo padrão */
  --cream-2: #fffdf6; /* cards / superfície elevada */
  --cream-3: #f6eedd; /* faixa sutil */

  /* Escuro (ink verde-quase-preto) */
  --ink: #121a0f;
  --ink-800: #1a2416;
  --ink-700: #24301e;

  /* Texto sobre creme */
  --text: #14200f;
  --text-soft: #4b5647;
  --text-dim: #5e6852;

  /* Texto sobre escuro/violeta */
  --on-dark: #f4f7ef;
  --on-dark-soft: #c3ccbb;

  /* Linhas */
  --line: rgba(18, 26, 15, 0.12);
  --line-2: rgba(18, 26, 15, 0.2);
  --line-dark: rgba(255, 255, 255, 0.14);

  /* WhatsApp (mockups) */
  --wa: #25d366;

  /* Tipografia */
  --font: "Exo 2", system-ui, -apple-system, sans-serif;

  /* Escala */
  --step--1: clamp(0.82rem, 0.79rem + 0.15vw, 0.9rem);
  --step-0: clamp(1rem, 0.95rem + 0.22vw, 1.12rem);
  --step-1: clamp(1.2rem, 1.1rem + 0.5vw, 1.45rem);
  --step-2: clamp(1.5rem, 1.3rem + 1vw, 2.05rem);
  --step-3: clamp(2rem, 1.6rem + 2vw, 3rem);
  --step-4: clamp(2.5rem, 1.9rem + 3vw, 4.2rem);
  --step-5: clamp(3rem, 2.1rem + 4.4vw, 5.4rem);

  --container: 1180px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --radius: 18px;
  --radius-lg: 28px;
  --radius-sm: 12px;
  --shadow-1: 0 4px 14px -6px rgba(18, 26, 15, 0.18);
  --shadow-2: 0 30px 60px -28px rgba(18, 26, 15, 0.35);
  --shadow-violet: 0 20px 50px -20px var(--violet-glow);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Gradiente mesh assinatura (menta → azul → roxo) */
  --mesh:
    radial-gradient(38% 55% at 12% 18%, rgba(78, 245, 165, 0.95) 0%, rgba(78, 245, 165, 0) 60%),
    radial-gradient(45% 60% at 88% 28%, rgba(102, 36, 255, 0.9) 0%, rgba(102, 36, 255, 0) 62%),
    radial-gradient(55% 65% at 62% 100%, rgba(123, 92, 255, 0.85) 0%, rgba(123, 92, 255, 0) 60%),
    radial-gradient(50% 55% at 30% 88%, rgba(78, 245, 165, 0.7) 0%, rgba(78, 245, 165, 0) 62%),
    linear-gradient(125deg, #bff0d4 0%, #b6a5ff 55%, #7b5cff 100%);
}

/* ------------------------------ RESET ------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
body {
  font-family: var(--font);
  font-size: var(--step-0);
  line-height: 1.6;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
input, select, textarea { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2.5px solid var(--violet); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--violet); color: #fff; }

/* ------------------------------ LAYOUT ------------------------------ */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { position: relative; padding-block: clamp(3.5rem, 8vw, 7rem); }
.section--tight { padding-block: clamp(2.2rem, 5vw, 3.5rem); }
.section--dark { background: var(--ink); color: var(--on-dark); }
.section--violet { background: var(--violet); color: #fff; }
.section--cream2 { background: var(--cream-2); }
.stack > * + * { margin-top: 1rem; }

/* ------------------------------ TIPOGRAFIA ------------------------------ */
h1, h2, h3, h4 { font-family: var(--font); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; }
.h1 { font-size: var(--step-5); font-weight: 800; }
.h2 { font-size: var(--step-4); font-weight: 800; }
.h3 { font-size: var(--step-2); }
.lead { font-size: var(--step-1); color: var(--text-soft); line-height: 1.5; }
.section--dark .lead, .section--violet .lead { color: var(--on-dark-soft); }
.muted { color: var(--text-dim); }
.mark { color: var(--violet); }
.section--dark .mark, .section--violet .mark { color: var(--mint); }
.underline-mint {
  background-image: linear-gradient(var(--mint), var(--mint));
  background-repeat: no-repeat; background-position: 0 92%; background-size: 100% 0.28em;
  padding: 0 0.03em;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6ch;
  font-weight: 700; font-size: var(--step--1); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--violet);
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--mint); }
.section--dark .eyebrow, .section--violet .eyebrow { color: var(--mint); }
.section--dark .eyebrow::before, .section--violet .eyebrow::before { background: var(--yellow); }
.section-head { max-width: 64ch; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-head .h2 { margin-top: 0.9rem; }
.section-head .lead { margin-top: 1.1rem; }
.text-center { text-align: center; }
.center-head { margin-inline: auto; }

/* ------------------------------ BOTÕES ------------------------------ */
.btn {
  --pad-y: 0.85rem; --pad-x: 1.55rem;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6ch;
  padding: var(--pad-y) var(--pad-x);
  border-radius: 999px; font-weight: 700; font-size: var(--step-0); line-height: 1; letter-spacing: -0.01em;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn svg { width: 1.15em; height: 1.15em; }
.btn--primary { background: var(--violet); color: #fff; box-shadow: var(--shadow-violet); }
.btn--primary:hover { background: var(--violet-700); transform: translateY(-2px); }
.btn--mint { background: var(--mint); color: #06301c; box-shadow: 0 14px 30px -14px rgba(78, 245, 165, 0.7); }
.btn--mint:hover { transform: translateY(-2px); filter: brightness(1.03); }
.btn--ghost { background: transparent; color: var(--text); box-shadow: inset 0 0 0 2px var(--line-2); }
.btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--violet); color: var(--violet); transform: translateY(-2px); }
.section--dark .btn--ghost, .section--violet .btn--ghost { color: #fff; box-shadow: inset 0 0 0 2px var(--line-dark); }
.section--dark .btn--ghost:hover, .section--violet .btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--mint); color: var(--mint); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-700); transform: translateY(-2px); }
.btn--wa { background: var(--wa); color: #04220f; }
.btn--wa:hover { transform: translateY(-2px); filter: brightness(1.04); }
.btn--lg { --pad-y: 1.05rem; --pad-x: 1.9rem; font-size: var(--step-1); }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }

/* Pills / selos */
.pill {
  display: inline-flex; align-items: center; gap: 0.5ch;
  padding: 0.4em 0.85em; border-radius: 999px; font-weight: 700;
  font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase;
  background: var(--violet-100); color: var(--violet-700);
}
.section--dark .pill { background: rgba(78, 245, 165, 0.14); color: var(--mint); }
.trust-row { display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; align-items: center; }
.trust-pill { display: inline-flex; align-items: center; gap: 0.55ch; font-size: var(--step--1); font-weight: 600; color: var(--text-soft); }
.trust-pill svg { width: 1.1em; height: 1.1em; color: var(--violet); flex: none; }
.section--dark .trust-pill { color: var(--on-dark-soft); } .section--dark .trust-pill svg { color: var(--mint); }

/* Motivo: X-seta da marca */
.xmark { display: inline-grid; place-items: center; }
.xmark svg { width: 100%; height: 100%; }

/* =====================================================================
   HEADER (injetado por JS)
   ===================================================================== */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background 0.3s, box-shadow 0.3s, backdrop-filter 0.3s; }
.site-header.is-scrolled { background: rgba(253, 246, 233, 0.82); backdrop-filter: blur(14px) saturate(1.3); box-shadow: 0 1px 0 var(--line), 0 14px 30px -24px rgba(18,26,15,0.5); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 0.55ch; font-weight: 800; font-size: 1.5rem; letter-spacing: -0.03em; color: var(--ink); }
.brand__logo { height: 32px; width: auto; display: block; }
.footer .brand__logo { height: 30px; }
.brand__x { width: 30px; height: 30px; color: var(--violet); flex: none; }
.brand b { font-weight: 800; }
.brand .sub { font-weight: 500; font-size: 0.62em; color: var(--text-soft); letter-spacing: 0; align-self: flex-end; margin-bottom: 0.28em; }
.site-header.on-dark .brand, .site-header.on-dark .nav__links a { color: var(--on-dark); }
.site-header.on-dark .brand__x { color: var(--mint); }

.nav__links { display: none; align-items: center; gap: 0.2rem; }
.nav__links a { padding: 0.5rem 0.9rem; border-radius: 10px; font-weight: 600; font-size: var(--step--1); color: var(--text-soft); transition: color 0.2s, background 0.2s; }
.nav__links a:hover { color: var(--violet); background: var(--violet-100); }
.nav__links a.is-active { color: var(--violet); }
.nav__links a.is-active::after { content: ""; display: block; height: 3px; border-radius: 3px; background: var(--mint); margin-top: 3px; }
.nav__actions { display: none; align-items: center; gap: 0.7rem; }
.nav__login { font-weight: 700; font-size: var(--step--1); color: var(--text); padding: 0.5rem 0.5rem; }
.nav__login:hover { color: var(--violet); }
.nav__toggle { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; box-shadow: inset 0 0 0 2px var(--line-2); }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after { display: block; width: 20px; height: 2.4px; background: var(--ink); border-radius: 2px; transition: 0.3s; }
.nav__toggle span { position: relative; }
.nav__toggle span::before, .nav__toggle span::after { content: ""; position: absolute; left: 0; }
.nav__toggle span::before { top: -6px; } .nav__toggle span::after { top: 6px; }
body.nav-open .nav__toggle span { background: transparent; }
body.nav-open .nav__toggle span::before { top: 0; transform: rotate(45deg); }
body.nav-open .nav__toggle span::after { top: 0; transform: rotate(-45deg); }

.mobile-menu { position: fixed; inset: 76px 0 0 0; z-index: 99; background: var(--cream); padding: 1.4rem var(--gutter) 2.5rem; display: flex; flex-direction: column; gap: 0.2rem; transform: translateY(-8px); opacity: 0; visibility: hidden; transition: 0.3s var(--ease); overflow-y: auto; }
body.nav-open .mobile-menu { transform: none; opacity: 1; visibility: visible; }
.mobile-menu a { padding: 1rem 0.4rem; font-size: var(--step-1); font-weight: 700; border-bottom: 1px solid var(--line); }
.mobile-menu a.is-active { color: var(--violet); }
.mobile-menu .btn { margin-top: 1.3rem; }
@media (min-width: 960px) { .nav__links, .nav__actions { display: flex; } .nav__toggle { display: none; } }

/* espaço p/ header fixo em páginas internas */
.page-pad { padding-top: 76px; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero { position: relative; padding-top: clamp(7rem, 13vh, 9rem); padding-bottom: clamp(3rem, 6vw, 5rem); overflow: hidden; }
.hero__inner { display: grid; gap: clamp(2.5rem, 5vw, 4rem); align-items: center; }
@media (min-width: 1000px) { .hero__inner { grid-template-columns: 1.05fr 0.95fr; } }
.hero__badge { display: inline-flex; align-items: center; gap: 0.7ch; padding: 0.45rem 0.95rem 0.45rem 0.5rem; border-radius: 999px; background: var(--cream-2); box-shadow: inset 0 0 0 1.5px var(--line); font-size: var(--step--1); font-weight: 600; color: var(--text-soft); margin-bottom: 1.5rem; }
.hero__badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint-700); box-shadow: 0 0 0 4px rgba(78,245,165,0.25); animation: pulse 2.4s infinite; }
.hero__badge b { color: var(--ink); font-weight: 800; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero h1 { font-size: var(--step-5); font-weight: 800; margin-bottom: 1.3rem; }
.hero__sub { font-size: var(--step-1); color: var(--text-soft); max-width: 42ch; margin-bottom: 1.9rem; }
.hero__sub b { color: var(--ink); font-weight: 700; }
.hero .btn-row { margin-bottom: 1.6rem; }
.hero__note { font-size: var(--step--1); color: var(--text-dim); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.6ch; }
.hero__note svg { width: 1.1em; height: 1.1em; color: var(--mint-700); }

/* fundo mesh do hero (bloco à direita ou faixa) */
.mesh-bg { background: var(--mesh); }
.hero--mesh { color: #0e1a12; }
.hero__meshwrap { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero__meshwrap::before { content: ""; position: absolute; inset: -20%; background: var(--mesh); filter: blur(10px); opacity: 0.9; }
.hero__waves { position: absolute; inset: 0; z-index: -1; opacity: 0.5; mix-blend-mode: overlay; background-image: repeating-radial-gradient(circle at 80% 30%, transparent 0 18px, rgba(255,255,255,0.5) 18px 19px); }

/* pequeno painel mesh decorativo */
.mesh-card { position: relative; border-radius: var(--radius-lg); background: var(--mesh); box-shadow: var(--shadow-2); overflow: hidden; aspect-ratio: 1 / 1; }
.mesh-card .waves { position: absolute; inset: 0; opacity: 0.35; background: repeating-radial-gradient(circle at 75% 25%, transparent 0 14px, rgba(255,255,255,0.6) 14px 15px); }

/* =====================================================================
   MOCKUP DO CHAT (phone) — reutilizado na Home e Agente de IA
   ===================================================================== */
.phone { position: relative; width: min(350px, 100%); margin-inline: auto; border-radius: 36px; padding: 12px; background: linear-gradient(160deg, #222c1c, var(--ink)); box-shadow: var(--shadow-2), 0 0 90px -30px var(--violet-glow); }
.phone__notch { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 98px; height: 6px; border-radius: 99px; background: rgba(255,255,255,0.16); z-index: 3; }
.phone__screen { border-radius: 26px; overflow: hidden; background: #07130b; height: 560px; display: flex; flex-direction: column; }
.chat__top { display: flex; align-items: center; gap: 0.7ch; padding: 1.4rem 1rem 0.9rem; background: linear-gradient(180deg, #123021, #0e2619); }
.chat__avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; flex: none; box-shadow: 0 0 0 2px rgba(255,255,255,0.1); background: var(--violet); }
.chat__avatar svg { width: 20px; height: 20px; color: #fff; }
.chat__peer strong { font-size: 0.95rem; color: #fff; display: flex; align-items: center; gap: 0.4ch; }
.chat__peer strong .verify { width: 14px; height: 14px; color: var(--mint); }
.chat__peer span { font-size: 0.72rem; color: rgba(255,255,255,0.55); }
.chat__peer span::before { content: "●"; color: var(--mint); font-size: 0.6em; vertical-align: middle; margin-right: 0.4ch; }
.chat__body { flex: 1; padding: 1rem 0.85rem; overflow: hidden; display: flex; flex-direction: column; gap: 0.55rem; justify-content: flex-end; background: radial-gradient(circle at 20% 10%, rgba(78,245,165,0.06), transparent 40%), #06110a; }
.bubble { max-width: 82%; padding: 0.6rem 0.8rem; border-radius: 14px; font-size: 0.86rem; line-height: 1.4; opacity: 0; transform: translateY(10px); animation: bubbleIn 0.45s var(--ease) forwards; }
@keyframes bubbleIn { to { opacity: 1; transform: none; } }
.bubble--in { align-self: flex-start; background: #24322a; color: #eaf3ec; border-bottom-left-radius: 4px; }
.bubble--out { align-self: flex-end; background: #14432c; color: #daffe9; border-bottom-right-radius: 4px; }
.bubble .meta { display: block; font-size: 0.6rem; margin-top: 0.25rem; opacity: 0.6; text-align: right; }
.bubble .meta .tick { color: var(--mint); }
.typing { align-self: flex-start; display: inline-flex; gap: 4px; padding: 0.7rem 0.9rem; background: #24322a; border-radius: 14px; border-bottom-left-radius: 4px; }
.typing span { width: 6px; height: 6px; border-radius: 50%; background: #8aa595; animation: typing 1.2s infinite; }
.typing span:nth-child(2) { animation-delay: 0.2s; } .typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing { 0%,60%,100% { transform: translateY(0); opacity: 0.4; } 30% { transform: translateY(-4px); opacity: 1; } }
.chat__result { padding: 0.7rem 0.85rem; display: flex; align-items: center; gap: 0.6ch; background: linear-gradient(90deg, rgba(78,245,165,0.18), rgba(102,36,255,0.16)); font-size: 0.76rem; color: #eaffd2; font-weight: 700; }
.chat__result[hidden] { display: none; }
.chat__result svg { width: 1.1em; height: 1.1em; color: var(--mint); flex: none; }
.chat__result .t { margin-left: auto; color: var(--mint); }
.phone__tag { position: absolute; z-index: 4; padding: 0.5rem 0.8rem; border-radius: 12px; background: var(--cream-2); box-shadow: var(--shadow-1), inset 0 0 0 1px var(--line); font-size: 0.72rem; font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 0.5ch; animation: floaty 5s ease-in-out infinite; }
.phone__tag svg { width: 1.1em; height: 1.1em; color: var(--violet); }
.phone__tag--tl { top: 7%; left: -12%; } .phone__tag--br { bottom: 12%; right: -10%; animation-delay: 1.2s; }
.phone__tag .n { color: var(--violet); } .phone__tag .g { color: var(--mint-700); }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (max-width: 520px) { .phone__tag--tl { left: -2%; } .phone__tag--br { right: -1%; } }

/* =====================================================================
   METRICS
   ===================================================================== */
.metrics__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 820px) { .metrics__grid { grid-template-columns: repeat(4, 1fr); } }
.metric { background: var(--cream-2); border-radius: var(--radius); padding: 1.6rem 1.4rem; text-align: center; box-shadow: inset 0 0 0 1px var(--line); }
.section--dark .metric { background: var(--ink-800); box-shadow: inset 0 0 0 1px var(--line-dark); }
.metric__num { font-weight: 800; font-size: var(--step-3); letter-spacing: -0.03em; line-height: 1; color: var(--violet); }
.section--dark .metric__num { color: var(--mint); }
.metric__num .pre { color: var(--text-dim); }
.metric__label { margin-top: 0.6rem; font-size: var(--step--1); color: var(--text-dim); }
.metric__label b { color: var(--text-soft); font-weight: 700; }
.section--dark .metric__label { color: var(--on-dark-soft); } .section--dark .metric__label b { color: #fff; }

/* =====================================================================
   CARDS DE DOR / FEATURES
   ===================================================================== */
.grid-2 { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
.grid-3 { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.card { position: relative; padding: 1.7rem; border-radius: var(--radius); background: var(--cream-2); box-shadow: inset 0 0 0 1px var(--line); transition: transform 0.3s var(--ease), box-shadow 0.3s; overflow: hidden; }
.card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--line-2), var(--shadow-1); }
.card__ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.1rem; background: var(--violet-100); color: var(--violet); }
.card__ico svg { width: 23px; height: 23px; }
.card--mint .card__ico { background: var(--mint-100); color: var(--mint-700); }
.card--yellow .card__ico { background: #fff2cc; color: var(--yellow-700); }
.card h3 { font-size: var(--step-1); margin-bottom: 0.5rem; }
.card p { color: var(--text-soft); font-size: var(--step-0); }
.card .quote { color: var(--text-dim); font-style: italic; font-size: var(--step--1); margin-top: 0.8rem; padding-left: 0.8rem; border-left: 3px solid var(--violet-100); }
.check-list { display: grid; gap: 0.65rem; }
.check-list li { display: flex; gap: 0.7ch; align-items: flex-start; font-size: var(--step-0); color: var(--text-soft); }
.check-list svg { width: 1.15em; height: 1.15em; color: var(--mint-700); flex: none; margin-top: 0.25em; }
.section--dark .check-list li { color: var(--on-dark-soft); }

/* =====================================================================
   AGENTE DE IA — pontos + toggle
   ===================================================================== */
.ai__inner { display: grid; gap: clamp(2.5rem, 5vw, 4rem); align-items: center; }
@media (min-width: 1000px) { .ai__inner { grid-template-columns: 1fr 1.05fr; } }
.ai-point { display: flex; gap: 1rem; align-items: flex-start; }
.ai-point__ico { flex: none; width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: rgba(78,245,165,0.16); color: var(--mint-700); }
.section--dark .ai-point__ico { background: rgba(78,245,165,0.16); color: var(--mint); }
.ai-point__ico svg { width: 22px; height: 22px; }
.ai-point h4, .ai-point h3 { font-size: var(--step-1); margin-bottom: 0.15rem; }
.ai-point p { color: var(--text-soft); font-size: var(--step-0); }
.section--dark .ai-point p { color: var(--on-dark-soft); }
.ai-points { display: grid; gap: 1.1rem; margin-top: 2rem; }

.ai-demo { border-radius: var(--radius-lg); background: var(--cream-2); box-shadow: var(--shadow-2), inset 0 0 0 1px var(--line); overflow: hidden; }
.section--dark .ai-demo { background: var(--ink-800); box-shadow: var(--shadow-2), inset 0 0 0 1px var(--line-dark); }
.ai-demo__tabs { display: flex; gap: 0.3rem; padding: 0.5rem; background: var(--cream-3); }
.section--dark .ai-demo__tabs { background: var(--ink-700); }
.ai-tab { flex: 1; padding: 0.7rem; border-radius: 11px; font-weight: 700; font-size: var(--step--1); color: var(--text-dim); transition: 0.25s; display: inline-flex; align-items: center; justify-content: center; gap: 0.5ch; }
.ai-tab svg { width: 1.05em; height: 1.05em; }
.ai-tab[aria-selected="true"] { background: var(--cream-2); color: var(--violet); box-shadow: var(--shadow-1); }
.section--dark .ai-tab { color: var(--on-dark-soft); }
.section--dark .ai-tab[aria-selected="true"] { background: var(--ink-800); color: var(--mint); }
.ai-demo__body { padding: 1.5rem; min-height: 340px; }
.ai-panel { display: none; animation: fadeUp 0.4s var(--ease); }
.ai-panel.is-active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.flow-step { display: flex; align-items: center; gap: 0.9ch; padding: 0.85rem 1rem; border-radius: 12px; background: var(--cream-3); margin-bottom: 0.6rem; font-size: var(--step--1); }
.section--dark .flow-step { background: var(--ink-700); }
.flow-step__n { width: 26px; height: 26px; border-radius: 8px; background: var(--violet-100); color: var(--violet); display: grid; place-items: center; font-weight: 700; font-size: 0.8rem; flex: none; }
.flow-note { font-size: var(--step--1); color: var(--text-dim); margin-top: 1rem; display: flex; gap: 0.6ch; align-items: flex-start; }
.flow-note svg { width: 1.1em; height: 1.1em; color: var(--mint-700); flex: none; margin-top: 0.15em; }
.mini-chat { display: flex; flex-direction: column; gap: 0.5rem; }
.mini-chat .bubble { animation: none; opacity: 1; transform: none; }
.mini-chat .bubble--in { background: var(--cream-3); color: var(--text); }
.mini-chat .bubble--out { background: var(--violet); color: #fff; }
.section--dark .mini-chat .bubble--in { background: var(--ink-700); color: var(--on-dark); }

/* =====================================================================
   HUMANO + IA
   ===================================================================== */
.human__card { display: grid; gap: clamp(2rem,4vw,3rem); align-items: center; padding: clamp(1.8rem, 4vw, 3.2rem); border-radius: var(--radius-lg); background: var(--mesh); color: #10180e; box-shadow: var(--shadow-2); position: relative; overflow: hidden; }
@media (min-width: 860px) { .human__card { grid-template-columns: 0.9fr 1.1fr; } }
.human__card .waves { position: absolute; inset: 0; opacity: 0.25; background: repeating-radial-gradient(circle at 80% 20%, transparent 0 16px, rgba(255,255,255,0.6) 16px 17px); pointer-events: none; }
.human__stat { text-align: center; position: relative; }
.human__stat .big { font-weight: 800; font-size: var(--step-5); line-height: 0.9; color: #12141f; }
.human__stat p { margin-top: 0.6rem; color: #26302a; font-weight: 600; }
.handoff { display: grid; gap: 0.7rem; position: relative; }
.handoff__row { display: flex; align-items: center; gap: 0.9ch; padding: 0.9rem 1.1rem; border-radius: 12px; background: rgba(255,255,255,0.55); font-weight: 600; color: #16211a; }
.handoff__row .who { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 800; padding: 0.25em 0.6em; border-radius: 6px; flex: none; }
.who--ai { background: var(--violet); color: #fff; }
.who--human { background: var(--ink); color: var(--mint); }

/* =====================================================================
   CANAIS / INBOX
   ===================================================================== */
.chan-list { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chan-chip { display: inline-flex; align-items: center; gap: 0.6ch; padding: 0.55rem 0.95rem; border-radius: 999px; background: var(--cream-2); box-shadow: inset 0 0 0 1.5px var(--line); font-size: var(--step--1); font-weight: 600; }
.chan-chip svg { width: 1.15em; height: 1.15em; }
.chan-chip.is-star { box-shadow: inset 0 0 0 2px var(--violet); color: var(--violet); }
.inbox { border-radius: var(--radius-lg); background: var(--cream-2); box-shadow: var(--shadow-2), inset 0 0 0 1px var(--line); overflow: hidden; }
.inbox__bar { display: flex; align-items: center; gap: 0.5ch; padding: 0.85rem 1.1rem; background: var(--cream-3); box-shadow: inset 0 -1px 0 var(--line); }
.inbox__bar .dots { display: flex; gap: 5px; } .inbox__bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.inbox__bar .title { margin-left: 0.5ch; font-size: 0.72rem; color: var(--text-dim); font-weight: 600; }
.inbox__bar .live { margin-left: auto; font-size: 0.68rem; color: var(--mint-700); font-weight: 700; display: inline-flex; align-items: center; gap: 0.4ch; }
.inbox__bar .live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mint-700); box-shadow: 0 0 0 3px rgba(78,245,165,0.25); }
.conv { display: flex; align-items: center; gap: 0.85rem; padding: 0.95rem 1.1rem; box-shadow: inset 0 -1px 0 var(--line); transition: background 0.2s; }
.conv:hover { background: var(--cream-3); }
.conv__ava { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex: none; font-weight: 800; color: #fff; }
.conv__chan { position: relative; }
.conv__chan .badge { position: absolute; right: -3px; bottom: -3px; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: var(--cream-2); box-shadow: 0 0 0 2px var(--cream-2); }
.conv__chan .badge svg { width: 11px; height: 11px; }
.conv__main { min-width: 0; flex: 1; }
.conv__main .n { font-weight: 700; font-size: 0.9rem; display: flex; align-items: center; gap: 0.5ch; }
.conv__main .p { font-size: 0.8rem; color: var(--text-dim); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.conv__meta { text-align: right; flex: none; }
.conv__meta .time { font-size: 0.68rem; color: var(--text-dim); }
.tag-ai { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 700; padding: 0.2em 0.5em; border-radius: 6px; background: var(--violet-100); color: var(--violet-700); }
.tag-new { background: var(--mint); color: #06301c; border-radius: 999px; font-size: 0.62rem; font-weight: 800; padding: 0.1em 0.5em; }

/* =====================================================================
   DEMO INTERATIVA DE SEGMENTOS
   ===================================================================== */
.seg__tabs { display: flex; gap: 0.6rem; overflow-x: auto; padding: 0.2rem 0.2rem 0.8rem; margin-bottom: 2.2rem; scrollbar-width: thin; }
@media (min-width: 980px) { .seg__tabs { flex-wrap: wrap; justify-content: center; overflow: visible; } }
.seg-tab { display: inline-flex; align-items: center; gap: 0.55ch; padding: 0.65rem 1.05rem; border-radius: 999px; flex: none; white-space: nowrap; background: var(--cream-2); box-shadow: inset 0 0 0 1.5px var(--line); color: var(--text-soft); font-weight: 700; font-size: var(--step--1); transition: transform 0.2s var(--ease), box-shadow 0.2s, background 0.2s, color 0.2s; }
.seg-tab svg { width: 1.2em; height: 1.2em; }
.seg-tab:hover { color: var(--violet); box-shadow: inset 0 0 0 2px var(--violet); transform: translateY(-1px); }
.seg-tab[aria-selected="true"] { background: var(--violet); color: #fff; box-shadow: var(--shadow-violet); }
.seg__stage { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 960px) { .seg__stage { grid-template-columns: 0.9fr 1.1fr; } }
.seg__phone { display: flex; justify-content: center; }
.seg__phone .phone { width: min(340px, 100%); }
.seg__phone .phone__screen { height: 520px; }
#segAvatar { font-weight: 800; font-size: 0.9rem; color: #fff; }
.seg__info .pill { margin-bottom: 1rem; }
.seg__info h2 { font-size: var(--step-2); margin-bottom: 0.6rem; }
.seg__info > p { color: var(--text-soft); font-size: var(--step-1); margin-bottom: 1.4rem; }
.seg__info .check-list { margin-bottom: 1.7rem; }

/* =====================================================================
   PROVA SOCIAL
   ===================================================================== */
.testi { padding: 1.7rem; border-radius: var(--radius); background: var(--cream-2); box-shadow: inset 0 0 0 1px var(--line); display: flex; flex-direction: column; }
.testi__stars { display: flex; gap: 2px; color: var(--yellow-700); margin-bottom: 0.9rem; } .testi__stars svg { width: 15px; height: 15px; }
.testi__quote { color: var(--text); font-size: var(--step-0); flex: 1; }
.testi__result { margin: 1rem 0; font-weight: 700; font-size: var(--step--1); color: var(--violet); display: inline-flex; align-items: center; gap: 0.5ch; }
.testi__who { display: flex; align-items: center; gap: 0.8ch; padding-top: 1rem; box-shadow: inset 0 1px 0 var(--line); }
.testi__ava { width: 40px; height: 40px; border-radius: 50%; background: var(--violet); display: grid; place-items: center; font-weight: 800; color: #fff; flex: none; }
.testi__who .n { font-weight: 700; font-size: 0.9rem; } .testi__who .r { font-size: 0.75rem; color: var(--text-dim); }

/* =====================================================================
   ROI
   ===================================================================== */
.roi__card { display: grid; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-2), inset 0 0 0 1px var(--line); }
@media (min-width: 920px) { .roi__card { grid-template-columns: 1fr 1fr; } }
.roi__inputs { padding: clamp(1.8rem, 4vw, 2.8rem); background: var(--cream-2); }
.roi__field { margin-bottom: 1.6rem; }
.roi__field label { display: flex; justify-content: space-between; align-items: baseline; font-size: var(--step--1); color: var(--text-soft); margin-bottom: 0.7rem; font-weight: 600; }
.roi__field .val { font-weight: 800; color: var(--violet); font-size: var(--step-0); }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 99px; background: var(--cream-3); outline: none; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 4px rgba(102,36,255,0.16); cursor: pointer; transition: transform 0.15s; }
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.12); }
input[type="range"]::-moz-range-thumb { width: 22px; height: 22px; border: 0; border-radius: 50%; background: var(--violet); cursor: pointer; }
.roi__result { padding: clamp(1.8rem, 4vw, 2.8rem); background: var(--ink); color: var(--on-dark); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.roi__result .waves { position: absolute; inset: 0; opacity: 0.14; background: repeating-radial-gradient(circle at 80% 15%, transparent 0 15px, var(--mint) 15px 16px); }
.roi__result .lbl { font-size: var(--step--1); color: var(--on-dark-soft); position: relative; }
.roi__big { font-weight: 800; font-size: var(--step-5); line-height: 0.95; letter-spacing: -0.03em; margin: 0.4rem 0 0.2rem; position: relative; color: var(--mint); }
.roi__sub { color: var(--on-dark-soft); position: relative; margin-bottom: 1.6rem; }
.roi__break { position: relative; display: grid; gap: 0.6rem; margin-bottom: 1.6rem; }
.roi__break .row { display: flex; justify-content: space-between; font-size: var(--step--1); padding: 0.6rem 0; box-shadow: inset 0 -1px 0 var(--line-dark); }
.roi__break .row b { color: #fff; }
.roi__disclaimer { font-size: 0.72rem; color: var(--on-dark-soft); position: relative; margin-top: 1rem; line-height: 1.4; opacity: 0.8; }

/* =====================================================================
   PREÇOS
   ===================================================================== */
.toggle { display: inline-flex; align-items: center; gap: 0.5ch; margin: 0 auto 2.6rem; padding: 0.4rem; background: var(--cream-3); border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line); }
.toggle button { padding: 0.55rem 1.1rem; border-radius: 999px; font-weight: 700; font-size: var(--step--1); color: var(--text-soft); transition: 0.25s; }
.toggle button.is-active { background: var(--ink); color: #fff; }
.toggle .save { font-size: 0.68rem; color: #0a5e37; font-weight: 800; }
.plans { display: grid; gap: 1.2rem; align-items: start; }
@media (min-width: 720px) { .plans { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .plans { grid-template-columns: repeat(4, 1fr); } }
.plan { background: var(--cream-2); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: inset 0 0 0 1px var(--line); position: relative; display: flex; flex-direction: column; }
.plan--featured { box-shadow: inset 0 0 0 2.5px var(--violet); transform: translateY(-6px); }
@media (max-width: 719px) { .plan--featured { transform: none; } }
.plan__flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--mint); color: #06301c; font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; padding: 0.35em 0.9em; border-radius: 999px; white-space: nowrap; }
.plan__name { font-weight: 800; font-size: var(--step-1); }
.plan__desc { font-size: var(--step--1); color: var(--text-soft); margin: 0.3rem 0 1.2rem; min-height: 2.6em; }
.plan__price { display: flex; align-items: flex-end; gap: 0.3ch; }
.plan__price .cur { font-size: var(--step-0); font-weight: 800; margin-bottom: 0.35rem; }
.plan__price .amt { font-weight: 800; font-size: var(--step-3); letter-spacing: -0.03em; line-height: 1; }
.plan__price .per { font-size: var(--step--1); color: var(--text-soft); margin-bottom: 0.35rem; }
.plan__meta { font-size: 0.75rem; color: var(--text-soft); margin-top: 0.5rem; min-height: 1.2em; }
.plan .btn { margin: 1.4rem 0; }
.plan__features { display: grid; gap: 0.65rem; }
.plan__features li { display: flex; gap: 0.6ch; align-items: flex-start; font-size: var(--step--1); color: var(--text-soft); }
.plan__features svg { width: 1.05em; height: 1.05em; color: var(--violet); flex: none; margin-top: 0.25em; }
.plan__features li.ai { font-weight: 700; color: var(--ink); }
.plan__features li.ai svg { color: var(--mint-700); }
.meta-cost { max-width: 800px; margin: 2.4rem auto 0; padding: 1.4rem 1.6rem; border-radius: var(--radius); background: var(--violet-100); display: flex; gap: 1rem; align-items: flex-start; }
.meta-cost svg { width: 1.5em; height: 1.5em; color: var(--violet); flex: none; }
.meta-cost h2 { font-size: var(--step-0); margin-bottom: 0.2rem; } .meta-cost p { font-size: var(--step--1); color: var(--text-soft); }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq__inner { display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
@media (min-width: 900px) { .faq__inner { grid-template-columns: 0.8fr 1.2fr; align-items: start; } }
.qa { border-radius: var(--radius); background: var(--cream-2); box-shadow: inset 0 0 0 1px var(--line); overflow: hidden; transition: box-shadow 0.25s; margin-bottom: 0.7rem; }
.qa.is-open { box-shadow: inset 0 0 0 1.5px var(--violet-300), var(--shadow-1); }
.qa__q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.4rem; font-weight: 700; font-size: var(--step-0); }
.qa__ico { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--cream-3); display: grid; place-items: center; position: relative; }
.qa__ico::before, .qa__ico::after { content: ""; position: absolute; background: var(--ink); border-radius: 2px; }
.qa__ico::before { width: 12px; height: 2px; } .qa__ico::after { width: 2px; height: 12px; transition: transform 0.3s; }
.qa.is-open .qa__ico { background: var(--mint); } .qa.is-open .qa__ico::after { transform: scaleY(0); }
.qa__a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.qa__a > div { padding: 0 1.4rem 1.3rem; color: var(--text-soft); font-size: var(--step-0); }
.qa__a b { color: var(--ink); }

/* =====================================================================
   FORMULÁRIO (Contato)
   ===================================================================== */
.form { display: grid; gap: 1.1rem; }
.form__row { display: grid; gap: 1.1rem; }
@media (min-width: 620px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 0.45rem; }
.field label { font-size: var(--step--1); font-weight: 700; color: var(--text); }
.field input, .field select, .field textarea { padding: 0.85rem 1rem; border-radius: 12px; background: var(--cream-2); box-shadow: inset 0 0 0 1.5px var(--line-2); transition: box-shadow 0.2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; box-shadow: inset 0 0 0 2px var(--violet); }
.field textarea { min-height: 120px; resize: vertical; }

/* =====================================================================
   CTA FINAL (mesh)
   ===================================================================== */
.cta-final { position: relative; overflow: hidden; text-align: center; background: var(--mesh); color: #0e1a12; }
.cta-final .waves { position: absolute; inset: 0; opacity: 0.28; background: repeating-radial-gradient(circle at 50% 120%, transparent 0 20px, rgba(255,255,255,0.55) 20px 21px); }
.cta-final__inner { position: relative; max-width: 760px; margin-inline: auto; }
.cta-final h2 { font-size: var(--step-5); font-weight: 800; margin-bottom: 1.1rem; color: #101a13; }
.cta-final p { font-size: var(--step-1); color: #26302a; margin-bottom: 2rem; font-weight: 500; }
.cta-final .btn-row { justify-content: center; }
.cta-final .reassure { margin-top: 1.4rem; font-size: var(--step--1); color: #24302a; display: inline-flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; justify-content: center; font-weight: 600; }
.cta-final .reassure span { display: inline-flex; align-items: center; gap: 0.5ch; }
.cta-final .reassure svg { width: 1.05em; height: 1.05em; }

/* =====================================================================
   FOOTER (injetado por JS)
   ===================================================================== */
.footer { background: var(--ink); color: var(--on-dark); padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; }
.footer__grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .footer__grid { grid-template-columns: 1.4fr repeat(3, 1fr); } }
.footer .brand { color: #fff; } .footer .brand__x { color: var(--mint); } .footer .brand .sub { color: var(--on-dark-soft); }
.footer__brand p { color: var(--on-dark-soft); font-size: var(--step--1); margin: 1rem 0 1.4rem; max-width: 34ch; }
.footer__addr { font-size: var(--step--1); color: var(--on-dark-soft); display: grid; gap: 0.4rem; }
.footer__addr a:hover { color: var(--mint); }
.footer__social { display: flex; gap: 0.7rem; margin-top: 1.4rem; }
.footer__soc { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; color: var(--on-dark); box-shadow: inset 0 0 0 1px var(--line-dark); transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease; }
.footer__soc svg { width: 20px; height: 20px; }
.footer__soc:hover { color: #fff; transform: translateY(-2px); }
.footer__soc--wa:hover { background: var(--wa); color: #04220f; }
.footer__soc--ig:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.footer__col h3 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--on-dark-soft); margin-bottom: 1rem; font-weight: 700; }
.footer__col ul { display: grid; gap: 0.6rem; }
.footer__col a { color: var(--on-dark); font-size: var(--step--1); opacity: 0.85; } .footer__col a:hover { color: var(--mint); opacity: 1; }
.footer__bottom { margin-top: 3rem; padding-top: 1.6rem; box-shadow: inset 0 1px 0 var(--line-dark); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; font-size: 0.78rem; color: var(--on-dark-soft); }
.footer__badges { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.footer__badges .b { display: inline-flex; align-items: center; gap: 0.5ch; padding: 0.35em 0.7em; border-radius: 8px; box-shadow: inset 0 0 0 1px var(--line-dark); font-size: 0.7rem; }
.footer__badges .b svg { width: 1em; height: 1em; color: var(--mint); }

/* =====================================================================
   STICKY CTA MOBILE
   ===================================================================== */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; gap: 0.6rem; padding: 0.7rem var(--gutter) calc(0.7rem + env(safe-area-inset-bottom, 0)); background: rgba(253,246,233,0.92); backdrop-filter: blur(12px); box-shadow: 0 -1px 0 var(--line-2), 0 -20px 40px -30px rgba(18,26,15,0.4); transform: translateY(120%); transition: transform 0.35s var(--ease); }
.sticky-cta.is-visible { transform: none; }
.sticky-cta .btn { flex: 1; }
@media (min-width: 960px) { .sticky-cta { display: none; } }

/* =====================================================================
   REVEAL
   ===================================================================== */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: 0.08s; }
[data-reveal-delay="2"] { transition-delay: 0.16s; }
[data-reveal-delay="3"] { transition-delay: 0.24s; }
[data-reveal-delay="4"] { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* =====================================================================
   DASHBOARD DO GESTOR
   ===================================================================== */
.manager__inner { display: grid; gap: clamp(2.5rem, 5vw, 4rem); align-items: center; }
@media (min-width: 1000px) { .manager__inner { grid-template-columns: 1.1fr 0.9fr; } }
.dash { border-radius: var(--radius-lg); background: var(--ink); color: var(--on-dark); box-shadow: var(--shadow-2); padding: 1.4rem; }
.dash__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin-bottom: 1.2rem; }
.kpi { background: var(--ink-800); border-radius: 13px; padding: 1rem; }
.kpi .l { font-size: 0.68rem; color: var(--on-dark-soft); text-transform: uppercase; letter-spacing: 0.05em; }
.kpi .v { font-weight: 800; font-size: var(--step-2); margin-top: 0.3rem; letter-spacing: -0.02em; color: #fff; }
.kpi .d { font-size: 0.68rem; margin-top: 0.15rem; display: inline-flex; align-items: center; gap: 0.3ch; }
.kpi .d.up { color: var(--mint); }
.chart { background: var(--ink-800); border-radius: 13px; padding: 1.1rem; }
.chart__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1rem; }
.chart__head .t { font-size: 0.82rem; font-weight: 700; color: #fff; }
.chart__head .s { font-size: 0.7rem; color: var(--on-dark-soft); }
.bars { display: flex; align-items: flex-end; gap: 0.5rem; height: 120px; }
.bars .bar { flex: 1; border-radius: 6px 6px 3px 3px; background: linear-gradient(180deg, var(--violet), rgba(102,36,255,0.15)); position: relative; min-height: 8px; transition: height 1s var(--ease); }
.bars .bar:last-child { background: linear-gradient(180deg, var(--mint), rgba(78,245,165,0.15)); }
.bars .bar span { position: absolute; top: -1.3rem; left: 50%; transform: translateX(-50%); font-size: 0.6rem; color: var(--on-dark-soft); }

/* Utilidades */
.divider-word { display: flex; align-items: center; gap: 1rem; color: var(--text-dim); font-size: var(--step--1); font-weight: 600; }
.divider-word::before, .divider-word::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; }

/* =====================================================================
   MARQUEE (faixa de clientes)
   ===================================================================== */
.marquee { overflow: hidden; margin-bottom: 3rem; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee__track { display: flex; align-items: center; gap: 2.4rem; width: max-content; padding-block: 0.4rem;
  animation: marquee-x 40s linear infinite; will-change: transform; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee .logo { white-space: nowrap; font-weight: 800; font-size: 1.15rem; color: var(--text-dim); letter-spacing: -0.02em; }
.marquee .logo--mark { color: var(--violet); }
@keyframes marquee-x { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) {
  .marquee { -webkit-mask-image: none; mask-image: none; }
  .marquee__track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
}

/* =====================================================================
   DEPOIMENTOS EM VÍDEO
   ===================================================================== */
.vtesti-grid { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .vtesti-grid { grid-template-columns: repeat(3, 1fr); } }
.vtesti { display: flex; flex-direction: column; text-align: left; padding: 0; border: 0; font: inherit; color: inherit;
  background: var(--cream-2); border-radius: var(--radius); box-shadow: inset 0 0 0 1px var(--line); overflow: hidden; cursor: pointer;
  transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.vtesti:hover { transform: translateY(-4px); box-shadow: var(--shadow-2), inset 0 0 0 1px var(--line); }
.vtesti:focus-visible { outline: 3px solid var(--violet); outline-offset: 2px; }
.vtesti__media { position: relative; aspect-ratio: 16 / 10; background: var(--vt, var(--mesh)); display: grid; place-items: center; }
.vtesti__media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 60% at 50% 45%, transparent, rgba(10,14,8,0.28)); }
.vtesti__play { position: relative; z-index: 1; width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,0.94);
  display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(10,14,8,0.55); transition: transform 0.2s var(--ease); }
.vtesti:hover .vtesti__play { transform: scale(1.09); }
.vtesti__play svg { width: 26px; height: 26px; color: var(--violet); margin-left: 3px; }
.vtesti__dur { position: absolute; z-index: 1; right: 10px; bottom: 10px; background: rgba(18,26,15,0.74); color: #fff;
  font-size: 0.72rem; font-weight: 700; padding: 0.18em 0.55em; border-radius: 6px; letter-spacing: 0.02em; }
.vtesti__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 1rem; flex: 1; }
.vtesti__quote { font-size: var(--step-0); color: var(--text); font-weight: 600; flex: 1; }
.vtesti__who { display: flex; align-items: center; gap: 0.7ch; }
.vtesti__ava { width: 38px; height: 38px; border-radius: 50%; background: var(--violet); color: #fff; display: grid; place-items: center;
  font-weight: 800; font-size: 0.85rem; flex: none; }
.vtesti__meta { font-size: 0.82rem; color: var(--text-dim); } .vtesti__meta b { color: var(--text); font-weight: 700; }

/* Lightbox de vídeo */
.vmodal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: var(--gutter);
  background: rgba(8,12,6,0.84); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: opacity 0.25s var(--ease); }
.vmodal.is-open { opacity: 1; visibility: visible; }
.vmodal__box { width: min(940px, 100%); }
.vmodal__frame { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: #000; box-shadow: var(--shadow-2); }
.vmodal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vmodal__ph { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; color: var(--on-dark); background: var(--ink); padding: 2rem; }
.vmodal__ph code { background: rgba(255,255,255,0.12); padding: 0.1em 0.4em; border-radius: 5px; font-size: 0.9em; }
.vmodal__close { position: absolute; top: max(1rem, env(safe-area-inset-top)); right: max(1rem, env(safe-area-inset-right)); z-index: 1;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer; background: rgba(255,255,255,0.14); color: #fff;
  font-size: 1.7rem; line-height: 1; display: grid; place-items: center; transition: background 0.2s; }
.vmodal__close:hover { background: rgba(255,255,255,0.28); }

/* =====================================================================
   BLOG
   ===================================================================== */
.blog-grid { display: grid; gap: 1.4rem; grid-template-columns: 1fr; }
@media (min-width: 680px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.post { display: flex; flex-direction: column; background: var(--cream-2); border-radius: var(--radius); overflow: hidden;
  box-shadow: inset 0 0 0 1px var(--line); transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.post:hover { transform: translateY(-4px); box-shadow: var(--shadow-2), inset 0 0 0 1px var(--line); }
.post__media { position: relative; aspect-ratio: 16 / 9; background: var(--vt, var(--mesh)); display: block; }
.post__cat { position: absolute; left: 12px; top: 12px; background: var(--cream-2); color: var(--violet-700); font-size: 0.66rem;
  text-transform: uppercase; letter-spacing: 0.06em; font-weight: 800; padding: 0.35em 0.7em; border-radius: 999px; }
.post__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.7rem; flex: 1; }
.post__meta { font-size: 0.74rem; color: var(--text-dim); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
.post__title { font-size: var(--step-1); line-height: 1.2; letter-spacing: -0.01em; }
.post__title a { color: var(--text); } .post__title a:hover { color: var(--violet); }
.post__excerpt { color: var(--text-soft); font-size: var(--step--1); flex: 1; }
.post__more { color: var(--violet); font-weight: 700; font-size: var(--step--1); margin-top: 0.3rem; }
.post__more:hover { color: var(--violet-700); }
/* Post em destaque */
.post--feature { margin-bottom: 1.4rem; }
@media (min-width: 820px) { .post--feature { display: grid; grid-template-columns: 1.15fr 1fr; align-items: stretch; } }
@media (min-width: 820px) { .post--feature .post__media { aspect-ratio: auto; height: 100%; min-height: 300px; } }
.post--feature .post__body { padding: clamp(1.6rem, 3vw, 2.6rem); gap: 0.9rem; justify-content: center; }
.post--feature .post__title { font-size: var(--step-2); }
.post--feature .post__excerpt { font-size: var(--step-0); }

/* Artigo (blog-post) */
.article { max-width: 760px; margin-inline: auto; }
.article__cover { aspect-ratio: 16 / 7; border-radius: var(--radius-lg); background: var(--vt, var(--mesh)); margin-bottom: clamp(1.6rem, 4vw, 2.6rem);
  box-shadow: var(--shadow-2); }
.article__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6ch 1rem; color: var(--text-dim); font-size: var(--step--1); font-weight: 600; margin-bottom: 1rem; }
.article__author { display: flex; align-items: center; gap: 0.7ch; }
.article__author .vtesti__ava { width: 34px; height: 34px; font-size: 0.78rem; }
.prose { color: var(--text-soft); font-size: var(--step-0); line-height: 1.72; }
.prose > * + * { margin-top: 1.2rem; }
.prose h2 { color: var(--text); font-size: var(--step-2); line-height: 1.2; margin-top: 2.4rem; letter-spacing: -0.01em; }
.prose h3 { color: var(--text); font-size: var(--step-1); margin-top: 1.8rem; }
.prose strong { color: var(--text); }
.prose a { color: var(--violet); text-decoration: underline; text-underline-offset: 2px; }
.prose ul { padding-left: 1.2rem; display: grid; gap: 0.5rem; list-style: disc; }
.prose blockquote { border-left: 3px solid var(--violet); background: var(--cream-2); padding: 1rem 1.3rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--text); font-size: var(--step-1); font-style: italic; box-shadow: inset 0 0 0 1px var(--line); }
.article__share { display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem; margin: 2.4rem 0; padding-top: 1.6rem; box-shadow: inset 0 1px 0 var(--line); }
.article__share span { font-weight: 700; color: var(--text); font-size: var(--step--1); }
