/* === VIANORIA — Arabic RTL === */
body { direction: rtl; text-align: right; }
.nav .wrap { flex-direction: row-reverse; }
.nav-links { flex-direction: row-reverse; }
.nav-logo { flex-direction: row-reverse; }
.lang-switch { margin-left: 0; margin-right: 8px; }
.stats .wrap { direction: rtl; }
.footer-grid { direction: rtl; }
.cta-band .wrap { flex-direction: row-reverse; }
.confiance-item { border-left: none; border-right: 3px solid var(--terra); padding-left: 0; padding-right: 20px; }
.principe { border-left: none; border-right: 3px solid var(--terra); padding-left: 0; padding-right: 24px; }
.f-card .features li, .accomp-card .features li { padding: 4px 18px 4px 0; }
.f-card .features li::before, .accomp-card .features li::before { right: 0; left: auto; content: '←'; }
.legal-content ul li { padding: 4px 20px 4px 0; }
.legal-content ul li::before { right: 0; left: auto; }
.form-group select { background-position: left 14px center; padding-left: 36px; padding-right: 14px; }
.contact-grid { direction: rtl; }
.nav-overlay a { text-align: right; }
@media (max-width: 900px) { .cta-band .wrap { flex-direction: column; text-align: center; } }
