/* ============================================================
   MUNICÍPIO — CSS COMPARTILHADO
   Deputado Federal Acácio Favacho · MDB-AP
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: 'Archivo', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FDFBF7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

:root {
  --orange: #FF6B00;
  --orange-deep: #E85D00;
  --orange-light: #FF8533;
  --navy: #0A1628;
  --navy-card: #1A2B42;
  --navy-divider: #2A3B54;
  --cream: #FDFBF7;
  --cream-accent: #F3F0E8;
  --white: #FFFFFF;
  --gold: #C8941B;
  --gold-light: #E5B344;
  --green: #2E7A4F;
  --text-primary: #1A1A1A;
  --text-secondary: #4A4A4A;
  --text-tertiary: #7A7A7A;
  --divider: #E8E5DE;
  --shadow-1: 0 1px 3px rgba(10,22,40,0.06), 0 4px 12px rgba(10,22,40,0.04);
  --shadow-2: 0 8px 24px rgba(10,22,40,0.08), 0 16px 48px rgba(10,22,40,0.06);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --container: 1280px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
}

.eyebrow {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  display: inline-block;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.75rem;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  border-radius: 8px;
  transition: all 240ms var(--ease);
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 4px 16px rgba(255,107,0,0.25); }
.btn-primary:hover { background: var(--orange-deep); transform: translateY(-2px); }
.btn-secondary { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-secondary:hover { background: var(--navy); color: var(--white); }
.btn-wa { background: #25D366; color: var(--white); box-shadow: 0 4px 16px rgba(37,211,102,0.3); }
.btn-wa:hover { background: #1DA851; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.3); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }

/* ============================================================
   TOPBAR + NAV
   ============================================================ */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.8);
  font-size: 0.8125rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid var(--navy-divider);
}
.topbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.topbar-info { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.topbar-info strong { color: var(--orange); font-weight: 600; margin-right: 0.25rem; }
@media (max-width: 900px) { .topbar { display: none; } }

.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253,251,247,0.96);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--divider);
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  gap: 2rem;
}
.nav-logo {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1;
}
.nav-logo .accent { color: var(--orange); }
.nav-logo-role {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  display: block;
  margin-top: 2px;
}
.nav-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--navy);
  padding: 0.625rem 1.25rem;
  border: 2px solid var(--navy);
  border-radius: 8px;
  font-size: 0.9375rem;
  transition: all 200ms var(--ease);
}
.nav-actions a:hover { background: var(--navy); color: var(--white); }

/* ============================================================
   HEADER MUNICIPIO (HERO COM IMAGEM)
   ============================================================ */
.mun-hero {
  position: relative;
  color: var(--white);
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
}
.mun-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--navy);
  z-index: 0;
}
.mun-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,22,40,0.45) 0%, rgba(10,22,40,0.85) 60%, var(--navy) 100%),
    linear-gradient(90deg, rgba(255,107,0,0.15) 0%, transparent 60%);
}
.mun-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.mun-hero .breadcrumb {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1rem;
}
.mun-hero .breadcrumb a { color: var(--orange); }
.mun-hero .breadcrumb .sep { opacity: 0.4; }

.mun-hero h1 {
  color: var(--white);
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin-bottom: 1rem;
  font-variation-settings: "opsz" 144, "SOFT" 20;
}
.mun-hero h1 .hl { color: var(--orange); }
.mun-hero .tagline {
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  color: rgba(255,255,255,0.92);
  max-width: 680px;
  margin-bottom: 2rem;
  font-weight: 500;
}
.mun-hero .chips {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.mun-hero .chip {
  padding: 0.5rem 1rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
}
.mun-hero .chip strong { color: var(--orange); }

.mun-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.mun-hero-stat .value {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--orange);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0.375rem;
}
.mun-hero-stat .label {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.mun-hero-stat.primary-stat {
  grid-column: span 2;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  padding: 1.25rem 1.35rem;
  backdrop-filter: blur(10px);
}
.mun-hero-stat.primary-stat .value {
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 0.92;
}
.mun-hero-stat .value-note {
  color: rgba(255,255,255,0.88);
  font-size: 0.85rem;
  line-height: 1.45;
  margin-bottom: 0.45rem;
  max-width: 26rem;
}
.mun-hero-stat.primary-stat .label {
  color: rgba(255,255,255,0.9);
}
@media (max-width: 700px) {
  .mun-hero-stat.primary-stat {
    grid-column: span 2;
  }
}

.mun-destaque {
  background: linear-gradient(180deg, #FFF8F1 0%, #FDFBF7 100%);
  border-top: 1px solid #F4E3D2;
  border-bottom: 1px solid #F0E2D2;
}
.mun-destaque-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 1.5rem;
  align-items: stretch;
}
.mun-valor-card,
.mun-identidade-card {
  background: var(--white);
  border: 1px solid var(--divider);
  border-radius: 18px;
  padding: 2rem;
  box-shadow: var(--shadow-1);
}
.mun-valor-card {
  background: linear-gradient(135deg, rgba(255,107,0,0.06) 0%, rgba(255,255,255,1) 48%);
}
.mun-identidade-card {
  background: linear-gradient(135deg, rgba(10,22,40,0.03) 0%, rgba(255,255,255,1) 52%);
}
.mun-valor-card .eyebrow,
.mun-identidade-card .eyebrow {
  margin-bottom: 0.85rem;
}
.mun-valor-card h2,
.mun-identidade-card h3 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 0.6rem;
}
.mun-valor-card h2 {
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  line-height: 0.95;
}
.mun-valor-card .valor-extenso {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 42rem;
  font-weight: 600;
}
.mun-valor-card .valor-resumo {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1.1rem;
  max-width: 45rem;
}
.mun-chip-list,
.identidade-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.mun-chip-list span,
.identidade-pills span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}
.mun-chip-list span {
  background: rgba(255,107,0,0.12);
  color: #9C4700;
  border: 1px solid rgba(255,107,0,0.15);
}
.identidade-pills span {
  background: rgba(10,22,40,0.06);
  color: var(--navy);
  border: 1px solid rgba(10,22,40,0.08);
}
.mun-identidade-card .identidade-topo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.mun-identidade-card .cidade-selo {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(255,107,0,0.24);
}
.cidade-visual {
  margin: 0 0 1rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(10,22,40,0.08);
  background: #F4F1EA;
  box-shadow: var(--shadow-1);
}
.cidade-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.cidade-visual figcaption {
  padding: 0.7rem 0.9rem;
  font-size: 0.76rem;
  font-family: 'Archivo Narrow', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  background: rgba(255,255,255,0.92);
}
.mun-identidade-card p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
@media (max-width: 860px) {
  .mun-destaque-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .mun-hero-stats { grid-template-columns: 1fr 1fr; }
  .mun-hero { min-height: 520px; }
}

/* ============================================================
   SEÇÕES DO CONTEÚDO MUNICIPAL
   ============================================================ */
section {
  padding: clamp(3.5rem, 6vw, 6rem) 0;
}
.intro-section {
  background: var(--cream);
}
.intro-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.5rem;
  max-width: 820px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 3rem;
  align-items: start;
}
.intro-grid p {
  color: var(--text-secondary);
  font-size: 1.0625rem;
  margin-bottom: 1.25rem;
  line-height: 1.7;
}
.intro-grid .fact-card {
  background: var(--white);
  border-left: 4px solid var(--orange);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: var(--shadow-1);
}
.intro-grid .fact-card h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: var(--navy);
}
.intro-grid .fact-card dl { display: grid; grid-template-columns: max-content 1fr; gap: 0.625rem 1rem; }
.intro-grid .fact-card dt {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}
.intro-grid .fact-card dd {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 500;
}
@media (max-width: 860px) {
  .intro-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   BANDEIRAS PARA O MUNICÍPIO
   ============================================================ */
.bandeiras-mun {
  background: var(--cream-accent);
}
.bandeiras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.bandeira-card {
  background: var(--white);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: var(--shadow-1);
  border: 1px solid var(--divider);
  transition: all 280ms var(--ease);
  position: relative;
  overflow: hidden;
}
.bandeira-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 4px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms var(--ease);
}
.bandeira-card:hover::before { transform: scaleX(1); }
.bandeira-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.bandeira-card .ico {
  width: 52px;
  height: 52px;
  background: rgba(255,107,0,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  margin-bottom: 1.25rem;
}
.bandeira-card .ico svg { width: 26px; height: 26px; }
.bandeira-card h4 {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.bandeira-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* ============================================================
   ENTREGAS (já feito e vai fazer)
   ============================================================ */
.entregas {
  background: var(--cream);
}
.entregas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2.5rem;
}
.entregas-col {
  background: var(--white);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: var(--shadow-1);
  border: 1px solid var(--divider);
}
.entregas-col.ja .col-title { color: var(--green); }
.entregas-col.proximo .col-title { color: var(--orange); }
.entregas-col .col-title {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.entregas-col h3 {
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
  color: var(--navy);
}
.entregas-col ol {
  counter-reset: e;
  padding-left: 0;
}
.entregas-col ol li {
  counter-increment: e;
  padding: 1rem 0 1rem 3rem;
  border-bottom: 1px solid var(--divider);
  position: relative;
  color: var(--text-primary);
}
.entregas-col ol li:last-child { border-bottom: 0; }
.entregas-col ol li::before {
  content: counter(e, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1rem;
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--orange);
  line-height: 1;
}
.entregas-col ol li strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--navy);
  font-weight: 700;
}
.entregas-col ol li span {
  font-size: 0.8125rem;
  color: var(--text-tertiary);
  font-family: 'Archivo Narrow', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-top: 0.25rem;
}
@media (max-width: 860px) {
  .entregas-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   TOTAL DESTACADO
   ============================================================ */
.total-section {
  background: var(--navy);
  color: var(--white);
  padding: clamp(3rem, 5vw, 5rem) 0;
  position: relative;
  overflow: hidden;
}
.total-section::before {
  content: "R$";
  position: absolute;
  top: -40px;
  right: 5%;
  font-family: 'Fraunces', serif;
  font-size: 18rem;
  font-weight: 900;
  color: rgba(255,107,0,0.05);
  line-height: 1;
  pointer-events: none;
}
.total-section .container { position: relative; z-index: 1; }
.total-section .eyebrow { color: var(--orange); }
.total-section h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3rem); margin: 1rem 0 1rem; max-width: 820px;}
.total-section .big-number {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 7vw, 6rem);
  color: var(--orange);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 0.65rem;
}
.total-section .big-number-note {
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
  max-width: 760px;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 600;
}
.total-section .desc {
  color: rgba(255,255,255,0.85);
  font-size: 1.125rem;
  max-width: 720px;
  margin-bottom: 2rem;
}
.total-section .ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.audit-strip {
  background: linear-gradient(180deg, #FFF8F1 0%, #FDFBF7 100%);
  border-top: 1px solid #F1E2D4;
  border-bottom: 1px solid #F1E2D4;
}
.audit-strip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  padding: 2.25rem 0;
}
.audit-strip-card {
  background: var(--white);
  border: 1px solid var(--divider);
  border-radius: 12px;
  padding: 1.35rem;
  box-shadow: var(--shadow-1);
}
.audit-strip-card .label {
  display: block;
  margin-bottom: 0.55rem;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
}
.audit-strip-card h4 {
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
}
.audit-strip-card p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.55;
}
.audit-strip-card a {
  color: var(--orange);
  font-weight: 700;
}

/* ============================================================
   CONVÊNIOS DETALHADOS
   ============================================================ */
.convenios {
  background: var(--cream-accent);
}
.convenios-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.conv-card {
  background: var(--white);
  border: 1px solid var(--divider);
  border-left: 4px solid var(--orange);
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
  transition: all 200ms var(--ease);
}
.conv-card.paga { border-left-color: var(--green); }
.conv-card.empenhada { border-left-color: var(--orange); }
.conv-card.aguardando { border-left-color: var(--gold); }
.conv-card.suspensa { border-left-color: var(--text-tertiary); }
.conv-card:hover { box-shadow: var(--shadow-1); transform: translateX(4px); }
.conv-body .tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}
.tag {
  padding: 0.25rem 0.75rem;
  background: var(--cream-accent);
  border-radius: 999px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.tag.paga { background: rgba(46,122,79,0.12); color: var(--green); }
.tag.empenhada { background: rgba(255,107,0,0.12); color: var(--orange); }
.tag.aguardando { background: rgba(200,148,27,0.15); color: var(--gold); }
.tag.suspensa { background: rgba(122,122,122,0.15); color: var(--text-tertiary); }
.tag.area { background: var(--navy); color: var(--white); }
.conv-body h4 { font-size: 1.0625rem; line-height: 1.3; margin-bottom: 0.375rem; }
.conv-body p { color: var(--text-secondary); font-size: 0.9375rem; margin-bottom: 0.375rem; }
.conv-body .info {
  font-size: 0.8125rem;
  color: var(--text-tertiary);
  font-family: 'Archivo Narrow', sans-serif;
  letter-spacing: 0.03em;
}
.conv-valor {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--navy);
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-align: right;
  line-height: 1.1;
}
.conv-valor small {
  display: block;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.625rem;
  color: var(--text-tertiary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.25rem;
}
@media (max-width: 600px) {
  .conv-card { grid-template-columns: 1fr; gap: 1rem; }
  .conv-valor { text-align: left; }
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
  color: var(--white);
  text-align: center;
  padding: clamp(3rem, 5vw, 5rem) 0;
}
.cta-final h2 {
  color: var(--white);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  margin-bottom: 1rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.cta-final p {
  color: rgba(255,255,255,0.95);
  max-width: 620px;
  margin: 0 auto 2rem;
  font-size: 1.0625rem;
}
.cta-final .btn-wa {
  background: var(--white);
  color: #1DA851;
  padding: 1rem 2rem;
  font-size: 1rem;
}
.cta-final .btn-wa:hover { background: #F5FDF8; }

/* ============================================================
   OUTROS MUNICÍPIOS
   ============================================================ */
.outros-municipios {
  background: var(--cream);
}
.mun-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
}
.mun-nav-grid a {
  padding: 1rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--divider);
  border-radius: 8px;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--navy);
  transition: all 180ms var(--ease);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mun-nav-grid a:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateX(3px);
}
.mun-nav-grid a span {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.75rem;
  color: var(--text-tertiary);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #060F1C;
  color: rgba(255,255,255,0.65);
  padding: 4rem 0 2rem;
  text-align: center;
}
.footer a { color: var(--orange); }
.footer p { margin-bottom: 0.75rem; font-size: 0.9375rem; }
.footer-bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.45);
}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.wa-float {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.5rem 0.875rem 1.125rem;
  background: #25D366;
  color: var(--white);
  border-radius: 999px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  box-shadow: 0 8px 24px rgba(37,211,102,0.35), 0 16px 40px rgba(10,22,40,0.18);
  z-index: 60;
  transition: all 280ms var(--ease);
  white-space: nowrap;
}
.wa-float svg { width: 28px; height: 28px; flex-shrink: 0; }
.wa-float:hover { background: #1DA851; transform: translateY(-3px) scale(1.02); }
@media (max-width: 700px) {
  .wa-float { bottom: 1rem; left: 1rem; padding: 0.75rem 1.125rem 0.75rem 0.875rem; font-size: 0.8125rem; }
  .wa-float svg { width: 22px; height: 22px; }
}

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   ARQUITETURA "CIDADE ÚNICA"
   Blocos novos: pessoal, já fiz, luto hoje, compromisso
   ============================================================ */

/* PERSONAL STATEMENT (abertura em 1ª pessoa) */
.personal-statement {
  background: linear-gradient(180deg, var(--navy) 0%, #061020 100%);
  color: var(--white);
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  position: relative;
  overflow: hidden;
}
.personal-statement::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255,107,0,0.22) 0%, transparent 70%);
  pointer-events: none;
}
.personal-statement::after {
  content: "\201C";
  position: absolute;
  top: 0;
  right: 4%;
  font-family: 'Fraunces', serif;
  font-size: 22rem;
  font-weight: 900;
  color: rgba(255,107,0,0.08);
  line-height: 0.85;
  pointer-events: none;
}
.personal-statement .container { position: relative; z-index: 1; }
.personal-statement .ps-label {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1rem;
  background: rgba(255,107,0,0.15);
  border: 1px solid rgba(255,107,0,0.35);
  border-radius: 999px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1.5rem;
}
.personal-statement .ps-label .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,107,0,0.18);
  animation: psPulse 2.4s infinite;
}
@keyframes psPulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(255,107,0,0.18); }
  50% { box-shadow: 0 0 0 10px rgba(255,107,0,0); }
}
.personal-statement h2 {
  color: var(--white);
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.1;
  max-width: 960px;
  margin-bottom: 1.75rem;
  font-variation-settings: "opsz" 144, "SOFT" 20;
}
.personal-statement h2 .hl { color: var(--orange); }
.personal-statement .ps-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(1.125rem, 1.75vw, 1.5rem);
  line-height: 1.55;
  color: rgba(255,255,255,0.88);
  max-width: 820px;
  border-left: 3px solid var(--orange);
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.personal-statement .ps-signature {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.personal-statement .ps-signature strong { color: var(--orange); }

/* BLOCO "O QUE JÁ FIZ" — grande destaque com números */
.ja-fiz {
  background: var(--cream);
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.ja-fiz-header { max-width: 900px; margin-bottom: 3rem; }
.ja-fiz-header h2 {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  margin: 1rem 0 1rem;
  letter-spacing: -0.03em;
}
.ja-fiz-header h2 .hl { color: var(--orange); }
.ja-fiz-header p {
  color: var(--text-secondary);
  font-size: 1.125rem;
  line-height: 1.65;
}

.ja-fiz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}
.ja-fiz-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--divider);
  box-shadow: var(--shadow-1);
  position: relative;
  overflow: hidden;
  transition: all 320ms var(--ease);
}
.ja-fiz-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, var(--orange), var(--gold));
}
.ja-fiz-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2);
  border-color: rgba(255,107,0,0.25);
}
.ja-fiz-card .status {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3rem 0.75rem;
  background: rgba(46,122,79,0.1);
  color: var(--green);
  border-radius: 999px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.ja-fiz-card .status svg { width: 12px; height: 12px; }
.ja-fiz-card .valor {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  color: var(--orange);
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 0.625rem;
  font-variation-settings: "opsz" 144;
}
.ja-fiz-card h3 {
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 0.75rem;
}
.ja-fiz-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.ja-fiz-card .meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px dashed var(--divider);
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-tertiary);
}
.ja-fiz-card .meta span strong { color: var(--navy); font-weight: 700; }

/* BLOCO "LUTO HOJE" — em andamento */
.luto-hoje {
  background: linear-gradient(180deg, var(--cream-accent) 0%, var(--cream) 100%);
  padding: clamp(4rem, 7vw, 7rem) 0;
  position: relative;
}
.luto-hoje-header { max-width: 900px; margin-bottom: 3rem; }
.luto-hoje-header h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  margin: 1rem 0 1rem;
}
.luto-hoje-header h2 .hl { color: var(--orange); }
.luto-hoje-header p { color: var(--text-secondary); font-size: 1.0625rem; line-height: 1.65; }

.luto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
}
.luto-card {
  background: var(--white);
  border-radius: 14px;
  padding: 1.75rem;
  border: 2px solid var(--divider);
  position: relative;
  transition: all 300ms var(--ease);
}
.luto-card:hover {
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}
.luto-card .live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  background: rgba(255,107,0,0.12);
  color: var(--orange);
  border-radius: 999px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.luto-card .live-pill .dot {
  width: 6px; height: 6px; background: var(--orange); border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255,107,0,0.2);
  animation: psPulse 2s infinite;
}
.luto-card h4 {
  font-size: 1.1875rem;
  color: var(--navy);
  margin-bottom: 0.625rem;
  line-height: 1.25;
}
.luto-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.luto-card .tag-line {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 700;
  padding-top: 0.75rem;
  border-top: 1px dashed var(--divider);
}

/* BLOCO "COMPROMISSO FUTURO" — 1ª pessoa, vou lutar */
.compromisso {
  background: linear-gradient(135deg, var(--navy) 0%, #0F1E35 50%, #1A2B47 100%);
  color: var(--white);
  padding: clamp(4rem, 7vw, 7rem) 0;
  position: relative;
  overflow: hidden;
}
.compromisso::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,107,0,0.12) 0%, transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(200,148,27,0.10) 0%, transparent 55%);
  pointer-events: none;
}
.compromisso .container { position: relative; z-index: 1; }
.compromisso .header { max-width: 900px; margin-bottom: 3rem; }
.compromisso h2 {
  color: var(--white);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  margin: 1rem 0 1rem;
}
.compromisso h2 .hl { color: var(--orange); }
.compromisso .intro {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.65;
  max-width: 820px;
}

.compromisso-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
}
.compromisso-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 1.75rem;
  backdrop-filter: blur(8px);
  transition: all 280ms var(--ease);
  position: relative;
}
.compromisso-item:hover {
  background: rgba(255,107,0,0.08);
  border-color: rgba(255,107,0,0.4);
  transform: translateY(-4px);
}
.compromisso-item .num {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 0.875rem;
  letter-spacing: -0.03em;
}
.compromisso-item h4 {
  color: var(--white);
  font-size: 1.1875rem;
  margin-bottom: 0.625rem;
  line-height: 1.25;
}
.compromisso-item p {
  color: rgba(255,255,255,0.75);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* GUARDA-CHUVA DIGNIDADE (Habita Amapá na página do município) */
.guarda-chuva {
  background: var(--cream);
  padding: clamp(3.5rem, 6vw, 6rem) 0;
}
.guarda-wrap {
  background: linear-gradient(135deg, #FFF7EE 0%, #FFECD9 100%);
  border-radius: 22px;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(255,107,0,0.2);
  position: relative;
  overflow: hidden;
}
.guarda-wrap::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(255,107,0,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.guarda-wrap .eyebrow { color: var(--orange-deep); }
.guarda-wrap h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  margin: 0.75rem 0 1rem;
  max-width: 820px;
}
.guarda-wrap p {
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 820px;
  margin-bottom: 1rem;
}
.guarda-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.guarda-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.125rem;
  background: var(--white);
  border: 1px solid rgba(255,107,0,0.3);
  border-radius: 999px;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--navy);
}
.guarda-chip .check {
  width: 16px; height: 16px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 900;
}

/* VÍNCULO PESSOAL (mini bio específica da cidade) */
.vinculo {
  background: var(--cream-accent);
  padding: clamp(3rem, 5vw, 5rem) 0;
}
.vinculo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.vinculo-text h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0.75rem 0 1.25rem;
}
.vinculo-text p {
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.vinculo-timeline {
  background: var(--white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow-1);
  border-left: 4px solid var(--orange);
}
.vinculo-timeline h4 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  color: var(--navy);
}
.tl-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
  padding: 0.875rem 0;
  border-bottom: 1px dashed var(--divider);
}
.tl-item:last-child { border-bottom: 0; }
.tl-year {
  font-family: 'Fraunces', serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--orange);
  line-height: 1;
}
.tl-content strong {
  display: block;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.tl-content span {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.5;
}
@media (max-width: 860px) {
  .vinculo-grid { grid-template-columns: 1fr; gap: 2rem; }
}
