/* Podstrony — pełnoszerokościowe tło (jak „Teraz na boiskach”), bez wpływu na .page-home */

body.ppl-premium:not(.page-home) {
  background: linear-gradient(165deg, #0c1f3c 0%, #0a1830 55%, #081420 100%) !important;
  background-attachment: fixed;
}

body.ppl-premium:not(.page-home) main {
  background: transparent;
}

/* Sekcje przezroczyste — tło widać z body */
body.ppl-premium:not(.page-home) .section-tone-stadium,
body.ppl-premium:not(.page-home) .section-tone-deep,
body.ppl-premium:not(.page-home) .section-tone-mid,
body.ppl-premium:not(.page-home) .section-tone-glass,
body.ppl-premium:not(.page-home) .section-tone-agenda,
body.ppl-premium:not(.page-home) .section-tone-moments,
body.ppl-premium:not(.page-home) .section-tone-guests,
body.ppl-premium:not(.page-home) .section-tone-highlights,
body.ppl-premium:not(.page-home) .section-tone-content-page,
body.ppl-premium:not(.page-home) .section-agenda-page,
body.ppl-premium:not(.page-home) .section-guests-page,
body.ppl-premium:not(.page-home) main > .section,
body.ppl-premium:not(.page-home) main > .section.page-section,
body.ppl-premium:not(.page-home) main > .section.container {
  background: transparent;
  background-image: none;
}
