.legal-page { max-width: 760px; margin: 0 auto; }
.legal-page h1 { font-size: 2rem; font-weight: 800; margin-bottom: 32px; }
.legal-page h2 { font-size: 1.4rem; font-weight: 800; margin-top: 48px; margin-bottom: 16px; color: var(--green-dark); }
.legal-page h3 { font-size: 1.1rem; font-weight: 700; margin-top: 32px; margin-bottom: 12px; }
.legal-page h4 { font-size: 0.95rem; font-weight: 700; margin-top: 24px; margin-bottom: 8px; }
.legal-page p { font-family: 'Source Serif 4', serif; font-weight: 400; font-size: 0.92rem; line-height: 1.75; color: var(--text-muted); margin-bottom: 12px; }
.legal-page ul { margin: 12px 0 12px 24px; }
.legal-page li { font-family: 'Source Serif 4', serif; font-weight: 400; font-size: 0.92rem; line-height: 1.75; color: var(--text-muted); margin-bottom: 6px; }
.legal-page a { color: var(--green); word-break: break-all; }
.legal-page strong { font-weight: 600; color: var(--text); }
  
