/*
 * Maxwatt Energy V2 RTL additions.
 * Core layout uses logical properties; this file covers directional details.
 */

body {
	direction: rtl;
}

.primary-menu,
.utility-actions,
.header-actions,
.home-hero__actions,
.final-cta__buttons,
.product-summary__actions {
	flex-direction: row;
}

.page-hero--media::after,
.dealer-banner__visual::after {
	transform: scaleX(-1);
}

.form-step {
	animation-name: maxwatt-v2-rtl-form-step;
}

@keyframes maxwatt-v2-rtl-form-step {
	from { opacity: 0; transform: translateX(-12px); }
	to { opacity: 1; transform: none; }
}
