.csp-jung-mail-account.csp-jung-reward-gate,
.csp-jung-result__account.csp-jung-reward-gate {
	display: grid !important;
	position: relative;
	grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr);
	gap: 26px;
	align-items: stretch;
	margin: 24px 0 0;
	padding: clamp(24px, 4vw, 40px) !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16) !important;
	border-radius: 26px !important;
	background:
		radial-gradient(circle at 87% 8%, rgba(220, 137, 255, .33), transparent 30%),
		linear-gradient(130deg, #1d0d31 0%, #4e176e 58%, #28103e 100%) !important;
	box-shadow: 0 24px 58px rgba(43, 16, 59, .25) !important;
	color: #fff !important;
}

.csp-jung-reward-gate__glow {
	position: absolute;
	width: 210px;
	height: 210px;
	right: -95px;
	bottom: -135px;
	border-radius: 50%;
	background: rgba(221, 145, 255, .28);
	filter: blur(18px);
	pointer-events: none;
}

.csp-jung-reward-gate__copy,
.csp-jung-reward-gate__action {
	position: relative;
	z-index: 1;
}

.csp-jung-reward-gate__eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #efc9ff !important;
	font-size: 10px !important;
	font-weight: 900;
	letter-spacing: .13em;
}

.csp-jung-reward-gate h3 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(25px, 3vw, 38px) !important;
	line-height: 1.08 !important;
	letter-spacing: -.035em;
}

.csp-jung-reward-gate h3 span {
	color: #f0bdff;
}

.csp-jung-reward-gate__lead {
	max-width: 720px;
	margin: 13px 0 20px !important;
	color: #eee4f3 !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.csp-jung-reward-gate__benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
}

.csp-jung-reward-gate__benefits > div {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 72px;
	padding: 11px 12px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 14px;
	background: rgba(255, 255, 255, .075);
}

.csp-jung-reward-gate__benefits i {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 11px;
	background: #fff;
	color: #5a167b;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
}

.csp-jung-reward-gate__benefits strong,
.csp-jung-reward-gate__benefits small {
	display: block;
}

.csp-jung-reward-gate__benefits strong {
	color: #fff !important;
	font-size: 13px !important;
	line-height: 1.25;
}

.csp-jung-reward-gate__benefits small {
	margin-top: 3px;
	color: #d9cce1 !important;
	font-size: 11px !important;
	line-height: 1.35;
}

.csp-jung-reward-gate__action {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 20px;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(10px);
}

.csp-jung-reward-gate__action > strong {
	color: #fff !important;
	font-size: 19px !important;
	line-height: 1.25;
}

.csp-jung-reward-gate__action > p {
	margin: 7px 0 17px !important;
	color: #e8ddec !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
}

.csp-jung-reward-gate__button {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	margin: 0 0 10px;
	padding: 12px 16px !important;
	border: 1px solid transparent !important;
	border-radius: 13px !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
	animation: csp-jung-reward-pulse 2.15s ease-in-out infinite;
}

.csp-jung-reward-gate__button--login {
	background: #fff !important;
	color: #47105f !important;
	box-shadow: 0 9px 24px rgba(15, 5, 22, .22);
}

.csp-jung-reward-gate__button--register {
	border-color: rgba(255, 255, 255, .52) !important;
	background: rgba(255, 255, 255, .08) !important;
	color: #fff !important;
	animation-delay: 1.05s;
}

.csp-jung-reward-gate__button:hover,
.csp-jung-reward-gate__button:focus-visible {
	transform: translateY(-2px);
	outline: 3px solid rgba(239, 198, 255, .46);
	outline-offset: 2px;
}

.csp-jung-reward-gate__action > small {
	display: block;
	margin-top: 2px;
	color: #d7c9df !important;
	font-size: 10px !important;
	line-height: 1.4;
	text-align: center;
}

[data-csp-jung-reward-duplicate][hidden] {
	display: none !important;
}

[data-jung-view="mail-sent"] [data-csp-jung-reward-order="gate"] {
	position: relative;
	z-index: 2;
}

[data-jung-view="mail-sent"] [data-csp-jung-reward-order="academy"] {
	position: relative;
	z-index: 1;
	margin-top: 18px;
}

@keyframes csp-jung-reward-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(224, 154, 255, 0), 0 9px 24px rgba(15, 5, 22, .2); }
	45% { box-shadow: 0 0 0 8px rgba(224, 154, 255, .18), 0 13px 30px rgba(15, 5, 22, .28); }
}

@media (max-width: 820px) {
	.csp-jung-mail-account.csp-jung-reward-gate,
	.csp-jung-result__account.csp-jung-reward-gate {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.csp-jung-mail-account.csp-jung-reward-gate,
	.csp-jung-result__account.csp-jung-reward-gate {
		gap: 18px;
		padding: 22px 17px !important;
		border-radius: 20px !important;
	}

	.csp-jung-reward-gate h3 {
		font-size: 27px !important;
	}

	.csp-jung-reward-gate__lead {
		font-size: 14px !important;
	}

	.csp-jung-reward-gate__benefits {
		grid-template-columns: 1fr;
	}

	.csp-jung-reward-gate__benefits strong {
		font-size: 14px !important;
	}

	.csp-jung-reward-gate__action {
		padding: 18px;
	}

	.csp-jung-reward-gate__button {
		min-height: 54px;
		font-size: 15px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csp-jung-reward-gate__button {
		animation: none;
		scroll-behavior: auto;
	}
}
