/* ================================
   STILE TERMINI – CONTENUTO DOPO HERO
================================ */
.terms-section {
  padding: 3rem 1.5rem 5rem;
}

.terms-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.terms-wrapper h2 {
  text-align: center;
  color: #084537;
  font-size: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.terms-wrapper p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  text-align: left;
}
.terms-wrapper a {
  color: #c2380c;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.terms-wrapper a:hover,
.terms-wrapper a:focus {
  color: #084537 !important; /* verde scuro per contrasto al passaggio del mouse */
  text-decoration: none;
}


.terms-wrapper ul {
  margin: 1.5rem 0 2rem;
  padding-left: 1.5rem;
}

