/* RTL refinements — logical properties in site.css handle most flipping;
   this file covers the few physical leftovers and Arabic type tuning. */

html[dir="rtl"] body.jt-public {
  font-family: "Cairo", "Segoe UI", Tahoma, sans-serif;
}

html[dir="rtl"] .hero-title,
html[dir="rtl"] .section-title,
html[dir="rtl"] .cta-title {
  letter-spacing: 0;
  line-height: 1.35;
}

/* Gradient text needs a bit more line height for Arabic ascenders/descenders */
html[dir="rtl"] .grad,
html[dir="rtl"] .stat-value,
html[dir="rtl"] .brand-name {
  line-height: 1.5;
  padding-bottom: 0.08em;
}

/* Keep numerals (prices, stats) latin + tabular in Arabic pages */
html[dir="rtl"] .price,
html[dir="rtl"] .stat-value {
  font-family: "Inter", "Segoe UI", sans-serif;
  direction: ltr;
  unicode-bidi: isolate;
}
