/*
 * Perfamix Video Social Proof v1.7.4
 * Mobile-first, widget-scoped presentation with visible-only video previews.
 */

.pfmx-video-social-proof,
.pfmx-video-social-proof * {
	box-sizing: border-box;
}

.elementor-widget-perfamix-video-social-proof,
.elementor-widget-perfamix-video-social-proof > .elementor-widget-container {
	min-width: 0;
	max-width: 100%;
}

.pfmx-video-social-proof {
	--pfmx-vsp-primary: #264e36;
	--pfmx-vsp-secondary: #78947c;
	--pfmx-vsp-accent: #c8a05a;
	--pfmx-vsp-surface: #fff;
	--pfmx-vsp-surface-border: rgba(38, 78, 54, 0);
	--pfmx-vsp-title: #264e36;
	--pfmx-vsp-copy: #66776b;
	--pfmx-vsp-reviewer: #fff;
	--pfmx-vsp-card-border: rgba(255, 255, 255, 0.16);
	--pfmx-vsp-overlay: rgba(8, 24, 15, 0.92);
	--pfmx-vsp-nav-bg: rgba(38, 78, 54, 0.07);
	--pfmx-vsp-nav-color: #264e36;
	--pfmx-vsp-section-radius: 0;
	--pfmx-vsp-inline-padding: 16px;
	--pfmx-vsp-card-radius: 22px;
	--pfmx-vsp-nav-size: 44px;
	--pfmx-vsp-hover-lift: 4px;
	position: relative;
	isolation: isolate;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding-block: 0;
	padding-inline: var(--pfmx-vsp-inline-padding);
	overflow: visible;
	color: var(--pfmx-vsp-primary);
	background: transparent;
	border: 0;
	border-radius: var(--pfmx-vsp-section-radius);
	box-shadow: none;
	font-family: inherit;
}

.pfmx-video-social-proof.pfmx-vsp-surface-white {
	background: var(--pfmx-vsp-surface);
	border: 1px solid var(--pfmx-vsp-surface-border);
}

.pfmx-video-social-proof.pfmx-vsp-surface-transparent {
	background: transparent;
	border-color: transparent;
}

.pfmx-vsp-ambient {
	display: none;
}

.pfmx-vsp-ambient::before,
.pfmx-vsp-ambient::after {
	position: absolute;
	content: "";
	width: min(70vw, 700px);
	aspect-ratio: 1;
	border-radius: 50%;
	filter: blur(3px);
	pointer-events: none;
}

.pfmx-vsp-ambient::before {
	inset-block-start: -52%;
	inset-inline-end: -23%;
	background: radial-gradient(circle, rgba(200, 160, 90, 0.17), rgba(200, 160, 90, 0) 68%);
}

.pfmx-vsp-ambient::after {
	inset-block-end: -66%;
	inset-inline-start: -26%;
	background: radial-gradient(circle, rgba(120, 148, 124, 0.21), rgba(120, 148, 124, 0) 68%);
}

.pfmx-vsp-header {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-block-end: 26px;
}

.pfmx-vsp-heading-group {
	max-width: 760px;
}

.pfmx-vsp-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: var(--pfmx-vsp-accent);
	font-size: 10px;
	font-weight: 760;
	line-height: 1.3;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.pfmx-vsp-eyebrow__line {
	width: 28px;
	height: 1px;
	background: currentColor;
	box-shadow: 10px 0 20px currentColor;
}

.pfmx-vsp-title {
	max-width: 17ch;
	margin: 0;
	color: var(--pfmx-vsp-title);
	font-size: clamp(28px, 8.1vw, 48px);
	font-weight: 560;
	line-height: 1.03;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.pfmx-vsp-description {
	max-width: 62ch;
	margin-block-start: 14px;
	color: var(--pfmx-vsp-copy);
	font-size: 14px;
	font-weight: 430;
	line-height: 1.65;
}

.pfmx-vsp-description > :first-child {
	margin-block-start: 0;
}

.pfmx-vsp-description > :last-child {
	margin-block-end: 0;
}

.pfmx-vsp-header-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
}

.pfmx-vsp-header-tools--solo {
	position: relative;
	z-index: 4;
	justify-content: flex-end;
	margin-block-end: 18px;
}

.pfmx-vsp-trust-pill {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	min-height: 36px;
	padding: 8px 12px;
	gap: 8px;
	border: 1px solid rgba(38, 78, 54, 0.14);
	border-radius: 999px;
	background: rgba(38, 78, 54, 0.045);
	box-shadow: none;
	color: var(--pfmx-vsp-primary);
	font-size: 11px;
	font-weight: 560;
	line-height: 1.2;
}

.pfmx-vsp-trust-pill__pulse {
	position: relative;
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pfmx-vsp-accent);
	box-shadow: 0 0 0 4px rgba(200, 160, 90, 0.13), 0 0 18px rgba(200, 160, 90, 0.7);
}

.pfmx-vsp-arrows {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
}

.pfmx-vsp-prev,
.pfmx-vsp-next,
.pfmx-vsp-expand,
.pfmx-vsp-sound,
.pfmx-vsp-center-play-button,
.pfmx-vsp-modal-close {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: inherit;
	border: 0;
	font: inherit;
	cursor: pointer;
	touch-action: manipulation;
}

.pfmx-vsp-prev,
.pfmx-vsp-next {
	width: var(--pfmx-vsp-nav-size);
	height: var(--pfmx-vsp-nav-size);
	color: var(--pfmx-vsp-nav-color);
	background: var(--pfmx-vsp-nav-bg);
	border: 1px solid rgba(38, 78, 54, 0.14);
	border-radius: 50%;
	box-shadow: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease,
		transform 180ms ease, opacity 180ms ease;
}

.pfmx-vsp-prev svg,
.pfmx-vsp-next svg {
	width: 20px;
	height: 20px;
}

.pfmx-vsp-prev:focus-visible,
.pfmx-vsp-next:focus-visible,
.pfmx-vsp-expand:focus-visible,
.pfmx-vsp-sound:focus-visible,
.pfmx-vsp-center-play-button:focus-visible,
.pfmx-vsp-modal-close:focus-visible {
	outline: 2px solid var(--pfmx-vsp-accent);
	outline-offset: 3px;
}

.pfmx-vsp-prev:disabled,
.pfmx-vsp-next:disabled {
	opacity: 0.34;
	cursor: default;
}

.pfmx-vsp-swiper {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0;
	padding-block-start: calc(var(--pfmx-vsp-hover-lift) + 2px);
	margin: 0;
	margin-block-start: calc((var(--pfmx-vsp-hover-lift) + 2px) * -1);
	/*
	 * The translated Swiper track can be several viewport widths wide. This
	 * element must remain its horizontal overflow boundary; a paint-only mask
	 * does not prevent the track from widening the mobile document.
	 */
	overflow: hidden !important;
	background: transparent !important;
	box-shadow: none !important;
	filter: none !important;
	clip-path: none;
	touch-action: pan-y;
	overscroll-behavior-x: contain;
}

.pfmx-vsp-swiper > .swiper-wrapper {
	align-items: stretch;
	background: transparent !important;
	box-shadow: none !important;
	touch-action: pan-y;
	will-change: transform;
}

.pfmx-vsp-slide {
	position: relative;
	height: auto;
	min-width: 0;
	background: transparent !important;
	box-shadow: none !important;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
}

.pfmx-vsp-swiper:active,
.pfmx-vsp-swiper:active .pfmx-vsp-slide {
	cursor: grabbing;
}

.pfmx-vsp-card {
	position: relative;
	width: 100%;
	aspect-ratio: var(--pfmx-vsp-card-w, 9) / var(--pfmx-vsp-card-h, 16);
	overflow: hidden;
	background: transparent;
	border: 1px solid var(--pfmx-vsp-card-border);
	border-radius: var(--pfmx-vsp-card-radius);
	box-shadow: none !important;
	transform: translateZ(0);
	cursor: pointer;
	transition: border-color 240ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pfmx-vsp-media,
.pfmx-vsp-preview,
.pfmx-vsp-poster,
.pfmx-vsp-preview video,
.pfmx-vsp-preview iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.pfmx-vsp-media {
	overflow: hidden;
	background: transparent;
}

.pfmx-vsp-poster {
	display: block;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
	transition: opacity 320ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.pfmx-vsp-poster--placeholder {
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(120, 148, 124, 0.28), transparent 48%),
		linear-gradient(330deg, rgba(200, 160, 90, 0.21), transparent 52%),
		#173725;
}

.pfmx-vsp-poster__mark {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 56px;
	aspect-ratio: 1;
	color: var(--pfmx-vsp-accent);
	border: 1px solid rgba(200, 160, 90, 0.52);
	border-radius: 50%;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-style: italic;
	box-shadow: inset 0 0 0 5px rgba(200, 160, 90, 0.05), 0 12px 32px rgba(0, 0, 0, 0.15);
}

.pfmx-vsp-poster__rings,
.pfmx-vsp-poster__rings::before,
.pfmx-vsp-poster__rings::after {
	position: absolute;
	content: "";
	width: 66%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
}

.pfmx-vsp-poster__rings::before {
	inset: 16%;
	width: auto;
}

.pfmx-vsp-poster__rings::after {
	inset: 32%;
	width: auto;
}

.pfmx-vsp-preview {
	z-index: 1;
	opacity: 0;
	background: transparent;
	pointer-events: none;
	transition: opacity 260ms ease;
}

.pfmx-vsp-preview video,
.pfmx-vsp-preview iframe {
	display: block;
	object-fit: cover;
	object-position: center;
	border: 0;
	background: transparent;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

.pfmx-vsp-slide.is-preview-ready .pfmx-vsp-preview {
	opacity: 1;
}

.pfmx-vsp-slide.is-preview-ready .pfmx-vsp-poster {
	opacity: 0;
}

.pfmx-vsp-slide.is-preview-loading .pfmx-vsp-card::after {
	position: absolute;
	z-index: 8;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-top-color: var(--pfmx-vsp-accent);
	border-radius: 50%;
	animation: pfmx-vsp-spin 800ms linear infinite;
}

@keyframes pfmx-vsp-spin {
	to {
		transform: rotate(360deg);
	}
}

.pfmx-vsp-sheen {
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(4, 17, 10, 0.44) 0%, transparent 24%),
		linear-gradient(0deg, var(--pfmx-vsp-overlay) 0%, rgba(8, 24, 15, 0.55) 18%, transparent 51%);
}

.pfmx-vsp-card-topline,
.pfmx-vsp-card-bottom {
	position: absolute;
	z-index: 5;
	inset-inline: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	pointer-events: none;
}

.pfmx-vsp-card-topline {
	inset-block-start: 0;
	padding: 12px;
}

.pfmx-vsp-card-bottom {
	inset-block-end: 0;
	align-items: flex-end;
	padding: 14px;
}

.pfmx-vsp-badge {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	min-height: 27px;
	padding: 6px 9px;
	gap: 6px;
	overflow: hidden;
	color: #fff;
	background: rgba(8, 24, 15, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	font-size: 8px;
	font-weight: 760;
	line-height: 1;
	letter-spacing: 0.12em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	backdrop-filter: blur(12px);
}

.pfmx-vsp-badge > span {
	flex: 0 0 auto;
	width: 5px;
	height: 5px;
	background: var(--pfmx-vsp-accent);
	border-radius: 50%;
	box-shadow: 0 0 9px var(--pfmx-vsp-accent);
}

.pfmx-vsp-expand,
.pfmx-vsp-sound {
	position: relative;
	pointer-events: auto;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	color: #fff;
	background: rgba(8, 24, 15, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 20px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(12px);
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease,
		transform 180ms ease;
}

.pfmx-vsp-expand svg,
.pfmx-vsp-sound svg {
	width: 17px;
	height: 17px;
}

.pfmx-vsp-sound .pfmx-vsp-icon-muted,
.pfmx-vsp-sound .pfmx-vsp-icon-sound {
	display: inline-flex;
}

.pfmx-vsp-sound .pfmx-vsp-icon-sound,
.pfmx-vsp-sound[data-sound="on"] .pfmx-vsp-icon-muted {
	display: none;
}

.pfmx-vsp-sound[data-sound="on"] .pfmx-vsp-icon-sound {
	display: inline-flex;
}

.pfmx-vsp-sound[data-sound="on"] {
	color: #173725;
	background: var(--pfmx-vsp-accent);
	border-color: var(--pfmx-vsp-accent);
}

.pfmx-vsp-card-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	gap: 2px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.pfmx-vsp-reviewer {
	overflow: hidden;
	color: var(--pfmx-vsp-reviewer);
	font-size: clamp(13px, 1.05vw, 16px);
	font-weight: 680;
	line-height: 1.2;
	letter-spacing: -0.015em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pfmx-vsp-reviewer-meta,
.pfmx-vsp-source-line {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.72);
	font-size: 9px;
	font-weight: 500;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pfmx-vsp-source-line {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-block-start: 3px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pfmx-vsp-center-play {
	position: absolute;
	z-index: 4;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	color: #fff;
	background: rgba(8, 24, 15, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	backdrop-filter: blur(12px);
	transform: translate(-50%, -45%) scale(0.88);
	transition: opacity 180ms ease, transform 220ms ease;
}

.pfmx-vsp-center-play svg {
	width: 23px;
	height: 23px;
}

.pfmx-vsp-slide[data-can-preview="no"] .pfmx-vsp-center-play,
.pfmx-vsp-slide.is-preview-blocked .pfmx-vsp-center-play {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.pfmx-vsp-center-play-button {
	pointer-events: auto;
	cursor: pointer;
}

.pfmx-vsp-slide.is-preview-active .pfmx-vsp-card {
	border-color: rgba(200, 160, 90, 0.58);
	box-shadow: none !important;
}

.pfmx-vsp-footer {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 14px;
	min-height: 34px;
	margin-block-start: 18px;
}

.pfmx-vsp-mobile-hint {
	display: flex;
	align-items: center;
	gap: 7px;
	color: rgba(38, 78, 54, 0.62);
	font-size: 10px;
	font-weight: 570;
	letter-spacing: 0.04em;
}

.pfmx-vsp-mobile-hint span {
	color: var(--pfmx-vsp-accent);
	font-size: 15px;
}

.pfmx-vsp-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.pfmx-video-social-proof .pfmx-vsp-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 4px;
	background: rgba(38, 78, 54, 0.24);
	border-radius: 999px;
	opacity: 1;
	transition: width 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.pfmx-video-social-proof .pfmx-vsp-pagination .swiper-pagination-bullet-active {
	width: 24px;
	background: var(--pfmx-vsp-accent);
}

.pfmx-vsp-count {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 6px;
	color: rgba(38, 78, 54, 0.48);
	font-variant-numeric: tabular-nums;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.1em;
}

.pfmx-vsp-count-current {
	color: var(--pfmx-vsp-accent);
	font-size: 15px;
}

.pfmx-vsp-editor-notice {
	padding: 18px;
	color: #173725;
	background: #f4ead8;
	border: 1px solid #c8a05a;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.5;
}

.pfmx-vsp-editor-notice--inline {
	position: relative;
	z-index: 4;
	margin-block-end: 16px;
}

/*
 * The dialog owns the full top layer and centers one compact player shell.
 * Explicit flex centering avoids browser/theme dialog margin differences.
 */
dialog.pfmx-vsp-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	margin: 0;
	padding: clamp(12px, 3vw, 24px);
	overflow: hidden;
	color: #fff;
	background: transparent;
	border: 0;
	box-shadow: none;
}

dialog.pfmx-vsp-modal[open] {
	display: flex;
}

.pfmx-vsp-modal::backdrop {
	background: rgba(5, 10, 7, 0.78);
	backdrop-filter: blur(10px);
}

.pfmx-vsp-modal-shell {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	place-items: center;
	gap: 10px;
	width: fit-content;
	max-width: calc(100vw - 24px);
	max-height: calc(100dvh - 24px);
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	opacity: 0;
	box-shadow: none;
	transform: translateY(14px) scale(0.975);
	transition: opacity 220ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pfmx-vsp-modal[open] .pfmx-vsp-modal-shell {
	opacity: 1;
	transform: translateY(0) scale(1);
}

@starting-style {
	.pfmx-vsp-modal[open] .pfmx-vsp-modal-shell {
		opacity: 0;
		transform: translateY(14px) scale(0.975);
	}
}

.pfmx-vsp-modal-shell::before {
	display: none;
}

.pfmx-vsp-modal-bar {
	position: absolute;
	z-index: 5;
	inset: 0;
	display: block;
	min-height: 0;
	padding: 0;
	pointer-events: none;
}

.pfmx-vsp-modal-bar > div {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pfmx-vsp-modal-kicker {
	color: var(--pfmx-vsp-accent, #c8a05a);
	font-size: 8px;
	font-weight: 760;
	line-height: 1.2;
	letter-spacing: 0.15em;
}

.pfmx-vsp-modal-title {
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: 630;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pfmx-vsp-modal-close {
	position: absolute;
	inset-block-start: 10px;
	inset-inline-end: 10px;
	z-index: 6;
	width: 40px;
	height: 40px;
	color: #fff;
	background: rgba(5, 10, 7, 0.72);
	border: 1px solid rgba(200, 160, 90, 0.76);
	border-radius: 50%;
	box-shadow: none;
	pointer-events: auto;
	backdrop-filter: blur(8px);
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.pfmx-vsp-modal-close svg {
	width: 18px;
	height: 18px;
}

.pfmx-vsp-modal-stage {
	position: relative;
	width: min(
		calc((min(calc(100dvh - 132px), 900px)) * var(--pfmx-vsp-modal-ratio-w, 9) / var(--pfmx-vsp-modal-ratio-h, 16)),
		calc(100vw - 24px)
	);
	max-height: min(calc(100dvh - 132px), 900px);
	aspect-ratio: var(--pfmx-vsp-modal-ratio-w, 9) / var(--pfmx-vsp-modal-ratio-h, 16);
	overflow: hidden;
	background: transparent;
	border: 0;
	border-radius: 16px;
	box-shadow: none;
}

.pfmx-vsp-modal-stage video,
.pfmx-vsp-modal-stage iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: transparent;
	border: 0;
}

.pfmx-vsp-modal-stage[data-control-mode="custom"] video,
.pfmx-vsp-modal-stage[data-control-mode="custom"] iframe {
	pointer-events: none;
}

.pfmx-vsp-modal-stage[data-control-mode="custom"] {
	cursor: pointer;
}

.pfmx-vsp-modal-stage::before {
	display: none;
}

.pfmx-vsp-modal-controls {
	position: relative;
	z-index: 5;
	inset: auto;
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) 40px;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 58px;
	padding: 8px;
	color: #fff;
	background: linear-gradient(135deg, rgba(11, 24, 16, 0.94), rgba(5, 10, 7, 0.9));
	border: 1px solid rgba(200, 160, 90, 0.46);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	direction: ltr;
	transition: opacity 180ms ease, transform 180ms ease;
}

.pfmx-vsp-modal-controls[hidden] {
	display: none;
}

.pfmx-vsp-modal-controls[data-ready="false"] {
	opacity: 0.78;
}

.pfmx-vsp-modal-play,
.pfmx-vsp-modal-mute {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0;
	padding: 0;
	color: #fff;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow: none;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	touch-action: manipulation;
	transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.pfmx-vsp-modal-play:disabled,
.pfmx-vsp-modal-mute:disabled,
.pfmx-vsp-modal-progress:disabled {
	opacity: 0.48;
	cursor: wait;
}

.pfmx-vsp-modal-play:focus-visible,
.pfmx-vsp-modal-mute:focus-visible,
.pfmx-vsp-modal-progress:focus-visible {
	outline: 2px solid var(--pfmx-vsp-accent, #c8a05a);
	outline-offset: 2px;
}

.pfmx-vsp-modal-play svg,
.pfmx-vsp-modal-mute svg {
	display: block;
	width: 19px;
	height: 19px;
}

.pfmx-vsp-modal-icon-play,
.pfmx-vsp-modal-icon-pause,
.pfmx-vsp-modal-icon-sound,
.pfmx-vsp-modal-icon-muted {
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.pfmx-vsp-modal-icon-play,
.pfmx-vsp-modal-icon-sound {
	display: inline-flex;
}

.pfmx-vsp-modal-icon-pause,
.pfmx-vsp-modal-icon-muted,
.pfmx-vsp-modal-play[data-playing="true"] .pfmx-vsp-modal-icon-play,
.pfmx-vsp-modal-mute[data-muted="true"] .pfmx-vsp-modal-icon-sound {
	display: none;
}

.pfmx-vsp-modal-play[data-playing="true"] .pfmx-vsp-modal-icon-pause,
.pfmx-vsp-modal-mute[data-muted="true"] .pfmx-vsp-modal-icon-muted {
	display: inline-flex;
}

.pfmx-vsp-modal-timeline {
	display: grid;
	grid-template-rows: 24px auto;
	align-items: center;
	min-width: 0;
	gap: 1px;
}

.pfmx-vsp-modal-progress {
	--pfmx-vsp-progress: 0%;
	--pfmx-vsp-buffered: 0%;
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 100%;
	height: 24px;
	min-height: 0 !important;
	max-height: 24px;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	overflow: visible;
	cursor: pointer;
	direction: ltr;
}

.pfmx-vsp-modal-progress::-webkit-slider-runnable-track {
	height: 5px;
	background:
		linear-gradient(90deg, var(--pfmx-vsp-accent, #c8a05a), var(--pfmx-vsp-accent, #c8a05a))
			0 / var(--pfmx-vsp-progress) 100% no-repeat,
		linear-gradient(90deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.38))
			0 / var(--pfmx-vsp-buffered) 100% no-repeat,
		rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.pfmx-vsp-modal-progress::-moz-range-track {
	height: 5px;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.pfmx-vsp-modal-progress::-moz-range-progress {
	height: 5px;
	background: var(--pfmx-vsp-accent, #c8a05a);
	border-radius: 999px;
}

.pfmx-vsp-modal-progress::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	margin-block-start: -4.5px;
	background: var(--pfmx-vsp-accent, #c8a05a);
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.pfmx-vsp-modal-progress::-moz-range-thumb {
	width: 12px;
	height: 12px;
	background: var(--pfmx-vsp-accent, #c8a05a);
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.pfmx-vsp-modal-time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	padding-inline: 2px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 9px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

body.pfmx-vsp-modal-open {
	overflow: hidden;
}

@media (min-width: 600px) {
	.pfmx-video-social-proof {
		--pfmx-vsp-inline-padding: 28px;
	}

	.pfmx-vsp-header {
		margin-block-end: 30px;
	}

	.pfmx-vsp-title {
		font-size: clamp(36px, 5.5vw, 54px);
	}

	.pfmx-vsp-description {
		font-size: 15px;
	}

	.pfmx-vsp-card-topline {
		padding: 14px;
	}

	.pfmx-vsp-card-bottom {
		padding: 16px;
	}

	.pfmx-vsp-modal-stage {
		width: min(
			calc((min(calc(100dvh - 132px), 900px)) * var(--pfmx-vsp-modal-ratio-w, 9) / var(--pfmx-vsp-modal-ratio-h, 16)),
			calc(100vw - 40px)
		);
		max-height: min(calc(100dvh - 132px), 900px);
	}
}

@media (min-width: 768px) {
	.pfmx-video-social-proof {
		--pfmx-vsp-inline-padding: 38px;
	}

	.pfmx-vsp-header {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		gap: 36px;
	}

	.pfmx-vsp-heading-group {
		flex: 1 1 auto;
	}

	.pfmx-vsp-header-tools {
		flex: 0 0 auto;
		justify-content: flex-end;
	}

	.pfmx-vsp-trust-pill {
		display: none;
	}

	.pfmx-vsp-footer {
		margin-block-start: 22px;
	}

	.pfmx-vsp-mobile-hint {
		visibility: hidden;
	}
}

@media (max-width: 359px) {
	.pfmx-vsp-mobile-hint {
		font-size: 0;
	}

	.pfmx-vsp-modal-controls {
		grid-template-columns: 38px minmax(0, 1fr) 38px;
		gap: 6px;
		padding: 7px;
	}

	.pfmx-vsp-modal-play,
	.pfmx-vsp-modal-mute {
		width: 38px;
		height: 38px;
	}
}

@media (min-width: 1025px) {
	.pfmx-video-social-proof {
		--pfmx-vsp-inline-padding: 50px;
	}

	.pfmx-vsp-header {
		margin-block-end: 36px;
	}

	.pfmx-vsp-title {
		font-size: clamp(44px, 4vw, 64px);
	}

	.pfmx-vsp-trust-pill {
		display: inline-flex;
	}

	.pfmx-vsp-card-bottom {
		padding: 16px 15px;
	}
}

/* Elementor alignment controls remain consistent at every breakpoint. */
.pfmx-video-social-proof.pfmx-vsp-align-center .pfmx-vsp-header {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.pfmx-video-social-proof.pfmx-vsp-align-center .pfmx-vsp-heading-group,
.pfmx-video-social-proof.pfmx-vsp-align-center .pfmx-vsp-title,
.pfmx-video-social-proof.pfmx-vsp-align-center .pfmx-vsp-description {
	margin-inline: auto;
}

.pfmx-video-social-proof.pfmx-vsp-align-center .pfmx-vsp-eyebrow,
.pfmx-video-social-proof.pfmx-vsp-align-center .pfmx-vsp-header-tools {
	justify-content: center;
}

.pfmx-video-social-proof.pfmx-vsp-align-end .pfmx-vsp-header {
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	text-align: end;
}

.pfmx-video-social-proof.pfmx-vsp-align-end .pfmx-vsp-heading-group {
	margin-inline-start: auto;
}

.pfmx-video-social-proof.pfmx-vsp-align-end .pfmx-vsp-eyebrow,
.pfmx-video-social-proof.pfmx-vsp-align-end .pfmx-vsp-header-tools {
	justify-content: flex-end;
}

.pfmx-video-social-proof.pfmx-vsp-card-align-center .pfmx-vsp-card-copy {
	align-items: center;
	text-align: center;
}

.pfmx-video-social-proof.pfmx-vsp-card-align-center .pfmx-vsp-source-line {
	justify-content: center;
}

.pfmx-video-social-proof.pfmx-vsp-card-align-end .pfmx-vsp-card-copy {
	align-items: flex-end;
	text-align: end;
}

.pfmx-video-social-proof.pfmx-vsp-card-align-end .pfmx-vsp-source-line {
	justify-content: flex-end;
}

@media (hover: hover) and (pointer: fine) {
	.pfmx-vsp-prev:not(:disabled):hover,
	.pfmx-vsp-next:not(:disabled):hover {
		color: #173725;
		background: var(--pfmx-vsp-accent);
		border-color: var(--pfmx-vsp-accent);
		transform: translateY(-2px);
	}

	.pfmx-vsp-expand:hover,
	.pfmx-vsp-sound:hover,
	.pfmx-vsp-center-play-button:hover,
	.pfmx-vsp-modal-close:hover,
	.pfmx-vsp-modal-play:hover,
	.pfmx-vsp-modal-mute:hover {
		color: #173725;
		background: var(--pfmx-vsp-accent);
		border-color: var(--pfmx-vsp-accent);
		transform: scale(1.05);
	}

	.pfmx-vsp-slide:hover .pfmx-vsp-card {
		transform: translateY(calc(var(--pfmx-vsp-hover-lift) * -1));
		border-color: rgba(200, 160, 90, 0.45);
		box-shadow: none !important;
	}

	.pfmx-vsp-slide:hover .pfmx-vsp-poster {
		transform: scale(1.025);
	}

	.pfmx-vsp-slide:not(.is-preview-active):hover .pfmx-vsp-center-play {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

[dir="rtl"] .pfmx-vsp-prev svg,
.rtl .pfmx-vsp-prev svg,
[dir="rtl"] .pfmx-vsp-next svg,
.rtl .pfmx-vsp-next svg {
	transform: scaleX(-1);
}

@media (prefers-reduced-motion: reduce) {
	.pfmx-video-social-proof *,
	.pfmx-video-social-proof *::before,
	.pfmx-video-social-proof *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.pfmx-vsp-slide:hover .pfmx-vsp-card,
	.pfmx-vsp-slide:hover .pfmx-vsp-poster {
		transform: none;
	}
}
