.pxs-efq {
	--pxs-efq-pink: #ff2b83;
	--pxs-efq-purple: #9b48ff;
	--pxs-efq-text: #fbf9ff;
	--pxs-efq-muted: rgba(251, 249, 255, 0.78);
	--pxs-efq-panel: rgba(9, 10, 30, 0.84);
	--pxs-efq-inner-width: 1144px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	color: var(--pxs-efq-text);
	background: #030516;
	font-family: "Inter", "Open Sans", Arial, sans-serif;
}

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

.pxs-efq::before,
.pxs-efq::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: clamp(980px, 150vw, 1540px);
	content: "";
	pointer-events: none;
}

.pxs-efq::before {
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(3, 5, 22, 0.24), rgba(3, 5, 22, 0.1) 42%, rgba(3, 5, 22, 0.86) 88%, #030516 100%),
		radial-gradient(circle at 8% 20%, rgba(255, 43, 131, 0.18), transparent 20%),
		radial-gradient(circle at 88% 44%, rgba(255, 43, 131, 0.18), transparent 26%);
}

.pxs-efq::after {
	z-index: -2;
	background: url("../images/faq/freq_bcg.png") center top / 100% auto no-repeat;
}

.pxs-efq__inner {
	width: min(var(--pxs-efq-inner-width), calc(100% - 104px));
	margin: 0 auto;
	padding: 42px 0 44px;
}

.pxs-efq__header {
	margin-bottom: 50px;
	text-align: center;
}

.pxs-efq__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 18px;
	color: var(--pxs-efq-pink);
	font-size: 23px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-shadow: 0 0 20px rgba(255, 43, 131, 0.28);
}

.pxs-efq__eyebrow span {
	width: 36px;
	height: 3px;
	background: var(--pxs-efq-pink);
}

.pxs-efq__eyebrow span:last-child {
	background: var(--pxs-efq-pink);
}

.pxs-efq__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 26px;
	margin: 0;
	color: #fff;
	font-size: clamp(58px, 6.7vw, 88px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: 0;
	text-shadow: 0 5px 20px rgba(0, 0, 0, 0.36);
}

.pxs-efq__title em {
	color: transparent;
	font-style: normal;
	-webkit-text-stroke: 2px var(--pxs-efq-pink);
	text-shadow: 0 0 24px rgba(155, 72, 255, 0.82);
}

.pxs-efq__lead {
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.35;
}

.pxs-efq__lead strong {
	color: #fff;
	font-weight: 900;
}

.pxs-efq__lead a,
.pxs-efq__lead em {
	color: var(--pxs-efq-pink);
	font-style: normal;
	font-weight: 800;
	text-decoration: none;
}

.pxs-efq__groups {
	display: grid;
	gap: 36px;
}

.pxs-efq__group {
	--pxs-efq-accent: var(--pxs-efq-pink);
	position: relative;
	padding-top: 100px;
}

.pxs-efq__group--purple {
	--pxs-efq-accent: var(--pxs-efq-purple);
}

.pxs-efq__group-head {
	position: absolute;
	top: 0;
	left: 0;
	right: 8px;
	display: grid;
	grid-template-columns: 50px 108px auto minmax(90px, 1fr);
	align-items: center;
	gap: 28px;
	min-height: 102px;
}

.pxs-efq__badge {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
	background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.25), transparent 30%), linear-gradient(135deg, var(--pxs-efq-accent), #c50c5c);
	box-shadow: 0 0 24px color-mix(in srgb, var(--pxs-efq-accent) 48%, transparent);
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
}

.pxs-efq__icon {
	align-self: stretch;
	display: grid;
	place-items: center;
	width: 108px;
	border: 1.5px solid var(--pxs-efq-accent);
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
	color: var(--pxs-efq-accent);
	background: rgba(8, 9, 28, 0.66);
	box-shadow: inset 0 0 36px rgba(255, 255, 255, 0.04);
}

.pxs-efq__icon svg {
	width: 54px;
	height: 54px;
}

.pxs-efq__group h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(31px, 3.3vw, 40px);
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: 0;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	white-space: nowrap;
}

.pxs-efq__rule {
	height: 1px;
	background: linear-gradient(90deg, var(--pxs-efq-accent), rgba(155, 72, 255, 0.12));
}

.pxs-efq__panel {
	display: grid;
	gap: 18px;
	padding: 28px 30px 28px;
	border: 1.5px solid var(--pxs-efq-accent);
	border-radius: 22px;
	background: rgba(7, 8, 27, 0.46);
	box-shadow: 0 0 24px rgba(255, 43, 131, 0.08), inset 0 0 38px rgba(255, 255, 255, 0.03);
}

.pxs-efq__group--purple .pxs-efq__panel {
	box-shadow: 0 0 24px rgba(155, 72, 255, 0.08), inset 0 0 38px rgba(255, 255, 255, 0.03);
}

.pxs-efq__item {
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--pxs-efq-accent) 38%, rgba(255, 255, 255, 0.12));
	border-radius: 15px;
	background: linear-gradient(135deg, rgba(26, 27, 56, 0.78), rgba(8, 9, 31, 0.9));
	box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.035);
}

.pxs-efq__question {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px;
	align-items: center;
	gap: 18px;
	width: 100%;
	min-height: 90px;
	margin: 0;
	padding: 22px 26px 22px 30px;
	border: 0;
	color: #fff;
	background: transparent;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.pxs-efq__question span {
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 900;
	line-height: 1.35;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.pxs-efq__question i {
	justify-self: center;
	width: 19px;
	height: 19px;
	border-right: 4px solid var(--pxs-efq-pink);
	border-bottom: 4px solid var(--pxs-efq-pink);
	transform: rotate(45deg) translateY(-4px);
	transition: transform 0.2s ease;
}

.pxs-efq__item.is-open .pxs-efq__question i {
	transform: rotate(225deg) translate(-3px, -1px);
}

.pxs-efq__question:hover,
.pxs-efq__question:focus-visible {
	color: #fff;
	outline: 0;
	background: rgba(255, 255, 255, 0.03);
}

.pxs-efq__answer {
	height: 0;
	overflow: hidden;
	padding: 0 30px 26px;
	color: var(--pxs-efq-muted);
	opacity: 0;
	transition: height 0.32s ease, opacity 0.24s ease;
}

.pxs-efq__item.is-open .pxs-efq__answer {
	opacity: 1;
}

.pxs-efq__answer p {
	margin: 0;
	padding-top: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 18px;
	line-height: 1.55;
}

.pxs-efq__cta {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr) 350px;
	align-items: center;
	gap: 26px;
	margin-top: 32px;
	padding: 33px 38px 33px 48px;
	border: 1.5px solid var(--pxs-efq-pink);
	border-radius: 18px;
	background: rgba(10, 10, 31, 0.62);
	box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.035);
}

.pxs-efq__cta-icon {
	display: grid;
	place-items: center;
	color: var(--pxs-efq-pink);
}

.pxs-efq__cta-icon svg {
	width: 62px;
	height: 62px;
}

.pxs-efq__cta-copy {
	min-width: 0;
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

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

.pxs-efq__cta-copy strong {
	color: #fff;
	font-size: clamp(27px, 2.7vw, 34px);
	font-weight: 900;
	line-height: 1.15;
}

.pxs-efq__cta-copy small {
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 20px;
	line-height: 1.25;
}

.pxs-efq__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	min-height: 70px;
	padding: 0 28px;
	border-radius: 11px;
	color: #fff;
	background: linear-gradient(135deg, #ff2b83, #a518cf);
	box-shadow: 0 10px 28px rgba(255, 43, 131, 0.22);
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pxs-efq__cta-button svg {
	width: 32px;
	height: 32px;
}

.pxs-efq__cta-button:hover,
.pxs-efq__cta-button:focus-visible {
	color: #fff;
	box-shadow: 0 14px 34px rgba(255, 43, 131, 0.32);
	transform: translateY(-2px);
}

.pxs-efq__benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 36px;
}

.pxs-efq__benefit {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-width: 0;
	padding: 0 28px;
}

.pxs-efq__benefit:first-child {
	padding-left: 0;
}

.pxs-efq__benefit + .pxs-efq__benefit {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.pxs-efq__benefit-icon {
	display: grid;
	place-items: center;
	color: var(--pxs-efq-pink);
}

.pxs-efq__benefit-icon svg {
	width: 45px;
	height: 45px;
}

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

.pxs-efq__benefit strong {
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.15;
}

.pxs-efq__benefit small {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.2;
}

@media (max-width: 1024px) {
	.pxs-efq__inner {
		width: min(100% - 44px, 760px);
		padding: 40px 0;
	}

	.pxs-efq__header {
		margin-bottom: 34px;
	}

	.pxs-efq__title {
		gap: 14px;
		font-size: clamp(42px, 9vw, 68px);
	}

	.pxs-efq__lead {
		font-size: 20px;
	}

	.pxs-efq__group {
		padding-top: 86px;
	}

	.pxs-efq__group-head {
		grid-template-columns: 44px 86px minmax(0, auto) minmax(52px, 1fr);
		gap: 16px;
		min-height: 88px;
	}

	.pxs-efq__badge {
		width: 42px;
		height: 42px;
		font-size: 22px;
	}

	.pxs-efq__icon {
		width: 86px;
	}

	.pxs-efq__icon svg {
		width: 45px;
		height: 45px;
	}

	.pxs-efq__group h3 {
		font-size: clamp(25px, 5vw, 34px);
		white-space: normal;
	}

	.pxs-efq__panel {
		padding: 24px;
	}

	.pxs-efq__question {
		min-height: 76px;
		padding: 18px 22px;
	}

	.pxs-efq__question span {
		font-size: 20px;
	}

	.pxs-efq__cta {
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 28px;
	}

	.pxs-efq__cta-button {
		grid-column: 1 / -1;
		width: 100%;
	}

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

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

@media (max-width: 640px) {
	.pxs-efq::before,
	.pxs-efq::after {
		height: clamp(820px, 245vw, 1180px);
	}

	.pxs-efq__inner {
		width: calc(100% - 28px);
		padding: 34px 0;
	}

	.pxs-efq__eyebrow {
		gap: 10px;
		font-size: 19px;
	}

	.pxs-efq__eyebrow span {
		width: 36px;
	}

	.pxs-efq__title {
		display: block;
		font-size: clamp(38px, 12vw, 52px);
	}

	.pxs-efq__title em {
		-webkit-text-stroke-width: 1.4px;
	}

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

	.pxs-efq__lead {
		margin-top: 16px;
		font-size: 17px;
	}

	.pxs-efq__groups {
		gap: 30px;
	}

	.pxs-efq__group {
		padding-top: 78px;
	}

	.pxs-efq__group-head {
		grid-template-columns: 38px 72px minmax(0, 1fr);
		right: 0;
		gap: 12px;
		min-height: 78px;
	}

	.pxs-efq__badge {
		width: 36px;
		height: 36px;
		font-size: 19px;
	}

	.pxs-efq__icon {
		width: 72px;
		border-radius: 14px 14px 0 0;
	}

	.pxs-efq__icon svg {
		width: 36px;
		height: 36px;
	}

	.pxs-efq__group h3 {
		font-size: clamp(22px, 7vw, 29px);
	}

	.pxs-efq__rule {
		display: none;
	}

	.pxs-efq__panel {
		gap: 12px;
		padding: 16px;
		border-radius: 18px;
	}

	.pxs-efq__question {
		grid-template-columns: minmax(0, 1fr) 24px;
		min-height: 66px;
		gap: 12px;
		padding: 16px;
	}

	.pxs-efq__question span {
		font-size: 16px;
		line-height: 1.35;
	}

	.pxs-efq__question i {
		width: 15px;
		height: 15px;
		border-width: 3px;
	}

	.pxs-efq__answer {
		padding: 0 16px 18px;
	}

	.pxs-efq__answer p {
		font-size: 15px;
	}

	.pxs-efq__cta {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 14px;
		padding: 20px;
	}

	.pxs-efq__cta-icon svg {
		width: 42px;
		height: 42px;
	}

	.pxs-efq__cta-copy {
		padding-left: 16px;
	}

	.pxs-efq__cta-copy strong {
		font-size: 22px;
	}

	.pxs-efq__cta-copy small {
		font-size: 16px;
	}

	.pxs-efq__cta-button {
		min-height: 58px;
		font-size: 18px;
	}

	.pxs-efq__benefits {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pxs-efq__benefit {
		padding: 0;
		border-left: 0 !important;
	}
}
