html {
  scroll-behavior: smooth;
}

/* Normalize partner logos in TEAM section */
.partner-logo-wrap {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}

.partner-logo {
  max-width: 86%;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.news-more-wrap {
  margin-top: 2rem;
}

.hero-logo-overlay {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

/* Logo centrato verticalmente e orizzontalmente sul hero */
.hero-logo-center {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  pointer-events: none;
}

.hero-mobile {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-mobile-bg {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  vertical-align: middle;
}
