.subscriptions-global-page-background {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  overflow-x: hidden;
  color: var(--ghv-landing-text, var(--landing-text, #f5f8ff));
  background: var(--ghv-landing-page-bg, var(--landing-page-bg, #07111f));
}

/* Mantém uma única camada decorativa, alinhada ao fundo público aprovado. */
.subscriptions-global-page-background::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: '';
  opacity: .18;
  background: var(--ghv-grid-overlay, transparent);
}

.subscriptions-global-page-background > * {
  position: relative;
  z-index: 1;
}

/* Escala local: conteudo 1, header 100, dropdown 120 e modais 220+. */
.subscriptions-global-page-background > .landing-header {
  position: sticky;
  z-index: 100;
}

/* O grid passa a ser controlado pelo wrapper compartilhado nesta rota. */
body.assinaturas-page::before {
  background: none !important;
  opacity: 0 !important;
}
