/* =====================================================================
   RTL — enqueued only when the active language is Arabic (functions.php).
   First pass covers the highest-traffic surfaces: header/nav, hero,
   Black Book grid, pricing, footer. Full pixel-parity across every
   micro-component (teach-gallery captions, ledger table, safety tiles)
   is a follow-up pass once this can be checked visually against real
   Arabic copy rather than guessed at from class names alone.
   ===================================================================== */

html[dir="rtl"] body{direction:rtl;text-align:right;}

html[dir="rtl"] .site-nav{flex-direction:row-reverse;}
html[dir="rtl"] .lang-switcher{flex-direction:row-reverse;}
html[dir="rtl"] .foot-row{flex-direction:row-reverse;}
html[dir="rtl"] .foot-links{flex-direction:row-reverse;}

html[dir="rtl"] .hero-ctas{flex-direction:row-reverse;justify-content:flex-end;}
html[dir="rtl"] .hero-meta{flex-direction:row-reverse;justify-content:flex-end;}

html[dir="rtl"] .price-list li{flex-direction:row-reverse;text-align:right;}

html[dir="rtl"] .blackbook{direction:rtl;}
html[dir="rtl"] .ledger-row{direction:rtl;text-align:right;}

html[dir="rtl"] .arch-arrow svg{transform:scaleX(-1);}

html[dir="rtl"] .doc-article ul,
html[dir="rtl"] .doc-article ol{padding-left:0;padding-right:1.4em;}
