/* RTL overrides – applied when html[dir="rtl"] (Arabic) */

html[dir="rtl"] .header-inner,
html[dir="rtl"] .features-inner,
html[dir="rtl"] .footer-inner {
  text-align: right;
}

html[dir="rtl"] .hero-inner,
html[dir="rtl"] .hero-title,
html[dir="rtl"] .hero-tagline {
  text-align: center;
}

html[dir="rtl"] .features-title {
  text-align: center;
}

html[dir="rtl"] .feature-card {
  text-align: right;
}

html[dir="rtl"] .footer-inner {
  text-align: center;
}

html[dir="rtl"] .lang-switcher {
  flex-direction: row-reverse;
}
