.anyfor-how-role-switcher {
	position: relative;
	padding: 76px 20px 48px;
	text-align: center;
	overflow: hidden;
}

.anyfor-how-role-switcher::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(6, 20, 25, 0.48);
	content: "";
	pointer-events: none;
}

.anyfor-how-role-switcher .elementor-container {
	position: relative;
	z-index: 1;
	max-width: 1140px;
}

.anyfor-how-role-switcher .elementor-heading-title {
	color: #1e1e1e;
	font-family: Inter, sans-serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 650;
	line-height: 1.14;
}

.anyfor-how-role-switcher .elementor-widget-text-editor {
	max-width: 820px;
	margin: 14px auto 0;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 1.65;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.anyfor-why-section,
.anyfor-how-navigation {
	padding: 76px 20px;
}

.anyfor-why-section .elementor-container,
.anyfor-how-navigation .elementor-container {
	max-width: 1320px;
}

.anyfor-why-section .wr-content-box-wrapper,
.anyfor-how-navigation .wr-content-box-wrapper {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.anyfor-why-section .wr-subtitle,
.anyfor-how-navigation .wr-subtitle {
	color: #dbb332;
}

.anyfor-why-section .wr-title,
.anyfor-how-navigation .wr-title {
	color: #1e1e1e;
}

.anyfor-why-section .wr-description,
.anyfor-how-navigation .wr-description {
	color: #5f6470;
}

.anyfor-why-cards {
	margin-top: 34px;
}

.anyfor-why-card-column > .elementor-widget-wrap {
	height: 100%;
	padding: 10px;
}

.anyfor-why-card-column .elementor-widget-icon-box,
.anyfor-why-card-column .elementor-widget-container,
.anyfor-why-card-column .elementor-icon-box-wrapper {
	height: 100%;
}

.anyfor-why-card-column .elementor-icon-box-wrapper {
	padding: 30px 24px;
	border: 1px solid #e4e7e9;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(10, 15, 38, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.anyfor-why-card-column .elementor-icon-box-wrapper:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 42px rgba(10, 15, 38, 0.1);
}

.anyfor-why-card-column .elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	border-radius: 18px;
	background: rgba(23, 98, 71, 0.1);
	color: #176247;
	font-size: 24px;
}

.anyfor-why-card-column .elementor-icon-box-title {
	margin-bottom: 12px;
	color: #1e1e1e;
	font-family: Inter, sans-serif;
	font-size: 20px;
	font-weight: 650;
	line-height: 1.35;
}

.anyfor-why-card-column .elementor-icon-box-description {
	color: #5f6470;
	font-family: Inter, sans-serif;
	font-size: 15px;
	line-height: 1.7;
}

.anyfor-how-navigation {
	padding-top: 56px;
	padding-bottom: 30px;
	background: #f7f9f8;
	text-align: center;
}

.anyfor-how-role-tabs {
	display: inline-flex;
	gap: 8px;
	margin-top: 22px;
	padding: 6px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #f7f7f8;
	box-shadow: 0 12px 30px rgba(10, 15, 38, 0.08);
}

.anyfor-how-role-tab {
	min-width: 168px;
	padding: 13px 24px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #4f5563;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.25;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.anyfor-how-role-tab:hover,
.anyfor-how-role-tab:focus-visible {
	color: #1e1e1e;
	outline: none;
}

.anyfor-how-role-tab.is-active {
	background: #176247;
	color: #fff;
	box-shadow: 0 8px 18px rgba(23, 98, 71, 0.22);
}

body.anyfor-how-role-ready .anyfor-how-step {
	display: none;
}

body.anyfor-how-role-ready .anyfor-how-step.is-active {
	display: block;
	animation: anyfor-how-step-in 260ms ease both;
}

.anyfor-how-step {
	padding: 56px 20px;
}

.anyfor-how-step .elementor-container {
	max-width: 1140px;
}

.anyfor-how-step .elementor-widget-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1344 / 1208;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(10, 15, 38, 0.1);
}

.anyfor-how-step .wr-subtitle {
	color: #dbb332;
}

@keyframes anyfor-how-step-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.anyfor-how-role-ready .anyfor-how-step.is-active {
		animation: none;
	}
}

@media (max-width: 1024px) {
	.anyfor-how-role-switcher {
		padding: 58px 20px 34px;
	}

	.anyfor-why-section,
	.anyfor-how-navigation {
		padding: 58px 20px;
	}

	.anyfor-why-card-column {
		width: 50%;
	}

	.anyfor-how-step {
		padding: 42px 20px;
	}
}

@media (max-width: 767px) {
	.anyfor-how-role-switcher {
		padding: 44px 15px 26px;
	}

	.anyfor-how-role-switcher .elementor-widget-text-editor {
		font-size: 16px;
	}

	.anyfor-why-section,
	.anyfor-how-navigation {
		padding: 44px 15px;
	}

	.anyfor-why-cards {
		margin-top: 24px;
	}

	.anyfor-why-card-column {
		width: 100%;
	}

	.anyfor-why-card-column > .elementor-widget-wrap {
		padding: 8px 0;
	}

	.anyfor-why-card-column .elementor-icon-box-wrapper {
		padding: 26px 20px;
	}

	.anyfor-how-role-tabs {
		display: flex;
		width: 100%;
		max-width: 420px;
	}

	.anyfor-how-role-tab {
		min-width: 0;
		flex: 1 1 50%;
		padding: 12px 10px;
		font-size: 15px;
	}

	.anyfor-how-step {
		padding: 32px 15px;
	}

	.anyfor-how-step .elementor-widget-image img {
		border-radius: 18px;
	}
}
