/* ============================================================
   LP SDR — Design System · "Dark tech de luxo"
   Fundo quase preto, verde elétrico como único acento,
   serifa de exibição + sans limpa + mono para labels.
   O mockup do telefone usa as cores REAIS do WhatsApp dark mode.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,400..800&family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  /* ---------- BASE / VOID ---------- */
  --void:      #06090A;   /* preto quase puro, hero / CTA */
  --ink:       #0A0F0D;   /* fundo base da maioria das seções */
  --ink-2:     #0D1411;   /* leve variação para ritmo */
  --panel:     #101815;   /* cartões / superfícies elevadas */
  --panel-2:   #141E19;   /* cartão em hover / destaque */
  --hairline:  rgba(243,240,232,0.09);
  --hairline-strong: rgba(243,240,232,0.16);

  /* ---------- ACENTO — verde elétrico ---------- */
  --accent:       #C4F82A;  /* verde elétrico principal */
  --accent-hi:    #DBFF6B;  /* variação clara p/ glow/hover */
  --accent-mid:   #9BC91A;  /* pressed */
  --accent-deep:  #2E3D08;  /* verde profundo p/ gradientes */
  --accent-ink:   #10140A;  /* texto sobre botão verde */

  /* ---------- TEXTO ---------- */
  --text-1: #F3F0E8;        /* off-white quente — luxo/editorial */
  --text-2: #A7B0A9;        /* secundário */
  --text-3: #6C766F;        /* terciário / legendas */
  --text-on-accent: var(--accent-ink);

  /* ---------- WHATSAPP DARK MODE (autêntico, só no mockup) ---------- */
  --wa-bg:      #0B141A;
  --wa-panel:   #1F2C34;
  --wa-out:     #005C4B;
  --wa-out-2:   #0A3D2E;
  --wa-in:      #202C33;
  --wa-text:    #E9EDEF;
  --wa-text-dim: #8696A0;
  --wa-accent:  #00A884;
  --wa-tick:    #53BDEB;

  /* ---------- TIPOGRAFIA ---------- */
  --font-display: 'Bricolage Grotesque', 'Manrope', system-ui, sans-serif;
  --font-body:    'Manrope', system-ui, -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', monospace;

  --fs-display: clamp(2.6rem, 1.5rem + 5vw, 4.9rem);
  --fs-h1: clamp(2.1rem, 1.4rem + 3.2vw, 3.3rem);
  --fs-h2: clamp(1.7rem, 1.2rem + 2.2vw, 2.6rem);
  --fs-h3: clamp(1.3rem, 1.05rem + 1.1vw, 1.6rem);
  --fs-h4: 1.2rem;
  --fs-lead: clamp(1.05rem, 0.95rem + 0.5vw, 1.3rem);
  --fs-body: 1.0625rem;
  --fs-sm: 0.9375rem;
  --fs-xs: 0.8125rem;
  --fs-eyebrow: 0.8125rem;

  --w-regular: 400; --w-medium: 500; --w-semibold: 600; --w-bold: 700; --w-extra: 800;

  /* ---------- RAIOS ---------- */
  --r-xs: 8px; --r-sm: 12px; --r-md: 18px; --r-lg: 24px; --r-xl: 32px; --r-2xl: 44px; --r-pill: 7px;

  /* ---------- ESPAÇAMENTO ---------- */
  --gutter: clamp(20px, 5vw, 56px);
  --maxw: 1200px;
  --maxw-narrow: 760px;

  /* ---------- SOMBRAS / GLOW ---------- */
  --shadow-sm: 0 2px 10px rgba(0,0,0,0.35);
  --shadow-md: 0 16px 40px -14px rgba(0,0,0,0.55);
  --shadow-lg: 0 30px 70px -20px rgba(0,0,0,0.65);
  --glow-accent: 0 0 0 1px rgba(196,248,42,0.18), 0 16px 40px -12px rgba(196,248,42,0.35);
  --glow-accent-sm: 0 6px 20px -6px rgba(196,248,42,0.45);

  /* ---------- MOTION ---------- */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-fast: 140ms; --dur: 260ms; --dur-slow: 520ms;
}

/* ============================================================
   TIPOGRAFIA SEMÂNTICA
   ============================================================ */
.t-eyebrow { font-family: var(--font-mono); font-size: var(--fs-eyebrow); font-weight: var(--w-medium); letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.t-display { font-family: var(--font-display); font-size: var(--fs-display); font-weight: var(--w-semibold); line-height: 1.03; letter-spacing: -0.01em; color: var(--text-1); }
.t-h1 { font-family: var(--font-display); font-size: var(--fs-h1); font-weight: var(--w-semibold); line-height: 1.08; letter-spacing: -0.005em; color: var(--text-1); }
.t-h2 { font-family: var(--font-display); font-size: var(--fs-h2); font-weight: var(--w-semibold); line-height: 1.12; color: var(--text-1); }
.t-h3 { font-family: var(--font-display); font-size: var(--fs-h3); font-weight: var(--w-medium); line-height: 1.2; color: var(--text-1); }
.t-h4 { font-family: var(--font-body); font-size: var(--fs-h4); font-weight: var(--w-semibold); line-height: 1.3; color: var(--text-1); }
.t-lead { font-family: var(--font-body); font-size: var(--fs-lead); font-weight: var(--w-regular); line-height: 1.55; color: var(--text-2); }
.t-body { font-family: var(--font-body); font-size: var(--fs-body); font-weight: var(--w-regular); line-height: 1.6; color: var(--text-2); }
.t-sm { font-size: var(--fs-sm); line-height: 1.5; color: var(--text-2); }
.t-mono { font-family: var(--font-mono); font-size: var(--fs-xs); letter-spacing: 0.02em; }
.hl { font-style: italic; color: var(--accent); }

* { text-wrap: pretty; }

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; overflow-x: hidden; }
body {
  margin: 0; font-family: var(--font-body); font-size: var(--fs-body);
  color: var(--text-2); background: var(--ink);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  position: relative; overflow-x: hidden;
}
/* textura de grão sutil — profundidade sem poluir */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 9000; pointer-events: none;
  opacity: 0.035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: var(--accent-ink); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }

/* ---------- SECTION TONES ---------- */
.section { padding-block: clamp(64px, 9vw, 136px); position: relative; background: var(--ink); }
.section--void  { background: var(--void); }
.section--ink   { background: var(--ink); }
.section--panel { background: var(--ink-2); }
.section--panel::before, .section--panel::after { content: none; }
.section--tight { padding-block: clamp(48px, 6vw, 88px); }
.section + .section { border-top: 1px solid var(--hairline); }

.sec-head { display: flex; flex-direction: column; gap: 18px; margin: 0 auto clamp(40px, 5vw, 64px); }
.sec-head--center { align-items: center; text-align: center; max-width: 680px; }
.sec-head--left { align-items: flex-start; text-align: left; }
.sec-head__title { margin: 0; }
.sec-head__sub { margin: 0; }
.sec-head--center .eyebrow { justify-content: center; }

/* ---------- EYEBROW ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: var(--fs-eyebrow); font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.eyebrow__dot { display: inline-flex; color: var(--accent); }

/* ---------- PILL ---------- */
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 13px; border-radius: var(--r-pill); font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.01em; border: 1px solid var(--hairline-strong); }
.pill--green { background: rgba(196,248,42,0.08); color: var(--accent-hi); border-color: rgba(196,248,42,0.25); }
.pill--mint  { background: rgba(196,248,42,0.1); color: var(--accent-hi); border-color: rgba(196,248,42,0.28); }
.pill--ink   { background: var(--panel); color: var(--text-2); }
.pill svg { color: currentColor; }

/* ---------- BUTTONS ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: var(--r-pill); font-weight: 600; line-height: 1; letter-spacing: -0.005em; white-space: nowrap; font-family: var(--font-body);
  transition: transform var(--dur-fast) var(--ease), background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.btn span { display: inline-block; }
.btn--sm { padding: 9px 16px; font-size: var(--fs-sm); }
.btn--md { padding: 13px 24px; font-size: var(--fs-body); }
.btn--lg { padding: 18px 34px; font-size: 1.1rem; }
.btn--full { width: 100%; }

.btn--primary { background: var(--accent); color: var(--accent-ink); box-shadow: var(--glow-accent-sm); position: relative; overflow: hidden; }
.btn--primary::after { content: ''; position: absolute; top: 0; left: -80%; width: 50%; height: 100%; background: linear-gradient(105deg, transparent, rgba(255,255,255,0.55), transparent); transform: skewX(-20deg); transition: left 0.6s ease; }
.btn--primary:hover { background: var(--accent-hi); box-shadow: var(--glow-accent); transform: translateY(-2px); }
.btn--primary:hover::after { left: 130%; }
.btn--primary:active { background: var(--accent-mid); transform: translateY(0); }

.btn--secondary { background: transparent; color: var(--text-1); border: 1.5px solid var(--hairline-strong); }
.btn--secondary:hover { border-color: var(--accent); color: var(--accent-hi); transform: translateY(-2px); }
.btn--secondary:active { transform: translateY(0); }

.btn--ghost { background: transparent; color: var(--text-2); }
.btn--ghost:hover { background: var(--panel); color: var(--text-1); }

.btn--dark { background: var(--panel); color: var(--text-1); border: 1px solid var(--hairline-strong); }
.btn--dark:hover { background: var(--panel-2); border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--dark:active { transform: translateY(0); }

.btn--onDark { background: var(--void); color: var(--accent); border: 1px solid rgba(196,248,42,0.3); }
.btn--onDark:hover { background: #000; box-shadow: var(--glow-accent); transform: translateY(-2px); }

.btn svg { flex: none; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(6,9,10,0.5); backdrop-filter: blur(6px);
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), backdrop-filter var(--dur); }
.nav--scrolled { background: rgba(6,9,10,0.86); backdrop-filter: saturate(160%) blur(18px); box-shadow: 0 1px 0 var(--hairline), var(--shadow-sm); }
.nav__inner { display: flex; align-items: center; gap: 24px; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand__name { font-family: var(--font-display); font-size: 21px; font-weight: 600; color: var(--text-1); letter-spacing: -0.01em; line-height: 1; }
.brand__highlight { color: var(--accent); }
.brand__logo { height: 34px; width: auto; display: block; object-fit: contain; }
.nav__links { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.nav__link { padding: 8px 14px; border-radius: var(--r-sm); font-size: var(--fs-sm); font-weight: 500; color: var(--text-2); transition: color var(--dur), background var(--dur); }
.nav__link:hover { color: var(--text-1); background: var(--panel); }
.nav__link.active { color: var(--accent); }
.nav__actions { display: flex; align-items: center; gap: 10px; }
.nav__burger { display: none; width: 44px; height: 44px; border-radius: var(--r-sm); background: transparent; border: 1.5px solid var(--hairline-strong); align-items: center; justify-content: center; color: var(--text-1); }
.nav__mobile { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; background: var(--void); padding-block: clamp(56px, 8vw, 108px); }
.hero__glow {
  position: absolute; inset: -30% 20% auto -20%; height: 680px; pointer-events: none; z-index: 0;
  background: radial-gradient(closest-side, rgba(196,248,42,0.16), transparent 72%);
  filter: blur(6px);
  transition: transform 0.6s var(--ease); will-change: transform;
}
.hero__visual .phone { transition: transform 0.5s var(--ease); will-change: transform; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__copy { display: flex; flex-direction: column; gap: 26px; align-items: flex-start; }
.hero__title { margin: 0; }
.hero__title .hl { font-style: italic; }
.hero__sub { margin: 0; max-width: 34ch; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 4px; }
.hero__avatars { display: flex; }
.hero__avatars span { width: 40px; height: 40px; border-radius: 50%; border: 2.5px solid var(--void); margin-left: -12px; background: var(--panel); display: grid; place-items: center; color: var(--accent); }
.hero__avatars span:first-child { margin-left: 0; }
.hero__trust-txt { font-size: var(--fs-sm); color: var(--text-2); }
.hero__trust-txt b { color: var(--text-1); }
.hero__stars { display: inline-flex; color: var(--accent); gap: 2px; }

.hero__visual { position: relative; display: flex; justify-content: center; }
.float-card { position: absolute; z-index: 3; background: var(--panel); border: 1px solid var(--hairline-strong); border-radius: var(--r-md); box-shadow: var(--shadow-lg); padding: 14px 16px; display: flex; align-items: center; gap: 12px; animation: floaty 5s ease-in-out infinite; }
.float-card__icon { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex: none; background: rgba(196,248,42,0.1); color: var(--accent); }
.float-card__t { font-size: var(--fs-xs); color: var(--text-3); font-weight: 500; }
.float-card__v { font-size: 1.05rem; font-weight: 700; color: var(--text-1); letter-spacing: -0.02em; font-family: var(--font-display); }
.float-card--a { top: 8%; left: -4%; animation-delay: 0s; }
.float-card--b { bottom: 12%; right: -6%; animation-delay: 1.4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ============================================================
   PHONE + WHATSAPP CHAT MOCKUP (cores reais do WhatsApp dark mode)
   ============================================================ */
.phone { position: relative; z-index: 2; width: 320px; max-width: 84vw; border-radius: 44px; background: #000; padding: 11px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(196,248,42,0.15), 0 0 60px -10px rgba(196,248,42,0.2); }
.phone::before { content: ""; position: absolute; top: 4px; left: 50%; transform: translateX(-50%); width: 84px; height: 6px; background: #000; border-radius: var(--r-pill); z-index: 5; }
.phone__screen { border-radius: 34px; overflow: hidden; background: var(--wa-bg); height: 600px; display: flex; flex-direction: column; }

.wa-head { display: flex; align-items: center; gap: 11px; padding: 14px 14px 12px; background: var(--wa-panel); color: var(--wa-text); }
.wa-head__avatar { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.08); display: grid; place-items: center; flex: none; color: var(--wa-accent); }
.wa-head__meta { display: flex; flex-direction: column; line-height: 1.25; margin-right: auto; }
.wa-head__name { font-weight: 700; font-size: 0.95rem; }
.wa-head__status { font-size: 0.72rem; color: var(--wa-text-dim); }
.wa-head__icons { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.8); }
.wa-head__ai { display: inline-flex; align-items: center; gap: 3px; background: var(--wa-accent); color: #052e24; font-size: 0.66rem; font-weight: 700; padding: 3px 7px; border-radius: var(--r-pill); }

.wa-body { flex: 1; overflow: hidden; padding: 16px 12px; display: flex; flex-direction: column; gap: 8px; position: relative; background-color: var(--wa-bg);
  background-image: radial-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), radial-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 22px 22px; background-position: 0 0, 11px 11px; }
.wa-scene { display: none; flex-direction: column; gap: 8px; }
.wa-scene--active { display: flex; }
/* bolhas entram em sequência quando a cena troca — reforça "conversa em tempo real" */
.wa-scene--active > * { animation: waRise 0.5s var(--ease) both; }
.wa-scene--active > :nth-child(1) { animation-delay: 0.04s; }
.wa-scene--active > :nth-child(2) { animation-delay: 0.18s; }
.wa-scene--active > :nth-child(3) { animation-delay: 0.32s; }
.wa-scene--active > :nth-child(4) { animation-delay: 0.46s; }
@keyframes waRise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.wa-row { display: flex; }
.wa-row--in { justify-content: flex-start; }
.wa-row--out { justify-content: flex-end; }
.wa-bubble { position: relative; max-width: 82%; padding: 8px 11px 7px; border-radius: 12px; font-size: 0.82rem; line-height: 1.4; box-shadow: 0 1px 1px rgba(0,0,0,0.2); display: flex; flex-direction: column; gap: 3px; }
.wa-bubble--in { background: var(--wa-in); color: var(--wa-text); border-top-left-radius: 3px; }
.wa-bubble--out { background: var(--wa-out); color: #E7FCEF; border-top-right-radius: 3px; }
.wa-bubble__tag { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--wa-accent); }
.wa-bubble--in .wa-bubble__tag { color: #DBFF6B; }
.wa-bubble__text { display: block; }
.wa-bubble__meta { display: flex; align-items: center; justify-content: flex-end; gap: 3px; font-size: 0.62rem; color: rgba(255,255,255,0.45); }
.wa-bubble--in .wa-bubble__meta { color: var(--wa-text-dim); }
.wa-read { color: var(--wa-tick); }

.wa-typing { flex-direction: row; gap: 4px; padding: 12px 13px; }
.wa-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.4); animation: wadot 1.2s infinite ease-in-out; }
.wa-dot:nth-child(2) { animation-delay: 0.2s; }
.wa-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes wadot { 0%,60%,100% { transform: translateY(0); opacity: 0.4; } 30% { transform: translateY(-4px); opacity: 1; } }

.wa-quick { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; padding-top: 2px; }
.wa-quick__chip { background: var(--wa-panel); border: 1px solid rgba(255,255,255,0.08); color: var(--wa-accent); font-size: 0.74rem; font-weight: 600; padding: 6px 11px; border-radius: var(--r-pill); }

.wa-composer { display: flex; align-items: center; gap: 8px; padding: 9px 10px; background: var(--wa-panel); }
.wa-composer__field { flex: 1; background: rgba(255,255,255,0.06); border-radius: var(--r-pill); padding: 10px 14px; font-size: 0.8rem; color: var(--wa-text-dim); }
.wa-composer__send { width: 40px; height: 40px; border-radius: 50%; background: var(--wa-accent); color: #052e24; display: grid; place-items: center; flex: none; }

/* ============================================================
   STORYTELLING — "Como funciona" (timeline + telefone fixo)
   ============================================================ */
.story { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.timeline { display: flex; flex-direction: column; gap: 6px; }
.tl-item { display: grid; grid-template-columns: 56px 1fr; gap: 18px; cursor: pointer; }
.tl-rail { display: flex; flex-direction: column; align-items: center; }
.tl-node { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; flex: none; background: var(--panel); border: 1.5px solid var(--hairline-strong); color: var(--text-3); transition: all var(--dur) var(--ease); }
.tl-item--active .tl-node { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); box-shadow: var(--glow-accent-sm); }
.tl-line { width: 2px; flex: 1; background: var(--hairline-strong); margin: 6px 0; min-height: 26px; }
.tl-item:last-child .tl-line { display: none; }
.tl-body { padding-bottom: 30px; }
.tl-body__step { font-family: var(--font-mono); font-size: var(--fs-xs); color: var(--text-3); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; transition: color var(--dur); }
.tl-item--active .tl-body__step { color: var(--accent); }
.tl-body__title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; margin: 4px 0 6px; color: var(--text-3); transition: color var(--dur); }
.tl-item--active .tl-body__title { color: var(--text-1); }
.tl-body__desc { font-size: var(--fs-sm); color: var(--text-3); margin: 0; line-height: 1.55; max-height: 0; opacity: 0; overflow: hidden; transition: all var(--dur-slow) var(--ease); }
.tl-item--active .tl-body__desc { color: var(--text-2); max-height: 80px; opacity: 1; }

.story__chat { display: flex; justify-content: center; position: sticky; top: 110px; }

/* ============================================================
   BENEFÍCIOS — grid
   ============================================================ */
.bgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit { background: var(--panel); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; gap: 14px;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur); }
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(196,248,42,0.3); }
.benefit__icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: rgba(196,248,42,0.08); color: var(--accent); }
.benefit__title { font-family: var(--font-display); font-size: 1.22rem; font-weight: 600; margin: 0; color: var(--text-1); }
.benefit__desc { font-size: var(--fs-sm); color: var(--text-2); margin: 0; line-height: 1.55; }

/* ============================================================
   RECURSOS
   ============================================================ */
.feat { max-width: 700px; margin: 0 auto; text-align: center; }
.feat__list { display: flex; flex-direction: column; gap: 18px; margin: 28px 0 30px; text-align: left; }
.feat__item { display: flex; gap: 14px; align-items: flex-start; }
.feat__check { width: 26px; height: 26px; border-radius: 8px; background: rgba(196,248,42,0.1); color: var(--accent); display: grid; place-items: center; flex: none; margin-top: 2px; }
.feat__item-t { font-weight: 600; font-size: var(--fs-body); color: var(--text-1); margin: 0 0 2px; }
.feat__item-d { font-size: var(--fs-sm); color: var(--text-2); margin: 0; line-height: 1.5; }

/* ============================================================
   RESULTADOS — metric cards
   ============================================================ */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric { background: var(--panel); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: 34px 26px; display: flex; flex-direction: column; gap: 8px; transition: border-color var(--dur), transform var(--dur) var(--ease); }
.metric:hover { transform: translateY(-4px); }
.metric--accent { background: linear-gradient(160deg, var(--accent-deep), #062114); border-color: rgba(196,248,42,0.3); }
.metric__icon { color: var(--accent); margin-bottom: 8px; }
.metric__value { font-family: var(--font-display); font-size: clamp(2.3rem, 4vw, 3.1rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1; color: var(--text-1); }
.metric--accent .metric__value { color: var(--accent-hi); }
.metric__label { font-size: var(--fs-sm); color: var(--text-3); }

/* ============================================================
   FAQ — accordion
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--hairline); border-radius: var(--r-md); background: var(--panel); overflow: hidden; transition: border-color var(--dur), box-shadow var(--dur); }
.faq-item--open { border-color: rgba(196,248,42,0.35); box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; display: flex; align-items: center; gap: 16px; padding: 22px 24px; background: transparent; border: 0; text-align: left; font-family: var(--font-display); font-size: 1.12rem; font-weight: 500; color: var(--text-1); }
.faq-q__icon { margin-left: auto; flex: none; color: var(--accent); transition: transform var(--dur) var(--ease); }
.faq-item--open .faq-q__icon { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--dur-slow) var(--ease); }
.faq-a__inner { padding: 0 24px 24px; font-size: var(--fs-body); color: var(--text-2); line-height: 1.6; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.finalcta { position: relative; overflow: hidden; background: var(--void); }
.cta-box { position: relative; border-radius: var(--r-2xl); padding: clamp(48px, 6vw, 96px); background: radial-gradient(120% 140% at 50% 0%, rgba(196,248,42,0.14), transparent 60%), var(--ink);
  border: 1px solid var(--hairline-strong); color: var(--text-1); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 26px; overflow: hidden; }
.cta-box::after { content: ""; position: absolute; top: -120px; right: -80px; width: 320px; height: 320px; border-radius: 50%; border: 44px solid rgba(196,248,42,0.06); }
.cta-box__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 26px; max-width: 640px; }
.cta-box__title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 600; letter-spacing: -0.01em; line-height: 1.08; margin: 0; color: var(--text-1); }
.cta-box__sub { font-size: var(--fs-lead); color: var(--text-2); margin: 0; }
.cta-box .btn--onDark { box-shadow: var(--glow-accent); }
.cta-box__note { font-size: var(--fs-sm); color: var(--text-3); display: inline-flex; align-items: center; gap: 8px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--void); color: var(--text-3); padding-block: clamp(56px, 7vw, 88px) 36px; border-top: 1px solid var(--hairline); }
.footer__top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--hairline); }
.footer__brand { display: flex; flex-direction: column; gap: 18px; max-width: 300px; }
.footer__brand .brand { color: var(--text-1); }
.footer__brand .brand__name { color: var(--text-1); }
.footer__desc { font-size: var(--fs-sm); color: var(--text-3); line-height: 1.6; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 40px; height: 40px; border-radius: 11px; border: 1px solid var(--hairline-strong); display: grid; place-items: center; color: var(--text-2); transition: all var(--dur); }
.footer__social a:hover { background: var(--accent); color: var(--accent-ink); border-color: transparent; transform: translateY(-2px); }
.footer__email-badge { display: inline-flex; align-items: center; gap: 7px; font-size: var(--fs-sm); font-weight: 600; color: var(--accent); border: 1.5px solid rgba(196,248,42,0.3); border-radius: var(--r-sm); padding: 6px 12px; transition: color var(--dur), border-color var(--dur); }
.footer__email-badge:hover { color: var(--accent-hi); border-color: var(--accent); }
.footer__col h4 { font-family: var(--font-display); font-size: 1rem; color: var(--text-1); font-weight: 600; margin: 0 0 18px; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer__col a { font-size: var(--fs-sm); color: var(--text-3); transition: color var(--dur); }
.footer__col a:hover { color: var(--text-1); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 28px; font-size: var(--fs-xs); color: var(--text-3); flex-wrap: wrap; }
.footer__bottom-links { display: flex; gap: 22px; }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ——— REVEAL-SNAP: módulo de automação "encaixando" no grid, com pulso verde ——— */
.reveal.reveal-snap { transition: none; }
.reveal.reveal-snap.in {
  animation: moduleSnap 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes moduleSnap {
  0%   { opacity: 0; transform: translateY(28px) scale(0.92); box-shadow: none; }
  60%  { opacity: 1; transform: translateY(-4px) scale(1.03);
         box-shadow: 0 0 0 1px rgba(196,248,42,0.35), 0 12px 30px rgba(196,248,42,0.12); }
  100% { opacity: 1; transform: translateY(0) scale(1); box-shadow: none; }
}
.bgrid .reveal-snap:nth-child(1) { animation-delay: 0ms; }
.bgrid .reveal-snap:nth-child(2) { animation-delay: 90ms; }
.bgrid .reveal-snap:nth-child(3) { animation-delay: 180ms; }
.bgrid .reveal-snap:nth-child(4) { animation-delay: 270ms; }
.bgrid .reveal-snap:nth-child(5) { animation-delay: 360ms; }
.bgrid .reveal-snap:nth-child(6) { animation-delay: 450ms; }
.metrics .reveal-snap:nth-child(1) { animation-delay: 0ms; }
.metrics .reveal-snap:nth-child(2) { animation-delay: 90ms; }
.metrics .reveal-snap:nth-child(3) { animation-delay: 180ms; }
.metrics .reveal-snap:nth-child(4) { animation-delay: 270ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .reveal-word { opacity: 1; transform: none; }
  .reveal-snap, .reveal-snap.in { animation: none; }
  .float-card, .wa-dot { animation: none; }
  .hero__glow, .hero__visual .phone { transform: none !important; }
  .wa-scene--active > * { animation: none !important; }
}

/* ============================================================
   ANIMAÇÕES & NAVEGABILIDADE PREMIUM
   ============================================================ */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 90;
  transform: scaleX(0); transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--accent-mid), var(--accent), var(--accent-hi));
  box-shadow: 0 0 12px rgba(196,248,42,0.55);
  pointer-events: none;
}
.reveal-word { display: inline-block; opacity: 0; transform: translateY(0.6em); }
.reveal-word.in { opacity: 1; transform: none; transition: opacity 0.6s var(--ease), transform 0.75s var(--ease); }
.magnetic { will-change: transform; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .nav__links { display: none; }
  .nav__actions .btn--secondary { display: none; }
  .nav__actions .btn--primary { display: none; }
  .nav__burger { display: inline-flex; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__copy { align-items: center; text-align: center; }
  .hero__sub { max-width: 46ch; }
  .hero__ctas, .hero__trust { justify-content: center; }
  .story { grid-template-columns: 1fr; }
  .story__chat { position: static; margin-top: 8px; }
  .bgrid { grid-template-columns: repeat(2, 1fr); }
  .nav__mobile {
    display: none; position: absolute; top: 74px; left: 0; right: 0; background: var(--void);
    border-bottom: 1px solid var(--hairline); padding: 16px var(--gutter) 24px; flex-direction: column; gap: 6px; box-shadow: var(--shadow-md);
  }
  .nav__mobile.open { display: flex; }
  .nav__mobile a { padding: 13px 12px; border-radius: var(--r-sm); font-weight: 600; color: var(--text-2); }
  .nav__mobile a:hover { background: var(--panel); color: var(--text-1); }
  .nav__mobile .btn { margin-top: 10px; }
}
@media (max-width: 680px) {
  .bgrid { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer__brand { grid-column: 1 / -1; }
  .hero__title { font-size: clamp(2.3rem, 11vw, 3rem); }
}
@media (max-width: 420px) {
  .footer__top { grid-template-columns: 1fr; }
  .hero__ctas { flex-direction: column; align-items: stretch; width: 100%; }
  .hero__ctas .btn { width: 100%; }
}

/* ——— CURSOR CUSTOMIZADO (padrão Lightfire — só desktop, sem reduced motion) ——— */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0; z-index: 9500;
  pointer-events: none; border-radius: 50%; opacity: 0; display: none;
  will-change: transform;
}
html.custom-cursor .cursor-dot, html.custom-cursor .cursor-ring { display: block; }
/* esconde o ponteiro nativo em TUDO — inclusive elementos com cursor:pointer
   próprio (.btn, botões, labels), senão o cursor do sistema reaparece sobre eles */
html.custom-cursor, html.custom-cursor * { cursor: none !important; }
.cursor-dot {
  width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px;
  background: var(--accent-hi); transition: opacity 0.2s, scale 0.2s;
}
.cursor-ring {
  width: 38px; height: 38px; margin: -19px 0 0 -19px;
  border: 1px solid rgba(196,248,42,0.5);
  transition: opacity 0.25s, width 0.25s ease-out, height 0.25s ease-out, margin 0.25s ease-out, border-color 0.25s;
}
.cursor-ring.hover { width: 64px; height: 64px; margin: -32px 0 0 -32px; border-color: rgba(196,248,42,0.85); }
.cursor-dot.hover { scale: 0.4; }
.cursor-dot.on, .cursor-ring.on { opacity: 1; }
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none !important; } }
