/* Remove os círculos decorativos do modelo */
header.masthead .bg-circle {
  display: none !important;
}

/* Fundo com imagem (JPEG otimizado; o PNG original tinha ~2 MB) */
header.masthead {
  background: url("/assets/img/fundo-hero.jpg") center center / cover no-repeat;
  position: relative;
}

/* Overlay escuro para contraste do texto (o .masthead-content já fica acima, z-index 1) */
header.masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

/* Compensa o menu fixo ao navegar pelas âncoras */
section[id] {
  scroll-margin-top: 80px;
}

.lista-servicos li,
.lista-credenciais li {
  margin-bottom: .4rem;
}

/* Página de aviso de privacidade */
.pagina-texto {
  padding-top: calc(4rem + 72px);
  padding-bottom: 4rem;
  max-width: 820px;
}

/* Título do topo menor em telas estreitas */
@media (max-width: 575.98px) {
  header.masthead .masthead-content .masthead-heading { font-size: 2.75rem; }
  header.masthead .masthead-content .masthead-subheading { font-size: 1.4rem; }
}
