/* ============================================================
   ZU — RTL (Arabic) overrides
   Flex/grid follow the writing direction automatically; these rules
   fix absolute positioning, asymmetric paddings, gradients and arrows.
   ============================================================ */

/* Arabic typography. */
[dir="rtl"] body,
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3,
[dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6,
[dir="rtl"] .zu-btn,
[dir="rtl"] .zu-eyebrow {
  font-family: 'Tajawal', 'Segoe UI', Tahoma, sans-serif;
}
[dir="rtl"] .zu-eyebrow { letter-spacing: 0; }
[dir="rtl"] .zu-hero__title { font-weight: 400; letter-spacing: 0; }

/* Directional arrows point the other way. */
[dir="rtl"] .zu-arrow { transform: scaleX(-1); }
[dir="rtl"] .zu-btn:hover .zu-arrow,
[dir="rtl"] .zu-section__link:hover .zu-arrow,
[dir="rtl"] .zu-college-card__link:hover .zu-arrow { transform: scaleX(-1) translateX(3px); }

/* Navbar dropdowns anchor to the right edge. */
[dir="rtl"] .zu-nav__dropdown { left: auto; right: 8px; }

/* Hero scrim: dark side follows the text (right in RTL). */
[dir="rtl"] .zu-hero__scrim {
  background: linear-gradient(-100deg, rgba(6,8,12,.86) 18%, rgba(6,8,12,.45) 55%, rgba(6,8,12,.25) 100%);
}
[dir="rtl"] .zu-hero__stat { border-right: 0; border-left: 1px solid rgba(255,255,255,.09); }
[dir="rtl"] .zu-hero__stat:last-child { border-left: 0; }

/* Campus feature bullets. */
[dir="rtl"] .zu-campus__features li { padding-left: 0; padding-right: 18px; }
[dir="rtl"] .zu-campus__features li::before { left: auto; right: 0; }
[dir="rtl"] .zu-campus__location { left: 22px; right: 22px; }

/* College card badges/labels. */
[dir="rtl"] .zu-college-card__badge { left: auto; right: 14px; }
[dir="rtl"] .zu-college-card__programs { left: auto; right: 14px; }

/* Why-ZU collage: mirror the floating pieces. */
[dir="rtl"] .zu-why__img3 { left: auto; right: 12%; }
[dir="rtl"] .zu-why__stat { right: auto; left: 6%; }

/* Footer newsletter input + icon. */
[dir="rtl"] .zu-footer__subscribe input {
  padding: 13px 42px 13px 16px;
  border-right: 1px solid #565656; border-left: 0;
  border-radius: 0 var(--zu-radius) var(--zu-radius) 0;
}
[dir="rtl"] .zu-footer__mail-icon { left: auto; right: 14px; }
[dir="rtl"] .zu-footer__subscribe .zu-btn { border-radius: var(--zu-radius) 0 0 var(--zu-radius); }

/* CTA banner tint mirrored. */
[dir="rtl"] .zu-cta-banner__tint {
  background: linear-gradient(-90deg, rgba(140,31,47,.94) 0%, rgba(92,30,40,.88) 60%, rgba(52,32,36,.9) 100%);
}

/* Brand lockup spacing. */
[dir="rtl"] .zu-brand__en { letter-spacing: .06em; }
