/**
 * RTL Overrides - Hero Section
 * Minimal overrides for Arabic - content stays centered
 */

/* Arabic Font - Cairo (applies to ALL elements) */
html[lang="ar"],
html[lang="ar"] *,
[dir="rtl"],
[dir="rtl"] * {
  font-family: 'Cairo', sans-serif !important;
}

/* RTL: Reverse arrow direction on button */
html[lang="ar"] .lc-btn--hero .lc-btn__arrow,
[dir="rtl"] .lc-btn--hero .lc-btn__arrow {
  transform: rotate(180deg);
}

html[lang="ar"] .lc-btn--hero:hover .lc-btn__arrow,
[dir="rtl"] .lc-btn--hero:hover .lc-btn__arrow {
  transform: rotate(180deg) translateX(4px);
}

/* RTL: Reverse feature icon order */
html[lang="ar"] .lc-hero__feature,
[dir="rtl"] .lc-hero__feature {
  flex-direction: row-reverse;
}
