/* Banner pagine interne — immagine visibile + palette home-6 */
.banner-page {
  position: relative;
  overflow: hidden;
  padding: calc(7.75rem + 120px) 0 70px;
}

.banner-page__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}

.banner-ocr-bambini .banner-page__bg {
  object-position: center 35%;
}

.banner-page__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 12, 22, 0.72) 0%, rgba(8, 12, 22, 0.35) 55%, rgba(8, 12, 22, 0.55) 100%),
    linear-gradient(to bottom, rgba(8, 12, 22, 0.25) 0%, rgba(8, 12, 22, 0.7) 100%);
  pointer-events: none;
}

.banner-page .container {
  position: relative;
  z-index: 2;
}

.banner-page .banner-wrapper {
  align-items: center;
  text-align: center;
}

.banner-page .blog-breadcrumb {
  justify-content: center;
}

.banner-page .ocr-bambini-hero-lead {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .banner-page {
    padding: calc(7.75rem + 88px) 0 56px;
  }

  .banner-page__overlay {
    background: linear-gradient(
      to bottom,
      rgba(8, 12, 22, 0.4) 0%,
      rgba(8, 12, 22, 0.78) 100%
    );
  }
}
