/* RTL for non-rtl-supported elements */

[dir="rtl"] body { text-align: right; }

/* Latin brand names, URLs, phone numbers and code - no RTL. */
[dir="rtl"] .logo,
[dir="rtl"] [data-ltr],
[dir="rtl"] .email-reveal output,
[dir="rtl"] .channel-meta {
  direction: ltr;
  unicode-bidi: isolate;
  text-align: center;
}
[dir="rtl"] .logo { text-align: right; }

/* Hamburger's animated bar */
[dir="rtl"] .hamburger.open span:nth-child(1) { transform: rotate(-45deg) translate(4px, 4px); }
[dir="rtl"] .hamburger.open span:nth-child(3) { transform: rotate(45deg)  translate(4px, -4px); }

/* Mobile nav, reading edge */
[dir="rtl"] .nav-links { align-items: flex-end; }

/* Gradient bars */
[dir="rtl"] .process-card::before {
  background: linear-gradient(to left,
              var(--brand-red), var(--brand-orange), var(--brand-yellow));
}

/* Process cards ltr isolatoin */
[dir="rtl"] .process-num,
[dir="rtl"] .error-code,
[dir="rtl"] .stat-number { direction: ltr; unicode-bidi: isolate; text-align: start; }

/* Centered skeleton blocks, no right alignment */
[dir="rtl"] .sk-center .sk-title,
[dir="rtl"] .sk-center .sk-label { margin-inline: auto; }

/* Line height legibility */
[lang="ar"] body,
[dir="rtl"] .section-body,
[dir="rtl"] .legal-prose { line-height: 1.95; }

/* No headings overflow */
[lang="ar"] {
  --fs-hero:  clamp(2.5rem, 6vw, 4.8rem);
  --fs-title: clamp(1.9rem, 4vw, 3.1rem);
}
