/* === Forçar cor do cabeçalho da área pública === */
.pkp_structure_head,
header.pkp_structure_head,
header.app__header,
.pkp_head_wrapper {
  background-color: #D9631E !important;
  border: none !important;
}

/* === Ajustar contraste de textos e links === */
.pkp_structure_head a,
.pkp_structure_head .pkp_navigation_primary > li > a,
.pkp_structure_head .pkp_navigation_user a,
.pkp_structure_head span,
.pkp_structure_head button {
  color: #fff !important;
}

/* === Hover mantém contraste === */
.pkp_structure_head a:hover,
.pkp_structure_head .pkp_navigation_primary > li > a:hover,
.pkp_structure_head .pkp_navigation_user a:hover {
  color: #fff !important;
  opacity: 0.9;
}
