/* RTL tweaks for دری/فارسی */
body{
  direction: rtl;
  font-family: Vazirmatn, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.nav{ justify-content:flex-start; }
.brand{ min-width:auto; }
.section-title{ flex-direction: row-reverse; }
.meta{ direction: rtl; }