/* ChessDare – Terms & Privacy */

.legal-section {
  padding: calc(64px + var(--space-2xl)) 0 var(--space-3xl);
  min-height: 100vh;
}

.legal-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
}

.legal-title {
  font-size: var(--font-size-3xl);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-sm);
}

.legal-updated {
  color: var(--text-muted);
  font-size: var(--font-size-sm);
  margin: 0;
}

.legal-doc {
  max-width: 42rem;
  margin: 0 auto;
  color: var(--text-secondary);
  font-size: var(--font-size-base);
  line-height: 1.65;
}

.legal-doc h2 {
  color: var(--text-primary);
  font-size: var(--font-size-xl);
  font-weight: 700;
  margin: var(--space-2xl) 0 var(--space-md);
  letter-spacing: -0.01em;
}

.legal-doc h2:first-of-type {
  margin-top: 0;
}

.legal-doc p {
  margin: 0 0 var(--space-md);
  white-space: pre-line;
}

.legal-doc p:last-child {
  margin-bottom: 0;
}

.legal-doc a {
  color: var(--text-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-doc a:hover {
  color: var(--text-primary);
}

.legal-footer {
  text-align: center;
  margin-top: var(--space-3xl);
}

@media (max-width: 640px) {
  .legal-title {
    font-size: var(--font-size-2xl);
  }
}
