/* =============================================
   RTL (Right-to-Left) — Arapça Dil Desteği
   ============================================= */
body { direction: rtl; text-align: right; }

/* Header */
.header-container { flex-direction: row-reverse; }
.lang-mobile-wrap  { margin-left: 0; margin-right: auto; }
nav ul             { flex-direction: row-reverse; }
.dropdown          { left: auto; right: 0; text-align: right; }

/* Footer */
.footer-content    { direction: rtl; }
.footer-section    { text-align: right; }
.footer-section a  { text-align: right; }

/* İçerik blokları */
.story-content,
.content-block-inner,
.mv-grid,
.brands-cards-grid,
.contact-grid      { direction: rtl; }

.contact-card      { flex-direction: row-reverse; }
.contact-card-icon { margin-right: 0; margin-left: 1rem; }

/* Hero buton grubu */
.hero-cta          { flex-direction: row-reverse; }
.hero-features     { flex-direction: row-reverse; }

/* Genel liste hizalaması */
ul, ol             { padding-right: 1.25rem; padding-left: 0; }

/* Ok işaretlerini ters çevir */
.link-arrow::after        { content: ' ←'; }
.card-link::after         { content: ' ←'; }
.cta-button svg           { transform: scaleX(-1); }

/* Section badge */
.section-badge { direction: rtl; }
