.pxs-ets {
	--pxs-ets-pink: #ff2b90;
	--pxs-ets-purple: #7b22ff;
	--pxs-ets-violet: #b93dff;
	--pxs-ets-text: #fff;
	--pxs-ets-muted: rgba(255, 255, 255, 0.75);
	--pxs-ets-bg: #030513;
	--pxs-ets-inner-width: 1720px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	color: var(--pxs-ets-text);
	background:
		linear-gradient(180deg, rgba(3, 5, 19, 0.1), rgba(3, 5, 19, 0.42)),
		url("../images/testimonials/background.jpg") center top / cover no-repeat,
		var(--pxs-ets-bg);
	font-family: "Inter", "Open Sans", Arial, sans-serif;
}

.pxs-ets,
.pxs-ets * {
	box-sizing: border-box;
}

.pxs-ets svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.pxs-ets svg [fill="none"] {
	fill: none;
}

.pxs-ets__inner {
	width: min(var(--pxs-ets-inner-width), calc(100% - 96px));
	margin: 0 auto;
	padding: 64px 0 56px;
}

.pxs-ets__top {
	position: relative;
	display: grid;
	grid-template-columns: 420px minmax(420px, 610px);
	align-items: start;
	gap: 72px;
	min-height: 250px;
}

.pxs-ets__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.pxs-ets__eyebrow span {
	width: 34px;
	height: 2px;
	background: var(--pxs-ets-pink);
}

.pxs-ets__title {
	margin: 0;
	color: #fff;
	font-size: clamp(62px, 5.2vw, 82px);
	font-weight: 950;
	line-height: 0.98;
	letter-spacing: 0;
}

.pxs-ets__title span,
.pxs-ets__title em {
	display: block;
}

.pxs-ets__title em {
	color: transparent;
	-webkit-text-stroke: 2px var(--pxs-ets-pink);
	font-style: normal;
	text-shadow: 0 0 22px rgba(255, 43, 144, 0.64), 0 0 32px rgba(123, 34, 255, 0.52);
}

.pxs-ets__lead {
	margin: 42px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.72;
}

.pxs-ets__bubble {
	position: relative;
	justify-self: center;
	display: grid;
	place-items: center;
	width: 184px;
	height: 148px;
	margin-top: 25px;
	border: 4px solid var(--pxs-ets-pink);
	border-radius: 28px;
	color: var(--pxs-ets-pink);
	background: rgba(255, 43, 144, 0.08);
	box-shadow: 0 0 28px rgba(255, 43, 144, 0.58), inset 0 0 26px rgba(255, 43, 144, 0.18);
	font-size: 92px;
}

.pxs-ets__bubble::after {
	position: absolute;
	right: 28px;
	bottom: -42px;
	width: 48px;
	height: 48px;
	border-right: 4px solid var(--pxs-ets-pink);
	border-bottom: 4px solid var(--pxs-ets-pink);
	content: "";
	background: rgba(255, 43, 144, 0.08);
	transform: skew(0deg, 30deg) rotate(24deg);
}

.pxs-ets__bubble::before {
	position: absolute;
	right: -83px;
	top: -58px;
	content: "“";
	color: var(--pxs-ets-purple);
	font-family: Georgia, serif;
	font-size: 118px;
	line-height: 1;
	text-shadow: 0 0 20px rgba(123, 34, 255, 0.72);
}

.pxs-ets__carousel {
	position: relative;
	margin-top: 3px;
	padding: 0 70px;
}

.pxs-ets__viewport {
	overflow: hidden;
	padding: 70px 0 0;
}

.pxs-ets__track {
	display: flex;
	gap: 30px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.pxs-ets__card {
	position: relative;
	flex: 0 0 calc((100% - 60px) / 3);
	min-height: 515px;
	padding: 83px 46px 34px;
	border: 1.5px solid var(--pxs-ets-pink);
	border-radius: 15px;
	background: linear-gradient(135deg, rgba(255, 43, 144, 0.08), rgba(123, 34, 255, 0.05)), rgba(8, 6, 28, 0.78);
	box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.025), 0 0 24px rgba(255, 43, 144, 0.13);
	text-align: center;
}

.pxs-ets__avatar {
	position: absolute;
	top: -63px;
	left: 50%;
	width: 130px;
	height: 130px;
	border: 3px solid rgba(255, 255, 255, 0.38);
	border-radius: 50% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover !important;
	object-position: center !important;
	background: #150719;
	box-shadow: 0 0 18px rgba(255, 43, 144, 0.32);
	transform: translateX(-50%);
}

.pxs-ets__quote-mark {
	position: absolute;
	top: 74px;
	left: 38px;
	color: var(--pxs-ets-pink);
	font-size: 66px;
	filter: drop-shadow(0 0 14px rgba(255, 43, 144, 0.48));
}

.pxs-ets__card h3 {
	margin: 0;
	color: #fff;
	font-size: 27px;
	font-weight: 950;
	line-height: 1.1;
}

.pxs-ets__date {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 18px;
	line-height: 1.2;
}

.pxs-ets__stars {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
	color: #ffc300;
	font-size: 25px;
	line-height: 1;
	text-shadow: 0 0 10px rgba(255, 195, 0, 0.28);
}

.pxs-ets__text {
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.68;
}

.pxs-ets__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 162px;
	min-height: 52px;
	margin-top: 28px;
	padding: 0 24px;
	border: 1px solid rgba(255, 43, 144, 0.42);
	border-radius: 9px;
	color: var(--pxs-ets-pink);
	background: rgba(255, 43, 144, 0.05);
	font-size: 18px;
	line-height: 1;
}

.pxs-ets__tag svg {
	width: 22px;
	height: 22px;
}

.pxs-ets__arrow {
	position: absolute;
	z-index: 2;
	top: 310px;
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border: 1.5px solid rgba(255, 43, 144, 0.72);
	border-radius: 50%;
	color: #fff;
	background: rgba(8, 6, 28, 0.62);
	box-shadow: 0 0 20px rgba(255, 43, 144, 0.18);
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.pxs-ets__arrow--prev {
	left: 0;
}

.pxs-ets__arrow--next {
	right: 0;
}

.pxs-ets__arrow span {
	width: 18px;
	height: 18px;
	border-left: 4px solid currentColor;
	border-bottom: 4px solid currentColor;
}

.pxs-ets__arrow--prev span {
	transform: rotate(45deg) translate(3px, -3px);
}

.pxs-ets__arrow--next span {
	transform: rotate(225deg) translate(3px, -3px);
}

.pxs-ets__arrow:hover,
.pxs-ets__arrow:focus-visible {
	box-shadow: 0 0 26px rgba(255, 43, 144, 0.34);
	transform: translateY(-2px);
}

.pxs-ets__arrow:disabled {
	cursor: default;
	opacity: 0.9;
	transform: none;
}

.pxs-ets__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 17px;
	margin-top: 31px;
}

.pxs-ets__dots button {
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.34);
	cursor: pointer;
	transition: width 0.2s ease, background 0.2s ease;
}

.pxs-ets__dots button.is-active {
	width: 33px;
	background: var(--pxs-ets-pink);
}

.pxs-ets__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 50px auto 0;
	padding: 31px 52px;
	border: 1.5px solid rgba(255, 43, 144, 0.62);
	border-radius: 14px;
	background: linear-gradient(90deg, rgba(255, 43, 144, 0.12), rgba(123, 34, 255, 0.1)), rgba(8, 6, 28, 0.76);
	box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.025), 0 0 23px rgba(255, 43, 144, 0.12);
}

.pxs-ets__stat {
	display: grid;
	grid-template-columns: 75px minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	min-width: 0;
}

.pxs-ets__stat + .pxs-ets__stat {
	padding-left: 46px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.pxs-ets__stat-icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border: 1.5px solid var(--pxs-ets-pink);
	border-radius: 50%;
	color: var(--pxs-ets-pink);
	font-size: 42px;
}

.pxs-ets__stat strong,
.pxs-ets__stat small {
	display: block;
}

.pxs-ets__stat strong {
	color: var(--pxs-ets-pink);
	font-size: clamp(34px, 2.8vw, 43px);
	font-weight: 950;
	line-height: 1;
}

.pxs-ets__stat small {
	margin-top: 9px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.18;
}

@media (max-width: 1180px) {
	.pxs-ets__inner {
		width: min(100% - 48px, 920px);
	}

	.pxs-ets__top {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
	}

	.pxs-ets__lead {
		max-width: 620px;
		margin-top: 0;
	}

	.pxs-ets__bubble {
		position: absolute;
		top: 0;
		right: 0;
		width: 135px;
		height: 108px;
		font-size: 66px;
		opacity: 0.5;
	}

	.pxs-ets__card {
		flex-basis: calc((100% - 30px) / 2);
	}

	.pxs-ets__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 0;
	}

	.pxs-ets__stat:nth-child(odd) {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 760px) {
	.pxs-ets__inner {
		width: calc(100% - 28px);
		padding: 42px 0;
	}

	.pxs-ets__eyebrow {
		font-size: 18px;
	}

	.pxs-ets__title {
		font-size: clamp(48px, 14vw, 66px);
	}

	.pxs-ets__lead {
		font-size: 17px;
		line-height: 1.55;
	}

	.pxs-ets__bubble {
		display: none;
	}

	.pxs-ets__carousel {
		padding: 0;
	}

	.pxs-ets__viewport {
		padding-top: 62px;
	}

	.pxs-ets__track {
		gap: 0;
	}

	.pxs-ets__card {
		flex-basis: 100%;
		min-height: 0;
		padding: 78px 24px 28px;
	}

	.pxs-ets__arrow {
		top: auto;
		bottom: -88px;
		width: 54px;
		height: 54px;
	}

	.pxs-ets__arrow--prev {
		left: 18px;
	}

	.pxs-ets__arrow--next {
		right: 18px;
	}

	.pxs-ets__dots {
		margin-top: 28px;
	}

	.pxs-ets__stats {
		grid-template-columns: 1fr;
		margin-top: 92px;
		padding: 24px;
	}

	.pxs-ets__stat,
	.pxs-ets__stat + .pxs-ets__stat {
		padding: 0;
		border-left: 0;
	}

	.pxs-ets__stat + .pxs-ets__stat {
		padding-top: 22px;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}
}
