/* ============================================================
   Footer global — mesmo visual em todas as páginas do hub
   (cronograma, plano-midia, aprovacao, elemidia)
   ============================================================ */
.site-footer {
  padding: 60px 24px;
  background: #0D436B;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center bottom, rgba(80, 229, 150, 0.18), transparent 60%);
  pointer-events: none;
}
.site-footer h2 {
  max-width: 760px;
  margin: 0 auto 12px;
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.25;
}
.site-footer p {
  max-width: 640px;
  margin: 0 auto;
  opacity: 0.8;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.55;
}
.site-footer .brand-footer-row {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.site-footer .brand-logo-footer {
  height: 24px;
  width: auto;
  opacity: 0.9;
}
.site-footer .brand-footer-text {
  font-size: 12px;
  opacity: 0.7;
  margin: 0;
}
@media (max-width: 760px) {
  .site-footer { padding: 44px 18px; }
  .site-footer h2 { font-size: 22px; }
  .site-footer p { font-size: 14px; }
}
