/* voice-landing.css — landing do Facilita.voice como o MUNDO do produto.
   A folha (creme + violeta + Fraunces, os tokens reais do app) começa no
   primeiro pixel abaixo do header do site: uma barra só, uma identidade só.
   Capítulos de cor quebram o ritmo da folha — slab de tinta (velocidade),
   slab violeta (refino) — no lugar das antigas fotos de banco. O interior
   da folha é SEMPRE claro, mesmo precedente do .fv-demo (voice-mock.css).
   Todo seletor é prefixado .fvl / keyframes fvl-*. */

/* ── Fraunces: redeclarado aqui (não só em voice-mock.css) porque a folha
   precisa da fonte assim que a página carrega — antes do _VoiceMock (seção
   demo) ter chance de inserir seu próprio <link>. O browser dedupa o
   download pela URL do woff2, então redeclarar não custa nada. ── */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/fraunces-latin-standard-normal.woff2') format('woff2-variations');
  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: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/fraunces-latin-standard-italic.woff2') format('woff2-variations');
  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;
}

/* ── Tokens ──────────────────────────────────────────────────────────────
   Hex fixos da identidade do produto — NUNCA var(--color-*) do site aqui
   dentro. Em :root de propósito (nomes exclusivos fvl-, não colidem). */
:root {
  --fvl-page: #F7F5F1;
  --fvl-surface: #FFFFFF;
  --fvl-muted: #EFEDE7;
  --fvl-muted-2: #E7E3DA;
  --fvl-ink: #1B1A17;
  --fvl-ink-soft: #403D37;
  --fvl-subtle: #6B675E;
  --fvl-faint: #9A958A;
  --fvl-line: #E5E1D8;
  --fvl-line-strong: #D8D3C7;
  --fvl-brand-50: #F1EFFD;
  --fvl-brand-100: #E5E1FB;
  --fvl-brand-200: #CFC8F7;
  --fvl-brand-400: #8B7BEC;
  --fvl-brand: #5646E5;
  --fvl-brand-600: #4636CE;
  --fvl-brand-700: #3A2CAB;
  --fvl-dark: #191712;
  --fvl-amber: #F59E0B;
  --fvl-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --fvl-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --fvl-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.fvl *, .fvl-end * { box-sizing: border-box; }
.fvl ::selection { background: var(--fvl-brand-200); color: var(--fvl-ink); }

/* ── Folha ───────────────────────────────────────────────────────────
   Full-bleed: o mundo creme vai de borda a borda da viewport — nada de
   moldura preta em volta. O conteúdo é que se limita a 1240px. O escuro
   só existe no header/footer do site (a moldura natural da página). */
.fvl { margin: 0; }
.fvl-sheet {
  position: relative;
  background: var(--fvl-page);
  overflow: hidden;
  color: var(--fvl-ink);
  font-family: var(--fvl-sans);
}
.fvl-sheet > section {
  max-width: 1240px;
  margin-inline: auto;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--fvl-line);
}
.fvl-sheet > section:first-child { border-top: none; }

/* Capítulos de cor: slabs arredondados dentro da folha. */
.fvl-sheet > .fvl-slab {
  border-top: none;
  max-width: min(1240px, calc(100% - 2 * clamp(14px, 2.5vw, 28px)));
  margin: clamp(14px, 2.5vw, 28px) auto;
  border-radius: 28px;
  padding: clamp(44px, 6vw, 80px) clamp(24px, 5vw, 72px);
}
.fvl-sheet > .fvl-slab + section { border-top: none; }
.fvl-slab--ink { background: var(--fvl-dark); }
.fvl-slab--violet { background: linear-gradient(180deg, var(--fvl-brand-50), var(--fvl-brand-100)); }
.fvl-slab-title {
  margin: 0 0 clamp(28px, 4vw, 44px);
  font-family: var(--fvl-serif);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.04;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--fvl-ink);
  max-width: 18ch;
}
.fvl-slab--ink .fvl-slab-title { color: #F5F2EA; }
.fvl-slab--ink .fvl-eyebrow { color: rgba(245, 242, 234, .55); }
.fvl-slab--violet .fvl-eyebrow { color: var(--fvl-brand-700); }

/* ── Tipografia compartilhada ────────────────────────────────────────── */
.fvl-h2 {
  margin: 0 0 .6rem;
  font-family: var(--fvl-serif);
  font-weight: 600;
  letter-spacing: -.015em;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--fvl-ink);
}
.fvl-h2-center { text-align: center; }
.fvl-eyebrow {
  margin: 0 0 .85rem;
  font-family: var(--fvl-sans);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--fvl-subtle);
}
.fvl-eyebrow-center { text-align: center; }
.fvl-lede {
  margin: 0;
  max-width: 60ch;
  color: var(--fvl-subtle);
  font-size: 1rem;
  line-height: 1.6;
}
.fvl-lede-center { margin-inline: auto; text-align: center; }

/* ── Hero: a tese + a frase que se limpa ─────────────────────────────── */
.fvl-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.fvl-sheet > .fvl-hero {
  padding-top: clamp(52px, 7vw, 92px);
  padding-bottom: clamp(56px, 7vw, 92px);
}
.fvl-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 560px 300px at 50% -60px, rgba(86, 70, 229, .12) 0%, transparent 70%),
    radial-gradient(ellipse 420px 420px at 88% 20%, rgba(139, 123, 236, .1) 0%, transparent 70%),
    radial-gradient(ellipse 420px 420px at 10% 30%, rgba(245, 158, 11, .07) 0%, transparent 70%);
}
.fvl-hero > * { position: relative; }
.fvl-hero-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: clamp(24px, 4vw, 36px);
}
.fvl-hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: var(--fvl-surface);
  border: 1px solid var(--fvl-line-strong);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--fvl-ink);
  box-shadow: 0 10px 24px -18px rgba(25, 23, 18, .5);
}
.fvl-hero-brand img { border-radius: 6px; }
.fvl-hero-beta {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 10px;
  border: 1px solid var(--fvl-brand-200);
  border-radius: 999px;
  background: var(--fvl-brand-50);
  color: var(--fvl-brand-700);
  font-family: var(--fvl-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fvl-hero-h1 {
  margin: 0 auto clamp(16px, 2.5vw, 24px);
  max-width: 14ch;
  font-family: var(--fvl-serif);
  font-weight: 640;
  font-size: clamp(3rem, 9.5vw, 6.5rem);
  line-height: .98;
  letter-spacing: -.035em;
  color: var(--fvl-ink);
}
.fvl-hero-h1-b {
  font-style: italic;
  color: var(--fvl-brand);
}
.fvl-hero-sub {
  max-width: 54ch;
  margin: 0 auto clamp(28px, 4vw, 40px);
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  line-height: 1.6;
  color: var(--fvl-ink-soft);
}
.fvl-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
}
.fvl-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--fvl-brand);
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  box-shadow: 0 16px 36px -14px rgba(86, 70, 229, .75);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.fvl-cta-primary:hover {
  background: var(--fvl-brand-600);
  transform: translateY(-1px);
  box-shadow: 0 20px 44px -14px rgba(86, 70, 229, .85);
}
.fvl-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid var(--fvl-line-strong);
  color: var(--fvl-ink);
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, border-color .2s ease;
}
.fvl-cta-ghost:hover { background: var(--fvl-surface); border-color: var(--fvl-brand-200); }
.fvl-hero-note { margin: 0; font-size: 13px; color: var(--fvl-subtle); }

/* Entrada do hero: cascata curta no load (não depende de IO — está acima da dobra). */
@keyframes fvl-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
.fvl-rise { animation: fvl-rise .7s cubic-bezier(.2, .7, .3, 1) both; }
.fvl-rise-1 { animation-delay: .08s; }
.fvl-rise-2 { animation-delay: .16s; }
.fvl-rise-3 { animation-delay: .24s; }
.fvl-rise-4 { animation-delay: .34s; }

/* ── Hero humano + produto demonstrado em contexto ──────────────────── */
.fvl-hero-showcase {
  position: relative;
  isolation: isolate;
  width: min(1080px, 100%);
  min-height: clamp(500px, 48vw, 600px);
  margin: clamp(40px, 6vw, 60px) auto 0;
  text-align: left;
}
.fvl-hero-showcase-media,
.fvl-hero-showcase-shade {
  position: absolute;
  inset: 0;
  border-radius: 30px;
}
.fvl-hero-showcase-media {
  display: block;
  overflow: hidden;
  background: #121119;
  box-shadow: 0 44px 100px -34px rgba(3, 2, 12, .72);
}
.fvl-hero-showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}
.fvl-hero-showcase-shade {
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .14);
  background:
    linear-gradient(90deg, rgba(8, 7, 13, .72) 0%, rgba(8, 7, 13, .12) 54%, rgba(8, 7, 13, .05) 100%),
    linear-gradient(0deg, rgba(8, 7, 13, .55) 0%, transparent 52%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}
.fvl-hero-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% -5% -8% 18%;
  border-radius: 50%;
  background: rgba(86, 70, 229, .22);
  filter: blur(64px);
}

/* ── Vinheta viva (palco do hero): ditado cru → texto limpo ──────────── */
.fvl-hero-vig {
  position: relative;
  background: var(--fvl-surface);
  border: 1px solid var(--fvl-line);
  border-radius: 24px;
  box-shadow: 0 40px 90px -40px rgba(25, 23, 18, .5), 0 1px 0 rgba(255, 255, 255, .6) inset;
  padding: clamp(20px, 3vw, 28px);
  font-family: var(--fvl-sans);
  color: var(--fvl-ink);
}
.fvl-hero-vig--stage {
  width: min(860px, 100%);
  margin: clamp(40px, 6vw, 60px) auto 0;
  text-align: left;
  border-radius: 28px;
  padding: clamp(24px, 3.5vw, 40px);
}
.fvl-hero-showcase .fvl-hero-vig--stage {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 3vw, 38px);
  bottom: clamp(20px, 3vw, 38px);
  width: min(48%, 500px);
  margin: 0;
  padding: clamp(18px, 2.4vw, 30px);
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 34px 80px -24px rgba(3, 2, 12, .82), 0 1px 0 rgba(255, 255, 255, .9) inset;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}
.fvl-vig-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.fvl-vig-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--fvl-muted);
  font-size: 12px;
  font-weight: 700;
  color: var(--fvl-ink-soft);
}
.fvl-vig-dot { width: 7px; height: 7px; border-radius: 50%; background: #ef4444; flex-shrink: 0; }
.fvl-vig-chip.is-rec .fvl-vig-dot { background: #ef4444; animation: fvl-blink 1.1s infinite; }
.fvl-vig-chip.is-ai .fvl-vig-dot { background: var(--fvl-brand); animation: fvl-blink 1.1s infinite; }
.fvl-vig-chip.is-done .fvl-vig-dot { background: #1E7A46; animation: none; }
@keyframes fvl-blink { 50% { opacity: .25; } }
.fvl-vig-timer {
  font-family: var(--fvl-mono);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  color: var(--fvl-faint);
}

.fvl-vig-eq {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 26px;
  margin-bottom: 10px;
  opacity: 1;
  transition: opacity .35s ease;
}
.fvl-vig-eq.is-hidden { opacity: 0; }
.fvl-vig-eq span {
  width: 3px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(to top, var(--fvl-brand), var(--fvl-brand-200));
  transform-origin: 50% 100%;
  animation: fvl-eq 1s ease-in-out infinite;
  animation-play-state: paused;
}
.fvl-vig-eq.is-active span { animation-play-state: running; }
@keyframes fvl-eq { 0%, 100% { transform: scaleY(.25); } 50% { transform: scaleY(1); } }
.fvl-vig-eq span:nth-child(4n+1) { animation-duration: 1.05s; animation-delay: 0s; }
.fvl-vig-eq span:nth-child(4n+2) { animation-duration: .82s; animation-delay: .12s; }
.fvl-vig-eq span:nth-child(4n+3) { animation-duration: 1.2s; animation-delay: .05s; }
.fvl-vig-eq span:nth-child(4n+4) { animation-duration: .95s; animation-delay: .2s; }

.fvl-vig-text-stack {
  display: grid;
  min-height: 4.6em;
}
.fvl-hero-vig--stage .fvl-vig-text-stack { min-height: 3.6em; }
.fvl-vig-text-stack > p { grid-area: 1 / 1; margin: 0; }
.fvl-vig-raw {
  display: flex;
  flex-wrap: wrap;
  gap: .3em;
  align-content: flex-start;
  font-size: 15px;
  line-height: 1.6;
  opacity: 1;
  transition: opacity .5s ease;
}
.fvl-hero-vig--stage .fvl-vig-raw { font-size: clamp(1.05rem, 2.2vw, 1.45rem); line-height: 1.55; }
.fvl-vig-raw.is-out { opacity: 0; }
.fvl-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s ease, transform .25s ease;
}
.fvl-word.in { opacity: 1; transform: none; }
.fvl-word.fvl-filler { color: var(--fvl-brand); }
.fvl-word.fvl-filler-out {
  opacity: 0;
  transform: scale(.88);
  text-decoration: line-through;
  text-decoration-color: var(--fvl-brand-400);
}
.fvl-vig-clean {
  font-size: 15px;
  line-height: 1.6;
  color: var(--fvl-ink);
  opacity: 0;
  transition: opacity .5s ease;
}
/* A frase limpa "vira escrita": sans (fala) → serif (texto pronto). */
.fvl-hero-vig--stage .fvl-vig-clean {
  font-family: var(--fvl-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  line-height: 1.45;
}
.fvl-vig-clean.is-in { opacity: 1; }

.fvl-vig-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .35s ease, transform .35s ease;
}
.fvl-vig-foot.is-visible { opacity: 1; transform: none; }
.fvl-vig-result-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: var(--fvl-brand);
}
.fvl-vig-result-chip svg { width: 12px; height: 12px; }
.fvl-vig-copy {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 7px;
  background: var(--fvl-muted);
  color: var(--fvl-ink-soft);
  font-size: 11px;
  font-weight: 600;
}
.fvl-vig-copy svg { width: 11px; height: 11px; }

/* ── Prova ───────────────────────────────────────────────────────────── */
.fvl-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.fvl-proof-item { text-align: left; }
.fvl-proof-value {
  margin: 0;
  font-family: var(--fvl-serif);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
  color: var(--fvl-ink);
}
.fvl-proof-label {
  margin: .5rem 0 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--fvl-ink-soft);
}
.fvl-proof-note {
  margin: .2rem 0 0;
  font-size: 13px;
  color: var(--fvl-subtle);
}

/* ── Capítulo tinta: a corrida 45 × 150 ─────────────────────────────── */
.fvl-race { display: grid; gap: 16px; }
.fvl-race-lane {
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .04);
}
.fvl-race-lane.is-speaking {
  border-color: rgba(139, 123, 236, .45);
  background: rgba(86, 70, 229, .14);
}
.fvl-race-num {
  margin: 0;
  font-family: var(--fvl-serif);
  font-size: clamp(3.4rem, 6.5vw, 5.25rem);
  font-weight: 620;
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
  color: rgba(245, 242, 234, .4);
}
.fvl-race-lane.is-speaking .fvl-race-num { color: var(--fvl-brand-200); }
.fvl-race-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 6px; }
.fvl-race-meta span { font-size: 11.5px; font-weight: 700; letter-spacing: .02em; color: rgba(245, 242, 234, .55); }
.fvl-race-copy { min-height: 4.6em; margin: 14px 0 16px; font-size: 14px; line-height: 1.6; color: rgba(245, 242, 234, .82); }
.fvl-race-word { opacity: .12; transition: opacity .16s linear; }
.fvl-race-word + .fvl-race-word::before { content: " "; }
.fvl-race-word.is-in { opacity: 1; }
.fvl-race-progress { display: block; height: 3px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .12); }
.fvl-race-progress i { display: block; width: 100%; height: 100%; background: rgba(245, 242, 234, .45); transform: scaleX(0); transform-origin: left; }
.fvl-race-lane.is-speaking .fvl-race-progress i { background: var(--fvl-brand-400); }

/* ── Recursos: cards + vinhetas 1-6 ─────────────────────────────────── */
.fvl-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
}
.fvl-card {
  padding: clamp(20px, 2.2vw, 24px);
  background: var(--fvl-surface);
  border: 1px solid var(--fvl-line);
  border-radius: 20px;
  transition: transform .25s ease;
}
.fvl-card:hover {
  border-color: var(--fvl-brand-200);
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -24px rgba(86, 70, 229, .35);
}
.fvl-vig-frame {
  position: relative;
  height: 150px;
  margin-bottom: 18px;
  border-radius: 14px;
  border: 1px solid var(--fvl-line);
  background-color: #FBFAF6;
  background-image: radial-gradient(circle, rgba(86, 70, 229, .09) 1px, transparent 1.4px);
  background-size: 14px 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fvl-card-title { margin: 0 0 4px; font-family: var(--fvl-sans); font-size: 16px; font-weight: 600; color: var(--fvl-ink); }
.fvl-card-desc { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--fvl-subtle); }

/* Anima só quando o card entrou na viewport — [data-fvl-reveal] cuida do
   fade+rise do card em si; isto aqui pausa as animações internas da
   vinheta até esse momento, pra não gastar ciclo de CPU fora de tela. */
.fvl-card * { animation-play-state: paused; }
.fvl-card.fvl-in * { animation-play-state: running; }

/* Vinheta 1 — Overlay (ditado em qualquer app) */
.fvl-vig-overlay { position: relative; width: 100%; height: 100%; }
.fvl-vig-ghost {
  position: absolute;
  border: 1px solid var(--fvl-line-strong);
  border-radius: 8px;
  background: var(--fvl-surface);
}
.fvl-vig-ghost-a { width: 78px; height: 54px; left: 10px; top: 12px; transform: rotate(-4deg); }
.fvl-vig-ghost-b { width: 70px; height: 46px; right: 8px; bottom: 10px; transform: rotate(3deg); }
.fvl-vig-ghost-bar { display: block; height: 6px; background: var(--fvl-muted-2); border-radius: 8px 8px 0 0; }
.fvl-vig-overlay-pill {
  position: relative;
  z-index: 2;
}
.fvl-floating-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 4px;
  border-radius: 999px;
  background: rgba(25, 23, 18, .85);
  color: #F5F2EA;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 8px 30px -6px rgba(27, 26, 23, .35);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
/* Marca real do Facilita.voice (voice-icon.svg) — nunca um microfone genérico. */
.fvl-floating-mic {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.fvl-floating-mic img {
  position: relative;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .18);
}
.fvl-floating-mic::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: rgba(86, 70, 229, .35);
  animation: fvl-pulse-ring 1.8s cubic-bezier(.4, 0, .6, 1) infinite;
}
.fvl-floating-label { font-size: 12px; font-weight: 600; line-height: 1; white-space: nowrap; }
@keyframes fvl-pulse-ring { 0% { transform: scale(.9); opacity: .7; } 70%, 100% { transform: scale(1.6); opacity: 0; } }
.fvl-floating-pill kbd {
  font-family: var(--fvl-sans);
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  color: rgba(247, 245, 241, .55);
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
  padding: 3px 7px;
  white-space: nowrap;
}

/* Vinheta 2 — Refino */
.fvl-vig-refine { width: 100%; padding: 0 18px; }
.fvl-vig-track { position: relative; display: flex; height: 22px; }
.fvl-vig-track-pill {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: var(--fvl-faint);
  z-index: 1;
}
.fvl-vig-track-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 33.333%;
  height: 100%;
  border-radius: 999px;
  background: var(--fvl-brand-100);
  border: 1px solid var(--fvl-brand-200);
  animation: fvl-refine-slide 9s ease-in-out infinite;
}
@keyframes fvl-refine-slide {
  0%, 28% { transform: translateX(0); }
  33%, 61% { transform: translateX(100%); }
  66%, 94% { transform: translateX(200%); }
  100% { transform: translateX(0); }
}
.fvl-vig-refine-sample { display: grid; margin-top: 14px; }
.fvl-vig-refine-sample > span {
  grid-area: 1 / 1;
  font-size: 11px;
  color: var(--fvl-subtle);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fvl-vig-refine-sample > span:nth-child(1) { animation: fvl-refine-fade-a 9s ease-in-out infinite; }
.fvl-vig-refine-sample > span:nth-child(2) { animation: fvl-refine-fade-b 9s ease-in-out infinite; }
.fvl-vig-refine-sample > span:nth-child(3) { animation: fvl-refine-fade-c 9s ease-in-out infinite; }
@keyframes fvl-refine-fade-a { 0%, 28% { opacity: 1; } 33%, 100% { opacity: 0; } }
@keyframes fvl-refine-fade-b { 0%, 28% { opacity: 0; } 33%, 61% { opacity: 1; } 66%, 100% { opacity: 0; } }
@keyframes fvl-refine-fade-c { 0%, 61% { opacity: 0; } 66%, 94% { opacity: 1; } 100% { opacity: 0; } }

/* Vinheta 3 — Dicionário */
.fvl-vig-dict { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 14px; width: 100%; }
.fvl-vig-dict-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--fvl-surface);
  border: 1px solid var(--fvl-line-strong);
  font-size: 11px;
  color: var(--fvl-ink-soft);
  animation: fvl-dict-pop 6s ease-in-out infinite;
}
.fvl-vig-dict-chip svg { width: 11px; height: 11px; color: var(--fvl-brand); flex-shrink: 0; }
.fvl-vig-dict-chip:nth-child(1) { animation-delay: 0s; }
.fvl-vig-dict-chip:nth-child(2) { animation-delay: .3s; }
.fvl-vig-dict-chip:nth-child(3) { animation-delay: .6s; }
.fvl-vig-dict-chip:nth-child(4) { animation-delay: .9s; }
@keyframes fvl-dict-pop {
  0%, 4% { opacity: 0; transform: scale(.85) translateY(4px); }
  14%, 78% { opacity: 1; transform: scale(1) translateY(0); }
  88%, 100% { opacity: 0; transform: scale(.9) translateY(4px); }
}
/* Vinheta 4 — Atalhos (snippets): gatilho falado → bloco real */
.fvl-vig-snip { width: 100%; padding: 0 16px; text-align: center; }
.fvl-vig-snip-trigger {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--fvl-brand-50);
  color: var(--fvl-brand-700);
  font-size: 11px;
  font-weight: 600;
}
.fvl-vig-snip-arrow { width: 12px; height: 12px; margin: 3px auto; color: var(--fvl-faint); display: block; }
.fvl-vig-snip-card {
  padding: 9px 13px;
  border-radius: 10px;
  background: var(--fvl-surface);
  border: 1px solid var(--fvl-line-strong);
  text-align: left;
  transform: scaleY(0);
  transform-origin: top;
  animation: fvl-snip-unfold 6s ease-in-out infinite;
}
.fvl-vig-snip-line {
  display: block;
  font-size: 11px;
  line-height: 1.65;
  color: var(--fvl-subtle);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fvl-vig-snip-line:first-child { font-weight: 650; color: var(--fvl-ink); }
@keyframes fvl-snip-unfold {
  0%, 8% { transform: scaleY(0); opacity: 0; }
  20%, 75% { transform: scaleY(1); opacity: 1; }
  88%, 100% { transform: scaleY(0); opacity: 0; }
}

/* Vinheta 5 — Comandos */
.fvl-vig-cmd { width: 100%; padding: 0 16px; }
.fvl-vig-cmd-prompt {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--fvl-dark);
  color: var(--fvl-page);
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}
.fvl-vig-cmd-prompt svg { width: 10px; height: 10px; color: var(--fvl-brand-200); }
.fvl-vig-cmd-list { display: flex; flex-direction: column; gap: 6px; }
.fvl-vig-cmd-line {
  position: relative;
  display: block;
  height: 6px;
  margin-left: 14px;
  border-radius: 999px;
  background: var(--fvl-muted-2);
  opacity: 0;
  transform: translateX(-6px);
  animation: fvl-cmd-line 6s ease-in-out infinite;
}
.fvl-vig-cmd-line::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fvl-brand);
  transform: translateY(-50%);
}
.fvl-vig-cmd-line:nth-child(1) { width: 85%; animation-delay: 0s; }
.fvl-vig-cmd-line:nth-child(2) { width: 65%; animation-delay: .35s; }
.fvl-vig-cmd-line:nth-child(3) { width: 45%; animation-delay: .7s; }
@keyframes fvl-cmd-line {
  0%, 4% { opacity: 0; transform: translateX(-6px); }
  16%, 80% { opacity: 1; transform: translateX(0); }
  92%, 100% { opacity: 0; transform: translateX(-6px); }
}

/* Vinheta 6 — Insights */
.fvl-vig-insights { width: 100%; padding: 0 16px; display: flex; flex-direction: column; gap: 10px; }
.fvl-vig-insights-stats { display: flex; gap: 20px; }
.fvl-vig-insights-num { display: block; font-family: var(--fvl-serif); font-size: 22px; font-weight: 600; color: var(--fvl-ink); font-variant-numeric: tabular-nums; }
.fvl-vig-insights-label { display: block; font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--fvl-subtle); }
.fvl-vig-heatmap { display: flex; flex-wrap: wrap; gap: 3px; max-width: 130px; }
.fvl-vig-heatmap span {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--fvl-muted-2);
  animation: fvl-heat-wave 2.6s ease-in-out infinite;
  animation-delay: calc(var(--i) * 90ms);
}
@keyframes fvl-heat-wave {
  0%, 100% { opacity: .25; transform: scale(.72); }
  55% { opacity: 1; transform: scale(1); }
}

/* ── Qualquer app: ícones reais como compatibilidade, nunca prova social ─ */
.fvl-apps { text-align: center; }
.fvl-apps-head { display: grid; justify-items: center; }
.fvl-app-wave {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 10px;
  margin-top: 38px;
  padding: 24px 0 16px;
}
.fvl-app-item {
  --y: 0px;
  flex: 0 0 64px;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--fvl-subtle);
  font-size: 9px;
  font-weight: 650;
  animation: fvl-app-float calc(6s + (var(--i) * .18s)) ease-in-out infinite;
  animation-delay: calc(var(--i) * -310ms);
}
.fvl-app-item:nth-of-type(3n+1) { --y: -12px; }
.fvl-app-item:nth-of-type(3n+2) { --y: 5px; }
.fvl-app-item img {
  width: 58px;
  height: 58px;
  padding: 13px;
  object-fit: contain;
  border: 1px solid var(--fvl-line);
  border-radius: 17px;
  background: var(--fvl-surface);
  box-shadow: 0 14px 30px -22px rgba(25, 23, 18, .5);
}
@keyframes fvl-app-float {
  0%, 100% { transform: translateY(var(--y)); }
  50% { transform: translateY(calc(var(--y) - 8px)); }
}
.fvl-app-shortcut {
  position: relative;
  flex: 0 0 238px;
  justify-content: center;
}

/* ── Atalho vivo: idle → gravando (waveform + timer) → Enter → o texto cai ── */
.fvl-app-shortcut.is-recording,
.fvl-app-shortcut.is-sending,
.fvl-app-shortcut.is-dropping { z-index: 6; }

.fvl-shortcut-stack { position: relative; display: grid; }
.fvl-shortcut-idle,
.fvl-shortcut-rec {
  grid-area: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 6px;
  transition: opacity .28s ease;
}
.fvl-shortcut-rec { opacity: 0; visibility: hidden; }
.fvl-app-shortcut.is-recording .fvl-shortcut-idle,
.fvl-app-shortcut.is-sending .fvl-shortcut-idle { opacity: 0; visibility: hidden; }
.fvl-app-shortcut.is-recording .fvl-shortcut-rec,
.fvl-app-shortcut.is-sending .fvl-shortcut-rec { opacity: 1; visibility: visible; }

/* microfone → gravando: anel do logo pulsa em vermelho */
.fvl-app-shortcut.is-recording .fvl-floating-mic::before,
.fvl-app-shortcut.is-sending .fvl-floating-mic::before { background: rgba(239, 68, 68, .5); }

.fvl-shortcut-wave { display: inline-flex; align-items: center; gap: 2px; height: 16px; transition: opacity .2s ease; }
.fvl-shortcut-wave span {
  width: 2px;
  height: 30%;
  border-radius: 2px;
  background: #F5F2EA;
  opacity: .85;
}
.fvl-app-shortcut.is-recording .fvl-shortcut-wave span {
  animation: fvl-sc-wave .85s ease-in-out infinite;
  animation-delay: calc(var(--i) * -70ms);
}
.fvl-app-shortcut.is-sending .fvl-shortcut-wave { opacity: .3; }
@keyframes fvl-sc-wave {
  0%, 100% { height: 22%; }
  50% { height: 100%; }
}
.fvl-shortcut-timer {
  font-family: var(--fvl-sans);
  font-size: 11px;
  font-weight: 600;
  color: rgba(247, 245, 241, .8);
  font-variant-numeric: tabular-nums;
  min-width: 26px;
  text-align: center;
}
.fvl-shortcut-enter {
  font-family: var(--fvl-sans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: rgba(247, 245, 241, .6);
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .07);
  border-radius: 7px;
  padding: 3px 6px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.fvl-app-shortcut.is-sending .fvl-shortcut-enter {
  background: var(--fvl-brand);
  color: #fff;
  transform: scale(.88);
}

/* texto limpo que "cai onde o cursor estiver" — popover que desce do atalho */
.fvl-shortcut-drop {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 6;
  min-width: 190px;
  max-width: 280px;
  padding: 11px 13px;
  border-radius: 13px;
  border: 1px solid var(--fvl-line);
  background: var(--fvl-surface);
  box-shadow: 0 22px 44px -20px rgba(25, 23, 18, .5);
  color: var(--fvl-ink);
  font-family: var(--fvl-serif);
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  opacity: 0;
  transform: translate(-50%, -8px) scale(.96);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}
.fvl-shortcut-drop::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  background: var(--fvl-surface);
  border-left: 1px solid var(--fvl-line);
  border-top: 1px solid var(--fvl-line);
}
.fvl-app-shortcut.is-dropping .fvl-shortcut-drop {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.fvl-app-shortcut.is-dropping .fvl-shortcut-drop::after {
  content: "▍";
  color: var(--fvl-brand);
  animation: fvl-sc-caret 1s steps(1) infinite;
}
@keyframes fvl-sc-caret { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }

.fvl-apps-disclaimer { max-width: 70ch; margin: 22px auto 0; color: var(--fvl-faint); font-size: 11px; line-height: 1.5; }

/* ── Capítulo violeta: refino interativo ─────────────────────────────── */
.fvl-refine .fvl-refine-samples {
  display: grid;
  min-height: 132px;
  max-width: 780px;
  margin: 0 0 20px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(86, 70, 229, .18);
  border-radius: 20px;
  background: var(--fvl-surface);
  box-shadow: 0 24px 50px -32px rgba(58, 44, 171, .45);
}
.fvl-refine-samples p {
  grid-area: 1 / 1;
  align-self: center;
  margin: 0;
  color: var(--fvl-ink);
  font-family: var(--fvl-serif);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.4;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .35s ease, transform .35s ease;
  transition-delay: 0s;
}
.fvl-refine-samples p.is-active { opacity: 1; transform: none; transition-delay: .18s; }
.fvl-refine-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 430px;
  padding: 4px;
  border: 1px solid var(--fvl-brand-200);
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
}
.fvl-refine-selector button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 12px;
  background: transparent;
  color: var(--fvl-subtle);
  font-family: var(--fvl-sans);
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
}
.fvl-refine-selector button.is-active { background: var(--fvl-brand); color: #fff; }

/* ── Idiomas: fila dupla de bandeiras (marquee) ─────────────────────── */
.fvl-langs { overflow: hidden; }
.fvl-langs-head { display: grid; justify-items: center; text-align: center; }
.fvl-lang-marquee {
  display: grid;
  gap: 14px;
  margin-top: 36px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.fvl-lang-row {
  display: flex;
  width: max-content;
  animation: fvl-marquee 38s linear infinite;
}
.fvl-lang-row--reverse { animation-direction: reverse; }
.fvl-lang-marquee:hover .fvl-lang-row { animation-play-state: paused; }
@keyframes fvl-marquee { to { transform: translateX(-50%); } }
.fvl-lang-group { display: flex; gap: 12px; padding-right: 12px; }
.fvl-lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--fvl-surface);
  border: 1px solid var(--fvl-line-strong);
  box-shadow: 0 14px 30px -24px rgba(25, 23, 18, .5);
  font-family: var(--fvl-serif);
  font-size: 19px;
  color: var(--fvl-ink);
  white-space: nowrap;
}
.fvl-lang-pill img { width: 22px; height: 22px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(27, 26, 23, .08); }
.fvl-lang-pill--more {
  font-family: var(--fvl-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--fvl-subtle);
  background: transparent;
  border-style: dashed;
  box-shadow: none;
}

/* ── Demo/slot: palco escuro explícito; mock atual é substituível em bloco ─ */
.fvl-demo-head { text-align: center; margin-bottom: 28px; }
.fvl-demo-slot {
  min-height: 620px;
  padding: clamp(14px, 3vw, 32px);
  border: 1px solid #262834;
  border-radius: 24px;
  background: linear-gradient(145deg, #090A0E, #111319);
  box-shadow: 0 30px 70px -38px rgba(9, 10, 14, .9);
}

/* ── Para quem: presença humana + chips interativos + palco de ditado ── */
.fvl-who-intro {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.fvl-who-intro-copy { max-width: 540px; }
.fvl-who-photo {
  position: relative;
  overflow: hidden;
  min-height: clamp(300px, 38vw, 430px);
  margin: 0;
  border-radius: 24px;
  background: var(--fvl-muted);
  box-shadow: 0 34px 70px -38px rgba(25, 23, 18, .62);
}
.fvl-who-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 52% center;
}
.fvl-who-photo::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(0deg, rgba(13, 12, 18, .46), transparent);
  pointer-events: none;
}
.fvl-who-photo-caption {
  position: absolute;
  z-index: 1;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 36px);
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  color: var(--fvl-ink);
  box-shadow: 0 18px 44px -20px rgba(13, 12, 18, .76);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
}
.fvl-who-photo-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--fvl-brand-50);
}
.fvl-who-photo-icon img { width: 24px; height: 24px; }
.fvl-who-photo-caption > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1px;
}
.fvl-who-photo-caption strong { font-size: 13px; line-height: 1.35; }
.fvl-who-photo-caption small { color: var(--fvl-subtle); font-size: 11px; line-height: 1.35; }
.fvl-who-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.fvl-who-chip {
  appearance: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--fvl-line-strong);
  background: var(--fvl-surface);
  color: var(--fvl-ink-soft);
  font-family: var(--fvl-sans);
  font-size: 14px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.fvl-who-chip:hover { border-color: var(--fvl-brand-200); transform: translateY(-1px); }
.fvl-who-chip.is-active { background: var(--fvl-ink); border-color: var(--fvl-ink); color: var(--fvl-page); }
.fvl-who-stage { margin-top: 20px; }
.fvl-who-panel { display: grid; gap: 20px; align-items: start; }
.fvl-who-panel[hidden] { display: none; }
.fvl-who-sample {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--fvl-line);
  border-radius: 20px;
  background: var(--fvl-surface);
  box-shadow: 0 24px 50px -36px rgba(25, 23, 18, .45);
}
.fvl-who-raw {
  display: flex;
  flex-wrap: wrap;
  gap: .3em;
  align-content: flex-start;
  margin: 0 0 14px;
  min-height: 3.2em;
  font-size: 15px;
  line-height: 1.6;
  color: var(--fvl-subtle);
}
.fvl-who-clean {
  margin: 0;
  font-family: var(--fvl-serif);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.45;
  color: var(--fvl-ink);
}
/* Progressive enhancement: sem JS o texto limpo já está visível. */
.fvl-js .fvl-who-clean { opacity: 0; transition: opacity .5s ease; }
.fvl-js .fvl-who-clean.is-in { opacity: 1; }
.fvl-who-desc { margin: 0; font-size: 15px; line-height: 1.65; color: var(--fvl-subtle); }

/* ── Confiança: fatos, não depoimento fabricado ──────────────────────── */
.fvl-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}
.fvl-trust-item {
  padding: 22px;
  border: 1px solid var(--fvl-line);
  border-radius: 18px;
  background: var(--fvl-surface);
}
.fvl-trust-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--fvl-brand-50);
  color: var(--fvl-brand);
  margin-bottom: 14px;
}
.fvl-trust-icon svg { width: 21px; height: 21px; }
.fvl-trust-title { margin: 0 0 6px; font-size: 15px; font-weight: 700; color: var(--fvl-ink); }
.fvl-trust-desc { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--fvl-subtle); }

/* ── Beta ────────────────────────────────────────────────────────────── */
.fvl-beta-card {
  position: relative;
  background: var(--fvl-surface);
  border: 1px solid var(--fvl-line);
  border-radius: 20px;
  padding: clamp(28px, 4vw, 48px);
  padding-left: calc(clamp(28px, 4vw, 48px) + 18px);
  overflow: hidden;
}
.fvl-beta-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--fvl-brand);
}
.fvl-beta-title {
  margin: 0 0 .9rem;
  font-family: var(--fvl-serif);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--fvl-ink);
}
.fvl-beta-text {
  margin: 0 0 1.75rem;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.7;
  color: var(--fvl-ink-soft);
}
.fvl-beta-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: .7rem 1.4rem;
  border-radius: .75rem;
  border: 1px solid var(--fvl-brand-200);
  color: var(--fvl-brand-700);
  font-weight: 600;
  font-size: 14px;
  transition: opacity .2s ease;
}
.fvl-beta-cta:hover { background: var(--fvl-brand-50); opacity: .88; }

/* ── Planos ──────────────────────────────────────────────────────────── */
.fvl-plans-grid { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 32px; align-items: stretch; }
.fvl-plan { display: flex; flex-direction: column; }
.fvl-plan-kicker { margin: 0 0 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--fvl-subtle); }
.fvl-plan-price { margin: 0 0 24px; font-family: var(--fvl-serif); font-size: 2.25rem; font-weight: 600; color: var(--fvl-ink); }
.fvl-plan-per { font-family: var(--fvl-sans); font-size: 13px; font-weight: 400; color: var(--fvl-subtle); margin-left: 2px; }
.fvl-plan-list { list-style: none; margin: 0 0 28px; padding: 0; flex: 1; display: flex; flex-direction: column; gap: 12px; font-size: 14px; color: var(--fvl-ink); }
.fvl-plan-list li { display: flex; align-items: flex-start; gap: 10px; }
.fvl-plan-list svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; color: var(--fvl-brand); }
.fvl-plan-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: .75rem 1.25rem;
  border-radius: .75rem;
  background: var(--fvl-brand);
  color: #fff;
  font-weight: 600;
  transition: transform .2s ease;
  box-shadow: 0 6px 16px -4px rgba(86, 70, 229, .45);
}
.fvl-plan-cta:hover { background: var(--fvl-brand-600); transform: translateY(-1px); }
.fvl-plan-cta-outline {
  background: transparent;
  color: var(--fvl-ink);
  border: 1px solid var(--fvl-line-strong);
  box-shadow: none;
}
.fvl-plan-cta-outline:hover { background: var(--fvl-muted); transform: none; }

.fvl-plan-pro {
  position: relative;
  background: linear-gradient(180deg, #F1EFFD, #fff 70%);
  border: 1px solid var(--fvl-brand-200);
  border-radius: 20px;
  padding: clamp(20px, 2.2vw, 24px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 40px -12px rgba(86, 70, 229, .35);
}
.fvl-plan-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--fvl-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 6px 16px -4px rgba(86, 70, 229, .5);
}
.fvl-plan-badge svg { width: 12px; height: 12px; }
.fvl-plan-amount {
  margin: 0 0 4px;
  font-family: var(--fvl-serif);
  font-size: 2.5rem;
  font-weight: 640;
  line-height: 1;
  color: var(--fvl-ink);
  font-variant-numeric: lining-nums;
}
.fvl-plan-note { margin: 0 0 20px; font-size: 13px; font-weight: 600; color: var(--fvl-brand-600); }

.fvl-plans-note { margin: 28px 0 0; text-align: center; font-size: 13px; color: var(--fvl-subtle); }

/* ── FAQ ─────────────────────────────────────────────────────────────
   Accordion próprio (não .ft-accordion, que é tema-aware e quebraria no
   papel). Mesma técnica de altura via grid-template-rows do site. */
.fvl-accordion { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; max-width: 720px; margin-inline: auto; }
.fvl-accordion-item { background: var(--fvl-surface); border: 1px solid var(--fvl-line); border-radius: 14px; overflow: hidden; }
.fvl-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  font-family: var(--fvl-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--fvl-ink);
  cursor: pointer;
  list-style: none;
}
.fvl-accordion-trigger::marker, .fvl-accordion-trigger::-webkit-details-marker { display: none; }
.fvl-accordion-icon { width: 18px; height: 18px; flex-shrink: 0; color: var(--fvl-faint); transition: transform .25s ease; }
.fvl-accordion-item[open] .fvl-accordion-icon { transform: rotate(180deg); }
.fvl-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--fvl-subtle);
}
.fvl-accordion-content > div { overflow: hidden; }
.fvl-accordion-item[open] > .fvl-accordion-content { grid-template-rows: 1fr; padding-bottom: 18px; }

/* ── Fecho ───────────────────────────────────────────────────────────
   Dentro do mundo creme (última seção da folha) — o escuro volta só no
   footer do site, que é a moldura natural. */
.fvl-end { position: relative; text-align: center; overflow: hidden; padding-block: clamp(64px, 9vw, 120px) !important; }
.fvl-end-eq {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 6px;
  height: 60px;
  opacity: .28;
  pointer-events: none;
}
.fvl-end-eq span {
  width: 4px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(to top, rgba(86, 70, 229, .55), rgba(86, 70, 229, .06));
  transform-origin: 50% 50%;
  animation: voice-eq ease-in-out infinite;
}
.fvl-end-eq span:nth-child(7n+1) { animation-duration: 1.1s; animation-delay: 0s; }
.fvl-end-eq span:nth-child(7n+2) { animation-duration: .9s; animation-delay: .1s; }
.fvl-end-eq span:nth-child(7n+3) { animation-duration: 1.3s; animation-delay: .05s; }
.fvl-end-eq span:nth-child(7n+4) { animation-duration: .8s; animation-delay: .2s; }
.fvl-end-eq span:nth-child(7n+5) { animation-duration: 1.2s; animation-delay: .15s; }
.fvl-end-eq span:nth-child(7n+6) { animation-duration: 1s; animation-delay: .25s; }
.fvl-end-eq span:nth-child(7n+7) { animation-duration: 1.4s; animation-delay: .1s; }
@keyframes voice-eq { 0%, 100% { transform: scaleY(.28); } 50% { transform: scaleY(1); } }
.fvl-end-title { position: relative; margin: 0 0 1rem; font-family: var(--fvl-serif); font-weight: 600; letter-spacing: -.015em; font-size: clamp(2.5rem, 6vw, 4rem); color: var(--fvl-ink); }
.fvl-end-sub { position: relative; margin: 0 auto 2.5rem; max-width: 46ch; font-size: 1.05rem; line-height: 1.6; color: var(--fvl-subtle); }
.fvl-end-actions { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.fvl-end-note { font-size: 13px; color: var(--fvl-subtle); }

/* ── Responsivo ──────────────────────────────────────────────────────── */
@media (min-width: 640px) {
  .fvl-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
  .fvl-features-grid { grid-template-columns: repeat(2, 1fr); }
  .fvl-race { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (min-width: 860px) {
  .fvl-plans-grid { grid-template-columns: repeat(3, 1fr); }
  .fvl-proof-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .fvl-who-intro { grid-template-columns: minmax(0, .78fr) minmax(440px, 1.22fr); }
  .fvl-who-panel { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 32px; }
}
@media (min-width: 1024px) {
  .fvl-trust-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1280px) {
  .fvl-features-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 639px) {
  .fvl-hero-showcase { min-height: 520px; }
  .fvl-hero-showcase-media,
  .fvl-hero-showcase-shade { border-radius: 22px; }
  .fvl-hero-showcase-media img { object-position: 68% center; }
  .fvl-hero-showcase .fvl-hero-vig--stage {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    padding: 18px;
    border-radius: 18px;
  }
  .fvl-who-photo { min-height: 300px; border-radius: 20px; }
  .fvl-app-wave { gap: 20px 8px; }
  .fvl-app-shortcut { order: -1; flex-basis: min(100%, 230px); margin: 0 50px 10px; }
  .fvl-app-item { transform: none; }
  .fvl-demo-slot { min-height: 620px; padding: 10px; border-radius: 18px; }
  .fvl-refine-selector button { padding: 9px 7px; font-size: 10.5px; }
  .fvl-race-copy { min-height: 5.4em; font-size: 13px; }
  .fvl-lang-pill { padding: 10px 18px; font-size: 16px; }
}

/* ── Foco visível ────────────────────────────────────────────────────── */
.fvl a:focus-visible, .fvl button:focus-visible, .fvl summary:focus-visible {
  outline: 2px solid var(--fvl-brand);
  outline-offset: 2px;
}

/* ── prefers-reduced-motion: mata toda animação/transição da folha e do
   fecho; troca cada peça animada por um estado final estático e legível. ── */
@media (prefers-reduced-motion: reduce) {
  .fvl *, .fvl-end * { animation: none !important; transition: none !important; }

  .fvl-rise { animation: none; opacity: 1; transform: none; }

  /* Marquee de idiomas: fila estática com quebra de linha; o grupo
     duplicado (só existe pro loop ser contínuo) some. */
  .fvl-lang-marquee { -webkit-mask-image: none; mask-image: none; }
  .fvl-lang-row { width: auto; flex-wrap: wrap; justify-content: center; gap: 12px; }
  .fvl-lang-group { flex-wrap: wrap; justify-content: center; padding-right: 0; }
  .fvl-lang-row .fvl-lang-group:nth-child(2) { display: none; }

  /* Vinhetas de recursos: fixam no frame final (o mais informativo), não
     no frame inicial (vazio/em transição). */
  .fvl-floating-mic::before { opacity: .35; transform: scale(1.4); }
  .fvl-vig-track-dot { transform: translateX(100%); }
  .fvl-vig-refine-sample > span { opacity: 0; }
  .fvl-vig-refine-sample > span:nth-child(2) { opacity: 1; }
  .fvl-vig-dict-chip { opacity: 1; transform: none; }
  .fvl-vig-snip-card { transform: scaleY(1); opacity: 1; }
  .fvl-vig-cmd-line { opacity: 1; transform: none; }
  .fvl-vig-heatmap span:nth-child(3n+1) { background: var(--fvl-brand-200); }
  .fvl-vig-heatmap span:nth-child(3n+2) { background: var(--fvl-brand-400); }
  .fvl-vig-heatmap span:nth-child(5n) { background: var(--fvl-brand); }
  .fvl-app-item { transform: none; }
  .fvl-race-word { opacity: 1; }
  .fvl-race-progress i { transform: scaleX(1); }
  .fvl-who-clean, .fvl-js .fvl-who-clean { opacity: 1; }
}

/* ── Reveals: entrada suave das seções da folha. A classe .fvl-js só entra via
   voice-landing.js — sem JS nada fica escondido (progressive enhancement). ── */
.fvl-js [data-fvl-reveal] { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; }
.fvl-js [data-fvl-reveal].fvl-in { opacity: 1; transform: none; }
.fvl-js .fvl-features-grid [data-fvl-reveal]:nth-child(3n+2) { transition-delay: .08s; }
.fvl-js .fvl-features-grid [data-fvl-reveal]:nth-child(3n) { transition-delay: .16s; }
.fvl-js .fvl-proof-grid [data-fvl-reveal]:nth-child(2),
.fvl-js .fvl-trust-grid [data-fvl-reveal]:nth-child(2) { transition-delay: .1s; }
.fvl-js .fvl-proof-grid [data-fvl-reveal]:nth-child(3),
.fvl-js .fvl-trust-grid [data-fvl-reveal]:nth-child(3) { transition-delay: .2s; }
.fvl-js .fvl-trust-grid [data-fvl-reveal]:nth-child(4) { transition-delay: .3s; }
.fvl-js .fvl-plans-grid [data-fvl-reveal]:nth-child(2) { transition-delay: .1s; }
.fvl-js .fvl-plans-grid [data-fvl-reveal]:nth-child(3) { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) {
  .fvl-js [data-fvl-reveal] { opacity: 1; transform: none; transition: none; }
}
