/* ============================================================
   MONITOR ELEITORAL · AW7
   Premium · Fundo branco · Cores da marca · Mobile-first
   Fontes: Lato (corpo) + Google Sans (display)
   ============================================================ */

:root {
  /* Cores da marca Pesquisas 2026 (extraídas da logo) */
  --navy:        #0B2A6F;
  --navy-2:      #123A8F;
  --lime:        #E07A1F;
  --lime-deep:   #C4640F;
  --lime-soft:   rgba(224, 122, 31, 0.12);
  --wa-green:    #217B33;
  --wa-green-2:  #1A6428;

  /* Sistema neutro */
  --white:       #FFFFFF;
  --bg:          #FFFFFF;
  --gray-50:     #FAFAFB;
  --gray-100:    #F4F5F7;
  --gray-200:    #E8EAEE;
  --gray-300:    #D4D7DD;
  --gray-400:    #9AA0AB;
  --gray-500:    #6B7280;
  --gray-700:    #374151;
  --gray-900:    #0F1424;

  --ink:         var(--navy);
  --ink-soft:    #2A3252;
  --ink-mute:    #6B7280;
  --line:        #ECEEF2;
  --line-strong: #D4D7DD;

  /* Tipografia */
  --f-display:   "Google Sans", "Product Sans", "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  --f-body:      "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --f-num:       "Google Sans", "Lato", sans-serif;

  /* Espaçamento (rhythm de 4px) */
  --sp-1: 4px;   --sp-2: 8px;   --sp-3: 12px;  --sp-4: 16px;
  --sp-5: 20px;  --sp-6: 24px;  --sp-7: 32px;  --sp-8: 40px;
  --sp-9: 56px;  --sp-10: 72px; --sp-11: 96px; --sp-12: 128px;

  /* Cantos premium */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-2xl: 36px;
  --r-pill: 999px;

  /* Sombras premium suaves */
  --sh-1: 0 1px 2px rgba(10, 17, 42, 0.04);
  --sh-2: 0 2px 8px rgba(10, 17, 42, 0.06), 0 1px 2px rgba(10, 17, 42, 0.04);
  --sh-3: 0 10px 30px -8px rgba(10, 17, 42, 0.12), 0 4px 12px -4px rgba(10, 17, 42, 0.06);
  --sh-4: 0 24px 48px -12px rgba(10, 17, 42, 0.18), 0 8px 24px -8px rgba(10, 17, 42, 0.08);
  --sh-lime: 0 12px 28px -8px rgba(149, 201, 61, 0.45);
  --sh-wa:   0 10px 24px -8px rgba(33, 123, 51, 0.4);

  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --wrap: 1180px;
  --gut: clamp(16px, 5vw, 32px);
}

/* ─── Reset ─── */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  color-scheme: light;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--lime); color: var(--navy); }

.skip {
  position: absolute; left: -9999px;
  background: var(--navy); color: var(--white);
  padding: 12px 16px; border-radius: var(--r-md);
  font-weight: 700;
}
.skip:focus { left: 12px; top: 12px; z-index: 1000; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding-inline: var(--gut);
}

/* ─── Tipografia premium ─── */
h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime-deep);
  padding: 6px 12px;
  background: var(--lime-soft);
  border-radius: var(--r-pill);
}

.section-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(28px, 6vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 var(--sp-5);
  max-width: 20ch;
}
.section-title em {
  font-style: normal;
  color: var(--lime-deep);
}
.section-lede {
  font-size: clamp(16px, 4vw, 18px);
  line-height: 1.55;
  color: var(--ink-mute);
  max-width: 56ch;
  margin: 0 0 var(--sp-8);
}

/* ─── Reading progress ─── */
#reading-progress {
  position: fixed; top: 0; left: 0;
  width: 0; height: 3px;
  background: var(--lime);
  z-index: 100;
  transition: width 0.1s linear;
}

/* ═════════════════════════════════════════════════════════
   HEADER
   ═════════════════════════════════════════════════════════ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: var(--sh-1);
}
.header-row {
  display: flex; align-items: center; gap: var(--sp-4);
  padding-block: var(--sp-3);
}
.brand {
  display: flex; align-items: center;
  flex-shrink: 0;
  gap: 10px;
}
.brand-logo {
  height: 40px;
  width: auto;
  display: block;
}
.nav-painel {
  border: 1.5px solid var(--line-strong);
  border-radius: 100px;
  padding: 6px 14px !important;
}
.brand-tag {
  display: none;
  padding-left: 12px;
  border-left: 1px solid var(--line-strong);
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.nav {
  display: none;
  gap: var(--sp-6);
  margin-left: auto;
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
}
.nav a {
  position: relative;
  padding-block: 6px;
  transition: color 0.2s var(--ease);
}
.nav a:hover { color: var(--lime-deep); }

.header-cta { margin-left: auto; }

/* ═════════════════════════════════════════════════════════
   BOTÕES PREMIUM
   ═════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.005em;
  white-space: nowrap;
  border: 1.5px solid transparent;
  transition: all 0.2s var(--ease);
  cursor: pointer;
}
.btn:active { transform: translateY(1px); }

.btn-wa {
  background: var(--wa-green);
  color: var(--white);
  box-shadow: var(--sh-wa);
}
.btn-wa:hover {
  background: var(--wa-green-2);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -8px rgba(33, 123, 51, 0.55);
}
.btn-wa svg {
  width: 20px; height: 20px;
  fill: currentColor;
}

.btn-primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--sh-2);
}
.btn-primary:hover {
  background: var(--navy-2);
  transform: translateY(-2px);
  box-shadow: var(--sh-3);
}

.btn-lime {
  background: var(--lime);
  color: var(--navy);
  box-shadow: var(--sh-lime);
}
.btn-lime:hover {
  background: var(--lime-deep);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover {
  background: var(--gray-50);
  border-color: var(--navy);
}

.btn-sm { padding: 10px 16px; font-size: 13px; }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-xl { padding: 20px 32px; font-size: 17px; }
.btn-block { width: 100%; }

.btn-arrow {
  font-size: 1.1em;
  transition: transform 0.2s var(--ease);
}
.btn:hover .btn-arrow { transform: translateX(3px); }

/* ═════════════════════════════════════════════════════════
   1 · HERO (MOBILE-FIRST)
   ═════════════════════════════════════════════════════════ */
.hero {
  padding-block: var(--sp-8) var(--sp-10);
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(149, 201, 61, 0.10), transparent 60%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(10, 17, 42, 0.04), transparent 60%),
    var(--white);
  overflow: hidden;
}

.hero-eyebrow {
  display: flex; justify-content: space-between; align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-7);
  flex-wrap: wrap;
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.hero-eyebrow .he-date {
  font-weight: 400;
  letter-spacing: 0.08em;
}
.hero-eyebrow .he-tag {
  color: var(--lime-deep);
  font-weight: 700;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-8);
}

.hero-title {
  font-family: var(--f-display);
  font-size: clamp(38px, 9vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 0 0 var(--sp-5);
  color: var(--ink);
}
.hero-title em {
  font-style: normal;
  color: var(--lime-deep);
  position: relative;
  display: inline-block;
}
.hero-title em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0.05em;
  height: 0.12em;
  background: var(--lime);
  opacity: 0.35;
  border-radius: 3px;
  z-index: -1;
}

.hero-lede {
  font-size: clamp(16px, 4vw, 19px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 0 0 var(--sp-7);
}
.hero-lede strong {
  color: var(--navy);
  font-weight: 700;
  background: linear-gradient(180deg, transparent 65%, var(--lime-soft) 65%);
  padding: 0 3px;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-bottom: var(--sp-7);
}

.hero-trust {
  list-style: none; padding: 0; margin: 0;
  display: flex;
  gap: var(--sp-5);
  flex-wrap: wrap;
  font-family: var(--f-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
}
.hero-trust li { display: flex; align-items: center; gap: 6px; }
.dot {
  width: 6px; height: 6px;
  background: var(--lime);
  border-radius: 50%;
}

/* Card de dados premium */
.data-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-2xl);
  padding: var(--sp-6);
  position: relative;
  box-shadow: var(--sh-3);
}
.data-card-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--line);
  margin-bottom: var(--sp-5);
}
.badge-mono {
  font-family: var(--f-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.badge-live {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--f-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime-deep);
  padding: 4px 10px;
  background: var(--lime-soft);
  border-radius: var(--r-pill);
}
.badge-live::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--lime-deep);
  border-radius: 50%;
  animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.big-number { margin-bottom: var(--sp-6); }
.bn-value {
  display: block;
  font-family: var(--f-display);
  font-size: clamp(78px, 18vw, 132px);
  font-weight: 700;
  line-height: 0.92;
  color: var(--navy);
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}
.bn-value small {
  font-size: 0.5em;
  color: var(--lime-deep);
  font-weight: 700;
  margin-left: 4px;
}
.bn-label {
  display: block;
  font-size: 14px;
  color: var(--ink-mute);
  line-height: 1.5;
  margin-top: var(--sp-3);
}
.bn-label strong { color: var(--navy); font-weight: 700; }

.data-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-4);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--line);
}
.data-card-grid > div {
  display: flex; flex-direction: column; gap: 4px;
  padding: var(--sp-3);
  background: var(--gray-50);
  border-radius: var(--r-md);
}
.dc-value {
  font-family: var(--f-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.dc-value small { font-size: 0.55em; color: var(--lime-deep); font-weight: 700; }
.dc-label {
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ═════════════════════════════════════════════════════════
   2 · TICKER (faixa azul-marinho)
   ═════════════════════════════════════════════════════════ */
.ticker {
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
  padding-block: 18px;
  position: relative;
}
.ticker::before, .ticker::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 2;
}
.ticker::before { left: 0; background: linear-gradient(90deg, var(--navy), transparent); }
.ticker::after { right: 0; background: linear-gradient(270deg, var(--navy), transparent); }

.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: tickerScroll 50s linear infinite;
  will-change: transform;
}
.ticker-row {
  display: flex; gap: 28px;
  padding-right: 28px;
  font-family: var(--f-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  flex-shrink: 0;
  color: var(--white);
}
.ticker-row span { font-variant-numeric: tabular-nums; }
.ticker-row .sep { color: var(--lime); }
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ═════════════════════════════════════════════════════════
   3 · PROBLEMA
   ═════════════════════════════════════════════════════════ */
.problema {
  padding-block: var(--sp-10);
  background: var(--white);
}
.problema-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
  margin-bottom: var(--sp-8);
}
.problema-text p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}
.problema-text p strong { color: var(--navy); font-weight: 700; }
.problema-text p .price {
  font-family: var(--f-display);
  font-weight: 700;
  color: var(--navy);
  background: var(--lime-soft);
  padding: 1px 8px;
  border-radius: 5px;
}

.problema-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.prob-stat {
  padding: var(--sp-5);
  background: var(--gray-50);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
}
.prob-stat-label {
  font-family: var(--f-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: var(--sp-2);
}
.prob-stat-value {
  font-family: var(--f-display);
  font-size: clamp(18px, 4.5vw, 22px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--navy);
}

/* ═════════════════════════════════════════════════════════
   4 · COMO FUNCIONA
   ═════════════════════════════════════════════════════════ */
.passos {
  padding-block: var(--sp-10);
  background: var(--gray-50);
}
.passos-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: var(--sp-4);
}
.passo {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: var(--sp-4);
  padding: var(--sp-6);
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  transition: all 0.3s var(--ease);
}
.passo:hover {
  border-color: var(--lime);
  box-shadow: var(--sh-3);
  transform: translateY(-2px);
}
.passo-num {
  display: grid; place-items: center;
  width: 48px; height: 48px;
  background: var(--lime);
  color: var(--navy);
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 18px;
  border-radius: var(--r-md);
  letter-spacing: -0.02em;
}
.passo-body h3 {
  font-family: var(--f-display);
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 var(--sp-3);
  color: var(--navy);
  line-height: 1.25;
}
.passo-body p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 var(--sp-3);
}
.passo-body p strong { color: var(--navy); font-weight: 700; }
.passo-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lime-deep);
  background: var(--lime-soft);
  padding: 6px 12px;
  border-radius: var(--r-pill);
}

/* ═════════════════════════════════════════════════════════
   5 · O QUE ENTRA
   ═════════════════════════════════════════════════════════ */
.entrega {
  padding-block: var(--sp-10);
  background: var(--white);
}
.entrega-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}
.entrega-item {
  padding: var(--sp-6);
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
  transition: all 0.3s var(--ease);
}
.entrega-item:hover {
  border-color: var(--lime);
  box-shadow: var(--sh-3);
  transform: translateY(-2px);
}
.entrega-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--lime-soft);
  color: var(--lime-deep);
  border-radius: var(--r-md);
  margin-bottom: var(--sp-4);
}
.entrega-icon svg { width: 22px; height: 22px; }
.entrega-item h3 {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 var(--sp-2);
  color: var(--navy);
}
.entrega-item p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-mute);
  margin: 0;
}

/* ═════════════════════════════════════════════════════════
   6 · COMPARATIVO
   ═════════════════════════════════════════════════════════ */
.compare {
  padding-block: var(--sp-10);
  background: var(--gray-50);
}
.compare-table {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-2);
}
.compare-row {
  display: grid;
  grid-template-columns: 1fr;
}
.compare-row > div {
  padding: var(--sp-4) var(--sp-5);
  border-bottom: 1px solid var(--line);
}
.compare-row:last-child > div { border-bottom: 0; }

.compare-head { display: none; }

.row-label {
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  background: var(--gray-50);
}
.col-trad {
  color: var(--ink-mute);
  font-size: 15px;
  position: relative;
}
.col-trad::before {
  content: "✕ Tradicional · ";
  font-family: var(--f-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gray-400);
  text-transform: uppercase;
  margin-right: 4px;
}
.col-aw7 {
  color: var(--navy);
  font-size: 15px;
  background: var(--lime-soft);
  position: relative;
}
.col-aw7::before {
  content: "✓ AW7 · ";
  font-family: var(--f-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--lime-deep);
  text-transform: uppercase;
  margin-right: 4px;
}
.col-aw7 strong { color: var(--lime-deep); font-weight: 700; }
.col-aw7 small { color: var(--ink-mute); font-size: 12px; }
.col-trad s { color: var(--gray-400); }

/* ═════════════════════════════════════════════════════════
   7 · METODOLOGIA
   ═════════════════════════════════════════════════════════ */
.metodologia {
  padding-block: var(--sp-10);
  background: var(--white);
}
.meto-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-7);
}
.meto-intro {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0;
}
.meto-stack {
  display: flex; flex-direction: column;
  gap: var(--sp-3);
}
.meto-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all 0.25s var(--ease);
}
.meto-item:hover { border-color: var(--line-strong); }
.meto-item[open] {
  border-color: var(--lime);
  box-shadow: var(--sh-2);
}
.meto-item summary {
  display: flex; align-items: center; gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5);
  cursor: pointer;
  list-style: none;
}
.meto-item summary::-webkit-details-marker { display: none; }
.meto-num {
  display: grid; place-items: center;
  width: 32px; height: 32px;
  background: var(--lime-soft);
  color: var(--lime-deep);
  border-radius: var(--r-sm);
  font-family: var(--f-display);
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.meto-title {
  flex: 1;
  font-family: var(--f-display);
  font-size: clamp(15px, 4vw, 17px);
  font-weight: 700;
  letter-spacing: -0.012em;
  color: var(--navy);
  line-height: 1.3;
}
.meto-toggle {
  font-family: var(--f-display);
  font-size: 22px;
  color: var(--ink-mute);
  font-weight: 300;
  transition: transform 0.25s var(--ease);
  flex-shrink: 0;
}
.meto-item[open] .meto-toggle {
  transform: rotate(45deg);
  color: var(--lime-deep);
}
.meto-body { padding: 0 var(--sp-5) var(--sp-5); }
.meto-body p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
  padding-left: 44px;
}

/* ═════════════════════════════════════════════════════════
   8 · COBERTURA
   ═════════════════════════════════════════════════════════ */
.cobertura {
  padding-block: var(--sp-10);
  background: var(--gray-50);
}
.cobertura-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-7);
}
.cob-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cob-stat {
  padding: var(--sp-5);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-1);
}
.cob-value {
  font-family: var(--f-display);
  font-size: clamp(28px, 7vw, 40px);
  font-weight: 700;
  color: var(--lime-deep);
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  margin-bottom: var(--sp-2);
}
.cob-text strong {
  display: block;
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
  color: var(--navy);
  line-height: 1.3;
}
.cob-text span {
  font-family: var(--f-body);
  font-size: 12px;
  color: var(--ink-mute);
  line-height: 1.4;
}
.cob-map {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: var(--sp-6);
  display: flex; flex-direction: column; align-items: center; gap: var(--sp-4);
  box-shadow: var(--sh-1);
}
.cob-map svg { max-width: 260px; width: 100%; }
.cob-map-caption {
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  text-align: center;
  line-height: 1.5;
}
.cob-map-caption strong {
  display: block;
  font-size: 13px;
  color: var(--navy);
  letter-spacing: -0.005em;
  text-transform: none;
  margin-bottom: 2px;
}
.map-points circle.pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: pulseDot 2.2s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.2); }
}

/* ═════════════════════════════════════════════════════════
   9 · INVESTIMENTO
   ═════════════════════════════════════════════════════════ */
.invest {
  padding-block: var(--sp-10);
  background: var(--white);
}
.invest-inner {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--r-2xl);
  padding: var(--sp-8) var(--sp-6);
  position: relative;
  overflow: hidden;
}
.invest-inner::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 100% 0%, rgba(149, 201, 61, 0.18), transparent 70%);
  pointer-events: none;
}
.invest-inner > * { position: relative; }

.invest-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-7);
}
.invest-left .eyebrow {
  color: var(--lime);
  background: rgba(149, 201, 61, 0.15);
}
.invest-title {
  font-family: var(--f-display);
  font-size: clamp(28px, 7vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: var(--sp-3) 0 var(--sp-4);
}
.invest-title em {
  font-style: normal;
  color: var(--lime);
}
.invest-copy {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 46ch;
  margin: 0 0 var(--sp-6);
}
.invest-copy strong { color: var(--lime); font-weight: 700; }

.invest-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}
.invest-card {
  padding: var(--sp-5);
  border-radius: var(--r-lg);
  display: flex; flex-direction: column;
  gap: 8px;
}
.invest-card-old {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}
.invest-card-new {
  background: var(--lime);
  color: var(--navy);
}
.invest-tag {
  font-family: var(--f-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
}
.invest-card-new .invest-tag { opacity: 1; color: var(--navy); }
.invest-price {
  font-family: var(--f-display);
  font-size: clamp(24px, 6vw, 32px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.invest-card-old .invest-price s { opacity: 0.55; }
.invest-sub {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.85;
}

.invest-action {
  margin-top: var(--sp-7);
  padding-top: var(--sp-5);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex; flex-direction: column;
  align-items: stretch; gap: var(--sp-3);
}
.invest-action-note {
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

/* ═════════════════════════════════════════════════════════
   10 · FAQ
   ═════════════════════════════════════════════════════════ */
.faq {
  padding-block: var(--sp-10);
  background: var(--gray-50);
}
.faq-list {
  display: flex; flex-direction: column;
  gap: var(--sp-2);
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all 0.25s var(--ease);
}
.faq-item[open] {
  border-color: var(--lime);
  box-shadow: var(--sh-2);
}
.faq-item summary {
  padding: var(--sp-5);
  cursor: pointer;
  list-style: none;
  font-family: var(--f-display);
  font-size: clamp(15px, 4.2vw, 18px);
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.3;
  position: relative;
  padding-right: 50px;
  color: var(--navy);
  transition: color 0.2s var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: var(--sp-5); top: 50%;
  transform: translateY(-50%);
  font-family: var(--f-display);
  font-size: 26px;
  font-weight: 300;
  color: var(--lime-deep);
  transition: transform 0.25s var(--ease);
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item:hover summary { color: var(--lime-deep); }
.faq-item p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  padding: 0 var(--sp-5) var(--sp-5);
}

/* ═════════════════════════════════════════════════════════
   11 · CTA FINAL
   ═════════════════════════════════════════════════════════ */
.final-cta {
  padding-block: var(--sp-11);
  background: var(--white);
  position: relative;
  text-align: center;
}
.final-inner {
  max-width: 720px;
  margin: 0 auto;
}
.final-title {
  font-family: var(--f-display);
  font-size: clamp(36px, 9vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: var(--sp-4) 0 var(--sp-4);
  color: var(--navy);
}
.final-title em {
  font-style: normal;
  color: var(--lime-deep);
}
.final-lede {
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 var(--sp-7);
}
.final-foot {
  margin-top: var(--sp-5);
  font-family: var(--f-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ═════════════════════════════════════════════════════════
   FOOTER
   ═════════════════════════════════════════════════════════ */
.site-foot {
  padding-block: var(--sp-7);
  background: var(--navy);
  color: rgba(255, 255, 255, 0.75);
}
.foot-row {
  display: flex; flex-direction: column;
  gap: var(--sp-4);
  align-items: flex-start;
}
.foot-brand {
  display: flex; align-items: center;
  gap: 10px;
}
.foot-brand .brand-logo { height: 34px; }
.foot-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--sp-5); }
.foot-logo { height: 40px; width: auto; display: block; }
.foot-realizacao { display: flex; align-items: center; gap: 14px; font-family: var(--f-display); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.foot-realizacao img { height: 34px; width: auto; display: block; filter: brightness(0) invert(1); opacity: 0.95; }
.foot-base { margin-top: var(--sp-6); padding-top: var(--sp-4); border-top: 1px solid rgba(255,255,255,0.12); display: flex; flex-wrap: wrap; gap: 8px 24px; font-family: var(--f-display); font-size: 13px; color: rgba(255,255,255,0.55); }
.foot-base a { color: rgba(255,255,255,0.8); font-weight: 600; }
.foot-base a:hover { color: var(--lime); }
.ex-lista { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ex-lista li { display: grid; grid-template-columns: 44px 1fr 56px; align-items: center; gap: 12px; }
.ex-lista img, .ex-vazio { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; display: block; border: 2px solid var(--white); box-shadow: 0 0 0 1px var(--gray-200); }
.ex-vazio { display: grid; place-items: center; background: var(--gray-100); color: var(--gray-400); font-family: var(--f-display); font-weight: 700; font-size: 18px; }
.ex-info { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.ex-nome { font-family: var(--f-display); font-size: 14px; font-weight: 700; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ex-barra { height: 8px; border-radius: 100px; background: var(--gray-100); overflow: hidden; }
.ex-barra i { display: block; height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--navy-2), var(--lime)); }
.ex-neutro .ex-nome { color: var(--ink-mute); font-weight: 600; }
.ex-neutro .ex-barra i { background: var(--gray-300); }
.ex-pct { text-align: right; font-family: var(--f-num); font-size: 20px; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--ink); }
.ex-pct small { font-size: 0.6em; color: var(--lime-deep); }
.ex-nota { margin: 14px 0 0; font-size: 11.5px; color: var(--ink-mute); line-height: 1.5; }
.foot-meta {
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--f-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
}
.foot-meta a {
  color: var(--lime);
  font-weight: 700;
}
.foot-meta a:hover { color: var(--white); }

/* ─── Floating WhatsApp ─── */
.floating-cta {
  position: fixed;
  bottom: 20px; right: 20px;
  width: 60px; height: 60px;
  background: var(--wa-green);
  color: var(--white);
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: var(--sh-wa);
  z-index: 40;
  transition: all 0.25s var(--ease);
  animation: floatPulse 2.6s ease-in-out infinite;
}
.floating-cta:hover {
  background: var(--wa-green-2);
  transform: translateY(-3px) scale(1.05);
  animation-play-state: paused;
}
.floating-cta svg {
  width: 32px; height: 32px;
  fill: currentColor;
}
@keyframes floatPulse {
  0%, 100% { box-shadow: var(--sh-wa), 0 0 0 0 rgba(33, 123, 51, 0.45); }
  50% { box-shadow: var(--sh-wa), 0 0 0 14px rgba(33, 123, 51, 0); }
}

/* Reveal sutil */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════════════════════
   RESPONSIVO · Tablet (640px+)
   ═════════════════════════════════════════════════════════ */
@media (min-width: 640px) {
  .hero-cta { flex-direction: row; flex-wrap: wrap; }
  .hero-cta .btn { flex: 0 0 auto; }
  .data-card { padding: var(--sp-7); }
  .data-card-grid { gap: var(--sp-4); }
  .problema-text { grid-template-columns: 1fr 1fr; gap: var(--sp-6); }
  .problema-stats { grid-template-columns: repeat(4, 1fr); gap: var(--sp-4); }
  .entrega-grid { grid-template-columns: 1fr 1fr; gap: var(--sp-5); }
  .invest-right { grid-template-columns: 1fr 1fr; }
  .cob-stats { grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
  .invest-action { flex-direction: row; align-items: center; justify-content: space-between; }
  .invest-action-note { text-align: left; }

  .compare-row { grid-template-columns: 1fr 1fr 1.2fr; }
  .compare-row > div {
    padding: var(--sp-5);
    border-bottom: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }
  .compare-row > div:last-child { border-right: 0; }
  .compare-head { display: grid; background: var(--navy); color: var(--white); }
  .compare-head > div {
    font-family: var(--f-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .compare-head .col-trad, .compare-head .col-aw7 { background: transparent; color: rgba(255,255,255,0.85); }
  .compare-head .col-aw7 { background: var(--lime); color: var(--navy); }
  .compare-head .col-trad::before, .compare-head .col-aw7::before { display: none; }
  .row-label { background: var(--gray-50); }
  .col-trad::before, .col-aw7::before { display: none; }

  .foot-row { flex-direction: row; justify-content: space-between; align-items: center; }
  .foot-meta { align-items: flex-end; text-align: right; }
}

/* ═════════════════════════════════════════════════════════
   RESPONSIVO · Desktop (1024px+)
   ═════════════════════════════════════════════════════════ */
@media (min-width: 1024px) {
  .header-row { padding-block: var(--sp-4); }
  .brand-tag { display: inline-flex; align-items: center; }
  .nav { display: flex; }
  .header-cta { margin-left: var(--sp-4); }

  .hero { padding-block: var(--sp-10) var(--sp-11); }
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; gap: var(--sp-9); align-items: start; }
  .data-card { padding: var(--sp-8); }
  .bn-value { font-size: clamp(64px, 6vw, 92px); }

  .problema-text { grid-template-columns: 1fr 1.1fr; gap: var(--sp-8); }
  .passos-list { gap: var(--sp-5); }
  .passo { grid-template-columns: 64px 1fr 200px; gap: var(--sp-6); padding: var(--sp-7); align-items: center; }
  .passo-num { width: 56px; height: 56px; font-size: 20px; }
  .passo-meta { justify-self: end; }

  .entrega-grid { grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }

  .meto-grid { grid-template-columns: 0.85fr 1.15fr; gap: var(--sp-9); align-items: start; }
  .meto-text { position: sticky; top: 100px; }

  .cobertura-grid { grid-template-columns: 1.1fr 0.9fr; gap: var(--sp-9); align-items: center; }
  .cob-stats { grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
  .cob-map svg { max-width: 320px; }

  .invest-inner { padding: var(--sp-10) var(--sp-9); }
  .invest-grid { grid-template-columns: 1fr 1fr; gap: var(--sp-9); align-items: center; }

  .floating-cta { bottom: 28px; right: 28px; width: 64px; height: 64px; }
  .floating-cta svg { width: 34px; height: 34px; }
}

/* ─── Acessibilidade ─── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .ticker-track { animation: none; }
}
