.workscout-feature-tabs,
.workscout-feature-tabs * {
	box-sizing: border-box;
}

.workscout-feature-tabs {
	width: 100%;
	margin-inline: auto;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
	color: #1f1f1f;
	font-family: inherit;
}

.workscout-feature-tabs__nav {
	display: grid;
	grid-template-columns: repeat(var(--workscout-feature-tabs-count, 4), minmax(0, 1fr));
	gap: 8px;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	background: #f7f7f6;
}

.workscout-feature-tabs .workscout-feature-tabs__tab {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	min-height: 54px;
	margin: 0;
	padding: 8px 12px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	box-shadow: none;
	color: #666;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	transition: color 0.18s ease, background-color 0.18s ease, transform 0.12s ease-out;
}

.workscout-feature-tabs__tab-icon {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 19px;
	height: 19px;
	font-size: 18px;
	line-height: 18px;
}

.workscout-feature-tabs__tab-icon svg,
.workscout-feature-tabs__tab-icon i {
	display: block;
	width: 19px;
	height: 19px;
	font-size: 18px;
	line-height: 19px;
}

.workscout-feature-tabs .workscout-feature-tabs__tab:not(.is-active):hover,
.workscout-feature-tabs .workscout-feature-tabs__tab:not(.is-active):focus-visible {
	background: #f1f1f0;
	box-shadow: none !important;
	color: #1f1f1f;
}

.workscout-feature-tabs .workscout-feature-tabs__tab:active {
	box-shadow: none !important;
	transform: scale(0.985);
}

.workscout-feature-tabs .workscout-feature-tabs__tab.is-active {
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	color: #1f1f1f;
}

.workscout-feature-tabs .workscout-feature-tabs__tab.is-active:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) !important;
}

.workscout-feature-tabs .workscout-feature-tabs__tab:focus-visible {
	outline: 3px solid var(--workscout-primary-color-light, #eaf7f0);
	outline-offset: 2px;
}

.workscout-feature-tabs__panel {
	display: grid;
	grid-template-columns: 38% minmax(0, 1fr);
	height: 570px;
}

.workscout-feature-tabs__panel[hidden] {
	display: none !important;
}

.workscout-feature-tabs__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 44px;
}

.workscout-feature-tabs .workscout-feature-tabs__headline {
	max-width: 360px;
	margin: 0 0 30px;
	color: #1f1f1f;
	font-family: inherit;
	font-size: 32px !important;
	font-weight: 500;
	line-height: 39px !important;
	letter-spacing: -1px;
}

.workscout-feature-tabs__features {
	display: grid;
	gap: 24px;
}

.workscout-feature-tabs__feature {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	min-width: 0;
}

.workscout-feature-tabs__feature-icon {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: var(--workscout-primary-color, #26ae61);
	font-size: 20px;
	line-height: 20px;
}

.workscout-feature-tabs__feature-icon svg,
.workscout-feature-tabs__feature-icon i {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
}

.workscout-feature-tabs__feature-copy {
	display: block;
	min-width: 0;
}

.workscout-feature-tabs .workscout-feature-tabs__feature-title {
	margin: 0 0 6px;
	color: #1f1f1f;
	font-family: inherit;
	font-size: 18px !important;
	font-weight: 500;
	line-height: 24px !important;
}

.workscout-feature-tabs .workscout-feature-tabs__feature-text,
.workscout-feature-tabs .workscout-feature-tabs__feature-text p {
	max-width: 350px;
	margin: 0;
	color: #656565;
	font-family: inherit;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 28px !important;
}

.workscout-feature-tabs__feature-text strong {
	color: #222;
	font-weight: 600;
}

.workscout-feature-tabs__feature-text svg {
	display: inline-block;
	width: 18px;
	max-width: none;
	height: 18px;
	margin: 0 2px;
	vertical-align: -3px;
}

.workscout-feature-tabs__visual {
	position: relative;
	min-width: 0;
	min-height: 504px;
	margin: 18px 18px 18px 0;
	overflow: hidden;
	border-radius: 12px;
	background: transparent;
}

.workscout-feature-tabs__stage {
	position: absolute;
	inset: 32px;
	display: grid;
	max-height: 470px;
	margin-block: auto;
	place-items: center;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
}

.workscout-feature-tabs__shot-motion,
.workscout-feature-tabs__shot-link {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: inherit;
}

a.workscout-feature-tabs__shot-link {
	box-shadow: none !important;
	text-decoration: none;
	cursor: zoom-in;
}

.workscout-feature-tabs__shot-link {
	padding: 30px;
	background-color: color-mix(in srgb, var(--workscout-primary-color, #26ae61) 8%, transparent);
}

.workscout-feature-tabs__shot-link.is-static {
	cursor: default;
}

.workscout-feature-tabs .workscout-feature-tabs__image {
	display: block;
	max-width: none;
	padding: 0;
	overflow: hidden;
	border-radius: 10px;
	opacity: 1;
	transform-origin: center center;
}

.workscout-feature-tabs__panel.is-leaving .workscout-feature-tabs__headline,
.workscout-feature-tabs__panel.is-leaving .workscout-feature-tabs__feature {
	animation: workscout-feature-copy-leave 0.14s cubic-bezier(0.4, 0, 1, 1) both;
}

.workscout-feature-tabs__panel.is-entering .workscout-feature-tabs__headline,
.workscout-feature-tabs__panel.is-entering .workscout-feature-tabs__feature {
	animation: workscout-feature-copy-enter 0.38s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.workscout-feature-tabs__panel.is-entering .workscout-feature-tabs__feature:nth-child(1) {
	animation-delay: 35ms;
}

.workscout-feature-tabs__panel.is-entering .workscout-feature-tabs__feature:nth-child(2) {
	animation-delay: 65ms;
}

.workscout-feature-tabs__panel.is-entering .workscout-feature-tabs__feature:nth-child(3) {
	animation-delay: 95ms;
}

.workscout-feature-tabs__panel.is-leaving .workscout-feature-tabs__shot-motion {
	animation: workscout-feature-shot-leave 0.14s cubic-bezier(0.4, 0, 1, 1) both;
}

.workscout-feature-tabs__panel.is-entering .workscout-feature-tabs__shot-motion {
	animation: workscout-feature-shot-enter 0.34s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes workscout-feature-copy-leave {
	to {
		opacity: 0;
		transform: translate3d(-6px, 0, 0);
	}
}

@keyframes workscout-feature-copy-enter {
	from {
		opacity: 0;
		transform: translate3d(10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes workscout-feature-shot-leave {
	to {
		opacity: 0;
		transform: scale(0.985);
	}
}

@keyframes workscout-feature-shot-enter {
	from {
		opacity: 0;
		transform: scale(1);
	}

	50% {
		transform: scale(0.985);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@media (max-width: 999px) {
	.workscout-feature-tabs__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.workscout-feature-tabs__panel {
		grid-template-columns: 1fr !important;
		height: auto !important;
	}

	.workscout-feature-tabs__copy {
		padding: 32px;
	}

	.workscout-feature-tabs .workscout-feature-tabs__headline {
		max-width: 520px;
	}

	.workscout-feature-tabs__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.workscout-feature-tabs .workscout-feature-tabs__feature-text,
	.workscout-feature-tabs .workscout-feature-tabs__feature-text p {
		max-width: none;
	}

	.workscout-feature-tabs__visual {
		min-height: 470px;
		margin: 0 18px 18px;
	}

	.workscout-feature-tabs__stage {
		inset: 28px;
	}
}

@media (max-width: 480px) {
	.workscout-feature-tabs__copy {
		padding: 24px;
	}

	.workscout-feature-tabs__features {
		grid-template-columns: 1fr;
	}

	.workscout-feature-tabs__visual {
		min-height: 360px;
		margin: 0 8px 8px;
	}

	.workscout-feature-tabs__stage {
		inset: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.workscout-feature-tabs__tab {
		transition: none;
	}

	.workscout-feature-tabs__tab:active {
		transform: none;
	}

	.workscout-feature-tabs__panel.is-leaving .workscout-feature-tabs__headline,
	.workscout-feature-tabs__panel.is-leaving .workscout-feature-tabs__feature,
	.workscout-feature-tabs__panel.is-entering .workscout-feature-tabs__headline,
	.workscout-feature-tabs__panel.is-entering .workscout-feature-tabs__feature,
	.workscout-feature-tabs__panel.is-leaving .workscout-feature-tabs__shot-motion,
	.workscout-feature-tabs__panel.is-entering .workscout-feature-tabs__shot-motion {
		animation: none !important;
	}
}
