/* ================================================================
   Capta. Marketing de Performance — Stylesheet
   Gerado a partir do preview_HOME_v102.html
   October CMS Theme
================================================================ */

/* ═══════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════ */
:root {
  --blue:        #2563eb;
  --blue-mid:    #3b82f6;
  --blue-lt:     #60a5fa;
  --blue-dim:    rgba(37,99,235,.09);
  --blue-glow:   rgba(37,99,235,.28);
  --blue-border: rgba(37,99,235,.18)--ink:         #09090b;
  --ink-2:       #18181b;
  --body:        #52525b;
  --muted:       #a1a1aa;
  --border:      #e4e4e7;
  --border-lt:   rgba(228,228,231,.55);
  --bg:          #ffffff;
  --bg-2:        #fafafa;
  --bg-3:        #f4f4f5;

  --g-brand: linear-gradient(135deg,#2563eb 0%,#3b82f6 60%,#60a5fa 100%);
  --g-dark:  radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
  --g-sol:   radial-gradient(ellipse 140% 100% at 50% -5%, #0c1c44 0%, #06102e 55%, #030c20 100%);

  --sh-1: 0 1px 2px rgba(0,0,0,.05);
  --sh-2: 0 1px 4px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --sh-3: 0 4px 12px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.03);
  --sh-4: 0 8px 24px rgba(0,0,0,.08), 0 3px 8px rgba(0,0,0,.04);
  --sh-5: 0 16px 40px rgba(0,0,0,.10), 0 6px 16px rgba(0,0,0,.05);
  --sh-6: 0 24px 64px rgba(0,0,0,.13), 0 8px 24px rgba(0,0,0,.06);
  --sh-b:    0 4px 20px rgba(37,99,235,.28), 0 1px 4px rgba(37,99,235,.16);
  --sh-b-lg: 0 8px 32px rgba(37,99,235,.38), 0 4px 12px rgba(37,99,235,.20);

  --fp: 'Poppins', sans-serif;
  --fi: 'Inter', sans-serif;
  --r-sm:  8px; --r-md: 12px; --r-lg: 16px;
  --r-xl:  20px; --r-2xl: 24px; --r-pill: 9999px;
  --ease: cubic-bezier(.16,1,.3,1);
  --ease-std: cubic-bezier(.4,0,.2,1);
  --hh: 90px;
}

/* ── RESET & BASE ── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fi); color: var(--body);
  background: var(--bg); -webkit-font-smoothing: antialiased;
  overflow-x: hidden; font-size: 15px; line-height: 1.65;

}
h1,h2,h3,h4 { font-family: var(--fp); color: var(--ink); letter-spacing: -.024em; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
section { padding: 96px 0; }

/* ═══════════════════════════════════════════
   PROGRESS BAR DE SCROLL
═══════════════════════════════════════════ */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 9997; pointer-events: none;
  background: linear-gradient(90deg, var(--blue), var(--blue-lt));
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .1s linear;
}

/* ═══════════════════════════════════════════
   EYEBROW
═══════════════════════════════════════════ */
.ey {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: var(--r-pill);
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  color: var(--blue); font-family: var(--fi); font-size: 10.5px;
  font-weight: 600; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 16px;
}
.ey-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); flex-shrink: 0;
  animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.ey-lt { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.78); }
.ey-lt .ey-dot { background: var(--blue-lt); }

/* ═══════════════════════════════════════════
   BOTÕES
═══════════════════════════════════════════ */
.btn-p {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill); border: none;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  white-space: nowrap; cursor: pointer; position: relative; overflow: hidden;
  background: var(--g-brand); color: #fff;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), filter .2s;
  letter-spacing: -.01em;
}
.btn-p::before {
  content: '';
  position: absolute; top: 0; left: -100%; width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transition: left .5s var(--ease);
}
.btn-p:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--sh-b-lg), inset 0 1px 0 rgba(255,255,255,.15); filter: brightness(1.04); }
.btn-p:hover::before { left: 140%; }
.btn-p:active { transform: translateY(0) scale(.98); filter: brightness(.97); }
.btn-p.lg  { padding: 13px 28px; font-size: 14px; }
.btn-p.xl  { padding: 15px 32px; font-size: 15px; }
.btn-p.full { width: 100%; }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.88); font-family: var(--fp); font-size: 14px; font-weight: 600;
  backdrop-filter: blur(8px); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .2s, background .2s, color .2s;
}
.btn-ghost.xl { padding: 15px 32px; font-size: 15px; }
.btn-ghost:hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.10); color: #fff; }

.btn-out {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 22px; border-radius: var(--r-pill);
  border: 1px solid var(--border); background: var(--bg);
  color: var(--ink); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  box-shadow: var(--sh-2); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .18s, box-shadow .18s, transform .18s var(--ease);
}
.btn-out:hover { border-color: var(--blue-border); box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim); transform: translateY(-1px); color: var(--ink); }

.btn-sol {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 0; border-radius: 0;
  background: none; border: none;
  color: var(--blue); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  cursor: pointer;
  transition: gap .18s var(--ease), color .18s;
}
.btn-sol:hover { gap: 10px; color: #1d4ed8; background: none; border: none; transform: none; box-shadow: none; }

.arr { display: inline-block; transition: transform .18s var(--ease); }
.btn-p:hover .arr, .btn-out:hover .arr, .btn-ghost:hover .arr, .btn-sol:hover .arr { transform: translateX(3px); }

/* ── NAVBAR BOOTSTRAP RESET ── */
nav.site-nav, nav.site-nav * { box-sizing: border-box !important; }
nav.site-nav { display: block !important; }
nav.site-nav .nav-pill { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; }
nav.site-nav .nav-links { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
nav.site-nav .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 13px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  text-decoration: none !important;
  border-radius: var(--r-pill) !important;
  position: relative !important;
  transition: color .18s !important;
}
nav.site-nav .nav-link::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 13px !important; right: 13px !important;
  height: 2px !important;
  background: var(--g-brand) !important;
  border-radius: 1px !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform .22s var(--ease) !important;
}
nav.site-nav .nav-link:hover { color: var(--blue) !important; }
nav.site-nav .nav-link:hover::after { transform: scaleX(1) !important; }
nav.site-nav .nav-link.active::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 50% !important;
  transform: translateX(-50%) !important;
  width: 4px !important; height: 4px !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
}
nav.site-nav .nav-cta-wrap { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-brand { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-toggle { cursor: pointer !important; background: none !important; border: none !important; }

/* ═══════════════════════════════════════════
   NAVBAR — pill premium
═══════════════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 12px 24px;
  transition: padding .3s var(--ease);
}
.site-nav.scrolled { padding: 8px 24px; }

.nav-pill {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  height: 66px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  overflow: visible;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(210,210,220,.55);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.04);
  transition: background .3s, box-shadow .3s;
}
.site-nav.scrolled .nav-pill {
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 20px rgba(0,0,0,.10);
  overflow: visible !important;
}

.nav-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  margin-right: 8px;
}
.nav-brand img {
  height: 54px;
  width: auto;
  display: block;
}

.nav-links {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.nav-cta-wrap {
  flex-shrink: 0;
  margin-left: 8px;
}

.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: var(--r-pill);
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  cursor: pointer; letter-spacing: -.01em; text-decoration: none;
  white-space: nowrap;
  transition: transform .18s var(--ease), box-shadow .18s, filter .18s;
}
.nav-cta:hover { color: #fff; transform: translateY(-1px); filter: brightness(1.05); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; border-radius: var(--r-md); transition: background .15s; margin-left: auto; touch-action: manipulation; -webkit-tap-highlight-color: transparent; min-width: 44px; min-height: 44px; }
.nav-toggle:hover { background: var(--bg-3); }
.nav-mob { display: none; position: fixed; top: 90px; left: 0; right: 0; padding: 0 16px; z-index: 999; }
.nav-mob.open { display: block; }
.nav-mob-inner { background: rgba(255,255,255,.97); border: 1px solid var(--border-lt); border-radius: var(--r-xl); box-shadow: var(--sh-6); backdrop-filter: blur(24px); padding: 12px 8px; }
.nav-mob-link { display: block; padding: 10px 16px; font-size: 14px; font-weight: 500; color: var(--body); border-radius: var(--r-lg); transition: background .15s, color .15s; }
.nav-mob-link:hover { background: var(--bg-3); color: var(--ink); }
.nav-mob-cta { display: flex; align-items: center; justify-content: center; margin: 8px 8px 4px; padding: 12px; border-radius: var(--r-lg); background: var(--g-brand); color: #fff; font-family: var(--fp); font-size: 13.5px; font-weight: 600; box-shadow: var(--sh-b); }

/* ═══════════════════════════════════════════
   STICKY CTA BAR (aparece após rolar hero)
═══════════════════════════════════════════ */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  transform: translateY(100%); transition: transform .4s var(--ease);
  padding: 14px 24px;
  background: rgba(255,255,255,.94); backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0,0,0,.08);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-text { font-family: var(--fp); font-size: 14px; font-weight: 600; color: var(--ink); }
.sticky-cta-sub { font-size: 12px; font-weight: 400; color: var(--muted); }

/* ═══════════════════════════════════════════
   WHATSAPP FLOATING BUTTON
═══════════════════════════════════════════ */
.wa-float {
  position: fixed; bottom: 80px; right: 24px; z-index: 890;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366;
  box-shadow: 0 4px 20px rgba(37,211,102,.40), 0 2px 6px rgba(0,0,0,.15);
  display: flex; align-items: center; justify-content: center; color: #fff;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
  cursor: pointer;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55), 0 3px 8px rgba(0,0,0,.18); color: #fff; }
.wa-float::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: #25d366; animation: waPulse 2.5s ease-in-out infinite; opacity: .6;
}
@keyframes waPulse { 0%{transform:scale(1);opacity:.5} 70%{transform:scale(1.5);opacity:0} 100%{transform:scale(1.5);opacity:0} }

/* Back-to-top */
.btt {
  position: fixed; bottom: 144px; right: 24px; z-index: 890;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--border);
  box-shadow: var(--sh-3); display: flex; align-items: center; justify-content: center;
  color: var(--muted); cursor: pointer; opacity: 0; transform: translateY(8px);
  transition: opacity .3s, transform .3s var(--ease), color .15s, border-color .15s;
}
.btt.visible { opacity: 1; transform: translateY(0); }
.btt:hover { color: var(--blue); border-color: var(--blue-border); }

/* ═══════════════════════════════════════════
   TOAST DE CONFIRMAÇÃO
═══════════════════════════════════════════ */
.toast-wrap {
  position: fixed; top: 100px; right: 24px; z-index: 9000;
  transform: translateX(120%); transition: transform .4s var(--ease);
}
.toast-wrap.show { transform: translateX(0); }
.toast-card {
  background: var(--bg); border: 1px solid #22c55e;
  border-radius: var(--r-lg); padding: 14px 18px;
  box-shadow: var(--sh-5);
  display: flex; align-items: center; gap: 12px;
  min-width: 280px;
}
.toast-ico { width: 36px; height: 36px; border-radius: 50%; background: #dcfce7; display: flex; align-items: center; justify-content: center; color: #16a34a; flex-shrink: 0; }
.toast-title { font-family: var(--fp); font-size: 13.5px; font-weight: 600; color: var(--ink); }
.toast-sub { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.hero-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
  padding-top: calc(var(--hh) + 100px); padding-bottom: 64px;
  display: flex; align-items: center;
}
/* Noise grain */
.hero-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
/* Mesh radials */
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.hero-mesh::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 50%, rgba(37,99,235,.17) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(59,130,246,.11) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 60% 90%, rgba(37,99,235,.07) 0%, transparent 55%);
}
/* Grid pattern */
.hero-mesh::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}
/* Orbs parallax */
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.hero-orb-1 { width: 580px; height: 580px; background: radial-gradient(circle, rgba(37,99,235,.20) 0%, transparent 70%); top: -100px; left: -80px; filter: blur(72px); }
.hero-orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(96,165,250,.14) 0%, transparent 70%); bottom: -60px; right: 8%; filter: blur(60px); }
.hero-orb-3 { width: 200px; height: 200px; background: radial-gradient(circle, rgba(59,130,246,.18) 0%, transparent 70%); top: 30%; right: 20%; filter: blur(40px); }
/* Fade na borda inferior */
.hero-wrap .container { position: relative; z-index: 3; width: 100%; }

/* Headline principal — Poppins 900 */
.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900; color: #f8fafc;
  letter-spacing: -.040em; line-height: 1.05; margin-bottom: 22px;
}
.hero-title .line-grad {
  color: #f8fafc;
  -webkit-text-fill-color: #f8fafc;
}
.hero-title .line { display: block; }

 }

.hero-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300; line-height: 1.76;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin-bottom: 28px; max-width: 520px;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* LEAD CARD — gradient border animado */
.lead-card-wrap {
  position: relative; border-radius: var(--r-2xl); padding: 1.5px;
  background: linear-gradient(135deg, rgba(37,99,235,.40) 0%, rgba(96,165,250,.20) 50%, rgba(37,99,235,.40) 100%);
  background-size: 200% 200%;
  animation: borderShift 4s ease-in-out infinite;
}
@keyframes borderShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.lead-card {
  background: rgba(255,255,255,.98); border-radius: calc(var(--r-2xl) - 1.5px);
  padding: 28px 26px; box-shadow: var(--sh-6);
}
.lc-header {
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.lc-accent {
  width: 28px; height: 3px; border-radius: 2px;
  background: var(--g-brand); margin-bottom: 14px;
}
.lc-title {
  font-family: var(--fp) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem) !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  letter-spacing: -.018em !important;
  line-height: 1.35 !important;
  margin-bottom: 10px !important;
}
.lc-title span { color: var(--blue) !important; }
.lc-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin: 0;
}

.form-label { font-family: var(--fi); font-size: 10px; font-weight: 600; color: var(--ink-2); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 4px; }
.form-control, .form-select {
  font-family: var(--fi); font-size: 13px; color: var(--ink);
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 9px 12px;
  box-shadow: var(--sh-1);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.form-control:focus, .form-select:focus {
  outline: none; background: var(--bg);
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.10), var(--sh-1);
}
.form-control::placeholder { color: var(--muted); font-size: 12.5px; }
.form-text { font-size: 11px; color: var(--muted); }

/* Campo obrigatório — indicador elegante */
.form-label.req::after { content: ' ●'; font-size: 6px; color: var(--blue); vertical-align: super; }

 100% { transform: translateX(-50%); } }

/* ═══════════════════════════════════════════
   SECTION HELPERS
═══════════════════════════════════════════ */
.sec-header { text-align: center; max-width: 600px; margin: 0 auto 52px; }
.sec-title { font-family: var(--fp); font-size: clamp(1.7rem, 2.5vw, 2.2rem); font-weight: 700; letter-spacing: -.026em; color: var(--ink); margin-bottom: 12px; }
.sec-title-lt { color: #f1f5f9; }
.sec-desc { font-family: var(--fi); font-size: 15.5px; font-weight: 300; color: var(--body); line-height: 1.76; }
.sec-desc-lt { color: rgba(241,245,249,.72); }
.sec-rule { width: 32px; height: 2.5px; border-radius: 2px; background: var(--g-brand); margin: 0 0 18px 0; }
.section-sep { display: none; }

/* ═══════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════ */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

.svc-card {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px 24px;
  background: var(--bg);
  position: relative; overflow: hidden;
  box-shadow: var(--sh-2);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
  height: 100%;
}
.svc-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37,99,235,.05) 0%, transparent 70%);
  opacity: 0; transition: opacity .3s; border-radius: var(--r-xl);
}
.svc-card:hover { border-color: rgba(37,99,235,.20); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.svc-card:hover::before { opacity: 1; }
/* Número background grande — hierarquia visual */
.svc-card-num {
  position: absolute; right: 16px; top: 8px;
  font-family: var(--fp); font-size: 80px; font-weight: 900;
  color: rgba(0,0,0,.03); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}
/* svc-card-ac igual ao svc-card */


.svc-icon {
  width: 48px; height: 48px; border-radius: var(--r-lg); background: var(--bg-2);
  border: 1px solid var(--border-lt); display: flex; align-items: center;
  justify-content: center; margin-bottom: 18px; overflow: hidden; box-shadow: var(--sh-1);
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.svc-card:hover .svc-icon { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-2), 0 0 0 3px rgba(37,99,235,.06); transform: scale(1.06); }
.svc-card:not(.svc-card-ac) .svc-icon img { filter: none; }
.svc-icon { background: var(--bg-2); border: 1px solid var(--border-lt); box-shadow: var(--sh-1); }

.svc-name { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.020em; color: var(--ink); margin-bottom: 8px; line-height: 1.25; }
.svc-text { font-family: var(--fi); font-size: 13.5px; font-weight: 300; color: #71717a; line-height: 1.72; margin-bottom: 16px; }

/* Linha separadora sutil entre desc e link */
.svc-divider { height: 1px; background: var(--border-lt); margin-bottom: 14px; }

.svc-link { font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease), color .15s; }
.svc-link:hover { gap: 8px; color: #1d4ed8; }

/* ═══════════════════════════════════════════
   SOLUTIONS — dark premium
═══════════════════════════════════════════ */
.sol-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--bg-2);
}
.sol-wrap::before { display: none; }
.sol-wrap::after {
  display: none; content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.sol-orbs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sol-orb { position: absolute; border-radius: 50%; filter: blur(64px); }
.sol-orb-1 { display: none; }
.sol-orb-2 { display: none; }
.sol-grid-bg {
  display: none; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,.020) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.020) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 80%);
}
.sol-wrap .container { position: relative; z-index: 2; }

.sol-item {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px 28px 28px 24px; border-radius: var(--r-xl);
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  box-shadow: var(--sh-2);
  transition: background .22s, border-color .22s, transform .22s var(--ease);
  position: relative; z-index: 1;
}
.sol-item:hover {
  background: var(--bg);
  border-color: var(--blue-border);
  border-left-color: var(--blue);
  transform: translateX(4px);
  box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim);
}
/* Número de fundo decorativo */
.sol-item::after {
  content: attr(data-n);
  position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  font-family: var(--fp); font-size: 96px; font-weight: 900;
  color: rgba(0,0,0,.04); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}

.sol-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--blue-border); background: var(--blue-dim); display: flex; align-items: center; justify-content: center; font-family: var(--fp); font-size: 11.5px; font-weight: 600; color: var(--blue); margin-top: 2px; }
.sol-title { font-family: var(--fp); font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -.022em; margin-bottom: 7px; line-height: 1.3; }
.sol-desc { font-family: var(--fi); font-size: 14px; font-weight: 300; color: var(--body); line-height: 1.76; margin-bottom: 14px; }

/* ═══════════════════════════════════════════
   ABOUT — com contadores animados
═══════════════════════════════════════════ */
.about-section { background: #ffffff; }

.mf {
  position: absolute; z-index: 2; background: rgba(255,255,255,.96); border: 1px solid var(--border-lt); border-radius: var(--r-lg); padding: 11px 15px; box-shadow: var(--sh-5); backdrop-filter: blur(12px); display: flex; align-items: center; gap: 10px;
}

/* Stats com contador animado */
.about-stat { text-align: center; padding: 18px 12px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-1); transition: border-color .2s, box-shadow .2s, transform .2s var(--ease); }
.about-stat:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateY(-2px); }

.about-text { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.80; }
.ab-card:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateX(3px); }

/* ═══════════════════════════════════════════
   CASES
═══════════════════════════════════════════ */
.cases-section { background: #ffffff; }
.case-card { border: 1px solid var(--border); border-radius: var(--r-xl); background: var(--bg); overflow: hidden; display: flex; flex-direction: column; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.case-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.case-card-ac { background: linear-gradient(145deg,#0a1628 0%,#0d1f4a 100%); border-color: rgba(37,99,235,.25); box-shadow: var(--sh-4), 0 0 30px rgba(37,99,235,.10); }
.case-card-ac:hover { border-color: rgba(59,130,246,.40); box-shadow: var(--sh-5), 0 0 40px rgba(37,99,235,.18); transform: translateY(-4px); }
.case-top { padding: 16px 20px 0; display: flex; align-items: center; justify-content: space-between; }
.case-badge { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); background: var(--blue-dim); border: 1px solid var(--blue-border); padding: 3px 10px; border-radius: var(--r-pill); }
.case-card-ac .case-badge { color: #93c5fd; background: rgba(37,99,235,.16); border-color: rgba(96,165,250,.25); }
.case-logo { height: 28px; padding: 0 10px; background: var(--bg-3); border-radius: var(--r-sm); border: 1px solid var(--border); display: flex; align-items: center; font-size: 10px; color: var(--muted); }
.case-card-ac .case-logo { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-body { padding: 16px 20px; flex: 1; }
.case-title { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.018em; color: var(--ink); margin-bottom: 7px; }
.case-card-ac .case-title { color: #f1f5f9; }
.case-desc { font-size: 13px; color: var(--body); line-height: 1.66; }
.case-card-ac .case-desc { color: rgba(203,213,225,.60); }
.case-foot { padding: 12px 20px; border-top: 1px solid var(--border); font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: flex; align-items: center; gap: 5px; transition: gap .15s var(--ease), color .15s; }
.case-foot:hover { gap: 9px; }
.case-card-ac .case-foot { border-top-color: rgba(255,255,255,.07); color: #93c5fd; }
.case-card-ac .case-foot:hover { color: #fff; }

/* ── CASES MODERNOS ── */
.case-card-top {
  padding: 18px 20px 14px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.case-card-ac .case-card-top { border-bottom-color: rgba(255,255,255,.08); }
.case-logo-placeholder {
  height: 28px; padding: 0 10px; background: var(--bg-3);
  border-radius: var(--r-sm); border: 1px solid var(--border);
  display: flex; align-items: center; font-size: 10px; color: var(--muted);
  font-family: var(--fi);
}
.case-card-ac .case-logo-placeholder { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-metrics {
  display: flex; gap: 0;
  border-top: 1px solid var(--border-lt);
  margin-top: 14px; padding-top: 14px;
}
.case-card-ac .case-metrics { border-top-color: rgba(255,255,255,.08); }
.case-metric {
  flex: 1; text-align: center;
  padding: 6px 4px;
  border-right: 1px solid var(--border-lt);
}
.case-metric:last-child { border-right: none; }
.case-card-ac .case-metric { border-right-color: rgba(255,255,255,.08); }
.cm-val {
  display: block; font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: var(--blue); letter-spacing: -.02em; line-height: 1;
}
.case-card-ac .cm-val { color: #93c5fd; }
.cm-lbl {
  display: block; font-family: var(--fi); font-size: 10.5px; color: var(--muted);
  margin-top: 3px; font-weight: 300;
}
.case-card-ac .cm-lbl { color: var(--muted); }

/* ═══════════════════════════════════════════
   BLOG
═══════════════════════════════════════════ */
.blog-section { background: var(--bg); }
.post-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); display: flex; flex-direction: column; }
.post-card-uniform .post-img-wrap { flex-shrink: 0; }
.post-card-uniform .post-img { aspect-ratio: 16/9; height: 180px; }
.post-card-uniform > div:last-child { flex: 1; display: flex; flex-direction: column; }
.post-card-uniform .post-exc { flex: 1; }
.post-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.06); transform: translateY(-4px); }
.post-img-wrap { overflow: hidden; }
.post-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s var(--ease); display: block; }
.post-lead-img { aspect-ratio: unset; height: 100%; min-height: 240px; }
.post-card:hover .post-img { transform: scale(1.05); }
.post-cat { display: inline-block; padding: 3px 9px; background: var(--blue-dim); border-radius: var(--r-pill); font-size: 10px; font-weight: 600; color: var(--blue); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 9px; }
.post-title { font-family: var(--fp); font-size: 16px; font-weight: 600; letter-spacing: -.018em; color: var(--ink); line-height: 1.3; margin-bottom: 9px; }
.post-title a { transition: color .15s; }
.post-title a:hover { color: var(--blue); }
.post-exc { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.66; margin-bottom: 10px; }
.post-meta { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.post-link { font-family: var(--fp); font-size: 12px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease); }
.post-link:hover { gap: 8px; }

/* ═══════════════════════════════════════════
   FAQ COLAPSÁVEL (novo)
═══════════════════════════════════════════ */
.faq-section { background: var(--bg-2); }
.faq-item { border-bottom: 1px solid var(--border-lt); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; font-family: var(--fp); font-size: 15px; font-weight: 600;
  color: var(--ink); transition: color .15s;
}
.faq-q:hover { color: var(--blue); }
.faq-ico {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); display: flex; align-items: center;
  justify-content: center; color: var(--muted);
  transition: transform .25s var(--ease), background .15s, border-color .15s;
}
.faq-item.open .faq-ico { transform: rotate(45deg); background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue); }
.faq-a { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.76; max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .25s; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 16px; }

/* ═══════════════════════════════════════════
   CTA
═══════════════════════════════════════════ */
.cta-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
}
.cta-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .030;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.cta-mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse 80% 70% at 20% 60%, rgba(37,99,235,.17) 0%, transparent 65%), radial-gradient(ellipse 60% 50% at 80% 30%, rgba(59,130,246,.11) 0%, transparent 60%); }
.cta-wrap .container { position: relative; z-index: 2; }
.cta-title { font-family: var(--fp); font-size: clamp(2rem,3.8vw,3rem); font-weight: 800; color: #f8fafc; letter-spacing: -.034em; line-height: 1.10; margin-bottom: 16px; }
.cta-title .grad { background: linear-gradient(120deg,#93c5fd 0%,#60a5fa 40%,#dbeafe 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-sub { font-size: 16px; font-weight: 300; color: rgba(241,245,249,.50); line-height: 1.76; }
.cta-list { list-style: none; padding: 0; }
.cta-list li { font-size: 14px; color: rgba(241,245,249,.78); display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.cta-list li::before { content: ''; flex-shrink: 0; width: 17px; height: 17px; border-radius: 50%; background: var(--g-brand); background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.5L3.5 6.5L7.5 2.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-position: center; background-repeat: no-repeat; box-shadow: 0 0 8px rgba(37,99,235,.40); }

/* ═══════════════════════════════════════════
   FOOTER PREMIUM
═══════════════════════════════════════════ */
.site-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  position: relative;
}
/* Linha de acento colorida no topo */
.site-footer::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%); }

.footer-inner { padding: 56px 0 40px; }
.footer-logo img { height: 48px; width: auto; margin-bottom: 14px; }
.footer-tagline { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.74; max-width: 280px; margin-bottom: 22px; }
.footer-social { display: flex; gap: 8px; }
.footer-soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); box-shadow: var(--sh-1); cursor: pointer;
  transition: border-color .18s, color .18s, background .18s, transform .18s var(--ease), box-shadow .18s;
}
.footer-soc:hover { border-color: var(--blue-border); color: var(--blue); background: var(--blue-dim); transform: translateY(-2px); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); }

.footer-col-title { font-family: var(--fp); font-size: 12.5px; font-weight: 700; color: var(--ink); letter-spacing: -.008em; margin-bottom: 14px; }
.footer-col-list { list-style: none; padding: 0; }
.footer-col-list li { margin-bottom: 8px; }
.footer-col-list a { font-size: 13.5px; color: var(--body); display: inline-flex; align-items: center; gap: 0; transition: color .15s, gap .15s var(--ease); }
.footer-col-list a:hover { color: var(--blue); gap: 4px; }
.footer-col-list a:hover::before { content: '›'; font-size: 14px; }

.fci { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.fci-ico { width: 30px; height: 30px; border-radius: var(--r-md); flex-shrink: 0; background: var(--blue-dim); border: 1px solid var(--blue-border); display: flex; align-items: center; justify-content: center; color: var(--blue); margin-top: 1px; }
.fci-label { font-size: 10px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 2px; }
.fci-val { font-size: 13px; color: var(--body); }
.fci-val a { color: var(--body); transition: color .15s; }
.fci-val a:hover { color: var(--blue); }

.footer-divider { border: none; border-top: 1px solid var(--border-lt); margin: 0; }
.footer-bottom { padding: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.footer-copy { font-size: 11.5px; color: var(--muted); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11.5px; color: var(--muted); transition: color .15s; }
.footer-legal a:hover { color: var(--blue); }
.footer-seo { font-size: 11.5px; font-weight: 300; color: rgba(161,161,170,.65); line-height: 1.68; border-top: 1px solid var(--border-lt); padding-top: 12px; }

/* ═══════════════════════════════════════════
   SCROLL REVEAL / ANIMAÇÕES
═══════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
/* ── REVEAL GLOBAL FIX (preview) ── */
.reveal { opacity: 1 !important; transform: none !important; }

.reveal.vis { opacity: 1; transform: translateY(0); }
.reveal.vis { opacity: 1; transform: none; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes glowPulse { 0%,100% { box-shadow: var(--sh-b); } 50% { box-shadow: var(--sh-b-lg); } }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.ha > *:not(.hero-sub) { animation: fadeUp .65s var(--ease) both; }
.ha > *:nth-child(1) { animation-delay: .04s; }
.ha > *:nth-child(2) { animation-delay: .13s; }
.ha > *:nth-child(3) { animation-delay: .22s; }
.ha > *:nth-child(4) { animation-delay: .30s; }
.ha > *:nth-child(5) { animation-delay: .38s; }
.hfc { animation: fadeUp .65s var(--ease) .20s both; }
.btn-p { animation: glowPulse 3.5s ease-in-out infinite; }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 991px) {
  #navLinks { display: none !important; }
  #navCtaWrap { display: none !important; }
  .nav-links { display: none !important; }
  .nav-cta-wrap { display: none !important; }
  .nav-toggle { display: flex !important; align-items: center !important; justify-content: center !important; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-span2 { grid-column: span 2; }
  body { cursor: auto; }

}
@media (max-width: 767px) {
  /* ── GLOBAL CONTAINER PADDING MOBILE ── */
  .container { padding-left: 20px !important; padding-right: 20px !important; }
  section { padding: 56px 0; }

  /* ── HERO ── */
  .hero-wrap { padding-top: 100px; padding-bottom: 40px; }
  .hero-wrap .row { gap: 0 !important; }
  .hero-wrap .col-lg-7 { padding: 0 !important; margin-bottom: 32px; }
  .hero-wrap .col-lg-5 { padding: 0 !important; }
  .hero-title { font-size: 2.2rem; letter-spacing: -.030em; }
  .hero-sub { max-width: 100%; font-size: 14px; }
  .hero-checklist li { font-size: 13px; }
  .hero-cta-row { flex-direction: column; gap: 12px; }

  /* ── FORMULÁRIO HERO ── */
  .lead-card-wrap { margin: 0 !important; }
  .lead-card { padding: 22px 18px; }
  .lc-title { font-size: 15px !important; }
  .lead-card .row { margin: 0 !important; }
  .lead-card .col-6 { padding: 0 2px !important; }
  .proof-strip { margin-top: 32px; padding: 24px 0 8px; }

  /* Nav pill */
  .nav-pill { border-radius: var(--r-lg); padding: 0 14px; }

  /* Grids → 1 coluna */
  .svc-grid { grid-template-columns: 1fr; }
  .svc-span2 { grid-column: span 1; }
  .prob-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(3,1fr); }

  /* About */
  .mf-1 { left: -4px; }
  .mf-2 { right: -4px; }
  .diff-card { padding: 18px 16px; }

  /* Cases */
  .case-metrics { gap: 0; }
  .cm-val { font-size: 16px; }

  /* Blog posts uniformes */
  .post-card-uniform .post-img { height: 160px; }

  /* Seções escuras */
  .sol-item { padding: 18px 16px; }
  .sol-item::after { display: none; }
  .sol-title { font-size: 15px; }

  /* CTA */
  .cta-title { font-size: 1.7rem; }
  .cta-sub { font-size: 14px; }
  .d-flex.gap-3.justify-content-center { flex-direction: column; align-items: center; }

  /* FAQ */
  .faq-q { font-size: 14px; }

  /* Footer */
  .footer-inner { padding: 40px 0 28px; }
  .footer-col-list a { font-size: 13px; }

  /* Sticky */
  .sticky-cta { display: none; }
  .sticky-cta-text { font-size: 13px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.9rem; }
  .sec-title { font-size: 1.5rem; }
  .btn-p.xl, .btn-ghost.xl { padding: 13px 22px; font-size: 14px; }
  .about-stats-row { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
  .case-card-top { flex-wrap: wrap; gap: 8px; }
  .proof-label { font-size: 9px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-legal { flex-wrap: wrap; gap: 12px; }
}

body { padding-top: calc(var(--hh) + 4px); }
.hero-wrap { padding-top: 96px; }

/* ── BARRA MOBILE CTA ── */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 950;
  height: 56px;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(0,0,0,.08);
}
.mobile-bar-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  border: none; background: none; cursor: pointer;
  transition: background .15s;
  height: 100%;
}
.mobile-bar-btn {
  background: #25d366; color: #fff;
}
.mobile-bar-btn:hover { background: #1ebe5d; }
@media (max-width: 991px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 56px; }
  .sticky-cta { bottom: 56px; }
  .wa-float { display: none; }
  .btt { bottom: 72px; }
}

/* ── HERO CHECKLIST ── */
.hero-checklist {
  list-style: none; padding: 0; margin-bottom: 32px;
}
.hero-checklist li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--fi); font-size: 14px; font-weight: 500;
  color: #ffffff; margin-bottom: 9px; line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0,0,0,.45);
}
.hcl-ico {
  flex-shrink: 0; width: 20px; height: 20px;
  border-radius: 50%; background: var(--g-brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: #fff; margin-top: 1px;
  box-shadow: 0 0 10px rgba(37,99,235,.40);
}

.proof-strip {
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 16px 0;
  overflow: hidden;
  position: relative;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center;
  margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 24px; width: auto; max-width: 110px;
  object-fit: contain; opacity: .60;
  filter: brightness(0) invert(1);
  transition: opacity .2s, filter .2s; flex-shrink: 0; display: block;
}
.proof-logo:hover { opacity: 1; filter: brightness(0) invert(1); }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}

/* ── PROOF STRIP ── */
.proof-strip {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 32px 0 8px;
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 48px;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center; margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 32px; width: auto; max-width: 160px;
  object-fit: contain; opacity: .70;
  transition: opacity .2s; flex-shrink: 0; display: block;
  image-rendering: -webkit-optimize-contrast;
}
.proof-logo:hover { opacity: 1; }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
 }

/* ── SVC CARD FEATURED ── */
.svc-card-featured {
  border-color: var(--blue) !important;
  box-shadow: var(--sh-3), 0 0 0 1px var(--blue-border), 0 0 24px rgba(37,99,235,.08) !important;
}
.svc-card-featured::after {
  content: 'Principal';
  position: absolute; top: 14px; right: 14px;
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: var(--r-pill);
  letter-spacing: .06em; text-transform: uppercase;
}


/* ── PROBLEMS ACCORDION ── */
.problems-section {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.problems-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--blue-mid) 50%, var(--blue) 70%, transparent 100%);
  opacity: .45;
}

.prob-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.prob-sticky {
  position: static;
}
.prob-intro-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin-bottom: 28px;
}
.prob-cta-wrap { margin-top: 32px; }
.prob-cta-label {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); margin-bottom: 20px; line-height: 1.76;
}
.prob-cta-label strong { color: var(--ink); font-weight: 600; }

/* Accordion */
.prob-accordion { display: flex; flex-direction: column; gap: 0; }

.prob-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.prob-item:first-child { border-top: 1px solid var(--border); }

.prob-trigger {
  width: 100%; background: none; border: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; text-align: left;
  transition: color .18s;
}
.prob-trigger:hover .prob-trigger-title { color: var(--blue); }

.prob-trigger-left {
  display: flex; align-items: center; gap: 14px;
}
.prob-num {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px;
  background: var(--bg-3); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  color: var(--muted); transition: background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-num {
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}
.prob-trigger-title {
  font-family: var(--fp); font-size: 15.5px; font-weight: 600;
  color: var(--ink); letter-spacing: -.016em; line-height: 1.3;
  transition: color .18s;
}
.prob-item.open .prob-trigger-title { color: var(--blue); }

.prob-chevron {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); transition: transform .28s var(--ease), background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-chevron {
  transform: rotate(180deg);
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}

.prob-body {
  max-height: 0; overflow: hidden;
  transition: max-height .38s var(--ease), padding .28s;
  padding: 0 0 0 42px;
}
.prob-item.open .prob-body {
  max-height: 200px;
  padding: 0 0 18px 42px;
}
.prob-body-text {
  font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: var(--body); line-height: 1.74;
}

@media (max-width: 767px) {
  .prob-layout { grid-template-columns: 1fr; gap: 36px; }
  .prob-sticky { position: static; }
  .prob-trigger-title { font-size: 14.5px; }
}

@media (max-width: 767px) {
  .prob-cta-wrap { display: none; }
  .prob-cta-mobile { display: block; margin-top: 32px; }
}
@media (min-width: 768px) {
  .prob-cta-mobile { display: none; }
}




/* ── SERVICES EDITORIAL ── */
.svc-section-dark {
  position: relative; overflow: hidden; isolation: isolate;
  background: radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
}
.svc-section-dark::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, #2563eb 30%, #3b82f6 50%, #2563eb 70%, transparent 100%);
  opacity: .5; z-index: 2;
}
.svc-section-dark .sec-title { color: #f1f5f9; }
.svc-section-dark .sec-rule { background: linear-gradient(90deg, #2563eb, #60a5fa); }

/* Header split */
.svc-header-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end; margin-bottom: 56px;
}
.svc-header-right {
  display: flex; flex-direction: column;
  justify-content: flex-end; gap: 16px;
}
.svc-header-desc {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}

/* Lista editorial */
.svc-list { border-top: 1px solid rgba(255,255,255,.08); }

.svc-row {
  display: grid;
  grid-template-columns: 72px 1fr 1fr auto;
  gap: 32px; align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .2s;
  cursor: default;
  position: relative;
}
.svc-row::before {
  content: '';
  position: absolute; left: -24px; right: -24px; top: 0; bottom: 0;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.03);
  opacity: 0;
  transition: opacity .2s;
}
.svc-row:hover::before { opacity: 1; }
.svc-row:hover .svc-row-num { color: var(--blue); }
.svc-row:hover .svc-row-title { color: #fff; }
.svc-row:hover .svc-row-link { color: #93c5fd; gap: 8px; }

.svc-row-num {
  font-family: var(--fp); font-size: 42px; font-weight: 900;
  color: rgba(255,255,255,.10); letter-spacing: -.03em;
  line-height: 1; transition: color .2s;
}
.svc-row:hover .svc-row-num { color: rgba(37,99,235,.50); }
.svc-row-title {
  font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: rgba(241,245,249,.90); letter-spacing: -.022em;
  line-height: 1.25;
  transition: color .2s;
}
.svc-row-tag {
  display: inline-flex; align-items: center;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
  margin-top: 6px;
}
.svc-row-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}
.svc-row-link {
  font-family: var(--fp); font-size: 12.5px; font-weight: 600;
  color: #60a5fa; display: inline-flex; align-items: center;
  gap: 4px; white-space: nowrap;
  transition: gap .18s, color .18s;
}
.svc-row-featured .svc-row-title { color: #60a5fa; }
.svc-row-featured .svc-row-num { color: var(--blue); }

@media (max-width: 991px) {
  .svc-header-split { grid-template-columns: 1fr; gap: 20px; }
  .svc-row { grid-template-columns: 60px 1fr; gap: 16px; }
  .svc-row-text { display: none; }
  .svc-row-link { display: none; }
  .svc-row-title { font-size: 16px; }
}
@media (max-width: 575px) {
  .svc-row { grid-template-columns: 56px 1fr; padding: 22px 0; }
}

/* ── ABOUT REDESIGN ── */
.about-section { background: var(--bg); position: relative; }

.about-top {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center; margin-bottom: 40px;
}

.about-kw-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--blue); letter-spacing: -.01em;
  margin-bottom: 16px; margin-top: -4px;
  text-transform: none;
}
.about-quote {
  font-family: var(--fp); font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800; color: var(--ink); letter-spacing: -.030em;
  line-height: 1.22; position: relative; padding-left: 24px;
}
.about-quote::before {
  content: '';
  position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-mid) 100%);
  border-radius: 2px;
}
.about-quote span { color: var(--blue); }

.about-right { display: flex; flex-direction: column; gap: 28px; }
.about-intro {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76;
}
.about-stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.about-stat {
  padding: 20px 18px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 2.5px solid var(--blue);
  border-radius: var(--r-xl);
  display: flex; flex-direction: column; gap: 6px;
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
  box-shadow: var(--sh-1);
}
.about-stat:hover {
  border-color: var(--blue-border);
  border-top-color: var(--blue-mid);
  box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim);
  transform: translateY(-2px);
}
.about-stat-num {
  font-family: var(--fp); font-size: 28px; font-weight: 900;
  color: var(--blue); letter-spacing: -.03em; line-height: 1;
}
.about-stat-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); letter-spacing: -.01em;
}
.about-stat-lbl {
  font-family: var(--fi); font-size: 11.5px; font-weight: 400;
  color: var(--muted); line-height: 1.4;
}



/* ── ABOUT DIFFS — timeline horizontal ── */
.about-diffs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  padding-top: 0;
}
.about-diffs::before {
  content: '';
  position: absolute;
  top: 34px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 1px;
  background: linear-gradient(90deg, var(--blue-border), var(--blue), var(--blue-border));
  z-index: 0;
}
.diff-card-new {
  background: none;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.diff-card-new:hover { background: none; }
.diff-ico-new {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--blue);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 20px;
  box-shadow: 0 0 0 4px var(--bg), 0 0 0 5px var(--blue-border);
  flex-shrink: 0;
}
.diff-card-new:hover .diff-ico-new {
  background: var(--blue-dim);
}
.diff-title-new {
  font-family: var(--fp); font-size: 13px; font-weight: 700;
  color: var(--ink); letter-spacing: -.012em;
  margin-bottom: 6px; line-height: 1.3;
}
.diff-text-new {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.65;
}
@media (max-width: 991px) {
  .about-top { grid-template-columns: 1fr; gap: 32px; }
  .about-diffs { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .about-diffs::before { display: none; }
  .diff-card-new { align-items: flex-start; text-align: left; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .about-top { grid-template-columns: 1fr; gap: 24px; }
  .about-right { gap: 20px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .about-stat { padding: 14px 10px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
}
@media (max-width: 575px) {
  .about-diffs { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 6px; }
}




/* ── FORM FIELDS ── */
.lead-card .form-control,
.lead-card .form-select {
  font-family: var(--fi);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 8px 11px;
  height: auto;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .18s, box-shadow .18s;
}
.lead-card .form-control:focus,
.lead-card .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-dim);
  outline: none;
}
.lead-card .form-control::placeholder {
  color: var(--muted);
  font-size: 13px;
}
.lead-card .form-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
.lead-card .lc-title {
  font-size: 15px;
  font-weight: 700;
}
.lead-card .lc-sub {
  font-size: 12px;
}
.lead-card .form-text {
  font-size: 11px;
  color: var(--muted);
}

/* ═══════════════════════════════════════════
   CASES V2 — com mockup de browser
═══════════════════════════════════════════ */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.case-card-v2 {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg);
  display: flex; flex-direction: column;
  box-shadow: var(--sh-2);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
}
.case-card-v2:hover {
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.18);
}
.ccv2-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 10px;
}
.ccv2-badge {
  font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
}
.badge-blue   { background: rgba(37,99,235,.08);  color: var(--blue); }
.badge-green  { background: rgba(22,163,74,.10);  color: #15803d; }
.badge-amber  { background: rgba(180,117,7,.10);  color: #b45309; }
.badge-purple { background: rgba(109,40,217,.08); color: #6d28d9; }

.ccv2-logo {
  height: 24px; padding: 0 10px;
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r-md);
  display: flex; align-items: center;
  font-family: var(--fi); font-size: 10.5px; font-weight: 600; color: var(--muted);
}
.ccv2-browser {
  margin: 0 12px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-2);
}
.ccv2-bar {
  background: var(--bg-3); padding: 7px 10px;
  display: flex; align-items: center; gap: 5px;
  border-bottom: 1px solid var(--border);
}
.ccv2-dot {
  width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex-shrink: 0;
}
.dot-r { background: #ff5f57; }
.dot-y { background: #febc2e; }
.dot-g { background: #28c840; }
.ccv2-url {
  flex: 1; background: var(--bg);
  border: 1px solid var(--border); border-radius: 4px;
  padding: 2px 8px;
  font-family: var(--fi); font-size: 9.5px; color: var(--muted);
}
.ccv2-screen {
  height: 148px; overflow: hidden; display: block;
}
.ccv2-screen img {
  width: 100%; display: block;
  object-fit: cover; object-position: top center;
  transition: transform .5s var(--ease);
}
.case-card-v2:hover .ccv2-screen img { transform: scale(1.03); }

.ccv2-body { padding: 14px 16px 8px; flex: 1; }
.ccv2-name {
  font-family: var(--fp); font-size: 14px; font-weight: 700;
  color: var(--ink); letter-spacing: -.016em; margin-bottom: 5px; line-height: 1.3;
}
.ccv2-desc {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.6;
}
.ccv2-metrics {
  display: flex;
  border-top: 1px solid var(--border-lt);
  margin: 10px 16px 0;
}
.ccv2-m {
  flex: 1; text-align: center; padding: 10px 4px;
  border-right: 1px solid var(--border-lt);
}
.ccv2-m:last-child { border-right: none; }
.ccv2-val {
  display: block; font-family: var(--fp); font-size: 17px; font-weight: 700;
  letter-spacing: -.02em; line-height: 1.1;
}
.v-blue  { color: var(--blue); }
.v-green { color: #16a34a; }
.ccv2-lbl {
  display: block; font-family: var(--fi); font-size: 10px;
  color: var(--muted); margin-top: 2px;
}
.ccv2-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px 14px;
  font-family: var(--fp); font-size: 12px; font-weight: 600;
  color: var(--blue); text-decoration: none;
  transition: gap .15s var(--ease), color .15s;
}
.ccv2-foot:hover { color: #1d4ed8; }
.ccv2-time {
  font-family: var(--fi); font-size: 10px; font-weight: 400; color: var(--muted);
}

@media (max-width: 991px) {
  .cases-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .cases-grid { grid-template-columns: 1fr; }
  .ccv2-screen { height: 180px; }
}


.nav-dropdown-btn {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 6px 13px !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  border-radius: var(--r-pill) !important;
  transition: color .18s, background .18s !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}
.nav-dropdown-btn:hover { color: var(--ink) !important; background: rgba(0,0,0,.04) !important; }
.nav-chevron {
  transition: transform .2s var(--ease);
  flex-shrink: 0;
  color: var(--muted);
  pointer-events: none;
}
.nav-dropdown-btn[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }

/* Dropdown — posicionado relativo ao site-nav, fora do pill */
nav.site-nav { position: fixed !important; overflow: visible !important; }
.nav-dropdown {
  display: none;
  position: fixed;
  top: 82px;
  width: 300px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-6);
  padding: 8px;
  z-index: 9999;
}
.nav-dropdown.open { display: block; }
.nav-dd-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border-radius: var(--r-lg) !important;
  text-decoration: none !important;
  transition: background .15s !important;
}
.nav-dd-item:hover { background: var(--bg-2) !important; }
.nav-dd-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: var(--r-md);
  background: var(--blue-dim);
  border: 1px solid var(--blue-border);
  display: flex !important; align-items: center !important; justify-content: center !important;
  color: var(--blue); margin-top: 1px;
}
.nav-dd-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); margin-bottom: 3px; display: block; line-height: 1.3;
}
.nav-dd-desc {
  font-family: var(--fi); font-size: 11.5px; font-weight: 300;
  color: var(--muted); line-height: 1.4; display: block; max-width: 220px;
}

/* ═══════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════ */
:root {
  --blue:        #2563eb;
  --blue-mid:    #3b82f6;
  --blue-lt:     #60a5fa;
  --blue-dim:    rgba(37,99,235,.09);
  --blue-glow:   rgba(37,99,235,.28);
  --blue-border: rgba(37,99,235,.18);
  --ink:         #09090b;
  --ink-2:       #18181b;
  --body:        #52525b;
  --muted:       #a1a1aa;
  --border:      #e4e4e7;
  --border-lt:   rgba(228,228,231,.55);
  --bg:          #ffffff;
  --bg-2:        #fafafa;
  --bg-3:        #f4f4f5;

  --g-brand: linear-gradient(135deg,#2563eb 0%,#3b82f6 60%,#60a5fa 100%);
  --g-dark:  radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
  --g-sol:   radial-gradient(ellipse 140% 100% at 50% -5%, #0c1c44 0%, #06102e 55%, #030c20 100%);

  --sh-1: 0 1px 2px rgba(0,0,0,.05);
  --sh-2: 0 1px 4px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --sh-3: 0 4px 12px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.03);
  --sh-4: 0 8px 24px rgba(0,0,0,.08), 0 3px 8px rgba(0,0,0,.04);
  --sh-5: 0 16px 40px rgba(0,0,0,.10), 0 6px 16px rgba(0,0,0,.05);
  --sh-6: 0 24px 64px rgba(0,0,0,.13), 0 8px 24px rgba(0,0,0,.06);
  --sh-b:    0 4px 20px rgba(37,99,235,.28), 0 1px 4px rgba(37,99,235,.16);
  --sh-b-lg: 0 8px 32px rgba(37,99,235,.38), 0 4px 12px rgba(37,99,235,.20);

  --fp: 'Poppins', sans-serif;
  --fi: 'Inter', sans-serif;
  --r-sm:  8px; --r-md: 12px; --r-lg: 16px;
  --r-xl:  20px; --r-2xl: 24px; --r-pill: 9999px;
  --ease: cubic-bezier(.16,1,.3,1);
  --ease-std: cubic-bezier(.4,0,.2,1);
  --hh: 90px;
}

/* ── RESET & BASE ── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fi); color: var(--body);
  background: var(--bg); -webkit-font-smoothing: antialiased;
  overflow-x: hidden; font-size: 15px; line-height: 1.65;

}
h1,h2,h3,h4 { font-family: var(--fp); color: var(--ink); letter-spacing: -.024em; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
section { padding: 96px 0; }

/* ═══════════════════════════════════════════
   PROGRESS BAR DE SCROLL
═══════════════════════════════════════════ */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 9997; pointer-events: none;
  background: linear-gradient(90deg, var(--blue), var(--blue-lt));
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .1s linear;
}

/* ═══════════════════════════════════════════
   EYEBROW
═══════════════════════════════════════════ */
.ey {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: var(--r-pill);
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  color: var(--blue); font-family: var(--fi); font-size: 10.5px;
  font-weight: 600; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 16px;
}
.ey-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); flex-shrink: 0;
  animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.ey-lt { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.78); }
.ey-lt .ey-dot { background: var(--blue-lt); }

/* ═══════════════════════════════════════════
   BOTÕES
═══════════════════════════════════════════ */
.btn-p {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill); border: none;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  white-space: nowrap; cursor: pointer; position: relative; overflow: hidden;
  background: var(--g-brand); color: #fff;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), filter .2s;
  letter-spacing: -.01em;
}
.btn-p::before {
  content: '';
  position: absolute; top: 0; left: -100%; width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transition: left .5s var(--ease);
}
.btn-p:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--sh-b-lg), inset 0 1px 0 rgba(255,255,255,.15); filter: brightness(1.04); }
.btn-p:hover::before { left: 140%; }
.btn-p:active { transform: translateY(0) scale(.98); filter: brightness(.97); }
.btn-p.lg  { padding: 13px 28px; font-size: 14px; }
.btn-p.xl  { padding: 15px 32px; font-size: 15px; }
.btn-p.full { width: 100%; }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.88); font-family: var(--fp); font-size: 14px; font-weight: 600;
  backdrop-filter: blur(8px); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .2s, background .2s, color .2s;
}
.btn-ghost.xl { padding: 15px 32px; font-size: 15px; }
.btn-ghost:hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.10); color: #fff; }

.btn-out {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 22px; border-radius: var(--r-pill);
  border: 1px solid var(--border); background: var(--bg);
  color: var(--ink); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  box-shadow: var(--sh-2); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .18s, box-shadow .18s, transform .18s var(--ease);
}
.btn-out:hover { border-color: var(--blue-border); box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim); transform: translateY(-1px); color: var(--ink); }

.btn-sol {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 0; border-radius: 0;
  background: none; border: none;
  color: var(--blue); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  cursor: pointer;
  transition: gap .18s var(--ease), color .18s;
}
.btn-sol:hover { gap: 10px; color: #1d4ed8; background: none; border: none; transform: none; box-shadow: none; }

.arr { display: inline-block; transition: transform .18s var(--ease); }
.btn-p:hover .arr, .btn-out:hover .arr, .btn-ghost:hover .arr, .btn-sol:hover .arr { transform: translateX(3px); }

/* ── NAVBAR BOOTSTRAP RESET ── */
nav.site-nav, nav.site-nav * { box-sizing: border-box !important; }
nav.site-nav { display: block !important; }
nav.site-nav .nav-pill { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; }
nav.site-nav .nav-links { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
nav.site-nav .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 13px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  text-decoration: none !important;
  border-radius: var(--r-pill) !important;
  position: relative !important;
  transition: color .18s !important;
}
nav.site-nav .nav-link::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 13px !important; right: 13px !important;
  height: 2px !important;
  background: var(--g-brand) !important;
  border-radius: 1px !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform .22s var(--ease) !important;
}
nav.site-nav .nav-link:hover { color: var(--blue) !important; }
nav.site-nav .nav-link:hover::after { transform: scaleX(1) !important; }
nav.site-nav .nav-link.active::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 50% !important;
  transform: translateX(-50%) !important;
  width: 4px !important; height: 4px !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
}
nav.site-nav .nav-cta-wrap { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-brand { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-toggle { cursor: pointer !important; background: none !important; border: none !important; }

/* ═══════════════════════════════════════════
   NAVBAR — pill premium
═══════════════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 12px 24px;
  transition: padding .3s var(--ease);
}
.site-nav.scrolled { padding: 8px 24px; }

.nav-pill {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  height: 66px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  overflow: visible;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(210,210,220,.55);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.04);
  transition: background .3s, box-shadow .3s;
}
.site-nav.scrolled .nav-pill {
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 20px rgba(0,0,0,.10);
  overflow: visible !important;
}

.nav-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  margin-right: 8px;
}
.nav-brand img {
  height: 54px;
  width: auto;
  display: block;
}

.nav-links {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.nav-cta-wrap {
  flex-shrink: 0;
  margin-left: 8px;
}

.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: var(--r-pill);
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  cursor: pointer; letter-spacing: -.01em; text-decoration: none;
  white-space: nowrap;
  transition: transform .18s var(--ease), box-shadow .18s, filter .18s;
}
.nav-cta:hover { color: #fff; transform: translateY(-1px); filter: brightness(1.05); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; border-radius: var(--r-md); transition: background .15s; margin-left: auto; touch-action: manipulation; -webkit-tap-highlight-color: transparent; min-width: 44px; min-height: 44px; }
.nav-toggle:hover { background: var(--bg-3); }
.nav-mob { display: none; position: fixed; top: 90px; left: 0; right: 0; padding: 0 16px; z-index: 999; }
.nav-mob.open { display: block; }
.nav-mob-inner { background: rgba(255,255,255,.97); border: 1px solid var(--border-lt); border-radius: var(--r-xl); box-shadow: var(--sh-6); backdrop-filter: blur(24px); padding: 12px 8px; }
.nav-mob-link { display: block; padding: 10px 16px; font-size: 14px; font-weight: 500; color: var(--body); border-radius: var(--r-lg); transition: background .15s, color .15s; }
.nav-mob-link:hover { background: var(--bg-3); color: var(--ink); }
.nav-mob-cta { display: flex; align-items: center; justify-content: center; margin: 8px 8px 4px; padding: 12px; border-radius: var(--r-lg); background: var(--g-brand); color: #fff; font-family: var(--fp); font-size: 13.5px; font-weight: 600; box-shadow: var(--sh-b); }

/* ═══════════════════════════════════════════
   STICKY CTA BAR (aparece após rolar hero)
═══════════════════════════════════════════ */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  transform: translateY(100%); transition: transform .4s var(--ease);
  padding: 14px 24px;
  background: rgba(255,255,255,.94); backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0,0,0,.08);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-text { font-family: var(--fp); font-size: 14px; font-weight: 600; color: var(--ink); }
.sticky-cta-sub { font-size: 12px; font-weight: 400; color: var(--muted); }

/* ═══════════════════════════════════════════
   WHATSAPP FLOATING BUTTON
═══════════════════════════════════════════ */
.wa-float {
  position: fixed; bottom: 80px; right: 24px; z-index: 890;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366;
  box-shadow: 0 4px 20px rgba(37,211,102,.40), 0 2px 6px rgba(0,0,0,.15);
  display: flex; align-items: center; justify-content: center; color: #fff;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
  cursor: pointer;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55), 0 3px 8px rgba(0,0,0,.18); color: #fff; }
.wa-float::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: #25d366; animation: waPulse 2.5s ease-in-out infinite; opacity: .6;
}
@keyframes waPulse { 0%{transform:scale(1);opacity:.5} 70%{transform:scale(1.5);opacity:0} 100%{transform:scale(1.5);opacity:0} }

/* Back-to-top */
.btt {
  position: fixed; bottom: 144px; right: 24px; z-index: 890;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--border);
  box-shadow: var(--sh-3); display: flex; align-items: center; justify-content: center;
  color: var(--muted); cursor: pointer; opacity: 0; transform: translateY(8px);
  transition: opacity .3s, transform .3s var(--ease), color .15s, border-color .15s;
}
.btt.visible { opacity: 1; transform: translateY(0); }
.btt:hover { color: var(--blue); border-color: var(--blue-border); }

/* ═══════════════════════════════════════════
   TOAST DE CONFIRMAÇÃO
═══════════════════════════════════════════ */
.toast-wrap {
  position: fixed; top: 100px; right: 24px; z-index: 9000;
  transform: translateX(120%); transition: transform .4s var(--ease);
}
.toast-wrap.show { transform: translateX(0); }
.toast-card {
  background: var(--bg); border: 1px solid #22c55e;
  border-radius: var(--r-lg); padding: 14px 18px;
  box-shadow: var(--sh-5);
  display: flex; align-items: center; gap: 12px;
  min-width: 280px;
}
.toast-ico { width: 36px; height: 36px; border-radius: 50%; background: #dcfce7; display: flex; align-items: center; justify-content: center; color: #16a34a; flex-shrink: 0; }
.toast-title { font-family: var(--fp); font-size: 13.5px; font-weight: 600; color: var(--ink); }
.toast-sub { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.hero-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
  padding-top: calc(var(--hh) + 100px); padding-bottom: 64px;
  display: flex; align-items: center;
}
/* Noise grain */
.hero-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
/* Mesh radials */
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.hero-mesh::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 50%, rgba(37,99,235,.17) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(59,130,246,.11) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 60% 90%, rgba(37,99,235,.07) 0%, transparent 55%);
}
/* Grid pattern */
.hero-mesh::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}
/* Orbs parallax */
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.hero-orb-1 { width: 580px; height: 580px; background: radial-gradient(circle, rgba(37,99,235,.20) 0%, transparent 70%); top: -100px; left: -80px; filter: blur(72px); }
.hero-orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(96,165,250,.14) 0%, transparent 70%); bottom: -60px; right: 8%; filter: blur(60px); }
.hero-orb-3 { width: 200px; height: 200px; background: radial-gradient(circle, rgba(59,130,246,.18) 0%, transparent 70%); top: 30%; right: 20%; filter: blur(40px); }
/* Fade na borda inferior */
.hero-wrap .container { position: relative; z-index: 3; width: 100%; }

/* Headline principal — Poppins 900 */
.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900; color: #f8fafc;
  letter-spacing: -.040em; line-height: 1.05; margin-bottom: 22px;
}
.hero-title .line-grad {
  color: #f8fafc;
  -webkit-text-fill-color: #f8fafc;
}
.hero-title .line { display: block; }

 }

.hero-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300; line-height: 1.76;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin-bottom: 28px; max-width: 520px;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* LEAD CARD — gradient border animado */
.lead-card-wrap {
  position: relative; border-radius: var(--r-2xl); padding: 1.5px;
  background: linear-gradient(135deg, rgba(37,99,235,.40) 0%, rgba(96,165,250,.20) 50%, rgba(37,99,235,.40) 100%);
  background-size: 200% 200%;
  animation: borderShift 4s ease-in-out infinite;
}
@keyframes borderShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.lead-card {
  background: rgba(255,255,255,.98); border-radius: calc(var(--r-2xl) - 1.5px);
  padding: 28px 26px; box-shadow: var(--sh-6);
}
.lc-header {
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.lc-accent {
  width: 28px; height: 3px; border-radius: 2px;
  background: var(--g-brand); margin-bottom: 14px;
}
.lc-title {
  font-family: var(--fp) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem) !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  letter-spacing: -.018em !important;
  line-height: 1.35 !important;
  margin-bottom: 10px !important;
}
.lc-title span { color: var(--blue) !important; }
.lc-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin: 0;
}

.form-label { font-family: var(--fi); font-size: 10px; font-weight: 600; color: var(--ink-2); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 4px; }
.form-control, .form-select {
  font-family: var(--fi); font-size: 13px; color: var(--ink);
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 9px 12px;
  box-shadow: var(--sh-1);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.form-control:focus, .form-select:focus {
  outline: none; background: var(--bg);
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.10), var(--sh-1);
}
.form-control::placeholder { color: var(--muted); font-size: 12.5px; }
.form-text { font-size: 11px; color: var(--muted); }

/* Campo obrigatório — indicador elegante */
.form-label.req::after { content: ' ●'; font-size: 6px; color: var(--blue); vertical-align: super; }

 100% { transform: translateX(-50%); } }

/* ═══════════════════════════════════════════
   SECTION HELPERS
═══════════════════════════════════════════ */
.sec-header { text-align: center; max-width: 600px; margin: 0 auto 52px; }
.sec-title { font-family: var(--fp); font-size: clamp(1.7rem, 2.5vw, 2.2rem); font-weight: 700; letter-spacing: -.026em; color: var(--ink); margin-bottom: 12px; }
.sec-title-lt { color: #f1f5f9; }
.sec-desc { font-family: var(--fi); font-size: 15.5px; font-weight: 300; color: var(--body); line-height: 1.76; }
.sec-desc-lt { color: rgba(241,245,249,.72); }
.sec-rule { width: 32px; height: 2.5px; border-radius: 2px; background: var(--g-brand); margin: 0 0 18px 0; }
.section-sep { display: none; }

/* ═══════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════ */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

.svc-card {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px 24px;
  background: var(--bg);
  position: relative; overflow: hidden;
  box-shadow: var(--sh-2);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
  height: 100%;
}
.svc-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37,99,235,.05) 0%, transparent 70%);
  opacity: 0; transition: opacity .3s; border-radius: var(--r-xl);
}
.svc-card:hover { border-color: rgba(37,99,235,.20); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.svc-card:hover::before { opacity: 1; }
/* Número background grande — hierarquia visual */
.svc-card-num {
  position: absolute; right: 16px; top: 8px;
  font-family: var(--fp); font-size: 80px; font-weight: 900;
  color: rgba(0,0,0,.03); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}
/* svc-card-ac igual ao svc-card */


.svc-icon {
  width: 48px; height: 48px; border-radius: var(--r-lg); background: var(--bg-2);
  border: 1px solid var(--border-lt); display: flex; align-items: center;
  justify-content: center; margin-bottom: 18px; overflow: hidden; box-shadow: var(--sh-1);
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.svc-card:hover .svc-icon { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-2), 0 0 0 3px rgba(37,99,235,.06); transform: scale(1.06); }
.svc-card:not(.svc-card-ac) .svc-icon img { filter: none; }
.svc-icon { background: var(--bg-2); border: 1px solid var(--border-lt); box-shadow: var(--sh-1); }

.svc-name { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.020em; color: var(--ink); margin-bottom: 8px; line-height: 1.25; }
.svc-text { font-family: var(--fi); font-size: 13.5px; font-weight: 300; color: #71717a; line-height: 1.72; margin-bottom: 16px; }

/* Linha separadora sutil entre desc e link */
.svc-divider { height: 1px; background: var(--border-lt); margin-bottom: 14px; }

.svc-link { font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease), color .15s; }
.svc-link:hover { gap: 8px; color: #1d4ed8; }

/* ═══════════════════════════════════════════
   SOLUTIONS — dark premium
═══════════════════════════════════════════ */
.sol-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--bg-2);
}
.sol-wrap::before { display: none; }
.sol-wrap::after {
  display: none; content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.sol-orbs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sol-orb { position: absolute; border-radius: 50%; filter: blur(64px); }
.sol-orb-1 { display: none; }
.sol-orb-2 { display: none; }
.sol-grid-bg {
  display: none; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,.020) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.020) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 80%);
}
.sol-wrap .container { position: relative; z-index: 2; }

.sol-item {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px 28px 28px 24px; border-radius: var(--r-xl);
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  box-shadow: var(--sh-2);
  transition: background .22s, border-color .22s, transform .22s var(--ease);
  position: relative; z-index: 1;
}
.sol-item:hover {
  background: var(--bg);
  border-color: var(--blue-border);
  border-left-color: var(--blue);
  transform: translateX(4px);
  box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim);
}
/* Número de fundo decorativo */
.sol-item::after {
  content: attr(data-n);
  position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  font-family: var(--fp); font-size: 96px; font-weight: 900;
  color: rgba(0,0,0,.04); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}

.sol-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--blue-border); background: var(--blue-dim); display: flex; align-items: center; justify-content: center; font-family: var(--fp); font-size: 11.5px; font-weight: 600; color: var(--blue); margin-top: 2px; }
.sol-title { font-family: var(--fp); font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -.022em; margin-bottom: 7px; line-height: 1.3; }
.sol-desc { font-family: var(--fi); font-size: 14px; font-weight: 300; color: var(--body); line-height: 1.76; margin-bottom: 14px; }

/* ═══════════════════════════════════════════
   ABOUT — com contadores animados
═══════════════════════════════════════════ */
.about-section { background: #ffffff; }

.mf {
  position: absolute; z-index: 2; background: rgba(255,255,255,.96); border: 1px solid var(--border-lt); border-radius: var(--r-lg); padding: 11px 15px; box-shadow: var(--sh-5); backdrop-filter: blur(12px); display: flex; align-items: center; gap: 10px;
}

/* Stats com contador animado */
.about-stat { text-align: center; padding: 18px 12px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-1); transition: border-color .2s, box-shadow .2s, transform .2s var(--ease); }
.about-stat:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateY(-2px); }

.about-text { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.80; }
.ab-card:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateX(3px); }

/* ═══════════════════════════════════════════
   CASES
═══════════════════════════════════════════ */
.cases-section { background: #ffffff; }
.case-card { border: 1px solid var(--border); border-radius: var(--r-xl); background: var(--bg); overflow: hidden; display: flex; flex-direction: column; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.case-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.case-card-ac { background: linear-gradient(145deg,#0a1628 0%,#0d1f4a 100%); border-color: rgba(37,99,235,.25); box-shadow: var(--sh-4), 0 0 30px rgba(37,99,235,.10); }
.case-card-ac:hover { border-color: rgba(59,130,246,.40); box-shadow: var(--sh-5), 0 0 40px rgba(37,99,235,.18); transform: translateY(-4px); }
.case-top { padding: 16px 20px 0; display: flex; align-items: center; justify-content: space-between; }
.case-badge { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); background: var(--blue-dim); border: 1px solid var(--blue-border); padding: 3px 10px; border-radius: var(--r-pill); }
.case-card-ac .case-badge { color: #93c5fd; background: rgba(37,99,235,.16); border-color: rgba(96,165,250,.25); }
.case-logo { height: 28px; padding: 0 10px; background: var(--bg-3); border-radius: var(--r-sm); border: 1px solid var(--border); display: flex; align-items: center; font-size: 10px; color: var(--muted); }
.case-card-ac .case-logo { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-body { padding: 16px 20px; flex: 1; }
.case-title { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.018em; color: var(--ink); margin-bottom: 7px; }
.case-card-ac .case-title { color: #f1f5f9; }
.case-desc { font-size: 13px; color: var(--body); line-height: 1.66; }
.case-card-ac .case-desc { color: rgba(203,213,225,.60); }
.case-foot { padding: 12px 20px; border-top: 1px solid var(--border); font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: flex; align-items: center; gap: 5px; transition: gap .15s var(--ease), color .15s; }
.case-foot:hover { gap: 9px; }
.case-card-ac .case-foot { border-top-color: rgba(255,255,255,.07); color: #93c5fd; }
.case-card-ac .case-foot:hover { color: #fff; }

/* ── CASES MODERNOS ── */
.case-card-top {
  padding: 18px 20px 14px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.case-card-ac .case-card-top { border-bottom-color: rgba(255,255,255,.08); }
.case-logo-placeholder {
  height: 28px; padding: 0 10px; background: var(--bg-3);
  border-radius: var(--r-sm); border: 1px solid var(--border);
  display: flex; align-items: center; font-size: 10px; color: var(--muted);
  font-family: var(--fi);
}
.case-card-ac .case-logo-placeholder { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-metrics {
  display: flex; gap: 0;
  border-top: 1px solid var(--border-lt);
  margin-top: 14px; padding-top: 14px;
}
.case-card-ac .case-metrics { border-top-color: rgba(255,255,255,.08); }
.case-metric {
  flex: 1; text-align: center;
  padding: 6px 4px;
  border-right: 1px solid var(--border-lt);
}
.case-metric:last-child { border-right: none; }
.case-card-ac .case-metric { border-right-color: rgba(255,255,255,.08); }
.cm-val {
  display: block; font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: var(--blue); letter-spacing: -.02em; line-height: 1;
}
.case-card-ac .cm-val { color: #93c5fd; }
.cm-lbl {
  display: block; font-family: var(--fi); font-size: 10.5px; color: var(--muted);
  margin-top: 3px; font-weight: 300;
}
.case-card-ac .cm-lbl { color: var(--muted); }

/* ═══════════════════════════════════════════
   BLOG
═══════════════════════════════════════════ */
.blog-section { background: var(--bg); }
.post-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); display: flex; flex-direction: column; }
.post-card-uniform .post-img-wrap { flex-shrink: 0; }
.post-card-uniform .post-img { aspect-ratio: 16/9; height: 180px; }
.post-card-uniform > div:last-child { flex: 1; display: flex; flex-direction: column; }
.post-card-uniform .post-exc { flex: 1; }
.post-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.06); transform: translateY(-4px); }
.post-img-wrap { overflow: hidden; }
.post-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s var(--ease); display: block; }
.post-lead-img { aspect-ratio: unset; height: 100%; min-height: 240px; }
.post-card:hover .post-img { transform: scale(1.05); }
.post-cat { display: inline-block; padding: 3px 9px; background: var(--blue-dim); border-radius: var(--r-pill); font-size: 10px; font-weight: 600; color: var(--blue); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 9px; }
.post-title { font-family: var(--fp); font-size: 16px; font-weight: 600; letter-spacing: -.018em; color: var(--ink); line-height: 1.3; margin-bottom: 9px; }
.post-title a { transition: color .15s; }
.post-title a:hover { color: var(--blue); }
.post-exc { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.66; margin-bottom: 10px; }
.post-meta { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.post-link { font-family: var(--fp); font-size: 12px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease); }
.post-link:hover { gap: 8px; }

/* ═══════════════════════════════════════════
   FAQ COLAPSÁVEL (novo)
═══════════════════════════════════════════ */
.faq-section { background: var(--bg-2); }
.faq-item { border-bottom: 1px solid var(--border-lt); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; font-family: var(--fp); font-size: 15px; font-weight: 600;
  color: var(--ink); transition: color .15s;
}
.faq-q:hover { color: var(--blue); }
.faq-ico {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); display: flex; align-items: center;
  justify-content: center; color: var(--muted);
  transition: transform .25s var(--ease), background .15s, border-color .15s;
}
.faq-item.open .faq-ico { transform: rotate(45deg); background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue); }
.faq-a { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.76; max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .25s; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 16px; }

/* ═══════════════════════════════════════════
   CTA
═══════════════════════════════════════════ */
.cta-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
}
.cta-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .030;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.cta-mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse 80% 70% at 20% 60%, rgba(37,99,235,.17) 0%, transparent 65%), radial-gradient(ellipse 60% 50% at 80% 30%, rgba(59,130,246,.11) 0%, transparent 60%); }
.cta-wrap .container { position: relative; z-index: 2; }
.cta-title { font-family: var(--fp); font-size: clamp(2rem,3.8vw,3rem); font-weight: 800; color: #f8fafc; letter-spacing: -.034em; line-height: 1.10; margin-bottom: 16px; }
.cta-title .grad { background: linear-gradient(120deg,#93c5fd 0%,#60a5fa 40%,#dbeafe 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-sub { font-size: 16px; font-weight: 300; color: rgba(241,245,249,.50); line-height: 1.76; }
.cta-list { list-style: none; padding: 0; }
.cta-list li { font-size: 14px; color: rgba(241,245,249,.78); display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.cta-list li::before { content: ''; flex-shrink: 0; width: 17px; height: 17px; border-radius: 50%; background: var(--g-brand); background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.5L3.5 6.5L7.5 2.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-position: center; background-repeat: no-repeat; box-shadow: 0 0 8px rgba(37,99,235,.40); }

/* ═══════════════════════════════════════════
   FOOTER PREMIUM
═══════════════════════════════════════════ */
.site-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  position: relative;
}
/* Linha de acento colorida no topo */
.site-footer::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%); }

.footer-inner { padding: 56px 0 40px; }
.footer-logo img { height: 48px; width: auto; margin-bottom: 14px; }
.footer-tagline { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.74; max-width: 280px; margin-bottom: 22px; }
.footer-social { display: flex; gap: 8px; }
.footer-soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); box-shadow: var(--sh-1); cursor: pointer;
  transition: border-color .18s, color .18s, background .18s, transform .18s var(--ease), box-shadow .18s;
}
.footer-soc:hover { border-color: var(--blue-border); color: var(--blue); background: var(--blue-dim); transform: translateY(-2px); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); }

.footer-col-title { font-family: var(--fp); font-size: 12.5px; font-weight: 700; color: var(--ink); letter-spacing: -.008em; margin-bottom: 14px; }
.footer-col-list { list-style: none; padding: 0; }
.footer-col-list li { margin-bottom: 8px; }
.footer-col-list a { font-size: 13.5px; color: var(--body); display: inline-flex; align-items: center; gap: 0; transition: color .15s, gap .15s var(--ease); }
.footer-col-list a:hover { color: var(--blue); gap: 4px; }
.footer-col-list a:hover::before { content: '›'; font-size: 14px; }

.fci { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.fci-ico { width: 30px; height: 30px; border-radius: var(--r-md); flex-shrink: 0; background: var(--blue-dim); border: 1px solid var(--blue-border); display: flex; align-items: center; justify-content: center; color: var(--blue); margin-top: 1px; }
.fci-label { font-size: 10px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 2px; }
.fci-val { font-size: 13px; color: var(--body); }
.fci-val a { color: var(--body); transition: color .15s; }
.fci-val a:hover { color: var(--blue); }

.footer-divider { border: none; border-top: 1px solid var(--border-lt); margin: 0; }
.footer-bottom { padding: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.footer-copy { font-size: 11.5px; color: var(--muted); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11.5px; color: var(--muted); transition: color .15s; }
.footer-legal a:hover { color: var(--blue); }
.footer-seo { font-size: 11.5px; font-weight: 300; color: rgba(161,161,170,.65); line-height: 1.68; border-top: 1px solid var(--border-lt); padding-top: 12px; }

/* ═══════════════════════════════════════════
   SCROLL REVEAL / ANIMAÇÕES
═══════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
/* ── REVEAL GLOBAL FIX (preview) ── */
.reveal { opacity: 1 !important; transform: none !important; }

.reveal.vis { opacity: 1; transform: translateY(0); }
.reveal.vis { opacity: 1; transform: none; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes glowPulse { 0%,100% { box-shadow: var(--sh-b); } 50% { box-shadow: var(--sh-b-lg); } }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.ha > *:not(.hero-sub) { animation: fadeUp .65s var(--ease) both; }
.ha > *:nth-child(1) { animation-delay: .04s; }
.ha > *:nth-child(2) { animation-delay: .13s; }
.ha > *:nth-child(3) { animation-delay: .22s; }
.ha > *:nth-child(4) { animation-delay: .30s; }
.ha > *:nth-child(5) { animation-delay: .38s; }
.hfc { animation: fadeUp .65s var(--ease) .20s both; }
.btn-p { animation: glowPulse 3.5s ease-in-out infinite; }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 991px) {
  #navLinks { display: none !important; }
  #navCtaWrap { display: none !important; }
  .nav-links { display: none !important; }
  .nav-cta-wrap { display: none !important; }
  .nav-toggle { display: flex !important; align-items: center !important; justify-content: center !important; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-span2 { grid-column: span 2; }
  body { cursor: auto; }

}
@media (max-width: 767px) {
  /* ── GLOBAL CONTAINER PADDING MOBILE ── */
  .container { padding-left: 20px !important; padding-right: 20px !important; }
  section { padding: 56px 0; }

  /* ── HERO ── */
  .hero-wrap { padding-top: 100px; padding-bottom: 40px; }
  .hero-wrap .row { gap: 0 !important; }
  .hero-wrap .col-lg-7 { padding: 0 !important; margin-bottom: 32px; }
  .hero-wrap .col-lg-5 { padding: 0 !important; }
  .hero-title { font-size: 2.2rem; letter-spacing: -.030em; }
  .hero-sub { max-width: 100%; font-size: 14px; }
  .hero-checklist li { font-size: 13px; }
  .hero-cta-row { flex-direction: column; gap: 12px; }

  /* ── FORMULÁRIO HERO ── */
  .lead-card-wrap { margin: 0 !important; }
  .lead-card { padding: 22px 18px; }
  .lc-title { font-size: 15px !important; }
  .lead-card .row { margin: 0 !important; }
  .lead-card .col-6 { padding: 0 2px !important; }
  .proof-strip { margin-top: 32px; padding: 24px 0 8px; }

  /* Nav pill */
  .nav-pill { border-radius: var(--r-lg); padding: 0 14px; }

  /* Grids → 1 coluna */
  .svc-grid { grid-template-columns: 1fr; }
  .svc-span2 { grid-column: span 1; }
  .prob-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(3,1fr); }

  /* About */
  .mf-1 { left: -4px; }
  .mf-2 { right: -4px; }
  .diff-card { padding: 18px 16px; }

  /* Cases */
  .case-metrics { gap: 0; }
  .cm-val { font-size: 16px; }

  /* Blog posts uniformes */
  .post-card-uniform .post-img { height: 160px; }

  /* Seções escuras */
  .sol-item { padding: 18px 16px; }
  .sol-item::after { display: none; }
  .sol-title { font-size: 15px; }

  /* CTA */
  .cta-title { font-size: 1.7rem; }
  .cta-sub { font-size: 14px; }
  .d-flex.gap-3.justify-content-center { flex-direction: column; align-items: center; }

  /* FAQ */
  .faq-q { font-size: 14px; }

  /* Footer */
  .footer-inner { padding: 40px 0 28px; }
  .footer-col-list a { font-size: 13px; }

  /* Sticky */
  .sticky-cta { display: none; }
  .sticky-cta-text { font-size: 13px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.9rem; }
  .sec-title { font-size: 1.5rem; }
  .btn-p.xl, .btn-ghost.xl { padding: 13px 22px; font-size: 14px; }
  .about-stats-row { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
  .case-card-top { flex-wrap: wrap; gap: 8px; }
  .proof-label { font-size: 9px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-legal { flex-wrap: wrap; gap: 12px; }
}

body { padding-top: calc(var(--hh) + 4px); }
.hero-wrap { padding-top: 96px; }

/* ── BARRA MOBILE CTA ── */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 950;
  height: 56px;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(0,0,0,.08);
}
.mobile-bar-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  border: none; background: none; cursor: pointer;
  transition: background .15s;
  height: 100%;
}
.mobile-bar-btn {
  background: #25d366; color: #fff;
}
.mobile-bar-btn:hover { background: #1ebe5d; }
@media (max-width: 991px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 56px; }
  .sticky-cta { bottom: 56px; }
  .wa-float { display: none; }
  .btt { bottom: 72px; }
}

/* ── HERO CHECKLIST ── */
.hero-checklist {
  list-style: none; padding: 0; margin-bottom: 32px;
}
.hero-checklist li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--fi); font-size: 14px; font-weight: 500;
  color: #ffffff; margin-bottom: 9px; line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0,0,0,.45);
}
.hcl-ico {
  flex-shrink: 0; width: 20px; height: 20px;
  border-radius: 50%; background: var(--g-brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: #fff; margin-top: 1px;
  box-shadow: 0 0 10px rgba(37,99,235,.40);
}

.proof-strip {
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 16px 0;
  overflow: hidden;
  position: relative;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center;
  margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 24px; width: auto; max-width: 110px;
  object-fit: contain; opacity: .60;
  filter: brightness(0) invert(1);
  transition: opacity .2s, filter .2s; flex-shrink: 0; display: block;
}
.proof-logo:hover { opacity: 1; filter: brightness(0) invert(1); }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}

/* ── PROOF STRIP ── */
.proof-strip {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 32px 0 8px;
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 48px;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center; margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 32px; width: auto; max-width: 160px;
  object-fit: contain; opacity: .70;
  transition: opacity .2s; flex-shrink: 0; display: block;
  image-rendering: -webkit-optimize-contrast;
}
.proof-logo:hover { opacity: 1; }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
 }

/* ── SVC CARD FEATURED ── */
.svc-card-featured {
  border-color: var(--blue) !important;
  box-shadow: var(--sh-3), 0 0 0 1px var(--blue-border), 0 0 24px rgba(37,99,235,.08) !important;
}
.svc-card-featured::after {
  content: 'Principal';
  position: absolute; top: 14px; right: 14px;
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: var(--r-pill);
  letter-spacing: .06em; text-transform: uppercase;
}


/* ── PROBLEMS ACCORDION ── */
.problems-section {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.problems-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--blue-mid) 50%, var(--blue) 70%, transparent 100%);
  opacity: .45;
}

.prob-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.prob-sticky {
  position: static;
}
.prob-intro-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin-bottom: 28px;
}
.prob-cta-wrap { margin-top: 32px; }
.prob-cta-label {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); margin-bottom: 20px; line-height: 1.76;
}
.prob-cta-label strong { color: var(--ink); font-weight: 600; }

/* Accordion */
.prob-accordion { display: flex; flex-direction: column; gap: 0; }

.prob-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.prob-item:first-child { border-top: 1px solid var(--border); }

.prob-trigger {
  width: 100%; background: none; border: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; text-align: left;
  transition: color .18s;
}
.prob-trigger:hover .prob-trigger-title { color: var(--blue); }

.prob-trigger-left {
  display: flex; align-items: center; gap: 14px;
}
.prob-num {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px;
  background: var(--bg-3); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  color: var(--muted); transition: background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-num {
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}
.prob-trigger-title {
  font-family: var(--fp); font-size: 15.5px; font-weight: 600;
  color: var(--ink); letter-spacing: -.016em; line-height: 1.3;
  transition: color .18s;
}
.prob-item.open .prob-trigger-title { color: var(--blue); }

.prob-chevron {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); transition: transform .28s var(--ease), background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-chevron {
  transform: rotate(180deg);
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}

.prob-body {
  max-height: 0; overflow: hidden;
  transition: max-height .38s var(--ease), padding .28s;
  padding: 0 0 0 42px;
}
.prob-item.open .prob-body {
  max-height: 200px;
  padding: 0 0 18px 42px;
}
.prob-body-text {
  font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: var(--body); line-height: 1.74;
}

@media (max-width: 767px) {
  .prob-layout { grid-template-columns: 1fr; gap: 36px; }
  .prob-sticky { position: static; }
  .prob-trigger-title { font-size: 14.5px; }
}

@media (max-width: 767px) {
  .prob-cta-wrap { display: none; }
  .prob-cta-mobile { display: block; margin-top: 32px; }
}
@media (min-width: 768px) {
  .prob-cta-mobile { display: none; }
}




/* ── SERVICES EDITORIAL ── */
.svc-section-dark {
  position: relative; overflow: hidden; isolation: isolate;
  background: radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
}
.svc-section-dark::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, #2563eb 30%, #3b82f6 50%, #2563eb 70%, transparent 100%);
  opacity: .5; z-index: 2;
}
.svc-section-dark .sec-title { color: #f1f5f9; }
.svc-section-dark .sec-rule { background: linear-gradient(90deg, #2563eb, #60a5fa); }

/* Header split */
.svc-header-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end; margin-bottom: 56px;
}
.svc-header-right {
  display: flex; flex-direction: column;
  justify-content: flex-end; gap: 16px;
}
.svc-header-desc {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}

/* Lista editorial */
.svc-list { border-top: 1px solid rgba(255,255,255,.08); }

.svc-row {
  display: grid;
  grid-template-columns: 72px 1fr 1fr auto;
  gap: 32px; align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .2s;
  cursor: default;
  position: relative;
}
.svc-row::before {
  content: '';
  position: absolute; left: -24px; right: -24px; top: 0; bottom: 0;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.03);
  opacity: 0;
  transition: opacity .2s;
}
.svc-row:hover::before { opacity: 1; }
.svc-row:hover .svc-row-num { color: var(--blue); }
.svc-row:hover .svc-row-title { color: #fff; }
.svc-row:hover .svc-row-link { color: #93c5fd; gap: 8px; }

.svc-row-num {
  font-family: var(--fp); font-size: 42px; font-weight: 900;
  color: rgba(255,255,255,.10); letter-spacing: -.03em;
  line-height: 1; transition: color .2s;
}
.svc-row:hover .svc-row-num { color: rgba(37,99,235,.50); }
.svc-row-title {
  font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: rgba(241,245,249,.90); letter-spacing: -.022em;
  line-height: 1.25;
  transition: color .2s;
}
.svc-row-tag {
  display: inline-flex; align-items: center;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
  margin-top: 6px;
}
.svc-row-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}
.svc-row-link {
  font-family: var(--fp); font-size: 12.5px; font-weight: 600;
  color: #60a5fa; display: inline-flex; align-items: center;
  gap: 4px; white-space: nowrap;
  transition: gap .18s, color .18s;
}
.svc-row-featured .svc-row-title { color: #60a5fa; }
.svc-row-featured .svc-row-num { color: var(--blue); }

@media (max-width: 991px) {
  .svc-header-split { grid-template-columns: 1fr; gap: 20px; }
  .svc-row { grid-template-columns: 60px 1fr; gap: 16px; }
  .svc-row-text { display: none; }
  .svc-row-link { display: none; }
  .svc-row-title { font-size: 16px; }
}
@media (max-width: 575px) {
  .svc-row { grid-template-columns: 56px 1fr; padding: 22px 0; }
}

/* ── ABOUT REDESIGN ── */
.about-section { background: var(--bg); position: relative; }

.about-top {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center; margin-bottom: 40px;
}

.about-kw-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--blue); letter-spacing: -.01em;
  margin-bottom: 16px; margin-top: -4px;
  text-transform: none;
}
.about-quote {
  font-family: var(--fp); font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800; color: var(--ink); letter-spacing: -.030em;
  line-height: 1.22; position: relative; padding-left: 24px;
}
.about-quote::before {
  content: '';
  position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-mid) 100%);
  border-radius: 2px;
}
.about-quote span { color: var(--blue); }

.about-right { display: flex; flex-direction: column; gap: 28px; }
.about-intro {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76;
}
.about-stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.about-stat {
  padding: 20px 18px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 2.5px solid var(--blue);
  border-radius: var(--r-xl);
  display: flex; flex-direction: column; gap: 6px;
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
  box-shadow: var(--sh-1);
}
.about-stat:hover {
  border-color: var(--blue-border);
  border-top-color: var(--blue-mid);
  box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim);
  transform: translateY(-2px);
}
.about-stat-num {
  font-family: var(--fp); font-size: 28px; font-weight: 900;
  color: var(--blue); letter-spacing: -.03em; line-height: 1;
}
.about-stat-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); letter-spacing: -.01em;
}
.about-stat-lbl {
  font-family: var(--fi); font-size: 11.5px; font-weight: 400;
  color: var(--muted); line-height: 1.4;
}



/* ── ABOUT DIFFS — timeline horizontal ── */
.about-diffs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  padding-top: 0;
}
.about-diffs::before {
  content: '';
  position: absolute;
  top: 34px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 1px;
  background: linear-gradient(90deg, var(--blue-border), var(--blue), var(--blue-border));
  z-index: 0;
}
.diff-card-new {
  background: none;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.diff-card-new:hover { background: none; }
.diff-ico-new {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--blue);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 20px;
  box-shadow: 0 0 0 4px var(--bg), 0 0 0 5px var(--blue-border);
  flex-shrink: 0;
}
.diff-card-new:hover .diff-ico-new {
  background: var(--blue-dim);
}
.diff-title-new {
  font-family: var(--fp); font-size: 13px; font-weight: 700;
  color: var(--ink); letter-spacing: -.012em;
  margin-bottom: 6px; line-height: 1.3;
}
.diff-text-new {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.65;
}
@media (max-width: 991px) {
  .about-top { grid-template-columns: 1fr; gap: 32px; }
  .about-diffs { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .about-diffs::before { display: none; }
  .diff-card-new { align-items: flex-start; text-align: left; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .about-top { grid-template-columns: 1fr; gap: 24px; }
  .about-right { gap: 20px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .about-stat { padding: 14px 10px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
}
@media (max-width: 575px) {
  .about-diffs { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 6px; }
}




/* ── FORM FIELDS ── */
.lead-card .form-control,
.lead-card .form-select {
  font-family: var(--fi);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 8px 11px;
  height: auto;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .18s, box-shadow .18s;
}
.lead-card .form-control:focus,
.lead-card .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-dim);
  outline: none;
}
.lead-card .form-control::placeholder {
  color: var(--muted);
  font-size: 13px;
}
.lead-card .form-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
.lead-card .lc-title {
  font-size: 15px;
  font-weight: 700;
}
.lead-card .lc-sub {
  font-size: 12px;
}
.lead-card .form-text {
  font-size: 11px;
  color: var(--muted);
}

/* ═══════════════════════════════════════════
   CASES V2 — com mockup de browser
═══════════════════════════════════════════ */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.case-card-v2 {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg);
  display: flex; flex-direction: column;
  box-shadow: var(--sh-2);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
}
.case-card-v2:hover {
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.18);
}
.ccv2-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 10px;
}
.ccv2-badge {
  font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
}
.badge-blue   { background: rgba(37,99,235,.08);  color: var(--blue); }
.badge-green  { background: rgba(22,163,74,.10);  color: #15803d; }
.badge-amber  { background: rgba(180,117,7,.10);  color: #b45309; }
.badge-purple { background: rgba(109,40,217,.08); color: #6d28d9; }

.ccv2-logo {
  height: 24px; padding: 0 10px;
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r-md);
  display: flex; align-items: center;
  font-family: var(--fi); font-size: 10.5px; font-weight: 600; color: var(--muted);
}
.ccv2-browser {
  margin: 0 12px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-2);
}
.ccv2-bar {
  background: var(--bg-3); padding: 7px 10px;
  display: flex; align-items: center; gap: 5px;
  border-bottom: 1px solid var(--border);
}
.ccv2-dot {
  width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex-shrink: 0;
}
.dot-r { background: #ff5f57; }
.dot-y { background: #febc2e; }
.dot-g { background: #28c840; }
.ccv2-url {
  flex: 1; background: var(--bg);
  border: 1px solid var(--border); border-radius: 4px;
  padding: 2px 8px;
  font-family: var(--fi); font-size: 9.5px; color: var(--muted);
}
.ccv2-screen {
  height: 148px; overflow: hidden; display: block;
}
.ccv2-screen img {
  width: 100%; display: block;
  object-fit: cover; object-position: top center;
  transition: transform .5s var(--ease);
}
.case-card-v2:hover .ccv2-screen img { transform: scale(1.03); }

.ccv2-body { padding: 14px 16px 8px; flex: 1; }
.ccv2-name {
  font-family: var(--fp); font-size: 14px; font-weight: 700;
  color: var(--ink); letter-spacing: -.016em; margin-bottom: 5px; line-height: 1.3;
}
.ccv2-desc {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.6;
}
.ccv2-metrics {
  display: flex;
  border-top: 1px solid var(--border-lt);
  margin: 10px 16px 0;
}
.ccv2-m {
  flex: 1; text-align: center; padding: 10px 4px;
  border-right: 1px solid var(--border-lt);
}
.ccv2-m:last-child { border-right: none; }
.ccv2-val {
  display: block; font-family: var(--fp); font-size: 17px; font-weight: 700;
  letter-spacing: -.02em; line-height: 1.1;
}
.v-blue  { color: var(--blue); }
.v-green { color: #16a34a; }
.ccv2-lbl {
  display: block; font-family: var(--fi); font-size: 10px;
  color: var(--muted); margin-top: 2px;
}
.ccv2-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px 14px;
  font-family: var(--fp); font-size: 12px; font-weight: 600;
  color: var(--blue); text-decoration: none;
  transition: gap .15s var(--ease), color .15s;
}
.ccv2-foot:hover { color: #1d4ed8; }
.ccv2-time {
  font-family: var(--fi); font-size: 10px; font-weight: 400; color: var(--muted);
}

@media (max-width: 991px) {
  .cases-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .cases-grid { grid-template-columns: 1fr; }
  .ccv2-screen { height: 180px; }
}


.nav-dropdown-btn {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 6px 13px !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  border-radius: var(--r-pill) !important;
  transition: color .18s, background .18s !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}
.nav-dropdown-btn:hover { color: var(--ink) !important; background: rgba(0,0,0,.04) !important; }
.nav-chevron {
  transition: transform .2s var(--ease);
  flex-shrink: 0;
  color: var(--muted);
  pointer-events: none;
}
.nav-dropdown-btn[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }

/* Dropdown — posicionado relativo ao site-nav, fora do pill */
nav.site-nav { position: fixed !important; overflow: visible !important; }
.nav-dropdown {
  display: none;
  position: fixed;
  top: 82px;
  width: 300px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-6);
  padding: 8px;
  z-index: 9999;
}
.nav-dropdown.open { display: block; }
.nav-dd-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border-radius: var(--r-lg) !important;
  text-decoration: none !important;
  transition: background .15s !important;
}
.nav-dd-item:hover { background: var(--bg-2) !important; }
.nav-dd-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: var(--r-md);
  background: var(--blue-dim);
  border: 1px solid var(--blue-border);
  display: flex !important; align-items: center !important; justify-content: center !important;
  color: var(--blue); margin-top: 1px;
}
.nav-dd-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); margin-bottom: 3px; display: block; line-height: 1.3;
}
.nav-dd-desc {
  font-family: var(--fi); font-size: 11.5px; font-weight: 300;
  color: var(--muted); line-height: 1.4; display: block; max-width: 220px;
}



@media screen and (max-width: 991px) {
  div#navLinks,
  div.nav-links,
  #navLinks { display: none !important; visibility: hidden !important; }
  div#navCtaWrap,
  div.nav-cta-wrap,
  #navCtaWrap { display: none !important; visibility: hidden !important; }
  button#navToggle,
  .nav-toggle { 
    display: flex !important; 
    visibility: visible !important;
    align-items: center !important; 
    justify-content: center !important; 
  }
}

/* ═══════════════════════════════════════════
   FAQ — layout 2 colunas
═══════════════════════════════════════════ */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}
.faq-left {
  position: sticky;
  top: 100px;
}
.faq-main-title {
  font-family: var(--fp); font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700; color: var(--ink); letter-spacing: -.026em;
  line-height: 1.2; margin-bottom: 12px; margin-top: 10px;
}
.faq-left-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin-top: 16px; margin-bottom: 24px;
}
.faq-left-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  color: var(--blue); text-decoration: none;
  transition: gap .18s var(--ease);
}
.faq-left-cta:hover { gap: 10px; }
.faq-right { display: flex; flex-direction: column; }

@media (max-width: 767px) {
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-left { position: static; }
}

/* ═══════════════════════════════════════════
   BLOG — Opção C (cards com gradiente)
═══════════════════════════════════════════ */
.blog-grid-c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.blog-card-c {
  border-radius: var(--r-xl);
  overflow: hidden;
  display: flex; flex-direction: column;
  border: 1px solid var(--border);
  background: var(--bg);
  box-shadow: var(--sh-2);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
}
.blog-card-c:hover {
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.18);
}
.blog-card-c-img {
  height: 190px; overflow: hidden; position: relative;
}
.blog-card-c-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .5s var(--ease);
}
.blog-card-c:hover .blog-card-c-img img { transform: scale(1.05); }
.blog-card-c-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,.52) 100%);
  pointer-events: none;
}
.blog-card-c-body {
  padding: 18px; flex: 1;
  display: flex; flex-direction: column; gap: 8px;
}
.blog-cat-c {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
  background: var(--blue-dim); color: var(--blue);
  align-self: flex-start;
}
.blog-cat-green { background: rgba(22,163,74,.10); color: #15803d; }
.blog-cat-amber  { background: rgba(180,117,7,.10);  color: #b45309; }

.blog-title-c {
  font-family: var(--fp); font-size: 15.5px; font-weight: 700;
  letter-spacing: -.018em; color: var(--ink); line-height: 1.3; flex: 1;
}
.blog-title-c a { color: inherit; transition: color .15s; }
.blog-title-c a:hover { color: var(--blue); }

.blog-exc-c {
  font-family: var(--fi); font-size: 13px; font-weight: 300;
  color: var(--body); line-height: 1.65;
}
.blog-footer-c {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; border-top: 1px solid var(--border-lt);
  margin-top: auto;
}
.blog-meta-c { font-size: 11.5px; color: var(--muted); }
.blog-link-c {
  font-family: var(--fp); font-size: 12px; font-weight: 600;
  color: var(--blue); display: inline-flex; align-items: center;
  gap: 4px; transition: gap .15s var(--ease);
}
.blog-link-c:hover { gap: 8px; }

@media (max-width: 991px) {
  .blog-grid-c { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .blog-grid-c { grid-template-columns: 1fr; }
  .blog-card-c-img { height: 200px; }
}

/* ═══════════════════════════════════════════
   FOOTER V2 — dark premium
═══════════════════════════════════════════ */
.site-footer-v2 {
  background: var(--bg-2);
  padding: 64px 0 0;
  position: relative;
}
.site-footer-v2::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%);
}
.ftv2-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 48px;
}
.ftv2-logo {
  height: 44px; width: auto; display: block; margin-bottom: 16px;
}
.ftv2-tag {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.74;
  max-width: 280px; margin-bottom: 20px;
}
.ftv2-gp-badge {
  height: 72px; width: auto; display: block;
  margin-bottom: 20px; opacity: .90;
}

.ftv2-socials { display: flex; gap: 8px; }
.ftv2-soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  transition: border-color .18s, color .18s, background .18s, transform .18s var(--ease);
}
.ftv2-soc:hover {
  border-color: var(--blue-border); color: var(--blue);
  background: var(--blue-dim); transform: translateY(-2px);
}
.ftv2-col-title {
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
}
.ftv2-list { list-style: none; padding: 0; }
.ftv2-list li { margin-bottom: 10px; }
.ftv2-list a {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body);
  transition: color .15s;
  text-decoration: none;
}
.ftv2-list a:hover { color: var(--blue); }
.ftv2-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 16px; color: var(--muted);
}
.ftv2-contact-item svg { flex-shrink: 0; margin-top: 2px; }
.ftv2-contact-label {
  display: block; font-family: var(--fp); font-size: 10px; font-weight: 700;
  color: var(--muted); letter-spacing: .09em;
  text-transform: uppercase; margin-bottom: 2px;
}
.ftv2-contact-val {
  display: block; font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: var(--body); line-height: 1.6;
}
.ftv2-contact-val a { color: var(--body); transition: color .15s; }
.ftv2-contact-val a:hover { color: var(--blue); }

.ftv2-divider {
  border: none; border-top: 1px solid var(--border-lt); margin: 0;
}
.ftv2-bottom {
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
}
.ftv2-copy { font-family: var(--fi); font-size: 12px; font-weight: 300; color: var(--muted); }
.ftv2-legal { display: flex; gap: 20px; }
.ftv2-legal a {
  font-family: var(--fi); font-size: 12px; font-weight: 300; color: var(--muted);
  text-decoration: none; transition: color .15s;
}
.ftv2-legal a:hover { color: var(--blue); }
.ftv2-seo {
  font-family: var(--fi); font-size: 12px; font-weight: 300;
  color: rgba(161,161,170,.65); line-height: 1.68;
  padding: 12px 0 28px;
  border-top: 1px solid var(--border-lt);
}

@media (max-width: 991px) {
  .ftv2-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 575px) {
  .ftv2-grid { grid-template-columns: 1fr; gap: 28px; }
  .ftv2-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ═══════════════════════════════════════════
   MOBILE FIXES COMPLETOS
═══════════════════════════════════════════ */
@media (max-width: 767px) {

  /* Container global */
  .container { padding-left: 20px !important; padding-right: 20px !important; }

  /* Sec header */
  .sec-header { text-align: left; }
  .sec-title { font-size: clamp(1.5rem, 5vw, 1.9rem) !important; }

  /* Serviços */
  .svc-grid { grid-template-columns: 1fr !important; }
  .svc-span2 { grid-column: span 1 !important; }
  .svc-row { padding: 20px 0; }

  /* Sobre */
  .about-top { grid-template-columns: 1fr !important; gap: 24px !important; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; }
  .about-diffs { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }

  /* Por que a Capta */
  .sol-item { flex-direction: column; gap: 12px; }

  /* Cases */
  .cases-grid { grid-template-columns: 1fr !important; }

  /* FAQ */
  .faq-layout { grid-template-columns: 1fr !important; gap: 24px !important; }
  .faq-left { position: static !important; }
  .faq-left-cta { display: none; }

  /* Blog */
  .blog-grid-c { grid-template-columns: 1fr !important; }

  /* Footer */
  .ftv2-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .ftv2-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ftv2-legal { flex-wrap: wrap; gap: 12px; }

  /* CTA */
  .cta-title { font-size: clamp(1.3rem, 5vw, 1.7rem) !important; }

  /* Proof strip */
  .proof-label { padding: 0 20px; font-size: 9px; }

  /* Formulário hero */
  .lead-card-wrap { border-radius: 16px !important; }
  .lead-card .row.g-2 { gap: 8px !important; }
  .lead-card .col-6 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }

  /* Buttons */
  .btn-p.xl { font-size: 14px; padding: 14px 22px; width: 100%; justify-content: center; }

  /* Nav dropdown */
  .nav-dropdown { width: 90vw !important; left: 5vw !important; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.9rem !important; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr) !important; }
  .about-stat-num { font-size: 18px !important; }
  .ccv2-metrics { flex-wrap: nowrap; }
  .ccv2-val { font-size: 14px !important; }
}


@media (max-width: 767px) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

.hero-seo-title {
  font-family: var(--fi); font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 6px 14px; border-radius: var(--r-pill);
  margin-bottom: 20px;
}
.hero-seo-title::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--blue-mid); flex-shrink: 0;
}


/* ═══════════════════════════════════════════
   CASES PAGE — CSS ESPECÍFICO
═══════════════════════════════════════════ */

/* ── HERO STATS STRIP ── */
.cases-hero-support {
  font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: rgba(255,255,255,.65); line-height: 1.76;
  margin-bottom: 28px; max-width: 520px;
}
.cases-hero-stats {
  display: flex; align-items: center; gap: 0;
  padding: 20px 0; margin-top: 8px;
}
.chs-item { display: flex; flex-direction: column; gap: 2px; padding: 0 24px 0 0; }
.chs-item:first-child { padding-left: 0; }
.chs-num {
  font-family: var(--fp); font-size: 26px; font-weight: 800;
  color: #fff; letter-spacing: -.03em; line-height: 1;
}
.chs-label {
  font-family: var(--fi); font-size: 11px; font-weight: 400;
  color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .07em;
}
.chs-divider {
  width: 1px; height: 40px; background: rgba(255,255,255,.15);
  margin: 0 24px 0 0; flex-shrink: 0;
}

/* ── INTRO SEO ── */
.cases-intro-section {
  background: var(--bg);
  padding: 80px 0 48px;
}
.cases-intro-text {
  max-width: 720px; margin: 0 auto;
}
.cases-intro-text p {
  font-family: var(--fi); font-size: 15.5px; font-weight: 300;
  color: var(--body); line-height: 1.80; margin-bottom: 16px;
}
.cases-intro-text p:last-child { margin-bottom: 0; }

/* ── GRID DE CASES ── */
.cases-grid-section {
  background: var(--bg-2);
  padding: 80px 0;
}
.cg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cg-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 24px;
  display: flex; flex-direction: column; gap: 16px;
  box-shadow: var(--sh-2);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
  position: relative;
}
.cg-card:hover {
  border-color: rgba(37,99,235,.20);
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
}
.cg-card-top {
  display: flex; align-items: flex-start;
  justify-content: space-between;
}
.cg-meta {
  display: flex; flex-direction: column; gap: 6px;
}
.cg-tag {
  display: inline-flex; align-items: center;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
}
.cg-tag--ads   { background: rgba(37,99,235,.08);  color: var(--blue); }
.cg-tag--seo   { background: rgba(22,163,74,.10);  color: #15803d; }
.cg-tag--leads { background: rgba(109,40,217,.08); color: #6d28d9; }
.cg-tag--b2b   { background: rgba(180,117,7,.10);  color: #b45309; }
.cg-tag--local { background: rgba(14,116,144,.10); color: #0e7490; }
.cg-tag--ecom  { background: rgba(190,18,60,.08);  color: #be123c; }

.cg-client {
  font-family: var(--fi); font-size: 11px; font-weight: 500;
  color: var(--muted); letter-spacing: .04em;
}
.cg-icon {
  width: 40px; height: 40px; border-radius: var(--r-lg);
  background: var(--bg-3); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); flex-shrink: 0;
  transition: border-color .2s, color .2s;
}
.cg-card:hover .cg-icon { border-color: var(--blue-border); color: var(--blue); }

.cg-title {
  font-family: var(--fp); font-size: 15px; font-weight: 700;
  color: var(--ink); letter-spacing: -.018em; line-height: 1.3;
  margin: 0;
}
.cg-desc {
  font-family: var(--fi); font-size: 13px; font-weight: 300;
  color: var(--body); line-height: 1.66; flex: 1;
}
.cg-metrics {
  display: flex; gap: 0;
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid var(--border-lt);
  padding: 12px 0;
}
.cg-metric {
  flex: 1; text-align: center;
  border-right: 1px solid var(--border-lt); padding: 0 4px;
}
.cg-metric:last-child { border-right: none; }
.cg-metric-val {
  display: block; font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: var(--blue); letter-spacing: -.02em; line-height: 1;
}
.cg-metric-label {
  display: block; font-family: var(--fi); font-size: 10px;
  color: var(--muted); margin-top: 3px;
}

/* Cor das métricas negativas (redução de custo = positivo) */
.cg-metric-val.green { color: #16a34a; }

/* ── CASES DESTAQUES ── */
.cases-destaques-section {
  background: var(--bg);
  padding: 80px 0;
}
.cd-card {
  background: linear-gradient(145deg,#0a1628 0%,#0d1f4a 100%);
  border: 1px solid rgba(37,99,235,.20);
  border-radius: var(--r-2xl);
  padding: 40px;
  position: relative; overflow: hidden;
  box-shadow: var(--sh-4), 0 0 40px rgba(37,99,235,.12);
}
.cd-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 10% 20%, rgba(37,99,235,.18) 0%, transparent 60%);
  pointer-events: none;
}
.cd-card-inner { position: relative; z-index: 1; }
.cd-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.78); font-family: var(--fi); font-size: 10.5px;
  font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  margin-bottom: 20px;
}
.cd-title {
  font-family: var(--fp); font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 800; color: #f1f5f9; letter-spacing: -.028em;
  line-height: 1.2; margin-bottom: 16px;
}
.cd-desc {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(203,213,225,.75); line-height: 1.76; margin-bottom: 28px;
}
.cd-metrics {
  display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 28px;
}
.cd-metric {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-lg);
  min-width: 120px;
}
.cd-metric-val {
  font-family: var(--fp); font-size: 28px; font-weight: 800;
  color: #93c5fd; letter-spacing: -.03em; line-height: 1;
}
.cd-metric-label {
  font-family: var(--fi); font-size: 12px; font-weight: 400;
  color: rgba(203,213,225,.60);
}
.cd-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.88); font-family: var(--fp); font-size: 13.5px;
  font-weight: 600; cursor: pointer; letter-spacing: -.01em;
  transition: border-color .2s, background .2s;
  text-decoration: none;
}
.cd-cta:hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.12); color: #fff; }

.cd-segment {
  font-family: var(--fi); font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.40); letter-spacing: .07em;
  text-transform: uppercase; margin-bottom: 4px; display: block;
}
.cd-period {
  font-family: var(--fi); font-size: 11px; color: rgba(255,255,255,.30);
  margin-top: 8px; display: block;
}

/* ── AUTORIDADE ── */
.cases-autoridade-section {
  background: var(--bg-2);
  padding: 80px 0;
}
.ca-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.ca-quote {
  font-family: var(--fp); font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800; color: var(--ink); letter-spacing: -.030em;
  line-height: 1.22; position: relative; padding-left: 24px;
  margin-bottom: 24px;
}
.ca-quote::before {
  content: '';
  position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-mid) 100%);
  border-radius: 2px;
}
.ca-quote span { color: var(--blue); }
.ca-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.80;
}
.ca-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.ca-stat {
  padding: 24px 20px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 3px solid var(--blue);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-1);
  transition: transform .2s var(--ease), box-shadow .2s;
}
.ca-stat:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim);
}
.ca-stat-num {
  font-family: var(--fp); font-size: 32px; font-weight: 900;
  color: var(--blue); letter-spacing: -.03em; display: block; line-height: 1;
}
.ca-stat-label {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); margin-top: 6px; display: block;
}
.ca-stat-sub {
  font-family: var(--fi); font-size: 11.5px; color: var(--muted);
  display: block; margin-top: 3px;
}

/* ── CTA INTERMEDIÁRIO ── */
.cases-cta-mid-section {
  background: var(--g-dark);
  padding: 80px 0;
  position: relative; overflow: hidden;
}
.cases-cta-mid-section::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .030;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.cases-cta-mid-section .cta-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 70% 60% at 25% 60%, rgba(37,99,235,.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 75% 30%, rgba(59,130,246,.10) 0%, transparent 55%);
}
.cases-cta-mid-section .container { position: relative; z-index: 2; }
.cases-cta-mid-section .cta-title { text-align: center; }
.cases-cta-mid-section .cta-sub { text-align: center; max-width: 560px; margin: 0 auto 32px; }

/* ── SEO FINAL ── */
.cases-seo-section {
  background: var(--bg);
  padding: 80px 0;
}
.cases-seo-text {
  max-width: 760px; margin: 0 auto;
}
.cases-seo-text p {
  font-family: var(--fi); font-size: 15.5px; font-weight: 300;
  color: var(--body); line-height: 1.80; margin-bottom: 16px;
}
.cases-seo-text p:last-child { margin-bottom: 0; }

/* ── CTA FINAL ── */
.cases-cta-final-section {
  background: var(--g-dark);
  padding: 96px 0;
  position: relative; overflow: hidden;
}
.cases-cta-final-section::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .030;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.cases-cta-final-section .cta-mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse 80% 70% at 20% 60%, rgba(37,99,235,.17) 0%, transparent 65%), radial-gradient(ellipse 60% 50% at 80% 30%, rgba(59,130,246,.11) 0%, transparent 60%); }
.cases-cta-final-section .container { position: relative; z-index: 2; }

/* ── RESPONSIVO ── */
@media (max-width: 991px) {
  .cg-grid { grid-template-columns: 1fr 1fr; }
  .ca-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 767px) {
  .cg-grid { grid-template-columns: 1fr; }
  .cd-card { padding: 24px; }
  .cd-metrics { gap: 12px; }
  .cd-metric { min-width: 100px; padding: 12px 14px; }
  .cd-metric-val { font-size: 22px; }
  .ca-stats { grid-template-columns: 1fr 1fr; }
  .cases-hero-stats { flex-wrap: wrap; gap: 16px; }
  .chs-divider { display: none; }
  .chs-item { padding: 0; }
}
@media (max-width: 480px) {
  .ca-stats { grid-template-columns: 1fr; }
  .cd-metrics { flex-direction: column; }
}


/* ── CARD IMAGE ── */
.cg-img-wrap {
  margin: -24px -24px 0;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  overflow: hidden;
  height: 180px;
  position: relative;
  background: var(--bg-3);
  flex-shrink: 0;
}
.cg-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  transition: transform .5s var(--ease);
}
.cg-card:hover .cg-img-wrap img { transform: scale(1.04); }
.cg-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bg-3) 0%, #e8ecf0 100%);
  position: relative; overflow: hidden;
}
.cg-img-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(37,99,235,.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(37,99,235,.05) 0%, transparent 50%);
}
.cg-img-inner {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; position: relative; z-index: 1;
}
.cg-img-icon-wrap {
  width: 56px; height: 56px; border-radius: var(--r-xl);
  background: var(--bg); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); box-shadow: var(--sh-3);
}
.cg-img-label {
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  color: var(--muted); letter-spacing: .07em; text-transform: uppercase;
}
/* Linha de acento colorida na base da imagem */
.cg-img-wrap::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  z-index: 2;
}
.cg-card[data-cat*="google-ads"] .cg-img-wrap::after { background: linear-gradient(90deg, #2563eb, #60a5fa); }
.cg-card[data-cat*="seo"]:not([data-cat*="google-ads"]) .cg-img-wrap::after { background: linear-gradient(90deg, #16a34a, #4ade80); }
.cg-card[data-cat*="geracao-leads"] .cg-img-wrap::after { background: linear-gradient(90deg, #6d28d9, #a78bfa); }
.cg-card[data-cat="seo b2b servicos"] .cg-img-wrap::after { background: linear-gradient(90deg, #16a34a, #4ade80); }
.cg-card[data-cat="seo servicos"] .cg-img-wrap::after { background: linear-gradient(90deg, #0e7490, #22d3ee); }

@media (max-width: 767px) {
  .cg-img-wrap { height: 160px; }
}

/* ── NAV MOB SECTION ── */
.nav-mob-section {
  padding: 8px 16px 4px;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--muted);
}
.nav-mob-sub {
  padding-left: 28px !important;
  font-size: 13.5px !important;
}


/* ═══════════════════════════════════════════
   CASE INTERNO — CSS ESPECÍFICO
═══════════════════════════════════════════ */

/* ── NAV MOB ── */
.nav-mob-section {
  padding: 8px 16px 4px;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: var(--muted);
}
.nav-mob-sub { padding-left: 28px !important; font-size: 13.5px !important; }

/* ── HERO ── */
.ci-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
  padding-top: calc(var(--hh) + 88px); padding-bottom: 80px;
}
.ci-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.ci-hero-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 80% 70% at 10% 50%, rgba(37,99,235,.16) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 85% 20%, rgba(59,130,246,.10) 0%, transparent 60%);
}
.ci-hero-grid {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 80%);
}
.ci-hero .container { position: relative; z-index: 3; }

/* Linha de acento colorida no bottom do hero */
.ci-hero-accent {
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #2563eb, #60a5fa); z-index: 4;
}

/* Breadcrumb */
.ci-breadcrumb {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-family: var(--fi); font-size: 12px; font-weight: 400;
  color: rgba(255,255,255,.38); margin-bottom: 28px;
}
.ci-breadcrumb a { color: rgba(255,255,255,.38); text-decoration: none; transition: color .15s; }
.ci-breadcrumb a:hover { color: rgba(255,255,255,.72); }
.ci-breadcrumb span { color: rgba(255,255,255,.22); }
.ci-breadcrumb strong { color: rgba(255,255,255,.60); font-weight: 400; }

/* Meta linha: tag + segmento */
.ci-hero-meta {
  display: flex; align-items: center; gap: 10px; margin-bottom: 22px; flex-wrap: wrap;
}
.ci-hero-tag {
  display: inline-flex; align-items: center;
  font-family: var(--fp); font-size: 10.5px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  padding: 4px 12px; border-radius: var(--r-pill);
  background: rgba(37,99,235,.22); border: 1px solid rgba(37,99,235,.35);
  color: #93c5fd;
}
.ci-hero-sep { color: rgba(255,255,255,.20); }
.ci-hero-segment {
  font-family: var(--fi); font-size: 12px; font-weight: 400;
  color: rgba(255,255,255,.42);
}

/* Título H1 */
.ci-hero-title {
  font-family: var(--fp); font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 900; color: #f8fafc; letter-spacing: -.038em;
  line-height: 1.08; margin-bottom: 18px; max-width: 820px;
}
.ci-hero-sub {
  font-family: var(--fi); font-size: 16px; font-weight: 300;
  color: rgba(255,255,255,.62); line-height: 1.78;
  max-width: 620px; margin-bottom: 10px;
}
.ci-hero-context {
  font-family: var(--fi); font-size: 12.5px; font-weight: 400;
  color: rgba(255,255,255,.35); margin-bottom: 36px;
  display: flex; align-items: center; gap: 6px;
}
.ci-hero-context::before {
  content: ''; display: inline-block; width: 18px; height: 1px;
  background: rgba(255,255,255,.25); flex-shrink: 0;
}

/* Stats strip */
.ci-stats-strip {
  display: flex; align-items: stretch; gap: 0;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-xl); overflow: hidden;
  backdrop-filter: blur(8px); margin-top: 44px;
}
.ci-stat {
  flex: 1; padding: 22px 28px;
  border-right: 1px solid rgba(255,255,255,.08);
  display: flex; flex-direction: column; gap: 5px;
}
.ci-stat:last-child { border-right: none; }
.ci-stat-val {
  font-family: var(--fp); font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 900; color: #fff; letter-spacing: -.03em; line-height: 1;
}
.ci-stat-val.positive { color: #6ee7b7; }
.ci-stat-val.negative { color: #93c5fd; }
.ci-stat-label {
  font-family: var(--fi); font-size: 11px; font-weight: 400;
  color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .07em;
}

/* ── RESUMO EXECUTIVO ── */
.ci-resumo-section {
  background: var(--bg); padding: 80px 0;
  border-bottom: 1px solid var(--border);
}
.ci-resumo-grid {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start;
}

/* Info cards (segmento, serviços, prazo, objetivo) */
.ci-info-stack { display: flex; flex-direction: column; gap: 10px; }
.ci-info-card {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 14px 18px;
  display: flex; gap: 14px; align-items: flex-start;
}
.ci-info-icon {
  width: 34px; height: 34px; border-radius: var(--r-md); flex-shrink: 0;
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  display: flex; align-items: center; justify-content: center; color: var(--blue);
}
.ci-info-label {
  font-family: var(--fp); font-size: 9.5px; font-weight: 700;
  color: var(--muted); letter-spacing: .09em; text-transform: uppercase;
  margin-bottom: 2px; display: block;
}
.ci-info-val {
  font-family: var(--fi); font-size: 13.5px; font-weight: 500;
  color: var(--ink); display: block;
}

/* Resultados principais do resumo */
.ci-resumo-results-title {
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 16px; display: block;
}
.ci-resumo-metrics {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 28px;
}
.ci-resumo-metric {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px; border-radius: var(--r-lg);
  background: var(--bg-2); border: 1px solid var(--border);
  transition: border-color .18s, box-shadow .18s;
}
.ci-resumo-metric:hover {
  border-color: var(--blue-border);
  box-shadow: var(--sh-2), 0 0 0 3px var(--blue-dim);
}
.ci-resumo-metric-val {
  font-family: var(--fp); font-size: 24px; font-weight: 900;
  letter-spacing: -.03em; line-height: 1; min-width: 80px;
  color: var(--blue);
}
.ci-resumo-metric-val.green { color: #16a34a; }
.ci-resumo-metric-label {
  font-family: var(--fi); font-size: 14px; font-weight: 400; color: var(--body);
}
.ci-resumo-text {
  font-family: var(--fi); font-size: 15.5px; font-weight: 300;
  color: var(--body); line-height: 1.82;
}

/* ── DESAFIO ── */
.ci-desafio-section {
  background: var(--bg-2); padding: 80px 0;
  position: relative; overflow: hidden;
}
.ci-desafio-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--blue-mid) 50%, var(--blue) 70%, transparent 100%);
  opacity: .35;
}
.ci-label {
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .10em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 10px; display: block;
}
.ci-desafio-quote {
  font-family: var(--fp); font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 800; color: var(--ink); letter-spacing: -.026em;
  line-height: 1.25; position: relative; padding-left: 20px; margin-bottom: 28px;
}
.ci-desafio-quote::before {
  content: ''; position: absolute; left: 0; top: 4px; bottom: 4px;
  width: 3px; background: var(--g-brand); border-radius: 2px;
}
.ci-body-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.82; margin-bottom: 16px;
}
.ci-body-text:last-child { margin-bottom: 0; }

/* ── ESTRATÉGIA ── */
.ci-estrategia-section { background: var(--bg); padding: 80px 0; }

.ci-strat-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px;
}
.ci-strat-card {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 28px 24px;
  border-top: 3px solid var(--blue);
  box-shadow: var(--sh-1);
  transition: border-color .22s, box-shadow .22s, transform .22s var(--ease);
}
.ci-strat-card:hover {
  border-color: var(--blue-border);
  box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim);
  transform: translateY(-3px);
}
.ci-strat-num {
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 14px; display: block;
}
.ci-strat-icon {
  width: 44px; height: 44px; border-radius: var(--r-lg);
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 16px;
}
.ci-strat-title {
  font-family: var(--fp); font-size: 16px; font-weight: 700;
  color: var(--ink); letter-spacing: -.016em; margin-bottom: 10px; line-height: 1.3;
}
.ci-strat-text {
  font-family: var(--fi); font-size: 13.5px; font-weight: 300;
  color: var(--body); line-height: 1.72;
}

/* Bloco de texto da estratégia geral */
.ci-strat-intro {
  font-family: var(--fi); font-size: 15.5px; font-weight: 300;
  color: var(--body); line-height: 1.82; margin-bottom: 40px;
  max-width: 720px;
}

/* ── EXECUÇÃO ── */
.ci-execucao-section {
  background: var(--bg-2); padding: 80px 0;
  position: relative; overflow: hidden;
}
.ci-execucao-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--blue-mid) 50%, var(--blue) 70%, transparent 100%);
  opacity: .30;
}
.ci-exec-grid {
  display: block;
  margin-top: 0;
}
.ci-exec-steps { display: flex; flex-direction: column; gap: 0; }
.ci-exec-step {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 22px 0; border-bottom: 1px solid var(--border);
}
.ci-exec-step:first-child { padding-top: 0; }
.ci-exec-step-num {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%;
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fp); font-size: 12px; font-weight: 700; color: var(--blue);
}
.ci-exec-step-title {
  font-family: var(--fp); font-size: 14.5px; font-weight: 600;
  color: var(--ink); margin-bottom: 4px; letter-spacing: -.012em;
}
.ci-exec-step-text {
  font-family: var(--fi); font-size: 13.5px; font-weight: 300;
  color: var(--body); line-height: 1.70;
}

/* Timeline lateral da execução */
/* .ci-exec-sidebar removido */
.ci-tl-item:last-child { padding-bottom: 0; }
.ci-tl-item:not(:last-child)::after {
  content: ''; position: absolute; left: 12px; top: 28px; bottom: 0;
  width: 1px; background: var(--border); z-index: 0;
}
.ci-resultados-section {
  background: linear-gradient(145deg, #0a1628 0%, #0d1f4a 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.ci-resultados-section::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.ci-res-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 70% 60% at 20% 50%, rgba(37,99,235,.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 30%, rgba(59,130,246,.10) 0%, transparent 55%);
}
.ci-resultados-section .container { position: relative; z-index: 2; }

.ci-res-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 48px;
}
.ci-res-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-xl); padding: 28px 24px;
  display: flex; flex-direction: column; gap: 8px;
  transition: background .2s, border-color .2s;
}
.ci-res-card:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18); }
.ci-res-val {
  font-family: var(--fp); font-size: clamp(2.2rem, 3.2vw, 3rem);
  font-weight: 900; letter-spacing: -.04em; line-height: 1;
  color: #fff;
}
.ci-res-val.positive { color: #6ee7b7; }
.ci-res-val.negative { color: #93c5fd; }
.ci-res-label {
  font-family: var(--fp); font-size: 14px; font-weight: 600;
  color: rgba(241,245,249,.85); letter-spacing: -.01em;
}
.ci-res-desc {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: rgba(203,213,225,.50); line-height: 1.55; margin-top: 4px;
}
.ci-res-body {
  margin-top: 40px; max-width: 680px; margin-left: auto; margin-right: auto;
  text-align: center;
}
.ci-res-body p {
  font-family: var(--fi); font-size: 15.5px; font-weight: 300;
  color: rgba(203,213,225,.72); line-height: 1.80; margin-bottom: 12px;
}
.ci-res-body p:last-child { margin-bottom: 0; }

/* ── CTA FINAL ── */
.ci-cta-section {
  background: var(--g-dark); padding: 96px 0;
  position: relative; overflow: hidden;
}
.ci-cta-section::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.ci-cta-section .cta-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 80% 70% at 20% 60%, rgba(37,99,235,.17) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 80% 30%, rgba(59,130,246,.11) 0%, transparent 60%);
}
.ci-cta-section .container { position: relative; z-index: 2; }

/* ── RESPONSIVO ── */
@media (max-width: 991px) {
  .ci-resumo-grid  { grid-template-columns: 1fr; gap: 40px; }
  .ci-exec-grid    { grid-template-columns: 1fr; gap: 36px; }
  .ci-strat-grid   { grid-template-columns: 1fr 1fr; }
  .ci-res-grid     { grid-template-columns: 1fr 1fr; }

}
@media (max-width: 767px) {
  .ci-hero { padding-top: calc(var(--hh) + 48px); padding-bottom: 52px; }
  .ci-hero-title  { font-size: 2rem; }
  .ci-stats-strip { flex-direction: column; }
  .ci-stat        { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding: 16px 20px; }
  .ci-stat:last-child { border-bottom: none; }
  .ci-strat-grid  { grid-template-columns: 1fr; }
  .ci-res-grid    { grid-template-columns: 1fr; }
}

<style>

/* ═══════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════ */
:root {
  --blue:        #2563eb;
  --blue-mid:    #3b82f6;
  --blue-lt:     #60a5fa;
  --blue-dim:    rgba(37,99,235,.09);
  --blue-glow:   rgba(37,99,235,.28);
  --blue-border: rgba(37,99,235,.18);
  --ink:         #09090b;
  --ink-2:       #18181b;
  --body:        #52525b;
  --muted:       #a1a1aa;
  --border:      #e4e4e7;
  --border-lt:   rgba(228,228,231,.55);
  --bg:          #ffffff;
  --bg-2:        #fafafa;
  --bg-3:        #f4f4f5;

  --g-brand: linear-gradient(135deg,#2563eb 0%,#3b82f6 60%,#60a5fa 100%);
  --g-dark:  radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
  --g-sol:   radial-gradient(ellipse 140% 100% at 50% -5%, #0c1c44 0%, #06102e 55%, #030c20 100%);

  --sh-1: 0 1px 2px rgba(0,0,0,.05);
  --sh-2: 0 1px 4px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --sh-3: 0 4px 12px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.03);
  --sh-4: 0 8px 24px rgba(0,0,0,.08), 0 3px 8px rgba(0,0,0,.04);
  --sh-5: 0 16px 40px rgba(0,0,0,.10), 0 6px 16px rgba(0,0,0,.05);
  --sh-6: 0 24px 64px rgba(0,0,0,.13), 0 8px 24px rgba(0,0,0,.06);
  --sh-b:    0 4px 20px rgba(37,99,235,.28), 0 1px 4px rgba(37,99,235,.16);
  --sh-b-lg: 0 8px 32px rgba(37,99,235,.38), 0 4px 12px rgba(37,99,235,.20);

  --fp: 'Poppins', sans-serif;
  --fi: 'Inter', sans-serif;
  --r-sm:  8px; --r-md: 12px; --r-lg: 16px;
  --r-xl:  20px; --r-2xl: 24px; --r-pill: 9999px;
  --ease: cubic-bezier(.16,1,.3,1);
  --ease-std: cubic-bezier(.4,0,.2,1);
  --hh: 90px;
}

/* ── RESET & BASE ── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fi); color: var(--body);
  background: var(--bg); -webkit-font-smoothing: antialiased;
  overflow-x: hidden; font-size: 15px; line-height: 1.65;

}
h1,h2,h3,h4 { font-family: var(--fp); color: var(--ink); letter-spacing: -.024em; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
section { padding: 96px 0; }

/* ═══════════════════════════════════════════
   PROGRESS BAR DE SCROLL
═══════════════════════════════════════════ */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 9997; pointer-events: none;
  background: linear-gradient(90deg, var(--blue), var(--blue-lt));
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .1s linear;
}

/* ═══════════════════════════════════════════
   EYEBROW
═══════════════════════════════════════════ */
.ey {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: var(--r-pill);
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  color: var(--blue); font-family: var(--fi); font-size: 10.5px;
  font-weight: 600; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 16px;
}
.ey-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); flex-shrink: 0;
  animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.ey-lt { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.78); }
.ey-lt .ey-dot { background: var(--blue-lt); }

/* ═══════════════════════════════════════════
   BOTÕES
═══════════════════════════════════════════ */
.btn-p {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill); border: none;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  white-space: nowrap; cursor: pointer; position: relative; overflow: hidden;
  background: var(--g-brand); color: #fff;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), filter .2s;
  letter-spacing: -.01em;
}
.btn-p::before {
  content: '';
  position: absolute; top: 0; left: -100%; width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transition: left .5s var(--ease);
}
.btn-p:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--sh-b-lg), inset 0 1px 0 rgba(255,255,255,.15); filter: brightness(1.04); }
.btn-p:hover::before { left: 140%; }
.btn-p:active { transform: translateY(0) scale(.98); filter: brightness(.97); }
.btn-p.lg  { padding: 13px 28px; font-size: 14px; }
.btn-p.xl  { padding: 15px 32px; font-size: 15px; }
.btn-p.full { width: 100%; }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.88); font-family: var(--fp); font-size: 14px; font-weight: 600;
  backdrop-filter: blur(8px); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .2s, background .2s, color .2s;
}
.btn-ghost.xl { padding: 15px 32px; font-size: 15px; }
.btn-ghost:hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.10); color: #fff; }

.btn-out {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 22px; border-radius: var(--r-pill);
  border: 1px solid var(--border); background: var(--bg);
  color: var(--ink); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  box-shadow: var(--sh-2); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .18s, box-shadow .18s, transform .18s var(--ease);
}
.btn-out:hover { border-color: var(--blue-border); box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim); transform: translateY(-1px); color: var(--ink); }

.btn-sol {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 0; border-radius: 0;
  background: none; border: none;
  color: var(--blue); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  cursor: pointer;
  transition: gap .18s var(--ease), color .18s;
}
.btn-sol:hover { gap: 10px; color: #1d4ed8; background: none; border: none; transform: none; box-shadow: none; }

.arr { display: inline-block; transition: transform .18s var(--ease); }
.btn-p:hover .arr, .btn-out:hover .arr, .btn-ghost:hover .arr, .btn-sol:hover .arr { transform: translateX(3px); }

/* ── NAVBAR BOOTSTRAP RESET ── */
nav.site-nav, nav.site-nav * { box-sizing: border-box !important; }
nav.site-nav { display: block !important; }
nav.site-nav .nav-pill { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; }
nav.site-nav .nav-links { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
nav.site-nav .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 13px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  text-decoration: none !important;
  border-radius: var(--r-pill) !important;
  position: relative !important;
  transition: color .18s !important;
}
nav.site-nav .nav-link::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 13px !important; right: 13px !important;
  height: 2px !important;
  background: var(--g-brand) !important;
  border-radius: 1px !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform .22s var(--ease) !important;
}
nav.site-nav .nav-link:hover { color: var(--blue) !important; }
nav.site-nav .nav-link:hover::after { transform: scaleX(1) !important; }
nav.site-nav .nav-link.active::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 50% !important;
  transform: translateX(-50%) !important;
  width: 4px !important; height: 4px !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
}
nav.site-nav .nav-cta-wrap { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-brand { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-toggle { cursor: pointer !important; background: none !important; border: none !important; }

/* ═══════════════════════════════════════════
   NAVBAR — pill premium
═══════════════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 12px 24px;
  transition: padding .3s var(--ease);
}
.site-nav.scrolled { padding: 8px 24px; }

.nav-pill {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  height: 66px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  overflow: visible;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(210,210,220,.55);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.04);
  transition: background .3s, box-shadow .3s;
}
.site-nav.scrolled .nav-pill {
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 20px rgba(0,0,0,.10);
  overflow: visible !important;
}

.nav-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  margin-right: 8px;
}
.nav-brand img {
  height: 54px;
  width: auto;
  display: block;
}

.nav-links {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.nav-cta-wrap {
  flex-shrink: 0;
  margin-left: 8px;
}

.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: var(--r-pill);
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  cursor: pointer; letter-spacing: -.01em; text-decoration: none;
  white-space: nowrap;
  transition: transform .18s var(--ease), box-shadow .18s, filter .18s;
}
.nav-cta:hover { color: #fff; transform: translateY(-1px); filter: brightness(1.05); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; border-radius: var(--r-md); transition: background .15s; margin-left: auto; touch-action: manipulation; -webkit-tap-highlight-color: transparent; min-width: 44px; min-height: 44px; }
.nav-toggle:hover { background: var(--bg-3); }
.nav-mob { display: none; position: fixed; top: 90px; left: 0; right: 0; padding: 0 16px; z-index: 999; }
.nav-mob.open { display: block; }
.nav-mob-inner { background: rgba(255,255,255,.97); border: 1px solid var(--border-lt); border-radius: var(--r-xl); box-shadow: var(--sh-6); backdrop-filter: blur(24px); padding: 12px 8px; }
.nav-mob-link { display: block; padding: 10px 16px; font-size: 14px; font-weight: 500; color: var(--body); border-radius: var(--r-lg); transition: background .15s, color .15s; }
.nav-mob-link:hover { background: var(--bg-3); color: var(--ink); }
.nav-mob-cta { display: flex; align-items: center; justify-content: center; margin: 8px 8px 4px; padding: 12px; border-radius: var(--r-lg); background: var(--g-brand); color: #fff; font-family: var(--fp); font-size: 13.5px; font-weight: 600; box-shadow: var(--sh-b); }

/* ═══════════════════════════════════════════
   STICKY CTA BAR (aparece após rolar hero)
═══════════════════════════════════════════ */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  transform: translateY(100%); transition: transform .4s var(--ease);
  padding: 14px 24px;
  background: rgba(255,255,255,.94); backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0,0,0,.08);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-text { font-family: var(--fp); font-size: 14px; font-weight: 600; color: var(--ink); }
.sticky-cta-sub { font-size: 12px; font-weight: 400; color: var(--muted); }

/* ═══════════════════════════════════════════
   WHATSAPP FLOATING BUTTON
═══════════════════════════════════════════ */
.wa-float {
  position: fixed; bottom: 80px; right: 24px; z-index: 890;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366;
  box-shadow: 0 4px 20px rgba(37,211,102,.40), 0 2px 6px rgba(0,0,0,.15);
  display: flex; align-items: center; justify-content: center; color: #fff;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
  cursor: pointer;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55), 0 3px 8px rgba(0,0,0,.18); color: #fff; }
.wa-float::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: #25d366; animation: waPulse 2.5s ease-in-out infinite; opacity: .6;
}
@keyframes waPulse { 0%{transform:scale(1);opacity:.5} 70%{transform:scale(1.5);opacity:0} 100%{transform:scale(1.5);opacity:0} }

/* Back-to-top */
.btt {
  position: fixed; bottom: 144px; right: 24px; z-index: 890;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--border);
  box-shadow: var(--sh-3); display: flex; align-items: center; justify-content: center;
  color: var(--muted); cursor: pointer; opacity: 0; transform: translateY(8px);
  transition: opacity .3s, transform .3s var(--ease), color .15s, border-color .15s;
}
.btt.visible { opacity: 1; transform: translateY(0); }
.btt:hover { color: var(--blue); border-color: var(--blue-border); }

/* ═══════════════════════════════════════════
   TOAST DE CONFIRMAÇÃO
═══════════════════════════════════════════ */
.toast-wrap {
  position: fixed; top: 100px; right: 24px; z-index: 9000;
  transform: translateX(120%); transition: transform .4s var(--ease);
}
.toast-wrap.show { transform: translateX(0); }
.toast-card {
  background: var(--bg); border: 1px solid #22c55e;
  border-radius: var(--r-lg); padding: 14px 18px;
  box-shadow: var(--sh-5);
  display: flex; align-items: center; gap: 12px;
  min-width: 280px;
}
.toast-ico { width: 36px; height: 36px; border-radius: 50%; background: #dcfce7; display: flex; align-items: center; justify-content: center; color: #16a34a; flex-shrink: 0; }
.toast-title { font-family: var(--fp); font-size: 13.5px; font-weight: 600; color: var(--ink); }
.toast-sub { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.hero-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
  padding-top: calc(var(--hh) + 100px); padding-bottom: 64px;
  display: flex; align-items: center;
}
/* Noise grain */
.hero-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
/* Mesh radials */
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.hero-mesh::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 50%, rgba(37,99,235,.17) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(59,130,246,.11) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 60% 90%, rgba(37,99,235,.07) 0%, transparent 55%);
}
/* Grid pattern */
.hero-mesh::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}
/* Orbs parallax */
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.hero-orb-1 { width: 580px; height: 580px; background: radial-gradient(circle, rgba(37,99,235,.20) 0%, transparent 70%); top: -100px; left: -80px; filter: blur(72px); }
.hero-orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(96,165,250,.14) 0%, transparent 70%); bottom: -60px; right: 8%; filter: blur(60px); }
.hero-orb-3 { width: 200px; height: 200px; background: radial-gradient(circle, rgba(59,130,246,.18) 0%, transparent 70%); top: 30%; right: 20%; filter: blur(40px); }
/* Fade na borda inferior */
.hero-wrap .container { position: relative; z-index: 3; width: 100%; }

/* Headline principal — Poppins 900 */
.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900; color: #f8fafc;
  letter-spacing: -.040em; line-height: 1.05; margin-bottom: 22px;
}
.hero-title .line-grad {
  color: #f8fafc;
  -webkit-text-fill-color: #f8fafc;
}
.hero-title .line { display: block; }

 }

.hero-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300; line-height: 1.76;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin-bottom: 28px; max-width: 520px;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* LEAD CARD — gradient border animado */
.lead-card-wrap {
  position: relative; border-radius: var(--r-2xl); padding: 1.5px;
  background: linear-gradient(135deg, rgba(37,99,235,.40) 0%, rgba(96,165,250,.20) 50%, rgba(37,99,235,.40) 100%);
  background-size: 200% 200%;
  animation: borderShift 4s ease-in-out infinite;
}
@keyframes borderShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.lead-card {
  background: rgba(255,255,255,.98); border-radius: calc(var(--r-2xl) - 1.5px);
  padding: 28px 26px; box-shadow: var(--sh-6);
}
.lc-header {
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.lc-accent {
  width: 28px; height: 3px; border-radius: 2px;
  background: var(--g-brand); margin-bottom: 14px;
}
.lc-title {
  font-family: var(--fp) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem) !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  letter-spacing: -.018em !important;
  line-height: 1.35 !important;
  margin-bottom: 10px !important;
}
.lc-title span { color: var(--blue) !important; }
.lc-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin: 0;
}

.form-label { font-family: var(--fi); font-size: 10px; font-weight: 600; color: var(--ink-2); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 4px; }
.form-control, .form-select {
  font-family: var(--fi); font-size: 13px; color: var(--ink);
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 9px 12px;
  box-shadow: var(--sh-1);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.form-control:focus, .form-select:focus {
  outline: none; background: var(--bg);
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.10), var(--sh-1);
}
.form-control::placeholder { color: var(--muted); font-size: 12.5px; }
.form-text { font-size: 11px; color: var(--muted); }

/* Campo obrigatório — indicador elegante */
.form-label.req::after { content: ' ●'; font-size: 6px; color: var(--blue); vertical-align: super; }

 100% { transform: translateX(-50%); } }

/* ═══════════════════════════════════════════
   SECTION HELPERS
═══════════════════════════════════════════ */
.sec-header { text-align: center; max-width: 600px; margin: 0 auto 52px; }
.sec-title { font-family: var(--fp); font-size: clamp(1.7rem, 2.5vw, 2.2rem); font-weight: 700; letter-spacing: -.026em; color: var(--ink); margin-bottom: 12px; }
.sec-title-lt { color: #f1f5f9; }
.sec-desc { font-family: var(--fi); font-size: 15.5px; font-weight: 300; color: var(--body); line-height: 1.76; }
.sec-desc-lt { color: rgba(241,245,249,.72); }
.sec-rule { width: 32px; height: 2.5px; border-radius: 2px; background: var(--g-brand); margin: 0 0 18px 0; }
.section-sep { display: none; }

/* ═══════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════ */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

.svc-card {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px 24px;
  background: var(--bg);
  position: relative; overflow: hidden;
  box-shadow: var(--sh-2);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
  height: 100%;
}
.svc-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37,99,235,.05) 0%, transparent 70%);
  opacity: 0; transition: opacity .3s; border-radius: var(--r-xl);
}
.svc-card:hover { border-color: rgba(37,99,235,.20); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.svc-card:hover::before { opacity: 1; }
/* Número background grande — hierarquia visual */
.svc-card-num {
  position: absolute; right: 16px; top: 8px;
  font-family: var(--fp); font-size: 80px; font-weight: 900;
  color: rgba(0,0,0,.03); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}
/* svc-card-ac igual ao svc-card */


.svc-icon {
  width: 48px; height: 48px; border-radius: var(--r-lg); background: var(--bg-2);
  border: 1px solid var(--border-lt); display: flex; align-items: center;
  justify-content: center; margin-bottom: 18px; overflow: hidden; box-shadow: var(--sh-1);
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.svc-card:hover .svc-icon { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-2), 0 0 0 3px rgba(37,99,235,.06); transform: scale(1.06); }
.svc-card:not(.svc-card-ac) .svc-icon img { filter: none; }
.svc-icon { background: var(--bg-2); border: 1px solid var(--border-lt); box-shadow: var(--sh-1); }

.svc-name { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.020em; color: var(--ink); margin-bottom: 8px; line-height: 1.25; }
.svc-text { font-family: var(--fi); font-size: 13.5px; font-weight: 300; color: #71717a; line-height: 1.72; margin-bottom: 16px; }

/* Linha separadora sutil entre desc e link */
.svc-divider { height: 1px; background: var(--border-lt); margin-bottom: 14px; }

.svc-link { font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease), color .15s; }
.svc-link:hover { gap: 8px; color: #1d4ed8; }

/* ═══════════════════════════════════════════
   SOLUTIONS — dark premium
═══════════════════════════════════════════ */
.sol-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--bg-2);
}
.sol-wrap::before { display: none; }
.sol-wrap::after {
  display: none; content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.sol-orbs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sol-orb { position: absolute; border-radius: 50%; filter: blur(64px); }
.sol-orb-1 { display: none; }
.sol-orb-2 { display: none; }
.sol-grid-bg {
  display: none; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,.020) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.020) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 80%);
}
.sol-wrap .container { position: relative; z-index: 2; }

.sol-item {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px 28px 28px 24px; border-radius: var(--r-xl);
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  box-shadow: var(--sh-2);
  transition: background .22s, border-color .22s, transform .22s var(--ease);
  position: relative; z-index: 1;
}
.sol-item:hover {
  background: var(--bg);
  border-color: var(--blue-border);
  border-left-color: var(--blue);
  transform: translateX(4px);
  box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim);
}
/* Número de fundo decorativo */
.sol-item::after {
  content: attr(data-n);
  position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  font-family: var(--fp); font-size: 96px; font-weight: 900;
  color: rgba(0,0,0,.04); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}

.sol-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--blue-border); background: var(--blue-dim); display: flex; align-items: center; justify-content: center; font-family: var(--fp); font-size: 11.5px; font-weight: 600; color: var(--blue); margin-top: 2px; }
.sol-title { font-family: var(--fp); font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -.022em; margin-bottom: 7px; line-height: 1.3; }
.sol-desc { font-family: var(--fi); font-size: 14px; font-weight: 300; color: var(--body); line-height: 1.76; margin-bottom: 14px; }

/* ═══════════════════════════════════════════
   ABOUT — com contadores animados
═══════════════════════════════════════════ */
.about-section { background: #ffffff; }

.mf {
  position: absolute; z-index: 2; background: rgba(255,255,255,.96); border: 1px solid var(--border-lt); border-radius: var(--r-lg); padding: 11px 15px; box-shadow: var(--sh-5); backdrop-filter: blur(12px); display: flex; align-items: center; gap: 10px;
}

/* Stats com contador animado */
.about-stat { text-align: center; padding: 18px 12px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-1); transition: border-color .2s, box-shadow .2s, transform .2s var(--ease); }
.about-stat:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateY(-2px); }

.about-text { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.80; }
.ab-card:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateX(3px); }

/* ═══════════════════════════════════════════
   CASES
═══════════════════════════════════════════ */
.cases-section { background: #ffffff; }
.case-card { border: 1px solid var(--border); border-radius: var(--r-xl); background: var(--bg); overflow: hidden; display: flex; flex-direction: column; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.case-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.case-card-ac { background: linear-gradient(145deg,#0a1628 0%,#0d1f4a 100%); border-color: rgba(37,99,235,.25); box-shadow: var(--sh-4), 0 0 30px rgba(37,99,235,.10); }
.case-card-ac:hover { border-color: rgba(59,130,246,.40); box-shadow: var(--sh-5), 0 0 40px rgba(37,99,235,.18); transform: translateY(-4px); }
.case-top { padding: 16px 20px 0; display: flex; align-items: center; justify-content: space-between; }
.case-badge { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); background: var(--blue-dim); border: 1px solid var(--blue-border); padding: 3px 10px; border-radius: var(--r-pill); }
.case-card-ac .case-badge { color: #93c5fd; background: rgba(37,99,235,.16); border-color: rgba(96,165,250,.25); }
.case-logo { height: 28px; padding: 0 10px; background: var(--bg-3); border-radius: var(--r-sm); border: 1px solid var(--border); display: flex; align-items: center; font-size: 10px; color: var(--muted); }
.case-card-ac .case-logo { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-body { padding: 16px 20px; flex: 1; }
.case-title { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.018em; color: var(--ink); margin-bottom: 7px; }
.case-card-ac .case-title { color: #f1f5f9; }
.case-desc { font-size: 13px; color: var(--body); line-height: 1.66; }
.case-card-ac .case-desc { color: rgba(203,213,225,.60); }
.case-foot { padding: 12px 20px; border-top: 1px solid var(--border); font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: flex; align-items: center; gap: 5px; transition: gap .15s var(--ease), color .15s; }
.case-foot:hover { gap: 9px; }
.case-card-ac .case-foot { border-top-color: rgba(255,255,255,.07); color: #93c5fd; }
.case-card-ac .case-foot:hover { color: #fff; }

/* ── CASES MODERNOS ── */
.case-card-top {
  padding: 18px 20px 14px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.case-card-ac .case-card-top { border-bottom-color: rgba(255,255,255,.08); }
.case-logo-placeholder {
  height: 28px; padding: 0 10px; background: var(--bg-3);
  border-radius: var(--r-sm); border: 1px solid var(--border);
  display: flex; align-items: center; font-size: 10px; color: var(--muted);
  font-family: var(--fi);
}
.case-card-ac .case-logo-placeholder { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-metrics {
  display: flex; gap: 0;
  border-top: 1px solid var(--border-lt);
  margin-top: 14px; padding-top: 14px;
}
.case-card-ac .case-metrics { border-top-color: rgba(255,255,255,.08); }
.case-metric {
  flex: 1; text-align: center;
  padding: 6px 4px;
  border-right: 1px solid var(--border-lt);
}
.case-metric:last-child { border-right: none; }
.case-card-ac .case-metric { border-right-color: rgba(255,255,255,.08); }
.cm-val {
  display: block; font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: var(--blue); letter-spacing: -.02em; line-height: 1;
}
.case-card-ac .cm-val { color: #93c5fd; }
.cm-lbl {
  display: block; font-family: var(--fi); font-size: 10.5px; color: var(--muted);
  margin-top: 3px; font-weight: 300;
}
.case-card-ac .cm-lbl { color: var(--muted); }

/* ═══════════════════════════════════════════
   BLOG
═══════════════════════════════════════════ */
.blog-section { background: var(--bg); }
.post-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); display: flex; flex-direction: column; }
.post-card-uniform .post-img-wrap { flex-shrink: 0; }
.post-card-uniform .post-img { aspect-ratio: 16/9; height: 180px; }
.post-card-uniform > div:last-child { flex: 1; display: flex; flex-direction: column; }
.post-card-uniform .post-exc { flex: 1; }
.post-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.06); transform: translateY(-4px); }
.post-img-wrap { overflow: hidden; }
.post-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s var(--ease); display: block; }
.post-lead-img { aspect-ratio: unset; height: 100%; min-height: 240px; }
.post-card:hover .post-img { transform: scale(1.05); }
.post-cat { display: inline-block; padding: 3px 9px; background: var(--blue-dim); border-radius: var(--r-pill); font-size: 10px; font-weight: 600; color: var(--blue); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 9px; }
.post-title { font-family: var(--fp); font-size: 16px; font-weight: 600; letter-spacing: -.018em; color: var(--ink); line-height: 1.3; margin-bottom: 9px; }
.post-title a { transition: color .15s; }
.post-title a:hover { color: var(--blue); }
.post-exc { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.66; margin-bottom: 10px; }
.post-meta { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.post-link { font-family: var(--fp); font-size: 12px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease); }
.post-link:hover { gap: 8px; }

/* ═══════════════════════════════════════════
   FAQ COLAPSÁVEL (novo)
═══════════════════════════════════════════ */
.faq-section { background: var(--bg-2); }
.faq-item { border-bottom: 1px solid var(--border-lt); }
.faq-item:first-child { border-top: 1px solid var(--border-lt); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0; cursor: pointer; font-family: var(--fp); font-size: 15.5px; font-weight: 600;
  color: var(--ink); transition: color .15s;
}
.faq-q:hover { color: var(--blue); }
.faq-ico {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); display: flex; align-items: center;
  justify-content: center; color: var(--muted);
  transition: transform .25s var(--ease), background .15s, border-color .15s;
}
.faq-item.open .faq-ico { transform: rotate(45deg); background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue); }
.faq-a { font-size: 14.5px; font-weight: 300; color: var(--body); line-height: 1.80; max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .25s; }
.faq-item.open .faq-a { max-height: 600px; padding-bottom: 20px; }

/* ═══════════════════════════════════════════
   CTA
═══════════════════════════════════════════ */
.cta-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
}
.cta-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .030;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.cta-mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse 80% 70% at 20% 60%, rgba(37,99,235,.17) 0%, transparent 65%), radial-gradient(ellipse 60% 50% at 80% 30%, rgba(59,130,246,.11) 0%, transparent 60%); }
.cta-wrap .container { position: relative; z-index: 2; }
.cta-title { font-family: var(--fp); font-size: clamp(2.4rem,4.2vw,3.2rem); font-weight: 800; color: #f8fafc; letter-spacing: -.034em; line-height: 1.10; margin-bottom: 16px; }
.cta-title .grad { background: linear-gradient(120deg,#93c5fd 0%,#60a5fa 40%,#dbeafe 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-sub { font-size: 16px; font-weight: 300; color: rgba(241,245,249,.82); line-height: 1.76; margin-bottom: 28px; }
.cta-list { list-style: none; padding: 0; }
.cta-list li { font-size: 14px; color: rgba(241,245,249,.78); display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.cta-list li::before { content: ''; flex-shrink: 0; width: 17px; height: 17px; border-radius: 50%; background: var(--g-brand); background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.5L3.5 6.5L7.5 2.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-position: center; background-repeat: no-repeat; box-shadow: 0 0 8px rgba(37,99,235,.40); }

/* ═══════════════════════════════════════════
   FOOTER PREMIUM
═══════════════════════════════════════════ */
.site-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  position: relative;
}
/* Linha de acento colorida no topo */
.site-footer::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%); }

.footer-inner { padding: 56px 0 40px; }
.footer-logo img { height: 48px; width: auto; margin-bottom: 14px; }
.footer-tagline { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.74; max-width: 280px; margin-bottom: 22px; }
.footer-social { display: flex; gap: 8px; }
.footer-soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); box-shadow: var(--sh-1); cursor: pointer;
  transition: border-color .18s, color .18s, background .18s, transform .18s var(--ease), box-shadow .18s;
}
.footer-soc:hover { border-color: var(--blue-border); color: var(--blue); background: var(--blue-dim); transform: translateY(-2px); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); }

.footer-col-title { font-family: var(--fp); font-size: 12.5px; font-weight: 700; color: var(--ink); letter-spacing: -.008em; margin-bottom: 14px; }
.footer-col-list { list-style: none; padding: 0; }
.footer-col-list li { margin-bottom: 8px; }
.footer-col-list a { font-size: 13.5px; color: var(--body); display: inline-flex; align-items: center; gap: 0; transition: color .15s, gap .15s var(--ease); }
.footer-col-list a:hover { color: var(--blue); gap: 4px; }
.footer-col-list a:hover::before { content: '›'; font-size: 14px; }

.fci { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.fci-ico { width: 30px; height: 30px; border-radius: var(--r-md); flex-shrink: 0; background: var(--blue-dim); border: 1px solid var(--blue-border); display: flex; align-items: center; justify-content: center; color: var(--blue); margin-top: 1px; }
.fci-label { font-size: 10px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 2px; }
.fci-val { font-size: 13px; color: var(--body); }
.fci-val a { color: var(--body); transition: color .15s; }
.fci-val a:hover { color: var(--blue); }

.footer-divider { border: none; border-top: 1px solid var(--border-lt); margin: 0; }
.footer-bottom { padding: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.footer-copy { font-size: 11.5px; color: var(--muted); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11.5px; color: var(--muted); transition: color .15s; }
.footer-legal a:hover { color: var(--blue); }
.footer-seo { font-size: 11.5px; font-weight: 300; color: rgba(161,161,170,.65); line-height: 1.68; border-top: 1px solid var(--border-lt); padding-top: 12px; }

/* ═══════════════════════════════════════════
   SCROLL REVEAL / ANIMAÇÕES
═══════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
/* ── REVEAL GLOBAL FIX (preview) ── */
.reveal { opacity: 1 !important; transform: none !important; }

.reveal.vis { opacity: 1; transform: translateY(0); }
.reveal.vis { opacity: 1; transform: none; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes glowPulse { 0%,100% { box-shadow: var(--sh-b); } 50% { box-shadow: var(--sh-b-lg); } }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.ha > *:not(.hero-sub) { animation: fadeUp .65s var(--ease) both; }
.ha > *:nth-child(1) { animation-delay: .04s; }
.ha > *:nth-child(2) { animation-delay: .13s; }
.ha > *:nth-child(3) { animation-delay: .22s; }
.ha > *:nth-child(4) { animation-delay: .30s; }
.ha > *:nth-child(5) { animation-delay: .38s; }
.hfc { animation: fadeUp .65s var(--ease) .20s both; }
.btn-p { animation: glowPulse 3.5s ease-in-out infinite; }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 991px) {
  #navLinks { display: none !important; }
  #navCtaWrap { display: none !important; }
  .nav-links { display: none !important; }
  .nav-cta-wrap { display: none !important; }
  .nav-toggle { display: flex !important; align-items: center !important; justify-content: center !important; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-span2 { grid-column: span 2; }
  body { cursor: auto; }

}
@media (max-width: 767px) {
  /* ── GLOBAL CONTAINER PADDING MOBILE ── */
  .container { padding-left: 20px !important; padding-right: 20px !important; }
  section { padding: 56px 0; }

  /* ── HERO ── */
  .hero-wrap { padding-top: 100px; padding-bottom: 40px; }
  .hero-wrap .row { gap: 0 !important; }
  .hero-wrap .col-lg-7 { padding: 0 !important; margin-bottom: 32px; }
  .hero-wrap .col-lg-5 { padding: 0 !important; }
  .hero-title { font-size: 2.2rem; letter-spacing: -.030em; }
  .hero-sub { max-width: 100%; font-size: 14px; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }
  .hero-checklist li { font-size: 13px; }
  .hero-cta-row { flex-direction: column; gap: 12px; }

  /* ── FORMULÁRIO HERO ── */
  .lead-card-wrap { margin: 0 !important; }
  .lead-card { padding: 22px 18px; }
  .lc-title { font-size: 15px !important; }
  .lead-card .row { margin: 0 !important; }
  .lead-card .col-6 { padding: 0 2px !important; }
  .proof-strip { margin-top: 32px; padding: 24px 0 8px; }

  /* Nav pill */
  .nav-pill { border-radius: var(--r-lg); padding: 0 14px; }

  /* Grids → 1 coluna */
  .svc-grid { grid-template-columns: 1fr; }
  .svc-span2 { grid-column: span 1; }
  .prob-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(3,1fr); }

  /* About */
  .mf-1 { left: -4px; }
  .mf-2 { right: -4px; }
  .diff-card { padding: 18px 16px; }

  /* Cases */
  .case-metrics { gap: 0; }
  .cm-val { font-size: 16px; }

  /* Blog posts uniformes */
  .post-card-uniform .post-img { height: 160px; }

  /* Seções escuras */
  .sol-item { padding: 18px 16px; }
  .sol-item::after { display: none; }
  .sol-title { font-size: 15px; }

  /* CTA */
  .cta-title { font-size: 2rem; }
  .cta-sub { font-size: 14.5px; color: rgba(241,245,249,.82); }
  .d-flex.gap-3.justify-content-center { flex-direction: column; align-items: center; }

  /* FAQ */
  .faq-q { font-size: 14px; }

  /* Footer */
  .footer-inner { padding: 40px 0 28px; }
  .footer-col-list a { font-size: 13px; }

  /* Sticky */
  .sticky-cta { display: none; }
  .sticky-cta-text { font-size: 13px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.9rem; }
  .sec-title { font-size: 1.5rem; }
  .btn-p.xl, .btn-ghost.xl { padding: 13px 22px; font-size: 14px; }
  .about-stats-row { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
  .case-card-top { flex-wrap: wrap; gap: 8px; }
  .proof-label { font-size: 9px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-legal { flex-wrap: wrap; gap: 12px; }
}

body { padding-top: calc(var(--hh) + 4px); }
.hero-wrap { padding-top: 96px; }

/* ── BARRA MOBILE CTA ── */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 950;
  height: 56px;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(0,0,0,.08);
}
.mobile-bar-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  border: none; background: none; cursor: pointer;
  transition: background .15s;
  height: 100%;
}
.mobile-bar-btn {
  background: #25d366; color: #fff;
}
.mobile-bar-btn:hover { background: #1ebe5d; }
@media (max-width: 991px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 56px; }
  .sticky-cta { bottom: 56px; }
  .wa-float { display: none; }
  .btt { bottom: 72px; }
}

/* ── HERO CHECKLIST ── */
.hero-checklist {
  list-style: none; padding: 0; margin-bottom: 32px;
}
.hero-checklist li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--fi); font-size: 14px; font-weight: 500;
  color: #ffffff; margin-bottom: 9px; line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0,0,0,.45);
}
.hcl-ico {
  flex-shrink: 0; width: 20px; height: 20px;
  border-radius: 50%; background: var(--g-brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: #fff; margin-top: 1px;
  box-shadow: 0 0 10px rgba(37,99,235,.40);
}

.proof-strip {
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 16px 0;
  overflow: hidden;
  position: relative;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center;
  margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 24px; width: auto; max-width: 110px;
  object-fit: contain; opacity: .60;
  filter: brightness(0) invert(1);
  transition: opacity .2s, filter .2s; flex-shrink: 0; display: block;
}
.proof-logo:hover { opacity: 1; filter: brightness(0) invert(1); }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}

/* ── PROOF STRIP ── */
.proof-strip {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 32px 0 8px;
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 48px;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center; margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 32px; width: auto; max-width: 160px;
  object-fit: contain; opacity: .70;
  transition: opacity .2s; flex-shrink: 0; display: block;
  image-rendering: -webkit-optimize-contrast;
}
.proof-logo:hover { opacity: 1; }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
 }

/* ── SVC CARD FEATURED ── */
.svc-card-featured {
  border-color: var(--blue) !important;
  box-shadow: var(--sh-3), 0 0 0 1px var(--blue-border), 0 0 24px rgba(37,99,235,.08) !important;
}
.svc-card-featured::after {
  content: 'Principal';
  position: absolute; top: 14px; right: 14px;
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: var(--r-pill);
  letter-spacing: .06em; text-transform: uppercase;
}


/* ── PROBLEMS ACCORDION ── */
.problems-section {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.problems-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--blue-mid) 50%, var(--blue) 70%, transparent 100%);
  opacity: .45;
}

.prob-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.prob-sticky {
  position: static;
}
.prob-intro-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin-bottom: 28px;
}
.prob-cta-wrap { margin-top: 32px; }
.prob-cta-label {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); margin-bottom: 20px; line-height: 1.76;
}
.prob-cta-label strong { color: var(--ink); font-weight: 600; }

/* Accordion */
.prob-accordion { display: flex; flex-direction: column; gap: 0; }

.prob-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.prob-item:first-child { border-top: 1px solid var(--border); }

.prob-trigger {
  width: 100%; background: none; border: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; text-align: left;
  transition: color .18s;
}
.prob-trigger:hover .prob-trigger-title { color: var(--blue); }

.prob-trigger-left {
  display: flex; align-items: center; gap: 14px;
}
.prob-num {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px;
  background: var(--bg-3); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  color: var(--muted); transition: background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-num {
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}
.prob-trigger-title {
  font-family: var(--fp); font-size: 15.5px; font-weight: 600;
  color: var(--ink); letter-spacing: -.016em; line-height: 1.3;
  transition: color .18s;
}
.prob-item.open .prob-trigger-title { color: var(--blue); }

.prob-chevron {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); transition: transform .28s var(--ease), background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-chevron {
  transform: rotate(180deg);
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}

.prob-body {
  max-height: 0; overflow: hidden;
  transition: max-height .38s var(--ease), padding .28s;
  padding: 0 0 0 42px;
}
.prob-item.open .prob-body {
  max-height: 200px;
  padding: 0 0 18px 42px;
}
.prob-body-text {
  font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: var(--body); line-height: 1.74;
}

@media (max-width: 767px) {
  .prob-layout { grid-template-columns: 1fr; gap: 36px; }
  .prob-sticky { position: static; }
  .prob-trigger-title { font-size: 14.5px; }
}

@media (max-width: 767px) {
  .prob-cta-wrap { display: none; }
  .prob-cta-mobile { display: block; margin-top: 32px; }
}
@media (min-width: 768px) {
  .prob-cta-mobile { display: none; }
}




/* ── SERVICES EDITORIAL ── */
.svc-section-dark {
  position: relative; overflow: hidden; isolation: isolate;
  background: radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
}
.svc-section-dark::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, #2563eb 30%, #3b82f6 50%, #2563eb 70%, transparent 100%);
  opacity: .5; z-index: 2;
}
.svc-section-dark .sec-title { color: #f1f5f9; }
.svc-section-dark .sec-rule { background: linear-gradient(90deg, #2563eb, #60a5fa); }

/* Header split */
.svc-header-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end; margin-bottom: 56px;
}
.svc-header-right {
  display: flex; flex-direction: column;
  justify-content: flex-end; gap: 16px;
}
.svc-header-desc {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}

/* Lista editorial */
.svc-list { border-top: 1px solid rgba(255,255,255,.08); }

.svc-row {
  display: grid;
  grid-template-columns: 72px 1fr 1fr auto;
  gap: 32px; align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .2s;
  cursor: default;
  position: relative;
}
.svc-row::before {
  content: '';
  position: absolute; left: -24px; right: -24px; top: 0; bottom: 0;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.03);
  opacity: 0;
  transition: opacity .2s;
}
.svc-row:hover::before { opacity: 1; }
.svc-row:hover .svc-row-num { color: var(--blue); }
.svc-row:hover .svc-row-title { color: #fff; }
.svc-row:hover .svc-row-link { color: #93c5fd; gap: 8px; }

.svc-row-num {
  font-family: var(--fp); font-size: 42px; font-weight: 900;
  color: rgba(255,255,255,.10); letter-spacing: -.03em;
  line-height: 1; transition: color .2s;
}
.svc-row:hover .svc-row-num { color: rgba(37,99,235,.50); }
.svc-row-title {
  font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: rgba(241,245,249,.90); letter-spacing: -.022em;
  line-height: 1.25;
  transition: color .2s;
}
.svc-row-tag {
  display: inline-flex; align-items: center;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
  margin-top: 6px;
}
.svc-row-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}
.svc-row-link {
  font-family: var(--fp); font-size: 12.5px; font-weight: 600;
  color: #60a5fa; display: inline-flex; align-items: center;
  gap: 4px; white-space: nowrap;
  transition: gap .18s, color .18s;
}
.svc-row-featured .svc-row-title { color: #60a5fa; }
.svc-row-featured .svc-row-num { color: var(--blue); }

@media (max-width: 991px) {
  .svc-header-split { grid-template-columns: 1fr; gap: 20px; }
  .svc-row { grid-template-columns: 60px 1fr; gap: 16px; }
  .svc-row-text { display: none; }
  .svc-row-link { display: none; }
  .svc-row-title { font-size: 16px; }
}
@media (max-width: 575px) {
  .svc-row { grid-template-columns: 56px 1fr; padding: 22px 0; }
}

/* ── ABOUT REDESIGN ── */
.about-section { background: var(--bg); position: relative; }

.about-top {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center; margin-bottom: 40px;
}

.about-kw-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--blue); letter-spacing: -.01em;
  margin-bottom: 16px; margin-top: -4px;
  text-transform: none;
}
.about-quote {
  font-family: var(--fp); font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800; color: var(--ink); letter-spacing: -.030em;
  line-height: 1.22; position: relative; padding-left: 24px;
}
.about-quote::before {
  content: '';
  position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-mid) 100%);
  border-radius: 2px;
}
.about-quote span { color: var(--blue); }

.about-right { display: flex; flex-direction: column; gap: 28px; }
.about-intro {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76;
}
.about-stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.about-stat {
  padding: 20px 18px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 2.5px solid var(--blue);
  border-radius: var(--r-xl);
  display: flex; flex-direction: column; gap: 6px;
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
  box-shadow: var(--sh-1);
}
.about-stat:hover {
  border-color: var(--blue-border);
  border-top-color: var(--blue-mid);
  box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim);
  transform: translateY(-2px);
}
.about-stat-num {
  font-family: var(--fp); font-size: 28px; font-weight: 900;
  color: var(--blue); letter-spacing: -.03em; line-height: 1;
}
.about-stat-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); letter-spacing: -.01em;
}
.about-stat-lbl {
  font-family: var(--fi); font-size: 11.5px; font-weight: 400;
  color: var(--muted); line-height: 1.4;
}



/* ── ABOUT DIFFS — timeline horizontal ── */
.about-diffs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  padding-top: 0;
}
.about-diffs::before {
  content: '';
  position: absolute;
  top: 34px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 1px;
  background: linear-gradient(90deg, var(--blue-border), var(--blue), var(--blue-border));
  z-index: 0;
}
.diff-card-new {
  background: none;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.diff-card-new:hover { background: none; }
.diff-ico-new {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--blue);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 20px;
  box-shadow: 0 0 0 4px var(--bg), 0 0 0 5px var(--blue-border);
  flex-shrink: 0;
}
.diff-card-new:hover .diff-ico-new {
  background: var(--blue-dim);
}
.diff-title-new {
  font-family: var(--fp); font-size: 13px; font-weight: 700;
  color: var(--ink); letter-spacing: -.012em;
  margin-bottom: 6px; line-height: 1.3;
}
.diff-text-new {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.65;
}
@media (max-width: 991px) {
  .about-top { grid-template-columns: 1fr; gap: 32px; }
  .about-diffs { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .about-diffs::before { display: none; }
  .diff-card-new { align-items: flex-start; text-align: left; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .about-top { grid-template-columns: 1fr; gap: 24px; }
  .about-right { gap: 20px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .about-stat { padding: 14px 10px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
}
@media (max-width: 575px) {
  .about-diffs { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 6px; }
}




/* ── FORM FIELDS ── */
.lead-card .form-control,
.lead-card .form-select {
  font-family: var(--fi);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 8px 11px;
  height: auto;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .18s, box-shadow .18s;
}
.lead-card .form-control:focus,
.lead-card .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-dim);
  outline: none;
}
.lead-card .form-control::placeholder {
  color: var(--muted);
  font-size: 13px;
}
.lead-card .form-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
.lead-card .lc-title {
  font-size: 15px;
  font-weight: 700;
}
.lead-card .lc-sub {
  font-size: 12px;
}
.lead-card .form-text {
  font-size: 11px;
  color: var(--muted);
}

/* ═══════════════════════════════════════════
   CASES V2 — com mockup de browser
═══════════════════════════════════════════ */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.case-card-v2 {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg);
  display: flex; flex-direction: column;
  box-shadow: var(--sh-2);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
}
.case-card-v2:hover {
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.18);
}
.ccv2-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 10px;
}
.ccv2-badge {
  font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
}
.badge-blue   { background: rgba(37,99,235,.08);  color: var(--blue); }
.badge-green  { background: rgba(22,163,74,.10);  color: #15803d; }
.badge-amber  { background: rgba(180,117,7,.10);  color: #b45309; }
.badge-purple { background: rgba(109,40,217,.08); color: #6d28d9; }

.ccv2-logo {
  height: 24px; padding: 0 10px;
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r-md);
  display: flex; align-items: center;
  font-family: var(--fi); font-size: 10.5px; font-weight: 600; color: var(--muted);
}
.ccv2-browser {
  margin: 0 12px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-2);
}
.ccv2-bar {
  background: var(--bg-3); padding: 7px 10px;
  display: flex; align-items: center; gap: 5px;
  border-bottom: 1px solid var(--border);
}
.ccv2-dot {
  width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex-shrink: 0;
}
.dot-r { background: #ff5f57; }
.dot-y { background: #febc2e; }
.dot-g { background: #28c840; }
.ccv2-url {
  flex: 1; background: var(--bg);
  border: 1px solid var(--border); border-radius: 4px;
  padding: 2px 8px;
  font-family: var(--fi); font-size: 9.5px; color: var(--muted);
}
.ccv2-screen {
  height: 148px; overflow: hidden; display: block;
}
.ccv2-screen img {
  width: 100%; display: block;
  object-fit: cover; object-position: top center;
  transition: transform .5s var(--ease);
}
.case-card-v2:hover .ccv2-screen img { transform: scale(1.03); }

.ccv2-body { padding: 14px 16px 8px; flex: 1; }
.ccv2-name {
  font-family: var(--fp); font-size: 14px; font-weight: 700;
  color: var(--ink); letter-spacing: -.016em; margin-bottom: 5px; line-height: 1.3;
}
.ccv2-desc {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.6;
}
.ccv2-metrics {
  display: flex;
  border-top: 1px solid var(--border-lt);
  margin: 10px 16px 0;
}
.ccv2-m {
  flex: 1; text-align: center; padding: 10px 4px;
  border-right: 1px solid var(--border-lt);
}
.ccv2-m:last-child { border-right: none; }
.ccv2-val {
  display: block; font-family: var(--fp); font-size: 17px; font-weight: 700;
  letter-spacing: -.02em; line-height: 1.1;
}
.v-blue  { color: var(--blue); }
.v-green { color: #16a34a; }
.ccv2-lbl {
  display: block; font-family: var(--fi); font-size: 10px;
  color: var(--muted); margin-top: 2px;
}
.ccv2-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px 14px;
  font-family: var(--fp); font-size: 12px; font-weight: 600;
  color: var(--blue); text-decoration: none;
  transition: gap .15s var(--ease), color .15s;
}
.ccv2-foot:hover { color: #1d4ed8; }
.ccv2-time {
  font-family: var(--fi); font-size: 10px; font-weight: 400; color: var(--muted);
}

@media (max-width: 991px) {
  .cases-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .cases-grid { grid-template-columns: 1fr; }
  .ccv2-screen { height: 180px; }
}


.nav-dropdown-btn {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 6px 13px !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  border-radius: var(--r-pill) !important;
  transition: color .18s, background .18s !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}
.nav-dropdown-btn:hover { color: var(--ink) !important; background: rgba(0,0,0,.04) !important; }
.nav-chevron {
  transition: transform .2s var(--ease);
  flex-shrink: 0;
  color: var(--muted);
  pointer-events: none;
}
.nav-dropdown-btn[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }

/* Dropdown — posicionado relativo ao site-nav, fora do pill */
nav.site-nav { position: fixed !important; overflow: visible !important; }
.nav-dropdown {
  display: none;
  position: fixed;
  top: 82px;
  width: 300px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-6);
  padding: 8px;
  z-index: 9999;
}
.nav-dropdown.open { display: block; }
.nav-dd-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border-radius: var(--r-lg) !important;
  text-decoration: none !important;
  transition: background .15s !important;
}
.nav-dd-item:hover { background: var(--bg-2) !important; }
.nav-dd-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: var(--r-md);
  background: var(--blue-dim);
  border: 1px solid var(--blue-border);
  display: flex !important; align-items: center !important; justify-content: center !important;
  color: var(--blue); margin-top: 1px;
}
.nav-dd-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); margin-bottom: 3px; display: block; line-height: 1.3;
}
.nav-dd-desc {
  font-family: var(--fi); font-size: 11.5px; font-weight: 300;
  color: var(--muted); line-height: 1.4; display: block; max-width: 220px;
}



@media screen and (max-width: 991px) {
  div#navLinks,
  div.nav-links,
  #navLinks { display: none !important; visibility: hidden !important; }
  div#navCtaWrap,
  div.nav-cta-wrap,
  #navCtaWrap { display: none !important; visibility: hidden !important; }
  button#navToggle,
  .nav-toggle { 
    display: flex !important; 
    visibility: visible !important;
    align-items: center !important; 
    justify-content: center !important; 
  }
}



.faq-main-title {
  font-family: var(--fp); font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700; color: var(--ink); letter-spacing: -.026em;
  line-height: 1.2; margin-bottom: 12px; margin-top: 10px;
}
.faq-left-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin-top: 18px; margin-bottom: 28px;
}
.faq-left-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  color: var(--blue); text-decoration: none;
  transition: gap .18s var(--ease);
}
.faq-left-cta:hover { gap: 10px; }
.faq-right { display: flex; flex-direction: column; }

@media (max-width: 767px) {
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-left { position: static; }
}

/* ═══════════════════════════════════════════
   BLOG — Opção C (cards com gradiente)
═══════════════════════════════════════════ */
.blog-grid-c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.blog-card-c {
  border-radius: var(--r-xl);
  overflow: hidden;
  display: flex; flex-direction: column;
  border: 1px solid var(--border);
  background: var(--bg);
  box-shadow: var(--sh-2);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
}
.blog-card-c:hover {
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.18);
}
.blog-card-c-img {
  height: 190px; overflow: hidden; position: relative;
}
.blog-card-c-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .5s var(--ease);
}
.blog-card-c:hover .blog-card-c-img img { transform: scale(1.05); }
.blog-card-c-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,.52) 100%);
  pointer-events: none;
}
.blog-card-c-body {
  padding: 18px; flex: 1;
  display: flex; flex-direction: column; gap: 8px;
}
.blog-cat-c {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
  background: var(--blue-dim); color: var(--blue);
  align-self: flex-start;
}
.blog-cat-green { background: rgba(22,163,74,.10); color: #15803d; }
.blog-cat-amber  { background: rgba(180,117,7,.10);  color: #b45309; }

.blog-title-c {
  font-family: var(--fp); font-size: 15.5px; font-weight: 700;
  letter-spacing: -.018em; color: var(--ink); line-height: 1.3; flex: 1;
}
.blog-title-c a { color: inherit; transition: color .15s; }
.blog-title-c a:hover { color: var(--blue); }

.blog-exc-c {
  font-family: var(--fi); font-size: 13px; font-weight: 300;
  color: var(--body); line-height: 1.65;
}
.blog-footer-c {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; border-top: 1px solid var(--border-lt);
  margin-top: auto;
}
.blog-meta-c { font-size: 11.5px; color: var(--muted); }
.blog-link-c {
  font-family: var(--fp); font-size: 12px; font-weight: 600;
  color: var(--blue); display: inline-flex; align-items: center;
  gap: 4px; transition: gap .15s var(--ease);
}
.blog-link-c:hover { gap: 8px; }

@media (max-width: 991px) {
  .blog-grid-c { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .blog-grid-c { grid-template-columns: 1fr; }
  .blog-card-c-img { height: 200px; }
}

/* ═══════════════════════════════════════════
   FOOTER V2 — dark premium
═══════════════════════════════════════════ */
.site-footer-v2 {
  background: var(--bg-2);
  padding: 64px 0 0;
  position: relative;
}
.site-footer-v2::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%);
}
.ftv2-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 48px;
}
.ftv2-logo {
  height: 44px; width: auto; display: block; margin-bottom: 16px;
}
.ftv2-tag {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.74;
  max-width: 280px; margin-bottom: 20px;
}
.ftv2-gp-badge {
  height: 72px; width: auto; display: block;
  margin-bottom: 20px; opacity: .90;
}

.ftv2-socials { display: flex; gap: 8px; }
.ftv2-soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  transition: border-color .18s, color .18s, background .18s, transform .18s var(--ease);
}
.ftv2-soc:hover {
  border-color: var(--blue-border); color: var(--blue);
  background: var(--blue-dim); transform: translateY(-2px);
}
.ftv2-col-title {
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
}
.ftv2-list { list-style: none; padding: 0; }
.ftv2-list li { margin-bottom: 10px; }
.ftv2-list a {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body);
  transition: color .15s;
  text-decoration: none;
}
.ftv2-list a:hover { color: var(--blue); }
.ftv2-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 16px; color: var(--muted);
}
.ftv2-contact-item svg { flex-shrink: 0; margin-top: 2px; }
.ftv2-contact-label {
  display: block; font-family: var(--fp); font-size: 10px; font-weight: 700;
  color: var(--muted); letter-spacing: .09em;
  text-transform: uppercase; margin-bottom: 2px;
}
.ftv2-contact-val {
  display: block; font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: var(--body); line-height: 1.6;
}
.ftv2-contact-val a { color: var(--body); transition: color .15s; }
.ftv2-contact-val a:hover { color: var(--blue); }

.ftv2-divider {
  border: none; border-top: 1px solid var(--border-lt); margin: 0;
}
.ftv2-bottom {
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
}
.ftv2-copy { font-family: var(--fi); font-size: 12px; font-weight: 300; color: var(--muted); }
.ftv2-legal { display: flex; gap: 20px; }
.ftv2-legal a {
  font-family: var(--fi); font-size: 12px; font-weight: 300; color: var(--muted);
  text-decoration: none; transition: color .15s;
}
.ftv2-legal a:hover { color: var(--blue); }
.ftv2-seo {
  font-family: var(--fi); font-size: 12px; font-weight: 300;
  color: rgba(161,161,170,.65); line-height: 1.68;
  padding: 12px 0 28px;
  border-top: 1px solid var(--border-lt);
}

@media (max-width: 991px) {
  .ftv2-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 575px) {
  .ftv2-grid { grid-template-columns: 1fr; gap: 28px; }
  .ftv2-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ═══════════════════════════════════════════
   MOBILE FIXES COMPLETOS
═══════════════════════════════════════════ */
@media (max-width: 767px) {

  /* Container global */
  .container { padding-left: 20px !important; padding-right: 20px !important; }

  /* Sec header */
  .sec-header { text-align: left; }
  .sec-title { font-size: clamp(1.5rem, 5vw, 1.9rem) !important; }

  /* Serviços */
  .svc-grid { grid-template-columns: 1fr !important; }
  .svc-span2 { grid-column: span 1 !important; }
  .svc-row { padding: 20px 0; }

  /* Sobre */
  .about-top { grid-template-columns: 1fr !important; gap: 24px !important; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; }
  .about-diffs { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }

  /* Por que a Capta */
  .sol-item { flex-direction: column; gap: 12px; }

  /* Cases */
  .cases-grid { grid-template-columns: 1fr !important; }

  /* FAQ */
  .faq-layout { grid-template-columns: 1fr !important; gap: 24px !important; }
  .faq-left { position: static !important; }
  .faq-left-cta { display: none; }

  /* Blog */
  .blog-grid-c { grid-template-columns: 1fr !important; }

  /* Footer */
  .ftv2-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .ftv2-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ftv2-legal { flex-wrap: wrap; gap: 12px; }

  /* CTA */
  .cta-title { font-size: clamp(1.8rem, 5vw, 2rem) !important; }

  /* Proof strip */
  .proof-label { padding: 0 20px; font-size: 9px; }

  /* Formulário hero */
  .lead-card-wrap { border-radius: 16px !important; }
  .lead-card .row.g-2 { gap: 8px !important; }
  .lead-card .col-6 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }

  /* Buttons */
  .btn-p.xl { font-size: 14px; padding: 14px 22px; width: 100%; justify-content: center; }

  /* Nav dropdown */
  .nav-dropdown { width: 90vw !important; left: 5vw !important; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.9rem !important; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr) !important; }
  .about-stat-num { font-size: 18px !important; }
  .ccv2-metrics { flex-wrap: nowrap; }
  .ccv2-val { font-size: 14px !important; }
}


@media (max-width: 767px) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}


/* ══════════════════════════════════════
   QUANDO / POR QUE — redesign
══════════════════════════════════════ */
.when-ads-section { background: var(--bg-2); }
.why-ads-section  { background: var(--bg); }

.when-two-col, .why-two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: start;
}
.when-ads-intro {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.78; margin-bottom: 16px;
}
.when-check-list {
  list-style: none; padding: 0; margin: 20px 0 28px;
  display: flex; flex-direction: column; gap: 10px;
}
.when-check-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-family: var(--fi); font-size: 14.5px; font-weight: 400;
  color: var(--ink); line-height: 1.5;
}
.wcl-ico {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%;
  background: var(--g-brand); display: flex; align-items: center;
  justify-content: center; margin-top: 2px;
  box-shadow: 0 2px 8px rgba(37,99,235,.30);
}
.when-profiles {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r-2xl); padding: 28px 24px;
  box-shadow: var(--sh-3); position: relative; overflow: hidden;
}
.when-profiles::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--g-brand);
}
.wp-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--border-lt);
}
.wp-item:last-child { border-bottom: none; padding-bottom: 0; }
.wp-tag {
  flex-shrink: 0; min-width: 40px; height: 28px; border-radius: var(--r-sm);
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  color: var(--blue); letter-spacing: .04em; padding: 0 8px;
}
.wp-title {
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  color: var(--ink); margin: 0 0 3px; letter-spacing: -.01em; line-height: 1.3;
}
.wp-sub {
  font-family: var(--fi); font-size: 12px; font-weight: 300;
  color: var(--body); line-height: 1.55; margin: 0;
}
.why-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.why-stat-card {
  background: var(--bg); border: 1px solid var(--border);
  border-top: 3px solid var(--blue); border-radius: var(--r-xl);
  padding: 20px 16px; box-shadow: var(--sh-2);
  transition: transform .2s var(--ease), box-shadow .2s;
}
.why-stat-card:hover { transform: translateY(-2px); box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim); }
.wsc-num {
  display: block; font-family: var(--fp); font-size: 28px; font-weight: 900;
  color: var(--blue); letter-spacing: -.03em; line-height: 1; margin-bottom: 8px;
}
.wsc-lbl {
  display: block; font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.55;
}
.why-ads-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.78; margin-bottom: 18px;
}
.why-highlight {
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  border-left: 3px solid var(--blue); border-radius: var(--r-lg);
  padding: 18px 20px; font-family: var(--fi); font-size: 14.5px;
  font-weight: 300; color: var(--ink); line-height: 1.68; margin-bottom: 0;
}
.why-highlight p { margin: 0; }
.why-highlight strong { color: var(--blue); font-weight: 600; }

@media (max-width: 991px) {
  .when-two-col, .why-two-col { gap: 36px; }
  .wsc-num { font-size: 24px; }
}
@media (max-width: 767px) {
  .when-two-col, .why-two-col { grid-template-columns: 1fr; gap: 28px; }
  .when-profiles { padding: 20px 18px; }
  .wp-item { gap: 10px; padding: 12px 0; }
  .wp-tag { min-width: 36px; height: 26px; font-size: 9.5px; }
  .wp-title { font-size: 13px; }
  .wp-sub { font-size: 11.5px; }
  .when-check-list { gap: 10px; margin: 16px 0 24px; }
  .when-check-list li { font-size: 14px; gap: 10px; }
  .wcl-ico { width: 18px; height: 18px; }
  .why-stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .why-stat-card { padding: 16px 12px; }
  .wsc-num { font-size: 22px; margin-bottom: 6px; }
  .wsc-lbl { font-size: 11.5px; }
  .why-ads-text { font-size: 14px; }
  .why-highlight { padding: 14px 16px; font-size: 13.5px; }
  .when-ads-intro { font-size: 14.5px; }
}
@media (max-width: 480px) {
  .wsc-num { font-size: 20px; }
  .wsc-lbl { font-size: 11px; }
  .why-stat-card { padding: 14px 10px; }
}


/* when-single-col: remove grid when perfil card is gone */
.when-single-col { grid-template-columns: 1fr !important; max-width: 720px; }


/* hero-sub → checklist spacing fix */
@media (max-width: 767px) {
  .hero-sub { margin-bottom: 24px !important; }
  .hero-checklist { margin-top: 4px; }
}


/* ── #metodo — dark background overrides ── */
.sol-wrap-dark {
  position: relative; overflow: hidden; isolation: isolate;
}
.sol-wrap-dark .sol-item {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
  border-left-color: var(--blue);
}
.sol-wrap-dark .sol-item:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
  border-left-color: var(--blue-lt);
  box-shadow: var(--sh-4), 0 0 0 1px rgba(37,99,235,.20);
}
.sol-wrap-dark .sol-item::after {
  color: rgba(255,255,255,.04);
}
.sol-wrap-dark .sol-num {
  background: rgba(37,99,235,.20);
  border-color: rgba(37,99,235,.35);
  color: var(--blue-lt);
}
.sol-wrap-dark .sol-title {
  color: #f1f5f9;
}
.sol-wrap-dark .sol-desc {
  color: rgba(241,245,249,.72);
}
.sol-wrap-dark .btn-sol {
  color: #60a5fa;
}
.sol-wrap-dark .btn-sol:hover {
  color: #93c5fd;
}



  .faq-q span { padding-right: 8px; }
  .faq-left .sec-rule { margin-bottom: 0; }
}



}


/* ── Context strip (após hero) ── */
.context-strip {
  background: var(--bg);
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid var(--border-lt);
  padding: 28px 0;
}
.context-text {
  font-family: var(--fi); font-size: 15.5px; font-weight: 300;
  color: var(--body); line-height: 1.78;
  max-width: 820px; margin: 0 auto; text-align: center;
}

/* ── Pre-CTA strip ── */
.pre-cta-strip {
  background: var(--bg-2);
  border-top: 1px solid var(--border-lt);
  padding: 32px 0;
}
.pre-cta-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76;
  max-width: 700px; margin: 0 auto; text-align: center;
}

@media (max-width: 767px) {
  .context-text, .pre-cta-text { text-align: left; font-size: 14.5px; }
  .context-strip { padding: 22px 0; }
  .pre-cta-strip { padding: 24px 0; }
}


/* ═══════════════════════════════════════════
   FAQ — layout 2 colunas (clean)
═══════════════════════════════════════════ */
.faq-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 72px;
  align-items: start;
}
.faq-left {
  position: sticky;
  top: 100px;
  grid-column: 1;
  grid-row: 1;
}
.faq-right {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
}
.faq-right .faq-item:first-child { border-top: 1px solid var(--border-lt); }
.faq-item { border-bottom: 1px solid var(--border-lt); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0; cursor: pointer;
  font-family: var(--fp); font-size: 15.5px; font-weight: 600;
  color: var(--ink); transition: color .15s;
}
.faq-q:hover { color: var(--blue); }
.faq-ico {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); display: flex; align-items: center;
  justify-content: center; color: var(--muted);
  transition: transform .25s var(--ease), background .15s, border-color .15s;
}
.faq-item.open .faq-ico { transform: rotate(45deg); background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue); }
.faq-a {
  font-size: 14.5px; font-weight: 300; color: var(--body); line-height: 1.80;
  max-height: 0; overflow: hidden;
  transition: max-height .35s var(--ease), padding .25s;
}
.faq-item.open .faq-a { max-height: 600px; padding-bottom: 20px; }
.faq-q span { padding-right: 8px; }

/* Mobile */
@media (max-width: 767px) {
  .faq-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .faq-left  { position: static !important; grid-column: 1 !important; grid-row: 1 !important; }
  .faq-right { grid-column: 1 !important; grid-row: 2 !important; }
  .faq-left-cta { display: none; }
  .faq-q { font-size: 14px; padding: 16px 0; }
}


/* hero-sub desktop color fix */
#hero .hero-sub {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

/* PREVIEW: reveal sempre visível */
.reveal { opacity: 1 !important; transform: none !important; transition: none !important; }


/* ══════════════════════════════════════
   BREADCRUMB
══════════════════════════════════════ */
.breadcrumb-nav {
  background: var(--bg);
  border-bottom: 1px solid var(--border-lt);
  padding: 10px 0;
  position: relative;
  z-index: 5;
}
.breadcrumb-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; align-items: center; flex-wrap: wrap; gap: 4px;
}
.breadcrumb-item {
  font-family: var(--fi); font-size: 12.5px; font-weight: 400;
  color: var(--muted);
}
.breadcrumb-item a {
  color: var(--body); text-decoration: none;
  transition: color .15s;
}
.breadcrumb-item a:hover { color: var(--blue); }
.breadcrumb-current { color: var(--blue); font-weight: 500; }
.breadcrumb-sep { color: var(--muted); font-size: 13px; line-height: 1; }
@media (max-width: 767px) {
  .breadcrumb-item { font-size: 11.5px; }
  .breadcrumb-nav { padding: 8px 0; }
}



:root {
  --blue:        #2563eb;
  --blue-mid:    #3b82f6;
  --blue-lt:     #60a5fa;
  --blue-dim:    rgba(37,99,235,.09);
  --blue-glow:   rgba(37,99,235,.28);
  --blue-border: rgba(37,99,235,.18);
  --ink:         #09090b;
  --ink-2:       #18181b;
  --body:        #52525b;
  --muted:       #a1a1aa;
  --border:      #e4e4e7;
  --border-lt:   rgba(228,228,231,.55);
  --bg:          #ffffff;
  --bg-2:        #fafafa;
  --bg-3:        #f4f4f5;
  --g-brand: linear-gradient(135deg,#2563eb 0%,#3b82f6 60%,#60a5fa 100%);
  --g-dark:  radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
  --sh-2: 0 1px 4px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --sh-3: 0 4px 12px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.03);
  --sh-5: 0 16px 40px rgba(0,0,0,.10), 0 6px 16px rgba(0,0,0,.05);
  --sh-6: 0 24px 64px rgba(0,0,0,.13), 0 8px 24px rgba(0,0,0,.06);
  --sh-b:    0 4px 20px rgba(37,99,235,.28), 0 1px 4px rgba(37,99,235,.16);
  --sh-b-lg: 0 8px 32px rgba(37,99,235,.38), 0 4px 12px rgba(37,99,235,.20);
  --fp: 'Poppins', sans-serif;
  --fi: 'Inter', sans-serif;
  --r-sm: 8px; --r-md: 12px; --r-lg: 16px;
  --r-xl: 20px; --r-2xl: 24px; --r-pill: 9999px;
  --ease: cubic-bezier(.16,1,.3,1);
  --hh: 90px;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fi); color: var(--body); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; font-size: 15px; line-height: 1.65; }
h1,h2,h3,h4 { font-family: var(--fp); color: var(--ink); letter-spacing: -.024em; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ── SCROLL PROGRESS ── */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 9997; pointer-events: none; background: linear-gradient(90deg, var(--blue), var(--blue-lt)); transform-origin: left; transform: scaleX(0); transition: transform .1s linear; }

/* ── NAVBAR ── */
nav.site-nav, nav.site-nav * { box-sizing: border-box !important; }
nav.site-nav { display: block !important; }
nav.site-nav .nav-pill { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; }
nav.site-nav .nav-links { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
nav.site-nav .nav-link { display: inline-flex !important; align-items: center !important; padding: 6px 13px !important; margin: 0 !important; white-space: nowrap !important; font-family: var(--fi) !important; font-size: 13.5px !important; font-weight: 500 !important; color: var(--body) !important; text-decoration: none !important; border-radius: var(--r-pill) !important; position: relative !important; transition: color .18s !important; }
nav.site-nav .nav-link::after { content: '' !important; position: absolute !important; bottom: 2px !important; left: 13px !important; right: 13px !important; height: 2px !important; background: var(--g-brand) !important; border-radius: 1px !important; transform: scaleX(0) !important; transform-origin: center !important; transition: transform .22s var(--ease) !important; }
nav.site-nav .nav-link:hover { color: var(--blue) !important; }
nav.site-nav .nav-link:hover::after { transform: scaleX(1) !important; }
nav.site-nav .nav-cta-wrap { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-brand { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-toggle { cursor: pointer !important; background: none !important; border: none !important; }

.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 12px 24px; transition: padding .3s var(--ease); }
.site-nav.scrolled { padding: 8px 24px; }
.nav-pill { max-width: 1160px; margin: 0 auto; padding: 0 20px; height: 66px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 0; overflow: visible; background: rgba(255,255,255,.88); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border: 1px solid rgba(210,210,220,.55); border-radius: 999px; box-shadow: 0 2px 12px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.04); transition: background .3s, box-shadow .3s; }
.site-nav.scrolled .nav-pill { background: rgba(255,255,255,.96); box-shadow: 0 4px 20px rgba(0,0,0,.10); overflow: visible !important; }
.nav-brand { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; margin-right: 8px; }
.nav-brand img { height: 54px; width: auto; display: block; }
.nav-links { flex: 1; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 2px; }
.nav-cta-wrap { flex-shrink: 0; margin-left: 8px; }
.nav-cta { display: inline-flex; align-items: center; gap: 6px; padding: 8px 18px; border-radius: var(--r-pill); background: var(--g-brand); color: #fff; font-family: var(--fp); font-size: 13px; font-weight: 600; box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15); cursor: pointer; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; transition: transform .18s var(--ease), box-shadow .18s, filter .18s; }
.nav-cta:hover { color: #fff; transform: translateY(-1px); filter: brightness(1.05); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; border-radius: var(--r-md); transition: background .15s; margin-left: auto; touch-action: manipulation; min-width: 44px; min-height: 44px; }
.nav-toggle:hover { background: var(--bg-3); }
.nav-mob { display: none; position: fixed; top: 90px; left: 0; right: 0; padding: 0 16px; z-index: 999; }
.nav-mob.open { display: block; }
.nav-mob-inner { background: rgba(255,255,255,.97); border: 1px solid var(--border-lt); border-radius: var(--r-xl); box-shadow: var(--sh-6); backdrop-filter: blur(24px); padding: 12px 8px; }
.nav-mob-link { display: block; padding: 10px 16px; font-size: 14px; font-weight: 500; color: var(--body); border-radius: var(--r-lg); transition: background .15s, color .15s; }
.nav-mob-link:hover { background: var(--bg-3); color: var(--ink); }
.nav-mob-section { padding: 8px 16px 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.nav-mob-sub { padding-left: 28px !important; font-size: 13.5px !important; }
.nav-mob-cta { display: flex; align-items: center; justify-content: center; margin: 8px 8px 4px; padding: 12px; border-radius: var(--r-lg); background: var(--g-brand); color: #fff; font-family: var(--fp); font-size: 13.5px; font-weight: 600; box-shadow: var(--sh-b); }

.nav-dropdown-btn { background: none !important; border: none !important; cursor: pointer !important; display: inline-flex !important; align-items: center !important; gap: 4px !important; padding: 6px 13px !important; font-family: var(--fi) !important; font-size: 13.5px !important; font-weight: 500 !important; color: var(--body) !important; border-radius: var(--r-pill) !important; transition: color .18s, background .18s !important; white-space: nowrap !important; line-height: 1 !important; }
.nav-dropdown-btn:hover { color: var(--ink) !important; background: rgba(0,0,0,.04) !important; }
.nav-chevron { transition: transform .2s var(--ease); flex-shrink: 0; color: var(--muted); pointer-events: none; }
.nav-dropdown-btn[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
nav.site-nav { position: fixed !important; overflow: visible !important; }
.nav-dropdown { display: none; position: fixed; top: 82px; width: 300px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-6); padding: 8px; z-index: 9999; }
.nav-dropdown.open { display: block; }
.nav-dd-item { display: flex !important; flex-direction: row !important; align-items: flex-start !important; gap: 12px !important; padding: 10px 12px !important; border-radius: var(--r-lg) !important; text-decoration: none !important; transition: background .15s !important; }
.nav-dd-item:hover { background: var(--bg-2) !important; }
.nav-dd-icon { width: 32px; height: 32px; flex-shrink: 0; border-radius: var(--r-md); background: var(--blue-dim); border: 1px solid var(--blue-border); display: flex !important; align-items: center !important; justify-content: center !important; color: var(--blue); margin-top: 1px; }
.nav-dd-title { font-family: var(--fp); font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 3px; display: block; line-height: 1.3; }
.nav-dd-desc { font-family: var(--fi); font-size: 11.5px; color: var(--body); line-height: 1.5; display: block; }

/* ── FLOATING ── */
.wa-float { position: fixed; bottom: 80px; right: 24px; z-index: 890; width: 52px; height: 52px; border-radius: 50%; background: #25d366; box-shadow: 0 4px 20px rgba(37,211,102,.40), 0 2px 6px rgba(0,0,0,.15); display: flex; align-items: center; justify-content: center; color: #fff; transition: transform .2s var(--ease), box-shadow .2s var(--ease); cursor: pointer; }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55); color: #fff; }
.wa-float::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: #25d366; animation: waPulse 2.5s ease-in-out infinite; opacity: .6; }
@keyframes waPulse { 0%{transform:scale(1);opacity:.5} 70%{transform:scale(1.5);opacity:0} 100%{transform:scale(1.5);opacity:0} }
.btt { position: fixed; bottom: 144px; right: 24px; z-index: 890; width: 40px; height: 40px; border-radius: 50%; background: var(--bg); border: 1px solid var(--border); box-shadow: var(--sh-3); display: flex; align-items: center; justify-content: center; color: var(--muted); cursor: pointer; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s var(--ease), color .15s, border-color .15s; }
.btt.visible { opacity: 1; transform: translateY(0); }
.btt:hover { color: var(--blue); border-color: var(--blue-border); }

/* ── MOBILE BAR ── */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 950; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-top: 1px solid var(--border); padding: 10px 16px; }
.mobile-bar-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 12px; border-radius: var(--r-pill); background: #25d366; color: #fff; font-family: var(--fp); font-size: 14px; font-weight: 600; box-shadow: 0 4px 16px rgba(37,211,102,.3); transition: filter .18s; }
.mobile-bar-btn:hover { color:#fff; filter: brightness(1.05); }

/* ══════════════════════════════════
   INNER HERO
══════════════════════════════════ */
.inner-hero { background: var(--g-dark); padding: calc(var(--hh) + 56px) 0 56px; position: relative; overflow: hidden; isolation: isolate; }
.inner-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .028; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 180px 180px; }
.inner-hero-mesh { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 60% 80% at 10% 50%, rgba(37,99,235,.18) 0%, transparent 60%), radial-gradient(ellipse 40% 60% at 90% 20%, rgba(96,165,250,.10) 0%, transparent 55%); }
.inner-hero .container { position: relative; z-index: 2; }
.inner-breadcrumb { display: flex; align-items: center; gap: 8px; font-family: var(--fi); font-size: 12.5px; color: rgba(255,255,255,.5); margin-bottom: 20px; }
.inner-breadcrumb a { color: rgba(255,255,255,.55); transition: color .18s; }
.inner-breadcrumb a:hover { color: rgba(255,255,255,.9); }
.inner-breadcrumb span:last-child { color: rgba(255,255,255,.85); }
.inner-hero-title { font-family: var(--fp); font-size: clamp(28px, 5vw, 48px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; color: #fff; margin-bottom: 12px; }
.inner-hero-sub { font-family: var(--fi); font-size: 14px; color: rgba(255,255,255,.5); }

/* ══════════════════════════════════
   LAYOUT DOCUMENTO
══════════════════════════════════ */
.privacy-wrap { padding: 72px 0 96px; background: var(--bg); }
.privacy-layout { display: grid; grid-template-columns: 260px 1fr; gap: 56px; align-items: start; }

.privacy-sidebar { position: sticky; top: 110px; background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 24px; }
.privacy-sidebar-title { font-family: var(--fp); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); margin-bottom: 14px; }
.privacy-index { list-style: none; padding: 0; margin: 0; }
.privacy-index li { margin-bottom: 4px; }
.privacy-index a { display: block; padding: 7px 12px; border-radius: var(--r-md); font-family: var(--fi); font-size: 13px; color: var(--body); transition: background .15s, color .15s; line-height: 1.4; }
.privacy-index a:hover { background: var(--bg-3); color: var(--blue); }
.privacy-index a.active { background: var(--blue-dim); color: var(--blue); font-weight: 600; }

.privacy-body { min-width: 0; }
.privacy-section { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid var(--border-lt); }
.privacy-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.privacy-section h2 { font-family: var(--fp); font-size: 20px; font-weight: 700; color: var(--ink); letter-spacing: -.022em; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--blue-dim); display: flex; align-items: center; gap: 10px; }
.privacy-section h2::before { content: ''; display: inline-block; width: 4px; height: 20px; background: var(--g-brand); border-radius: 2px; flex-shrink: 0; }

.privacy-section p { font-family: var(--fi); font-size: 15px; color: var(--body); line-height: 1.75; margin-bottom: 14px; }
.privacy-section p:last-child { margin-bottom: 0; }

.privacy-list { list-style: none; padding: 0; margin: 0 0 14px; }
.privacy-list li { display: flex; align-items: flex-start; gap: 10px; font-family: var(--fi); font-size: 15px; color: var(--body); line-height: 1.65; padding: 8px 14px; border-radius: var(--r-md); transition: background .12s; }
.privacy-list li:hover { background: var(--bg-2); }
.privacy-list li::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; margin-top: 8px; }

.privacy-contact-card { display: inline-flex; align-items: center; gap: 12px; padding: 16px 24px; border-radius: var(--r-lg); background: var(--blue-dim); border: 1px solid var(--blue-border); margin-top: 8px; }
.privacy-contact-card svg { color: var(--blue); flex-shrink: 0; }
.privacy-contact-card a { font-family: var(--fp); font-size: 14.5px; font-weight: 600; color: var(--blue); transition: color .15s; }
.privacy-contact-card a:hover { color: #1d4ed8; }

/* alerta interno */
.privacy-alert { display: flex; align-items: flex-start; gap: 12px; padding: 16px 18px; border-radius: var(--r-lg); background: var(--blue-dim); border: 1px solid var(--blue-border); margin-bottom: 14px; }
.privacy-alert svg { color: var(--blue); flex-shrink: 0; margin-top: 1px; }
.privacy-alert p { margin: 0; font-size: 14px; }
.privacy-alert a { color: var(--blue); font-weight: 600; }
.privacy-alert a:hover { text-decoration: underline; }

/* ══════════════════════════════════
   COOKIE BANNER LGPD
══════════════════════════════════ */
.cookie-banner { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120%); z-index: 8000; width: min(720px, calc(100vw - 32px)); background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-6); transition: transform .5s var(--ease); pointer-events: none; }
.cookie-banner.visible { transform: translateX(-50%) translateY(0); pointer-events: all; }
.cookie-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 20px 24px; }
.cookie-icon { font-size: 28px; line-height: 1; flex-shrink: 0; }
.cookie-title { font-family: var(--fp); font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.cookie-desc { font-family: var(--fi); font-size: 12.5px; color: var(--body); line-height: 1.6; margin: 0; }
.cookie-desc a { color: var(--blue); font-weight: 500; }
.cookie-desc a:hover { text-decoration: underline; }
.cookie-actions { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.cookie-btn { padding: 9px 16px; border-radius: var(--r-pill); font-family: var(--fp); font-size: 12.5px; font-weight: 600; cursor: pointer; white-space: nowrap; border: none; transition: transform .15s var(--ease), filter .15s; }
.cookie-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.cookie-accept { background: var(--g-brand); color: #fff; box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15); }
.cookie-reject { background: var(--bg-3); color: var(--body); border: 1px solid var(--border) !important; }

/* ══════════════════════════════════
   FOOTER V2
══════════════════════════════════ */
.site-footer-v2 { background: var(--bg-2); padding: 64px 0 0; position: relative; }
.site-footer-v2::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%); }
.ftv2-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.3fr; gap: 48px; padding-bottom: 48px; }
.ftv2-logo { height: 44px; width: auto; display: block; margin-bottom: 16px; }
.ftv2-tag { font-family: var(--fi); font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.74; max-width: 280px; margin-bottom: 20px; }
.ftv2-gp-badge { height: 72px; width: auto; display: block; margin-bottom: 20px; opacity: .90; }
.ftv2-socials { display: flex; gap: 8px; }
.ftv2-soc { width: 34px; height: 34px; border-radius: 50%; background: var(--bg-3); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--muted); transition: background .15s, color .15s, border-color .15s; }
.ftv2-soc:hover { background: var(--blue-dim); color: var(--blue); border-color: var(--blue-border); }
.ftv2-col-title { font-family: var(--fp); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: var(--muted); margin-bottom: 16px; }
.ftv2-list { list-style: none; padding: 0; }
.ftv2-list li { margin-bottom: 10px; }
.ftv2-list a { font-family: var(--fi); font-size: 14px; color: var(--body); transition: color .15s; }
.ftv2-list a:hover { color: var(--blue); }
.ftv2-contact-item { display: flex; gap: 10px; margin-bottom: 14px; color: var(--body); }
.ftv2-contact-item svg { flex-shrink: 0; margin-top: 2px; }
.ftv2-contact-label { display: block; font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); margin-bottom: 2px; }
.ftv2-contact-val { display: block; font-family: var(--fi); font-size: 13.5px; color: var(--body); line-height: 1.5; }
.ftv2-contact-val a { color: var(--body); transition: color .15s; }
.ftv2-contact-val a:hover { color: var(--blue); }
.ftv2-divider { border: none; border-top: 1px solid var(--border); margin: 0; }
.ftv2-bottom { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; gap: 16px; flex-wrap: wrap; }
.ftv2-copy { font-family: var(--fi); font-size: 13px; color: var(--muted); }
.ftv2-legal { display: flex; gap: 20px; }
.ftv2-legal a { font-family: var(--fi); font-size: 13px; color: var(--muted); transition: color .15s; }
.ftv2-legal a:hover { color: var(--blue); }
.ftv2-seo { font-size: 11px; color: transparent; height: 0; overflow: hidden; user-select: none; }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.reveal.vis { opacity: 1; transform: none; }

/* ── RESPONSIVIDADE ── */
@media (max-width: 1023px) {
  .privacy-layout { grid-template-columns: 1fr; gap: 32px; }
  .privacy-sidebar { position: static; }
}
@media (max-width: 767px) {
  .inner-hero { padding-top: calc(var(--hh) + 40px); padding-bottom: 40px; }
  .privacy-wrap { padding: 40px 0 64px; }
  .privacy-section h2 { font-size: 17px; }
  .site-nav { padding: 8px 12px; }
  .nav-links, .nav-cta-wrap { display: none !important; }
  .nav-toggle { display: flex !important; }
  .wa-float { bottom: 72px; right: 16px; }
  .btt { bottom: 132px; right: 16px; }
  .mobile-bar { display: block; }
  .cookie-inner { grid-template-columns: 1fr; }
  .cookie-icon { display: none; }
  .cookie-actions { flex-direction: row; }
  .ftv2-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .ftv2-grid { grid-template-columns: 1fr; }
  .cookie-actions { flex-direction: column; }
  .cookie-btn { text-align: center; }
}

/* ═══════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════ */
:root {
  --blue:        #2563eb;
  --blue-mid:    #3b82f6;
  --blue-lt:     #60a5fa;
  --blue-dim:    rgba(37,99,235,.09);
  --blue-glow:   rgba(37,99,235,.28);
  --blue-border: rgba(37,99,235,.18);
  --ink:         #09090b;
  --ink-2:       #18181b;
  --body:        #52525b;
  --muted:       #a1a1aa;
  --border:      #e4e4e7;
  --border-lt:   rgba(228,228,231,.55);
  --bg:          #ffffff;
  --bg-2:        #fafafa;
  --bg-3:        #f4f4f5;

  --g-brand: linear-gradient(135deg,#2563eb 0%,#3b82f6 60%,#60a5fa 100%);
  --g-dark:  radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
  --g-sol:   radial-gradient(ellipse 140% 100% at 50% -5%, #0c1c44 0%, #06102e 55%, #030c20 100%);

  --sh-1: 0 1px 2px rgba(0,0,0,.05);
  --sh-2: 0 1px 4px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --sh-3: 0 4px 12px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.03);
  --sh-4: 0 8px 24px rgba(0,0,0,.08), 0 3px 8px rgba(0,0,0,.04);
  --sh-5: 0 16px 40px rgba(0,0,0,.10), 0 6px 16px rgba(0,0,0,.05);
  --sh-6: 0 24px 64px rgba(0,0,0,.13), 0 8px 24px rgba(0,0,0,.06);
  --sh-b:    0 4px 20px rgba(37,99,235,.28), 0 1px 4px rgba(37,99,235,.16);
  --sh-b-lg: 0 8px 32px rgba(37,99,235,.38), 0 4px 12px rgba(37,99,235,.20);

  --fp: 'Poppins', sans-serif;
  --fi: 'Inter', sans-serif;
  --r-sm:  8px; --r-md: 12px; --r-lg: 16px;
  --r-xl:  20px; --r-2xl: 24px; --r-pill: 9999px;
  --ease: cubic-bezier(.16,1,.3,1);
  --ease-std: cubic-bezier(.4,0,.2,1);
  --hh: 90px;
}

/* ── RESET & BASE ── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fi); color: var(--body);
  background: var(--bg); -webkit-font-smoothing: antialiased;
  overflow-x: hidden; font-size: 15px; line-height: 1.65;

}
h1,h2,h3,h4 { font-family: var(--fp); color: var(--ink); letter-spacing: -.024em; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
section { padding: 96px 0; }

/* ═══════════════════════════════════════════
   PROGRESS BAR DE SCROLL
═══════════════════════════════════════════ */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 9997; pointer-events: none;
  background: linear-gradient(90deg, var(--blue), var(--blue-lt));
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .1s linear;
}

/* ═══════════════════════════════════════════
   EYEBROW
═══════════════════════════════════════════ */
.ey {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: var(--r-pill);
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  color: var(--blue); font-family: var(--fi); font-size: 10.5px;
  font-weight: 600; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 16px;
}
.ey-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); flex-shrink: 0;
  animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.ey-lt { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.78); }
.ey-lt .ey-dot { background: var(--blue-lt); }

/* ═══════════════════════════════════════════
   BOTÕES
═══════════════════════════════════════════ */
.btn-p {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill); border: none;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  white-space: nowrap; cursor: pointer; position: relative; overflow: hidden;
  background: var(--g-brand); color: #fff;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), filter .2s;
  letter-spacing: -.01em;
}
.btn-p::before {
  content: '';
  position: absolute; top: 0; left: -100%; width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transition: left .5s var(--ease);
}
.btn-p:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--sh-b-lg), inset 0 1px 0 rgba(255,255,255,.15); filter: brightness(1.04); }
.btn-p:hover::before { left: 140%; }
.btn-p:active { transform: translateY(0) scale(.98); filter: brightness(.97); }
.btn-p.lg  { padding: 13px 28px; font-size: 14px; }
.btn-p.xl  { padding: 15px 32px; font-size: 15px; }
.btn-p.full { width: 100%; }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.88); font-family: var(--fp); font-size: 14px; font-weight: 600;
  backdrop-filter: blur(8px); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .2s, background .2s, color .2s;
}
.btn-ghost.xl { padding: 15px 32px; font-size: 15px; }
.btn-ghost:hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.10); color: #fff; }

.btn-out {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 22px; border-radius: var(--r-pill);
  border: 1px solid var(--border); background: var(--bg);
  color: var(--ink); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  box-shadow: var(--sh-2); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .18s, box-shadow .18s, transform .18s var(--ease);
}
.btn-out:hover { border-color: var(--blue-border); box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim); transform: translateY(-1px); color: var(--ink); }

.btn-sol {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 0; border-radius: 0;
  background: none; border: none;
  color: var(--blue); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  cursor: pointer;
  transition: gap .18s var(--ease), color .18s;
}
.btn-sol:hover { gap: 10px; color: #1d4ed8; background: none; border: none; transform: none; box-shadow: none; }

.arr { display: inline-block; transition: transform .18s var(--ease); }
.btn-p:hover .arr, .btn-out:hover .arr, .btn-ghost:hover .arr, .btn-sol:hover .arr { transform: translateX(3px); }

/* ── NAVBAR BOOTSTRAP RESET ── */
nav.site-nav, nav.site-nav * { box-sizing: border-box !important; }
nav.site-nav { display: block !important; }
nav.site-nav .nav-pill { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; }
nav.site-nav .nav-links { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
nav.site-nav .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 13px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  text-decoration: none !important;
  border-radius: var(--r-pill) !important;
  position: relative !important;
  transition: color .18s !important;
}
nav.site-nav .nav-link::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 13px !important; right: 13px !important;
  height: 2px !important;
  background: var(--g-brand) !important;
  border-radius: 1px !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform .22s var(--ease) !important;
}
nav.site-nav .nav-link:hover { color: var(--blue) !important; }
nav.site-nav .nav-link:hover::after { transform: scaleX(1) !important; }
nav.site-nav .nav-link.active::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 50% !important;
  transform: translateX(-50%) !important;
  width: 4px !important; height: 4px !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
}
nav.site-nav .nav-cta-wrap { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-brand { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-toggle { cursor: pointer !important; background: none !important; border: none !important; }

/* ═══════════════════════════════════════════
   NAVBAR — pill premium
═══════════════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 12px 24px;
  transition: padding .3s var(--ease);
}
.site-nav.scrolled { padding: 8px 24px; }

.nav-pill {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  height: 66px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  overflow: visible;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(210,210,220,.55);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.04);
  transition: background .3s, box-shadow .3s;
}
.site-nav.scrolled .nav-pill {
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 20px rgba(0,0,0,.10);
  overflow: visible !important;
}

.nav-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  margin-right: 8px;
}
.nav-brand img {
  height: 54px;
  width: auto;
  display: block;
}

.nav-links {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.nav-cta-wrap {
  flex-shrink: 0;
  margin-left: 8px;
}

.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: var(--r-pill);
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  cursor: pointer; letter-spacing: -.01em; text-decoration: none;
  white-space: nowrap;
  transition: transform .18s var(--ease), box-shadow .18s, filter .18s;
}
.nav-cta:hover { color: #fff; transform: translateY(-1px); filter: brightness(1.05); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; border-radius: var(--r-md); transition: background .15s; margin-left: auto; touch-action: manipulation; -webkit-tap-highlight-color: transparent; min-width: 44px; min-height: 44px; }
.nav-toggle:hover { background: var(--bg-3); }
.nav-mob { display: none; position: fixed; top: 90px; left: 0; right: 0; padding: 0 16px; z-index: 999; }
.nav-mob.open { display: block; }
.nav-mob-inner { background: rgba(255,255,255,.97); border: 1px solid var(--border-lt); border-radius: var(--r-xl); box-shadow: var(--sh-6); backdrop-filter: blur(24px); padding: 12px 8px; }
.nav-mob-link { display: block; padding: 10px 16px; font-size: 14px; font-weight: 500; color: var(--body); border-radius: var(--r-lg); transition: background .15s, color .15s; }
.nav-mob-link:hover { background: var(--bg-3); color: var(--ink); }
.nav-mob-cta { display: flex; align-items: center; justify-content: center; margin: 8px 8px 4px; padding: 12px; border-radius: var(--r-lg); background: var(--g-brand); color: #fff; font-family: var(--fp); font-size: 13.5px; font-weight: 600; box-shadow: var(--sh-b); }

/* ═══════════════════════════════════════════
   STICKY CTA BAR (aparece após rolar hero)
═══════════════════════════════════════════ */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  transform: translateY(100%); transition: transform .4s var(--ease);
  padding: 14px 24px;
  background: rgba(255,255,255,.94); backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0,0,0,.08);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-text { font-family: var(--fp); font-size: 14px; font-weight: 600; color: var(--ink); }
.sticky-cta-sub { font-size: 12px; font-weight: 400; color: var(--muted); }

/* ═══════════════════════════════════════════
   WHATSAPP FLOATING BUTTON
═══════════════════════════════════════════ */
.wa-float {
  position: fixed; bottom: 80px; right: 24px; z-index: 890;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366;
  box-shadow: 0 4px 20px rgba(37,211,102,.40), 0 2px 6px rgba(0,0,0,.15);
  display: flex; align-items: center; justify-content: center; color: #fff;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
  cursor: pointer;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55), 0 3px 8px rgba(0,0,0,.18); color: #fff; }
.wa-float::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: #25d366; animation: waPulse 2.5s ease-in-out infinite; opacity: .6;
}
@keyframes waPulse { 0%{transform:scale(1);opacity:.5} 70%{transform:scale(1.5);opacity:0} 100%{transform:scale(1.5);opacity:0} }

/* Back-to-top */
.btt {
  position: fixed; bottom: 144px; right: 24px; z-index: 890;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--border);
  box-shadow: var(--sh-3); display: flex; align-items: center; justify-content: center;
  color: var(--muted); cursor: pointer; opacity: 0; transform: translateY(8px);
  transition: opacity .3s, transform .3s var(--ease), color .15s, border-color .15s;
}
.btt.visible { opacity: 1; transform: translateY(0); }
.btt:hover { color: var(--blue); border-color: var(--blue-border); }

/* ═══════════════════════════════════════════
   TOAST DE CONFIRMAÇÃO
═══════════════════════════════════════════ */
.toast-wrap {
  position: fixed; top: 100px; right: 24px; z-index: 9000;
  transform: translateX(120%); transition: transform .4s var(--ease);
}
.toast-wrap.show { transform: translateX(0); }
.toast-card {
  background: var(--bg); border: 1px solid #22c55e;
  border-radius: var(--r-lg); padding: 14px 18px;
  box-shadow: var(--sh-5);
  display: flex; align-items: center; gap: 12px;
  min-width: 280px;
}
.toast-ico { width: 36px; height: 36px; border-radius: 50%; background: #dcfce7; display: flex; align-items: center; justify-content: center; color: #16a34a; flex-shrink: 0; }
.toast-title { font-family: var(--fp); font-size: 13.5px; font-weight: 600; color: var(--ink); }
.toast-sub { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.hero-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
  padding-top: calc(var(--hh) + 100px); padding-bottom: 64px;
  display: flex; align-items: center;
}
/* Noise grain */
.hero-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
/* Mesh radials */
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.hero-mesh::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 50%, rgba(37,99,235,.17) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(59,130,246,.11) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 60% 90%, rgba(37,99,235,.07) 0%, transparent 55%);
}
/* Grid pattern */
.hero-mesh::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}
/* Orbs parallax */
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.hero-orb-1 { width: 580px; height: 580px; background: radial-gradient(circle, rgba(37,99,235,.20) 0%, transparent 70%); top: -100px; left: -80px; filter: blur(72px); }
.hero-orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(96,165,250,.14) 0%, transparent 70%); bottom: -60px; right: 8%; filter: blur(60px); }
.hero-orb-3 { width: 200px; height: 200px; background: radial-gradient(circle, rgba(59,130,246,.18) 0%, transparent 70%); top: 30%; right: 20%; filter: blur(40px); }
/* Fade na borda inferior */
.hero-wrap .container { position: relative; z-index: 3; width: 100%; }

/* Headline principal — Poppins 900 */
.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900; color: #f8fafc;
  letter-spacing: -.040em; line-height: 1.05; margin-bottom: 22px;
}
.hero-title .line-grad {
  color: #f8fafc;
  -webkit-text-fill-color: #f8fafc;
}
.hero-title .line { display: block; }

 }

.hero-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300; line-height: 1.76;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin-bottom: 28px; max-width: 520px;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* LEAD CARD — gradient border animado */
.lead-card-wrap {
  position: relative; border-radius: var(--r-2xl); padding: 1.5px;
  background: linear-gradient(135deg, rgba(37,99,235,.40) 0%, rgba(96,165,250,.20) 50%, rgba(37,99,235,.40) 100%);
  background-size: 200% 200%;
  animation: borderShift 4s ease-in-out infinite;
}
@keyframes borderShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.lead-card {
  background: rgba(255,255,255,.98); border-radius: calc(var(--r-2xl) - 1.5px);
  padding: 28px 26px; box-shadow: var(--sh-6);
}
.lc-header {
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.lc-accent {
  width: 28px; height: 3px; border-radius: 2px;
  background: var(--g-brand); margin-bottom: 14px;
}
.lc-title {
  font-family: var(--fp) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem) !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  letter-spacing: -.018em !important;
  line-height: 1.35 !important;
  margin-bottom: 10px !important;
}
.lc-title span { color: var(--blue) !important; }
.lc-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin: 0;
}

.form-label { font-family: var(--fi); font-size: 10px; font-weight: 600; color: var(--ink-2); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 4px; }
.form-control, .form-select {
  font-family: var(--fi); font-size: 13px; color: var(--ink);
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 9px 12px;
  box-shadow: var(--sh-1);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.form-control:focus, .form-select:focus {
  outline: none; background: var(--bg);
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.10), var(--sh-1);
}
.form-control::placeholder { color: var(--muted); font-size: 12.5px; }
.form-text { font-size: 11px; color: var(--muted); }

/* Campo obrigatório — indicador elegante */
.form-label.req::after { content: ' ●'; font-size: 6px; color: var(--blue); vertical-align: super; }

 100% { transform: translateX(-50%); } }

/* ═══════════════════════════════════════════
   SECTION HELPERS
═══════════════════════════════════════════ */
.sec-header { text-align: center; max-width: 600px; margin: 0 auto 52px; }
.sec-title { font-family: var(--fp); font-size: clamp(1.7rem, 2.5vw, 2.2rem); font-weight: 700; letter-spacing: -.026em; color: var(--ink); margin-bottom: 12px; }
.sec-title-lt { color: #f1f5f9; }
.sec-desc { font-family: var(--fi); font-size: 15.5px; font-weight: 300; color: var(--body); line-height: 1.76; }
.sec-desc-lt { color: rgba(241,245,249,.72); }
.sec-rule { width: 32px; height: 2.5px; border-radius: 2px; background: var(--g-brand); margin: 0 0 18px 0; }
.section-sep { display: none; }

/* ═══════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════ */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

.svc-card {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px 24px;
  background: var(--bg);
  position: relative; overflow: hidden;
  box-shadow: var(--sh-2);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
  height: 100%;
}
.svc-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37,99,235,.05) 0%, transparent 70%);
  opacity: 0; transition: opacity .3s; border-radius: var(--r-xl);
}
.svc-card:hover { border-color: rgba(37,99,235,.20); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.svc-card:hover::before { opacity: 1; }
/* Número background grande — hierarquia visual */
.svc-card-num {
  position: absolute; right: 16px; top: 8px;
  font-family: var(--fp); font-size: 80px; font-weight: 900;
  color: rgba(0,0,0,.03); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}
/* svc-card-ac igual ao svc-card */


.svc-icon {
  width: 48px; height: 48px; border-radius: var(--r-lg); background: var(--bg-2);
  border: 1px solid var(--border-lt); display: flex; align-items: center;
  justify-content: center; margin-bottom: 18px; overflow: hidden; box-shadow: var(--sh-1);
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.svc-card:hover .svc-icon { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-2), 0 0 0 3px rgba(37,99,235,.06); transform: scale(1.06); }
.svc-card:not(.svc-card-ac) .svc-icon img { filter: none; }
.svc-icon { background: var(--bg-2); border: 1px solid var(--border-lt); box-shadow: var(--sh-1); }

.svc-name { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.020em; color: var(--ink); margin-bottom: 8px; line-height: 1.25; }
.svc-text { font-family: var(--fi); font-size: 13.5px; font-weight: 300; color: #71717a; line-height: 1.72; margin-bottom: 16px; }

/* Linha separadora sutil entre desc e link */
.svc-divider { height: 1px; background: var(--border-lt); margin-bottom: 14px; }

.svc-link { font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease), color .15s; }
.svc-link:hover { gap: 8px; color: #1d4ed8; }

/* ═══════════════════════════════════════════
   SOLUTIONS — dark premium
═══════════════════════════════════════════ */
.sol-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--bg-2);
}
.sol-wrap::before { display: none; }
.sol-wrap::after {
  display: none; content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.sol-orbs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sol-orb { position: absolute; border-radius: 50%; filter: blur(64px); }
.sol-orb-1 { display: none; }
.sol-orb-2 { display: none; }
.sol-grid-bg {
  display: none; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,.020) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.020) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 80%);
}
.sol-wrap .container { position: relative; z-index: 2; }

.sol-item {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px 28px 28px 24px; border-radius: var(--r-xl);
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  box-shadow: var(--sh-2);
  transition: background .22s, border-color .22s, transform .22s var(--ease);
  position: relative; z-index: 1;
}
.sol-item:hover {
  background: var(--bg);
  border-color: var(--blue-border);
  border-left-color: var(--blue);
  transform: translateX(4px);
  box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim);
}
/* Número de fundo decorativo */
.sol-item::after {
  content: attr(data-n);
  position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  font-family: var(--fp); font-size: 96px; font-weight: 900;
  color: rgba(0,0,0,.04); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}

.sol-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--blue-border); background: var(--blue-dim); display: flex; align-items: center; justify-content: center; font-family: var(--fp); font-size: 11.5px; font-weight: 600; color: var(--blue); margin-top: 2px; }
.sol-title { font-family: var(--fp); font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -.022em; margin-bottom: 7px; line-height: 1.3; }
.sol-desc { font-family: var(--fi); font-size: 14px; font-weight: 300; color: var(--body); line-height: 1.76; margin-bottom: 14px; }

/* ═══════════════════════════════════════════
   ABOUT — com contadores animados
═══════════════════════════════════════════ */
.about-section { background: #ffffff; }

.mf {
  position: absolute; z-index: 2; background: rgba(255,255,255,.96); border: 1px solid var(--border-lt); border-radius: var(--r-lg); padding: 11px 15px; box-shadow: var(--sh-5); backdrop-filter: blur(12px); display: flex; align-items: center; gap: 10px;
}

/* Stats com contador animado */
.about-stat { text-align: center; padding: 18px 12px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-1); transition: border-color .2s, box-shadow .2s, transform .2s var(--ease); }
.about-stat:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateY(-2px); }

.about-text { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.80; }
.ab-card:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateX(3px); }

/* ═══════════════════════════════════════════
   CASES
═══════════════════════════════════════════ */
.cases-section { background: #ffffff; }
.case-card { border: 1px solid var(--border); border-radius: var(--r-xl); background: var(--bg); overflow: hidden; display: flex; flex-direction: column; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.case-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.case-card-ac { background: linear-gradient(145deg,#0a1628 0%,#0d1f4a 100%); border-color: rgba(37,99,235,.25); box-shadow: var(--sh-4), 0 0 30px rgba(37,99,235,.10); }
.case-card-ac:hover { border-color: rgba(59,130,246,.40); box-shadow: var(--sh-5), 0 0 40px rgba(37,99,235,.18); transform: translateY(-4px); }
.case-top { padding: 16px 20px 0; display: flex; align-items: center; justify-content: space-between; }
.case-badge { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); background: var(--blue-dim); border: 1px solid var(--blue-border); padding: 3px 10px; border-radius: var(--r-pill); }
.case-card-ac .case-badge { color: #93c5fd; background: rgba(37,99,235,.16); border-color: rgba(96,165,250,.25); }
.case-logo { height: 28px; padding: 0 10px; background: var(--bg-3); border-radius: var(--r-sm); border: 1px solid var(--border); display: flex; align-items: center; font-size: 10px; color: var(--muted); }
.case-card-ac .case-logo { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-body { padding: 16px 20px; flex: 1; }
.case-title { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.018em; color: var(--ink); margin-bottom: 7px; }
.case-card-ac .case-title { color: #f1f5f9; }
.case-desc { font-size: 13px; color: var(--body); line-height: 1.66; }
.case-card-ac .case-desc { color: rgba(203,213,225,.60); }
.case-foot { padding: 12px 20px; border-top: 1px solid var(--border); font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: flex; align-items: center; gap: 5px; transition: gap .15s var(--ease), color .15s; }
.case-foot:hover { gap: 9px; }
.case-card-ac .case-foot { border-top-color: rgba(255,255,255,.07); color: #93c5fd; }
.case-card-ac .case-foot:hover { color: #fff; }

/* ── CASES MODERNOS ── */
.case-card-top {
  padding: 18px 20px 14px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.case-card-ac .case-card-top { border-bottom-color: rgba(255,255,255,.08); }
.case-logo-placeholder {
  height: 28px; padding: 0 10px; background: var(--bg-3);
  border-radius: var(--r-sm); border: 1px solid var(--border);
  display: flex; align-items: center; font-size: 10px; color: var(--muted);
  font-family: var(--fi);
}
.case-card-ac .case-logo-placeholder { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-metrics {
  display: flex; gap: 0;
  border-top: 1px solid var(--border-lt);
  margin-top: 14px; padding-top: 14px;
}
.case-card-ac .case-metrics { border-top-color: rgba(255,255,255,.08); }
.case-metric {
  flex: 1; text-align: center;
  padding: 6px 4px;
  border-right: 1px solid var(--border-lt);
}
.case-metric:last-child { border-right: none; }
.case-card-ac .case-metric { border-right-color: rgba(255,255,255,.08); }
.cm-val {
  display: block; font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: var(--blue); letter-spacing: -.02em; line-height: 1;
}
.case-card-ac .cm-val { color: #93c5fd; }
.cm-lbl {
  display: block; font-family: var(--fi); font-size: 10.5px; color: var(--muted);
  margin-top: 3px; font-weight: 300;
}
.case-card-ac .cm-lbl { color: var(--muted); }

/* ═══════════════════════════════════════════
   BLOG
═══════════════════════════════════════════ */
.blog-section { background: var(--bg); }
.post-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); display: flex; flex-direction: column; }
.post-card-uniform .post-img-wrap { flex-shrink: 0; }
.post-card-uniform .post-img { aspect-ratio: 16/9; height: 180px; }
.post-card-uniform > div:last-child { flex: 1; display: flex; flex-direction: column; }
.post-card-uniform .post-exc { flex: 1; }
.post-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.06); transform: translateY(-4px); }
.post-img-wrap { overflow: hidden; }
.post-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s var(--ease); display: block; }
.post-lead-img { aspect-ratio: unset; height: 100%; min-height: 240px; }
.post-card:hover .post-img { transform: scale(1.05); }
.post-cat { display: inline-block; padding: 3px 9px; background: var(--blue-dim); border-radius: var(--r-pill); font-size: 10px; font-weight: 600; color: var(--blue); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 9px; }
.post-title { font-family: var(--fp); font-size: 16px; font-weight: 600; letter-spacing: -.018em; color: var(--ink); line-height: 1.3; margin-bottom: 9px; }
.post-title a { transition: color .15s; }
.post-title a:hover { color: var(--blue); }
.post-exc { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.66; margin-bottom: 10px; }
.post-meta { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.post-link { font-family: var(--fp); font-size: 12px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease); }
.post-link:hover { gap: 8px; }

/* ═══════════════════════════════════════════
   FAQ COLAPSÁVEL (novo)
═══════════════════════════════════════════ */
.faq-section { background: var(--bg-2); }
.faq-item { border-bottom: 1px solid var(--border-lt); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; font-family: var(--fp); font-size: 15px; font-weight: 600;
  color: var(--ink); transition: color .15s;
}
.faq-q:hover { color: var(--blue); }
.faq-ico {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); display: flex; align-items: center;
  justify-content: center; color: var(--muted);
  transition: transform .25s var(--ease), background .15s, border-color .15s;
}
.faq-item.open .faq-ico { transform: rotate(45deg); background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue); }
.faq-a { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.76; max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .25s; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 16px; }

/* ═══════════════════════════════════════════
   CTA
═══════════════════════════════════════════ */
.cta-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
}
.cta-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .030;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.cta-mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse 80% 70% at 20% 60%, rgba(37,99,235,.17) 0%, transparent 65%), radial-gradient(ellipse 60% 50% at 80% 30%, rgba(59,130,246,.11) 0%, transparent 60%); }
.cta-wrap .container { position: relative; z-index: 2; }
.cta-title { font-family: var(--fp); font-size: clamp(2rem,3.8vw,3rem); font-weight: 800; color: #f8fafc; letter-spacing: -.034em; line-height: 1.10; margin-bottom: 16px; }
.cta-title .grad { background: linear-gradient(120deg,#93c5fd 0%,#60a5fa 40%,#dbeafe 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-sub { font-size: 16px; font-weight: 300; color: rgba(241,245,249,.50); line-height: 1.76; }
.cta-list { list-style: none; padding: 0; }
.cta-list li { font-size: 14px; color: rgba(241,245,249,.78); display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.cta-list li::before { content: ''; flex-shrink: 0; width: 17px; height: 17px; border-radius: 50%; background: var(--g-brand); background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.5L3.5 6.5L7.5 2.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-position: center; background-repeat: no-repeat; box-shadow: 0 0 8px rgba(37,99,235,.40); }

/* ═══════════════════════════════════════════
   FOOTER PREMIUM
═══════════════════════════════════════════ */
.site-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  position: relative;
}
/* Linha de acento colorida no topo */
.site-footer::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%); }

.footer-inner { padding: 56px 0 40px; }
.footer-logo img { height: 48px; width: auto; margin-bottom: 14px; }
.footer-tagline { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.74; max-width: 280px; margin-bottom: 22px; }
.footer-social { display: flex; gap: 8px; }
.footer-soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); box-shadow: var(--sh-1); cursor: pointer;
  transition: border-color .18s, color .18s, background .18s, transform .18s var(--ease), box-shadow .18s;
}
.footer-soc:hover { border-color: var(--blue-border); color: var(--blue); background: var(--blue-dim); transform: translateY(-2px); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); }

.footer-col-title { font-family: var(--fp); font-size: 12.5px; font-weight: 700; color: var(--ink); letter-spacing: -.008em; margin-bottom: 14px; }
.footer-col-list { list-style: none; padding: 0; }
.footer-col-list li { margin-bottom: 8px; }
.footer-col-list a { font-size: 13.5px; color: var(--body); display: inline-flex; align-items: center; gap: 0; transition: color .15s, gap .15s var(--ease); }
.footer-col-list a:hover { color: var(--blue); gap: 4px; }
.footer-col-list a:hover::before { content: '›'; font-size: 14px; }

.fci { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.fci-ico { width: 30px; height: 30px; border-radius: var(--r-md); flex-shrink: 0; background: var(--blue-dim); border: 1px solid var(--blue-border); display: flex; align-items: center; justify-content: center; color: var(--blue); margin-top: 1px; }
.fci-label { font-size: 10px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 2px; }
.fci-val { font-size: 13px; color: var(--body); }
.fci-val a { color: var(--body); transition: color .15s; }
.fci-val a:hover { color: var(--blue); }

.footer-divider { border: none; border-top: 1px solid var(--border-lt); margin: 0; }
.footer-bottom { padding: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.footer-copy { font-size: 11.5px; color: var(--muted); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11.5px; color: var(--muted); transition: color .15s; }
.footer-legal a:hover { color: var(--blue); }
.footer-seo { font-size: 11.5px; font-weight: 300; color: rgba(161,161,170,.65); line-height: 1.68; border-top: 1px solid var(--border-lt); padding-top: 12px; }

/* ═══════════════════════════════════════════
   SCROLL REVEAL / ANIMAÇÕES
═══════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
/* ── REVEAL GLOBAL FIX (preview) ── */
.reveal { opacity: 1 !important; transform: none !important; }

.reveal.vis { opacity: 1; transform: translateY(0); }
.reveal.vis { opacity: 1; transform: none; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes glowPulse { 0%,100% { box-shadow: var(--sh-b); } 50% { box-shadow: var(--sh-b-lg); } }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.ha > *:not(.hero-sub) { animation: fadeUp .65s var(--ease) both; }
.ha > *:nth-child(1) { animation-delay: .04s; }
.ha > *:nth-child(2) { animation-delay: .13s; }
.ha > *:nth-child(3) { animation-delay: .22s; }
.ha > *:nth-child(4) { animation-delay: .30s; }
.ha > *:nth-child(5) { animation-delay: .38s; }
.hfc { animation: fadeUp .65s var(--ease) .20s both; }
.btn-p { animation: glowPulse 3.5s ease-in-out infinite; }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 991px) {
  #navLinks { display: none !important; }
  #navCtaWrap { display: none !important; }
  .nav-links { display: none !important; }
  .nav-cta-wrap { display: none !important; }
  .nav-toggle { display: flex !important; align-items: center !important; justify-content: center !important; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-span2 { grid-column: span 2; }
  body { cursor: auto; }

}
@media (max-width: 767px) {
  /* ── GLOBAL CONTAINER PADDING MOBILE ── */
  .container { padding-left: 20px !important; padding-right: 20px !important; }
  section { padding: 56px 0; }

  /* ── HERO ── */
  .hero-wrap { padding-top: 100px; padding-bottom: 40px; }
  .hero-wrap .row { gap: 0 !important; }
  .hero-wrap .col-lg-7 { padding: 0 !important; margin-bottom: 32px; }
  .hero-wrap .col-lg-5 { padding: 0 !important; }
  .hero-title { font-size: 2.2rem; letter-spacing: -.030em; }
  .hero-sub { max-width: 100%; font-size: 14px; }
  .hero-checklist li { font-size: 13px; }
  .hero-cta-row { flex-direction: column; gap: 12px; }

  /* ── FORMULÁRIO HERO ── */
  .lead-card-wrap { margin: 0 !important; }
  .lead-card { padding: 22px 18px; }
  .lc-title { font-size: 15px !important; }
  .lead-card .row { margin: 0 !important; }
  .lead-card .col-6 { padding: 0 2px !important; }
  .proof-strip { margin-top: 32px; padding: 24px 0 8px; }

  /* Nav pill */
  .nav-pill { border-radius: var(--r-lg); padding: 0 14px; }

  /* Grids → 1 coluna */
  .svc-grid { grid-template-columns: 1fr; }
  .svc-span2 { grid-column: span 1; }
  .prob-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(3,1fr); }

  /* About */
  .mf-1 { left: -4px; }
  .mf-2 { right: -4px; }
  .diff-card { padding: 18px 16px; }

  /* Cases */
  .case-metrics { gap: 0; }
  .cm-val { font-size: 16px; }

  /* Blog posts uniformes */
  .post-card-uniform .post-img { height: 160px; }

  /* Seções escuras */
  .sol-item { padding: 18px 16px; }
  .sol-item::after { display: none; }
  .sol-title { font-size: 15px; }

  /* CTA */
  .cta-title { font-size: 1.7rem; }
  .cta-sub { font-size: 14px; }
  .d-flex.gap-3.justify-content-center { flex-direction: column; align-items: center; }

  /* FAQ */
  .faq-q { font-size: 14px; }

  /* Footer */
  .footer-inner { padding: 40px 0 28px; }
  .footer-col-list a { font-size: 13px; }

  /* Sticky */
  .sticky-cta { display: none; }
  .sticky-cta-text { font-size: 13px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.9rem; }
  .sec-title { font-size: 1.5rem; }
  .btn-p.xl, .btn-ghost.xl { padding: 13px 22px; font-size: 14px; }
  .about-stats-row { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
  .case-card-top { flex-wrap: wrap; gap: 8px; }
  .proof-label { font-size: 9px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-legal { flex-wrap: wrap; gap: 12px; }
}

body { padding-top: calc(var(--hh) + 4px); }
.hero-wrap { padding-top: 96px; }

/* ── BARRA MOBILE CTA ── */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 950;
  height: 56px;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(0,0,0,.08);
}
.mobile-bar-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  border: none; background: none; cursor: pointer;
  transition: background .15s;
  height: 100%;
}
.mobile-bar-btn {
  background: #25d366; color: #fff;
}
.mobile-bar-btn:hover { background: #1ebe5d; }
@media (max-width: 991px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 56px; }
  .sticky-cta { bottom: 56px; }
  .wa-float { display: none; }
  .btt { bottom: 72px; }
}

/* ── HERO CHECKLIST ── */
.hero-checklist {
  list-style: none; padding: 0; margin-bottom: 32px;
}
.hero-checklist li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--fi); font-size: 14px; font-weight: 500;
  color: #ffffff; margin-bottom: 9px; line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0,0,0,.45);
}
.hcl-ico {
  flex-shrink: 0; width: 20px; height: 20px;
  border-radius: 50%; background: var(--g-brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: #fff; margin-top: 1px;
  box-shadow: 0 0 10px rgba(37,99,235,.40);
}

.proof-strip {
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 16px 0;
  overflow: hidden;
  position: relative;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center;
  margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 24px; width: auto; max-width: 110px;
  object-fit: contain; opacity: .60;
  filter: brightness(0) invert(1);
  transition: opacity .2s, filter .2s; flex-shrink: 0; display: block;
}
.proof-logo:hover { opacity: 1; filter: brightness(0) invert(1); }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}

/* ── PROOF STRIP ── */
.proof-strip {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 32px 0 8px;
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 48px;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center; margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 32px; width: auto; max-width: 160px;
  object-fit: contain; opacity: .70;
  transition: opacity .2s; flex-shrink: 0; display: block;
  image-rendering: -webkit-optimize-contrast;
}
.proof-logo:hover { opacity: 1; }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
 }

/* ── SVC CARD FEATURED ── */
.svc-card-featured {
  border-color: var(--blue) !important;
  box-shadow: var(--sh-3), 0 0 0 1px var(--blue-border), 0 0 24px rgba(37,99,235,.08) !important;
}
.svc-card-featured::after {
  content: 'Principal';
  position: absolute; top: 14px; right: 14px;
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: var(--r-pill);
  letter-spacing: .06em; text-transform: uppercase;
}


/* ── PROBLEMS ACCORDION ── */
.problems-section {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.problems-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--blue-mid) 50%, var(--blue) 70%, transparent 100%);
  opacity: .45;
}

.prob-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.prob-sticky {
  position: static;
}
.prob-intro-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin-bottom: 28px;
}
.prob-cta-wrap { margin-top: 32px; }
.prob-cta-label {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); margin-bottom: 20px; line-height: 1.76;
}
.prob-cta-label strong { color: var(--ink); font-weight: 600; }

/* Accordion */
.prob-accordion { display: flex; flex-direction: column; gap: 0; }

.prob-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.prob-item:first-child { border-top: 1px solid var(--border); }

.prob-trigger {
  width: 100%; background: none; border: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; text-align: left;
  transition: color .18s;
}
.prob-trigger:hover .prob-trigger-title { color: var(--blue); }

.prob-trigger-left {
  display: flex; align-items: center; gap: 14px;
}
.prob-num {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px;
  background: var(--bg-3); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  color: var(--muted); transition: background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-num {
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}
.prob-trigger-title {
  font-family: var(--fp); font-size: 15.5px; font-weight: 600;
  color: var(--ink); letter-spacing: -.016em; line-height: 1.3;
  transition: color .18s;
}
.prob-item.open .prob-trigger-title { color: var(--blue); }

.prob-chevron {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); transition: transform .28s var(--ease), background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-chevron {
  transform: rotate(180deg);
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}

.prob-body {
  max-height: 0; overflow: hidden;
  transition: max-height .38s var(--ease), padding .28s;
  padding: 0 0 0 42px;
}
.prob-item.open .prob-body {
  max-height: 200px;
  padding: 0 0 18px 42px;
}
.prob-body-text {
  font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: var(--body); line-height: 1.74;
}

@media (max-width: 767px) {
  .prob-layout { grid-template-columns: 1fr; gap: 36px; }
  .prob-sticky { position: static; }
  .prob-trigger-title { font-size: 14.5px; }
}

@media (max-width: 767px) {
  .prob-cta-wrap { display: none; }
  .prob-cta-mobile { display: block; margin-top: 32px; }
}
@media (min-width: 768px) {
  .prob-cta-mobile { display: none; }
}




/* ── SERVICES EDITORIAL ── */
.svc-section-dark {
  position: relative; overflow: hidden; isolation: isolate;
  background: radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
}
.svc-section-dark::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, #2563eb 30%, #3b82f6 50%, #2563eb 70%, transparent 100%);
  opacity: .5; z-index: 2;
}
.svc-section-dark .sec-title { color: #f1f5f9; }
.svc-section-dark .sec-rule { background: linear-gradient(90deg, #2563eb, #60a5fa); }

/* Header split */
.svc-header-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end; margin-bottom: 56px;
}
.svc-header-right {
  display: flex; flex-direction: column;
  justify-content: flex-end; gap: 16px;
}
.svc-header-desc {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}

/* Lista editorial */
.svc-list { border-top: 1px solid rgba(255,255,255,.08); }

.svc-row {
  display: grid;
  grid-template-columns: 72px 1fr 1fr auto;
  gap: 32px; align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .2s;
  cursor: default;
  position: relative;
}
.svc-row::before {
  content: '';
  position: absolute; left: -24px; right: -24px; top: 0; bottom: 0;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.03);
  opacity: 0;
  transition: opacity .2s;
}
.svc-row:hover::before { opacity: 1; }
.svc-row:hover .svc-row-num { color: var(--blue); }
.svc-row:hover .svc-row-title { color: #fff; }
.svc-row:hover .svc-row-link { color: #93c5fd; gap: 8px; }

.svc-row-num {
  font-family: var(--fp); font-size: 42px; font-weight: 900;
  color: rgba(255,255,255,.10); letter-spacing: -.03em;
  line-height: 1; transition: color .2s;
}
.svc-row:hover .svc-row-num { color: rgba(37,99,235,.50); }
.svc-row-title {
  font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: rgba(241,245,249,.90); letter-spacing: -.022em;
  line-height: 1.25;
  transition: color .2s;
}
.svc-row-tag {
  display: inline-flex; align-items: center;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
  margin-top: 6px;
}
.svc-row-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}
.svc-row-link {
  font-family: var(--fp); font-size: 12.5px; font-weight: 600;
  color: #60a5fa; display: inline-flex; align-items: center;
  gap: 4px; white-space: nowrap;
  transition: gap .18s, color .18s;
}
.svc-row-featured .svc-row-title { color: #60a5fa; }
.svc-row-featured .svc-row-num { color: var(--blue); }

@media (max-width: 991px) {
  .svc-header-split { grid-template-columns: 1fr; gap: 20px; }
  .svc-row { grid-template-columns: 60px 1fr; gap: 16px; }
  .svc-row-text { display: none; }
  .svc-row-link { display: none; }
  .svc-row-title { font-size: 16px; }
}
@media (max-width: 575px) {
  .svc-row { grid-template-columns: 56px 1fr; padding: 22px 0; }
}

/* ── ABOUT REDESIGN ── */
.about-section { background: var(--bg); position: relative; }

.about-top {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center; margin-bottom: 40px;
}

.about-kw-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--blue); letter-spacing: -.01em;
  margin-bottom: 16px; margin-top: -4px;
  text-transform: none;
}
.about-quote {
  font-family: var(--fp); font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800; color: var(--ink); letter-spacing: -.030em;
  line-height: 1.22; position: relative; padding-left: 24px;
}
.about-quote::before {
  content: '';
  position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-mid) 100%);
  border-radius: 2px;
}
.about-quote span { color: var(--blue); }

.about-right { display: flex; flex-direction: column; gap: 28px; }
.about-intro {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76;
}
.about-stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.about-stat {
  padding: 20px 18px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 2.5px solid var(--blue);
  border-radius: var(--r-xl);
  display: flex; flex-direction: column; gap: 6px;
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
  box-shadow: var(--sh-1);
}
.about-stat:hover {
  border-color: var(--blue-border);
  border-top-color: var(--blue-mid);
  box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim);
  transform: translateY(-2px);
}
.about-stat-num {
  font-family: var(--fp); font-size: 28px; font-weight: 900;
  color: var(--blue); letter-spacing: -.03em; line-height: 1;
}
.about-stat-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); letter-spacing: -.01em;
}
.about-stat-lbl {
  font-family: var(--fi); font-size: 11.5px; font-weight: 400;
  color: var(--muted); line-height: 1.4;
}



/* ── ABOUT DIFFS — timeline horizontal ── */
.about-diffs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  padding-top: 0;
}
.about-diffs::before {
  content: '';
  position: absolute;
  top: 34px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 1px;
  background: linear-gradient(90deg, var(--blue-border), var(--blue), var(--blue-border));
  z-index: 0;
}
.diff-card-new {
  background: none;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.diff-card-new:hover { background: none; }
.diff-ico-new {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--blue);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 20px;
  box-shadow: 0 0 0 4px var(--bg), 0 0 0 5px var(--blue-border);
  flex-shrink: 0;
}
.diff-card-new:hover .diff-ico-new {
  background: var(--blue-dim);
}
.diff-title-new {
  font-family: var(--fp); font-size: 13px; font-weight: 700;
  color: var(--ink); letter-spacing: -.012em;
  margin-bottom: 6px; line-height: 1.3;
}
.diff-text-new {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.65;
}
@media (max-width: 991px) {
  .about-top { grid-template-columns: 1fr; gap: 32px; }
  .about-diffs { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .about-diffs::before { display: none; }
  .diff-card-new { align-items: flex-start; text-align: left; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .about-top { grid-template-columns: 1fr; gap: 24px; }
  .about-right { gap: 20px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .about-stat { padding: 14px 10px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
}
@media (max-width: 575px) {
  .about-diffs { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 6px; }
}




/* ── FORM FIELDS ── */
.lead-card .form-control,
.lead-card .form-select {
  font-family: var(--fi);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 8px 11px;
  height: auto;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .18s, box-shadow .18s;
}
.lead-card .form-control:focus,
.lead-card .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-dim);
  outline: none;
}
.lead-card .form-control::placeholder {
  color: var(--muted);
  font-size: 13px;
}
.lead-card .form-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
.lead-card .lc-title {
  font-size: 15px;
  font-weight: 700;
}
.lead-card .lc-sub {
  font-size: 12px;
}
.lead-card .form-text {
  font-size: 11px;
  color: var(--muted);
}

/* ═══════════════════════════════════════════
   CASES V2 — com mockup de browser
═══════════════════════════════════════════ */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.case-card-v2 {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg);
  display: flex; flex-direction: column;
  box-shadow: var(--sh-2);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
}
.case-card-v2:hover {
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.18);
}
.ccv2-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 10px;
}
.ccv2-badge {
  font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
}
.badge-blue   { background: rgba(37,99,235,.08);  color: var(--blue); }
.badge-green  { background: rgba(22,163,74,.10);  color: #15803d; }
.badge-amber  { background: rgba(180,117,7,.10);  color: #b45309; }
.badge-purple { background: rgba(109,40,217,.08); color: #6d28d9; }

.ccv2-logo {
  height: 24px; padding: 0 10px;
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r-md);
  display: flex; align-items: center;
  font-family: var(--fi); font-size: 10.5px; font-weight: 600; color: var(--muted);
}
.ccv2-browser {
  margin: 0 12px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-2);
}
.ccv2-bar {
  background: var(--bg-3); padding: 7px 10px;
  display: flex; align-items: center; gap: 5px;
  border-bottom: 1px solid var(--border);
}
.ccv2-dot {
  width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex-shrink: 0;
}
.dot-r { background: #ff5f57; }
.dot-y { background: #febc2e; }
.dot-g { background: #28c840; }
.ccv2-url {
  flex: 1; background: var(--bg);
  border: 1px solid var(--border); border-radius: 4px;
  padding: 2px 8px;
  font-family: var(--fi); font-size: 9.5px; color: var(--muted);
}
.ccv2-screen {
  height: 148px; overflow: hidden; display: block;
}
.ccv2-screen img {
  width: 100%; display: block;
  object-fit: cover; object-position: top center;
  transition: transform .5s var(--ease);
}
.case-card-v2:hover .ccv2-screen img { transform: scale(1.03); }

.ccv2-body { padding: 14px 16px 8px; flex: 1; }
.ccv2-name {
  font-family: var(--fp); font-size: 14px; font-weight: 700;
  color: var(--ink); letter-spacing: -.016em; margin-bottom: 5px; line-height: 1.3;
}
.ccv2-desc {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.6;
}
.ccv2-metrics {
  display: flex;
  border-top: 1px solid var(--border-lt);
  margin: 10px 16px 0;
}
.ccv2-m {
  flex: 1; text-align: center; padding: 10px 4px;
  border-right: 1px solid var(--border-lt);
}
.ccv2-m:last-child { border-right: none; }
.ccv2-val {
  display: block; font-family: var(--fp); font-size: 17px; font-weight: 700;
  letter-spacing: -.02em; line-height: 1.1;
}
.v-blue  { color: var(--blue); }
.v-green { color: #16a34a; }
.ccv2-lbl {
  display: block; font-family: var(--fi); font-size: 10px;
  color: var(--muted); margin-top: 2px;
}
.ccv2-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px 14px;
  font-family: var(--fp); font-size: 12px; font-weight: 600;
  color: var(--blue); text-decoration: none;
  transition: gap .15s var(--ease), color .15s;
}
.ccv2-foot:hover { color: #1d4ed8; }
.ccv2-time {
  font-family: var(--fi); font-size: 10px; font-weight: 400; color: var(--muted);
}

@media (max-width: 991px) {
  .cases-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .cases-grid { grid-template-columns: 1fr; }
  .ccv2-screen { height: 180px; }
}


.nav-dropdown-btn {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 6px 13px !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  border-radius: var(--r-pill) !important;
  transition: color .18s, background .18s !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}
.nav-dropdown-btn:hover { color: var(--ink) !important; background: rgba(0,0,0,.04) !important; }
.nav-chevron {
  transition: transform .2s var(--ease);
  flex-shrink: 0;
  color: var(--muted);
  pointer-events: none;
}
.nav-dropdown-btn[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }

/* Dropdown — posicionado relativo ao site-nav, fora do pill */
nav.site-nav { position: fixed !important; overflow: visible !important; }
.nav-dropdown {
  display: none;
  position: fixed;
  top: 82px;
  width: 300px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-6);
  padding: 8px;
  z-index: 9999;
}
.nav-dropdown.open { display: block; }
.nav-dd-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border-radius: var(--r-lg) !important;
  text-decoration: none !important;
  transition: background .15s !important;
}
.nav-dd-item:hover { background: var(--bg-2) !important; }
.nav-dd-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: var(--r-md);
  background: var(--blue-dim);
  border: 1px solid var(--blue-border);
  display: flex !important; align-items: center !important; justify-content: center !important;
  color: var(--blue); margin-top: 1px;
}
.nav-dd-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); margin-bottom: 3px; display: block; line-height: 1.3;
}
.nav-dd-desc {
  font-family: var(--fi); font-size: 11.5px; font-weight: 300;
  color: var(--muted); line-height: 1.4; display: block; max-width: 220px;
}

</style>

<style id="mobile-nav-overrides">
@media screen and (max-width: 991px) {
  div#navLinks,
  div.nav-links,
  #navLinks { display: none !important; visibility: hidden !important; }
  div#navCtaWrap,
  div.nav-cta-wrap,
  #navCtaWrap { display: none !important; visibility: hidden !important; }
  button#navToggle,
  .nav-toggle { 
    display: flex !important; 
    visibility: visible !important;
    align-items: center !important; 
    justify-content: center !important; 
  }
}

/* ═══════════════════════════════════════════
   FAQ — layout 2 colunas
═══════════════════════════════════════════ */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}
.faq-left {
  position: sticky;
  top: 100px;
}
.faq-main-title {
  font-family: var(--fp); font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700; color: var(--ink); letter-spacing: -.026em;
  line-height: 1.2; margin-bottom: 12px; margin-top: 10px;
}
.faq-left-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin-top: 16px; margin-bottom: 24px;
}
.faq-left-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  color: var(--blue); text-decoration: none;
  transition: gap .18s var(--ease);
}
.faq-left-cta:hover { gap: 10px; }
.faq-right { display: flex; flex-direction: column; }

@media (max-width: 767px) {
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-left { position: static; }
}

/* ═══════════════════════════════════════════
   BLOG — Opção C (cards com gradiente)
═══════════════════════════════════════════ */
.blog-grid-c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.blog-card-c {
  border-radius: var(--r-xl);
  overflow: hidden;
  display: flex; flex-direction: column;
  border: 1px solid var(--border);
  background: var(--bg);
  box-shadow: var(--sh-2);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
}
.blog-card-c:hover {
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.18);
}
.blog-card-c-img {
  height: 190px; overflow: hidden; position: relative;
}
.blog-card-c-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .5s var(--ease);
}
.blog-card-c:hover .blog-card-c-img img { transform: scale(1.05); }
.blog-card-c-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,.52) 100%);
  pointer-events: none;
}
.blog-card-c-body {
  padding: 18px; flex: 1;
  display: flex; flex-direction: column; gap: 8px;
}
.blog-cat-c {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
  background: var(--blue-dim); color: var(--blue);
  align-self: flex-start;
}
.blog-cat-green { background: rgba(22,163,74,.10); color: #15803d; }
.blog-cat-amber  { background: rgba(180,117,7,.10);  color: #b45309; }

.blog-title-c {
  font-family: var(--fp); font-size: 15.5px; font-weight: 700;
  letter-spacing: -.018em; color: var(--ink); line-height: 1.3; flex: 1;
}
.blog-title-c a { color: inherit; transition: color .15s; }
.blog-title-c a:hover { color: var(--blue); }

.blog-exc-c {
  font-family: var(--fi); font-size: 13px; font-weight: 300;
  color: var(--body); line-height: 1.65;
}
.blog-footer-c {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; border-top: 1px solid var(--border-lt);
  margin-top: auto;
}
.blog-meta-c { font-size: 11.5px; color: var(--muted); }
.blog-link-c {
  font-family: var(--fp); font-size: 12px; font-weight: 600;
  color: var(--blue); display: inline-flex; align-items: center;
  gap: 4px; transition: gap .15s var(--ease);
}
.blog-link-c:hover { gap: 8px; }

@media (max-width: 991px) {
  .blog-grid-c { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .blog-grid-c { grid-template-columns: 1fr; }
  .blog-card-c-img { height: 200px; }
}

/* ═══════════════════════════════════════════
   FOOTER V2 — dark premium
═══════════════════════════════════════════ */
.site-footer-v2 {
  background: var(--bg-2);
  padding: 64px 0 0;
  position: relative;
}
.site-footer-v2::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%);
}
.ftv2-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 48px;
}
.ftv2-logo {
  height: 44px; width: auto; display: block; margin-bottom: 16px;
}
.ftv2-tag {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.74;
  max-width: 280px; margin-bottom: 20px;
}
.ftv2-gp-badge {
  height: 72px; width: auto; display: block;
  margin-bottom: 20px; opacity: .90;
}

.ftv2-socials { display: flex; gap: 8px; }
.ftv2-soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  transition: border-color .18s, color .18s, background .18s, transform .18s var(--ease);
}
.ftv2-soc:hover {
  border-color: var(--blue-border); color: var(--blue);
  background: var(--blue-dim); transform: translateY(-2px);
}
.ftv2-col-title {
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
}
.ftv2-list { list-style: none; padding: 0; }
.ftv2-list li { margin-bottom: 10px; }
.ftv2-list a {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body);
  transition: color .15s;
  text-decoration: none;
}
.ftv2-list a:hover { color: var(--blue); }
.ftv2-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 16px; color: var(--muted);
}
.ftv2-contact-item svg { flex-shrink: 0; margin-top: 2px; }
.ftv2-contact-label {
  display: block; font-family: var(--fp); font-size: 10px; font-weight: 700;
  color: var(--muted); letter-spacing: .09em;
  text-transform: uppercase; margin-bottom: 2px;
}
.ftv2-contact-val {
  display: block; font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: var(--body); line-height: 1.6;
}
.ftv2-contact-val a { color: var(--body); transition: color .15s; }
.ftv2-contact-val a:hover { color: var(--blue); }

.ftv2-divider {
  border: none; border-top: 1px solid var(--border-lt); margin: 0;
}
.ftv2-bottom {
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
}
.ftv2-copy { font-family: var(--fi); font-size: 12px; font-weight: 300; color: var(--muted); }
.ftv2-legal { display: flex; gap: 20px; }
.ftv2-legal a {
  font-family: var(--fi); font-size: 12px; font-weight: 300; color: var(--muted);
  text-decoration: none; transition: color .15s;
}
.ftv2-legal a:hover { color: var(--blue); }
.ftv2-seo {
  font-family: var(--fi); font-size: 12px; font-weight: 300;
  color: rgba(161,161,170,.65); line-height: 1.68;
  padding: 12px 0 28px;
  border-top: 1px solid var(--border-lt);
}

@media (max-width: 991px) {
  .ftv2-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 575px) {
  .ftv2-grid { grid-template-columns: 1fr; gap: 28px; }
  .ftv2-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ═══════════════════════════════════════════
   MOBILE FIXES COMPLETOS
═══════════════════════════════════════════ */
@media (max-width: 767px) {

  /* Container global */
  .container { padding-left: 20px !important; padding-right: 20px !important; }

  /* Sec header */
  .sec-header { text-align: left; }
  .sec-title { font-size: clamp(1.5rem, 5vw, 1.9rem) !important; }

  /* Serviços */
  .svc-grid { grid-template-columns: 1fr !important; }
  .svc-span2 { grid-column: span 1 !important; }
  .svc-row { padding: 20px 0; }

  /* Sobre */
  .about-top { grid-template-columns: 1fr !important; gap: 24px !important; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; }
  .about-diffs { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }

  /* Por que a Capta */
  .sol-item { flex-direction: column; gap: 12px; }

  /* Cases */
  .cases-grid { grid-template-columns: 1fr !important; }

  /* FAQ */
  .faq-layout { grid-template-columns: 1fr !important; gap: 24px !important; }
  .faq-left { position: static !important; }
  .faq-left-cta { display: none; }

  /* Blog */
  .blog-grid-c { grid-template-columns: 1fr !important; }

  /* Footer */
  .ftv2-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .ftv2-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ftv2-legal { flex-wrap: wrap; gap: 12px; }

  /* CTA */
  .cta-title { font-size: clamp(1.3rem, 5vw, 1.7rem) !important; }

  /* Proof strip */
  .proof-label { padding: 0 20px; font-size: 9px; }

  /* Formulário hero */
  .lead-card-wrap { border-radius: 16px !important; }
  .lead-card .row.g-2 { gap: 8px !important; }
  .lead-card .col-6 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }

  /* Buttons */
  .btn-p.xl { font-size: 14px; padding: 14px 22px; width: 100%; justify-content: center; }

  /* Nav dropdown */
  .nav-dropdown { width: 90vw !important; left: 5vw !important; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.9rem !important; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr) !important; }
  .about-stat-num { font-size: 18px !important; }
  .ccv2-metrics { flex-wrap: nowrap; }
  .ccv2-val { font-size: 14px !important; }
}


@media (max-width: 767px) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

.hero-seo-title {
  font-family: var(--fi); font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 6px 14px; border-radius: var(--r-pill);
  margin-bottom: 20px;
}
.hero-seo-title::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--blue-mid); flex-shrink: 0;
}
</style>

<style>

/* ═══ PÁGINA AGÊNCIA ═══ */
.page-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
  padding-top: calc(var(--hh) + 80px); padding-bottom: 72px;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.page-hero-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse 80% 70% at 15% 50%, rgba(37,99,235,.17) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 85% 20%, rgba(59,130,246,.11) 0%, transparent 60%);
}
.page-hero-grid {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}
.page-hero .container { position: relative; z-index: 2; }
.breadcrumb-bar { display: flex; align-items: center; gap: 8px; font-family: var(--fi); font-size: 12px; color: rgba(255,255,255,.42); margin-bottom: 24px; }
.breadcrumb-bar a { color: rgba(255,255,255,.42); transition: color .15s; }
.breadcrumb-bar a:hover { color: rgba(255,255,255,.72); }
.bc-sep { opacity: .4; }
.page-hero-title { font-family: var(--fp); font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 900; color: #f8fafc; letter-spacing: -.038em; line-height: 1.08; margin-bottom: 20px; }
.page-hero-sub { font-family: var(--fi); font-size: 16px; font-weight: 300; color: rgba(255,255,255,.72); line-height: 1.76; max-width: 600px; margin-bottom: 32px; }
.sec-header { margin-bottom: 56px; }
.sec-title { font-family: var(--fp); font-size: clamp(1.7rem, 2.6vw, 2.2rem); font-weight: 800; color: var(--ink); letter-spacing: -.030em; line-height: 1.15; margin-bottom: 12px; }
.sec-rule { width: 36px; height: 3px; border-radius: 2px; background: var(--g-brand); margin: 16px 0; }
.sec-desc { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.78; max-width: 640px; }
.about-section { background: var(--bg); }
.about-top { display: grid; grid-template-columns: 1fr; gap: 48px; margin-bottom: 64px; }
@media (min-width: 768px) { .about-top { grid-template-columns: 1fr 1fr; gap: 64px; } }
.about-text { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.80; }
.about-text p + p { margin-top: 16px; }
.about-stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.about-stat { text-align: center; padding: 20px 12px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-1); transition: border-color .2s, box-shadow .2s, transform .2s var(--ease); }
.about-stat:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateY(-2px); }
.about-stat-num { display: block; font-family: var(--fp); font-size: 28px; font-weight: 800; color: var(--blue); letter-spacing: -.03em; line-height: 1.1; }
.about-stat-title { display: block; font-family: var(--fp); font-size: 12px; font-weight: 700; color: var(--ink); margin-top: 4px; }
.about-stat-lbl { display: block; font-family: var(--fi); font-size: 11px; color: var(--muted); margin-top: 2px; }
.cert-section { background: var(--g-dark); position: relative; overflow: hidden; isolation: isolate; }
.cert-section::after { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: .028; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-repeat: repeat; background-size: 180px 180px; }
.cert-mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse 80% 70% at 20% 60%, rgba(37,99,235,.17) 0%, transparent 65%), radial-gradient(ellipse 60% 50% at 80% 30%, rgba(59,130,246,.11) 0%, transparent 60%); }
.cert-section .container { position: relative; z-index: 1; }
.cert-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; }
@media (min-width: 768px) { .cert-grid { grid-template-columns: 1.2fr 1fr; gap: 64px; } }
.cert-text p { font-size: 15px; font-weight: 300; color: rgba(241,245,249,.72); line-height: 1.80; }
.cert-text p + p { margin-top: 14px; }
.cert-badges { display: flex; flex-direction: column; gap: 20px; }
.cert-badge-card { background: rgba(255,255,255,.06); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-xl); padding: 24px 28px; }
.cert-badge-label { font-family: var(--fi); font-size: 10px; font-weight: 600; color: rgba(255,255,255,.38); letter-spacing: .09em; text-transform: uppercase; margin-bottom: 10px; }
.cert-badge-text { font-family: var(--fp); font-size: 15px; font-weight: 600; color: rgba(255,255,255,.88); }
.cert-badge-sub { font-family: var(--fi); font-size: 13px; font-weight: 300; color: rgba(255,255,255,.44); margin-top: 8px; line-height: 1.55; }
.cert-check-list { list-style: none; padding: 0; margin-top: 28px; }
.cert-check-list li { font-size: 14px; color: rgba(241,245,249,.78); display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.cert-check-list li::before { content: ''; flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--g-brand); background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.5L3.5 6.5L7.5 2.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-position: center; background-repeat: no-repeat; box-shadow: 0 0 8px rgba(37,99,235,.40); margin-top: 2px; }
.services-section { background: var(--bg-2); position: relative; overflow: hidden; }
.services-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--blue-mid) 50%, var(--blue) 70%, transparent 100%); opacity: .45; }
.method-section { background: var(--bg); }
.method-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .method-grid { grid-template-columns: repeat(2, 1fr); } }
.method-item { display: flex; gap: 20px; align-items: flex-start; padding: 28px 28px 28px 24px; border-radius: var(--r-xl); background: var(--bg-2); border: 1px solid var(--border); border-left: 3px solid var(--blue); box-shadow: var(--sh-2); transition: background .22s, box-shadow .22s, transform .22s var(--ease); position: relative; overflow: hidden; }
.method-item:hover { background: var(--bg); box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim); transform: translateX(4px); }
.method-item::after { content: attr(data-n); position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-family: var(--fp); font-size: 80px; font-weight: 900; color: rgba(0,0,0,.04); line-height: 1; pointer-events: none; }
@media (max-width: 767px) { .method-item::after { display: none; } .method-item { flex-direction: column; gap: 12px; } }
.method-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--blue-border); background: var(--blue-dim); display: flex; align-items: center; justify-content: center; font-family: var(--fp); font-size: 11.5px; font-weight: 600; color: var(--blue); margin-top: 2px; }
.method-title { font-family: var(--fp); font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: -.020em; margin-bottom: 7px; }
.method-desc { font-family: var(--fi); font-size: 14px; font-weight: 300; color: var(--body); line-height: 1.76; }
.diff-section { background: var(--bg-2); }
.diff-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 576px) { .diff-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .diff-grid { grid-template-columns: repeat(3, 1fr); } }
.diff-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 24px; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s, transform .25s var(--ease); }
.diff-card:hover { border-color: var(--blue-border); box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim); transform: translateY(-3px); }
.diff-ico { width: 40px; height: 40px; border-radius: var(--r-lg); background: var(--blue-dim); border: 1px solid var(--blue-border); display: flex; align-items: center; justify-content: center; color: var(--blue); margin-bottom: 14px; }
.diff-title { font-family: var(--fp); font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.diff-text { font-family: var(--fi); font-size: 13px; font-weight: 300; color: var(--body); line-height: 1.68; }



/* ═══════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════ */
:root {
  --blue:        #2563eb;
  --blue-mid:    #3b82f6;
  --blue-lt:     #60a5fa;
  --blue-dim:    rgba(37,99,235,.09);
  --blue-glow:   rgba(37,99,235,.28);
  --blue-border: rgba(37,99,235,.18);
  --ink:         #09090b;
  --ink-2:       #18181b;
  --body:        #52525b;
  --muted:       #a1a1aa;
  --border:      #e4e4e7;
  --border-lt:   rgba(228,228,231,.55);
  --bg:          #ffffff;
  --bg-2:        #fafafa;
  --bg-3:        #f4f4f5;

  --g-brand: linear-gradient(135deg,#2563eb 0%,#3b82f6 60%,#60a5fa 100%);
  --g-dark:  radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
  --g-sol:   radial-gradient(ellipse 140% 100% at 50% -5%, #0c1c44 0%, #06102e 55%, #030c20 100%);

  --sh-1: 0 1px 2px rgba(0,0,0,.05);
  --sh-2: 0 1px 4px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --sh-3: 0 4px 12px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.03);
  --sh-4: 0 8px 24px rgba(0,0,0,.08), 0 3px 8px rgba(0,0,0,.04);
  --sh-5: 0 16px 40px rgba(0,0,0,.10), 0 6px 16px rgba(0,0,0,.05);
  --sh-6: 0 24px 64px rgba(0,0,0,.13), 0 8px 24px rgba(0,0,0,.06);
  --sh-b:    0 4px 20px rgba(37,99,235,.28), 0 1px 4px rgba(37,99,235,.16);
  --sh-b-lg: 0 8px 32px rgba(37,99,235,.38), 0 4px 12px rgba(37,99,235,.20);

  --fp: 'Poppins', sans-serif;
  --fi: 'Inter', sans-serif;
  --r-sm:  8px; --r-md: 12px; --r-lg: 16px;
  --r-xl:  20px; --r-2xl: 24px; --r-pill: 9999px;
  --ease: cubic-bezier(.16,1,.3,1);
  --ease-std: cubic-bezier(.4,0,.2,1);
  --hh: 90px;
}

/* ── RESET & BASE ── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fi); color: var(--body);
  background: var(--bg); -webkit-font-smoothing: antialiased;
  overflow-x: hidden; font-size: 15px; line-height: 1.65;

}
h1,h2,h3,h4 { font-family: var(--fp); color: var(--ink); letter-spacing: -.024em; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
section { padding: 96px 0; }

/* ═══════════════════════════════════════════
   PROGRESS BAR DE SCROLL
═══════════════════════════════════════════ */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 9997; pointer-events: none;
  background: linear-gradient(90deg, var(--blue), var(--blue-lt));
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .1s linear;
}

/* ═══════════════════════════════════════════
   EYEBROW
═══════════════════════════════════════════ */
.ey {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: var(--r-pill);
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  color: var(--blue); font-family: var(--fi); font-size: 10.5px;
  font-weight: 600; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 16px;
}
.ey-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); flex-shrink: 0;
  animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.ey-lt { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.78); }
.ey-lt .ey-dot { background: var(--blue-lt); }

/* ═══════════════════════════════════════════
   BOTÕES
═══════════════════════════════════════════ */
.btn-p {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill); border: none;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  white-space: nowrap; cursor: pointer; position: relative; overflow: hidden;
  background: var(--g-brand); color: #fff;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), filter .2s;
  letter-spacing: -.01em;
}
.btn-p::before {
  content: '';
  position: absolute; top: 0; left: -100%; width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transition: left .5s var(--ease);
}
.btn-p:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--sh-b-lg), inset 0 1px 0 rgba(255,255,255,.15); filter: brightness(1.04); }
.btn-p:hover::before { left: 140%; }
.btn-p:active { transform: translateY(0) scale(.98); filter: brightness(.97); }
.btn-p.lg  { padding: 13px 28px; font-size: 14px; }
.btn-p.xl  { padding: 15px 32px; font-size: 15px; }
.btn-p.full { width: 100%; }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.88); font-family: var(--fp); font-size: 14px; font-weight: 600;
  backdrop-filter: blur(8px); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .2s, background .2s, color .2s;
}
.btn-ghost.xl { padding: 15px 32px; font-size: 15px; }
.btn-ghost:hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.10); color: #fff; }

.btn-out {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 22px; border-radius: var(--r-pill);
  border: 1px solid var(--border); background: var(--bg);
  color: var(--ink); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  box-shadow: var(--sh-2); cursor: pointer; letter-spacing: -.01em;
  transition: border-color .18s, box-shadow .18s, transform .18s var(--ease);
}
.btn-out:hover { border-color: var(--blue-border); box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim); transform: translateY(-1px); color: var(--ink); }

.btn-sol {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 0; border-radius: 0;
  background: none; border: none;
  color: var(--blue); font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  cursor: pointer;
  transition: gap .18s var(--ease), color .18s;
}
.btn-sol:hover { gap: 10px; color: #1d4ed8; background: none; border: none; transform: none; box-shadow: none; }

.arr { display: inline-block; transition: transform .18s var(--ease); }
.btn-p:hover .arr, .btn-out:hover .arr, .btn-ghost:hover .arr, .btn-sol:hover .arr { transform: translateX(3px); }

/* ── NAVBAR BOOTSTRAP RESET ── */
nav.site-nav, nav.site-nav * { box-sizing: border-box !important; }
nav.site-nav { display: block !important; }
nav.site-nav .nav-pill { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; }
nav.site-nav .nav-links { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
nav.site-nav .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 13px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  text-decoration: none !important;
  border-radius: var(--r-pill) !important;
  position: relative !important;
  transition: color .18s !important;
}
nav.site-nav .nav-link::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 13px !important; right: 13px !important;
  height: 2px !important;
  background: var(--g-brand) !important;
  border-radius: 1px !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform .22s var(--ease) !important;
}
nav.site-nav .nav-link:hover { color: var(--blue) !important; }
nav.site-nav .nav-link:hover::after { transform: scaleX(1) !important; }
nav.site-nav .nav-link.active::after {
  content: '' !important;
  position: absolute !important;
  bottom: 2px !important; left: 50% !important;
  transform: translateX(-50%) !important;
  width: 4px !important; height: 4px !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
}
nav.site-nav .nav-cta-wrap { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-brand { display: flex !important; align-items: center !important; flex-shrink: 0 !important; }
nav.site-nav .nav-toggle { cursor: pointer !important; background: none !important; border: none !important; }

/* ═══════════════════════════════════════════
   NAVBAR — pill premium
═══════════════════════════════════════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 12px 24px;
  transition: padding .3s var(--ease);
}
.site-nav.scrolled { padding: 8px 24px; }

.nav-pill {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  height: 66px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  overflow: visible;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(210,210,220,.55);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.04);
  transition: background .3s, box-shadow .3s;
}
.site-nav.scrolled .nav-pill {
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 20px rgba(0,0,0,.10);
  overflow: visible !important;
}

.nav-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  margin-right: 8px;
}
.nav-brand img {
  height: 54px;
  width: auto;
  display: block;
}

.nav-links {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.nav-cta-wrap {
  flex-shrink: 0;
  margin-left: 8px;
}

.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: var(--r-pill);
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
  cursor: pointer; letter-spacing: -.01em; text-decoration: none;
  white-space: nowrap;
  transition: transform .18s var(--ease), box-shadow .18s, filter .18s;
}
.nav-cta:hover { color: #fff; transform: translateY(-1px); filter: brightness(1.05); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; border-radius: var(--r-md); transition: background .15s; margin-left: auto; touch-action: manipulation; -webkit-tap-highlight-color: transparent; min-width: 44px; min-height: 44px; }
.nav-toggle:hover { background: var(--bg-3); }
.nav-mob { display: none; position: fixed; top: 90px; left: 0; right: 0; padding: 0 16px; z-index: 999; }
.nav-mob.open { display: block; }
.nav-mob-inner { background: rgba(255,255,255,.97); border: 1px solid var(--border-lt); border-radius: var(--r-xl); box-shadow: var(--sh-6); backdrop-filter: blur(24px); padding: 12px 8px; }
.nav-mob-link { display: block; padding: 10px 16px; font-size: 14px; font-weight: 500; color: var(--body); border-radius: var(--r-lg); transition: background .15s, color .15s; }
.nav-mob-link:hover { background: var(--bg-3); color: var(--ink); }
.nav-mob-cta { display: flex; align-items: center; justify-content: center; margin: 8px 8px 4px; padding: 12px; border-radius: var(--r-lg); background: var(--g-brand); color: #fff; font-family: var(--fp); font-size: 13.5px; font-weight: 600; box-shadow: var(--sh-b); }

/* ═══════════════════════════════════════════
   STICKY CTA BAR (aparece após rolar hero)
═══════════════════════════════════════════ */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  transform: translateY(100%); transition: transform .4s var(--ease);
  padding: 14px 24px;
  background: rgba(255,255,255,.94); backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0,0,0,.08);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-text { font-family: var(--fp); font-size: 14px; font-weight: 600; color: var(--ink); }
.sticky-cta-sub { font-size: 12px; font-weight: 400; color: var(--muted); }

/* ═══════════════════════════════════════════
   WHATSAPP FLOATING BUTTON
═══════════════════════════════════════════ */
.wa-float {
  position: fixed; bottom: 80px; right: 24px; z-index: 890;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25d366;
  box-shadow: 0 4px 20px rgba(37,211,102,.40), 0 2px 6px rgba(0,0,0,.15);
  display: flex; align-items: center; justify-content: center; color: #fff;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
  cursor: pointer;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.55), 0 3px 8px rgba(0,0,0,.18); color: #fff; }
.wa-float::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: #25d366; animation: waPulse 2.5s ease-in-out infinite; opacity: .6;
}
@keyframes waPulse { 0%{transform:scale(1);opacity:.5} 70%{transform:scale(1.5);opacity:0} 100%{transform:scale(1.5);opacity:0} }

/* Back-to-top */
.btt {
  position: fixed; bottom: 144px; right: 24px; z-index: 890;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--border);
  box-shadow: var(--sh-3); display: flex; align-items: center; justify-content: center;
  color: var(--muted); cursor: pointer; opacity: 0; transform: translateY(8px);
  transition: opacity .3s, transform .3s var(--ease), color .15s, border-color .15s;
}
.btt.visible { opacity: 1; transform: translateY(0); }
.btt:hover { color: var(--blue); border-color: var(--blue-border); }

/* ═══════════════════════════════════════════
   TOAST DE CONFIRMAÇÃO
═══════════════════════════════════════════ */
.toast-wrap {
  position: fixed; top: 100px; right: 24px; z-index: 9000;
  transform: translateX(120%); transition: transform .4s var(--ease);
}
.toast-wrap.show { transform: translateX(0); }
.toast-card {
  background: var(--bg); border: 1px solid #22c55e;
  border-radius: var(--r-lg); padding: 14px 18px;
  box-shadow: var(--sh-5);
  display: flex; align-items: center; gap: 12px;
  min-width: 280px;
}
.toast-ico { width: 36px; height: 36px; border-radius: 50%; background: #dcfce7; display: flex; align-items: center; justify-content: center; color: #16a34a; flex-shrink: 0; }
.toast-title { font-family: var(--fp); font-size: 13.5px; font-weight: 600; color: var(--ink); }
.toast-sub { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.hero-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
  padding-top: calc(var(--hh) + 100px); padding-bottom: 64px;
  display: flex; align-items: center;
}
/* Noise grain */
.hero-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
/* Mesh radials */
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.hero-mesh::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 50%, rgba(37,99,235,.17) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(59,130,246,.11) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 60% 90%, rgba(37,99,235,.07) 0%, transparent 55%);
}
/* Grid pattern */
.hero-mesh::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}
/* Orbs parallax */
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.hero-orb-1 { width: 580px; height: 580px; background: radial-gradient(circle, rgba(37,99,235,.20) 0%, transparent 70%); top: -100px; left: -80px; filter: blur(72px); }
.hero-orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(96,165,250,.14) 0%, transparent 70%); bottom: -60px; right: 8%; filter: blur(60px); }
.hero-orb-3 { width: 200px; height: 200px; background: radial-gradient(circle, rgba(59,130,246,.18) 0%, transparent 70%); top: 30%; right: 20%; filter: blur(40px); }
/* Fade na borda inferior */
.hero-wrap .container { position: relative; z-index: 3; width: 100%; }

/* Headline principal — Poppins 900 */
.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900; color: #f8fafc;
  letter-spacing: -.040em; line-height: 1.05; margin-bottom: 22px;
}
.hero-title .line-grad {
  color: #f8fafc;
  -webkit-text-fill-color: #f8fafc;
}
.hero-title .line { display: block; }

 }

.hero-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300; line-height: 1.76;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin-bottom: 28px; max-width: 520px;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* LEAD CARD — gradient border animado */
.lead-card-wrap {
  position: relative; border-radius: var(--r-2xl); padding: 1.5px;
  background: linear-gradient(135deg, rgba(37,99,235,.40) 0%, rgba(96,165,250,.20) 50%, rgba(37,99,235,.40) 100%);
  background-size: 200% 200%;
  animation: borderShift 4s ease-in-out infinite;
}
@keyframes borderShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.lead-card {
  background: rgba(255,255,255,.98); border-radius: calc(var(--r-2xl) - 1.5px);
  padding: 28px 26px; box-shadow: var(--sh-6);
}
.lc-header {
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.lc-accent {
  width: 28px; height: 3px; border-radius: 2px;
  background: var(--g-brand); margin-bottom: 14px;
}
.lc-title {
  font-family: var(--fp) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem) !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  letter-spacing: -.018em !important;
  line-height: 1.35 !important;
  margin-bottom: 10px !important;
}
.lc-title span { color: var(--blue) !important; }
.lc-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin: 0;
}

.form-label { font-family: var(--fi); font-size: 10px; font-weight: 600; color: var(--ink-2); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 4px; }
.form-control, .form-select {
  font-family: var(--fi); font-size: 13px; color: var(--ink);
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 9px 12px;
  box-shadow: var(--sh-1);
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.form-control:focus, .form-select:focus {
  outline: none; background: var(--bg);
  border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.10), var(--sh-1);
}
.form-control::placeholder { color: var(--muted); font-size: 12.5px; }
.form-text { font-size: 11px; color: var(--muted); }

/* Campo obrigatório — indicador elegante */
.form-label.req::after { content: ' ●'; font-size: 6px; color: var(--blue); vertical-align: super; }

 100% { transform: translateX(-50%); } }

/* ═══════════════════════════════════════════
   SECTION HELPERS
═══════════════════════════════════════════ */
.sec-header { text-align: center; max-width: 600px; margin: 0 auto 52px; }
.sec-title { font-family: var(--fp); font-size: clamp(1.7rem, 2.5vw, 2.2rem); font-weight: 700; letter-spacing: -.026em; color: var(--ink); margin-bottom: 12px; }
.sec-title-lt { color: #f1f5f9; }
.sec-desc { font-family: var(--fi); font-size: 15.5px; font-weight: 300; color: var(--body); line-height: 1.76; }
.sec-desc-lt { color: rgba(241,245,249,.72); }
.sec-rule { width: 32px; height: 2.5px; border-radius: 2px; background: var(--g-brand); margin: 0 0 18px 0; }
.section-sep { display: none; }

/* ═══════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════ */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }

.svc-card {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px 24px;
  background: var(--bg);
  position: relative; overflow: hidden;
  box-shadow: var(--sh-2);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
  height: 100%;
}
.svc-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(37,99,235,.05) 0%, transparent 70%);
  opacity: 0; transition: opacity .3s; border-radius: var(--r-xl);
}
.svc-card:hover { border-color: rgba(37,99,235,.20); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.svc-card:hover::before { opacity: 1; }
/* Número background grande — hierarquia visual */
.svc-card-num {
  position: absolute; right: 16px; top: 8px;
  font-family: var(--fp); font-size: 80px; font-weight: 900;
  color: rgba(0,0,0,.03); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}
/* svc-card-ac igual ao svc-card */


.svc-icon {
  width: 48px; height: 48px; border-radius: var(--r-lg); background: var(--bg-2);
  border: 1px solid var(--border-lt); display: flex; align-items: center;
  justify-content: center; margin-bottom: 18px; overflow: hidden; box-shadow: var(--sh-1);
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.svc-card:hover .svc-icon { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-2), 0 0 0 3px rgba(37,99,235,.06); transform: scale(1.06); }
.svc-card:not(.svc-card-ac) .svc-icon img { filter: none; }
.svc-icon { background: var(--bg-2); border: 1px solid var(--border-lt); box-shadow: var(--sh-1); }

.svc-name { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.020em; color: var(--ink); margin-bottom: 8px; line-height: 1.25; }
.svc-text { font-family: var(--fi); font-size: 13.5px; font-weight: 300; color: #71717a; line-height: 1.72; margin-bottom: 16px; }

/* Linha separadora sutil entre desc e link */
.svc-divider { height: 1px; background: var(--border-lt); margin-bottom: 14px; }

.svc-link { font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease), color .15s; }
.svc-link:hover { gap: 8px; color: #1d4ed8; }

/* ═══════════════════════════════════════════
   SOLUTIONS — dark premium
═══════════════════════════════════════════ */
.sol-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--bg-2);
}
.sol-wrap::before { display: none; }
.sol-wrap::after {
  display: none; content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.sol-orbs { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sol-orb { position: absolute; border-radius: 50%; filter: blur(64px); }
.sol-orb-1 { display: none; }
.sol-orb-2 { display: none; }
.sol-grid-bg {
  display: none; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,.020) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.020) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 20%, transparent 80%);
}
.sol-wrap .container { position: relative; z-index: 2; }

.sol-item {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px 28px 28px 24px; border-radius: var(--r-xl);
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  box-shadow: var(--sh-2);
  transition: background .22s, border-color .22s, transform .22s var(--ease);
  position: relative; z-index: 1;
}
.sol-item:hover {
  background: var(--bg);
  border-color: var(--blue-border);
  border-left-color: var(--blue);
  transform: translateX(4px);
  box-shadow: var(--sh-4), 0 0 0 3px var(--blue-dim);
}
/* Número de fundo decorativo */
.sol-item::after {
  content: attr(data-n);
  position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  font-family: var(--fp); font-size: 96px; font-weight: 900;
  color: rgba(0,0,0,.04); line-height: 1; pointer-events: none;
  letter-spacing: -.05em;
}

.sol-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--blue-border); background: var(--blue-dim); display: flex; align-items: center; justify-content: center; font-family: var(--fp); font-size: 11.5px; font-weight: 600; color: var(--blue); margin-top: 2px; }
.sol-title { font-family: var(--fp); font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -.022em; margin-bottom: 7px; line-height: 1.3; }
.sol-desc { font-family: var(--fi); font-size: 14px; font-weight: 300; color: var(--body); line-height: 1.76; margin-bottom: 14px; }

/* ═══════════════════════════════════════════
   ABOUT — com contadores animados
═══════════════════════════════════════════ */
.about-section { background: #ffffff; }

.mf {
  position: absolute; z-index: 2; background: rgba(255,255,255,.96); border: 1px solid var(--border-lt); border-radius: var(--r-lg); padding: 11px 15px; box-shadow: var(--sh-5); backdrop-filter: blur(12px); display: flex; align-items: center; gap: 10px;
}

/* Stats com contador animado */
.about-stat { text-align: center; padding: 18px 12px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-1); transition: border-color .2s, box-shadow .2s, transform .2s var(--ease); }
.about-stat:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateY(-2px); }

.about-text { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.80; }
.ab-card:hover { border-color: var(--blue-border); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); transform: translateX(3px); }

/* ═══════════════════════════════════════════
   CASES
═══════════════════════════════════════════ */
.cases-section { background: #ffffff; }
.case-card { border: 1px solid var(--border); border-radius: var(--r-xl); background: var(--bg); overflow: hidden; display: flex; flex-direction: column; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.case-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08); transform: translateY(-4px); }
.case-card-ac { background: linear-gradient(145deg,#0a1628 0%,#0d1f4a 100%); border-color: rgba(37,99,235,.25); box-shadow: var(--sh-4), 0 0 30px rgba(37,99,235,.10); }
.case-card-ac:hover { border-color: rgba(59,130,246,.40); box-shadow: var(--sh-5), 0 0 40px rgba(37,99,235,.18); transform: translateY(-4px); }
.case-top { padding: 16px 20px 0; display: flex; align-items: center; justify-content: space-between; }
.case-badge { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); background: var(--blue-dim); border: 1px solid var(--blue-border); padding: 3px 10px; border-radius: var(--r-pill); }
.case-card-ac .case-badge { color: #93c5fd; background: rgba(37,99,235,.16); border-color: rgba(96,165,250,.25); }
.case-logo { height: 28px; padding: 0 10px; background: var(--bg-3); border-radius: var(--r-sm); border: 1px solid var(--border); display: flex; align-items: center; font-size: 10px; color: var(--muted); }
.case-card-ac .case-logo { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-body { padding: 16px 20px; flex: 1; }
.case-title { font-family: var(--fp); font-size: 16px; font-weight: 700; letter-spacing: -.018em; color: var(--ink); margin-bottom: 7px; }
.case-card-ac .case-title { color: #f1f5f9; }
.case-desc { font-size: 13px; color: var(--body); line-height: 1.66; }
.case-card-ac .case-desc { color: rgba(203,213,225,.60); }
.case-foot { padding: 12px 20px; border-top: 1px solid var(--border); font-family: var(--fp); font-size: 12.5px; font-weight: 600; color: var(--blue); display: flex; align-items: center; gap: 5px; transition: gap .15s var(--ease), color .15s; }
.case-foot:hover { gap: 9px; }
.case-card-ac .case-foot { border-top-color: rgba(255,255,255,.07); color: #93c5fd; }
.case-card-ac .case-foot:hover { color: #fff; }

/* ── CASES MODERNOS ── */
.case-card-top {
  padding: 18px 20px 14px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.case-card-ac .case-card-top { border-bottom-color: rgba(255,255,255,.08); }
.case-logo-placeholder {
  height: 28px; padding: 0 10px; background: var(--bg-3);
  border-radius: var(--r-sm); border: 1px solid var(--border);
  display: flex; align-items: center; font-size: 10px; color: var(--muted);
  font-family: var(--fi);
}
.case-card-ac .case-logo-placeholder { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.35); }
.case-metrics {
  display: flex; gap: 0;
  border-top: 1px solid var(--border-lt);
  margin-top: 14px; padding-top: 14px;
}
.case-card-ac .case-metrics { border-top-color: rgba(255,255,255,.08); }
.case-metric {
  flex: 1; text-align: center;
  padding: 6px 4px;
  border-right: 1px solid var(--border-lt);
}
.case-metric:last-child { border-right: none; }
.case-card-ac .case-metric { border-right-color: rgba(255,255,255,.08); }
.cm-val {
  display: block; font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: var(--blue); letter-spacing: -.02em; line-height: 1;
}
.case-card-ac .cm-val { color: #93c5fd; }
.cm-lbl {
  display: block; font-family: var(--fi); font-size: 10.5px; color: var(--muted);
  margin-top: 3px; font-weight: 300;
}
.case-card-ac .cm-lbl { color: var(--muted); }

/* ═══════════════════════════════════════════
   BLOG
═══════════════════════════════════════════ */
.blog-section { background: var(--bg); }
.post-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; height: 100%; box-shadow: var(--sh-2); transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); display: flex; flex-direction: column; }
.post-card-uniform .post-img-wrap { flex-shrink: 0; }
.post-card-uniform .post-img { aspect-ratio: 16/9; height: 180px; }
.post-card-uniform > div:last-child { flex: 1; display: flex; flex-direction: column; }
.post-card-uniform .post-exc { flex: 1; }
.post-card:hover { border-color: rgba(37,99,235,.18); box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.06); transform: translateY(-4px); }
.post-img-wrap { overflow: hidden; }
.post-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s var(--ease); display: block; }
.post-lead-img { aspect-ratio: unset; height: 100%; min-height: 240px; }
.post-card:hover .post-img { transform: scale(1.05); }
.post-cat { display: inline-block; padding: 3px 9px; background: var(--blue-dim); border-radius: var(--r-pill); font-size: 10px; font-weight: 600; color: var(--blue); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 9px; }
.post-title { font-family: var(--fp); font-size: 16px; font-weight: 600; letter-spacing: -.018em; color: var(--ink); line-height: 1.3; margin-bottom: 9px; }
.post-title a { transition: color .15s; }
.post-title a:hover { color: var(--blue); }
.post-exc { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.66; margin-bottom: 10px; }
.post-meta { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.post-link { font-family: var(--fp); font-size: 12px; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 4px; transition: gap .15s var(--ease); }
.post-link:hover { gap: 8px; }

/* ═══════════════════════════════════════════
   FAQ COLAPSÁVEL (novo)
═══════════════════════════════════════════ */
.faq-section { background: var(--bg-2); }
.faq-item { border-bottom: 1px solid var(--border-lt); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; font-family: var(--fp); font-size: 15px; font-weight: 600;
  color: var(--ink); transition: color .15s;
}
.faq-q:hover { color: var(--blue); }
.faq-ico {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); display: flex; align-items: center;
  justify-content: center; color: var(--muted);
  transition: transform .25s var(--ease), background .15s, border-color .15s;
}
.faq-item.open .faq-ico { transform: rotate(45deg); background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue); }
.faq-a { font-size: 15px; font-weight: 300; color: var(--body); line-height: 1.76; max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .25s; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 16px; }

/* ═══════════════════════════════════════════
   CTA
═══════════════════════════════════════════ */
.cta-wrap {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--g-dark);
}
.cta-wrap::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .030;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 180px 180px;
}
.cta-mesh { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(ellipse 80% 70% at 20% 60%, rgba(37,99,235,.17) 0%, transparent 65%), radial-gradient(ellipse 60% 50% at 80% 30%, rgba(59,130,246,.11) 0%, transparent 60%); }
.cta-wrap .container { position: relative; z-index: 2; }
.cta-title { font-family: var(--fp); font-size: clamp(2rem,3.8vw,3rem); font-weight: 800; color: #f8fafc; letter-spacing: -.034em; line-height: 1.10; margin-bottom: 16px; }
.cta-title .grad { background: linear-gradient(120deg,#93c5fd 0%,#60a5fa 40%,#dbeafe 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-sub { font-size: 16px; font-weight: 300; color: rgba(241,245,249,.50); line-height: 1.76; }
.cta-list { list-style: none; padding: 0; }
.cta-list li { font-size: 14px; color: rgba(241,245,249,.78); display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.cta-list li::before { content: ''; flex-shrink: 0; width: 17px; height: 17px; border-radius: 50%; background: var(--g-brand); background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.5L3.5 6.5L7.5 2.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; background-position: center; background-repeat: no-repeat; box-shadow: 0 0 8px rgba(37,99,235,.40); }

/* ═══════════════════════════════════════════
   FOOTER PREMIUM
═══════════════════════════════════════════ */
.site-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  position: relative;
}
/* Linha de acento colorida no topo */
.site-footer::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%); }

.footer-inner { padding: 56px 0 40px; }
.footer-logo img { height: 48px; width: auto; margin-bottom: 14px; }
.footer-tagline { font-size: 13.5px; font-weight: 300; color: var(--body); line-height: 1.74; max-width: 280px; margin-bottom: 22px; }
.footer-social { display: flex; gap: 8px; }
.footer-soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); box-shadow: var(--sh-1); cursor: pointer;
  transition: border-color .18s, color .18s, background .18s, transform .18s var(--ease), box-shadow .18s;
}
.footer-soc:hover { border-color: var(--blue-border); color: var(--blue); background: var(--blue-dim); transform: translateY(-2px); box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim); }

.footer-col-title { font-family: var(--fp); font-size: 12.5px; font-weight: 700; color: var(--ink); letter-spacing: -.008em; margin-bottom: 14px; }
.footer-col-list { list-style: none; padding: 0; }
.footer-col-list li { margin-bottom: 8px; }
.footer-col-list a { font-size: 13.5px; color: var(--body); display: inline-flex; align-items: center; gap: 0; transition: color .15s, gap .15s var(--ease); }
.footer-col-list a:hover { color: var(--blue); gap: 4px; }
.footer-col-list a:hover::before { content: '›'; font-size: 14px; }

.fci { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.fci-ico { width: 30px; height: 30px; border-radius: var(--r-md); flex-shrink: 0; background: var(--blue-dim); border: 1px solid var(--blue-border); display: flex; align-items: center; justify-content: center; color: var(--blue); margin-top: 1px; }
.fci-label { font-size: 10px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 2px; }
.fci-val { font-size: 13px; color: var(--body); }
.fci-val a { color: var(--body); transition: color .15s; }
.fci-val a:hover { color: var(--blue); }

.footer-divider { border: none; border-top: 1px solid var(--border-lt); margin: 0; }
.footer-bottom { padding: 16px 0; display: flex; flex-direction: column; gap: 10px; }
.footer-copy { font-size: 11.5px; color: var(--muted); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11.5px; color: var(--muted); transition: color .15s; }
.footer-legal a:hover { color: var(--blue); }
.footer-seo { font-size: 11.5px; font-weight: 300; color: rgba(161,161,170,.65); line-height: 1.68; border-top: 1px solid var(--border-lt); padding-top: 12px; }

/* ═══════════════════════════════════════════
   SCROLL REVEAL / ANIMAÇÕES
═══════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
/* ── REVEAL GLOBAL FIX (preview) ── */
.reveal { opacity: 1 !important; transform: none !important; }

.reveal.vis { opacity: 1; transform: translateY(0); }
.reveal.vis { opacity: 1; transform: none; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes glowPulse { 0%,100% { box-shadow: var(--sh-b); } 50% { box-shadow: var(--sh-b-lg); } }
@keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.ha > *:not(.hero-sub) { animation: fadeUp .65s var(--ease) both; }
.ha > *:nth-child(1) { animation-delay: .04s; }
.ha > *:nth-child(2) { animation-delay: .13s; }
.ha > *:nth-child(3) { animation-delay: .22s; }
.ha > *:nth-child(4) { animation-delay: .30s; }
.ha > *:nth-child(5) { animation-delay: .38s; }
.hfc { animation: fadeUp .65s var(--ease) .20s both; }
.btn-p { animation: glowPulse 3.5s ease-in-out infinite; }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 991px) {
  #navLinks { display: none !important; }
  #navCtaWrap { display: none !important; }
  .nav-links { display: none !important; }
  .nav-cta-wrap { display: none !important; }
  .nav-toggle { display: flex !important; align-items: center !important; justify-content: center !important; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-span2 { grid-column: span 2; }
  body { cursor: auto; }

}
@media (max-width: 767px) {
  /* ── GLOBAL CONTAINER PADDING MOBILE ── */
  .container { padding-left: 20px !important; padding-right: 20px !important; }
  section { padding: 56px 0; }

  /* ── HERO ── */
  .hero-wrap { padding-top: 100px; padding-bottom: 40px; }
  .hero-wrap .row { gap: 0 !important; }
  .hero-wrap .col-lg-7 { padding: 0 !important; margin-bottom: 32px; }
  .hero-wrap .col-lg-5 { padding: 0 !important; }
  .hero-title { font-size: 2.2rem; letter-spacing: -.030em; }
  .hero-sub { max-width: 100%; font-size: 14px; }
  .hero-checklist li { font-size: 13px; }
  .hero-cta-row { flex-direction: column; gap: 12px; }

  /* ── FORMULÁRIO HERO ── */
  .lead-card-wrap { margin: 0 !important; }
  .lead-card { padding: 22px 18px; }
  .lc-title { font-size: 15px !important; }
  .lead-card .row { margin: 0 !important; }
  .lead-card .col-6 { padding: 0 2px !important; }
  .proof-strip { margin-top: 32px; padding: 24px 0 8px; }

  /* Nav pill */
  .nav-pill { border-radius: var(--r-lg); padding: 0 14px; }

  /* Grids → 1 coluna */
  .svc-grid { grid-template-columns: 1fr; }
  .svc-span2 { grid-column: span 1; }
  .prob-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(3,1fr); }

  /* About */
  .mf-1 { left: -4px; }
  .mf-2 { right: -4px; }
  .diff-card { padding: 18px 16px; }

  /* Cases */
  .case-metrics { gap: 0; }
  .cm-val { font-size: 16px; }

  /* Blog posts uniformes */
  .post-card-uniform .post-img { height: 160px; }

  /* Seções escuras */
  .sol-item { padding: 18px 16px; }
  .sol-item::after { display: none; }
  .sol-title { font-size: 15px; }

  /* CTA */
  .cta-title { font-size: 1.7rem; }
  .cta-sub { font-size: 14px; }
  .d-flex.gap-3.justify-content-center { flex-direction: column; align-items: center; }

  /* FAQ */
  .faq-q { font-size: 14px; }

  /* Footer */
  .footer-inner { padding: 40px 0 28px; }
  .footer-col-list a { font-size: 13px; }

  /* Sticky */
  .sticky-cta { display: none; }
  .sticky-cta-text { font-size: 13px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.9rem; }
  .sec-title { font-size: 1.5rem; }
  .btn-p.xl, .btn-ghost.xl { padding: 13px 22px; font-size: 14px; }
  .about-stats-row { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
  .case-card-top { flex-wrap: wrap; gap: 8px; }
  .proof-label { font-size: 9px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-legal { flex-wrap: wrap; gap: 12px; }
}

body { padding-top: calc(var(--hh) + 4px); }
.hero-wrap { padding-top: 96px; }

/* ── BARRA MOBILE CTA ── */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 950;
  height: 56px;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 16px rgba(0,0,0,.08);
}
.mobile-bar-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  border: none; background: none; cursor: pointer;
  transition: background .15s;
  height: 100%;
}
.mobile-bar-btn {
  background: #25d366; color: #fff;
}
.mobile-bar-btn:hover { background: #1ebe5d; }
@media (max-width: 991px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 56px; }
  .sticky-cta { bottom: 56px; }
  .wa-float { display: none; }
  .btt { bottom: 72px; }
}

/* ── HERO CHECKLIST ── */
.hero-checklist {
  list-style: none; padding: 0; margin-bottom: 32px;
}
.hero-checklist li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--fi); font-size: 14px; font-weight: 500;
  color: #ffffff; margin-bottom: 9px; line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0,0,0,.45);
}
.hcl-ico {
  flex-shrink: 0; width: 20px; height: 20px;
  border-radius: 50%; background: var(--g-brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; color: #fff; margin-top: 1px;
  box-shadow: 0 0 10px rgba(37,99,235,.40);
}

.proof-strip {
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 16px 0;
  overflow: hidden;
  position: relative;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center;
  margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 24px; width: auto; max-width: 110px;
  object-fit: contain; opacity: .60;
  filter: brightness(0) invert(1);
  transition: opacity .2s, filter .2s; flex-shrink: 0; display: block;
}
.proof-logo:hover { opacity: 1; filter: brightness(0) invert(1); }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}

/* ── PROOF STRIP ── */
.proof-strip {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 32px 0 8px;
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 48px;
}
.proof-label {
  font-family: var(--fi); font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.32); letter-spacing: .11em;
  text-transform: uppercase; text-align: center; margin-bottom: 14px;
}
.proof-track {
  display: flex; align-items: center;
  gap: 48px; width: max-content;
  animation: proofScroll 30s linear infinite;
  padding: 0 24px;
}
.proof-track:hover { animation-play-state: paused; }
.proof-logo {
  height: 32px; width: auto; max-width: 160px;
  object-fit: contain; opacity: .70;
  transition: opacity .2s; flex-shrink: 0; display: block;
  image-rendering: -webkit-optimize-contrast;
}
.proof-logo:hover { opacity: 1; }
@keyframes proofScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  100% { transform: translateX(-50%); }
}
 }

/* ── SVC CARD FEATURED ── */
.svc-card-featured {
  border-color: var(--blue) !important;
  box-shadow: var(--sh-3), 0 0 0 1px var(--blue-border), 0 0 24px rgba(37,99,235,.08) !important;
}
.svc-card-featured::after {
  content: 'Principal';
  position: absolute; top: 14px; right: 14px;
  background: var(--g-brand); color: #fff;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: var(--r-pill);
  letter-spacing: .06em; text-transform: uppercase;
}


/* ── PROBLEMS ACCORDION ── */
.problems-section {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.problems-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--blue-mid) 50%, var(--blue) 70%, transparent 100%);
  opacity: .45;
}

.prob-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.prob-sticky {
  position: static;
}
.prob-intro-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin-bottom: 28px;
}
.prob-cta-wrap { margin-top: 32px; }
.prob-cta-label {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); margin-bottom: 20px; line-height: 1.76;
}
.prob-cta-label strong { color: var(--ink); font-weight: 600; }

/* Accordion */
.prob-accordion { display: flex; flex-direction: column; gap: 0; }

.prob-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.prob-item:first-child { border-top: 1px solid var(--border); }

.prob-trigger {
  width: 100%; background: none; border: none;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; cursor: pointer; text-align: left;
  transition: color .18s;
}
.prob-trigger:hover .prob-trigger-title { color: var(--blue); }

.prob-trigger-left {
  display: flex; align-items: center; gap: 14px;
}
.prob-num {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px;
  background: var(--bg-3); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  color: var(--muted); transition: background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-num {
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}
.prob-trigger-title {
  font-family: var(--fp); font-size: 15.5px; font-weight: 600;
  color: var(--ink); letter-spacing: -.016em; line-height: 1.3;
  transition: color .18s;
}
.prob-item.open .prob-trigger-title { color: var(--blue); }

.prob-chevron {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border); background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); transition: transform .28s var(--ease), background .2s, border-color .2s, color .2s;
}
.prob-item.open .prob-chevron {
  transform: rotate(180deg);
  background: var(--blue-dim); border-color: var(--blue-border); color: var(--blue);
}

.prob-body {
  max-height: 0; overflow: hidden;
  transition: max-height .38s var(--ease), padding .28s;
  padding: 0 0 0 42px;
}
.prob-item.open .prob-body {
  max-height: 200px;
  padding: 0 0 18px 42px;
}
.prob-body-text {
  font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: var(--body); line-height: 1.74;
}

@media (max-width: 767px) {
  .prob-layout { grid-template-columns: 1fr; gap: 36px; }
  .prob-sticky { position: static; }
  .prob-trigger-title { font-size: 14.5px; }
}

@media (max-width: 767px) {
  .prob-cta-wrap { display: none; }
  .prob-cta-mobile { display: block; margin-top: 32px; }
}
@media (min-width: 768px) {
  .prob-cta-mobile { display: none; }
}




/* ── SERVICES EDITORIAL ── */
.svc-section-dark {
  position: relative; overflow: hidden; isolation: isolate;
  background: radial-gradient(ellipse 130% 90% at 50% -15%, #0c1930 0%, #020617 65%, #000d1a 100%);
}
.svc-section-dark::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, #2563eb 30%, #3b82f6 50%, #2563eb 70%, transparent 100%);
  opacity: .5; z-index: 2;
}
.svc-section-dark .sec-title { color: #f1f5f9; }
.svc-section-dark .sec-rule { background: linear-gradient(90deg, #2563eb, #60a5fa); }

/* Header split */
.svc-header-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end; margin-bottom: 56px;
}
.svc-header-right {
  display: flex; flex-direction: column;
  justify-content: flex-end; gap: 16px;
}
.svc-header-desc {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}

/* Lista editorial */
.svc-list { border-top: 1px solid rgba(255,255,255,.08); }

.svc-row {
  display: grid;
  grid-template-columns: 72px 1fr 1fr auto;
  gap: 32px; align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .2s;
  cursor: default;
  position: relative;
}
.svc-row::before {
  content: '';
  position: absolute; left: -24px; right: -24px; top: 0; bottom: 0;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.03);
  opacity: 0;
  transition: opacity .2s;
}
.svc-row:hover::before { opacity: 1; }
.svc-row:hover .svc-row-num { color: var(--blue); }
.svc-row:hover .svc-row-title { color: #fff; }
.svc-row:hover .svc-row-link { color: #93c5fd; gap: 8px; }

.svc-row-num {
  font-family: var(--fp); font-size: 42px; font-weight: 900;
  color: rgba(255,255,255,.10); letter-spacing: -.03em;
  line-height: 1; transition: color .2s;
}
.svc-row:hover .svc-row-num { color: rgba(37,99,235,.50); }
.svc-row-title {
  font-family: var(--fp); font-size: 18px; font-weight: 700;
  color: rgba(241,245,249,.90); letter-spacing: -.022em;
  line-height: 1.25;
  transition: color .2s;
}
.svc-row-tag {
  display: inline-flex; align-items: center;
  font-family: var(--fp); font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
  margin-top: 6px;
}
.svc-row-text {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: rgba(241,245,249,.85); line-height: 1.76;
}
.svc-row-link {
  font-family: var(--fp); font-size: 12.5px; font-weight: 600;
  color: #60a5fa; display: inline-flex; align-items: center;
  gap: 4px; white-space: nowrap;
  transition: gap .18s, color .18s;
}
.svc-row-featured .svc-row-title { color: #60a5fa; }
.svc-row-featured .svc-row-num { color: var(--blue); }

@media (max-width: 991px) {
  .svc-header-split { grid-template-columns: 1fr; gap: 20px; }
  .svc-row { grid-template-columns: 60px 1fr; gap: 16px; }
  .svc-row-text { display: none; }
  .svc-row-link { display: none; }
  .svc-row-title { font-size: 16px; }
}
@media (max-width: 575px) {
  .svc-row { grid-template-columns: 56px 1fr; padding: 22px 0; }
}

/* ── ABOUT REDESIGN ── */
.about-section { background: var(--bg); position: relative; }

.about-top {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center; margin-bottom: 40px;
}

.about-kw-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--blue); letter-spacing: -.01em;
  margin-bottom: 16px; margin-top: -4px;
  text-transform: none;
}
.about-quote {
  font-family: var(--fp); font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800; color: var(--ink); letter-spacing: -.030em;
  line-height: 1.22; position: relative; padding-left: 24px;
}
.about-quote::before {
  content: '';
  position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-mid) 100%);
  border-radius: 2px;
}
.about-quote span { color: var(--blue); }

.about-right { display: flex; flex-direction: column; gap: 28px; }
.about-intro {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76;
}
.about-stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.about-stat {
  padding: 20px 18px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 2.5px solid var(--blue);
  border-radius: var(--r-xl);
  display: flex; flex-direction: column; gap: 6px;
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
  box-shadow: var(--sh-1);
}
.about-stat:hover {
  border-color: var(--blue-border);
  border-top-color: var(--blue-mid);
  box-shadow: var(--sh-3), 0 0 0 3px var(--blue-dim);
  transform: translateY(-2px);
}
.about-stat-num {
  font-family: var(--fp); font-size: 28px; font-weight: 900;
  color: var(--blue); letter-spacing: -.03em; line-height: 1;
}
.about-stat-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); letter-spacing: -.01em;
}
.about-stat-lbl {
  font-family: var(--fi); font-size: 11.5px; font-weight: 400;
  color: var(--muted); line-height: 1.4;
}



/* ── ABOUT DIFFS — timeline horizontal ── */
.about-diffs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  padding-top: 0;
}
.about-diffs::before {
  content: '';
  position: absolute;
  top: 34px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 1px;
  background: linear-gradient(90deg, var(--blue-border), var(--blue), var(--blue-border));
  z-index: 0;
}
.diff-card-new {
  background: none;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.diff-card-new:hover { background: none; }
.diff-ico-new {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--blue);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue); margin-bottom: 20px;
  box-shadow: 0 0 0 4px var(--bg), 0 0 0 5px var(--blue-border);
  flex-shrink: 0;
}
.diff-card-new:hover .diff-ico-new {
  background: var(--blue-dim);
}
.diff-title-new {
  font-family: var(--fp); font-size: 13px; font-weight: 700;
  color: var(--ink); letter-spacing: -.012em;
  margin-bottom: 6px; line-height: 1.3;
}
.diff-text-new {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.65;
}
@media (max-width: 991px) {
  .about-top { grid-template-columns: 1fr; gap: 32px; }
  .about-diffs { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .about-diffs::before { display: none; }
  .diff-card-new { align-items: flex-start; text-align: left; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .about-top { grid-template-columns: 1fr; gap: 24px; }
  .about-right { gap: 20px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .about-stat { padding: 14px 10px; }
  .about-stat-num { font-size: 20px; }
  .about-stat-title { font-size: 11px; }
  .about-stat-lbl { font-size: 10px; }
}
@media (max-width: 575px) {
  .about-diffs { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr); gap: 6px; }
}




/* ── FORM FIELDS ── */
.lead-card .form-control,
.lead-card .form-select {
  font-family: var(--fi);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 8px 11px;
  height: auto;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .18s, box-shadow .18s;
}
.lead-card .form-control:focus,
.lead-card .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-dim);
  outline: none;
}
.lead-card .form-control::placeholder {
  color: var(--muted);
  font-size: 13px;
}
.lead-card .form-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
.lead-card .lc-title {
  font-size: 15px;
  font-weight: 700;
}
.lead-card .lc-sub {
  font-size: 12px;
}
.lead-card .form-text {
  font-size: 11px;
  color: var(--muted);
}

/* ═══════════════════════════════════════════
   CASES V2 — com mockup de browser
═══════════════════════════════════════════ */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.case-card-v2 {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg);
  display: flex; flex-direction: column;
  box-shadow: var(--sh-2);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
}
.case-card-v2:hover {
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.18);
}
.ccv2-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 10px;
}
.ccv2-badge {
  font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
}
.badge-blue   { background: rgba(37,99,235,.08);  color: var(--blue); }
.badge-green  { background: rgba(22,163,74,.10);  color: #15803d; }
.badge-amber  { background: rgba(180,117,7,.10);  color: #b45309; }
.badge-purple { background: rgba(109,40,217,.08); color: #6d28d9; }

.ccv2-logo {
  height: 24px; padding: 0 10px;
  background: var(--bg-3); border: 1px solid var(--border);
  border-radius: var(--r-md);
  display: flex; align-items: center;
  font-family: var(--fi); font-size: 10.5px; font-weight: 600; color: var(--muted);
}
.ccv2-browser {
  margin: 0 12px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-2);
}
.ccv2-bar {
  background: var(--bg-3); padding: 7px 10px;
  display: flex; align-items: center; gap: 5px;
  border-bottom: 1px solid var(--border);
}
.ccv2-dot {
  width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex-shrink: 0;
}
.dot-r { background: #ff5f57; }
.dot-y { background: #febc2e; }
.dot-g { background: #28c840; }
.ccv2-url {
  flex: 1; background: var(--bg);
  border: 1px solid var(--border); border-radius: 4px;
  padding: 2px 8px;
  font-family: var(--fi); font-size: 9.5px; color: var(--muted);
}
.ccv2-screen {
  height: 148px; overflow: hidden; display: block;
}
.ccv2-screen img {
  width: 100%; display: block;
  object-fit: cover; object-position: top center;
  transition: transform .5s var(--ease);
}
.case-card-v2:hover .ccv2-screen img { transform: scale(1.03); }

.ccv2-body { padding: 14px 16px 8px; flex: 1; }
.ccv2-name {
  font-family: var(--fp); font-size: 14px; font-weight: 700;
  color: var(--ink); letter-spacing: -.016em; margin-bottom: 5px; line-height: 1.3;
}
.ccv2-desc {
  font-family: var(--fi); font-size: 12.5px; font-weight: 300;
  color: var(--body); line-height: 1.6;
}
.ccv2-metrics {
  display: flex;
  border-top: 1px solid var(--border-lt);
  margin: 10px 16px 0;
}
.ccv2-m {
  flex: 1; text-align: center; padding: 10px 4px;
  border-right: 1px solid var(--border-lt);
}
.ccv2-m:last-child { border-right: none; }
.ccv2-val {
  display: block; font-family: var(--fp); font-size: 17px; font-weight: 700;
  letter-spacing: -.02em; line-height: 1.1;
}
.v-blue  { color: var(--blue); }
.v-green { color: #16a34a; }
.ccv2-lbl {
  display: block; font-family: var(--fi); font-size: 10px;
  color: var(--muted); margin-top: 2px;
}
.ccv2-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px 14px;
  font-family: var(--fp); font-size: 12px; font-weight: 600;
  color: var(--blue); text-decoration: none;
  transition: gap .15s var(--ease), color .15s;
}
.ccv2-foot:hover { color: #1d4ed8; }
.ccv2-time {
  font-family: var(--fi); font-size: 10px; font-weight: 400; color: var(--muted);
}

@media (max-width: 991px) {
  .cases-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .cases-grid { grid-template-columns: 1fr; }
  .ccv2-screen { height: 180px; }
}


.nav-dropdown-btn {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 6px 13px !important;
  font-family: var(--fi) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: var(--body) !important;
  border-radius: var(--r-pill) !important;
  transition: color .18s, background .18s !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}
.nav-dropdown-btn:hover { color: var(--ink) !important; background: rgba(0,0,0,.04) !important; }
.nav-chevron {
  transition: transform .2s var(--ease);
  flex-shrink: 0;
  color: var(--muted);
  pointer-events: none;
}
.nav-dropdown-btn[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }

/* Dropdown — posicionado relativo ao site-nav, fora do pill */
nav.site-nav { position: fixed !important; overflow: visible !important; }
.nav-dropdown {
  display: none;
  position: fixed;
  top: 82px;
  width: 300px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-6);
  padding: 8px;
  z-index: 9999;
}
.nav-dropdown.open { display: block; }
.nav-dd-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border-radius: var(--r-lg) !important;
  text-decoration: none !important;
  transition: background .15s !important;
}
.nav-dd-item:hover { background: var(--bg-2) !important; }
.nav-dd-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: var(--r-md);
  background: var(--blue-dim);
  border: 1px solid var(--blue-border);
  display: flex !important; align-items: center !important; justify-content: center !important;
  color: var(--blue); margin-top: 1px;
}
.nav-dd-title {
  font-family: var(--fp); font-size: 13px; font-weight: 600;
  color: var(--ink); margin-bottom: 3px; display: block; line-height: 1.3;
}
.nav-dd-desc {
  font-family: var(--fi); font-size: 11.5px; font-weight: 300;
  color: var(--muted); line-height: 1.4; display: block; max-width: 220px;
}

</style>

<style id="mobile-nav-overrides">
@media screen and (max-width: 991px) {
  div#navLinks,
  div.nav-links,
  #navLinks { display: none !important; visibility: hidden !important; }
  div#navCtaWrap,
  div.nav-cta-wrap,
  #navCtaWrap { display: none !important; visibility: hidden !important; }
  button#navToggle,
  .nav-toggle { 
    display: flex !important; 
    visibility: visible !important;
    align-items: center !important; 
    justify-content: center !important; 
  }
}

/* ═══════════════════════════════════════════
   FAQ — layout 2 colunas
═══════════════════════════════════════════ */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}
.faq-left {
  position: sticky;
  top: 100px;
}
.faq-main-title {
  font-family: var(--fp); font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700; color: var(--ink); letter-spacing: -.026em;
  line-height: 1.2; margin-bottom: 12px; margin-top: 10px;
}
.faq-left-sub {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.76; margin-top: 16px; margin-bottom: 24px;
}
.faq-left-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--fp); font-size: 13.5px; font-weight: 600;
  color: var(--blue); text-decoration: none;
  transition: gap .18s var(--ease);
}
.faq-left-cta:hover { gap: 10px; }
.faq-right { display: flex; flex-direction: column; }

@media (max-width: 767px) {
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-left { position: static; }
}

/* ═══════════════════════════════════════════
   BLOG — Opção C (cards com gradiente)
═══════════════════════════════════════════ */
.blog-grid-c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.blog-card-c {
  border-radius: var(--r-xl);
  overflow: hidden;
  display: flex; flex-direction: column;
  border: 1px solid var(--border);
  background: var(--bg);
  box-shadow: var(--sh-2);
  transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s;
}
.blog-card-c:hover {
  box-shadow: var(--sh-5), 0 0 0 1px rgba(37,99,235,.08);
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.18);
}
.blog-card-c-img {
  height: 190px; overflow: hidden; position: relative;
}
.blog-card-c-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .5s var(--ease);
}
.blog-card-c:hover .blog-card-c-img img { transform: scale(1.05); }
.blog-card-c-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,.52) 100%);
  pointer-events: none;
}
.blog-card-c-body {
  padding: 18px; flex: 1;
  display: flex; flex-direction: column; gap: 8px;
}
.blog-cat-c {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill);
  background: var(--blue-dim); color: var(--blue);
  align-self: flex-start;
}
.blog-cat-green { background: rgba(22,163,74,.10); color: #15803d; }
.blog-cat-amber  { background: rgba(180,117,7,.10);  color: #b45309; }

.blog-title-c {
  font-family: var(--fp); font-size: 15.5px; font-weight: 700;
  letter-spacing: -.018em; color: var(--ink); line-height: 1.3; flex: 1;
}
.blog-title-c a { color: inherit; transition: color .15s; }
.blog-title-c a:hover { color: var(--blue); }

.blog-exc-c {
  font-family: var(--fi); font-size: 13px; font-weight: 300;
  color: var(--body); line-height: 1.65;
}
.blog-footer-c {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 10px; border-top: 1px solid var(--border-lt);
  margin-top: auto;
}
.blog-meta-c { font-size: 11.5px; color: var(--muted); }
.blog-link-c {
  font-family: var(--fp); font-size: 12px; font-weight: 600;
  color: var(--blue); display: inline-flex; align-items: center;
  gap: 4px; transition: gap .15s var(--ease);
}
.blog-link-c:hover { gap: 8px; }

@media (max-width: 991px) {
  .blog-grid-c { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .blog-grid-c { grid-template-columns: 1fr; }
  .blog-card-c-img { height: 200px; }
}

/* ═══════════════════════════════════════════
   FOOTER V2 — dark premium
═══════════════════════════════════════════ */
.site-footer-v2 {
  background: var(--bg-2);
  padding: 64px 0 0;
  position: relative;
}
.site-footer-v2::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--blue-border) 30%, var(--blue-mid) 50%, var(--blue-border) 70%, transparent 95%);
}
.ftv2-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 48px;
}
.ftv2-logo {
  height: 44px; width: auto; display: block; margin-bottom: 16px;
}
.ftv2-tag {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body); line-height: 1.74;
  max-width: 280px; margin-bottom: 20px;
}
.ftv2-gp-badge {
  height: 72px; width: auto; display: block;
  margin-bottom: 20px; opacity: .90;
}

.ftv2-socials { display: flex; gap: 8px; }
.ftv2-soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  transition: border-color .18s, color .18s, background .18s, transform .18s var(--ease);
}
.ftv2-soc:hover {
  border-color: var(--blue-border); color: var(--blue);
  background: var(--blue-dim); transform: translateY(-2px);
}
.ftv2-col-title {
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
}
.ftv2-list { list-style: none; padding: 0; }
.ftv2-list li { margin-bottom: 10px; }
.ftv2-list a {
  font-family: var(--fi); font-size: 15px; font-weight: 300;
  color: var(--body);
  transition: color .15s;
  text-decoration: none;
}
.ftv2-list a:hover { color: var(--blue); }
.ftv2-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 16px; color: var(--muted);
}
.ftv2-contact-item svg { flex-shrink: 0; margin-top: 2px; }
.ftv2-contact-label {
  display: block; font-family: var(--fp); font-size: 10px; font-weight: 700;
  color: var(--muted); letter-spacing: .09em;
  text-transform: uppercase; margin-bottom: 2px;
}
.ftv2-contact-val {
  display: block; font-family: var(--fi); font-size: 14px; font-weight: 300;
  color: var(--body); line-height: 1.6;
}
.ftv2-contact-val a { color: var(--body); transition: color .15s; }
.ftv2-contact-val a:hover { color: var(--blue); }

.ftv2-divider {
  border: none; border-top: 1px solid var(--border-lt); margin: 0;
}
.ftv2-bottom {
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
}
.ftv2-copy { font-family: var(--fi); font-size: 12px; font-weight: 300; color: var(--muted); }
.ftv2-legal { display: flex; gap: 20px; }
.ftv2-legal a {
  font-family: var(--fi); font-size: 12px; font-weight: 300; color: var(--muted);
  text-decoration: none; transition: color .15s;
}
.ftv2-legal a:hover { color: var(--blue); }
.ftv2-seo {
  font-family: var(--fi); font-size: 12px; font-weight: 300;
  color: rgba(161,161,170,.65); line-height: 1.68;
  padding: 12px 0 28px;
  border-top: 1px solid var(--border-lt);
}

@media (max-width: 991px) {
  .ftv2-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 575px) {
  .ftv2-grid { grid-template-columns: 1fr; gap: 28px; }
  .ftv2-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ═══════════════════════════════════════════
   MOBILE FIXES COMPLETOS
═══════════════════════════════════════════ */
@media (max-width: 767px) {

  /* Container global */
  .container { padding-left: 20px !important; padding-right: 20px !important; }

  /* Sec header */
  .sec-header { text-align: left; }
  .sec-title { font-size: clamp(1.5rem, 5vw, 1.9rem) !important; }

  /* Serviços */
  .svc-grid { grid-template-columns: 1fr !important; }
  .svc-span2 { grid-column: span 1 !important; }
  .svc-row { padding: 20px 0; }

  /* Sobre */
  .about-top { grid-template-columns: 1fr !important; gap: 24px !important; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; }
  .about-diffs { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }

  /* Por que a Capta */
  .sol-item { flex-direction: column; gap: 12px; }

  /* Cases */
  .cases-grid { grid-template-columns: 1fr !important; }

  /* FAQ */
  .faq-layout { grid-template-columns: 1fr !important; gap: 24px !important; }
  .faq-left { position: static !important; }
  .faq-left-cta { display: none; }

  /* Blog */
  .blog-grid-c { grid-template-columns: 1fr !important; }

  /* Footer */
  .ftv2-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .ftv2-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ftv2-legal { flex-wrap: wrap; gap: 12px; }

  /* CTA */
  .cta-title { font-size: clamp(1.3rem, 5vw, 1.7rem) !important; }

  /* Proof strip */
  .proof-label { padding: 0 20px; font-size: 9px; }

  /* Formulário hero */
  .lead-card-wrap { border-radius: 16px !important; }
  .lead-card .row.g-2 { gap: 8px !important; }
  .lead-card .col-6 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }

  /* Buttons */
  .btn-p.xl { font-size: 14px; padding: 14px 22px; width: 100%; justify-content: center; }

  /* Nav dropdown */
  .nav-dropdown { width: 90vw !important; left: 5vw !important; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.9rem !important; }
  .about-stats-row { grid-template-columns: repeat(3, 1fr) !important; }
  .about-stat-num { font-size: 18px !important; }
  .ccv2-metrics { flex-wrap: nowrap; }
  .ccv2-val { font-size: 14px !important; }
}


@media (max-width: 767px) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

.hero-seo-title {
  font-family: var(--fi); font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 6px 14px; border-radius: var(--r-pill);
  margin-bottom: 20px;
}
.hero-seo-title::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--blue-mid); flex-shrink: 0;
}

/* ═══════════════════════════════
   HERO — col 7+5, formulário compacto
═══════════════════════════════ */
.hero-contact {
  position:relative; overflow:hidden; isolation:isolate;
  background:var(--g-dark);
  padding-top:calc(var(--hh) + 64px); padding-bottom:64px;
}
.hero-contact::after {
  content:''; position:absolute; inset:0; pointer-events:none; z-index:1; opacity:.032;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat:repeat; background-size:180px 180px;
}
.hero-mesh { position:absolute; inset:0; pointer-events:none; z-index:0; }
.hero-mesh::before {
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 50%, rgba(37,99,235,.17) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(59,130,246,.11) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 60% 90%, rgba(37,99,235,.07) 0%, transparent 55%);
}
.hero-mesh::after {
  content:''; position:absolute; inset:0;
  background-image:linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}
.hero-contact .container { position:relative; z-index:3; }

.hero-contact-title {
  font-size:clamp(2.2rem, 4vw, 3.4rem);
  font-weight:900; color:#f8fafc;
  letter-spacing:-.040em; line-height:1.05; margin-bottom:22px;
}
.hero-contact-sub {
  font-family:var(--fi); font-size:15px; font-weight:300; line-height:1.76;
  color:#ffffff; -webkit-text-fill-color:#ffffff;
  margin-bottom:28px; max-width:520px;
}
.hero-contact-text {
  font-family:var(--fi); font-size:14px; font-weight:300; line-height:1.72;
  color:rgba(241,245,249,.55); max-width:480px;
}

/* Lead card — idêntico à home de referência, mas compacto */
.lead-card-wrap {
  position:relative; border-radius:var(--r-2xl); padding:1.5px;
  background:linear-gradient(135deg,rgba(37,99,235,.40) 0%,rgba(96,165,250,.20) 50%,rgba(37,99,235,.40) 100%);
  background-size:200% 200%; animation:borderShift 4s ease-in-out infinite;
}
@keyframes borderShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.lead-card {
  background:rgba(255,255,255,.98); border-radius:calc(var(--r-2xl) - 1.5px);
  padding:22px 22px 20px; box-shadow:var(--sh-6);
}
.lc-header { padding-bottom:14px; margin-bottom:14px; border-bottom:1px solid var(--border); }
.lc-accent { width:24px; height:3px; border-radius:2px; background:var(--g-brand); margin-bottom:10px; }
.lc-title { font-family:var(--fp) !important; font-size:1rem !important; font-weight:600 !important; color:var(--ink) !important; letter-spacing:-.018em !important; line-height:1.3 !important; margin-bottom:6px !important; }
.lc-title span { color:var(--blue) !important; }
.lc-sub { font-family:var(--fi); font-size:12.5px; font-weight:300; color:var(--body); line-height:1.6; margin:0; }

/* Form fields — compactos */
.form-label { font-family:var(--fi); font-size:9.5px; font-weight:600; color:var(--ink-2); letter-spacing:.07em; text-transform:uppercase; margin-bottom:4px; }
.form-control, .form-select {
  font-family:var(--fi); font-size:12.5px; color:var(--ink);
  background:var(--bg-2); border:1px solid var(--border);
  border-radius:var(--r-md); padding:7px 11px; box-shadow:var(--sh-1);
  transition:border-color .15s,box-shadow .15s,background .15s;
}
.form-control:focus, .form-select:focus {
  outline:none; background:var(--bg);
  border-color:var(--blue); box-shadow:0 0 0 3px rgba(37,99,235,.10),var(--sh-1);
}
.form-control::placeholder { color:var(--muted); font-size:12px; }
.form-label.req::after { content:' ●'; font-size:6px; color:var(--blue); vertical-align:super; }
.contact-microcopy { font-family:var(--fi); font-size:11px; color:var(--muted); text-align:center; margin-top:8px; display:flex; align-items:center; justify-content:center; gap:5px; }

/* ═══════════════════════════════
   SECTION HELPERS
   padrão: ey → h2 → sec-rule → desc
═══════════════════════════════ */
.sec-header { max-width:680px; margin:0 0 48px; }
.sec-title { font-family:var(--fp); font-size:clamp(1.65rem,2.5vw,2.15rem); font-weight:700; letter-spacing:-.026em; color:var(--ink); margin-bottom:10px; }
.sec-rule { width:32px; height:2.5px; border-radius:2px; background:var(--g-brand); margin:0 0 16px; }
.sec-desc { font-family:var(--fi); font-size:15px; font-weight:300; color:var(--body); line-height:1.76; }

/* ═══════════════════════════════
   FALE COM A CAPTA
   layout: infos à esquerda, serviços à direita
═══════════════════════════════ */
.contact-info-section { background:var(--bg); }

/* Card de informações de contato — limpo, sem fundo escuro */
.contact-card {
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:var(--r-2xl);
  padding:32px;
  box-shadow:var(--sh-2);
  height:100%;
}
.contact-card-title {
  font-family:var(--fp); font-size:1rem; font-weight:700;
  color:var(--ink); letter-spacing:-.018em; margin-bottom:20px;
}

/* Itens de contato — ícone + texto */
.ci { display:flex; align-items:center; gap:14px; padding:14px 0; border-bottom:1px solid var(--border-lt); }
.ci:last-of-type { border-bottom:none; }
.ci-ico {
  width:38px; height:38px; border-radius:var(--r-lg); flex-shrink:0;
  background:var(--blue-dim); border:1px solid var(--blue-border);
  display:flex; align-items:center; justify-content:center; color:var(--blue);
}
.ci-label { font-family:var(--fi); font-size:10px; font-weight:600; color:var(--muted); letter-spacing:.07em; text-transform:uppercase; margin-bottom:2px; }
.ci-val { font-family:var(--fi); font-size:14px; font-weight:500; color:var(--ink); line-height:1.4; }
.ci-val a { color:var(--blue); }
.ci-val a:hover { text-decoration:underline; }

/* Card serviços */
.services-card {
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:var(--r-2xl);
  padding:32px;
  height:100%;
}
.services-card-title {
  font-family:var(--fp); font-size:1rem; font-weight:700;
  color:var(--ink); letter-spacing:-.018em; margin-bottom:6px;
}
.services-card-sub {
  font-family:var(--fi); font-size:13.5px; font-weight:300;
  color:var(--muted); margin-bottom:20px; line-height:1.6;
}
.svc-checklist { list-style:none; padding:0; display:flex; flex-direction:column; gap:10px; }
.svc-checklist li {
  display:flex; align-items:center; gap:10px;
  font-family:var(--fi); font-size:14px; font-weight:400; color:var(--body);
  padding:10px 14px;
  background:var(--bg); border:1px solid var(--border);
  border-radius:var(--r-lg);
  transition:border-color .15s, box-shadow .15s;
}
.svc-checklist li:hover { border-color:var(--blue-border); box-shadow:var(--sh-2); }
.svc-ico { width:20px; height:20px; border-radius:50%; background:var(--g-brand); display:flex; align-items:center; justify-content:center; flex-shrink:0; box-shadow:0 0 8px rgba(37,99,235,.28); }

/* ═══════════════════════════════
   POR QUE FALAR
═══════════════════════════════ */
.trust-section { background:var(--bg-2); }
.trust-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.trust-card { background:var(--bg); border:1px solid var(--border); border-left:3px solid var(--blue); border-radius:var(--r-xl); padding:28px 24px; box-shadow:var(--sh-2); transition:border-color .2s,box-shadow .2s,transform .2s var(--ease); }
.trust-card:hover { border-color:var(--blue-border); border-left-color:var(--blue); box-shadow:var(--sh-4),0 0 0 3px var(--blue-dim); transform:translateX(4px); }
.trust-card-icon { width:44px; height:44px; border-radius:var(--r-lg); background:var(--blue-dim); border:1px solid var(--blue-border); display:flex; align-items:center; justify-content:center; color:var(--blue); margin-bottom:16px; }
.trust-card-title { font-family:var(--fp); font-size:16px; font-weight:700; color:var(--ink); letter-spacing:-.018em; margin-bottom:8px; }
.trust-card-text { font-family:var(--fi); font-size:14px; font-weight:300; color:var(--body); line-height:1.72; }

/* ═══════════════════════════════
   MAPA
═══════════════════════════════ */
.map-section { background:var(--bg); }
.map-embed { border-radius:var(--r-xl); overflow:hidden; border:1px solid var(--border); box-shadow:var(--sh-4); height:400px; }
.map-embed iframe { width:100%; height:100%; border:none; display:block; }

/* ═══════════════════════════════
   CTA FINAL — centralizado
═══════════════════════════════ */
.cta-wrap { position:relative; overflow:hidden; isolation:isolate; background:var(--g-dark); }
.cta-wrap::after { content:''; position:absolute; inset:0; pointer-events:none; z-index:1; opacity:.030; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-repeat:repeat; background-size:180px 180px; }
.cta-mesh { position:absolute; inset:0; pointer-events:none; z-index:0; background:radial-gradient(ellipse 80% 70% at 20% 60%, rgba(37,99,235,.17) 0%, transparent 65%),radial-gradient(ellipse 60% 50% at 80% 30%, rgba(59,130,246,.11) 0%, transparent 60%); }
.cta-wrap .container { position:relative; z-index:2; padding:88px 0; text-align:center; }
.cta-title { font-family:var(--fp); font-size:clamp(2rem,3.8vw,3rem); font-weight:800; color:#f8fafc; letter-spacing:-.034em; line-height:1.10; margin-bottom:14px; }
.cta-title .grad { background:linear-gradient(120deg,#93c5fd 0%,#60a5fa 40%,#dbeafe 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.cta-sub { font-size:16px; font-weight:300; color:rgba(241,245,249,.50); line-height:1.76; max-width:540px; margin:0 auto 36px; }
.cta-btns { display:flex; gap:16px; align-items:center; justify-content:center; flex-wrap:wrap; }

/* ═══════════════════════════════
   FOOTER V2
═══════════════════════════════ */
.site-footer-v2 { background:var(--bg-2); padding:64px 0 0; position:relative; }
.site-footer-v2::before { content:''; position:absolute; top:0; left:0; right:0; height:1px; background:linear-gradient(90deg,transparent 5%,var(--blue-border) 30%,var(--blue-mid) 50%,var(--blue-border) 70%,transparent 95%); }
.ftv2-grid { display:grid; grid-template-columns:1.8fr 1fr 1fr 1.3fr; gap:48px; padding-bottom:48px; }
.ftv2-logo { height:44px; width:auto; display:block; margin-bottom:16px; }
.ftv2-tag { font-family:var(--fi); font-size:15px; font-weight:300; color:var(--body); line-height:1.74; max-width:280px; margin-bottom:20px; }
.ftv2-gp-badge { height:72px; width:auto; display:block; margin-bottom:20px; opacity:.90; }
.ftv2-socials { display:flex; gap:8px; }
.ftv2-soc { width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.04); display:flex; align-items:center; justify-content:center; color:var(--muted); transition:border-color .18s,color .18s,background .18s,transform .18s var(--ease); }
.ftv2-soc:hover { border-color:var(--blue-border); color:var(--blue); background:var(--blue-dim); transform:translateY(-2px); }
.ftv2-col-title { font-family:var(--fp); font-size:11px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; color:var(--muted); margin-bottom:16px; }
.ftv2-list { list-style:none; padding:0; }
.ftv2-list li { margin-bottom:10px; }
.ftv2-list a { font-family:var(--fi); font-size:15px; font-weight:300; color:var(--body); transition:color .15s; text-decoration:none; }
.ftv2-list a:hover { color:var(--blue); }
.ftv2-contact-item { display:flex; align-items:flex-start; gap:10px; margin-bottom:16px; color:var(--muted); }
.ftv2-contact-item svg { flex-shrink:0; margin-top:2px; }
.ftv2-contact-label { display:block; font-family:var(--fp); font-size:10px; font-weight:700; color:var(--muted); letter-spacing:.09em; text-transform:uppercase; margin-bottom:2px; }
.ftv2-contact-val { display:block; font-family:var(--fi); font-size:14px; font-weight:300; color:var(--body); line-height:1.6; }
.ftv2-contact-val a { color:var(--body); transition:color .15s; }
.ftv2-contact-val a:hover { color:var(--blue); }
.ftv2-divider { border:none; border-top:1px solid var(--border-lt); margin:0; }
.ftv2-bottom { padding:18px 0; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; }
.ftv2-copy { font-family:var(--fi); font-size:12px; font-weight:300; color:var(--muted); }
.ftv2-legal { display:flex; gap:20px; }
.ftv2-legal a { font-family:var(--fi); font-size:12px; font-weight:300; color:var(--muted); text-decoration:none; transition:color .15s; }
.ftv2-legal a:hover { color:var(--blue); }
.ftv2-seo { font-family:var(--fi); font-size:12px; font-weight:300; color:rgba(161,161,170,.65); line-height:1.68; padding:12px 0 28px; border-top:1px solid var(--border-lt); }

/* MOBILE BAR */
.mobile-bar { display:none; position:fixed; bottom:0; left:0; right:0; z-index:950; height:56px; background:#fff; border-top:1px solid var(--border); box-shadow:0 -4px 16px rgba(0,0,0,.08); }
.mobile-bar-btn { flex:1; display:flex; align-items:center; justify-content:center; gap:8px; font-family:var(--fp); font-size:13.5px; font-weight:600; border:none; background:#25d366; color:#fff; cursor:pointer; transition:background .15s; height:100%; text-decoration:none; }
.mobile-bar-btn:hover { background:#1ebe5d; }

/* REVEAL */
.reveal { opacity:0; transform:translateY(20px); transition:opacity .55s var(--ease),transform .55s var(--ease); }
.reveal { opacity:1 !important; transform:none !important; }
.reveal.vis { opacity:1; transform:none; }

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media (max-width:991px) {
  #navLinks,#navCtaWrap { display:none !important; }
  .nav-toggle { display:flex !important; align-items:center !important; justify-content:center !important; }
  .trust-grid { grid-template-columns:1fr; }
  .ftv2-grid { grid-template-columns:1fr 1fr; gap:32px; }
}
@media (max-width:767px) {
  .container { padding-left:20px !important; padding-right:20px !important; }
  section { padding:56px 0; }
  .hero-contact { padding-top:100px; padding-bottom:40px; }
  .hero-contact-title { font-size:1.8rem; }
  .lead-card { padding:18px; }
  .contact-card,.services-card { padding:22px 18px; }
  .trust-grid { grid-template-columns:1fr; }
  .map-embed { height:280px; }
  .cta-title { font-size:1.7rem; }
  .cta-btns { flex-direction:column; align-items:center; }
  .ftv2-grid { grid-template-columns:1fr; gap:24px; }
  .ftv2-bottom { flex-direction:column; align-items:flex-start; gap:8px; }
  .sticky-cta { display:none; }
  .mobile-bar { display:flex; }
  body { padding-bottom:56px; }
  .wa-float { display:none; }
  .btt { bottom:72px; }
}
@media (max-width:575px) {
  .ftv2-grid { grid-template-columns:1fr; gap:28px; }
}

/* ══════════════════════════════════
   INNER HERO — páginas internas
══════════════════════════════════ */
.inner-hero {
  background: var(--g-dark);
  padding: calc(var(--hh) + 56px) 0 56px;
  position: relative; overflow: hidden; isolation: isolate;
}
.inner-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}
.inner-hero-mesh {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 80% at 10% 50%, rgba(37,99,235,.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 90% 20%, rgba(96,165,250,.10) 0%, transparent 55%);
}
.inner-hero .container { position: relative; z-index: 2; }
.inner-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--fi); font-size: 12.5px; color: rgba(255,255,255,.5);
  margin-bottom: 20px;
}
.inner-breadcrumb a { color: rgba(255,255,255,.55); transition: color .18s; }
.inner-breadcrumb a:hover { color: rgba(255,255,255,.9); }
.inner-breadcrumb span:last-child { color: rgba(255,255,255,.85); }
.inner-hero-title {
  font-family: var(--fp); font-size: clamp(28px, 5vw, 48px);
  font-weight: 800; letter-spacing: -.03em; line-height: 1.1;
  color: #fff; margin-bottom: 12px;
}
.inner-hero-sub {
  font-family: var(--fi); font-size: 14px; color: rgba(255,255,255,.5);
}

/* ══════════════════════════════════
   PRIVACY LAYOUT
══════════════════════════════════ */
.privacy-wrap {
  padding: 72px 0 96px;
  background: var(--bg);
}
.privacy-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start;
}

/* Sidebar */
.privacy-sidebar {
  position: sticky; top: 110px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 24px;
}
.privacy-sidebar-title {
  font-family: var(--fp); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .09em;
  color: var(--muted); margin-bottom: 14px;
}
.privacy-index { list-style: none; padding: 0; margin: 0; }
.privacy-index li { margin-bottom: 4px; }
.privacy-index a {
  display: block; padding: 7px 12px; border-radius: var(--r-md);
  font-family: var(--fi); font-size: 13px; color: var(--body);
  transition: background .15s, color .15s;
  line-height: 1.4;
}
.privacy-index a:hover { background: var(--bg-3); color: var(--blue); }
.privacy-index a.active { background: var(--blue-dim); color: var(--blue); font-weight: 600; }

/* Body */
.privacy-body { min-width: 0; }
.privacy-section {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--border-lt);
}
.privacy-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.privacy-section h2 {
  font-family: var(--fp); font-size: 20px; font-weight: 700;
  color: var(--ink); letter-spacing: -.022em;
  margin-bottom: 16px; padding-bottom: 12px;
  border-bottom: 2px solid var(--blue-dim);
  display: flex; align-items: center; gap: 10px;
}
.privacy-section h2::before {
  content: '';
  display: inline-block; width: 4px; height: 20px;
  background: var(--g-brand); border-radius: 2px; flex-shrink: 0;
}
.privacy-section p {
  font-family: var(--fi); font-size: 15px; color: var(--body);
  line-height: 1.75; margin-bottom: 14px;
}
.privacy-section p:last-child { margin-bottom: 0; }
.privacy-list {
  list-style: none; padding: 0; margin: 0 0 14px;
}
.privacy-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--fi); font-size: 15px; color: var(--body);
  line-height: 1.65; padding: 8px 14px;
  border-radius: var(--r-md);
  transition: background .12s;
}
.privacy-list li:hover { background: var(--bg-2); }
.privacy-list li::before {
  content: '';
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue); flex-shrink: 0; margin-top: 8px;
}

.privacy-contact-card {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 24px; border-radius: var(--r-lg);
  background: var(--blue-dim); border: 1px solid var(--blue-border);
  margin-top: 8px;
}
.privacy-contact-card svg { color: var(--blue); flex-shrink: 0; }
.privacy-contact-card a {
  font-family: var(--fp); font-size: 14.5px; font-weight: 600;
  color: var(--blue); transition: color .15s;
}
.privacy-contact-card a:hover { color: #1d4ed8; }

/* ══════════════════════════════════
   COOKIE BANNER LGPD
══════════════════════════════════ */
.cookie-banner {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120%);
  z-index: 8000; width: min(720px, calc(100vw - 32px));
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r-xl); box-shadow: var(--sh-6);
  transition: transform .5s var(--ease);
  pointer-events: none;
}
.cookie-banner.visible { transform: translateX(-50%) translateY(0); pointer-events: all; }
.cookie-inner {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 16px; align-items: center; padding: 20px 24px;
}
.cookie-icon { font-size: 28px; line-height: 1; flex-shrink: 0; }
.cookie-text { min-width: 0; }
.cookie-title {
  font-family: var(--fp); font-size: 14px; font-weight: 700;
  color: var(--ink); margin-bottom: 4px;
}
.cookie-desc {
  font-family: var(--fi); font-size: 12.5px; color: var(--body);
  line-height: 1.6; margin: 0;
}
.cookie-desc a { color: var(--blue); font-weight: 500; }
.cookie-desc a:hover { text-decoration: underline; }
.cookie-actions { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.cookie-btn {
  padding: 9px 16px; border-radius: var(--r-pill);
  font-family: var(--fp); font-size: 12.5px; font-weight: 600;
  cursor: pointer; white-space: nowrap; border: none;
  transition: transform .15s var(--ease), filter .15s;
}
.cookie-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.cookie-accept {
  background: var(--g-brand); color: #fff;
  box-shadow: var(--sh-b), inset 0 1px 0 rgba(255,255,255,.15);
}
.cookie-reject {
  background: var(--bg-3); color: var(--body);
  border: 1px solid var(--border) !important;
}