.elementor-widget-gmp_stage_scroll {
	--gmp-stage-bg: #05050d;
	--gmp-stage-layout-gap: 28px;
	--gmp-stage-journey-gap: 28px;
	--gmp-stage-text: #ffffff;
	--gmp-stage-subheading-secondary: rgba(255, 255, 255, 0.38);
	--gmp-stage-circle-inactive-text: rgba(255, 255, 255, 0.38);
	--gmp-stage-base-stroke: #590fce;
	--gmp-stage-scroll-stroke-active: #9c66ff;
	--gmp-stage-active-start: #9c66ff;
	--gmp-stage-active-end: #9c66ff;
	--gmp-stage-pill-inactive-border: #8b8b8b4d;
	--gmp-stage-pill-inactive-text: #8b8b8b;
	--gmp-stage-card: rgba(255, 255, 255, 0.025);
	--gmp-stage-navbar-height: 90px;
	--gmp-stage-navbar-gap: 2.5rem;
	background:
		radial-gradient(circle at 20% 20%, rgba(155, 92, 255, 0.18), transparent 32rem),
		radial-gradient(circle at 86% 18%, rgba(156, 102, 255, 0.12), transparent 28rem),
		var(--gmp-stage-bg);
	color: var(--gmp-stage-text);
	display: flex;
	flex-direction: column;
	overflow: visible;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.elementor-widget-gmp_stage_scroll {
		height: auto;
		min-height: max(650px, 100dvh);
	}
}

.gmp-stage-scroll {
	box-sizing: border-box;
	color: var(--gmp-stage-text);
	height: auto;
	min-height: inherit;
	overflow: hidden;
	position: relative;
}

.gmp-stage-scroll *,
.gmp-stage-scroll *::before,
.gmp-stage-scroll *::after {
	box-sizing: border-box;
}

.gmp-stage-scroll__layout {
	display: flex;
	flex-direction: column;
	gap: var(--gmp-stage-layout-gap);
	justify-content: flex-start;
	min-height: inherit;
	padding-bottom: var(--gmp-stage-navbar-gap);
	padding-top: calc(var(--gmp-stage-navbar-height) + var(--gmp-stage-navbar-gap));
}

.gmp-stage-scroll__journey {
	display: flex;
	flex-direction: column;
	gap: var(--gmp-stage-journey-gap);
}

.gmp-stage-scroll__intro {
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
}

.gmp-stage-scroll__heading {
	color: var(--gmp-stage-text);
	font-size: clamp(34px, 5vw, 72px);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0;
}

.gmp-stage-scroll__subheading {
	color: var(--gmp-stage-subheading-secondary);
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.55;
	margin: 18px auto 0;
	max-width: 640px;
}

.gmp-stage-scroll__stage-wrapper {
	margin: 0 auto;
	max-width: 1240px;
	min-height: 280px;
	position: relative;
}

.gmp-stage-scroll__grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	min-height: 280px;
	position: relative;
	z-index: 2;
}

.gmp-stage-scroll__item {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
	opacity: 0.36;
	padding-top: 0;
	transition: opacity 240ms ease, transform 240ms ease;
}

.gmp-stage-scroll__item:nth-child(even) {
	padding-top: 0;
}

.gmp-stage-scroll__item.is-active,
.gmp-stage-scroll__item.is-seen {
	opacity: 1;
}

.gmp-stage-scroll__item.is-active {
	transform: translateY(-4px);
}

.gmp-stage-scroll__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 218px;
	padding: 24px 22px;
	text-align: center;
	width: min(100%, 218px);
}

.gmp-stage-scroll__item:first-child .gmp-stage-scroll__content {
	transform: translateX(12px);
}

.gmp-stage-scroll__item:last-child .gmp-stage-scroll__content {
	transform: translateX(-12px);
}

.gmp-stage-scroll__icon {
	display: block;
	height: 40px;
	margin-bottom: 12px;
	max-width: 52px;
	object-fit: contain;
	width: auto;
}

.gmp-stage-scroll__description {
	color: var(--gmp-stage-circle-inactive-text);
	font-size: clamp(12px, 1vw, 14px);
	line-height: 1.32;
	margin: 0;
	max-width: 176px;
	transition: color 240ms ease;
}

.gmp-stage-scroll__item.is-active .gmp-stage-scroll__description,
.gmp-stage-scroll__item.is-seen .gmp-stage-scroll__description {
	color: var(--gmp-stage-text);
}

.gmp-stage-scroll__button {
	background:
		linear-gradient(var(--gmp-stage-bg), var(--gmp-stage-bg)) padding-box,
		linear-gradient(90deg, var(--gmp-stage-pill-inactive-border), var(--gmp-stage-pill-inactive-border)) border-box;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--gmp-stage-pill-inactive-text);
	display: inline-flex;
	font-size: clamp(13px, 1.25vw, 16px);
	font-weight: 700;
	justify-content: center;
	min-width: min(100%, 180px);
	padding: 13px 26px;
	position: relative;
	transition: background 240ms ease, box-shadow 240ms ease, color 240ms ease, transform 240ms ease;
	opacity: 1;
}

.gmp-stage-scroll__button.is-active {
	background:
		linear-gradient(var(--gmp-stage-bg), var(--gmp-stage-bg)) padding-box,
		linear-gradient(90deg, var(--gmp-stage-active-start), var(--gmp-stage-active-end)) border-box;
	box-shadow: 0 0 28px rgba(155, 92, 255, 0.24);
	color: var(--gmp-stage-active-start);
	opacity: 1;
	transform: translateY(-2px);
}

.gmp-stage-scroll__button.is-seen:not(.is-active) {
	background:
		linear-gradient(var(--gmp-stage-bg), var(--gmp-stage-bg)) padding-box,
		linear-gradient(90deg, var(--gmp-stage-pill-inactive-border), var(--gmp-stage-pill-inactive-border)) border-box;
	color: var(--gmp-stage-pill-inactive-text);
	opacity: 1;
}

.gmp-stage-scroll__mobile-pill {
	display: none;
}

.gmp-stage-scroll__buttons {
	display: grid;
	gap: 44px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	z-index: 3;
}

.gmp-stage-scroll__path {
	inset: 2px 0 auto;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.gmp-stage-scroll__path svg {
	display: block;
	height: auto;
	overflow: visible;
	width: 100%;
}

.gmp-stage-scroll__path-base {
	stroke: var(--gmp-stage-base-stroke);
	opacity: 1;
}

.gmp-stage-scroll__path-active {
	stroke: var(--gmp-stage-scroll-stroke-active);
	opacity: 0;
}

.gmp-stage-scroll__path--mobile {
	display: none;
}

@media (max-width: 1024px) {
	.elementor-widget-gmp_stage_scroll {
		--gmp-stage-navbar-height: 60px;
		--gmp-stage-navbar-gap: 2rem;
	}

	.gmp-stage-scroll__stage-wrapper {
		max-width: 940px;
	}

	.gmp-stage-scroll__grid {
		gap: 18px;
	}

	.gmp-stage-scroll__button {
		padding-left: 18px;
		padding-right: 18px;
	}

	.gmp-stage-scroll__buttons {
		gap: 18px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-gmp_stage_scroll {
		display: block;
		overflow: visible;
	}

	.gmp-stage-scroll {
		min-height: 0;
		overflow: hidden;
	}

	.gmp-stage-scroll__layout {
		gap: 28px;
		min-height: 0;
	}

	.gmp-stage-scroll__intro {
		margin-bottom: 8px;
		text-align: left;
	}

	.gmp-stage-scroll__heading {
		font-size: clamp(34px, 12vw, 52px);
	}

	.gmp-stage-scroll__subheading {
		margin-left: 0;
	}

	.gmp-stage-scroll__stage-wrapper {
		margin: 0 auto;
		max-width: 320px;
		min-height: 0;
		width: min(100%, 320px);
	}

	.gmp-stage-scroll__grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		min-height: 1296px;
		padding: 0 24px;
	}

	.gmp-stage-scroll__item,
	.gmp-stage-scroll__item:nth-child(even) {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 256px;
		padding: 0;
		position: relative;
		text-align: center;
	}

	.gmp-stage-scroll__content {
		align-items: center;
		min-height: 0;
		padding: 0 20px;
		text-align: center;
		width: min(100%, 230px);
	}

	.gmp-stage-scroll__item:first-child .gmp-stage-scroll__content,
	.gmp-stage-scroll__item:last-child .gmp-stage-scroll__content {
		transform: none;
	}

	.gmp-stage-scroll__mobile-pill {
		background:
			linear-gradient(var(--gmp-stage-bg), var(--gmp-stage-bg)) padding-box,
			linear-gradient(90deg, var(--gmp-stage-pill-inactive-border), var(--gmp-stage-pill-inactive-border)) border-box;
		border: 1px solid transparent;
		border-radius: 999px;
		color: var(--gmp-stage-pill-inactive-text);
		display: inline-flex;
		font-size: 13px;
		font-weight: 700;
		justify-content: center;
		line-height: 1.2;
		margin-bottom: 18px;
		min-width: 190px;
		padding: 10px 22px;
		transition: background 240ms ease, box-shadow 240ms ease, color 240ms ease, transform 240ms ease;
	}

	.gmp-stage-scroll__item.is-active .gmp-stage-scroll__mobile-pill {
		background:
			linear-gradient(var(--gmp-stage-bg), var(--gmp-stage-bg)) padding-box,
			linear-gradient(90deg, var(--gmp-stage-active-start), var(--gmp-stage-active-end)) border-box;
		box-shadow: 0 0 24px rgba(155, 92, 255, 0.2);
		color: var(--gmp-stage-active-start);
		transform: translateY(-1px);
	}

	.gmp-stage-scroll__description {
		font-size: 12px;
		line-height: 1.35;
		max-width: 210px;
	}

	.gmp-stage-scroll__buttons {
		display: none;
	}

	.gmp-stage-scroll__path--desktop {
		display: none;
	}

	.gmp-stage-scroll__path--mobile {
		display: block;
		inset: 0 auto auto 50%;
		transform: translateX(-50%);
		width: 272px;
	}

	.gmp-stage-scroll__path--mobile svg {
		height: 1296px;
		min-height: 1296px;
		width: 272px;
	}
}
