.terms {
  max-width: 920px;
}

.terms__header {
  margin-bottom: var(--space-32);
}

.terms__intro {
  color: var(--color-text-muted);
  max-width: 720px;
}

.terms__toc {
  margin-bottom: var(--space-32);
  padding: var(--space-20);
  border-radius: var(--radius-lg);
  background-color: var(--color-surface);
  box-shadow: var(--shadow-soft);
}

.terms__toc-title {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-12);
}

.terms__toc ol {
  list-style: decimal;
  padding-left: 1.25rem;
  color: var(--color-text-muted);
}

.terms__toc li {
  margin-bottom: var(--space-8);
}

.terms__section {
  padding-top: var(--space-24);
  padding-bottom: var(--space-24);
  border-top: 1px solid var(--gray-200);
}

.terms__section:first-of-type {
  border-top: 0;
}

.terms__section h2 {
  margin-bottom: var(--space-16);
}

.terms__list {
  list-style: disc;
  padding-left: 1.25rem;
  color: var(--color-text);
  margin-bottom: var(--space-12);
}

.terms__list li {
  margin-bottom: var(--space-8);
}

.terms__cta {
  margin-top: var(--space-40);
  border-radius: var(--radius-lg);
}

.terms__cta-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-24);
}

.terms__cta h2 {
  margin-bottom: var(--space-12);
}

.terms__cta p {
  margin-bottom: var(--space-16);
  color: var(--color-text-muted);
}

@media (max-width: 767px) {
  .terms__toc {
    margin-bottom: var(--space-24);
  }

  .terms__cta-inner {
    padding: var(--space-20);
  }
}
