@charset "UTF-8";
      .legal-content { max-width: 720px; margin: 0 auto; }
      .legal-content h2 { font-size: 1.1rem; font-weight: 800; margin: 32px 0 10px; color: var(--text); }
      .legal-content h2:first-child { margin-top: 0; }
      .legal-content p, .legal-content address { font-size: .92rem; color: var(--text-muted); line-height: 1.75; font-style: normal; margin-bottom: 12px; }
      .legal-content a { color: var(--primary); }
      .legal-content a:hover { text-decoration: underline; }
    
