/* Spazio pagina sotto il menu */
.page-wrap{
  padding-top: 30px;
  padding-bottom: 40px;
}

/* Titolo grande centrato */
.page-title{
  font-weight: 700;
  letter-spacing: .2px;
  margin: 22px 0 22px;
  line-height: 1.15;
  font-size: clamp(26px, 3.2vw, 44px);
}

/* Bottoni centrati e responsive */
.actions{
  margin: 18px 0 22px;
}

.action-btn{
  width: 100%;
  max-width: 420px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #34a792;
  border: 1px solid #34a792;
}

/* Immagine locandina centrata, con dimensione controllata */
.poster-wrap{
  margin: 22px 0 10px;
}

.poster-img{
  width: 100%;
  max-width: 720px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

/* Testo hint */
.hint{
  font-size: 0.95rem;
  opacity: .75;
}

/* Migliorie mobile */
@media (max-width: 576px){
  .page-wrap{
    padding-top: 22px;
    padding-bottom: 30px;
  }
}
.page-subtitle{
  text-align: center;
  font-size: clamp(15px, 1.6vw, 18px);
  margin-top: -10px;
  margin-bottom: 26px;
  opacity: 0.85;
}

.program-text{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6;
}

.program-text h3{
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
}

.program-text h4{
  margin-top: 22px;
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 600;
}

.program-text ul{
  padding-left: 18px;
  margin-bottom: 12px;
}

.program-text li{
  margin-bottom: 6px;
}
