.language-switcher {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  white-space: nowrap;
}
.language-switcher a {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
}
.language-switcher a.active { background: var(--ink); color: #fff; }
[dir="rtl"] body { font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; text-align: right; }
[dir="rtl"] .hero-showcase span,
[dir="rtl"] .product-img em { right: 14px; left: auto; }
[dir="rtl"] .product dd { text-align: left; }
[dir="rtl"] .quote-copy ul { padding-right: 18px; padding-left: 0; }
[dir="rtl"] .wa-float { right: auto; left: 22px; }
@media (max-width: 620px) {
  .header { gap: 8px; }
  .logo-mark { width: 40px; height: 40px; }
  .logo-copy strong { font-size: 14px; }
  .logo-copy small { display: none; }
  .language-switcher a { padding: 4px 6px; font-size: 9px; }
}
