/* RTL overrides for Persian / Arabic */
body.rtl .header-inner,
body.rtl .top-bar__inner,
body.rtl .footer-grid,
body.rtl .split,
body.rtl .cta-banner,
body.rtl .contact-strip__inner,
body.rtl .article-nav {
	direction: rtl;
}

body.rtl .nav-menu,
body.rtl .lang-switcher {
	flex-direction: row-reverse;
}

body.rtl .check-list li {
	padding-left: 0;
	padding-right: 1.75rem;
}

body.rtl .check-list li::before {
	left: auto;
	right: 0;
}

body.rtl .experience-badge {
	left: auto;
	right: 1.5rem;
}

body.rtl .stat-card,
body.rtl .why-features article {
	border-left: none;
	border-right: 4px solid var(--color-teal, #2a9d8f);
}

body.rtl .why-features article {
	padding-left: 0;
	padding-right: 1rem;
}

body.rtl .article-nav__prev {
	text-align: right;
}

body.rtl .article-nav__next {
	text-align: left;
}

body.rtl .logistics-card__link::after,
body.rtl .article-card__link::after {
	content: " ←";
}

body.rtl .service-card__badge {
	right: auto;
	left: 1.25rem;
}
