/* ==========================================================================
   HEBREW RIGHT-TO-LEFT (RTL) STYLESHEET (LIGHT MODE)
   ========================================================================== */

body[dir="rtl"],
html[dir="rtl"] body {
  font-family: var(--font-hebrew);
  text-align: right;
}

/* Header & Nav RTL */
body[dir="rtl"] .logo {
  flex-direction: row;
}

body[dir="rtl"] .header-actions {
  flex-direction: row-reverse;
}

body[dir="rtl"] .nav-menu {
  flex-direction: row;
}

/* Hero Section RTL */
body[dir="rtl"] .hero-grid {
  direction: rtl;
}

body[dir="rtl"] .hero-actions {
  flex-direction: row;
}

body[dir="rtl"] .pricing-features li {
  flex-direction: row;
}

body[dir="rtl"] .faq-question {
  text-align: right;
  flex-direction: row-reverse;
}

/* Footer RTL */
body[dir="rtl"] .footer-grid {
  direction: rtl;
}

body[dir="rtl"] .footer-bottom {
  flex-direction: row-reverse;
}
