/* RTL – Árabe */
body.rtl { direction: rtl; text-align: right; }
.rtl .header-inner { flex-direction: row-reverse; }
.rtl .header-right { flex-direction: row-reverse; }
.rtl .link-volver::before { content: '→ '; }
.rtl .info-box { border-left: none; border-right: 4px solid #2277cc; border-radius: var(--radio) 0 0 var(--radio); }
.rtl .ko-info { border-left: none; border-right: 4px solid #CC2222; }
.rtl .ko-info ul { padding-left: 0; padding-right: 20px; }
.rtl .resumen-pago { text-align: right; }
.rtl .qty-control { flex-direction: row-reverse; }
.rtl .footer-inner { flex-direction: row-reverse; }
.rtl .servicio-row { flex-direction: row-reverse; }
