/* ============================================================
   SindiSistema — Páginas estáticas institucionais
   sobre.php, sub-sede.php, sede-recreativa.php, etc.
   NÃO altera publicas.css nem sindisistema.css
   Softguia Desenvolvimento Web · softguia.com.br
   ============================================================ */

/* ── HERO COM IMAGEM DE FUNDO ──────────────────────────────── */
.page-hero-estatica {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 64px;
  overflow: hidden;
  color: #fff;
}
.page-hero-estatica .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  transition: transform 6s ease;
}
.page-hero-estatica:hover .hero-bg { transform: scale(1); }
.page-hero-estatica .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    170deg,
    rgba(10,10,10,.5) 0%,
    rgba(20,4,4,.82) 60%,
    rgba(90,7,7,.92) 100%
  );
}
.page-hero-estatica .hero-overlay-pattern {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 32px,
    rgba(255,255,255,.025) 32px,
    rgba(255,255,255,.025) 33px
  );
}
.page-hero-estatica .container { position: relative; z-index: 2; padding-top: 120px; }
.page-hero-estatica .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-color);
  color: #fff;
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 18px;
}
.page-hero-estatica h1 {
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 14px;
  color: #fff;
  max-width: 760px;
}
.page-hero-estatica h1 span { color: #d7f1ff; }
.page-hero-estatica .hero-lead {
  max-width: 640px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.breadcrumb-public {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.5);
  font-size: 13px;
  margin-bottom: 20px;
}
.breadcrumb-public a { color: rgba(255,255,255,.8); }
.breadcrumb-public a:hover { color: #fff; }

/* ── BARRA DE NÚMEROS ──────────────────────────────────────── */
.numeros-bar {
  background: var(--brand-color);
  padding: 0;
}
.numeros-bar .numeros-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.numeros-bar .num-item {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.18);
}
.numeros-bar .num-item:last-child { border-right: none; }
.numeros-bar .num-val {
  font-family: var(--heading-font);
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.numeros-bar .num-val .unit {
  font-size: 22px;
  vertical-align: super;
  font-weight: 600;
}
.numeros-bar .num-label {
  font-size: 12px;
  color: rgba(255,255,255,.75);
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ── SEÇÃO PADRÃO ESTÁTICA ─────────────────────────────────── */
.secao-estatica { padding: 72px 0; }
.secao-estatica.bg-alt { background: #f6f7f9; }
.secao-estatica.bg-dark {
  background: linear-gradient(135deg, #111 0%, #1b1b1b 55%, #330505 100%);
  color: #fff;
}

.secao-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--brand-color);
  margin-bottom: 10px;
}
.secao-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--brand-color);
}
.secao-titulo {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--heading-color);
}
.bg-dark .secao-titulo { color: #fff; }
.secao-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  max-width: 640px;
}
.bg-dark .secao-desc { color: rgba(255,255,255,.6); }

/* ── TIMELINE ──────────────────────────────────────────────── */
.timeline {
  position: relative;
  padding-left: 40px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--brand-color), rgba(3,158,227,.10));
}
.timeline-item {
  position: relative;
  padding: 0 0 40px 28px;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot {
  position: absolute;
  left: -30px;
  top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--brand-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-dot.filled { background: var(--brand-color); }
.timeline-item .tl-year {
  display: inline-block;
  background: var(--brand-color);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.timeline-item h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--heading-color);
  margin: 0 0 8px;
}
.timeline-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* ── CITAÇÃO DESTAQUE ──────────────────────────────────────── */
.quote-destaque {
  background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-dark) 100%);
  border-radius: 16px;
  padding: 40px 48px;
  position: relative;
  overflow: hidden;
}
.quote-destaque::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 140px;
  font-family: Georgia, serif;
  color: rgba(255,255,255,.12);
  line-height: 1;
}
.quote-destaque blockquote {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
}
.quote-destaque cite {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  font-style: normal;
  font-weight: 500;
  position: relative;
  z-index: 2;
  display: block;
}

/* ── CARDS DE PILARES/VALORES ──────────────────────────────── */
.pilar-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: .3s;
  border-top: 3px solid transparent;
}
.pilar-card:hover {
  border-top-color: var(--brand-color);
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}
.pilar-card .pilar-ico {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--brand-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--brand-color);
  margin-bottom: 16px;
}
.pilar-card h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--heading-color);
}
.pilar-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* ── CARD LIDERANÇA ────────────────────────────────────────── */
.lider-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.lider-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--brand-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  font-weight: 800;
  font-family: var(--heading-font);
  flex-shrink: 0;
}
.lider-info h3 { color: #fff; font-size: 17px; font-weight: 800; margin: 0 0 4px; }
.lider-info .cargo { color: rgba(255,255,255,.5); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin-bottom: 8px; display: block; }
.lider-info p { color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; margin: 0; }

/* ── LISTA DE DESTAQUE ─────────────────────────────────────── */
.lista-destaque {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lista-destaque li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
.lista-destaque li .li-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-color);
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}
.bg-dark .lista-destaque li { color: rgba(255,255,255,.75); }
.bg-dark .lista-destaque li .li-ico { background: rgba(3,158,227,.22); color: #d7f1ff; }

/* ── CTA FILIAÇÃO ──────────────────────────────────────────── */
.cta-filiacao-box {
  background: linear-gradient(135deg, #07111f, #0b2038 60%, #0f3557);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-filiacao-box::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(3,158,227,.18);
}
.cta-filiacao-box > * { position: relative; z-index: 2; }
.cta-filiacao-box h2 { color: #fff; font-size: 30px; font-weight: 800; margin-bottom: 10px; }
.cta-filiacao-box p { color: rgba(255,255,255,.6); max-width: 520px; margin: 0 auto 28px; }
.btn-cta-filiar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-color);
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.btn-cta-filiar:hover { background: var(--brand-dark); color: #fff; }

/* ── INFO BOXES ─────────────────────────────────────────────── */
.info-box {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 4px 16px rgba(0,0,0,.05);
}
.info-box .ib-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--brand-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--brand-color);
  margin-bottom: 14px;
}
.info-box h4 { font-size: 15px; font-weight: 800; margin: 0 0 6px; }
.info-box p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 991px) {
  .numeros-bar .numeros-grid { grid-template-columns: repeat(2, 1fr); }
  .numeros-bar .num-item:nth-child(2) { border-right: none; }
  .quote-destaque { padding: 28px 24px; }
}
@media (max-width: 767px) {
  .page-hero-estatica { min-height: 320px; }
  .numeros-bar .numeros-grid { grid-template-columns: 1fr 1fr; }
  .lider-card { flex-direction: column; }
  .cta-filiacao-box { padding: 36px 24px; }
  .cta-filiacao-box h2 { font-size: 24px; }
}


/* ============================================================
   Ajustes SITE_018 — páginas estáticas no padrão interno
   ============================================================ */

/* Hero interno com imagem, mantendo altura mais próxima das páginas dinâmicas */
.page-hero-static {
  background-image:
    linear-gradient(135deg, rgba(10,10,10,.78) 0%, rgba(35,8,8,.82) 58%, rgba(80,5,5,.84) 100%),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 66px 0 58px;
}
.page-hero-static::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 32px,
    rgba(255,255,255,.026) 32px,
    rgba(255,255,255,.026) 33px
  );
  pointer-events: none;
}
.page-hero-static .container { position: relative; z-index: 2; }
.page-hero-static h1 { max-width: 760px; }
.page-hero-static p { max-width: 720px; }

.hero-side-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-left: 4px solid var(--brand-color);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(4px);
}
.hero-side-card span {
  display: block;
  color: #d7f1ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero-side-card strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: var(--heading-font);
}
.hero-side-card p {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* Ajustes finos para a página Sobre */
.historia-sobre .secao-desc + .secao-desc { margin-top: -6px; }
.timeline-compacta .timeline-item { padding-bottom: 28px; }
.timeline-compacta .timeline-item h3 { font-size: 16px; }
.timeline-compacta .timeline-item p { font-size: 13px; line-height: 1.62; }

.label-light {
  color: rgba(255,180,180,.9) !important;
}
.label-light::before {
  background: rgba(255,180,180,.9) !important;
}
.btn-outline-light-red {
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.26);
}
.btn-outline-light-red:hover {
  background: var(--brand-color) !important;
  border-color: var(--brand-color);
}

/* Card com foto da liderança */
.lider-foto-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 18px;
}
.lider-foto-card .lider-foto {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  min-height: 260px;
}
.lider-foto-card .lider-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lider-foto-card .lider-info {
  padding: 10px 6px;
}
.lider-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.lider-tags span {
  display: inline-flex;
  background: rgba(3,158,227,.22);
  color: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 6px 11px;
  font-size: 11px;
  font-weight: 700;
}

/* Diretoria */
.diretoria-destaque {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 38px rgba(0,0,0,.08);
}
.diretoria-destaque .diretoria-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
  display: block;
}
.diretoria-destaque .diretoria-info {
  padding: 34px;
  align-self: center;
}
.diretoria-destaque .diretoria-info span {
  display: inline-flex;
  color: var(--brand-color);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.diretoria-destaque .diretoria-info h3 {
  font-size: 28px;
  margin: 0 0 12px;
  font-weight: 800;
}
.diretoria-destaque .diretoria-info p {
  color: #666;
  line-height: 1.75;
  margin: 0;
}
.membro-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 18px;
  padding: 30px 26px;
  height: 100%;
  text-align: center;
  transition: .3s;
  box-shadow: 0 8px 28px rgba(0,0,0,.05);
}
.membro-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand-color);
  box-shadow: 0 16px 42px rgba(0,0,0,.09);
}
.membro-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-color), var(--brand-dark));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  font-family: var(--heading-font);
  margin-bottom: 18px;
}
.membro-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 6px;
}
.membro-card span {
  display: block;
  color: var(--brand-color);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
}
.membro-card p {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

/* Abrangência */
.municipios-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.municipio-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  padding: 12px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
}
.municipio-item i {
  color: var(--brand-color);
  flex-shrink: 0;
  margin-top: 2px;
}
@media (max-width: 991px) {
  .municipios-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.municipios-lista4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 20px;
}
.municipio-item4 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #eef1f3;
}
.municipio-item4 i {
  color: var(--brand-color);
  flex-shrink: 0;
  font-size: 12px;
}
@media (max-width: 991px) {
  .municipios-lista4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .municipios-lista4 { grid-template-columns: 1fr; }
}

/* Sub-sede e atendimento */
.atendimento-card {
  background: linear-gradient(135deg, #111 0%, #1b1b1b 55%, #330505 100%);
  color: #fff;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 18px 48px rgba(0,0,0,.14);
}
.atendimento-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--brand-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
}
.atendimento-card h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 18px;
}
.atendimento-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.atendimento-card li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.74);
}
.atendimento-card li strong { color: #fff; }

/* Sede recreativa */
.imagem-destaque-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 18px 46px rgba(0,0,0,.12);
}
.imagem-destaque-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.imagem-destaque-card > div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(10,10,10,.74);
  color: #fff;
  border-left: 4px solid var(--brand-color);
  border-radius: 12px;
  padding: 18px 20px;
  backdrop-filter: blur(4px);
}
.imagem-destaque-card strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
}
.imagem-destaque-card span {
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.6;
}
.beneficio-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 16px;
  padding: 28px 22px;
  height: 100%;
  text-align: center;
  transition: .3s;
}
.beneficio-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand-color);
  box-shadow: 0 14px 38px rgba(0,0,0,.08);
}
.beneficio-card i {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--brand-light);
  color: var(--brand-color);
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 16px;
}
.beneficio-card h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px;
}
.beneficio-card p {
  color: #666;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 991px) {
  .page-hero-static { padding: 52px 0 46px; }
  .hero-side-card { display: none; }
  .lider-foto-card,
  .diretoria-destaque {
    grid-template-columns: 1fr;
  }
  .lider-foto-card .lider-foto { min-height: 320px; }
  .diretoria-destaque .diretoria-img img { min-height: 260px; }
}

@media (max-width: 767px) {
  .page-hero-static h1 { font-size: 30px; }
  .municipios-grid { grid-template-columns: 1fr; }
  .atendimento-card { padding: 26px 22px; }
  .imagem-destaque-card,
  .imagem-destaque-card img { min-height: 320px; }
}


/* ============================================================
   Ajustes SITE_019 — unificação do inner hero e blocos visuais
   ============================================================ */
.page-hero-public.page-hero-static {
  padding: 58px 0 52px;
  min-height: 300px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(135deg, rgba(8,8,8,.82) 0%, rgba(31,7,7,.84) 58%, rgba(83,5,5,.86) 100%),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero-public.page-hero-static h1 {
  color: #fff;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  max-width: 860px;
}
.page-hero-public.page-hero-static p {
  max-width: 760px;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  line-height: 1.7;
}
.page-hero-static .container { padding-top: 0; }

.membro-foto {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 24px;
  border: 7px solid #f8e6e6;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
  background: #f4f4f4;
}
.membro-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mapa-abrangencia-card,
.subsede-photo-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
  border: 1px solid #e8ecf0;
  background: #fff;
  margin-bottom: 24px;
}
.mapa-abrangencia-card img,
.subsede-photo-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}
.mapa-abrangencia-card .mapa-caption,
.subsede-photo-card .subsede-caption {
  padding: 18px 20px;
  border-left: 4px solid var(--brand-color);
  background: #fff;
}
.mapa-abrangencia-card strong,
.subsede-photo-card strong {
  display: block;
  color: var(--heading-color);
  font-weight: 800;
  margin-bottom: 4px;
}
.mapa-abrangencia-card span,
.subsede-photo-card span {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

.album-fotos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.album-foto-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 210px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
  background: #ddd;
}
.album-foto-item img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.album-foto-item:hover img { transform: scale(1.05); }
.album-foto-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.56));
}
.album-foto-item span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .page-hero-public.page-hero-static { min-height: 260px; padding: 44px 0 40px; }
  .album-fotos-grid { grid-template-columns: 1fr; }
  .mapa-abrangencia-card img,
  .subsede-photo-card img { height: 260px; }
}


/* Ajustes SITE_020 */
@media (max-width: 767px) {
  .membro-foto { width: 190px; height: 190px; }
}


/* SITE_026 — tarjeta do inner hero estático igual às páginas dinâmicas */
.page-hero-public.page-hero-static .section-badge {
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:var(--brand-color);
  color:#fff;
  padding:6px 14px;
  border-radius:3px;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:14px;
}


/* SITE_036 — ajuste do card de abrangência
   A imagem do mapa deve aparecer inteira, sem corte, e sem faixa/caption inferior. */
.mapa-abrangencia-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .mapa-abrangencia-card img {
    height: auto;
  }
}


/* SITE_037 — proporção correta da imagem de abrangência
   A arte enviada está em proporção 3:2. O card deve respeitar essa proporção,
   sem cortar a imagem e sem faixa inferior de legenda. */
.mapa-abrangencia-card {
  overflow: hidden;
}

.mapa-abrangencia-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: contain;
  display: block;
  background: #fff;
}

@media (max-width: 767px) {
  .mapa-abrangencia-card img {
    aspect-ratio: 3 / 2;
    height: auto;
  }
}


/* SITE_039 — páginas legais: Termos de Uso e Política de Privacidade */
.pagina-legal {
  background: #f6f8fb;
}

.legal-aside {
  position: sticky;
  top: 110px;
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 46px rgba(0,0,0,.06);
}

.legal-aside h2 {
  color: var(--heading-color);
  font-weight: 900;
  letter-spacing: -.035em;
  margin: 10px 0 14px;
}

.legal-aside p {
  color: #5f6773;
  line-height: 1.75;
  margin: 0;
}

.legal-update {
  margin-top: 24px;
  padding: 16px;
  border-radius: 16px;
  background: #f2f2f2;
  border-left: 4px solid var(--brand-color);
}

.legal-update strong,
.legal-update span {
  display: block;
}

.legal-update strong {
  color: var(--heading-color);
  font-weight: 800;
  margin-bottom: 4px;
}

.legal-update span {
  color: #666;
  font-size: 14px;
}

.legal-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 18px 46px rgba(0,0,0,.06);
}

.legal-card h2 {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
  margin: 0 0 12px;
  padding-top: 18px;
}

.legal-card h2:first-child {
  padding-top: 0;
}

.legal-card p,
.legal-card li {
  color: #555f6d;
  line-height: 1.8;
  font-size: 15px;
}

.legal-card p {
  margin: 0 0 14px;
}

.legal-card ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-card li {
  margin-bottom: 6px;
}

.legal-alert {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 18px;
  border-radius: 18px;
  background: #fff8e6;
  color: #765100;
  border: 1px solid #ffe1a3;
  line-height: 1.65;
}

.legal-alert i {
  color: #b97900;
  font-size: 20px;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .legal-aside {
    position: static;
  }
}

@media (max-width: 767px) {
  .legal-card,
  .legal-aside {
    padding: 22px;
    border-radius: 18px;
  }

  .legal-card h2 {
    font-size: 19px;
  }

  .legal-card p,
  .legal-card li {
    font-size: 14px;
  }
}

/* ============================================================
   SECHOSVEL_007 — Homologações
   Ajuste visual da coluna de documentos e CTAs
   ============================================================ */
.homologacoes-page {
  background:
    radial-gradient(circle at top right, rgba(3,158,227,.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}
.homologacoes-page .secao-desc {
  font-size: 15.5px;
  color: #4f5d6b;
}
.homologacao-quote {
  background: linear-gradient(135deg, #039ee3 0%, #323680 100%);
  box-shadow: 0 18px 42px rgba(50,54,128,.18);
}
.homologacao-panel {
  background: #fff;
  border: 1px solid rgba(50,54,128,.10);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 58px rgba(9, 33, 61, .10);
}
.homologacao-panel-head {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 28px 30px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(50,54,128,.96), rgba(3,158,227,.90)),
    radial-gradient(circle at top right, rgba(255,255,255,.24), transparent 38%);
}
.homologacao-panel-head .head-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.20);
  font-size: 27px;
  flex-shrink: 0;
}
.homologacao-panel-head span {
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: rgba(255,255,255,.72);
  margin-bottom: 5px;
}
.homologacao-panel-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 2.4vw, 25px);
  font-weight: 800;
  line-height: 1.18;
}
.homologacao-doc-list {
  padding: 28px 30px 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.homologacao-doc-list .doc-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 58px;
  padding: 14px 14px;
  border-radius: 16px;
  background: #f7fbff;
  border: 1px solid #e6eef7;
  color: #415063;
  font-size: 13.5px;
  line-height: 1.45;
}
.homologacao-doc-list .doc-item i {
  color: #039ee3;
  font-size: 17px;
  margin-top: 1px;
  flex-shrink: 0;
}
.homologacao-orientacao {
  display: flex;
  gap: 14px;
  margin: 18px 30px 0;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(3,158,227,.10), rgba(50,54,128,.07));
  border: 1px solid rgba(3,158,227,.16);
}
.homologacao-orientacao .orientacao-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #323680;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}
.homologacao-orientacao h4 {
  margin: 0 0 5px;
  color: #1f2a44;
  font-size: 16px;
  font-weight: 800;
}
.homologacao-orientacao p {
  margin: 0;
  color: #526173;
  font-size: 13.5px;
  line-height: 1.65;
}
.homologacao-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 30px 30px;
}
.btn-homologacao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: .22s ease;
  text-decoration: none;
}
.btn-homologacao-primary {
  background: #323680;
  color: #fff;
  border: 1px solid #323680;
  box-shadow: 0 12px 26px rgba(50,54,128,.20);
}
.btn-homologacao-primary:hover {
  background: #272b6b;
  border-color: #272b6b;
  color: #fff;
  transform: translateY(-2px);
}
.btn-homologacao-whatsapp {
  background: #fff;
  color: #323680;
  border: 1px solid rgba(50,54,128,.28);
}
.btn-homologacao-whatsapp:hover {
  background: #039ee3;
  border-color: #039ee3;
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .homologacao-panel-head {
    align-items: flex-start;
    padding: 24px 22px;
  }
  .homologacao-doc-list {
    grid-template-columns: 1fr;
    padding: 22px 20px 8px;
  }
  .homologacao-orientacao {
    margin: 16px 20px 0;
  }
  .homologacao-actions {
    padding: 22px 20px 24px;
  }
  .btn-homologacao {
    width: 100%;
  }
}

/* Diretoria — composição SECHOSVEL */
.diretoria-grid .membro-card-foto {
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-radius: 20px;
}
.membro-card-foto .membro-foto {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, rgba(3,158,227,.12), rgba(50,54,128,.18));
  overflow: hidden;
}
.membro-card-foto .membro-foto::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-color), #323680);
}
.membro-card-foto .membro-foto img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}
.membro-card-foto:hover .membro-foto img {
  transform: scale(1.04);
}
.membro-card-body {
  padding: 24px 22px 26px;
}
.membro-card-body small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #323680;
  background: rgba(3,158,227,.10);
  border: 1px solid rgba(3,158,227,.18);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 14px;
}
.membro-card-body h3 {
  margin: 0 0 8px;
  color: #17213a;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 850;
}
.membro-card-body span {
  display: block;
  color: var(--brand-color);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0;
}
.membro-avatar-fallback,
.diretoria-foto-fallback {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border-radius: 0;
  margin: 0;
  background: linear-gradient(135deg, #039ee3 0%, #323680 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: .04em;
}
.diretoria-foto-fallback.grande {
  min-height: 300px;
  font-size: 62px;
}
.diretoria-destaque .diretoria-img {
  background: linear-gradient(135deg, rgba(3,158,227,.10), rgba(50,54,128,.18));
}
@media (max-width: 575px) {
  .membro-card-body { padding: 21px 19px 23px; }
  .membro-card-body h3 { font-size: 16px; }
}


/* SECHOSVEL_011 — Diretoria com cards retangulares institucionais */
.diretoria-grid .membro-card-foto {
  padding: 0 !important;
  overflow: hidden;
  text-align: left;
  border-radius: 20px;
}
.diretoria-grid .membro-card-foto .membro-foto {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  border-radius: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: linear-gradient(135deg, rgba(3,158,227,.12), rgba(50,54,128,.18));
}
.diretoria-grid .membro-card-foto .membro-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.diretoria-grid .membro-card-foto .membro-avatar,
.diretoria-grid .membro-card-foto .membro-avatar-fallback {
  width: 100% !important;
  height: 100% !important;
  min-height: 220px;
  border-radius: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .diretoria-grid .membro-card-foto .membro-foto {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
  }
}
