body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans SC", sans-serif;
  line-height: 1.65;
  color: #1a1a2e;
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 20px 48px;
  background: #fafbfc;
}
body.rtl { direction: rtl; }
.legal-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.legal-top a { color: #ff6b35; text-decoration: none; }
.legal-top a:hover { text-decoration: underline; }
.legal-top select {
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #e8eaed;
  font-size: 13px;
}
h1 { font-size: 1.75rem; margin-bottom: 0.5rem; }
h2 { font-size: 1.15rem; margin-top: 2rem; }
p, li { font-size: 0.95rem; color: #333; }
a { color: #ff6b35; }
.muted { color: #666; font-size: 0.9rem; }
.box {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 16px 18px;
  margin: 16px 0;
}
.about-cats { columns: 2; gap: 8px 24px; }
.about-hub-section { margin: 1.5rem 0 0; }
.about-hub-section h3 { font-size: 1.1rem; margin: 0 0 0.5rem; }
.about-hub-section h3 a { color: #ff6b35; text-decoration: none; }
.about-hub-section h3 a:hover { text-decoration: underline; }
.about-hub-desc { color: #6b7280; margin: 0 0 0.75rem; line-height: 1.6; max-width: 52rem; }
.about-intro a { color: #ff6b35; }
@media (max-width: 520px) { .about-cats { columns: 1; } }
.legal-footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e8eaed;
  font-size: 13px;
}
.legal-footer-nav .sep { color: #9aa0ad; user-select: none; }
.legal-footer-nav a { color: #ff6b35; text-decoration: none; }
.legal-footer-nav a:hover { text-decoration: underline; }
