/* Workers' Comp Care Widget - e8ab7c9f */

.wcc-e8ab7c9f {
	background: #f7fafc;
	padding: 72px 20px;
}

.wcc-e8ab7c9f,
.wcc-e8ab7c9f * {
	box-sizing: border-box;
}

.wcc-e8ab7c9f__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.wcc-e8ab7c9f__header {
	max-width: 820px;
	margin: 0 auto 42px;
	text-align: center;
}

.wcc-e8ab7c9f__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #e7f1ff;
	color: #0b5cab;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wcc-e8ab7c9f__heading {
	margin: 0;
	color: #102033;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.wcc-e8ab7c9f__description {
	margin: 18px auto 0;
	max-width: 760px;
	color: #4a5b6d;
	font-size: 1.08rem;
	line-height: 1.7;
}

.wcc-e8ab7c9f__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.wcc-e8ab7c9f__card {
	position: relative;
	min-height: 100%;
	padding: 28px;
	border: 1px solid rgba(16, 32, 51, 0.1);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(16, 32, 51, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wcc-e8ab7c9f__card:hover {
	transform: translateY(-4px);
	border-color: rgba(11, 92, 171, 0.28);
	box-shadow: 0 22px 54px rgba(16, 32, 51, 0.12);
}

.wcc-e8ab7c9f__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 0 18px;
	border-radius: 16px;
	background: #eef6ff;
	color: #0b5cab;
	font-size: 1.25rem;
	line-height: 1;
}

.wcc-e8ab7c9f__icon svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: currentColor;
}

.wcc-e8ab7c9f__card-title {
	margin: 0 0 10px;
	color: #102033;
	font-size: 1.13rem;
	font-weight: 800;
	line-height: 1.3;
}

.wcc-e8ab7c9f__card-text {
	margin: 0;
	color: #506174;
	font-size: 0.98rem;
	line-height: 1.65;
}

.wcc-e8ab7c9f__process {
	margin: 34px 0 0;
	padding: 32px;
	border: 1px solid rgba(16, 32, 51, 0.1);
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(16, 32, 51, 0.07);
}

.wcc-e8ab7c9f__process-heading {
	margin: 0 0 24px;
	color: #102033;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.025em;
	text-align: center;
}

.wcc-e8ab7c9f__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.wcc-e8ab7c9f__step {
	position: relative;
	display: flex;
	gap: 14px;
	min-height: 100%;
	padding: 18px;
	border-radius: 18px;
	background: #f7fafc;
}

.wcc-e8ab7c9f__step-number {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #0b5cab;
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
}

.wcc-e8ab7c9f__step-content {
	min-width: 0;
}

.wcc-e8ab7c9f__step-title {
	margin: 0 0 6px;
	color: #102033;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.3;
}

.wcc-e8ab7c9f__step-text {
	margin: 0;
	color: #506174;
	font-size: 0.94rem;
	line-height: 1.55;
}

.wcc-e8ab7c9f__footer {
	margin: 34px auto 0;
	max-width: 920px;
	text-align: center;
}

.wcc-e8ab7c9f__local-note {
	margin: 0 auto 22px;
	color: #4a5b6d;
	font-size: 1rem;
	line-height: 1.65;
}

.wcc-e8ab7c9f__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.wcc-e8ab7c9f__button,
.wcc-e8ab7c9f__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;
}

.wcc-e8ab7c9f__button--primary {
	background: #0b5cab;
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(11, 92, 171, 0.25);
}

.wcc-e8ab7c9f__button--primary:hover,
.wcc-e8ab7c9f__button--primary:focus {
	background: #084b8c;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(11, 92, 171, 0.32);
}

.wcc-e8ab7c9f__button--secondary {
	border: 2px solid rgba(11, 92, 171, 0.25);
	background: #ffffff;
	color: #0b5cab;
}

.wcc-e8ab7c9f__button--secondary:hover,
.wcc-e8ab7c9f__button--secondary:focus {
	border-color: #0b5cab;
	background: #eef6ff;
	color: #084b8c;
	transform: translateY(-2px);
}

.wcc-e8ab7c9f__phone-link {
	color: #102033;
	background: transparent;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.wcc-e8ab7c9f__phone-link:hover,
.wcc-e8ab7c9f__phone-link:focus {
	color: #0b5cab;
}

.wcc-e8ab7c9f a:focus-visible,
.wcc-e8ab7c9f button:focus-visible {
	outline: 3px solid rgba(11, 92, 171, 0.45);
	outline-offset: 4px;
}

@media (max-width: 1024px) {
	.wcc-e8ab7c9f {
		padding: 64px 20px;
	}

	.wcc-e8ab7c9f__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcc-e8ab7c9f__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.wcc-e8ab7c9f {
		padding: 52px 16px;
	}

	.wcc-e8ab7c9f__header {
		margin-bottom: 30px;
		text-align: left;
	}

	.wcc-e8ab7c9f__description {
		font-size: 1rem;
	}

	.wcc-e8ab7c9f__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.wcc-e8ab7c9f__card {
		padding: 22px;
		border-radius: 18px;
	}

	.wcc-e8ab7c9f__process {
		margin-top: 24px;
		padding: 22px;
		border-radius: 20px;
	}

	.wcc-e8ab7c9f__process-heading {
		text-align: left;
	}

	.wcc-e8ab7c9f__steps {
		grid-template-columns: 1fr;
	}

	.wcc-e8ab7c9f__step {
		padding: 16px;
	}

	.wcc-e8ab7c9f__footer {
		text-align: left;
	}

	.wcc-e8ab7c9f__actions {
		align-items: stretch;
		justify-content: flex-start;
	}

	.wcc-e8ab7c9f__button,
	.wcc-e8ab7c9f__phone-link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wcc-e8ab7c9f__card,
	.wcc-e8ab7c9f__button,
	.wcc-e8ab7c9f__phone-link {
		transition: none;
	}

	.wcc-e8ab7c9f__card:hover,
	.wcc-e8ab7c9f__button:hover,
	.wcc-e8ab7c9f__button:focus {
		transform: none;
	}
}
