/* RTL overrides for Arabic */
body { direction: rtl; }

/* Navigation */
.site-header { flex-direction: row-reverse; }
.nav-links { margin-left: 0; margin-right: auto; }

/* Tables */
th, td { text-align: right; }

/* Forms */
label { text-align: right; }
input, textarea, select { text-align: right; }

/* Features */
.features { flex-direction: row-reverse; }

/* Contact chips */
.contact-chip { flex-direction: row-reverse; }

/* FAQ accordion arrows */
.faq-q { flex-direction: row-reverse; text-align: right; }

/* Hero overlays - text alignment */
.detail-hero .hero-overlay,
.hero { text-align: right; }

/* Two column */
.two-col { direction: rtl; }

/* Footer */
.footer { direction: rtl; }

/* Lang switcher */
.lang-switcher { direction: rtl; }

/* Buttons */
.button { direction: rtl; }
