/* Right-to-left overrides for Persian (Farsi) page */

body.rtl .nav-row { flex-direction: row-reverse; }
body.rtl .primary-nav { flex-direction: row-reverse; }
body.rtl .hero-stats { flex-direction: row-reverse; }
body.rtl .footer-grid { direction: rtl; }

body.rtl .brand { flex-direction: row-reverse; }
body.rtl .brand-text { align-items: flex-end; }

body.rtl .hero-grid { direction: rtl; }
body.rtl .two-col { direction: rtl; }

body.rtl input, body.rtl textarea, body.rtl select { text-align: right; }
