/* Correzioni puntuali dell'hero: nessun elemento decorativo tagliato. */
.group-page .hero-copy .eyebrow { margin-bottom: 18px; }

.group-page .hero-visual {
  overflow: visible;
}

.group-page .hero-ticket {
  top: 8%;
  left: 50%;
  width: min(330px, 70%);
  background: #020b15;
  box-shadow: 0 24px 60px #000a;
  transform: translateX(-50%);
}

.group-page .hero-ticket img {
  height: 440px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #020b15;
}

@media (max-width: 850px) {
  .group-page .hero-ticket {
    top: 6%;
    width: 275px;
  }

  .group-page .hero-ticket img { height: 395px; }
}

@media (max-width: 460px) {
  .group-page .hero-ticket {
    top: 5%;
    width: 260px;
  }

  .group-page .hero-ticket img { height: 370px; }
}

/* Archivio schedine: immagini sempre complete, mai ritagliate. */
.winning-ticket > a:first-child {
  display: grid;
  place-items: center;
  min-height: 320px;
  background: #020b15;
}

.winning-ticket > a:first-child img {
  width: 100%;
  height: auto;
  max-height: 650px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #020b15;
}

.mobile-menu .mobile-menu-feature {
  margin: 7px 0;
  border: 1px solid #ccff5688;
  border-radius: 12px;
  background: linear-gradient(135deg, #173c53, #0b223a);
  color: #d9ff83;
  font-weight: 850;
}
