.legal-page { padding-top: 8em; }
.legal-content { max-width: 800px; margin: 0 auto; padding: 2em; }
.legal-content h1 { font-family: "Onest", sans-serif; font-size: 2rem; margin-bottom: 0.5em; }
.legal-content h2 { font-family: "Onest", sans-serif; font-size: 1.2rem; margin: 2em 0 0.75em; }
.legal-content h3 { font-family: "Onest", sans-serif; font-size: 1rem; margin: 1em 0 0.5em; }
.legal-content p { font-family: "Onest", sans-serif; font-size: 0.9rem; line-height: 1.7; text-transform: none; margin-bottom: 0.75em; opacity: 0.8; }
.legal-content ul { margin: 0.5em 0 1em 1.5em; }
.legal-content li { font-family: "Onest", sans-serif; font-size: 0.9rem; line-height: 1.7; text-transform: none; opacity: 0.8; margin-bottom: 0.4em; }
.legal-date { font-family: "Onest", sans-serif; font-size: 0.8rem; opacity: 0.4; text-transform: none; margin-bottom: 2em; }
.legal-table { width: 100%; border-collapse: collapse; margin: 1em 0; }
.legal-table td { font-family: "Onest", sans-serif; font-size: 0.85rem; text-transform: none; padding: 0.6em 1em; border: 1px solid rgba(0,0,0,0.08); }
.legal-table td:first-child { font-weight: 700; width: 35%; background: rgba(0,0,0,0.02); }

@media (max-width: 1000px) {
  .legal-content { padding: 1.25em; }
  .legal-content h1 { font-size: 1.5rem; }
}
