.terms {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.terms h1,
.terms h2,
.terms h3,
.terms h4 {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #111;
}

.terms h1 {
  font-size: 2rem;
}

.terms h2 {
  font-size: 1.5rem;
}

.terms h3 {
  font-size: 1.25rem;
}

.terms p {
  margin-bottom: 1.2rem;
}

.terms ul,
.terms ol {
  margin: 1rem 0 1.5rem 1.5rem;
  padding-left: 1rem;
}

.terms ul li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
}

.terms ol li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
}

.terms a {
  color: #d97706; /* amber-600 */
  text-decoration: none;
  transition: color 0.3s ease;
}

.terms a:hover {
  color: #b45309; /* amber-700 */
  text-decoration: underline;
}

.terms section {
  margin-bottom: 2rem;
}