/* ========== ARABIC RTL OVERRIDES ========== */
body {
  font-family: 'Tajawal', 'DM Sans', sans-serif;
}

/* Fix RTL direction for why-row-reverse */
.why-row-reverse { direction: ltr; }
.why-row-reverse > * { direction: rtl; }

/* Provider layout - keep LTR for connector lines */
.provider-layout { direction: ltr; }
.provider-layout .platform-icon { direction: rtl; }

/* Pricing badge centered */
.pricing-badge { direction: ltr; }

/* Newsletter input */
.newsletter-form input { text-align: right; }

/* Footer social icons - keep LTR order */
.footer-social { direction: ltr; }

/* Gov banner RTL adjustments */
.gov-registration-content { justify-content: flex-end; }
