/* General terms – terms.php */

.page--terms {
  padding-bottom: clamp(4rem, 9vw, 6.5rem);
}

.terms {
  max-width: 42rem;
  margin-inline: auto;
}

.terms__header {
  text-align: left;
  margin-bottom: 2.5rem;
}

.terms__header .page__title {
  margin-bottom: 0.75rem;
}

.terms__header .page__lede {
  margin-inline: 0;
  max-width: none;
}

.terms__meta {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: var(--ink-soft, #3d3d3d);
}

.terms__body {
  font-size: 1.015rem;
  line-height: 1.65;
  color: var(--ink, #1a1a1a);
}

.terms__section {
  margin-bottom: 2rem;
}

.terms__section h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display, "Amoria", Georgia, serif);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 400;
  color: var(--blue, #1a4bff);
  line-height: 1.2;
  text-transform: lowercase;
}

.terms__section p,
.terms__section ul {
  margin: 0 0 0.85rem;
}

.terms__section ul {
  padding-left: 1.25rem;
}

.terms__section li {
  margin-bottom: 0.35rem;
}

.terms__section a {
  color: var(--blue, #1a4bff);
  font-weight: 600;
}

.terms__section a:hover {
  color: var(--blue-dark, #1236b8);
}
