/* Background padrão das páginas internas (exceto index) — paleta Sicredi / Prêmios */
.page-cadastro-bg {
  background-color: #062f13;
  background-image: linear-gradient(57deg, #145c1b 0%, #0f5518 38%, #062f13 100%);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .page-cadastro-bg {
    background-attachment: scroll;
    background-position: center top;
  }
}

.page-cadastro-bg::before {
  display: none;
}

.page-cadastro-bg .site-main,
.page-cadastro-bg .site-footer {
  position: relative;
  z-index: 1;
}

.page-cadastro-bg .site-header {
  position: fixed;
  z-index: 200;
}

/* Eyebrow legível nos heróis sobre o fundo verde Sicredi */
.page-cadastro-bg .catalog-hero .page-eyebrow,
.page-cadastro-bg .regulamento-hero .page-eyebrow,
.page-cadastro-bg .duvidas-hero .page-eyebrow,
.page-cadastro-bg .atendimento-header .page-eyebrow {
  color: var(--color-gold-soft);
}

/* Títulos de hero em fundo Sicredi — padrão Ganhadores */
.page-cadastro-bg .catalog-hero .page-title,
.page-cadastro-bg .catalog-hero__title,
.page-cadastro-bg .regulamento-hero__title,
.page-cadastro-bg .duvidas-hero .page-title,
.page-cadastro-bg .atendimento-header .page-title,
.page-cadastro-bg .limite-page .page-title,
.page-cadastro-bg .status-page .page-title,
.page-cadastro-bg .success-panel .page-title {
  color: #fff;
}

.page-cadastro-bg .catalog-hero__lead,
.page-cadastro-bg .regulamento-hero__lead,
.page-cadastro-bg .duvidas-hero__lead,
.page-cadastro-bg .atendimento-header__lead,
.page-cadastro-bg .limite-page__lead,
.page-cadastro-bg .status-page__lead,
.page-cadastro-bg .success-panel .page-subtitle {
  width: 100%;
  max-width: none;
  color: rgba(255, 255, 255, 0.92);
}
