/* =========================================================
   ALPE DIGITAL: Design System
   Trafego Pago e Performance + CRM ALPE
   Paleta: azul marinho escuro + azul medio. Tech e serio.
   ========================================================= */

:root {
  /* Navy / azul marinho */
  --navy-950: #050917;
  --navy-900: #070C1F;
  --navy-850: #0A1030;
  --navy-800: #0C1440;
  --navy-700: #111C52;

  /* Azul medio / brand */
  --blue-700: #1E3ECC;
  --blue-600: #2E5BFF;
  --blue-500: #3D7BFF;
  --blue-400: #5B93FF;
  --cyan-400: #00E4FF;

  /* Neutros claros */
  --white: #FFFFFF;
  --paper: #F5F7FC;
  --paper-2: #EDF1FA;
  --ink: #0B1023;
  --ink-2: #1B2540;
  --muted: #5A6478;
  --muted-2: #8A93A8;

  /* Linhas / superficies */
  --line: rgba(11, 16, 35, 0.08);
  --line-strong: rgba(11, 16, 35, 0.14);
  --line-dark: rgba(255, 255, 255, 0.10);
  --glass-dark: rgba(255, 255, 255, 0.04);

  --grad-brand: linear-gradient(120deg, var(--blue-600) 0%, var(--cyan-400) 100%);
  --grad-brand-soft: linear-gradient(120deg, var(--blue-500) 0%, #38C6FF 100%);

  --shadow-sm: 0 2px 8px rgba(7, 12, 31, 0.06);
  --shadow-md: 0 18px 40px -18px rgba(7, 12, 31, 0.28);
  --shadow-lg: 0 40px 80px -30px rgba(7, 12, 31, 0.45);
  --shadow-blue: 0 20px 45px -18px rgba(46, 91, 255, 0.55);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 34px;

  --container: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  font-family: var(--font);
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.section { padding: 110px 0; position: relative; }
.section--tight { padding: 80px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--blue-600);
}
.eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--grad-brand); }
.section.dark .eyebrow { color: var(--cyan-400); }
.section.dark .eyebrow::before { background: var(--cyan-400); }

h1, h2, h3, h4 { line-height: 1.08; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 { color: var(--white); }
h2.title { font-size: clamp(2rem, 4.4vw, 3.25rem); margin-top: 18px; }
.lead { font-size: clamp(1.02rem, 1.6vw, 1.22rem); color: var(--muted); max-width: 640px; }
.section.dark .lead { color: rgba(255,255,255,0.72); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.grad-text { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px; font-weight: 700; font-size: 15.5px;
  letter-spacing: -0.01em; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: var(--grad-brand); color: var(--white); box-shadow: var(--shadow-blue); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 26px 55px -16px rgba(46,91,255,0.7); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--blue-600); color: var(--blue-600); transform: translateY(-2px); }
.section.dark .btn-ghost,
.hero .btn-ghost,
.crm-hero .btn-ghost { color: var(--white); border-color: var(--line-dark); }
.section.dark .btn-ghost:hover,
.hero .btn-ghost:hover,
.crm-hero .btn-ghost:hover { border-color: var(--cyan-400); color: var(--cyan-400); }
.btn-light { background: var(--white); color: var(--navy-850); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-lg { padding: 18px 36px; font-size: 16.5px; }

/* ---------- Header / Nav ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0; transition: padding .35s var(--ease), background .35s, box-shadow .35s;
}
.header.scrolled { padding: 10px 0; background: rgba(255,255,255,0.82); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line), var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
/* Topo transparente sobre hero escuro: texto claro. Ao rolar (fundo branco): texto escuro. */
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 20px; letter-spacing: -0.03em; color: #fff; transition: color .3s; }
.header.scrolled .brand { color: var(--ink); }
.brand img { height: 30px; width: auto; display: block; }
.brand .logo-dark { display: none; }
.header.scrolled .brand .logo-light { display: none; }
.header.scrolled .brand .logo-dark { display: block; }
.footer .brand img { height: 30px; }
.brand .mark {
  width: 30px; height: 30px; border-radius: 9px; background: var(--grad-brand);
  display: grid; place-items: center; box-shadow: var(--shadow-blue);
  -webkit-mask-composite: xor;
}
.brand .mark svg { width: 17px; height: 17px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.82); transition: color .2s; position: relative; }
.header.scrolled .nav-links a { color: var(--ink-2); }
.nav-links a:hover { color: var(--blue-400); }
.header.scrolled .nav-links a:hover { color: var(--blue-600); }
.nav-links a.badge-link { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.20); }
.nav-links a.badge-link::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--grad-brand); }
.header.scrolled .nav-links a.badge-link { border-color: var(--line-strong); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-cta { padding: 11px 22px; font-size: 14.5px; }
.burger { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1.5px solid var(--line-dark); flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.burger span { width: 18px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }
.header.scrolled .burger { border-color: var(--line-strong); }
.header.scrolled .burger span { background: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 168px 0 90px; overflow: hidden; background: var(--navy-900); color: var(--white); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(680px 480px at 78% 8%, rgba(46,91,255,0.42), transparent 60%),
    radial-gradient(600px 520px at 12% 92%, rgba(0,228,255,0.16), transparent 62%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; inset: 0; opacity: 0.5; pointer-events: none;
  background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);
  background-size: 58px 58px; mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 75%);
}
.hero .container { position: relative; z-index: 2; }
.hero-inner { max-width: 860px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 999px;
  background: var(--glass-dark); border: 1px solid var(--line-dark); backdrop-filter: blur(8px);
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85); margin-bottom: 26px;
}
.hero-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 12px var(--cyan-400); }
.hero h1 { color: var(--white); font-size: clamp(2.5rem, 6vw, 4.4rem); font-weight: 800; }
.hero h1 em { font-style: normal; }
.hero .sub { margin-top: 24px; font-size: clamp(1.05rem, 1.8vw, 1.32rem); color: rgba(255,255,255,0.74); max-width: 600px; line-height: 1.55; }
.hero-cta { margin-top: 40px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-proof { margin-top: 54px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.hero-proof .stat b { display: block; font-size: 1.9rem; font-weight: 800; color: var(--white); letter-spacing: -0.02em; }
.hero-proof .stat span { font-size: 13px; color: rgba(255,255,255,0.6); }
.hero-proof .divider { width: 1px; height: 38px; background: var(--line-dark); }

/* ---------- Marquee logos ---------- */
.logos { padding: 40px 0; background: var(--navy-850); overflow: hidden; }
.logos p { text-align: center; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 26px; font-weight: 600; }
.marquee { display: flex; gap: 60px; width: max-content; animation: slide 34s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.marquee .logo { font-size: 20px; font-weight: 800; color: rgba(255,255,255,0.62); letter-spacing: -0.02em; white-space: nowrap; display: flex; align-items: center; }
.marquee .logo img { height: 24px; width: auto; opacity: 0.55; transition: opacity .3s; }
.marquee .logo:hover img { opacity: 0.9; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Pains (perguntas) ---------- */
.pains-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 54px; }
.pain-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px;
  display: flex; gap: 20px; align-items: flex-start; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s;
}
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.pain-card .q-ico { flex: none; width: 46px; height: 46px; border-radius: 13px; background: var(--paper); display: grid; place-items: center; color: var(--blue-600); }
.pain-card .q-ico svg { width: 22px; height: 22px; }
.pain-card h3 { font-size: 1.16rem; font-weight: 700; letter-spacing: -0.01em; line-height: 1.3; }
.pain-card p { margin-top: 8px; font-size: 14.5px; color: var(--muted); }

/* ---------- Performance (dobra central) ---------- */
.section.dark { background: var(--navy-900); color: var(--white); }
.section.dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(700px 480px at 85% 10%, rgba(46,91,255,0.22), transparent 60%);
}
.section.dark .container { position: relative; z-index: 2; }
.perf-head { max-width: 720px; }
.perf-head p.big { margin-top: 22px; font-size: clamp(1.1rem, 1.9vw, 1.42rem); color: rgba(255,255,255,0.82); line-height: 1.5; }
.perf-head p.big strong { color: var(--white); font-weight: 700; }

.flow { margin-top: 64px; }
.flow-track { display: flex; align-items: stretch; gap: 0; flex-wrap: wrap; }
.flow-node {
  flex: 1; min-width: 150px; background: var(--glass-dark); border: 1px solid var(--line-dark);
  border-radius: var(--r-md); padding: 24px 20px; position: relative; transition: transform .35s var(--ease), border-color .35s, background .35s;
}
.flow-node:hover { transform: translateY(-4px); border-color: rgba(0,228,255,0.4); background: rgba(46,91,255,0.08); }
.flow-node .step { font-size: 12px; font-weight: 800; color: var(--cyan-400); letter-spacing: 0.08em; }
.flow-node h4 { margin-top: 12px; font-size: 1.05rem; color: var(--white); }
.flow-node p { margin-top: 7px; font-size: 13px; color: rgba(255,255,255,0.6); }
.flow-arrow { display: grid; place-items: center; padding: 0 6px; color: rgba(255,255,255,0.35); flex: none; align-self: center; }
.flow-arrow svg { width: 20px; height: 20px; }
.flow-engine {
  margin-top: 26px; display: flex; align-items: center; gap: 16px; padding: 22px 26px;
  border-radius: var(--r-md); background: linear-gradient(120deg, rgba(46,91,255,0.16), rgba(0,228,255,0.10));
  border: 1px solid rgba(0,228,255,0.28);
}
.flow-engine .badge { flex: none; padding: 7px 14px; border-radius: 999px; background: var(--grad-brand); font-size: 12.5px; font-weight: 800; color: #fff; letter-spacing: 0.02em; }
.flow-engine p { font-size: 15px; color: rgba(255,255,255,0.82); }
.flow-engine p strong { color: #fff; }

/* ---------- Metodologia ---------- */
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.method-card {
  position: relative; padding: 34px 30px; border-radius: var(--r-lg); background: var(--white);
  border: 1px solid var(--line); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s;
}
.method-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.method-card .num { font-size: 13px; font-weight: 800; color: var(--blue-500); letter-spacing: 0.1em; }
.method-card h3 { margin-top: 14px; font-size: 1.28rem; font-weight: 800; }
.method-card p { margin-top: 10px; font-size: 14.5px; color: var(--muted); }
.method-card.highlight { background: var(--navy-850); color: #fff; border-color: transparent; }
.method-card.highlight::after { content: ""; position: absolute; inset: 0; background: radial-gradient(300px 200px at 100% 0%, rgba(0,228,255,0.2), transparent 65%); }
.method-card.highlight h3, .method-card.highlight .num { color: #fff; }
.method-card.highlight .num { color: var(--cyan-400); }
.method-card.highlight p { color: rgba(255,255,255,0.72); }
.method-card.highlight .tagpill { position: relative; z-index: 2; display: inline-block; margin-top: 14px; font-size: 11.5px; font-weight: 700; padding: 4px 11px; border-radius: 999px; background: rgba(0,228,255,0.14); color: var(--cyan-400); border: 1px solid rgba(0,228,255,0.3); }
.method-card.brand-end { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: var(--shadow-blue); }
.method-card.brand-end .num { color: rgba(255,255,255,0.85); }
.method-card.brand-end h3 { color: #fff; font-size: 1.6rem; }
.method-card.brand-end p { color: rgba(255,255,255,0.9); }

/* ---------- Stats band ---------- */
.stats-band { background: var(--navy-900); color: #fff; padding: 84px 0; position: relative; overflow: hidden; }
.stats-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 400px at 50% 0%, rgba(46,91,255,0.24), transparent 65%); }
.stats-band .container { position: relative; z-index: 2; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat-big { text-align: center; padding: 20px; }
.stat-big b { font-size: clamp(2.6rem, 5vw, 3.8rem); font-weight: 800; letter-spacing: -0.03em; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-big span { display: block; margin-top: 8px; font-size: 15px; color: rgba(255,255,255,0.66); }
.wall { margin-top: 62px; }
.wall p.cap { text-align: center; font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.42); margin-bottom: 30px; }
.wall-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.wall-cell { height: 78px; border-radius: 14px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); display: grid; place-items: center; font-weight: 800; font-size: 15px; color: rgba(255,255,255,0.55); text-align: center; padding: 12px 16px; transition: background .3s, color .3s; }
.wall-cell:hover { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.85); }
.wall-cell img { max-height: 30px; max-width: 100%; width: auto; opacity: 0.6; transition: opacity .3s; }
.wall-cell:hover img { opacity: 0.95; }
.ph-note { margin-top: 22px; text-align: center; font-size: 12px; color: rgba(255,255,255,0.34); }

/* ---------- Para quem e ---------- */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 54px; }
.fit-card { border-radius: var(--r-lg); padding: 40px; border: 1px solid var(--line); }
.fit-card.yes { background: var(--paper); }
.fit-card.no { background: var(--white); }
.fit-card h3 { display: flex; align-items: center; gap: 12px; font-size: 1.3rem; }
.fit-card h3 .ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.fit-card.yes h3 .ic { background: var(--grad-brand); color: #fff; }
.fit-card.no h3 .ic { background: var(--paper-2); color: var(--muted); }
.fit-list { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.fit-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink-2); }
.fit-list li svg { flex: none; width: 20px; height: 20px; margin-top: 2px; }
.fit-card.yes li svg { color: var(--blue-600); }
.fit-card.no li svg { color: var(--muted-2); }
.fit-card.no li { color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; margin: 54px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 4px; font-size: 1.12rem; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.faq-q .ic { flex: none; width: 30px; height: 30px; border-radius: 8px; background: var(--paper); display: grid; place-items: center; color: var(--blue-600); transition: transform .35s var(--ease), background .3s; }
.faq-item.open .faq-q .ic { transform: rotate(45deg); background: var(--grad-brand); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq-a p { padding: 0 4px 26px; font-size: 15.5px; color: var(--muted); max-width: 700px; }

/* ---------- CTA final ---------- */
.cta-final { background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.cta-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 420px at 50% 120%, rgba(46,91,255,0.32), transparent 62%); }
.cta-card { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto; }
.cta-card h2 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.2rem); }
.cta-card p { margin-top: 18px; color: rgba(255,255,255,0.72); font-size: 1.12rem; }
.cta-card .btn { margin-top: 34px; }

/* ---------- Form ---------- */
.form-section { background: var(--paper); }
.form-shell { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); background: #fff; }
.form-aside { background: var(--navy-900); color: #fff; padding: 54px 46px; position: relative; overflow: hidden; }
.form-aside::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px 320px at 20% 100%, rgba(0,228,255,0.16), transparent 60%); }
.form-aside > * { position: relative; z-index: 2; }
.form-aside h3 { color: #fff; font-size: 1.7rem; }
.form-aside p { margin-top: 16px; color: rgba(255,255,255,0.7); font-size: 15px; }
.form-aside .mini-list { margin-top: 30px; display: flex; flex-direction: column; gap: 16px; }
.form-aside .mini-list li { display: flex; gap: 12px; align-items: center; font-size: 14.5px; color: rgba(255,255,255,0.85); }
.form-aside .mini-list svg { flex: none; width: 20px; height: 20px; color: var(--cyan-400); }
.form-body { padding: 48px 44px; }
.form-body h4 { font-size: 1.15rem; margin-bottom: 6px; }
.form-body .fine { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink-2); margin-bottom: 7px; letter-spacing: 0.01em; }
.field input, .field select {
  width: 100%; padding: 13px 15px; border-radius: var(--r-sm); border: 1.5px solid var(--line-strong);
  font-family: inherit; font-size: 15px; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(46,91,255,0.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-body .btn { width: 100%; margin-top: 10px; }
.form-body .privacy { margin-top: 14px; font-size: 12px; color: var(--muted-2); text-align: center; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-950); color: rgba(255,255,255,0.7); padding: 72px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--line-dark); }
.footer .brand { color: #fff; margin-bottom: 18px; }
.footer-col p { font-size: 14px; color: rgba(255,255,255,0.55); max-width: 260px; }
.footer-col h5 { color: #fff; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 14.5px; color: rgba(255,255,255,0.6); transition: color .2s; }
.footer-col a:hover { color: var(--cyan-400); }
.footer-bottom { padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,0.4); }
.footer-bottom a { color: rgba(255,255,255,0.55); }
.footer-bottom a:hover { color: var(--cyan-400); }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37,211,102,0.6);
  transition: transform .3s var(--ease);
}
.wa-float:hover { transform: scale(1.08) translateY(-2px); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }

/* ---------- Reveal animations ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal-stagger] > * { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal-stagger].in > * { opacity: 1; transform: none; }

/* ---------- Solutions cards (home institucional) ---------- */
.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.sol-card { position: relative; display: flex; flex-direction: column; padding: 38px 34px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s; }
.sol-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.sol-ico { width: 56px; height: 56px; border-radius: 16px; background: var(--paper); display: grid; place-items: center; color: var(--blue-600); transition: background .4s, color .4s; }
.sol-ico svg { width: 27px; height: 27px; }
.sol-card:hover .sol-ico { background: var(--grad-brand); color: #fff; }
.sol-card .kicker { margin-top: 24px; font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); }
.sol-card h3 { margin-top: 8px; font-size: 1.42rem; }
.sol-card p { margin-top: 12px; font-size: 14.8px; color: var(--muted); flex: 1; }
.sol-card .go { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px; color: var(--blue-600); }
.sol-card .go svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.sol-card:hover .go svg { transform: translateX(4px); }
.sol-card.flagship { background: var(--navy-850); color: #fff; border-color: transparent; }
.sol-card.flagship::after { content: ""; position: absolute; inset: 0; background: radial-gradient(320px 220px at 100% 0%, rgba(0,228,255,0.2), transparent 62%); pointer-events: none; }
.sol-card.flagship > * { position: relative; z-index: 2; }
.sol-card.flagship h3 { color: #fff; }
.sol-card.flagship p { color: rgba(255,255,255,0.7); }
.sol-card.flagship .kicker { color: var(--cyan-400); }
.sol-card.flagship .sol-ico { background: var(--grad-brand); color: #fff; }
.sol-card.flagship .go { color: var(--cyan-400); }
.sol-card .flag-pill { position: absolute; top: 20px; right: 20px; z-index: 3; font-size: 10.5px; font-weight: 800; letter-spacing: 0.05em; padding: 5px 11px; border-radius: 999px; background: var(--grad-brand); color: #fff; }

/* ---------- Home intro split ---------- */
.intro-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.intro-split .visual { border-radius: var(--r-lg); background: var(--navy-850); min-height: 380px; position: relative; overflow: hidden; display: grid; place-items: center; }
.intro-split .visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px 300px at 70% 20%, rgba(46,91,255,0.4), transparent 60%), radial-gradient(300px 260px at 20% 90%, rgba(0,228,255,0.16), transparent 60%); }
.intro-split .visual .big-quote { position: relative; z-index: 2; padding: 46px; font-size: 1.7rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1.25; }
.intro-split .visual .big-quote em { font-style: normal; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: var(--navy-900); color: #fff; padding: 150px 0 80px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 400px at 80% 10%, rgba(46,91,255,0.3), transparent 60%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.6rem); max-width: 780px; }
.page-hero p { margin-top: 20px; color: rgba(255,255,255,0.72); font-size: 1.15rem; max-width: 580px; }
.stub-note { background: var(--paper); }
.stub-note .box { max-width: 640px; margin: 0 auto; text-align: center; padding: 40px; border: 1.5px dashed var(--line-strong); border-radius: var(--r-lg); background: #fff; }
.stub-note .box p { color: var(--muted); margin-top: 10px; }

/* =========================================================
   CRM PAGE COMPONENTS
   ========================================================= */
/* Hero produto */
.crm-hero { background: var(--navy-900); color: #fff; padding: 158px 0 0; position: relative; overflow: hidden; }
.crm-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 500px at 82% 0%, rgba(46,91,255,0.4), transparent 60%), radial-gradient(500px 460px at 8% 90%, rgba(0,228,255,0.14), transparent 62%); pointer-events: none; }
.crm-hero .container { position: relative; z-index: 2; }
.crm-hero-inner { max-width: 760px; text-align: center; margin: 0 auto; }
.crm-hero h1 { color: #fff; font-size: clamp(2.3rem, 5.4vw, 4rem); }
.crm-hero .sub { margin: 22px auto 0; font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: rgba(255,255,255,0.74); max-width: 580px; }
.crm-hero-cta { margin-top: 36px; display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.crm-hero .proof-mini { margin-top: 30px; font-size: 13.5px; color: rgba(255,255,255,0.6); display: inline-flex; align-items: center; gap: 8px; }
.crm-hero .proof-mini b { color: #fff; }
.crm-shot { margin: 56px auto -1px; max-width: 1000px; position: relative; z-index: 2; }
.crm-shot .frame { border-radius: 18px 18px 0 0; border: 1px solid var(--line-dark); border-bottom: none; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); padding: 12px 12px 0; box-shadow: 0 -20px 80px -30px rgba(46,91,255,0.6); }
.crm-shot .bar { display: flex; gap: 7px; padding: 6px 10px 12px; }
.crm-shot .bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.crm-shot .canvas { border-radius: 12px 12px 0 0; background: linear-gradient(160deg, #0E1640, #0A1030); border: 1px solid var(--line-dark); border-bottom: none; min-height: 300px; display: grid; place-items: center; text-align: center; padding: 40px; }
.crm-shot .canvas .ph { color: rgba(255,255,255,0.4); font-size: 14px; }
.crm-shot .canvas .ph strong { display: block; color: rgba(255,255,255,0.75); font-size: 16px; margin-bottom: 6px; }

/* Dores numeradas */
.crm-pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.crm-pain { padding: 34px 30px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); }
.crm-pain .idx { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.03em; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.crm-pain h3 { margin-top: 10px; font-size: 1.18rem; }
.crm-pain p { margin-top: 10px; font-size: 14.5px; color: var(--muted); }
.crm-pain .metric { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; color: var(--blue-600); font-weight: 700; }
.crm-pain .metric span { color: var(--muted-2); font-weight: 500; }

/* Plataforma / frentes */
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 56px; }
.feat-card { padding: 36px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s; }
.feat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feat-card.wide { grid-column: span 2; flex-direction: row; align-items: center; gap: 40px; }
.feat-ico { width: 52px; height: 52px; border-radius: 15px; background: var(--grad-brand); display: grid; place-items: center; box-shadow: var(--shadow-blue); flex: none; }
.feat-ico svg { width: 26px; height: 26px; color: #fff; }
.feat-card h3 { margin-top: 22px; font-size: 1.28rem; }
.feat-card.wide h3 { margin-top: 0; }
.feat-card > div p { margin-top: 10px; color: var(--muted); font-size: 14.5px; }
.feat-check { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.feat-check li { display: flex; gap: 10px; align-items: center; font-size: 14px; color: var(--ink-2); }
.feat-check svg { flex: none; width: 18px; height: 18px; color: var(--blue-600); }
.feat-visual { flex: 1; min-height: 200px; border-radius: var(--r-md); background: var(--paper); border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted-2); font-size: 13px; text-align: center; padding: 20px; }

/* Mini pipeline visual (kanban mock) */
.kanban-mock { display: flex; gap: 10px; width: 100%; }
.kanban-col { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px; }
.kanban-col .h { font-size: 11px; font-weight: 700; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
.kanban-card { background: var(--paper); border-radius: 7px; padding: 9px; margin-bottom: 7px; font-size: 11px; color: var(--ink-2); border-left: 3px solid var(--blue-500); }

/* IA destaque + tabela */
.ia-section { background: var(--navy-900); color: #fff; position: relative; overflow: hidden; }
.ia-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(680px 500px at 20% 0%, rgba(46,91,255,0.28), transparent 60%), radial-gradient(500px 400px at 90% 100%, rgba(0,228,255,0.16), transparent 60%); }
.ia-section .container { position: relative; z-index: 2; }
.ia-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; margin-top: 20px; }
.ia-copy h2 { color: #fff; }
.ia-copy p.lead { color: rgba(255,255,255,0.74); }
.ia-copy .ia-points { margin-top: 26px; display: flex; flex-direction: column; gap: 16px; }
.ia-copy .ia-points li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: rgba(255,255,255,0.85); }
.ia-copy .ia-points svg { flex: none; width: 22px; height: 22px; color: var(--cyan-400); margin-top: 1px; }
.compare { background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); border-radius: var(--r-lg); overflow: hidden; backdrop-filter: blur(6px); }
.compare-head { display: grid; grid-template-columns: 1.2fr 1fr 1fr; }
.compare-head div { padding: 18px 16px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }
.compare-head div:nth-child(2) { color: rgba(255,255,255,0.55); text-align: center; }
.compare-head div:nth-child(3) { text-align: center; background: linear-gradient(120deg, rgba(46,91,255,0.22), rgba(0,228,255,0.14)); color: var(--cyan-400); }
.compare-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; border-top: 1px solid var(--line-dark); }
.compare-row div { padding: 16px; font-size: 14px; }
.compare-row div:first-child { color: rgba(255,255,255,0.72); font-weight: 600; }
.compare-row div:nth-child(2) { text-align: center; color: rgba(255,255,255,0.55); }
.compare-row div:nth-child(3) { text-align: center; color: #fff; font-weight: 700; background: rgba(0,228,255,0.05); }
.compare .ph-mark { color: var(--cyan-400); font-size: 10px; font-weight: 700; opacity: 0.7; }

/* Consolidacao */
.consolidate { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 50px; }
.tool-old { padding: 26px 18px; border-radius: var(--r-md); background: var(--white); border: 1px solid var(--line); text-align: center; position: relative; }
.tool-old .strike { display: block; font-size: 14px; font-weight: 700; color: var(--muted); text-decoration: line-through; text-decoration-color: var(--blue-400); }
.tool-old small { display: block; margin-top: 6px; font-size: 11.5px; color: var(--muted-2); }
.consolidate-into { margin-top: 26px; text-align: center; padding: 30px; border-radius: var(--r-lg); background: var(--navy-850); color: #fff; }
.consolidate-into b { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Implementacao steps */
.impl-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 54px; }
.impl-step { padding: 28px 22px; border-radius: var(--r-md); background: var(--white); border: 1px solid var(--line); }
.impl-step .n { width: 34px; height: 34px; border-radius: 10px; background: var(--paper); display: grid; place-items: center; font-weight: 800; color: var(--blue-600); font-size: 14px; }
.impl-step h4 { margin-top: 16px; font-size: 1rem; }
.impl-step p { margin-top: 8px; font-size: 13px; color: var(--muted); }

/* Depoimentos CRM */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.testi { padding: 32px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); }
.testi .quote { font-size: 15px; color: var(--ink-2); line-height: 1.55; }
.testi .who { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.testi .av { width: 42px; height: 42px; border-radius: 50%; background: var(--paper-2); display: grid; place-items: center; color: var(--muted-2); font-weight: 800; }
.testi .who b { display: block; font-size: 14px; }
.testi .who span { font-size: 12.5px; color: var(--muted); }
.segments { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.segments span { padding: 10px 20px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-size: 14px; font-weight: 600; color: var(--ink-2); }

/* Ponte assessoria */
.bridge { background: var(--paper); }
.bridge-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 40px 46px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); flex-wrap: wrap; }
.bridge-card p { font-size: 1.12rem; color: var(--ink-2); max-width: 620px; font-weight: 500; }
.bridge-card p strong { color: var(--blue-600); }

/* =========================================================
   BLOG
   ========================================================= */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.post-card { display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .4s var(--ease), box-shadow .4s; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.post-thumb { height: 172px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--navy-850); }
.post-thumb::before { content: ""; position: absolute; inset: 0; background: radial-gradient(300px 200px at 70% 20%, rgba(46,91,255,0.4), transparent 62%), radial-gradient(240px 200px at 20% 90%, rgba(0,228,255,0.18), transparent 60%); }
.post-thumb .tnum { position: relative; z-index: 2; font-size: 3rem; font-weight: 800; color: rgba(255,255,255,0.14); letter-spacing: -0.03em; }
.post-thumb .tcat { position: absolute; top: 16px; left: 16px; z-index: 3; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: var(--grad-brand); color: #fff; }
.post-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.post-body .meta { font-size: 12.5px; color: var(--muted-2); font-weight: 600; }
.post-body h3 { margin-top: 12px; font-size: 1.22rem; line-height: 1.28; }
.post-body p { margin-top: 12px; font-size: 14.5px; color: var(--muted); flex: 1; }
.post-body .go { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; color: var(--blue-600); }
.post-body .go svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.post-card:hover .go svg { transform: translateX(4px); }

/* Blog filter (interativo) */
.blog-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 40px; }
.blog-filter button { padding: 10px 20px; border-radius: 999px; border: 1.5px solid var(--line-strong); font-size: 14px; font-weight: 600; color: var(--muted); background: #fff; transition: all .25s; }
.blog-filter button:hover { border-color: var(--blue-400); color: var(--blue-600); }
.blog-filter button.active { background: var(--navy-850); color: #fff; border-color: transparent; }
.post-card.hide { display: none; }

/* ===== Article estilo editorial (ref Raster): capa full-width + rail lateral ===== */
.article-cover { position: relative; height: 440px; padding-top: 76px; overflow: hidden; background: linear-gradient(140deg, var(--navy-800), var(--navy-950)); }
.article-cover::before { content: ""; position: absolute; inset: 0; background: radial-gradient(680px 460px at 78% 30%, rgba(46,91,255,0.4), transparent 60%), radial-gradient(560px 420px at 12% 90%, rgba(0,228,255,0.16), transparent 62%); }
.article-cover::after { content: ""; position: absolute; inset: 0; opacity: 0.5; background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 78%); }
.cover-inner { position: relative; z-index: 2; height: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; display: flex; align-items: center; }
.cover-inner .cover-num { font-size: clamp(7rem, 20vw, 15rem); font-weight: 800; letter-spacing: -0.04em; color: rgba(255,255,255,0.06); line-height: 0.8; }
.cover-inner .cover-mark { position: absolute; right: 28px; bottom: 34px; opacity: 0.9; }
.cover-inner .cover-mark img { height: 34px; }

.article-layout { padding: 0 0 90px; }
.art-wrap { max-width: 1060px; margin: 0 auto; padding: 60px 28px 0; display: grid; grid-template-columns: 230px 1fr; gap: 56px; align-items: start; }
.art-rail { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 22px; }
.art-rail .rail-label { display: block; font-size: 12px; font-weight: 700; color: var(--muted-2); letter-spacing: 0.04em; margin-bottom: 8px; }
.art-rail .tcat { display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; background: var(--grad-brand); color: #fff; }
.art-rail .rail-date { font-size: 15px; font-weight: 700; color: var(--ink); }
.art-rail .rail-read { font-size: 13.5px; color: var(--muted); padding-top: 20px; border-top: 1px solid var(--line); }
.rail-icons { display: flex; gap: 10px; }
.rail-icons a { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; color: var(--ink-2); transition: all .25s; }
.rail-icons a:hover { border-color: var(--blue-600); color: var(--blue-600); transform: translateY(-2px); }
.rail-icons a svg { width: 18px; height: 18px; }

.art-main h1 { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -0.02em; color: var(--ink); line-height: 1.08; }
.art-content { margin-top: 30px; }
.art-content > p:first-of-type { font-size: 1.34rem; line-height: 1.6; color: var(--ink); font-weight: 500; }
.art-content > p:first-of-type strong { font-weight: 800; }
.art-content h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 44px 0 16px; color: var(--ink); font-weight: 800; letter-spacing: -0.02em; }
.art-content h3 { font-size: 1.3rem; margin: 30px 0 12px; }
.art-content p { font-size: 17.5px; color: var(--ink-2); line-height: 1.72; margin-bottom: 18px; }
.art-content ul.art { margin: 6px 0 22px; display: flex; flex-direction: column; gap: 12px; }
.art-content ul.art li { position: relative; padding-left: 30px; font-size: 16.5px; color: var(--ink-2); line-height: 1.6; }
.art-content ul.art li::before { content: ""; position: absolute; left: 0; top: 9px; width: 16px; height: 16px; border-radius: 5px; background: var(--grad-brand); }
.art-content .pull { margin: 38px 0; padding: 28px 32px; border-left: 4px solid var(--blue-600); background: var(--paper); border-radius: 0 var(--r-md) var(--r-md) 0; font-size: 1.32rem; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); line-height: 1.4; }
.art-content .art-cta { margin-top: 50px; padding: 40px; border-radius: var(--r-lg); background: var(--navy-850); color: #fff; text-align: center; position: relative; overflow: hidden; }
.art-content .art-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(340px 220px at 50% 0%, rgba(0,228,255,0.18), transparent 62%); }
.art-content .art-cta > * { position: relative; z-index: 2; }
.art-content .art-cta h3 { color: #fff; font-size: 1.5rem; margin: 0; }
.art-content .art-cta p { color: rgba(255,255,255,0.72); margin: 12px 0 24px; }
@media (max-width: 860px) {
  .art-wrap { grid-template-columns: 1fr; gap: 30px; }
  .art-rail { position: static; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 18px 26px; }
  .article-cover { height: 300px; }
}

/* Article (legado, ainda usado por estilos internos) */
.article-hero { background: var(--navy-900); color: #fff; padding: 150px 0 70px; position: relative; overflow: hidden; }
.article-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 420px at 78% 8%, rgba(46,91,255,0.34), transparent 60%); }
.article-hero .container { position: relative; z-index: 2; max-width: 820px; }
.article-hero .tcat { display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; background: var(--grad-brand); color: #fff; margin-bottom: 20px; }
.article-hero h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); }
.article-hero .amETA { margin-top: 20px; font-size: 14px; color: rgba(255,255,255,0.6); display: flex; gap: 18px; flex-wrap: wrap; }
.article-body { padding: 70px 0 90px; }
.article-body .container { max-width: 760px; }
.article-body h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 44px 0 16px; }
.article-body h3 { font-size: 1.3rem; margin: 30px 0 12px; }
.article-body p { font-size: 17.5px; color: var(--ink-2); line-height: 1.72; margin-bottom: 18px; }
.article-body ul.art { margin: 6px 0 22px; display: flex; flex-direction: column; gap: 12px; }
.article-body ul.art li { position: relative; padding-left: 30px; font-size: 16.5px; color: var(--ink-2); line-height: 1.6; }
.article-body ul.art li::before { content: ""; position: absolute; left: 0; top: 9px; width: 16px; height: 16px; border-radius: 5px; background: var(--grad-brand); }
.article-body .pull { margin: 38px 0; padding: 28px 32px; border-left: 4px solid var(--blue-600); background: var(--paper); border-radius: 0 var(--r-md) var(--r-md) 0; font-size: 1.32rem; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); line-height: 1.4; }
.article-body .art-cta { margin-top: 50px; padding: 40px; border-radius: var(--r-lg); background: var(--navy-850); color: #fff; text-align: center; position: relative; overflow: hidden; }
.article-body .art-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(340px 220px at 50% 0%, rgba(0,228,255,0.18), transparent 62%); }
.article-body .art-cta > * { position: relative; z-index: 2; }
.article-body .art-cta h3 { color: #fff; font-size: 1.5rem; margin: 0; }
.article-body .art-cta p { color: rgba(255,255,255,0.72); margin: 12px 0 24px; }
.art-share { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.art-share a.back { font-weight: 700; color: var(--blue-600); font-size: 14.5px; }

/* =========================================================
   INTERATIVO: Calculadora + Quiz
   ========================================================= */
.calc-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); margin-top: 54px; background: #fff; }
.calc-inputs { padding: 48px 44px; }
.calc-inputs h3 { font-size: 1.4rem; }
.calc-inputs > p { font-size: 14.5px; color: var(--muted); margin-top: 8px; margin-bottom: 26px; }
.calc-field { margin-bottom: 26px; }
.calc-field label { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; font-weight: 700; color: var(--ink-2); margin-bottom: 12px; }
.calc-field label .val { color: var(--blue-600); font-size: 15px; }
.calc-field input[type=range] { width: 100%; -webkit-appearance: none; appearance: none; height: 6px; border-radius: 999px; background: var(--paper-2); outline: none; }
.calc-field input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--grad-brand); cursor: pointer; box-shadow: var(--shadow-blue); border: 3px solid #fff; }
.calc-result { background: var(--navy-900); color: #fff; padding: 48px 44px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.calc-result::before { content: ""; position: absolute; inset: 0; background: radial-gradient(360px 280px at 80% 10%, rgba(46,91,255,0.3), transparent 62%), radial-gradient(300px 240px at 10% 100%, rgba(0,228,255,0.16), transparent 60%); }
.calc-result > * { position: relative; z-index: 2; }
.calc-result .cap { font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cyan-400); font-weight: 700; }
.calc-result .big-money { font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -0.03em; margin: 10px 0 4px; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.calc-result .sub { font-size: 15px; color: rgba(255,255,255,0.72); }
.calc-result .breakdown { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.calc-result .breakdown div { display: flex; justify-content: space-between; font-size: 14px; color: rgba(255,255,255,0.82); padding-bottom: 12px; border-bottom: 1px solid var(--line-dark); }
.calc-result .breakdown div b { color: #fff; }
.calc-result .btn { margin-top: 28px; }
.calc-note { text-align: center; font-size: 12.5px; color: var(--muted-2); margin-top: 18px; }

/* Quiz */
.quiz-shell { max-width: 720px; margin: 50px auto 0; background: #fff; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); overflow: hidden; }
.quiz-head { background: var(--navy-850); color: #fff; padding: 28px 40px; }
.quiz-head .steps { display: flex; gap: 6px; margin-top: 16px; }
.quiz-head .steps span { height: 4px; flex: 1; border-radius: 999px; background: rgba(255,255,255,0.16); transition: background .3s; }
.quiz-head .steps span.done { background: var(--grad-brand); }
.quiz-body { padding: 40px; }
.quiz-q { display: none; }
.quiz-q.active { display: block; animation: quizin .4s var(--ease); }
@keyframes quizin { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.quiz-q h3 { font-size: 1.4rem; margin-bottom: 22px; }
.quiz-opts { display: flex; flex-direction: column; gap: 12px; }
.quiz-opts button { text-align: left; padding: 18px 22px; border-radius: var(--r-md); border: 1.5px solid var(--line-strong); background: #fff; font-size: 15.5px; font-weight: 600; color: var(--ink-2); transition: all .22s; }
.quiz-opts button:hover { border-color: var(--blue-600); background: var(--paper); transform: translateX(4px); }
.quiz-result { display: none; text-align: center; padding: 20px 0; }
.quiz-result.active { display: block; animation: quizin .4s var(--ease); }
.quiz-result .badge { display: inline-block; padding: 8px 18px; border-radius: 999px; font-size: 13px; font-weight: 800; margin-bottom: 18px; }
.quiz-result .badge.hot { background: var(--grad-brand); color: #fff; }
.quiz-result .badge.warm { background: var(--paper-2); color: var(--blue-700); }
.quiz-result h3 { font-size: 1.7rem; margin-bottom: 12px; }
.quiz-result p { color: var(--muted); font-size: 16px; max-width: 520px; margin: 0 auto 26px; }
.quiz-restart { margin-top: 18px; font-size: 13.5px; color: var(--muted); font-weight: 600; }
.quiz-restart button { color: var(--blue-600); font-weight: 700; text-decoration: underline; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .section { padding: 84px 0; }
  .pains-grid, .method-grid, .stats-grid, .fit-grid, .wall-grid { grid-template-columns: 1fr 1fr; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .form-shell { grid-template-columns: 1fr; }
  .form-aside { padding: 40px 34px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .flow-track { flex-direction: column; }
  .flow-arrow { transform: rotate(90deg); padding: 8px 0; }
  .flow-node { min-width: 0; }
  .crm-pains { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .feat-card.wide { grid-column: span 1; flex-direction: column; align-items: flex-start; gap: 24px; }
  .ia-grid { grid-template-columns: 1fr; gap: 36px; }
  .consolidate { grid-template-columns: 1fr 1fr; }
  .impl-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { padding: 0 20px; }
  .nav-links, .nav-actions .nav-cta { display: none; }
  .burger { display: flex; }
  .nav-links.open { display: flex; position: absolute; top: 68px; left: 16px; right: 16px; flex-direction: column; align-items: flex-start; gap: 6px; background: #fff; padding: 18px; border-radius: var(--r-md); box-shadow: var(--shadow-lg); }
  .nav-links.open a { padding: 10px 4px; width: 100%; color: var(--ink-2); }
  .hero { padding: 140px 0 70px; }
  .hero-proof { gap: 20px; }
  .hero-proof .divider { display: none; }
  .pains-grid, .method-grid, .stats-grid, .fit-grid, .wall-grid, .field-row { grid-template-columns: 1fr; }
  .stats-grid { gap: 8px; }
  .wall-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .form-body, .form-aside { padding: 32px 24px; }
  .hero-cta { width: 100%; }
  .hero-cta .btn { flex: 1; }
  .crm-pains, .consolidate, .impl-grid { grid-template-columns: 1fr; }
  .compare-head div, .compare-row div { padding: 12px 8px; font-size: 12px; }
  .kanban-mock { overflow-x: auto; }
  .bridge-card { padding: 30px 24px; }
  .sol-grid { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .sol-grid { grid-template-columns: 1fr; }
  .intro-split { grid-template-columns: 1fr; gap: 34px; }
  .intro-split .visual { min-height: 260px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .calc-shell { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
  .calc-inputs, .calc-result { padding: 32px 24px; }
  .quiz-head, .quiz-body { padding: 26px 22px; }
  .article-body p { font-size: 16.5px; }
  .article-body .pull { font-size: 1.15rem; padding: 22px 24px; }
}
