/* ============================================================
   Soluccionar — identidade premium SaaS / AI
   Fintech + IA · dark luxury · glassmorphism · glows roxos
   ============================================================ */

:root {
  --bg-1: #16122a;
  --bg-2: #1a1533;
  --bg-3: #221a40;

  --brand: #7b39fc;
  --brand-2: #6a2ce0;
  --mint: #f87b52;            /* acento laranja (Datacore) */

  --secondary-dark: #2b2344;
  --secondary-dark-h: #352b54;

  --text: #FFFFFF;
  --muted: #C9C9D1;
  --muted-2: rgba(201, 201, 209, 0.62);

  --grad: linear-gradient(135deg, #7b39fc 0%, #a855f7 100%);
  --grad-purple: linear-gradient(135deg, #7b39fc 0%, #6a2ce0 100%);

  --glass: rgba(85, 80, 110, 0.16);
  --glass-2: rgba(85, 80, 110, 0.30);
  --glass-border: rgba(164, 132, 215, 0.5);
  --glass-border-hover: rgba(123, 57, 252, 0.75);

  --radius: 22px;
  --radius-sm: 14px;
  --container: 1160px;
  --shadow: 0 30px 80px -28px rgba(0, 0, 0, 0.7);
  --glow-purple: 0 0 60px -10px rgba(123, 57, 252, 0.55);

  --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-head: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-btn: 'Cabin', system-ui, -apple-system, sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  background:
    radial-gradient(900px 600px at 82% -8%, rgba(123, 57, 252, 0.20), transparent 60%),
    radial-gradient(760px 560px at -5% 10%, rgba(248, 123, 82, 0.07), transparent 58%),
    linear-gradient(180deg, #0e0a1c 0%, #0a0716 50%, #060410 100%);
  background-attachment: fixed;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4, h5 { font-family: var(--font-head); line-height: 1.12; letter-spacing: -0.025em; font-weight: 700; }
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.2rem; }

.grad { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: 0; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nowrap { white-space: nowrap; }

/* ---------- Ambient background fx ---------- */
.bg-fx { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.26; }
.glow-1 { top: -200px; right: -140px; width: 520px; height: 520px; background: radial-gradient(circle, #A955FF, transparent 70%); }
.glow-2 { top: 42%; left: -220px; width: 480px; height: 480px; background: radial-gradient(circle, #8B3DFF, transparent 70%); opacity: 0.18; }
.glow-3 { bottom: -160px; right: 10%; width: 440px; height: 440px; background: radial-gradient(circle, #9FF3E3, transparent 72%); opacity: 0.10; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-btn); font-weight: 600; font-size: 0.98rem;
  padding: 13px 26px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .25s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn-sm { padding: 9px 18px; font-size: 0.9rem; }
.btn-lg { padding: 15px 30px; font-size: 1.02rem; }
.btn-block { width: 100%; }

.btn-mint {
  background: var(--brand); color: #fff;
  box-shadow: 0 12px 34px -10px rgba(123, 57, 252, 0.6);
}
.btn-mint:hover { transform: translateY(-2px); background: var(--brand-2); box-shadow: 0 18px 44px -12px rgba(123, 57, 252, 0.75); }

.btn-glass {
  background: var(--glass-2); color: var(--text);
  border-color: var(--glass-border); backdrop-filter: blur(10px);
}
.btn-glass:hover { transform: translateY(-2px); border-color: var(--glass-border-hover); box-shadow: var(--glow-purple); }

/* ---------- Store buttons ---------- */
.store-btn {
  display: inline-flex; align-items: center; gap: 11px;
  background: rgba(255,255,255,0.06); color: var(--text);
  padding: 10px 20px 10px 16px; border-radius: 14px;
  border: 1px solid var(--glass-border); backdrop-filter: blur(10px);
  transition: transform .15s ease, border-color .2s ease, box-shadow .25s ease;
}
.store-btn:hover { transform: translateY(-2px); border-color: var(--glass-border-hover); box-shadow: var(--glow-purple); }
.store-ico { width: 26px; height: 26px; flex: none; color: var(--text); }
.store-btn-txt { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.store-btn-txt small { font-size: 0.66rem; font-weight: 600; color: var(--muted-2); text-transform: uppercase; letter-spacing: 0.04em; }
.store-btn-txt strong { font-size: 1.05rem; font-weight: 700; }

/* ---------- Glass panel utility ---------- */
.glass-panel {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--radius); backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px -30px rgba(0,0,0,0.8);
}

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: transparent;
  pointer-events: none; /* só os elementos internos são clicáveis */
  border-bottom: 1px solid transparent;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
/* Plate de vidro ao rolar: garante leitura do menu sobre qualquer fundo */
.site-header.scrolled {
  background: rgba(22, 18, 42, 0.80);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 44px -24px rgba(0, 0, 0, 0.85);
}
.site-header.scrolled.on-light {
  background: rgba(255, 255, 255, 0.88);
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 44px -26px rgba(0, 0, 0, 0.22);
}
/* Topbar transparente: logo + links direto sobre a hero (sem pílula) */
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; gap: 16px;
}
.header-inner > * { pointer-events: auto; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 30px; }
/* Troca de logo conforme o fundo atrás do header */
.brand .logo-dark { display: none; }
.site-header.on-light .brand .logo-light { display: none; }
.site-header.on-light .brand .logo-dark { display: inline-block; }
/* Links e menu escuros sobre seções brancas */
.site-header.on-light .nav a { color: #4a4360; }
.site-header.on-light .nav a:hover { color: #14102a; }
.site-header.on-light .nav-toggle span { background: #14102a; }
.nav { display: flex; gap: 26px; }
.nav a { color: rgba(255, 255, 255, 0.86); font-weight: 500; font-size: 0.94rem; transition: color .15s ease; }
.nav a:hover { color: var(--text); }
.header-cta { display: flex; align-items: center; gap: 12px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: .2s; }

.nav-mobile { display: none; pointer-events: auto; flex-direction: column; gap: 6px; margin-top: 10px; padding: 10px 18px 16px; border: 1px solid var(--glass-border); border-radius: 16px; background: rgba(20,16,38,0.85); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); box-shadow: 0 18px 50px -20px rgba(0,0,0,0.7); }
.nav-mobile a { padding: 12px 4px; color: var(--muted); border-bottom: 1px solid var(--glass-border); }
.nav-mobile a.btn { color: #fff; border: 0; margin-top: 10px; }

/* ============================================================
   HERO (centralizado)
   ============================================================ */
.hero { position: relative; padding: clamp(18px, 3vw, 40px) 0 clamp(16px, 2.5vw, 32px); }
.hero-inner { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 2; }
.hero-copy { max-width: 920px; }
.hero h1 { font-size: clamp(1.9rem, 4.4vw, 3.2rem); }
.hero-br { display: inline; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.85rem; font-weight: 600; color: var(--mint);
  background: rgba(159, 243, 227, 0.08); border: 1px solid rgba(159, 243, 227, 0.25);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 24px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(159, 243, 227, 0.2); }
.hero h1 { margin: 0 auto; }
.lead { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.14rem); max-width: 640px; margin: 14px auto 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-stores { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 14px; }
.hero-stores.center { justify-content: center; }
.hero-note { color: var(--muted-2); font-size: 0.88rem; margin-top: 16px; }
.hero-cta { margin-top: clamp(16px, 2.2vw, 28px); display: flex; flex-direction: column; align-items: center; }

/* Hero visual — mão centralizada com glow */
.hero-visual { position: relative; margin-top: clamp(6px, 1.2vw, 16px); display: flex; justify-content: center; width: 100%; }
.hero-orb {
  position: absolute; top: 46%; left: 50%; transform: translate(-50%, -50%);
  width: min(760px, 92vw); height: min(760px, 92vw); border-radius: 50%;
  background: radial-gradient(circle, rgba(169, 85, 255, 0.5), rgba(139, 61, 255, 0.16) 45%, transparent 70%);
  filter: blur(50px); z-index: 0; pointer-events: none;
}
.hero-hand {
  position: relative; z-index: 1; width: auto; height: clamp(260px, 42vh, 500px); max-width: 92%;
  filter: drop-shadow(0 44px 80px rgba(0,0,0,0.6));
  /* degradê escurecendo a base: desvanece a borda da imagem no fundo */
  -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent 96%);
  mask-image: linear-gradient(to bottom, #000 72%, transparent 96%);
}
/* reforço do escurecimento na base da seção hero (atrás do conteúdo) */
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 220px;
  background: linear-gradient(to bottom, transparent, #06020c);
  pointer-events: none; z-index: 1;
}
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* Floating dashboard preview cards */
.float-card {
  position: absolute; z-index: 2; text-align: left;
  background: rgba(27, 8, 71, 0.6); border: 1px solid var(--glass-border);
  border-radius: 16px; padding: 14px 16px; backdrop-filter: blur(14px);
  box-shadow: var(--shadow); animation: floaty 6s ease-in-out infinite;
}
.fc-1 { top: 3%; left: 0; animation-delay: .2s; }
.fc-2 { bottom: 5%; left: 2%; animation-delay: 1s; }
.fc-3 { top: 35%; right: 0; animation-delay: .6s; }
.fc-label, .fc-mini-label { display: block; font-size: 0.68rem; font-weight: 600; color: var(--mint); text-transform: uppercase; letter-spacing: .05em; }
.fc-plate { display: block; font-size: 1.2rem; letter-spacing: 1px; margin: 3px 0; }
.fc-sub { color: var(--muted); font-size: 0.78rem; }
.fc-big { display: block; font-size: 1.7rem; font-weight: 800; margin: 4px 0 8px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fc-big small { font-size: 0.85rem; -webkit-text-fill-color: var(--muted); }
.fc-spark { display: flex; align-items: flex-end; gap: 4px; height: 26px; }
.fc-spark i { width: 6px; border-radius: 3px; background: var(--grad-purple); }
.fc-spark i:nth-child(1){height:35%}.fc-spark i:nth-child(2){height:55%}.fc-spark i:nth-child(3){height:45%}.fc-spark i:nth-child(4){height:75%}.fc-spark i:nth-child(5){height:60%}.fc-spark i:nth-child(6){height:90%}.fc-spark i:nth-child(7){height:100%}
.float-pill {
  position: absolute; z-index: 2; top: 4%; right: 2%;
  background: rgba(27, 8, 71, 0.6); border: 1px solid var(--glass-border);
  border-radius: 999px; padding: 9px 16px; font-size: 0.82rem; font-weight: 600;
  backdrop-filter: blur(14px); box-shadow: var(--shadow); animation: floaty 6s ease-in-out infinite .7s;
}

/* Notificação estilo iOS (card flutuante) */
.ios-notif { display: flex; align-items: flex-start; gap: 11px; width: 290px; max-width: 80vw; padding: 12px 14px; border-radius: 20px; background: rgba(20, 12, 40, 0.74); border: 1px solid rgba(255,255,255,0.14); }
.ios-notif-ico { width: 40px; height: 40px; border-radius: 10px; flex: none; box-shadow: 0 2px 6px rgba(0,0,0,0.35); }
.ios-notif-body { flex: 1; min-width: 0; }
.ios-notif-top { display: flex; align-items: center; justify-content: space-between; line-height: 1; margin-bottom: 3px; }
.ios-notif-app { font-size: 0.68rem; font-weight: 600; color: var(--muted); }
.ios-notif-time { font-size: 0.66rem; color: var(--muted-2); }
.ios-notif-title { display: block; font-size: 0.9rem; font-weight: 700; color: #fff; line-height: 1.2; }
.ios-notif-msg { display: block; font-size: 0.8rem; color: var(--muted); line-height: 1.3; margin-top: 1px; }

/* Trust bar */
.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: clamp(40px, 6vw, 72px); padding: 30px 0; border-top: 1px solid var(--glass-border); }
.trust-item { display: flex; flex-direction: column; }
.trust-item strong { font-size: 1.05rem; }
.trust-item span { color: var(--muted); font-size: 0.9rem; }

/* ============================================================
   Sections base
   ============================================================ */
.section { padding: clamp(64px, 9vw, 116px) 0; position: relative; }

/* Fundos das seções — luz ambiente premium (glows roxos + acento laranja).
   Cada seção tem a "luz" em posição diferente pra dar profundidade e ritmo. */
#localizador {
  background:
    radial-gradient(820px 520px at 8% -12%, rgba(123, 57, 252, 0.20), transparent 60%),
    radial-gradient(640px 460px at 102% 115%, rgba(248, 123, 82, 0.08), transparent 60%),
    #08040f;
}
.stats-section {
  background:
    radial-gradient(880px 540px at 95% -15%, rgba(123, 57, 252, 0.22), transparent 62%),
    radial-gradient(620px 460px at -5% 120%, rgba(123, 57, 252, 0.10), transparent 60%),
    #08040f;
}
.depo-section {
  background:
    radial-gradient(900px 520px at 50% -18%, rgba(123, 57, 252, 0.18), transparent 60%),
    radial-gradient(560px 420px at 100% 100%, rgba(248, 123, 82, 0.07), transparent 60%),
    #08040f;
}
.screens-section,
.plataforma-section,
.contato-section {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.screens-section {
  background:
    radial-gradient(900px 560px at 80% -16%, rgba(123, 57, 252, 0.26), transparent 62%),
    linear-gradient(180deg, #150e2e 0%, #110b25 100%);
}
.plataforma-section {
  background:
    radial-gradient(880px 540px at 12% -14%, rgba(123, 57, 252, 0.24), transparent 62%),
    radial-gradient(620px 440px at 100% 110%, rgba(248, 123, 82, 0.07), transparent 60%),
    linear-gradient(180deg, #140d2c 0%, #0f0a23 100%);
}
.contato-section {
  background:
    radial-gradient(820px 520px at 50% -16%, rgba(123, 57, 252, 0.22), transparent 62%),
    linear-gradient(180deg, #140e2e 0%, #100a24 100%);
}
.download-section {
  background:
    radial-gradient(720px 420px at 50% -25%, rgba(123, 57, 252, 0.22), transparent 60%),
    #050309;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.section-head { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin-top: 14px; }
.kicker { font-family: var(--font-btn); display: inline-block; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mint); margin-bottom: 14px; }
.kicker-accent { color: var(--brand); }

/* ============================================================
   Bento (Para localizadores)
   ============================================================ */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; grid-auto-rows: minmax(150px, auto); }
.bento-card {
  position: relative; overflow: hidden;
  background: var(--glass); border: 1px solid var(--glass-border); border-radius: 20px;
  padding: 24px; display: flex; flex-direction: column; gap: 16px; backdrop-filter: blur(14px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .3s ease;
}
.bento-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .8; background: radial-gradient(130% 100% at 100% 0%, rgba(169,85,255,0.12), transparent 55%); }
.bento-card:hover { transform: translateY(-5px); border-color: var(--glass-border-hover); box-shadow: var(--glow-purple); }
.bento-card > * { position: relative; z-index: 1; }
.bento-text h3 { font-size: 1.12rem; margin-bottom: 6px; }
.bento-text p { color: var(--muted); font-size: 0.94rem; }

.bento-a { grid-column: span 4; grid-row: span 2; justify-content: space-between; }
.bento-b { grid-column: span 2; }
.bento-c { grid-column: span 2; }
.bento-d { grid-column: span 4; }
.bento-e { grid-column: span 2; }
.bento-f { grid-column: span 3; }
.bento-g { grid-column: span 3; }

/* A — chart */
.bento-chart { margin-top: auto; }
.chart-legend { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--muted); margin-bottom: 10px; }
.chart-legend .dot-line { width: 16px; height: 3px; border-radius: 3px; background: var(--grad); }
.bento-chart svg { width: 100%; height: 120px; display: block; }
.chart-line { stroke-dasharray: 700; stroke-dashoffset: 700; animation: draw 2s ease forwards .2s; }
.chart-area { opacity: 0; animation: fadein 1.2s ease forwards 1.1s; }
.chart-end { opacity: 0; animation: fadein .4s ease forwards 1.9s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadein { to { opacity: 1; } }
.chart-foot { display: flex; align-items: baseline; gap: 8px; margin-top: 6px; }
.chart-foot strong { font-size: 1.8rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.chart-foot span { color: var(--muted); font-size: 0.85rem; }

/* B — janela */
.window-stat { background: rgba(255,255,255,0.03); border: 1px solid var(--glass-border); border-radius: 14px; padding: 16px; }
.window-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--mint); font-weight: 700; }
.window-time { display: block; font-size: 1.7rem; font-weight: 800; margin: 4px 0 12px; letter-spacing: -0.02em; }
.window-bars { display: flex; align-items: flex-end; gap: 5px; height: 36px; }
.window-bars i { flex: 1; border-radius: 4px 4px 0 0; background: rgba(255,255,255,0.12); }
.window-bars i:nth-child(3), .window-bars i:nth-child(4) { background: var(--grad-purple); }
.window-bars i:nth-child(1){height:30%}.window-bars i:nth-child(2){height:55%}.window-bars i:nth-child(3){height:95%}.window-bars i:nth-child(4){height:80%}.window-bars i:nth-child(5){height:45%}.window-bars i:nth-child(6){height:35%}.window-bars i:nth-child(7){height:25%}

/* C — perto */
.near-visual { position: relative; height: 86px; border-radius: 14px; overflow: hidden; background: #140a2e; border: 1px solid var(--glass-border); display: grid; place-items: center; }
/* mapa recolorido pra combinar com a identidade (roxo) */
.near-map { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) brightness(.5) sepia(1) hue-rotate(218deg) saturate(2.6) contrast(1.05); }
.near-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 55%, rgba(169,85,255,0.28), rgba(19,0,53,0.55) 75%); mix-blend-mode: screen; }
.near-visual > .near-pulse, .near-visual > .near-pin, .near-visual > .near-tag { z-index: 2; }
.near-pin { width: 16px; height: 16px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--mint); box-shadow: 0 0 0 4px rgba(159,243,227,0.25); }
.near-pulse { position: absolute; width: 60px; height: 60px; border-radius: 50%; border: 2px solid rgba(159,243,227,0.6); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(0.5); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } }
.near-tag { position: absolute; right: 10px; top: 10px; font-size: 0.72rem; font-weight: 700; color: var(--mint); background: rgba(159,243,227,0.14); border: 1px solid rgba(159,243,227,0.3); padding: 3px 8px; border-radius: 999px; }

/* D — Marco Legal */
.bento-legal { background: linear-gradient(135deg, rgba(169,85,255,0.16), rgba(159,243,227,0.05)); border-color: var(--glass-border-hover); gap: 8px; }
.bento-legal h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
.legal-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 10px; }
.legal-point { display: flex; gap: 12px; align-items: flex-start; background: rgba(19,0,53,0.5); border: 1px solid var(--glass-border); padding: 16px; border-radius: var(--radius-sm); }
.legal-point p { color: var(--muted); font-size: 0.92rem; }
.legal-point strong { color: var(--text); }
.check { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--grad); color: #06231f; display: grid; place-items: center; font-weight: 800; font-size: 0.82rem; }

/* E — avatars */
.avatars { display: flex; }
.avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-size: 1.3rem; background: var(--glass-2); border: 1px solid var(--glass-border); margin-left: -12px; box-shadow: 0 6px 16px -8px rgba(0,0,0,0.6); }
.avatar:first-child { margin-left: 0; }

/* F — placa */
.plate { position: relative; align-self: flex-start; background: #f4f6f8; color: #0a1020; border-radius: 8px; padding: 16px 18px 10px; border: 2px solid #c9d2dc; overflow: hidden; }
.plate-br { display: block; font-size: 0.5rem; letter-spacing: 3px; font-weight: 700; color: #8B3DFF; text-align: center; }
.plate strong { font-size: 1.5rem; font-weight: 800; letter-spacing: 3px; }
.plate-scan { position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, transparent, #9FF3E3, transparent); box-shadow: 0 0 12px 2px rgba(159,243,227,0.7); animation: scan 2.2s ease-in-out infinite; }
/* Placa como imagem (assets/placa.webp) */
.plate-img { background: none; border: none; padding: 0; border-radius: 8px; line-height: 0; align-self: center; width: clamp(180px, 60%, 240px); margin-inline: auto; }
.plate-img img { width: 100%; height: auto; display: block; border-radius: 8px; }
@keyframes scan { 0%,100% { top: 6%; } 50% { top: 92%; } }

/* G — gratuito */
.bento-free { background: linear-gradient(135deg, rgba(159,243,227,0.12), transparent); border-color: rgba(159,243,227,0.3); }
.free-visual { display: flex; align-items: center; gap: 14px; }
.free-amount { font-size: 2.2rem; font-weight: 800; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* pills */
.pill { display: inline-block; align-self: flex-start; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 5px 12px; border-radius: 999px; }
.pill-soon { color: #ffd479; background: rgba(255,180,60,0.12); border: 1px solid rgba(255,180,60,0.3); }
.pill-free { color: var(--mint); background: rgba(159,243,227,0.14); border: 1px solid rgba(159,243,227,0.35); }

/* ============================================================
   Localizador — dashboard (bento)
   ============================================================ */
.loc-dash { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.loc-card { position: relative; overflow: hidden; background: var(--glass); border: 1px solid var(--glass-border); border-radius: 20px; padding: 22px; backdrop-filter: blur(14px); transition: transform .2s ease, border-color .2s ease, box-shadow .3s ease; }
.loc-card:hover { transform: translateY(-4px); border-color: var(--glass-border-hover); box-shadow: var(--glow-purple); }
.loc-ico { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: rgba(169,85,255,0.14); border: 1px solid rgba(169,85,255,0.28); color: var(--brand); flex: none; }
.loc-ico svg { width: 22px; height: 22px; }
.loc-ico.round { border-radius: 50%; background: rgba(159,243,227,0.12); border-color: rgba(159,243,227,0.3); color: var(--mint); }

/* Card grande — inteligência operacional */
.loc-hero { grid-column: 1 / 3; grid-row: 1 / 3; display: flex; flex-direction: column; }
.loc-hero-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.loc-title { font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.08; }
.loc-sub { color: var(--muted); margin-top: 12px; max-width: 320px; font-size: 0.95rem; }
.loc-recovered { display: flex; align-items: center; gap: 13px; margin-top: 22px; }
.loc-recovered strong { display: block; font-size: 1.35rem; font-weight: 800; }
.loc-recovered strong small { font-size: 0.78rem; font-weight: 600; color: var(--muted); }
.loc-recovered span { color: var(--muted); font-size: 0.84rem; }
.loc-chart { margin-top: auto; padding-top: 16px; }
.loc-chart svg { width: 100%; height: clamp(118px, 15vw, 196px); display: block; }
.loc-chart-line { stroke-dasharray: 1300; stroke-dashoffset: 1300; animation: draw 2.2s ease forwards .2s; }
.loc-chart-area { opacity: 0; animation: fadein 1.2s ease forwards 1.2s; }
.loc-chart-end { filter: drop-shadow(0 0 6px rgba(159,243,227,0.9)); }
/* Ilustração do card grande (van + gráfico) */
.loc-art-hero { width: 100%; height: auto; display: block; margin-top: auto; border-radius: 14px; box-shadow: 0 20px 40px rgba(0,0,0,0.45); }

/* Cards de estatística */
/* Faixa do topo do lado direito (Fluxo / Compliance / OCR), 3 colunas iguais */
.loc-tools { grid-column: 3 / 7; grid-row: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.loc-stat { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 6px; }
.loc-stat .loc-ico { width: 40px; height: 40px; margin-bottom: 14px; }
.loc-stat-num { font-size: clamp(1.35rem, 1.9vw, 1.85rem); font-weight: 800; line-height: 1.05; }
.loc-stat-label { color: var(--muted); font-size: 0.82rem; }
/* Ilustração 3D no topo do card de stat */
.loc-stat-art {
  width: clamp(96px, 9.5vw, 138px);
  height: auto;
  margin-bottom: 14px;
  pointer-events: none;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,0.45));
}
.loc-bars { display: flex; align-items: flex-end; gap: 4px; height: 22px; margin-top: 14px; }
.loc-bars i { flex: 1; border-radius: 2px; background: rgba(255,255,255,0.12); }
.loc-bars i:nth-child(n+6) { background: var(--grad-purple); }
.loc-bars i:nth-child(1){height:32%}.loc-bars i:nth-child(2){height:46%}.loc-bars i:nth-child(3){height:38%}.loc-bars i:nth-child(4){height:56%}.loc-bars i:nth-child(5){height:48%}.loc-bars i:nth-child(6){height:74%}.loc-bars i:nth-child(7){height:62%}.loc-bars i:nth-child(8){height:100%}
.loc-bars.b3 i:nth-child(n+6){background:rgba(255,255,255,0.12)} .loc-bars.b3 i:nth-child(-n+3){background:var(--grad-purple)}

/* Mapa inteligente */
.loc-map { grid-column: 3 / 7; grid-row: 2; display: grid; grid-template-columns: 0.78fr 1.4fr; gap: 18px; align-items: stretch; }
.loc-map-info { display: flex; flex-direction: column; }
.loc-map-info h3 { font-size: 1.18rem; margin-top: 6px; line-height: 1.2; }
.loc-legend { list-style: none; margin-top: 18px; display: grid; gap: 11px; }
/* 3 números dentro do card do mapa */
.loc-map-stats { margin-top: auto; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 14px 28px; }
.loc-mstat strong { display: block; font-size: clamp(1.3rem, 1.8vw, 1.7rem); font-weight: 800; line-height: 1; }
.loc-mstat span { color: var(--muted); font-size: 0.8rem; }
.loc-legend li { display: flex; align-items: center; gap: 9px; font-size: 0.85rem; color: var(--muted); }
.loc-legend .lg { width: 9px; height: 9px; border-radius: 50%; }
.loc-legend .lg-a { background: var(--brand); box-shadow: 0 0 6px rgba(169,85,255,0.9); }
.loc-legend .lg-b { background: var(--mint); }
.loc-legend .lg-c { background: var(--muted-2); }
.loc-map-vis { position: relative; border-radius: 14px; overflow: hidden; min-height: 230px; background: radial-gradient(circle at 62% 45%, rgba(169,85,255,0.2), rgba(13,4,30,0.7)); border: 1px solid var(--glass-border); }
.loc-map-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.loc-map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 30px 30px; }
.loc-route { position: absolute; inset: 0; width: 100%; height: 100%; }
.loc-pin { position: absolute; width: 14px; height: 14px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--mint); box-shadow: 0 0 0 3px rgba(159,243,227,0.22); }
.lp-1 { top: 52%; left: 25%; }
.lp-2 { top: 72%; left: 60%; background: var(--muted-2); box-shadow: none; }
.lp-4 { top: 30%; left: 80%; background: var(--muted-2); box-shadow: none; }
.lp-main { top: 40%; left: 68%; width: 18px; height: 18px; border-radius: 50%; transform: none; background: var(--brand); box-shadow: 0 0 16px 3px rgba(169,85,255,0.8); }
.loc-pin-pulse { position: absolute; left: 50%; top: 50%; width: 48px; height: 48px; margin: -24px 0 0 -24px; border-radius: 50%; border: 2px solid rgba(169,85,255,0.6); animation: pulse 2.4s ease-out infinite; }

/* Cards inferiores */
.loc-flow, .loc-compliance, .loc-ocr { display: flex; flex-direction: column; }
.loc-flow .loc-ico, .loc-compliance .loc-ico { margin-bottom: 16px; }
.loc-flow h3, .loc-compliance h3, .loc-ocr h3 { font-size: 1.22rem; margin-top: 4px; line-height: 1.22; }
.loc-flow p, .loc-compliance p, .loc-ocr p { color: var(--muted); font-size: 0.88rem; margin-top: 8px; }
.loc-checks { list-style: none; display: grid; gap: 11px; margin-top: 16px; }
.loc-checks li { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 0.9rem; }
.check-circle { flex: none; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid rgba(169,85,255,0.6); color: var(--brand); display: grid; place-items: center; font-size: 0.6rem; font-weight: 800; }
.loc-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; align-self: flex-start; font-size: 0.76rem; font-weight: 600; color: var(--mint); background: rgba(159,243,227,0.1); border: 1px solid rgba(159,243,227,0.28); padding: 9px 14px; border-radius: 999px; }
.loc-pill svg { width: 15px; height: 15px; }

/* OCR — moldura de leitura */
.loc-ocr .plate { margin: 0; }
.loc-scan { position: relative; margin-top: auto; padding: 22px; display: flex; justify-content: center; }
.loc-bracket { position: absolute; width: 22px; height: 22px; border: 2px solid var(--brand); }
.loc-bracket.tl { top: 0; left: 6%; border-right: 0; border-bottom: 0; border-radius: 6px 0 0 0; }
.loc-bracket.tr { top: 0; right: 6%; border-left: 0; border-bottom: 0; border-radius: 0 6px 0 0; }
.loc-bracket.bl { bottom: 0; left: 6%; border-right: 0; border-top: 0; border-radius: 0 0 0 6px; }
.loc-bracket.br { bottom: 0; right: 6%; border-left: 0; border-top: 0; border-radius: 0 0 6px 0; }

/* ============================================================
   O app na prática (screenshots)
   ============================================================ */
.screens-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.screen { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.phone-frame {
  width: 100%; max-width: 250px;
  position: relative; transition: transform .25s ease;
}
/* Screenshot limpo, sem moldura — imagem inteira na proporção natural */
.phone-frame img {
  width: 100%; height: auto;
  border-radius: 28px;
  display: block; background: #0d0420;
}
.screen:hover .phone-frame { transform: translateY(-6px); }
.screen figcaption strong { display: block; font-size: 1rem; }
.screen figcaption span { color: var(--muted); font-size: 0.86rem; }

/* ============================================================
   Estatísticas
   ============================================================ */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-card { background: var(--glass); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 30px 24px; backdrop-filter: blur(14px); display: flex; flex-direction: column; gap: 8px; transition: transform .2s ease, border-color .2s ease, box-shadow .3s ease; }
.stat-card:hover { transform: translateY(-4px); border-color: var(--glass-border-hover); box-shadow: var(--glow-purple); }
.stat-num { font-size: clamp(2.4rem, 4vw, 3.2rem); font-weight: 800; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-label { color: var(--muted); font-size: 0.96rem; }
.stat-trend { font-size: 0.8rem; color: var(--mint); font-weight: 600; margin-top: auto; }
.stat-trend.up { color: var(--mint); }
.stat-bars { display: flex; align-items: flex-end; gap: 5px; height: 40px; margin-top: 6px; }
.stat-bars i { flex: 1; border-radius: 4px 4px 0 0; background: var(--grad-purple); opacity: .85; }
.stat-bars i:nth-child(1){height:40%}.stat-bars i:nth-child(2){height:55%}.stat-bars i:nth-child(3){height:48%}.stat-bars i:nth-child(4){height:72%}.stat-bars i:nth-child(5){height:85%}.stat-bars i:nth-child(6){height:100%}
.stat-ring { --p: 0; position: relative; width: 64px; height: 64px; border-radius: 50%; margin-top: 6px; background: conic-gradient(var(--brand) calc(var(--p) * 1%), rgba(255,255,255,0.08) 0); display: grid; place-items: center; }
.stat-ring::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #1a0a3d; }
.stat-ring span { position: relative; font-size: 0.82rem; font-weight: 700; }
.stats-note { text-align: center; color: var(--muted-2); font-size: 0.84rem; margin-top: 28px; }

/* ============================================================
   Download
   ============================================================ */
.download-inner { max-width: 820px; margin: 0 auto; }
.download-panel { display: flex; align-items: center; gap: clamp(24px, 4vw, 44px); text-align: left; padding: clamp(34px, 5vw, 56px); position: relative; overflow: hidden; }
.download-panel::after { content: ""; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 380px; height: 380px; background: radial-gradient(circle, rgba(169,85,255,0.4), transparent 70%); filter: blur(30px); pointer-events: none; }
.download-panel > * { position: relative; z-index: 1; }
.download-copy { flex: 1; min-width: 0; }
.download-copy h2 { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.12; letter-spacing: -0.01em; margin: 0; }
.download-panel p { color: var(--muted); margin-top: 12px; max-width: 42ch; font-size: 0.98rem; }
.download-panel .hero-stores { margin-top: 24px; justify-content: flex-start; }
/* Logo do app — clicável, leva à App Store */
.download-logo { flex: none; display: block; line-height: 0; border-radius: 26px; transition: transform .25s ease, box-shadow .25s ease; }
.download-logo img { width: clamp(96px, 14vw, 140px); height: auto; border-radius: 26px; box-shadow: 0 18px 40px -16px rgba(123,57,252,0.55); display: block; }
.download-logo:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -20px rgba(123,57,252,0.6); }
@media (max-width: 620px) {
  .download-panel { flex-direction: column; text-align: center; }
  .download-panel .hero-stores { justify-content: center; }
}

/* ============================================================
   Plataforma (bancos / IA)
   ============================================================ */
.plataforma-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.bullet-list { list-style: none; margin: 24px 0 30px; display: grid; gap: 14px; }
.bullet-list li { display: flex; gap: 12px; align-items: center; color: var(--muted); }
.bullet-list .check { width: 22px; height: 22px; font-size: 0.78rem; }

.plataforma-visual { display: flex; justify-content: center; }
.dash-card { width: 100%; max-width: 600px; padding: 22px; }
.dash-head { display: flex; align-items: center; gap: 7px; padding-bottom: 16px; border-bottom: 1px solid var(--glass-border); }
.dash-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--muted-2); }
.dash-dot:first-child { background: #ff5f8f; }
.dash-dot:nth-child(2) { background: #ffce6b; }
.dash-dot:nth-child(3) { background: var(--mint); }
.dash-title { margin-left: auto; font-size: 0.82rem; color: var(--muted); font-weight: 600; }

/* KPIs */
.dash-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 16px 0; }
.dkpi { background: rgba(255,255,255,0.03); border: 1px solid var(--glass-border); border-radius: 12px; padding: 12px 10px; display: flex; flex-direction: column; gap: 3px; }
.dkpi-l { font-size: 0.66rem; color: var(--muted); line-height: 1.2; }
.dkpi-v { font-size: 1.32rem; font-weight: 800; line-height: 1.1; }
.dkpi-v small { font-size: 0.62rem; font-weight: 600; color: var(--muted); }
.dkpi-d { font-size: 0.66rem; font-weight: 700; color: var(--mint); }

/* Panels */
.dash-panels { display: grid; grid-template-columns: 1.55fr 1fr; gap: 12px; margin-bottom: 16px; }
.dash-panel { background: rgba(255,255,255,0.03); border: 1px solid var(--glass-border); border-radius: 14px; padding: 14px; }
.dash-panel-head { display: flex; align-items: center; justify-content: space-between; font-size: 0.78rem; color: var(--muted); margin-bottom: 12px; }
.dash-tag { font-size: 0.64rem; font-weight: 700; color: var(--mint); background: rgba(159,243,227,0.12); border: 1px solid rgba(159,243,227,0.3); padding: 2px 8px; border-radius: 999px; }

/* Bar chart */
.dash-barchart { display: flex; align-items: flex-end; gap: 5px; height: 118px; }
.dash-barchart .dbar { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: var(--grad-purple); opacity: .55; transition: opacity .2s; }
.dash-barchart .dbar-now { opacity: 1; background: var(--grad); box-shadow: 0 0 14px -2px rgba(159,243,227,0.7); }

/* Donut */
.dash-donut { position: relative; width: 116px; height: 116px; margin: 4px auto 14px; border-radius: 50%; background: conic-gradient(var(--mint) 0 54%, var(--brand) 54% 80%, var(--brand-2) 80% 100%); display: grid; place-items: center; }
.dash-donut::before { content: ""; position: absolute; inset: 16px; border-radius: 50%; background: #14082e; }
.dash-donut-c { position: relative; text-align: center; }
.dash-donut-c strong { display: block; font-size: 1.15rem; font-weight: 800; }
.dash-donut-c small { font-size: 0.64rem; color: var(--muted); }
.dash-legend { list-style: none; display: grid; gap: 7px; }
.dash-legend li { display: flex; align-items: center; gap: 8px; font-size: 0.76rem; color: var(--muted); }
.dash-legend b { margin-left: auto; color: var(--text); font-weight: 700; }
.dash-legend .lg { width: 9px; height: 9px; border-radius: 3px; }
.dash-legend .lg-1 { background: var(--mint); }
.dash-legend .lg-2 { background: var(--brand); }
.dash-legend .lg-3 { background: var(--brand-2); }

/* Activity rows */
.dash-rows { display: grid; gap: 10px; }
.dash-row { display: flex; align-items: center; gap: 10px; font-size: 0.84rem; color: var(--muted); background: rgba(255,255,255,0.03); border: 1px solid var(--glass-border); border-radius: var(--radius-sm); padding: 10px 12px; }
.dash-row-t { margin-left: auto; font-size: 0.72rem; color: var(--muted-2); }
.badge-status { font-size: 0.7rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; }
.badge-status.ok { color: var(--mint); background: rgba(159,243,227,0.14); }
.badge-status.go { color: #ffce6b; background: rgba(255,206,107,0.14); }

/* ============================================================
   Depoimentos
   ============================================================ */
.depo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.depo-card { padding: 28px; display: flex; flex-direction: column; gap: 16px; transition: transform .2s ease, border-color .2s ease, box-shadow .3s ease; }
.depo-card:hover { transform: translateY(-4px); border-color: var(--glass-border-hover); box-shadow: var(--glow-purple); }
.depo-stars { color: var(--mint); letter-spacing: 2px; font-size: 0.95rem; }
.depo-card blockquote { font-size: 1.02rem; line-height: 1.55; color: var(--text); }
.depo-card figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.depo-avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 0.85rem; color: #06231f; background: var(--grad); }
.depo-card figcaption strong { display: block; font-size: 0.95rem; }
.depo-card figcaption small { color: var(--muted); font-size: 0.82rem; }

/* ============================================================
   Contato
   ============================================================ */
.contato-inner { max-width: 780px; margin: 0 auto; }
.contato-head { text-align: center; margin-bottom: 40px; }
.contato-head p { color: var(--muted); margin-top: 12px; }
.contato-form { padding: clamp(26px, 4vw, 44px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; margin-bottom: 18px; }
.field label { font-size: 0.88rem; font-weight: 600; margin-bottom: 7px; color: var(--text); }
.field input, .field select, .field textarea {
  font-family: var(--font); font-size: 0.98rem; color: var(--text);
  background: rgba(255,255,255,0.04); border: 1px solid var(--glass-border); border-radius: var(--radius-sm);
  padding: 12px 14px; transition: border-color .15s ease, box-shadow .15s ease; resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(169,85,255,0.2); }
.field select option { background: #1a0a3d; }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: #ff6b9b; box-shadow: 0 0 0 3px rgba(255,107,155,0.18); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-feedback { margin-top: 14px; font-size: 0.92rem; text-align: center; min-height: 1.2em; }
.form-feedback.ok { color: var(--mint); }
.form-feedback.err { color: #ff6b9b; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { position: relative; background: linear-gradient(180deg, #0d0226, #0a011d); border-top: 1px solid var(--glass-border); padding-top: 60px; overflow: hidden; }
.footer-glow { position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: radial-gradient(circle, rgba(169,85,255,0.3), transparent 70%); filter: blur(40px); pointer-events: none; }
.footer-inner { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; padding-bottom: 38px; }
.footer-brand img { margin-bottom: 14px; }
.footer-brand p { color: var(--muted); max-width: 440px; font-size: 0.95rem; }
.footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h5 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted-2); margin-bottom: 4px; }
.footer-col a { color: var(--muted); font-size: 0.94rem; transition: color .15s; }
.footer-col a:hover { color: var(--text); }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 22px 0; border-top: 1px solid var(--glass-border); color: var(--muted-2); font-size: 0.85rem; }

/* ---------- Animações (GSAP / ScrollTrigger / Lenis) ---------- */
/* Lenis — scroll suave */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* Palavras (reveal palavra por palavra) */
.word { display: inline-block; will-change: transform, opacity; }

/* Estados iniciais — aplicados SÓ quando .anim-ready está no <html>
   (JS ativo + sem prefers-reduced-motion). Sem isso, tudo fica visível. */
html.anim-ready .section .reveal:not(.section-head),
html.anim-ready .site-footer .reveal { opacity: 0; }
/* Títulos de seção: revelados palavra por palavra (kicker, h2, p separados) */
html.anim-ready .section-head .kicker,
html.anim-ready .section-head h2,
html.anim-ready .section-head p { opacity: 0; }
html.anim-ready .hero .split-words,
html.anim-ready .hero .lead,
html.anim-ready .hero-visual,
html.anim-ready .hero-cta { opacity: 0; }
html.anim-ready .split-words .word { opacity: 0; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .plataforma-inner { grid-template-columns: 1fr; gap: 36px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .screens-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .depo-grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); gap: 18px 24px; }
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; }
  .bento-a, .bento-d { grid-column: span 2; grid-row: auto; }
  .bento-b, .bento-c, .bento-e, .bento-f, .bento-g { grid-column: span 1; }
  .loc-dash { grid-template-columns: repeat(2, 1fr); }
  .loc-hero { grid-column: 1 / 3; grid-row: auto; }
  .loc-tools { grid-column: 1 / 3; grid-row: auto; }
  .loc-map { grid-column: 1 / 3; grid-row: auto; }
  .fc-1 { left: 0; } .fc-2 { right: 0; } .fc-3 { right: 0; }
}

@media (max-width: 720px) {
  .nav, .header-cta .btn-sm { display: none; }
  .nav-toggle { display: flex; }
  .nav-mobile.open { display: flex; }
  .legal-points, .form-row, .footer-inner, .dash-panels { grid-template-columns: 1fr; }
  .dash-kpis { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .float-card { transform: scale(0.85); }
  .hero-br { display: none; }
}

@media (max-width: 620px) {
  .loc-dash { grid-template-columns: 1fr; }
  .loc-hero, .loc-map, .loc-tools { grid-column: 1 / -1; grid-row: auto; }
  .loc-tools { grid-template-columns: 1fr; }
  .loc-map { grid-template-columns: 1fr; }

  /* Dashboard enxuta no mobile — só o essencial */
  .dash-card { padding: 14px; }
  .dash-head { padding-bottom: 10px; }
  .dash-kpis { gap: 8px; margin: 10px 0; }
  .dkpi { padding: 9px 8px; gap: 2px; }
  .dkpi-v { font-size: 1.05rem; }
  .dash-panels { gap: 10px; margin-bottom: 0; }
  .dash-panel { padding: 12px; }
  .dash-panel-head { margin-bottom: 8px; }
  .dash-barchart { height: 72px; gap: 4px; }
  .dash-donut { width: 88px; height: 88px; margin: 2px auto 10px; }
  .dash-donut::before { inset: 12px; }
  .dash-legend { gap: 5px; }
  /* Lista de status (rodapé) removida no mobile para deixar mais enxuta */
  .dash-rows { display: none; }
  /* Placa OCR — preenche melhor o quadro e fica centralizada */
  .loc-scan { padding: 20px 8px; }
  .loc-bracket.tl, .loc-bracket.bl { left: 2%; }
  .loc-bracket.tr, .loc-bracket.br { right: 2%; }
  .plate-img { width: min(86%, 260px); }
}

@media (max-width: 460px) {
  .bento, .stats-grid, .screens-grid { grid-template-columns: 1fr; }
  .bento-card, .bento-a, .bento-b, .bento-c, .bento-d, .bento-e, .bento-f, .bento-g { grid-column: span 1; }
  .float-card, .float-pill { display: none; }
  .hero-stores { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .chart-line { stroke-dashoffset: 0; }
  .chart-area, .chart-end { opacity: 1; }
}

/* ============================================================
   HERO v2 — vídeo fullscreen + liquid glass (estética minimal/tech)
   Tipografia: Helvetica Neue · título caractere por caractere
   ============================================================ */

/* --- Liquid glass (base escura) --- */
.liquid-glass {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
  position: relative;
  overflow: hidden;
}
.liquid-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg,
    rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 20%,
    rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%,
    rgba(255,255,255,0.1) 80%, rgba(255,255,255,0.3) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* --- Estrutura --- */
.hero-v2 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Fundo em CSS puro — sempre nítido (glows roxos + acento laranja) */
  background:
    radial-gradient(1100px 680px at 50% -12%, rgba(123, 57, 252, 0.38), transparent 60%),
    radial-gradient(760px 560px at 10% 18%, rgba(123, 57, 252, 0.18), transparent 55%),
    radial-gradient(720px 540px at 90% 28%, rgba(248, 123, 82, 0.10), transparent 55%),
    linear-gradient(180deg, #0c0820 0%, #080514 55%, #060410 100%);
  font-family: var(--font);
}
/* Brilho ambiente sutil que pulsa lentamente (vetorial, sem perda de qualidade) */
.hero-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(620px 420px at 50% 8%, rgba(168, 85, 247, 0.22), transparent 60%);
  pointer-events: none;
  animation: heroGlow 7s ease-in-out infinite;
}
@keyframes heroGlow { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }

/* --- Bloco central --- */
.hv2-center {
  position: relative;
  z-index: 20; /* acima do vídeo, do vidro canelado e do overlay */
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(96px, 13vh, 132px) clamp(24px, 5vw, 64px) clamp(56px, 8vh, 84px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* Subtexto num bloco mais estreito; título e palco usam a largura cheia. */
.hv2-center .hv2-sub { max-width: 640px; }

/* --- Título (caractere por caractere) --- */
.hv2-title {
  font-family: var(--font-head);
  font-weight: 700;
  color: #fff;
  font-size: clamp(2.2rem, 6.5vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 clamp(6px, 1vh, 14px);
}
.hv2-title .hv2-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* Cada palavra é um bloco que nunca quebra no meio; a linha só quebra nos espaços. */
.hv2-title .hv2-word { display: inline-flex; white-space: nowrap; }
.hv2-title .char { display: inline-block; }
.hv2-title .char-space { width: 0.28em; }

/* --- Palco da mão + notificações ---
   Extrapola a largura da coluna de texto (896px) pra dar respiro às laterais. */
.hv2-stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
/* Posições das notificações ao redor do celular (sobrepõe as da v1) */
.hv2-stage .fc-1 { top: 0;     left: 0;   right: auto; bottom: auto; }
.hv2-stage .fc-2 { bottom: 0;  left: 3%;  right: auto; top: auto; }
.hv2-stage .fc-3 { top: 42%;   right: 0;  left: auto;  bottom: auto; }

/* --- Mão com o celular --- */
.hv2-hand {
  width: auto;
  height: clamp(300px, 46vh, 540px);
  max-width: 96%;
  margin: clamp(2px, 0.6vh, 10px) auto clamp(10px, 1.6vh, 20px);
  object-fit: contain;
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.55));
  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 99%);
          mask-image: linear-gradient(to bottom, #000 80%, transparent 99%);
}

/* --- Subtexto --- */
.hv2-sub {
  font-weight: 400;
  font-size: clamp(0.98rem, 1.4vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 48ch;
  margin: 0 0 clamp(20px, 3vh, 28px);
}

/* --- CTA --- */
.hv2-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.hv2-btn-solid,
.hv2-btn-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 13px 30px;
  font-family: var(--font-btn);
  font-weight: 600;
  font-size: 1rem;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}
.hv2-btn-solid {
  background: #fff;
  color: #000;
}
.hv2-btn-solid:hover { background: #ececec; transform: translateY(-2px); }
.hv2-btn-glass {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 12px;
}
.hv2-btn-glass { gap: 9px; }
.hv2-btn-glass:hover { background: #fff; color: #000; }
.hv2-btn-ico { width: 17px; height: 17px; flex: none; }

/* Selo oficial estilo App Store / Google Play */
.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  padding: 8px 18px;
  min-width: 172px;
}
.app-badge:hover { background: #111; }
.app-badge-ico { width: 30px; height: 30px; flex: none; color: #fff; }
.app-badge-txt { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.app-badge-txt small { font-size: 0.66rem; font-weight: 400; letter-spacing: 0.01em; }
.app-badge-txt strong { font-size: 1.18rem; font-weight: 600; letter-spacing: -0.01em; }

/* --- Tagline inferior --- */
.hv2-tagline {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0 clamp(24px, 5vw, 64px) clamp(36px, 6vh, 64px);
}
.hv2-tagline-pill {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 12px 26px;
}
.hv2-tagline-pill p {
  margin: 0;
  font-weight: 300;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  color: #fff;
  letter-spacing: 0.01em;
}

/* Esconde para animação (revelado por js/animations.js) */
html.anim-ready .hero-v2 .split-chars,
html.anim-ready .hero-v2 .hv2-fade { opacity: 0; }

@media (max-width: 640px) {
  /* Hero compacta — altura do próprio conteúdo, sem espaços sobrando */
  .hero-v2 { min-height: auto; }
  .hv2-center {
    padding: 84px 18px 28px;
    justify-content: flex-start;
    gap: 0;
  }
  .hv2-title {
    font-size: clamp(1.6rem, 8.4vw, 2.2rem);
    line-height: 1.08;
    margin-bottom: 4px;
  }
  .hv2-hand {
    height: clamp(200px, 32vh, 300px);
    margin: 2px auto 6px;
  }
  /* Notificações flutuantes escondidas no mobile para não poluir */
  .hv2-stage .float-card { display: none; }
  .hv2-sub {
    font-size: 0.92rem;
    line-height: 1.45;
    max-width: 34ch;
    margin: 0 auto 16px;
  }
  .hv2-cta { width: 100%; gap: 10px; }
  .hv2-btn-solid, .hv2-btn-glass, .app-badge { flex: 1 1 0; }
  .app-badge { min-width: 0; justify-content: center; padding: 8px 12px; }
  .hv2-btn-glass { padding: 13px 16px; }
}

/* ============================================================
   Cursor personalizado — MIRA (reticle de scope)
   Ativado por JS só em ponteiro fino (desktop). Some no toque.
   ============================================================ */
html.has-cursor,
html.has-cursor * { cursor: none !important; }

.cursor-reticle {
  position: fixed;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  opacity: 0.92;
  will-change: transform;
  filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.6));
  transition: width .18s ease, height .18s ease, opacity .18s ease,
              background-color .18s ease, border-color .18s ease;
}
.cursor-reticle .cr-h,
.cursor-reticle .cr-v { position: absolute; background: #fff; }
.cursor-reticle .cr-h { left: -5px; right: -5px; top: 50%; height: 1px; transform: translateY(-50%); }
.cursor-reticle .cr-v { top: -5px; bottom: -5px; left: 50%; width: 1px; transform: translateX(-50%); }
.cursor-reticle .cr-dot {
  position: absolute; top: 50%; left: 50%;
  width: 2px; height: 2px; border-radius: 50%;
  background: #fff; transform: translate(-50%, -50%);
}
/* Sobre elementos interativos: cresce e "mira" */
.cursor-reticle.is-hover {
  width: 30px; height: 30px; opacity: 1;
  background: rgba(255, 255, 255, 0.10);
}
/* Ao clicar: recolhe */
.cursor-reticle.is-down { width: 13px; height: 13px; }

/* Mobile / touch: sem mira — cursor normal */
@media (max-width: 768px), (hover: none), (pointer: coarse) {
  .cursor-reticle { display: none !important; }
  html.has-cursor,
  html.has-cursor * { cursor: auto !important; }
}

/* ============================================================
   Seções claras (.section-light) — inverte para fundo branco
   Aplicado a "O app na prática" e "Clientes / Depoimentos".
   ============================================================ */
.section-light {
  background:
    radial-gradient(900px 520px at 50% -22%, rgba(123, 57, 252, 0.10), transparent 60%),
    linear-gradient(180deg, #f7f6fc 0%, #efedf7 100%) !important;
  border-top: 1px solid rgba(20, 16, 40, 0.08);
  border-bottom: 1px solid rgba(20, 16, 40, 0.08);
  color: #1a1430;
}
/* Cabeçalho da seção */
.section-light .kicker { color: var(--brand); }
.section-light h2,
.section-light h3,
.section-light h4 { color: #14102a; }
.section-light .section-head p { color: #5b5470; }
/* o .grad (roxo) já tem bom contraste no branco — mantido */

/* Legendas dos celulares */
.section-light .screen figcaption strong { color: #14102a; }
.section-light .screen figcaption span { color: #5b5470; }

/* Cards de depoimento → claros */
.section-light .depo-card.glass-panel {
  background: #ffffff;
  border: 1px solid rgba(20, 16, 40, 0.10);
  box-shadow: 0 22px 55px -30px rgba(20, 16, 40, 0.30);
  backdrop-filter: none;
}
.section-light .depo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(123, 57, 252, 0.45);
  box-shadow: 0 26px 60px -26px rgba(123, 57, 252, 0.30);
}
.section-light .depo-card blockquote { color: #2a2440; }
.section-light .depo-card figcaption strong { color: #14102a; }
.section-light .depo-card figcaption small { color: #6b6480; }
.section-light .depo-stars { color: #f5a623; }

/* --- Localizador claro (cards brancos; van/mapa ficam como preview escuro) --- */
.section-light .loc-card {
  background: #ffffff;
  border: 1px solid rgba(20, 16, 40, 0.10);
  box-shadow: 0 18px 42px -30px rgba(20, 16, 40, 0.30);
  backdrop-filter: none;
}
.section-light .loc-card:hover {
  border-color: rgba(123, 57, 252, 0.40);
  box-shadow: 0 22px 52px -26px rgba(123, 57, 252, 0.28);
}
.section-light .loc-sub,
.section-light .loc-recovered span,
.section-light .loc-recovered strong small,
.section-light .loc-stat-label,
.section-light .loc-mstat span,
.section-light .loc-legend li,
.section-light .loc-flow p,
.section-light .loc-compliance p,
.section-light .loc-ocr p,
.section-light .loc-checks li { color: #5b5470; }
.section-light .loc-recovered strong,
.section-light .loc-stat-num,
.section-light .loc-mstat strong { color: #14102a; }
.section-light .loc-pill {
  color: var(--brand);
  background: rgba(123, 57, 252, 0.08);
  border-color: rgba(123, 57, 252, 0.30);
}

/* --- Plataforma clara (texto escuro; painel mockup mantido escuro) --- */
.section-light .plataforma-copy .lead { color: #5b5470; }
.section-light .plataforma-copy .bullet-list li { color: #2a2440; }
.section-light .plataforma-copy .check { color: var(--brand); }
.section-light .dash-card {
  background: #130b2a;
  border-color: rgba(255, 255, 255, 0.08);
}

/* --- Download (card branco sobre seção preta) --- */
.download-panel {
  background: #ffffff;
  border: 1px solid rgba(20, 16, 40, 0.08);
  box-shadow: 0 30px 70px -32px rgba(0, 0, 0, 0.6);
  backdrop-filter: none;
}
.download-panel::after { opacity: 0.16; }
.download-panel h2 { color: #14102a; }
.download-panel p { color: #5b5470; }

/* Selo App Store preto (contraste no card branco) */
.download-section .store-btn {
  background: #000;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  backdrop-filter: none;
}
.download-section .store-btn:hover { background: #111; box-shadow: none; }
.download-section .store-btn-txt small { color: rgba(255, 255, 255, 0.72); }
