/* =========================================================================
   WTL TECH — rtl.css
   Loaded only for Arabic. Most layout uses logical properties + dir="rtl",
   so this file only carries the few physical-direction fixes that remain.
   ========================================================================= */

.lang-ar body,
body.lang-ar { direction: rtl; }

/* Mono / Latin fragments (phone, email, brand word) stay LTR via dir="ltr". */
body.lang-ar .brand__word { direction: ltr; }

/* Nav active underline is symmetric; nothing to flip. */

/* Arabic reads better with slightly looser body leading. */
body.lang-ar { line-height: 1.85; }
body.lang-ar .section-lead { line-height: 1.9; }

/* Eyebrow: tighten mono tracking for Arabic labels. */
body.lang-ar .eyebrow,
body.lang-ar .footer__col h3 { letter-spacing: .02em; }

/* Buttons: arrow icons already flipped in main.css via .lang-ar rules. */
