/* RTL overrides for the Arabic version — loaded after style.css */

:root {
  --font-display: 'Cairo', sans-serif;
  --font-body: 'Cairo', sans-serif;
  --font-mono: 'Cairo', sans-serif;
}

body { direction: rtl; text-align: right; }

.badge { left: auto; right: 14px; }
.plan-card .zoom-hint, .unit-thumb .zoom-hint { right: auto; left: 10px; }
.unit-status { left: auto; right: 10px; }
.hero-stat { border-right: none; border-left: 1px solid var(--line); }
.hero-stat:last-child { border-left: none; }
.quote-block { border-left: none; border-right: 2px solid var(--gold); padding-left: 0; padding-right: 24px; }
.lightbox-close { right: auto; left: 32px; }
.breadcrumb, .nav-links, .hero-actions, .filter-group, .social-row, .btn-row, .cta-banner .actions { direction: rtl; }
.unit-head, .unit-price, .unit-specs, .spec-strip, .finder-row, .lightbox-info { direction: rtl; }
.eyebrow { letter-spacing: 0; }
select { direction: rtl; }
.sticky-cta-inner { justify-content: flex-start; }
.finder select { text-align: right; }
.icon { margin-right: 0; margin-left: .4em; }
.unit-thumb .zoom-hint .icon, .plan-card .zoom-hint .icon { margin-left: 0; margin-right: 5px; }
.footer-contact .icon { margin-left: 12px; margin-right: 0; }
