.terms-container {
  max-width: 760px;
}

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

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

.terms-section {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--color-neutral-100);
}

.terms-section:last-of-type {
  border-bottom: 0;
}

.terms-section h2 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-2);
}

.terms-disclaimer {
  margin-top: var(--space-6);
  padding: var(--space-4);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(30, 185, 128, 0.08), rgba(0, 188, 212, 0.08));
}

@media (min-width: 768px) {
  .terms-header h1 {
    font-size: var(--font-size-4xl);
  }

  .terms-intro {
    font-size: var(--font-size-xl);
  }
}
