#age-gate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* Contenuto centrale */
.age-container {
  text-align: center;
  color: #ffffff;
  padding: 20px;
}

/* Logo */
.age-logo {
  max-width: 220px;
  width: 80%;
  margin-bottom: 30px;
}

/* Testo */
.age-text {
  font-size: 20px;
  margin-bottom: 30px;
}

/* Bottoni */
.age-buttons button {
  margin: 10px;
  padding: 12px 30px;
  font-size: 16px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover elegante */
.age-buttons button:hover {
  background: #ffffff;
  color: #1a1a1a;
}
.pbc-banner {
  display: none !important;
}