.vsl-player {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	background: #050505;
	cursor: pointer;
	isolation: isolate;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
	-webkit-tap-highlight-color: transparent;
}

.vsl-player * {
	-webkit-tap-highlight-color: transparent;
}

.vsl-player video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #050505;
	object-fit: cover;
}

.vsl-preview-video {
	z-index: 0;
	pointer-events: none;
}

.vsl-main-video {
	z-index: 4;
	object-fit: contain;
	cursor: pointer;
}

.vsl-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.25);
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.vsl-cta {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: min(88%, 230px);
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	font-family: inherit;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: transform 0.18s ease, filter 0.18s ease;
	-webkit-appearance: none;
	appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	outline: none !important;
}

.vsl-cta *,
.vsl-cta-inner {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
	outline: none !important;
}

.vsl-cta::selection,
.vsl-cta *::selection {
	background: transparent;
	color: #000;
}

.vsl-cta:hover,
.vsl-cta:focus,
.vsl-cta:focus-visible {
	transform: translate(-50%, -50%) scale(1.04);
	filter: brightness(1.08);
	outline: none !important;
}

.vsl-cta:active {
	background: transparent;
	color: #000;
	outline: none !important;
}

.vsl-cta:focus-visible .vsl-cta-inner {
	box-shadow: 0 0 36px rgba(0, 255, 102, 0.82);
}

.vsl-cta-inner {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #19f47a;
	box-shadow: 0 0 0 rgba(0, 255, 102, 0.25);
	animation: vslPulse 2s ease-in-out infinite;
}

.vsl-cta-title,
.vsl-cta-text {
	display: block;
	color: #000;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0;
	white-space: nowrap;
}

.vsl-cta-title {
	font-size: 16px;
	font-weight: 800;
}

.vsl-cta-text {
	font-size: 14px;
	font-weight: 700;
}

.vsl-speaker {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	color: #000;
}

.vsl-speaker svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.vsl-player.is-active {
	cursor: pointer;
}

.vsl-player.is-active .vsl-preview-video,
.vsl-player.is-active .vsl-overlay,
.vsl-player.is-active .vsl-cta {
	opacity: 0;
	pointer-events: none;
}

@keyframes vslPulse {
	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 rgba(0, 255, 102, 0.25);
	}

	50% {
		transform: scale(1.06);
		box-shadow: 0 0 34px rgba(0, 255, 102, 0.82);
	}
}

@media (min-width: 768px) {
	.vsl-cta {
		width: 250px;
	}

	.vsl-cta-inner {
		gap: 10px;
		padding: 18px 20px;
	}

	.vsl-cta-title {
		font-size: 17px;
	}

	.vsl-cta-text {
		font-size: 15px;
	}

	.vsl-speaker {
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 767px) {
	.elementor-1039 .elementor-widget-html .vsl-player {
		aspect-ratio: 9 / 16;
		width: min(76vw, 260px);
		max-width: 260px;
		padding: 0 !important;
		margin-right: auto;
		margin-left: auto;
	}

	.vsl-cta {
		width: min(88%, 208px);
	}

	.vsl-cta-inner {
		padding: 14px 15px;
	}

	.vsl-cta-title {
		font-size: 14px;
	}

	.vsl-cta-text {
		font-size: 12px;
	}

	.vsl-speaker {
		width: 46px;
		height: 46px;
	}
}

@media (max-width: 420px) {
	.vsl-player {
		border-radius: 12px;
	}

	.elementor-1039 .elementor-widget-html .vsl-player {
		width: min(72vw, 238px);
		max-width: 238px;
	}

	.vsl-cta {
		width: min(90%, 192px);
	}

	.vsl-cta-inner {
		padding: 12px 13px;
		border-radius: 12px;
	}

	.vsl-cta-title {
		font-size: 13px;
	}

	.vsl-cta-text {
		font-size: 11px;
	}

	.vsl-speaker {
		width: 40px;
		height: 40px;
	}
}
