/* ════════════ RTL — desktop only (≥901px) ════════════ */
@media (min-width: 901px) {
    [dir="rtl"] .header-inner    { flex-direction: row-reverse; }
    [dir="rtl"] .header-right    { flex-direction: row-reverse; }
}

/* ════════════ RTL — all screens ════════════ */

/* Fuente árabe — solo en texto, nunca en iconos */
[dir="rtl"] body { font-family: 'Scheherazade New', serif; }
[dir="rtl"] *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not([class*="fa-"]) {
    letter-spacing: 0;
}

/* Header */
[dir="rtl"] .header-logo         { flex-direction: row-reverse; }
[dir="rtl"] .header-logo-text    { text-align: right; }
[dir="rtl"] .lang-trigger        { flex-direction: row-reverse; }
[dir="rtl"] .lang-opt            { text-align: right; flex-direction: row-reverse; }
[dir="rtl"] .lang-dropdown       { right: auto; left: 0; }
[dir="rtl"] .hamburger           { margin-left: 0; margin-right: auto; }

/* Sticky */
[dir="rtl"] .sticky-reserve      { right: auto; left: 28px; }

/* Hero */
[dir="rtl"] .hero-inner          { direction: rtl; }
[dir="rtl"] .hero-content        { text-align: right; }
[dir="rtl"] .hero-badge          { direction: rtl; }
[dir="rtl"] .hero-actions        { flex-direction: row-reverse; }
[dir="rtl"] .hero-rating         { direction: rtl; }
[dir="rtl"] .hero-subtitle       { direction: rtl; }

/* About */
[dir="rtl"] .about-stats         { direction: rtl; }
[dir="rtl"] .about-content       { text-align: right; }

/* Testimonios */
[dir="rtl"] .testi-author        { flex-direction: row-reverse; }
[dir="rtl"] .testi-card          { text-align: right; }

/* Mobile — 600px */
@media (max-width: 600px) {
    [dir="rtl"] .sticky-reserve  { left: 14px; right: auto; }
}