/* RTL Styles for Arabic */
body[dir="rtl"],
html[dir="rtl"] {
  direction: rtl;
}

/* Navigation RTL */
[dir="rtl"] .nav-container {
  flex-direction: row-reverse;
}

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

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

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

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

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

/* Steps RTL */
[dir="rtl"] .step {
  flex-direction: row-reverse;
}

[dir="rtl"] .step-content {
  text-align: right;
}

/* Language Dropdown RTL */
[dir="rtl"] .language-dropdown {
  right: auto;
  left: 0;
}

/* Feature Cards RTL */
[dir="rtl"] .feature-card,
[dir="rtl"] .core-feature-card,
[dir="rtl"] .faq-item {
  text-align: right;
}

/* Lists RTL */
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding-right: 20px;
  padding-left: 0;
}

[dir="rtl"] .requirement,
[dir="rtl"] .feature,
[dir="rtl"] .social-feature {
  flex-direction: row-reverse;
}

/* Download Buttons RTL */
[dir="rtl"] .download-buttons-hero,
[dir="rtl"] .download-buttons-main {
  flex-direction: row-reverse;
}

/* Location Overlay RTL */
[dir="rtl"] .location-overlay {
  left: auto;
  right: 19px;
}

[dir="rtl"] .location-info {
  flex-direction: row-reverse;
}

/* Policy Grid RTL */
[dir="rtl"] .policy-grid,
[dir="rtl"] .safety-tips-grid {
  direction: rtl;
}

[dir="rtl"] .safety-tip,
[dir="rtl"] .policy-item {
  text-align: right;
}

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