/* ==========================================================================
   Lutos AI — RTL (Persian) overrides
   ========================================================================== */

body.rtl, body.lutos-lang-fa { direction: rtl; text-align: right; }
body.rtl .la-section-head, body.lutos-lang-fa .la-section-head { text-align: center; }

/* Flip alignments */
.rtl .la-header-inner { direction: rtl; }
.rtl .la-nav-desktop ul { direction: rtl; }
.rtl .la-hero-text p { margin-right: 0; margin-left: auto; }
.rtl .la-hero-cta { flex-direction: row-reverse; }
.rtl .la-bullets li { flex-direction: row-reverse; }

/* Search icon flip */
.rtl .la-search svg { left: auto; right: 1rem; }
.rtl .la-search input { padding: 0.75rem 3rem 0.75rem 1rem; }

/* Chat & modal flip */
.rtl .la-chat { right: auto; left: 1.5rem; }
.rtl .la-chat-toggle { right: auto; left: 1.5rem; }
.rtl .la-msg-user { align-self: flex-start; border-bottom-right-radius: 16px; border-bottom-left-radius: 4px; }
.rtl .la-msg-ai { align-self: flex-end; border-bottom-left-radius: 16px; border-bottom-right-radius: 4px; }
.rtl .la-chat-messages { direction: rtl; }
.rtl .la-typing { align-self: flex-end; }

/* Tables */
.rtl .la-table th, .rtl .la-table td { text-align: right; }

/* Dashboard nav alignment */
.rtl .la-dash-nav a { text-align: right; }

/* Video watermark mirrored */
.rtl .la-video-watermark { right: auto; left: 8px; }

/* Form input direction */
.rtl .la-form input, .rtl .la-form textarea, .rtl .la-form select { text-align: right; }

/* Footer */
.rtl .la-footer-grid { direction: rtl; }
.rtl .la-social-row { flex-direction: row-reverse; }

/* Vazirmatn for Persian numbers and clean look */
.lutos-lang-fa { font-family: 'Vazirmatn', 'Outfit', sans-serif; }
.lutos-lang-fa h1, .lutos-lang-fa h2, .lutos-lang-fa h3, .lutos-lang-fa h4 { font-family: 'Vazirmatn', 'Playfair Display', serif; }
.lutos-lang-fa .la-pkg-price, .lutos-lang-fa .la-course-price, .lutos-lang-fa .la-hero-stat strong, .lutos-lang-fa .la-tool-result-row strong { font-family: 'Vazirmatn', 'Playfair Display', serif; }

/* Mobile menu toggle position */
.rtl .la-nav-mobile { text-align: right; }
