

.terms-hero__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
}

.terms-toc {
  margin-bottom: var(--space-8);
}

.terms-toc__title {
  font-size: var(--font-size-md);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}

.terms-toc__list {
  background-color: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  box-shadow: var(--shadow-sm);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  list-style: none;

}

.terms-toc__list li {
  margin-bottom: var(--space-2);
}

.terms-toc__list li:last-child {
  margin-bottom: 0;
}

.terms-toc__list a {
  text-decoration: none;
}

.terms-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.terms-section {
  background-color: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  box-shadow: var(--shadow-md);
}

.terms-section h2 {
  margin-bottom: var(--space-3);
}

.terms-section ul {
  margin-top: var(--space-2);
}

.terms-section a {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.terms-cta {
  margin-top: var(--space-8);
}

@media (max-width: 640px) {
  .terms-section {
    padding: var(--space-4);
  }

  .terms-toc__list {
    padding: var(--space-3);
  }
}
