/* Terms of Service page styles (shared EN/ES) — extracted from the old inline <style>.
   Also used as-is by privacy.html and strikes.html, which share the same .legal-page layout. */
.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--space-20) var(--container-padding) var(--space-24);
}

.legal-meta {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--accent);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: var(--space-6);
}

.legal-page h1 {
  font-family: var(--font-display);
  font-weight: var(--weight-black);
  font-size: var(--text-4xl);
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: var(--space-4);
}

.legal-updated {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-faint);
  letter-spacing: 1px;
  margin-bottom: var(--space-12);
}

.legal-page h2 {
  font-family: var(--font-display);
  font-weight: var(--weight-bold);
  font-size: var(--text-xl);
  letter-spacing: -0.5px;
  margin: var(--space-12) 0 var(--space-4);
}

.legal-page p, .legal-page li {
  font-size: var(--text-base);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-4);
}

.legal-page ul {
  padding-left: var(--space-6);
  margin-bottom: var(--space-4);
}

.legal-page a { color: var(--accent); }

.legal-page strong { color: var(--text); }
