/* ============================================================
   SAMUEL SALAZAR — TEMA INSTITUCIONAL v1.1
   Paleta: Azul #1A3FAF | Laranja #F47C20 | Branco #FFF
   Estratégia: Desktop-first com breakpoints claros
   ============================================================ */

/* ----------------------------------------------------------
   RESET & BASE
   ---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  color: #191716;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* VARIÁVEIS */
:root {
  --az:   #1A3FAF;
  --az2:  #112B7A;
  --az3:  #0E2366;
  --or:   #F47C20;
  --or2:  #D96810;
  --orl:  #FEF0E3;
  --bg:   #F4F3F1;
  --bd:   #E2DFD9;
  --gray: #64615C;
  --r:    6px;
  --s-sm: 0 2px 12px rgba(26,63,175,.09);
  --s-md: 0 6px 28px rgba(26,63,175,.13);
  --s-lg: 0 12px 48px rgba(26,63,175,.18);
}

/* ACESSIBILIDADE */
.skip-link {
  position: absolute; top: -40px; left: 0;
  background: #1A3FAF; color: #fff;
  padding: 8px 16px; border-radius: 0 0 6px 0;
  font-size: .85rem; z-index: 9999; transition: top .2s;
}
.skip-link:focus { top: 0; }
*:focus-visible { outline: 3px solid #F47C20; outline-offset: 2px; }
.screen-reader-text {
  clip: rect(1px,1px,1px,1px); position: absolute !important;
  height: 1px; width: 1px; overflow: hidden;
}

/* ----------------------------------------------------------
   LAYOUT GENÉRICO
   ---------------------------------------------------------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 80px 0; }

/* ----------------------------------------------------------
   TIPOGRAFIA DISPLAY
   ---------------------------------------------------------- */
.t-disp { font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif; }

/* ----------------------------------------------------------
   TOPBAR
   ---------------------------------------------------------- */
.site-topbar {
  background: #0E2366;
  color: rgba(255,255,255,.72);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 7px 0;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.topbar-info {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
.topbar-info a {
  color: rgba(255,255,255,.72);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s;
}
.topbar-info a:hover { color: #fff; }
.topbar-redes { display: flex; gap: 12px; align-items: center; }
.topbar-redes a {
  color: rgba(255,255,255,.72);
  opacity: .65;
  display: flex;
  align-items: center;
  transition: opacity .2s;
}
.topbar-redes a:hover { opacity: 1; }

/* ----------------------------------------------------------
   HEADER
   ---------------------------------------------------------- */
.site-header {
  background: #fff;
  border-bottom: 4px solid #F47C20;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 20px rgba(26,63,175,.10);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 12px;
}
.site-logo img { height: 52px; width: auto; }
.site-logo .logo-text-fallback { font-size: 1.4rem; }

/* NAV DESKTOP */
.site-nav-desktop {
  display: flex;
  align-items: center;
  gap: 2px;
}
.site-nav-desktop a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #112B7A;
  padding: 8px 9px;
  border-radius: 4px;
  transition: all .15s;
  white-space: nowrap;
}
.site-nav-desktop a:hover,
.site-nav-desktop .current-menu-item > a,
.site-nav-desktop .current_page_item > a {
  color: #F47C20;
  background: #FEF0E3;
}
.site-nav-desktop .nav-cta {
  background: #F47C20 !important;
  color: #fff !important;
  margin-left: 6px;
  padding: 10px 15px !important;
  border-radius: 4px !important;
}
.site-nav-desktop .nav-cta:hover { background: #D96810 !important; }

/* TOGGLE — oculto no desktop */
.menu-toggle {
  display: none;
  background: none;
  border: 2px solid #1A3FAF;
  border-radius: 4px;
  padding: 8px 10px;
  cursor: pointer;
  color: #1A3FAF;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}
.menu-toggle:focus { outline: 3px solid #F47C20; }

/* NAV MOBILE — oculto por padrão */
.site-nav-mobile {
  display: none;
  background: #fff;
  border-top: 2px solid #F47C20;
  border-bottom: 2px solid #E2DFD9;
  box-shadow: 0 8px 32px rgba(26,63,175,.14);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 199;
}
.site-nav-mobile.is-open { display: block; }

.nav-mobile-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.site-nav-mobile a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #112B7A;
  padding: 11px 14px;
  border-radius: 4px;
  display: block;
  transition: all .15s;
}
.site-nav-mobile a:hover { color: #F47C20; background: #FEF0E3; }
.nav-mobile-cta {
  background: #F47C20 !important;
  color: #fff !important;
  text-align: center;
  margin-top: 6px;
  padding: 13px 14px !important;
}
.nav-mobile-redes {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-top: 12px;
  margin-top: 8px;
  border-top: 1px solid #E2DFD9;
}
.nav-mobile-redes a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #64615C;
  padding: 4px 0 !important;
}

/* ----------------------------------------------------------
   HERO — desktop: grid 2 colunas
   ---------------------------------------------------------- */
.hero-section {
  background: #0E2366;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  position: relative;
  overflow: hidden;
}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-left alinha com o .container (max-width:1200px + 24px de padding) */
  padding: 80px 48px 80px 24px;
  position: relative;
  z-index: 2;
  order: 1;
}
/* Em telas acima de 1248px o container fica centralizado — espelhar o offset esquerdo */
@media (min-width: 1248px) {
  .hero-content {
    padding-left: calc((100vw - 1200px) / 2 + 24px);
  }
}
.hero-photo {
  position: relative;
  overflow: hidden;
  order: 2;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero-photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(160deg, #1A3FAF, #0E2366);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.hero-photo-placeholder p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.25);
  text-align: center;
}
.hero-photo-overlay,
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0E2366 0%, rgba(14,35,102,.3) 28%, transparent 65%);
  z-index: 1;
}
.hero-photo-diagonal {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 80px;
  background: #0E2366;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
}
.hero-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 5px;
  background: #F47C20;
  z-index: 5;
}

/* Hero texto */
.hero-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #F47C20;
  margin-bottom: 20px;
}
.hero-label::before {
  content: '';
  width: 28px;
  height: 2px;
  background: #F47C20;
  flex-shrink: 0;
}
.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.8rem, 4.5vw, 5rem);
  line-height: .93;
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 12px;
}
.hero-title span { color: #F47C20; }
.hero-subtitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.52);
  margin-bottom: 26px;
}
.hero-text {
  font-size: 1rem;
  line-height: 1.74;
  color: rgba(255,255,255,.8);
  max-width: 440px;
  margin-bottom: 38px;
}
.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ----------------------------------------------------------
   BOTÕES
   ---------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 13px 24px;
  border-radius: var(--r);
  transition: all .18s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}
.btn:focus { outline: 3px solid #F47C20; }
.btn-primary { background: #F47C20; color: #fff; }
.btn-primary:hover { background: #D96810; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(244,124,32,.4); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.3); }
.btn-outline:hover { border-color: rgba(255,255,255,.7); }
.btn-azul { background: #1A3FAF; color: #fff; }
.btn-azul:hover { background: #112B7A; transform: translateY(-2px); }
.btn-branco { background: #fff; color: #F47C20; font-weight: 800; }
.btn-branco:hover { background: #F4F3F1; transform: translateY(-2px); }
.btn-outline-branco { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.38); }
.btn-outline-branco:hover { border-color: rgba(255,255,255,.7); }
.btn-full { width: 100%; justify-content: center; }

/* ----------------------------------------------------------
   FAIXA TICKER
   ---------------------------------------------------------- */
.faixa-animada {
  background: #F47C20;
  padding: 13px 0;
  overflow: hidden;
}
.faixa-track {
  display: flex;
  white-space: nowrap;
  animation: ticker 22s linear infinite;
  width: max-content;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.faixa-item {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff;
  padding: 0 26px;
  border-right: 2px solid rgba(255,255,255,.28);
  flex-shrink: 0;
}

/* ----------------------------------------------------------
   SEÇÃO HEADER GENÉRICO
   ---------------------------------------------------------- */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 44px;
  gap: 20px;
  flex-wrap: wrap;
}
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #F47C20;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}
.section-label::before {
  content: '';
  width: 22px;
  height: 2px;
  background: #F47C20;
  flex-shrink: 0;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  text-transform: uppercase;
  line-height: 1.04;
  letter-spacing: .01em;
}
.section-title.azul  { color: #1A3FAF; }
.section-title.branco { color: #fff; }
.ver-mais {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  transition: all .15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.ver-mais.inv { color: rgba(255,255,255,.5); border-color: rgba(255,255,255,.18); }
.ver-mais.inv:hover { color: #fff; border-color: rgba(255,255,255,.55); }
.ver-mais.dark { color: #64615C; border-color: #E2DFD9; }
.ver-mais.dark:hover { color: #F47C20; border-color: #F47C20; }

/* ----------------------------------------------------------
   POSICIONAMENTO
   ---------------------------------------------------------- */
.posicionamento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-pos {
  padding: 34px 26px;
  border-radius: var(--r);
  background: #F4F3F1;
  position: relative;
  overflow: hidden;
  transition: all .22s;
}
.card-pos::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: #F47C20;
}
.card-pos:hover { background: #fff; transform: translateY(-5px); box-shadow: var(--s-lg); }
.card-pos-icon {
  width: 44px; height: 44px;
  background: #1A3FAF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.card-pos-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #1A3FAF;
  margin-bottom: 10px;
}
.card-pos-text { font-size: .92rem; line-height: 1.65; color: #64615C; }

/* ----------------------------------------------------------
   SOBRE
   ---------------------------------------------------------- */
.sobre-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: center; }
.sobre-foto-wrap { position: relative; }
.sobre-foto-wrap::before {
  content: '';
  position: absolute;
  top: -12px; left: -12px; right: 20px; bottom: 20px;
  border: 3px solid #1A3FAF;
  border-radius: var(--r);
  z-index: 0;
}
.sobre-foto {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--r);
  box-shadow: var(--s-lg);
  position: relative;
  z-index: 1;
}
.sobre-foto-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(160deg, #E2EAF8, #D0DCF2);
  border-radius: var(--r);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8FA5D0;
}
.sobre-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: #F47C20;
  color: #fff;
  padding: 16px 20px;
  border-radius: var(--r);
  box-shadow: var(--s-md);
  text-align: center;
  z-index: 2;
}
.badge-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 2.2rem; line-height: 1; margin-bottom: 2px; }
.badge-txt { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; opacity: .9; }
.sobre-text { font-size: .96rem; line-height: 1.78; color: #64615C; margin-bottom: 14px; }
.sobre-lista li { display: flex; align-items: flex-start; gap: 12px; font-size: .9rem; color: #64615C; padding: 9px 0; border-bottom: 1px solid #E2DFD9; }
.sobre-lista li::before { content: ''; width: 6px; height: 6px; background: #F47C20; border-radius: 50%; flex-shrink: 0; margin-top: 6px; }

/* ----------------------------------------------------------
   MANDATO EM AÇÃO
   ---------------------------------------------------------- */
.mandato-section { background: #1A3FAF; padding: 80px 0; position: relative; overflow: hidden; }
.mandato-section::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 340px; height: 340px;
  background: rgba(255,255,255,.04);
  border-radius: 50%;
}
.mandato-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card-acao {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r);
  overflow: hidden;
  transition: all .2s;
  display: block;
  text-decoration: none;
}
.card-acao:hover { background: rgba(255,255,255,.12); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.card-acao-img { width: 100%; height: 175px; object-fit: cover; object-position: center top; display: block; filter: brightness(.82); }
.card-acao-placeholder { width: 100%; height: 175px; background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); display: flex; align-items: center; justify-content: center; }
.card-acao-topo { position: relative; }
.status-pill { position: absolute; top: 10px; right: 10px; padding: 3px 10px; border-radius: 20px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; z-index: 1; }
.s-concluido   { background: #22c55e; color: #fff; }
.s-andamento   { background: #F47C20; color: #fff; }
.s-articulacao { background: #60a5fa; color: #1e3a8a; }
.s-solicitado  { background: #a78bfa; color: #1e1b4b; }
.s-aguardando  { background: #fbbf24; color: #78350f; }
.card-acao-body { padding: 18px; }
.card-acao-cat { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; color: #F47C20; margin-bottom: 6px; }
.card-acao-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.04rem; color: #fff; line-height: 1.2; margin-bottom: 7px; }
.card-acao-bairro { font-size: .78rem; color: rgba(255,255,255,.42); display: flex; align-items: center; gap: 4px; margin-bottom: 10px; }
.card-acao-resumo { font-size: .84rem; line-height: 1.54; color: rgba(255,255,255,.63); margin-bottom: 13px; }
.link-ver { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: #F47C20; display: inline-flex; align-items: center; gap: 5px; transition: gap .15s; }
.link-ver:hover { gap: 9px; }

/* ----------------------------------------------------------
   GALERIA STRIP
   ---------------------------------------------------------- */
.galeria-strip { background: #112B7A; padding: 52px 0; overflow: hidden; }
.galeria-track { display: flex; gap: 12px; animation: gslide 28s linear infinite; width: max-content; }
@keyframes gslide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.galeria-foto { width: 240px; height: 168px; object-fit: cover; object-position: center top; border-radius: var(--r); flex-shrink: 0; filter: brightness(.72) saturate(.8); transition: filter .3s; }
.galeria-foto:hover { filter: brightness(1) saturate(1); }

/* ----------------------------------------------------------
   TERRITÓRIOS
   ---------------------------------------------------------- */
.territorios-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card-ter { background: #F4F3F1; border-radius: var(--r); overflow: hidden; box-shadow: var(--s-sm); transition: all .2s; display: block; text-decoration: none; }
.card-ter:hover { transform: translateY(-5px); box-shadow: var(--s-lg); }
.card-ter-foto { width: 100%; height: 140px; object-fit: cover; object-position: center; display: block; filter: brightness(.88); }
.card-ter-placeholder { width: 100%; height: 140px; background: linear-gradient(135deg, #1A3FAF, #0E2366); }
.card-ter-body { padding: 16px; }
.card-ter-regiao { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: #F47C20; margin-bottom: 3px; }
.card-ter-nome { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.08rem; color: #1A3FAF; margin-bottom: 5px; }
.card-ter-acoes { font-size: .78rem; color: #64615C; }
.card-ter-acoes strong { color: #F47C20; font-weight: 700; }

/* ----------------------------------------------------------
   PERNAMBUCO
   ---------------------------------------------------------- */
.pernambuco-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.pernambuco-text { font-size: .96rem; line-height: 1.78; color: #64615C; margin-bottom: 14px; }
.eixos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.eixo-card { padding: 16px; background: #fff; border-radius: var(--r); border: 1px solid #E2DFD9; transition: all .18s; }
.eixo-card:hover { border-color: #F47C20; background: #FEF0E3; }
.eixo-ico { font-size: 1.25rem; margin-bottom: 7px; }
.eixo-nome { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .88rem; text-transform: uppercase; color: #1A3FAF; line-height: 1.2; }

/* ----------------------------------------------------------
   NOTÍCIAS
   ---------------------------------------------------------- */
.noticias-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 18px; }
.card-not { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--s-sm); transition: all .2s; display: block; text-decoration: none; }
.card-not:hover { transform: translateY(-4px); box-shadow: var(--s-lg); }
.card-not-foto-wrap { position: relative; }
.card-not-foto { width: 100%; height: 170px; object-fit: cover; object-position: center top; display: block; filter: brightness(.85); }
.card-not--dest .card-not-foto { height: 230px; }
.card-not-foto-placeholder { width: 100%; height: 170px; }
.card-not--dest .card-not-foto-placeholder { height: 230px; }
.tag-cat { position: absolute; top: 12px; left: 12px; background: #F47C20; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .6rem; text-transform: uppercase; letter-spacing: .09em; padding: 4px 10px; border-radius: 3px; z-index: 1; }
.card-not-body { padding: 18px; }
.card-not--dest .card-not-body { padding: 22px; }
.card-not-data { font-size: .73rem; color: #64615C; margin-bottom: 7px; }
.card-not-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.04rem; color: #1A3FAF; line-height: 1.25; margin-bottom: 9px; }
.card-not--dest .card-not-title { font-size: 1.32rem; }
.card-not-resumo { font-size: .83rem; line-height: 1.6; color: #64615C; }

/* ----------------------------------------------------------
   AGENDA
   ---------------------------------------------------------- */
.agenda-lista { display: flex; flex-direction: column; gap: 10px; }
.item-agenda {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  background: #fff;
  border-radius: var(--r);
  border-left: 5px solid #F47C20;
  box-shadow: var(--s-sm);
  transition: all .18s;
}
.item-agenda:hover { background: #FEF0E3; border-left-color: #1A3FAF; }
.ag-data { text-align: center; flex-shrink: 0; }
.ag-dia { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 2rem; color: #1A3FAF; line-height: 1; }
.ag-mes { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; color: #64615C; }
.ag-tipo { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: #F47C20; margin-bottom: 2px; }
.ag-titulo { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .96rem; color: #1A3FAF; margin-bottom: 2px; }
.ag-local { font-size: .78rem; color: #64615C; }
.ag-hora { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .97rem; color: #1A3FAF; white-space: nowrap; }

/* ----------------------------------------------------------
   TRANSPARÊNCIA
   ---------------------------------------------------------- */
.transp-bar { background: #EBF0FB; padding: 44px 0; border-top: 3px solid #1A3FAF; border-bottom: 3px solid #1A3FAF; }
.transp-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.transp-titulo { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.7rem; text-transform: uppercase; color: #1A3FAF; margin-bottom: 5px; }
.transp-sub { font-size: .9rem; color: #64615C; }
.transp-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  background: #fff;
  border: 2px solid #E2DFD9;
  border-radius: 40px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #1A3FAF;
  transition: all .15s;
}
.pill-link:hover { border-color: #F47C20; color: #F47C20; transform: translateY(-2px); }

/* ----------------------------------------------------------
   ESCUTA POPULAR
   ---------------------------------------------------------- */
.escuta-section { background: #F47C20; padding: 80px 0; position: relative; overflow: hidden; }
.escuta-section::before {
  content: '';
  position: absolute;
  top: -100px; left: -80px;
  width: 380px; height: 380px;
  background: rgba(255,255,255,.06);
  border-radius: 50%;
}
.escuta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.escuta-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.escuta-label::before { content: ''; width: 20px; height: 2px; background: rgba(255,255,255,.45); flex-shrink: 0; }
.escuta-titulo { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(2rem, 3.5vw, 3rem); text-transform: uppercase; line-height: .96; color: #fff; margin-bottom: 18px; }
.escuta-texto { font-size: .96rem; line-height: 1.72; color: rgba(255,255,255,.88); margin-bottom: 14px; }
.escuta-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* FORMULÁRIO */
.form-box { background: #fff; border-radius: 10px; padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.form-titulo { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.12rem; text-transform: uppercase; color: #1A3FAF; margin-bottom: 16px; letter-spacing: .02em; }
.form-group { margin-bottom: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-group label { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; color: #64615C; margin-bottom: 5px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 9px 12px;
  border: 2px solid #E2DFD9;
  border-radius: var(--r);
  font-family: 'Barlow', sans-serif;
  font-size: .87rem;
  color: #191716;
  background: #F4F3F1;
  transition: border-color .15s;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: #1A3FAF; background: #fff; }
.form-group textarea { height: 72px; resize: none; }
.form-check { display: flex; align-items: flex-start; gap: 8px; font-size: .78rem; color: #64615C; margin-bottom: 7px; }
.form-check input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; cursor: pointer; }
.form-check a { color: #1A3FAF; }
.form-lgpd { font-size: .66rem; color: #64615C; text-align: center; margin-top: 9px; line-height: 1.5; }
.form-lgpd a { color: #1A3FAF; }
.form-success { background: #dcfce7; border: 2px solid #22c55e; border-radius: var(--r); padding: 14px 16px; font-size: .88rem; color: #166534; text-align: center; margin-top: 10px; display: none; }
.form-error { background: #fee2e2; border: 2px solid #ef4444; border-radius: var(--r); padding: 14px 16px; font-size: .88rem; color: #991b1b; text-align: center; margin-top: 10px; display: none; }

/* ----------------------------------------------------------
   FOOTER
   ---------------------------------------------------------- */
.site-footer { background: #0E2366; color: #fff; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 44px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-logo { height: 48px; width: auto; display: block; margin-bottom: 16px; }
.footer-desc { font-size: .85rem; line-height: 1.7; color: rgba(255,255,255,.54); margin-bottom: 20px; }
.footer-redes { display: flex; gap: 9px; flex-wrap: wrap; }
.footer-redes a { width: 34px; height: 34px; background: rgba(255,255,255,.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); transition: all .15s; }
.footer-redes a:hover { background: #F47C20; color: #fff; }
.footer-heading { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: #F47C20; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: .85rem; color: rgba(255,255,255,.52); transition: color .15s; }
.footer-links a:hover { color: #fff; }
.footer-contato-item { display: flex; align-items: flex-start; gap: 9px; font-size: .84rem; color: rgba(255,255,255,.52); margin-bottom: 11px; }
.footer-contato-item svg { flex-shrink: 0; color: #F47C20; margin-top: 2px; }
.footer-contato-item a { color: rgba(255,255,255,.52); transition: color .15s; }
.footer-contato-item a:hover { color: #fff; }
.footer-bottom { padding: 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-size: .73rem; color: rgba(255,255,255,.33); flex-wrap: wrap; }
.footer-bottom-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-bottom-links a { color: rgba(255,255,255,.33); transition: color .15s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.65); }

/* ----------------------------------------------------------
   BOTÃO WHATSAPP FIXO
   ---------------------------------------------------------- */
.wpp-fixo {
  display: none; /* visível apenas no mobile — ativado via @media */
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  background: #F47C20;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 12px 18px;
  border-radius: 40px;
  box-shadow: 0 8px 28px rgba(244,124,32,.55);
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  max-width: calc(100vw - 32px);
  animation: wpulse 2.5s infinite;
}
@keyframes wpulse {
  0%, 100% { box-shadow: 0 8px 28px rgba(244,124,32,.55); }
  50%       { box-shadow: 0 8px 40px rgba(244,124,32,.8); }
}

/* ----------------------------------------------------------
   PÁGINAS INTERNAS
   ---------------------------------------------------------- */
.page-hero { background: #1A3FAF; padding: 56px 0; color: #fff; }
.page-hero-breadcrumbs { font-size: .78rem; color: rgba(255,255,255,.55); margin-bottom: 12px; }
.page-hero-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(2.4rem, 5vw, 4rem); text-transform: uppercase; line-height: 1; }
.page-hero-sub { font-size: 1rem; opacity: .72; margin-top: 8px; }
.content-section { padding: 72px 0; }
.entry-content h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.8rem; text-transform: uppercase; color: #1A3FAF; margin: 28px 0 10px; }
.entry-content h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.4rem; text-transform: uppercase; color: #1A3FAF; margin: 22px 0 8px; }
.entry-content p { font-size: 1rem; line-height: 1.8; color: #64615C; margin-bottom: 14px; }
.entry-content ul { margin-bottom: 14px; padding-left: 20px; }
.entry-content ul li { font-size: .96rem; color: #64615C; margin-bottom: 6px; }
.entry-content a { color: #1A3FAF; text-decoration: underline; }
.entry-content img { border-radius: var(--r); margin: 18px 0; }

/* Filtros mandato */
.filtros-bar { background: #F4F3F1; border-radius: var(--r); padding: 18px 22px; margin-bottom: 36px; display: flex; gap: 12px; flex-wrap: wrap; align-items: flex-end; }
.filtro-group label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; color: #64615C; display: block; margin-bottom: 5px; }
.filtro-group select { padding: 8px 12px; border: 2px solid #E2DFD9; border-radius: var(--r); font-family: inherit; font-size: .85rem; background: #fff; cursor: pointer; }

/* 404 */
.page-404 { text-align: center; padding: 100px 24px; }
.page-404 h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(5rem, 15vw, 8rem); color: #1A3FAF; line-height: 1; margin-bottom: 8px; }
.page-404 p { font-size: 1.1rem; color: #64615C; margin-bottom: 28px; }

/* Search */
.search-form-wrap { display: flex; gap: 8px; max-width: 480px; margin: 0 auto 44px; }
.search-form-wrap input { flex: 1; padding: 12px 16px; border: 2px solid #E2DFD9; border-radius: var(--r); font-size: 1rem; }
.search-form-wrap button { background: #1A3FAF; color: #fff; border: none; padding: 12px 20px; border-radius: var(--r); cursor: pointer; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .85rem; text-transform: uppercase; }

/* ============================================================
   RESPONSIVO — TABLET: 768px a 1024px
   ============================================================ */
@media (max-width: 1024px) {

  /* Hero empilha no tablet */
  .hero-section { grid-template-columns: 1fr; min-height: auto; }
  .hero-photo { order: 1; }
  .hero-photo img, .hero-photo-placeholder { min-height: 380px; }
  .hero-content { order: 2; padding: 60px 24px; }
  .hero-photo-diagonal { display: none; }
  .hero-photo-overlay,
  .hero-overlay { background: linear-gradient(to top, #0E2366 0%, rgba(14,35,102,.2) 40%, transparent 70%); }

  /* Grids tablet */
  .mandato-grid      { grid-template-columns: repeat(2, 1fr); }
  .noticias-grid     { grid-template-columns: repeat(2, 1fr); }
  .noticias-grid .card-not--dest { grid-column: span 2; }
  .territorios-grid  { grid-template-columns: repeat(2, 1fr); }
  .posicionamento-grid { grid-template-columns: repeat(2, 1fr); }

  /* Sobre e Pernambuco empilham */
  .sobre-grid        { grid-template-columns: 1fr; gap: 48px; }
  .sobre-foto-wrap   { max-width: 320px; }
  .pernambuco-layout { grid-template-columns: 1fr; gap: 44px; }

  /* Footer tablet: 2 colunas */
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }

  /* Escuta empilha */
  .escuta-grid { grid-template-columns: 1fr; gap: 44px; }
  .escuta-titulo { font-size: 2.2rem; }
}

/* ============================================================
   RESPONSIVO — MOBILE: até 768px
   ============================================================ */
@media (max-width: 768px) {

  /* Topbar info oculta no mobile */
  .topbar-info { display: none; }

  /* Nav desktop oculta — toggle visível */
  .site-nav-desktop { display: none; }
  .menu-toggle      { display: flex; }

  /* Seções de espaçamento menores */
  .section-pad { padding: 56px 0; }
  .mandato-section { padding: 56px 0; }
  .escuta-section  { padding: 56px 0; }

  /* Section header empilha */
  .section-header { flex-direction: column; align-items: flex-start; }

  /* Agenda simplificada */
  .item-agenda { grid-template-columns: 60px 1fr; }
  .ag-hora     { display: none; }

  /* Transparência empilha */
  .transp-inner { flex-direction: column; align-items: flex-start; }

  /* Footer: coluna única no mobile */
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }

  /* Botão WhatsApp fixo: visível no mobile */
  .wpp-fixo { display: flex; }
}

/* ============================================================
   RESPONSIVO — MOBILE PEQUENO: até 520px
   ============================================================ */
@media (max-width: 520px) {

  /* Container com 16px exato */
  .container { padding-left: 16px; padding-right: 16px; }

  /* Todos os grids: coluna única */
  .posicionamento-grid,
  .mandato-grid,
  .noticias-grid,
  .noticias-grid .card-not--dest,
  .territorios-grid,
  .eixos-grid,
  .footer-grid,
  .form-row { grid-template-columns: 1fr; }

  /* Corrigir span de grid que pode vazar */
  .noticias-grid .card-not--dest { grid-column: span 1; }

  /* Hero empilhado: foto em cima, texto embaixo */
  .hero-section {
    display: flex;
    flex-direction: column;
  }
  .hero-photo {
    order: 1;
    height: 300px;
    min-height: unset;
  }
  .hero-photo img {
    height: 300px;
    object-fit: cover;
    object-position: center top;
  }
  .hero-photo-placeholder { min-height: 300px; height: 300px; }
  .hero-content {
    order: 2;
    padding: 36px 16px 48px;
  }
  .hero-title  { font-size: 2.5rem; }
  .hero-text   { font-size: .95rem; max-width: 100%; }

  /* Botões do hero em largura total */
  .hero-buttons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  /* Botões da escuta em largura total */
  .escuta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .escuta-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  /* Formulário em coluna única */
  .form-row { grid-template-columns: 1fr; }
  .form-box  { padding: 22px 18px; }

  /* Sobre: badge menor */
  .sobre-badge { bottom: -10px; right: -10px; padding: 12px 16px; }
  .badge-num   { font-size: 1.8rem; }

  /* Agenda: layout simplificado */
  .item-agenda {
    grid-template-columns: 56px 1fr;
    padding: 14px 16px;
    gap: 12px;
  }

  /* WhatsApp fixo compacto no canto */
  .wpp-fixo {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    left: auto;
    transform: none;
    padding: 11px 16px;
    font-size: .78rem;
    max-width: calc(100vw - 28px);
    border-radius: 999px;
  }

  /* Nav mobile com padding correto */
  .nav-mobile-inner { padding: 14px 16px; }

  /* Section title menor */
  .section-title { font-size: 1.8rem; }
  .transp-titulo { font-size: 1.4rem; }
  .escuta-titulo { font-size: 1.9rem; }
  .page-hero-title { font-size: 2.4rem; }

  /* Galeria: faixa mantém animação mas sem padding extra */
  .galeria-strip { padding: 36px 0; }

  /* Pílulas de transparência em coluna */
  .transp-pills { flex-direction: column; }
  .pill-link    { width: 100%; justify-content: center; }

  /* Faixa ticker: font menor */
  .faixa-item { font-size: .72rem; padding: 0 18px; }
}

/* ----------------------------------------------------------
   CARD TRANSPARÊNCIA
   ---------------------------------------------------------- */
.card-tr { background: #F4F3F1; border-radius: var(--r); overflow: hidden; transition: all .18s; }
.card-tr:hover { background: #fff; box-shadow: var(--s-md); transform: translateY(-2px); }
.card-tr-link { display: flex; align-items: center; gap: 16px; padding: 16px 18px; text-decoration: none; color: inherit; }
.card-tr-ico { width: 44px; height: 44px; background: #1A3FAF; border-radius: var(--r); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; }
.card-tr-body { flex: 1; min-width: 0; }
.card-tr-tipo { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: #F47C20; margin-bottom: 3px; }
.card-tr-titulo { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; color: #1A3FAF; margin-bottom: 4px; }
.card-tr-resumo { font-size: .82rem; line-height: 1.5; color: #64615C; }
.card-tr-acao { flex-shrink: 0; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: #1A3FAF; display: flex; align-items: center; gap: 4px; white-space: nowrap; }

/* ----------------------------------------------------------
   REDES LISTA
   ---------------------------------------------------------- */
.redes-lista { display: flex; flex-direction: column; gap: 10px; }
.rede-item { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: #F4F3F1; border-radius: var(--r); transition: all .15s; font-size: .9rem; color: #191716; }
.rede-item:hover { background: #FEF0E3; color: #F47C20; }
.rede-item svg { flex-shrink: 0; }

/* ----------------------------------------------------------
   CONTATO GRID & DEMANDA GRID — responsivo
   ---------------------------------------------------------- */
@media (max-width: 1024px) {
  .contato-grid  { grid-template-columns: 1fr !important; }
  .demanda-grid  { grid-template-columns: 1fr !important; }
  .pe-eixos-full { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 520px) {
  .contato-grid  { grid-template-columns: 1fr !important; }
  .demanda-grid  { grid-template-columns: 1fr !important; }
  .pe-eixos-full { grid-template-columns: 1fr !important; }
  .card-tr-link  { flex-direction: column; align-items: flex-start; }
  .card-tr-acao  { display: none; }
}

/* ----------------------------------------------------------
   BREADCRUMBS
   ---------------------------------------------------------- */
.breadcrumbs { font-size: .78rem; color: rgba(255,255,255,.52); margin-bottom: 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.breadcrumbs a { color: rgba(255,255,255,.52); transition: color .15s; }
.breadcrumbs a:hover { color: rgba(255,255,255,.85); }
.bc-sep { opacity: .4; margin: 0 2px; }
.bc-current { color: rgba(255,255,255,.85); }
