/* ============================================================
   RTL Overrides — Arabic (dir="rtl")
   ============================================================ */

/* Language selector flips to left */
.chooser__lang {
    right: auto;
    left: var(--space-6);
}

/* Card content stays centered — no major changes needed */

/* Footer links */
.chooser__footer-links {
    direction: rtl;
}

/* Contact buttons remain centered — order preserved */

/* CTA arrow flips */
.chooser__card-cta {
    direction: rtl;
}

/* Laser spotlights flip */
.chooser__laser--left {
    left: auto;
    right: 10%;
}

.chooser__laser--right {
    right: auto;
    left: 10%;
}

/* Typography — use Noto Naskh Arabic for Arabic text */
[dir="rtl"] {
    font-family: 'Noto Naskh Arabic', 'Roboto', sans-serif;
}

[dir="rtl"] .chooser__card-title {
    font-family: 'Noto Naskh Arabic', 'Roboto', sans-serif;
    letter-spacing: 0;
}

[dir="rtl"] .chooser__card-subtitle {
    font-family: 'Noto Naskh Arabic', 'Roboto', sans-serif;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .chooser__lang {
        right: auto;
        left: var(--space-3);
    }
}
