/* Employer Workflow Widget - 3f86d92f  v2.1.0 */

.ew-3f86d92f {
	background: #ffffff;
	padding: 72px 20px;
}

.ew-3f86d92f,
.ew-3f86d92f * {
	box-sizing: border-box;
}

.ew-3f86d92f__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* ── Header ── */

.ew-3f86d92f__header {
	max-width: 840px;
	margin: 0 auto 42px;
	text-align: center;
}

.ew-3f86d92f__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #eaf2ff;
	color: #0b5cab;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ew-3f86d92f__heading {
	margin: 0;
	color: #102033;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.ew-3f86d92f__description {
	margin: 18px auto 0;
	max-width: 780px;
	color: #4a5b6d;
	font-size: 1.08rem;
	line-height: 1.7;
}

/* ── Steps Grid — auto-fit so any count fills the row ── */

.ew-3f86d92f__steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ew-3f86d92f__step {
	position: relative;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.ew-3f86d92f__step-top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin: 0 0 14px;
	flex: 0 0 auto;
}

.ew-3f86d92f__step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #0b5cab;
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 10px 24px rgba(11, 92, 171, 0.24);
	flex: 0 0 auto;
}

.ew-3f86d92f__step-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 15px;
	background: #eef6ff;
	color: #0b5cab;
	font-size: 1.1rem;
	line-height: 1;
	flex: 0 0 auto;
}

.ew-3f86d92f__step-icon svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: currentColor;
}

.ew-3f86d92f__step-card {
	flex: 1 1 auto;
	padding: 22px;
	border: 1px solid rgba(16, 32, 51, 0.1);
	border-radius: 20px;
	background: #f8fbff;
	box-shadow: 0 14px 34px rgba(16, 32, 51, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ew-3f86d92f__step-card:hover {
	transform: translateY(-4px);
	border-color: rgba(11, 92, 171, 0.28);
	box-shadow: 0 20px 48px rgba(16, 32, 51, 0.12);
}

.ew-3f86d92f__step-title {
	margin: 0 0 9px;
	color: #102033;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
}

.ew-3f86d92f__step-text {
	margin: 0;
	color: #506174;
	font-size: 0.95rem;
	line-height: 1.6;
}

/* ── Service Panel ── */

.ew-3f86d92f__service-panel {
	margin: 34px 0 0;
	padding: 32px;
	border-radius: 28px;
	background: #102033;
	box-shadow: 0 18px 48px rgba(16, 32, 51, 0.15);
}

.ew-3f86d92f__service-heading {
	margin: 0 0 22px;
	color: #ffffff;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.025em;
	text-align: center;
}

/* Service list — auto-fit so any count fills the row */

.ew-3f86d92f__service-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ew-3f86d92f__service-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 15px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	color: #edf6ff;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.45;
}

.ew-3f86d92f__service-check {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	border-radius: 50%;
	background: #19a974;
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1;
}

/* ── Footer ── */

.ew-3f86d92f__footer {
	margin: 34px auto 0;
	max-width: 940px;
	text-align: center;
}

.ew-3f86d92f__local-note {
	margin: 0 auto 22px;
	color: #4a5b6d;
	font-size: 1rem;
	line-height: 1.65;
}

.ew-3f86d92f__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.ew-3f86d92f__button,
.ew-3f86d92f__phone-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 20px;
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ew-3f86d92f__button--primary {
	background: #0b5cab;
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(11, 92, 171, 0.25);
}

.ew-3f86d92f__button--primary:hover,
.ew-3f86d92f__button--primary:focus {
	background: #084b8c;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(11, 92, 171, 0.32);
}

.ew-3f86d92f__button--secondary {
	border: 2px solid rgba(11, 92, 171, 0.25);
	background: #ffffff;
	color: #0b5cab;
}

.ew-3f86d92f__button--secondary:hover,
.ew-3f86d92f__button--secondary:focus {
	border-color: #0b5cab;
	background: #eef6ff;
	color: #084b8c;
	transform: translateY(-2px);
}

.ew-3f86d92f__phone-link {
	color: #102033;
	background: transparent;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ew-3f86d92f__phone-link:hover,
.ew-3f86d92f__phone-link:focus {
	color: #0b5cab;
}

.ew-3f86d92f a:focus-visible,
.ew-3f86d92f button:focus-visible {
	outline: 3px solid rgba(11, 92, 171, 0.45);
	outline-offset: 4px;
}

/* ── Responsive ── */

@media (max-width: 1024px) {
	.ew-3f86d92f {
		padding: 64px 20px;
	}
}

@media (max-width: 767px) {
	.ew-3f86d92f {
		padding: 52px 16px;
	}

	.ew-3f86d92f__header {
		margin-bottom: 30px;
		text-align: left;
	}

	.ew-3f86d92f__description {
		font-size: 1rem;
	}

	.ew-3f86d92f__steps {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ew-3f86d92f__step-top {
		margin-bottom: 10px;
	}

	.ew-3f86d92f__step-card {
		padding: 22px;
		border-radius: 18px;
	}

	.ew-3f86d92f__service-panel {
		margin-top: 24px;
		padding: 24px;
		border-radius: 22px;
	}

	.ew-3f86d92f__service-heading {
		text-align: left;
	}

	.ew-3f86d92f__service-list {
		grid-template-columns: 1fr;
	}

	.ew-3f86d92f__footer {
		text-align: left;
	}

	.ew-3f86d92f__actions {
		align-items: stretch;
		justify-content: flex-start;
	}

	.ew-3f86d92f__button,
	.ew-3f86d92f__phone-link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ew-3f86d92f__step-card,
	.ew-3f86d92f__button,
	.ew-3f86d92f__phone-link {
		transition: none;
	}

	.ew-3f86d92f__step-card:hover,
	.ew-3f86d92f__button:hover,
	.ew-3f86d92f__button:focus {
		transform: none;
	}
}
