.csp-jung-commerce {
	margin: 28px 0;
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid #e4e7ec;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(16, 24, 40, .07);
	color: #101828;
}

.csp-jung-commerce__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 22px;
}

.csp-jung-commerce__heading span,
.csp-jung-product__body > span {
	color: #520f7d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
}

.csp-jung-commerce__heading h2 {
	margin: 5px 0 0;
	font-size: clamp(25px, 3.2vw, 38px);
	letter-spacing: -.04em;
}

.csp-jung-commerce__heading p {
	max-width: 320px;
	margin: 0;
	color: #667085;
	font-size: 13px;
}

.csp-jung-commerce__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 15px;
}

.csp-jung-commerce--profile {
	margin: 0;
	padding: 18px;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(16, 24, 40, .06);
}

.csp-jung-commerce--profile .csp-jung-commerce__heading {
	display: block;
	margin-bottom: 16px;
}

.csp-jung-commerce--profile .csp-jung-commerce__heading h2 {
	font-size: 22px;
}

.csp-jung-commerce--profile .csp-jung-commerce__heading > p {
	display: none;
}

.csp-jung-commerce--profile .csp-jung-commerce__grid {
	grid-template-columns: 1fr;
}

.csp-jung-commerce--profile .csp-jung-product {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	align-items: stretch;
}

.csp-jung-commerce--profile .csp-jung-product > img {
	height: 100%;
	min-height: 132px;
	aspect-ratio: auto;
}

.csp-jung-commerce--profile .csp-jung-product__body {
	padding: 14px;
}

.csp-jung-commerce--profile .csp-jung-product h3 {
	font-size: 15px;
}

.csp-jung-commerce--profile .csp-jung-product__price {
	margin-bottom: 9px;
	font-size: 15px;
}

.csp-jung-product {
	overflow: hidden;
	border: 1px solid #eaecf0;
	border-radius: 18px;
	background: #fff;
	transition: transform .18s ease, box-shadow .18s ease;
}

.csp-jung-product:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(16, 24, 40, .1);
}

.csp-jung-product img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.csp-jung-product__body {
	padding: 18px;
}

.csp-jung-product h3 {
	margin: 6px 0 12px;
	font-size: 18px;
	line-height: 1.25;
}

.csp-jung-product__price {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 850;
}

.csp-jung-product__cta {
	display: inline-flex;
	color: #520f7d;
	font-weight: 850;
	text-decoration: none;
}

.csp-jung-commerce-message {
	padding: 18px;
	border-radius: 14px;
	background: #f8f5fa;
	color: #520f7d;
}

.csp-jung-result__offers {
	margin-top: 34px;
}

.csp-jung-profile-result {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	margin: 0 0 28px;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid rgba(6, 121, 174, .22);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(6, 121, 174, .08), rgba(82, 15, 125, .075)),
		#fff;
	box-shadow: 0 16px 38px rgba(15, 23, 42, .07);
}

.csp-jung-profile-result__icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 17px;
	background: linear-gradient(145deg, #0679ae, #520f7d);
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(82, 15, 125, .2);
}

.csp-jung-profile-result__copy > span {
	display: block;
	margin-bottom: 5px;
	color: #520f7d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .13em;
}

.csp-jung-profile-result__copy h2 {
	margin: 0 0 7px;
	color: #0f172a;
	font-size: clamp(20px, 2.4vw, 27px);
	line-height: 1.18;
	letter-spacing: -.035em;
}

.csp-jung-profile-result__copy p {
	margin: 0;
	color: #526174;
	font-size: 13px;
	line-height: 1.65;
}

.csp-jung-profile-result__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border-radius: 14px;
	background: #520f7d;
	color: #fff !important;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 10px 25px rgba(82, 15, 125, .2);
}

.csp-jung-profile-result__cta:hover,
.csp-jung-profile-result__cta:focus-visible {
	background: #3f0b61;
	transform: translateY(-1px);
}

.csp-jung-offers,
.csp-jung-offers * {
	box-sizing: border-box;
}

.csp-jung-offers {
	position: relative;
	margin: 30px 0 0;
	padding: clamp(24px, 4vw, 42px);
	overflow: hidden;
	border: 1px solid #dfe5ee;
	border-radius: 28px;
	background:
		radial-gradient(circle at 8% 0%, rgba(82, 15, 125, .08), transparent 29%),
		radial-gradient(circle at 92% 8%, rgba(6, 121, 174, .09), transparent 28%),
		#fff;
	box-shadow: 0 24px 66px rgba(15, 23, 42, .08);
	color: #101828;
}

.csp-jung-offers__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 370px);
	align-items: end;
	gap: 30px;
	margin-bottom: 26px;
}

.csp-jung-offers__eyebrow,
.csp-jung-modal__eyebrow,
.csp-jung-expert__identity > div > span,
.csp-jung-expert__service > span {
	display: block;
	color: #520f7d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.csp-jung-offers__header h2 {
	margin: 7px 0 0;
	color: #0f172a;
	font-size: clamp(28px, 3.5vw, 42px);
	line-height: 1.08;
	letter-spacing: -.045em;
}

.csp-jung-offers__header > p {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.65;
}

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

.csp-jung-offers--mail .csp-jung-offers__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csp-jung-offer {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 430px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #e3e8ef;
	border-radius: 21px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 12px 28px rgba(15, 23, 42, .045);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.csp-jung-offer--clickable {
	cursor: pointer;
}

.csp-jung-offer:hover,
.csp-jung-offer--clickable:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(82, 15, 125, .32);
	box-shadow: 0 20px 42px rgba(15, 23, 42, .12);
}

.csp-jung-offer--clickable:focus-visible {
	outline: 3px solid rgba(6, 121, 174, .3);
	outline-offset: 3px;
}

.csp-jung-offer--featured {
	border-color: rgba(82, 15, 125, .22);
	background: linear-gradient(145deg, #fbf8fd 0%, #f4f9fd 100%);
}

.csp-jung-offer__cover {
	position: relative;
	flex: 0 0 auto;
	aspect-ratio: 16 / 8.4;
	overflow: hidden;
	background: linear-gradient(135deg, #f5eff9, #eef8fa);
}

.csp-jung-offer__cover::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, .02), transparent 48%, rgba(15, 23, 42, .11));
	content: "";
	pointer-events: none;
}

.csp-jung-offer__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.csp-jung-offer:hover .csp-jung-offer__cover img,
.csp-jung-offer--clickable:focus-visible .csp-jung-offer__cover img {
	transform: scale(1.035);
}

.csp-jung-offer__cover-top {
	position: absolute;
	z-index: 1;
	top: 14px;
	right: 14px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.csp-jung-offer__icon {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 14px;
	background: rgba(255, 255, 255, .86);
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	color: #520f7d;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -.02em;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .1);
}

.csp-jung-offer__icon--wide {
	width: auto;
	min-width: 42px;
	padding: 0 12px;
	letter-spacing: .01em;
	white-space: nowrap;
}

.csp-jung-offer__price,
.csp-jung-offer__badge {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	padding: 6px 11px;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 999px;
	background: rgba(255, 255, 255, .88);
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	color: #0f172a;
	font-size: 13px;
	font-weight: 850;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .09);
}

.csp-jung-offer__badge {
	border-color: rgba(188, 232, 205, .9);
	background: rgba(236, 253, 243, .92);
	color: #17653a;
	font-size: 10px;
	letter-spacing: .08em;
}

.csp-jung-offer__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px;
}

.csp-jung-offer__category {
	display: block;
	margin-bottom: 10px;
	color: #520f7d;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.csp-jung-offer__mentor {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	margin: -3px 0 14px;
}

.csp-jung-offer__mentor img,
.csp-jung-offer__mentor-initials {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 13px;
	background: linear-gradient(145deg, #eee3f5, #e4f4f7);
	box-shadow: 0 6px 16px rgba(15, 23, 42, .1);
	object-fit: cover;
}

.csp-jung-offer__mentor-initials {
	color: #520f7d;
	font-size: 12px;
	font-weight: 900;
}

.csp-jung-offer__mentor > span {
	min-width: 0;
}

.csp-jung-offer__mentor strong,
.csp-jung-offer__mentor small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.csp-jung-offer__mentor strong {
	color: #1e293b;
	font-size: 12px;
	line-height: 1.3;
}

.csp-jung-offer__mentor small {
	margin-top: 2px;
	color: #64748b;
	font-size: 9px;
	line-height: 1.35;
}

.csp-jung-offer h3 {
	margin: 0 0 10px;
	color: #111827;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: -.025em;
}

.csp-jung-offer__body > p {
	margin: 0 0 15px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.62;
}

.csp-jung-offer__body ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.csp-jung-offer__body li {
	position: relative;
	margin: 7px 0;
	padding-left: 20px;
	color: #475569;
	font-size: 13px;
}

.csp-jung-offer__body li::before {
	position: absolute;
	top: .35em;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 99px;
	background: #79a442;
	content: "";
}

.csp-jung-offer__action,
.csp-jung-offer__body > .csp-jung-offer__button {
	margin-top: auto;
}

.csp-jung-offer__button,
.csp-jung-offer__primary,
.csp-jung-modal__primary,
.csp-jung-place-confirm,
.csp-jung-human-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid #d9e0ea;
	border-radius: 13px;
	background: #fff;
	color: #520f7d;
	font: inherit;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.csp-jung-offer__primary,
.csp-jung-modal__primary,
.csp-jung-human-form__submit {
	border-color: #520f7d;
	background: #520f7d;
	color: #fff;
}

.csp-jung-offer__button:hover,
.csp-jung-offer__button:focus-visible,
.csp-jung-offer--clickable:hover .csp-jung-offer__button,
.csp-jung-offer--clickable:focus-visible .csp-jung-offer__button {
	border-color: #520f7d;
	background: #faf7fc;
}

.csp-jung-offer__primary:hover,
.csp-jung-offer__primary:focus-visible,
.csp-jung-modal__primary:hover,
.csp-jung-modal__primary:focus-visible,
.csp-jung-human-form__submit:hover,
.csp-jung-human-form__submit:focus-visible {
	border-color: #3d0a5f;
	background: #3d0a5f;
	color: #fff;
}

.csp-jung-offer__button:focus-visible,
.csp-jung-offer__primary:focus-visible,
.csp-jung-modal__primary:focus-visible,
.csp-jung-place-confirm:focus-visible,
.csp-jung-human-form__submit:focus-visible,
.csp-jung-modal__close:focus-visible,
.csp-jung-human-form input:focus-visible,
.csp-jung-place-manual input:focus-visible {
	outline: 3px solid rgba(6, 121, 174, .28);
	outline-offset: 3px;
}

.csp-jung-offer__locked {
	display: block;
	padding: 11px 13px;
	border-radius: 11px;
	background: #fff8e8;
	color: #7a4d00;
	font-size: 12px;
	line-height: 1.45;
}

.csp-jung-offers__note {
	margin: 18px 0 0;
	color: #64748b;
	font-size: 11px;
	line-height: 1.55;
	text-align: center;
}

.csp-jung-modal-open {
	overflow: hidden;
}

.csp-jung-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	padding: clamp(12px, 3vw, 30px);
	place-items: center;
}

.csp-jung-modal[hidden] {
	display: none !important;
}

.csp-jung-modal__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(15, 23, 42, .66);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	cursor: default;
}

.csp-jung-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 760px);
	max-height: calc(100vh - 40px);
	padding: clamp(25px, 4vw, 42px);
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 27px;
	background: #fff;
	box-shadow: 0 32px 100px rgba(15, 23, 42, .32);
	color: #101828;
	animation: csp-jung-modal-in .22s ease-out both;
}

.csp-jung-modal__dialog--expert {
	width: min(100%, 820px);
}

.csp-jung-modal__dialog--place {
	width: min(100%, 590px);
}

.csp-jung-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	display: grid;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: #334155;
	font: inherit;
	font-size: 27px;
	line-height: 1;
	cursor: pointer;
}

.csp-jung-modal__dialog--form > h2,
.csp-jung-modal__dialog--place > h2 {
	max-width: 620px;
	margin: 8px 46px 12px 0;
	color: #0f172a;
	font-size: clamp(27px, 4vw, 39px);
	line-height: 1.12;
	letter-spacing: -.04em;
}

.csp-jung-modal__dialog--form > p,
.csp-jung-modal__dialog--place > p {
	margin: 0 0 16px;
	color: #64748b;
	font-size: 14px;
	line-height: 1.65;
}

.csp-jung-modal__boundary {
	padding: 12px 14px;
	border-left: 3px solid #06a6c8;
	border-radius: 10px;
	background: #f2fafc;
	color: #36616a !important;
	font-size: 12px !important;
}

.csp-jung-expert__identity {
	display: grid;
	grid-template-columns: 116px 1fr;
	align-items: center;
	gap: 22px;
	padding-right: 48px;
}

.csp-jung-expert__identity img,
.csp-jung-expert__initials {
	display: grid;
	width: 116px;
	height: 116px;
	place-items: center;
	border: 4px solid #fff;
	border-radius: 25px;
	background: linear-gradient(145deg, #f1e8f7, #e4f4f8);
	box-shadow: 0 14px 34px rgba(15, 23, 42, .13);
	object-fit: cover;
}

.csp-jung-expert__initials {
	color: #520f7d;
	font-size: 30px;
	font-weight: 900;
}

.csp-jung-expert__identity h2 {
	margin: 7px 0;
	color: #0f172a;
	font-size: clamp(30px, 5vw, 44px);
	line-height: 1.02;
	letter-spacing: -.045em;
}

.csp-jung-expert__identity p {
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.55;
}

.csp-jung-expert__proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 26px 0;
}

.csp-jung-expert__proof span {
	padding: 14px;
	border: 1px solid #e4e9f0;
	border-radius: 14px;
	background: #f8fafc;
	color: #64748b;
	font-size: 11px;
	line-height: 1.35;
	text-align: center;
}

.csp-jung-expert__proof strong {
	display: block;
	margin-bottom: 3px;
	color: #520f7d;
	font-size: 20px;
}

.csp-jung-expert__bio {
	margin: 0 0 22px;
	color: #475569;
	font-size: 14px;
	line-height: 1.7;
}

.csp-jung-expert__service {
	position: relative;
	padding: 20px 22px;
	border: 1px solid #e1d4eb;
	border-radius: 17px;
	background: linear-gradient(135deg, #fbf8fd, #f6fafc);
}

.csp-jung-expert__service h3 {
	margin: 6px 85px 8px 0;
	color: #0f172a;
	font-size: 21px;
}

.csp-jung-expert__service > strong {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #520f7d;
	font-size: 18px;
}

.csp-jung-expert__service p {
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.6;
}

.csp-jung-expert__footer {
	display: grid;
	grid-template-columns: 150px 1fr;
	align-items: center;
	gap: 18px;
	margin-top: 22px;
}

.csp-jung-expert__footer small {
	display: block;
	color: #94a3b8;
	font-size: 10px;
	text-transform: uppercase;
}

.csp-jung-expert__footer > div:first-child a {
	color: #334155;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.csp-jung-human-form {
	margin-top: 23px;
	padding-top: 23px;
	border-top: 1px solid #e2e8f0;
}

.csp-jung-human-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.csp-jung-human-form label > span,
.csp-jung-place-manual label > span,
.csp-jung-human-form__place > div > span {
	display: block;
	margin-bottom: 7px;
	color: #334155;
	font-size: 12px;
	font-weight: 800;
}

.csp-jung-human-form input[type="date"],
.csp-jung-human-form input[type="time"],
.csp-jung-place-manual input {
	width: 100%;
	height: 50px;
	padding: 11px 13px;
	border: 1px solid #d8e0ea;
	border-radius: 12px;
	background: #fff;
	color: #0f172a;
	font: inherit;
	font-size: 15px;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, .03);
}

.csp-jung-tooltip {
	display: inline-grid;
	width: 20px;
	height: 20px;
	margin-left: 4px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: #e8eef5;
	color: #475569;
	font-size: 11px;
	font-weight: 900;
	cursor: help;
}

.csp-jung-tooltip-wrap {
	position: relative;
	display: inline-block !important;
	margin: 0 !important;
}

.csp-jung-tooltip__content {
	position: absolute;
	z-index: 4;
	right: -12px;
	bottom: calc(100% + 10px);
	width: min(260px, 70vw);
	padding: 10px 12px;
	border-radius: 10px;
	background: #0f172a;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 550 !important;
	line-height: 1.5;
	opacity: 0;
	pointer-events: none;
	transform: translateY(5px);
	transition: opacity .16s ease, transform .16s ease;
}

.csp-jung-tooltip__content::after {
	position: absolute;
	top: 100%;
	right: 16px;
	border: 6px solid transparent;
	border-top-color: #0f172a;
	content: "";
}

.csp-jung-tooltip-wrap:hover .csp-jung-tooltip__content,
.csp-jung-tooltip-wrap:focus-within .csp-jung-tooltip__content {
	opacity: 1;
	transform: translateY(0);
}

.csp-jung-human-form__check {
	display: flex !important;
	align-items: flex-start;
	gap: 9px;
	margin: 12px 0;
}

.csp-jung-human-form__check input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: #520f7d;
}

.csp-jung-human-form__check > span {
	margin: 0 !important;
	color: #475569 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.5;
}

.csp-jung-human-form__place {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 14px;
	margin: 15px 0;
	padding: 14px;
	border: 1px solid #dbe3ed;
	border-radius: 14px;
	background: #f8fafc;
}

.csp-jung-human-form__place strong {
	display: block;
	color: #475569;
	font-size: 13px;
}

.csp-jung-human-form__place button {
	min-height: 42px;
	padding: 9px 13px;
	border: 1px solid #cad5e2;
	border-radius: 10px;
	background: #fff;
	color: #520f7d;
	font: inherit;
	font-size: 12px;
	font-weight: 850;
	cursor: pointer;
}

.csp-jung-human-form__consent {
	margin: 18px 0 !important;
	padding: 13px;
	border-radius: 12px;
	background: #f7f4f9;
}

.csp-jung-human-form__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 17px 0 12px;
	padding: 12px 14px;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	color: #64748b;
	font-size: 13px;
}

.csp-jung-human-form__summary strong {
	color: #0f172a;
	font-size: 20px;
}

.csp-jung-human-form__submit:disabled {
	opacity: .68;
	cursor: wait;
}

.csp-jung-human-form__status,
.csp-jung-place-status {
	min-height: 18px;
	margin: 10px 0 0;
	color: #b42318;
	font-size: 12px;
	line-height: 1.45;
}

.csp-jung-human-form > small {
	display: block;
	margin-top: 8px;
	color: #94a3b8;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

.csp-jung-modal__gate {
	margin-top: 22px;
	padding: 20px;
	border: 1px solid #eadff0;
	border-radius: 16px;
	background: #faf7fc;
}

.csp-jung-modal__gate h3 {
	margin: 0 0 7px;
	color: #0f172a;
	font-size: 20px;
}

.csp-jung-modal__gate p {
	margin: 0 0 15px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.6;
}

.csp-jung-place-widget {
	margin: 18px 0 13px;
}

.csp-jung-place-widget gmp-place-autocomplete {
	width: 100%;
}

.csp-jung-place-manual {
	padding: 15px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #f8fafc;
}

.csp-jung-place-manual a {
	display: inline-block;
	margin-top: 10px;
	color: #0679ae;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}

.csp-jung-place-confirm {
	margin-top: 14px;
	border-color: #520f7d;
	background: #520f7d;
	color: #fff;
}

@keyframes csp-jung-modal-in {
	from { opacity: 0; transform: translateY(14px) scale(.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 980px) {
	.csp-jung-offers--mail .csp-jung-offers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.csp-jung-profile-result {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 14px;
	}

	.csp-jung-profile-result__cta {
		grid-column: 1 / -1;
		width: 100%;
		white-space: normal;
	}

	.csp-jung-commerce__heading {
		display: block;
	}

	.csp-jung-commerce__heading p {
		margin-top: 9px;
	}

	.csp-jung-offers {
		padding: 22px 16px;
		border-radius: 22px;
	}

	.csp-jung-offers__header,
	.csp-jung-offers__grid,
	.csp-jung-offers--mail .csp-jung-offers__grid,
	.csp-jung-expert__footer,
	.csp-jung-human-form__grid {
		grid-template-columns: 1fr;
	}

	.csp-jung-offers__header {
		gap: 11px;
	}

	.csp-jung-offer {
		min-height: 0;
		padding: 0;
	}

	.csp-jung-offer__cover {
		aspect-ratio: 16 / 8.1;
	}

	.csp-jung-offer__body {
		padding: 18px;
	}

	.csp-jung-modal {
		align-items: end;
		padding: 0;
	}

	.csp-jung-modal__dialog {
		width: 100%;
		max-height: min(92vh, 860px);
		padding: 27px 18px 24px;
		border-radius: 24px 24px 0 0;
	}

	.csp-jung-expert__identity {
		grid-template-columns: 82px 1fr;
		gap: 14px;
		padding-right: 34px;
	}

	.csp-jung-expert__identity img,
	.csp-jung-expert__initials {
		width: 82px;
		height: 82px;
		border-radius: 20px;
	}

	.csp-jung-expert__identity h2 {
		font-size: 29px;
	}

	.csp-jung-expert__proof {
		gap: 7px;
	}

	.csp-jung-expert__proof span {
		padding: 10px 6px;
	}

	.csp-jung-expert__service h3 {
		margin-right: 0;
	}

	.csp-jung-expert__service > strong {
		position: static;
		display: block;
		margin: 0 0 8px;
	}

	.csp-jung-human-form__place {
		grid-template-columns: 1fr;
	}

	.csp-jung-human-form__place button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csp-jung-product,
	.csp-jung-offer,
	.csp-jung-modal__dialog {
		transition: none;
		animation: none;
	}
}

/* 1.2.0 — service drill-down and Academy */

.csp-jung-offers [hidden] {
	display: none !important;
}

.csp-jung-academy {
	position: relative;
	display: block;
	min-height: 246px;
	margin: 0 0 clamp(30px, 5vw, 48px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .56);
	border-radius: 24px;
	background: #143247;
	box-shadow: 0 22px 48px rgba(14, 38, 56, .18);
	color: #fff;
	text-decoration: none !important;
	isolation: isolate;
}

.csp-jung-academy:focus-visible {
	outline: 4px solid rgba(66, 183, 225, .42);
	outline-offset: 4px;
}

.csp-jung-academy__cover,
.csp-jung-academy__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.csp-jung-academy__cover {
	object-fit: cover;
	transition: transform .55s ease;
}

.csp-jung-academy:hover .csp-jung-academy__cover {
	transform: scale(1.025);
}

.csp-jung-academy__shade {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(10, 26, 40, .96) 0%, rgba(10, 26, 40, .82) 46%, rgba(10, 26, 40, .22) 100%),
		linear-gradient(0deg, rgba(82, 15, 125, .24), transparent 58%);
}

.csp-jung-academy__content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	min-height: 246px;
	padding: clamp(24px, 4vw, 42px);
}

.csp-jung-academy__logo {
	width: 92px;
	height: 92px;
	object-fit: cover;
	border: 4px solid rgba(255, 255, 255, .88);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(7, 18, 27, .3);
}

.csp-jung-academy__copy {
	display: block;
	max-width: 680px;
}

.csp-jung-academy__copy small {
	display: block;
	margin-bottom: 7px;
	color: #bfefff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .16em;
}

.csp-jung-academy__copy strong {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: clamp(25px, 3.4vw, 42px);
	line-height: 1.06;
	letter-spacing: -.045em;
}

.csp-jung-academy__copy > span {
	display: block;
	color: rgba(255, 255, 255, .85);
	font-size: 14px;
	line-height: 1.65;
}

.csp-jung-academy__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 20px;
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 14px;
	background: rgba(255, 255, 255, .94);
	color: #3f0c61;
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
	box-shadow: 0 12px 26px rgba(7, 18, 27, .2);
}

.csp-jung-offer__mentor {
	color: inherit;
	text-decoration: none !important;
	border-radius: 14px;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.csp-jung-offer__mentor:focus-visible {
	outline: 3px solid rgba(6, 121, 174, .3);
	outline-offset: 3px;
}

.csp-jung-offer__mentor img {
	width: 116px;
	height: 132px;
	object-position: 50% 18%;
	border-radius: 22px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, .16);
}

.csp-jung-offer__cover {
	aspect-ratio: 16 / 11.4;
}

.csp-jung-offer__cover-mentor {
	position: absolute;
	z-index: 2;
	right: 15px;
	bottom: 13px;
	display: flex;
	align-items: flex-end;
	gap: 8px;
	color: #fff;
	text-decoration: none !important;
}

.csp-jung-offer__cover .csp-jung-offer__cover-mentor > img {
	width: 156px;
	height: 192px;
	object-fit: cover;
	object-position: 50% 14%;
	border: 3px solid rgba(255, 255, 255, .92);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 25px rgba(15, 23, 42, .25);
	transform: none !important;
}

.csp-jung-offer__cover-mentor > span {
	margin-bottom: 8px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .52);
	border-radius: 10px;
	background: rgba(15, 23, 42, .72);
	-webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
	font-size: 11px;
	font-weight: 850;
	white-space: nowrap;
}

.csp-jung-offer__cover-mentor:focus-visible {
	outline: 3px solid rgba(189, 238, 255, .58);
	outline-offset: 3px;
}

.csp-jung-offer__body {
	padding: 26px;
}

.csp-jung-offer__body h3 {
	font-size: clamp(20px, 2.2vw, 26px);
}

.csp-jung-expert__identity > a {
	display: block;
	border-radius: 24px;
}

.csp-jung-expert__identity > a:focus-visible {
	outline: 3px solid rgba(6, 121, 174, .32);
	outline-offset: 3px;
}

.csp-jung-expert__profile-link {
	color: #520f7d;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.csp-jung-landings {
	position: relative;
}

.csp-jung-landing {
	scroll-margin-top: 110px;
}

.csp-jung-landing__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	padding: 10px 14px;
	border: 1px solid #d7dfe9;
	border-radius: 12px;
	background: #fff;
	color: #334155;
	font: inherit;
	font-size: 13px;
	font-weight: 850;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(15, 23, 42, .05);
}

.csp-jung-landing__back:hover {
	border-color: #b8c4d2;
	color: #520f7d;
}

.csp-jung-landing__back:focus-visible {
	outline: 3px solid rgba(6, 121, 174, .28);
	outline-offset: 3px;
}

.csp-jung-landing__hero {
	position: relative;
	min-height: clamp(420px, 52vw, 590px);
	overflow: hidden;
	border-radius: 26px;
	background: #172033;
	box-shadow: 0 28px 65px rgba(15, 23, 42, .2);
	isolation: isolate;
}

.csp-jung-landing__hero > img,
.csp-jung-landing__hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.csp-jung-landing__hero > img {
	z-index: -2;
	object-fit: cover;
}

.csp-jung-landing__hero-shade {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(7, 14, 29, .95) 0%, rgba(7, 14, 29, .8) 48%, rgba(7, 14, 29, .18) 100%),
		linear-gradient(0deg, rgba(7, 14, 29, .52), transparent 55%);
}

.csp-jung-landing--report .csp-jung-landing__hero-shade {
	background: linear-gradient(90deg, rgba(33, 16, 51, .96) 0%, rgba(40, 19, 61, .78) 50%, rgba(25, 13, 39, .2) 100%);
}

.csp-jung-landing--insights .csp-jung-landing__hero-shade {
	background: linear-gradient(90deg, rgba(12, 34, 48, .95) 0%, rgba(13, 45, 62, .76) 50%, rgba(12, 34, 48, .16) 100%);
}

.csp-jung-landing--human .csp-jung-landing__hero-shade {
	background: linear-gradient(90deg, rgba(35, 18, 61, .96) 0%, rgba(58, 25, 85, .74) 52%, rgba(35, 18, 61, .14) 100%);
}

.csp-jung-landing__hero-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 760px;
	min-height: inherit;
	padding: clamp(34px, 7vw, 76px);
}

.csp-jung-landing__hero-copy > span {
	color: #bdeeff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .16em;
}

.csp-jung-landing__hero-copy h2 {
	max-width: 720px;
	margin: 13px 0 16px;
	color: #fff;
	font-size: clamp(36px, 5.7vw, 70px);
	line-height: .99;
	letter-spacing: -.055em;
	text-wrap: balance;
}

.csp-jung-landing__hero-copy p {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, .84);
	font-size: clamp(15px, 1.7vw, 18px);
	line-height: 1.65;
}

.csp-jung-landing__hero-copy > strong {
	display: inline-flex;
	margin-top: 26px;
	padding: 11px 16px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 14px;
	background: rgba(255, 255, 255, .14);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	color: #fff;
	font-size: 20px;
}

.csp-jung-landing__mentor-portrait {
	position: absolute;
	z-index: 2;
	right: clamp(28px, 6vw, 70px);
	bottom: 0;
	display: flex;
	align-items: flex-end;
	gap: 14px;
	max-width: 320px;
	color: #fff;
	text-decoration: none !important;
}

.csp-jung-landing__mentor-portrait > img {
	width: clamp(180px, 24vw, 285px);
	height: clamp(240px, 34vw, 390px);
	object-fit: cover;
	object-position: 50% 14%;
	border-radius: 30px 30px 0 0;
	filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .28));
}

.csp-jung-landing__mentor-portrait > span {
	position: absolute;
	right: 0;
	bottom: 24px;
	width: 205px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 14px;
	background: rgba(9, 17, 31, .74);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow: 0 15px 32px rgba(0, 0, 0, .2);
}

.csp-jung-landing__mentor-portrait strong,
.csp-jung-landing__mentor-portrait small {
	display: block;
}

.csp-jung-landing__mentor-portrait strong {
	font-size: 14px;
}

.csp-jung-landing__mentor-portrait small {
	margin-top: 3px;
	color: rgba(255, 255, 255, .74);
	font-size: 10px;
	line-height: 1.4;
}

.csp-jung-landing__mentor-portrait:focus-visible {
	outline: 4px solid rgba(189, 238, 255, .5);
	outline-offset: 5px;
}

.csp-jung-landing__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
	align-items: start;
	gap: clamp(28px, 5vw, 54px);
	padding: clamp(34px, 6vw, 66px) clamp(2px, 1vw, 10px) 8px;
}

.csp-jung-landing__main {
	display: grid;
	gap: clamp(40px, 6vw, 66px);
	min-width: 0;
}

.csp-jung-landing__section-label {
	display: block;
	margin-bottom: 8px;
	color: #520f7d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
}

.csp-jung-landing__main h3 {
	margin: 0 0 22px;
	color: #0f172a;
	font-size: clamp(26px, 3.3vw, 40px);
	line-height: 1.08;
	letter-spacing: -.04em;
}

.csp-jung-landing__benefits {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
	gap: 14px;
}

.csp-jung-landing__benefits article {
	position: relative;
	min-width: 0;
	min-height: 230px;
	padding: 23px 20px 20px;
	border: 1px solid #e1e7ef;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 26px rgba(15, 23, 42, .045);
}

.csp-jung-landing__benefits article > span {
	display: grid;
	width: 34px;
	height: 34px;
	margin-bottom: 20px;
	place-items: center;
	border-radius: 11px;
	background: linear-gradient(145deg, #f3eafb, #eaf5fb);
	color: #520f7d;
	font-size: 12px;
	font-weight: 900;
}

.csp-jung-landing__benefits h4 {
	margin: 0 0 9px;
	color: #162033;
	font-size: 17px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.csp-jung-landing__benefits p {
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.csp-jung-landing__outcomes {
	padding: clamp(25px, 4vw, 38px);
	border-radius: 22px;
	background: linear-gradient(145deg, #f7f2fa, #eef8fb);
}

.csp-jung-landing__outcomes ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csp-jung-landing__outcomes li {
	position: relative;
	padding: 13px 15px 13px 46px;
	border: 1px solid rgba(82, 15, 125, .08);
	border-radius: 13px;
	background: rgba(255, 255, 255, .78);
	color: #334155;
	font-size: 14px;
	line-height: 1.55;
}

.csp-jung-landing__outcomes li::before {
	position: absolute;
	top: 13px;
	left: 15px;
	display: grid;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 50%;
	background: #daf4e6;
	color: #17653a;
	font-size: 12px;
	font-weight: 900;
	content: "✓";
}

.csp-jung-landing__expert {
	display: grid;
	grid-template-columns: minmax(180px, 270px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(24px, 5vw, 44px);
	overflow: hidden;
	border: 1px solid #e1e7ef;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.csp-jung-landing__expert > a {
	align-self: stretch;
	min-height: 330px;
}

.csp-jung-landing__expert img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 14%;
}

.csp-jung-landing__expert > div {
	padding: 26px 34px 26px 0;
}

.csp-jung-landing__expert h3 {
	margin-bottom: 7px;
}

.csp-jung-landing__expert p {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
}

.csp-jung-landing__expert-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.csp-jung-landing__expert-actions a,
.csp-jung-landing__expert-actions button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 9px 13px;
	border: 1px solid #d8e0ea;
	border-radius: 11px;
	background: #fff;
	color: #520f7d;
	font: inherit;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
	cursor: pointer;
}

.csp-jung-landing__expert-actions button {
	border-color: #520f7d;
	background: #520f7d;
	color: #fff;
}

.csp-jung-landing__boundary {
	padding: 20px 22px;
	border-left: 4px solid #8b6aa1;
	border-radius: 0 15px 15px 0;
	background: #f7f5f8;
}

.csp-jung-landing__boundary strong {
	display: block;
	margin-bottom: 7px;
	color: #3f0c61;
	font-size: 14px;
}

.csp-jung-landing__boundary p {
	margin: 0;
	color: #667085;
	font-size: 12px;
	line-height: 1.65;
}

.csp-jung-landing__checkout {
	position: sticky;
	top: 110px;
	padding: 26px;
	border: 1px solid #dce3ec;
	border-radius: 21px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 22px 52px rgba(15, 23, 42, .12);
}

.csp-jung-landing__checkout > span {
	display: block;
	color: #64748b;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
}

.csp-jung-landing__checkout > strong {
	display: block;
	margin: 6px 0 18px;
	color: #520f7d;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1;
	letter-spacing: -.05em;
}

.csp-jung-landing__checkout h3 {
	margin: 0 0 8px;
	color: #0f172a;
	font-size: 22px;
	line-height: 1.15;
}

.csp-jung-landing__checkout p {
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.6;
}

.csp-jung-landing__actions {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.csp-jung-landing__actions > a,
.csp-jung-landing__actions > button {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.csp-jung-landing__secondary {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 13px;
	border: 1px solid #ccd6e2;
	border-radius: 11px;
	background: #fff;
	color: #3f0c61;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
}

.csp-jung-landing__checkout > small {
	display: block;
	margin-top: 13px;
	color: #98a2b3;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 1100px) {
	.csp-jung-landing__hero-copy {
		max-width: 64%;
	}

	.csp-jung-landing__mentor-portrait {
		right: 20px;
	}

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

	.csp-jung-landing__benefits article {
		min-height: 0;
	}
}

@media (max-width: 820px) {
	.csp-jung-academy__content {
		grid-template-columns: 74px 1fr;
	}

	.csp-jung-academy__logo {
		width: 74px;
		height: 74px;
		border-radius: 19px;
	}

	.csp-jung-academy__cta {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.csp-jung-landing__hero {
		min-height: 640px;
	}

	.csp-jung-landing__hero-copy {
		justify-content: flex-start;
		max-width: none;
		min-height: 0;
		padding-bottom: 330px;
	}

	.csp-jung-landing__hero-shade,
	.csp-jung-landing--report .csp-jung-landing__hero-shade,
	.csp-jung-landing--insights .csp-jung-landing__hero-shade,
	.csp-jung-landing--human .csp-jung-landing__hero-shade {
		background: linear-gradient(180deg, rgba(8, 15, 29, .96) 0%, rgba(8, 15, 29, .8) 56%, rgba(8, 15, 29, .4) 100%);
	}

	.csp-jung-landing__mentor-portrait {
		right: 24px;
		left: 24px;
		justify-content: flex-end;
	}

	.csp-jung-landing__mentor-portrait > img {
		width: 220px;
		height: 300px;
	}

	.csp-jung-landing__mentor-portrait > span {
		right: 180px;
	}

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

	.csp-jung-landing__checkout {
		position: static;
	}
}

@media (max-width: 560px) {
	.csp-jung-academy {
		min-height: 360px;
		border-radius: 20px;
	}

	.csp-jung-academy__shade {
		background: linear-gradient(180deg, rgba(10, 26, 40, .7), rgba(10, 26, 40, .97));
	}

	.csp-jung-academy__content {
		grid-template-columns: 58px 1fr;
		align-content: end;
		min-height: 360px;
		padding: 22px;
	}

	.csp-jung-academy__logo {
		width: 58px;
		height: 58px;
		border-width: 2px;
		border-radius: 16px;
	}

	.csp-jung-academy__copy strong {
		font-size: 28px;
	}

	.csp-jung-academy__copy > span {
		grid-column: 1 / -1;
		font-size: 12px;
	}

	.csp-jung-offer__body {
		padding: 20px;
	}

	.csp-jung-landing__hero {
		min-height: 700px;
		border-radius: 20px;
	}

	.csp-jung-landing__hero-copy {
		padding: 28px 22px 330px;
	}

	.csp-jung-landing__hero-copy h2 {
		font-size: 39px;
	}

	.csp-jung-landing__mentor-portrait {
		right: 14px;
		left: 14px;
	}

	.csp-jung-landing__mentor-portrait > img {
		width: 190px;
		height: 285px;
	}

	.csp-jung-landing__mentor-portrait > span {
		right: 145px;
		bottom: 18px;
		width: 170px;
	}

	.csp-jung-landing__layout {
		padding-top: 36px;
	}

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

	.csp-jung-landing__expert > a {
		min-height: 360px;
		max-height: 430px;
	}

	.csp-jung-landing__expert > div {
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csp-jung-academy__cover {
		transition: none;
	}
}

/* Commerce 1.3.1 — clean covers, checkout CTA and full-width About section. */
.csp-jung-offer__brand {
	display: grid;
	width: 52px;
	height: 52px;
	overflow: hidden;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 16px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 12px 28px rgba(15, 23, 42, .2);
}

.csp-jung-offer__brand img {
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain;
	transform: none !important;
}

.csp-jung-offer__cover {
	aspect-ratio: 16 / 9.7;
}

.csp-jung-landing__hero {
	min-height: clamp(480px, 52vw, 610px);
}

.csp-jung-landing__hero > img {
	object-position: 50% 50%;
}

.csp-jung-landing__hero-copy {
	max-width: 790px;
}

.csp-jung-landing__hero-copy h2 {
	max-width: 760px;
	color: #fff !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .48);
}

#jung-test .csp-jung-offers .csp-jung-landing .csp-jung-landing__hero-copy h2,
.csp-jung-commerce .csp-jung-offers .csp-jung-landing .csp-jung-landing__hero-copy h2 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .48) !important;
}

.csp-jung-landing--insights .csp-jung-landing__hero-shade {
	background:
		linear-gradient(90deg, rgba(7, 24, 36, .96) 0%, rgba(9, 35, 49, .86) 56%, rgba(7, 24, 36, .38) 100%),
		linear-gradient(0deg, rgba(7, 24, 36, .52), transparent 58%);
}

.csp-jung-landing--human .csp-jung-landing__hero-shade {
	background:
		linear-gradient(90deg, rgba(29, 12, 49, .97) 0%, rgba(49, 20, 74, .86) 58%, rgba(29, 12, 49, .36) 100%),
		linear-gradient(0deg, rgba(29, 12, 49, .56), transparent 58%);
}

.csp-jung-landing__hero-action {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.csp-jung-landing__hero-action .csp-jung-modal__primary,
.csp-jung-landing__hero-action .csp-jung-offer__primary {
	min-height: 50px;
	padding: 12px 18px;
	border: 1px solid rgba(255, 255, 255, .9);
	background: #fff;
	color: #520f7d;
	box-shadow: 0 14px 30px rgba(7, 14, 29, .22);
}

.csp-jung-checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	text-align: center;
}

.csp-jung-checkout-unavailable {
	display: grid;
	gap: 10px;
}

.csp-jung-checkout-unavailable > span {
	display: block;
	padding: 11px 13px;
	border: 1px solid #f3d8a5;
	border-radius: 11px;
	background: #fff8e8;
	color: #815d1b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.45;
	text-align: center;
}

.csp-jung-about {
	overflow: hidden;
	margin-top: clamp(42px, 6vw, 76px);
	border: 1px solid #e1e7ef;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 62px rgba(15, 23, 42, .09);
}

.csp-jung-about__hero {
	display: grid;
	grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr);
	min-height: 590px;
}

.csp-jung-about__photo {
	position: relative;
	display: block;
	min-height: 590px;
	overflow: hidden;
	background: #f3f0f5;
}

.csp-jung-about__photo::after {
	position: absolute;
	inset: auto 0 0;
	height: 28%;
	background: linear-gradient(0deg, rgba(18, 12, 28, .32), transparent);
	content: "";
	pointer-events: none;
}

.csp-jung-about__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition: opacity .18s ease, transform .7s ease;
}

.csp-jung-about__photo:hover img {
	transform: scale(1.018);
}

.csp-jung-about__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5vw, 62px);
	background:
		radial-gradient(circle at 100% 0, rgba(140, 210, 217, .18), transparent 34%),
		linear-gradient(145deg, #fff, #fbf9fd);
}

.csp-jung-about__copy > * {
	max-width: 660px;
}

.csp-jung-about__copy h3 {
	margin-bottom: 16px;
	font-size: clamp(34px, 4.2vw, 54px);
}

.csp-jung-about__copy p {
	margin: 0 0 14px;
	color: #59677a;
	font-size: 14px;
	line-height: 1.72;
}

.csp-jung-about__copy .csp-jung-about__lead {
	color: #263449;
	font-size: 16px;
}

.csp-jung-about__credentials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.csp-jung-about__credentials span {
	padding: 8px 10px;
	border: 1px solid #e1d7e8;
	border-radius: 999px;
	background: #faf7fc;
	color: #520f7d;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
}

.csp-jung-about__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 20px;
}

.csp-jung-about__proof span {
	display: grid;
	gap: 3px;
	padding: 14px 10px;
	border: 1px solid #e3e9f0;
	border-radius: 14px;
	background: rgba(255, 255, 255, .84);
	color: #64748b;
	font-size: 10px;
	text-align: center;
}

.csp-jung-about__proof strong {
	color: #520f7d;
	font-size: 21px;
	line-height: 1;
}

.csp-jung-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.csp-jung-about__gallery {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	background: #f2f5f8;
}

.csp-jung-about__thumbnail {
	position: relative;
	display: block;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 15px;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.csp-jung-about__thumbnail::after {
	position: absolute;
	inset: 0;
	border: 2px solid rgba(255, 255, 255, .78);
	border-radius: 12px;
	content: "";
	pointer-events: none;
}

.csp-jung-about__thumbnail:hover {
	transform: translateY(-2px);
}

.csp-jung-about__thumbnail:focus-visible {
	outline: 3px solid rgba(82, 15, 125, .32);
	outline-offset: 2px;
}

.csp-jung-about__thumbnail.is-active {
	border-color: #651493;
	box-shadow: 0 7px 20px rgba(82, 15, 125, .2);
}

.csp-jung-about__thumbnail img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: 50% 48%;
	border-radius: 11px;
	transition: transform .22s ease;
}

.csp-jung-about__thumbnail:hover img {
	transform: scale(1.035);
}

.csp-jung-about__clients {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	justify-items: center;
	gap: 28px;
	padding: clamp(32px, 5vw, 58px);
	border-top: 1px solid #e6ebf1;
	background:
		radial-gradient(circle at 50% 0, rgba(140, 210, 217, .13), transparent 36%),
		#fff;
}

.csp-jung-about__clients > div {
	position: static;
	width: min(100%, 820px);
	text-align: center;
}

.csp-jung-about__clients h3 {
	margin-bottom: 13px;
}

.csp-jung-about__clients p {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.7;
}

.csp-jung-about__clients figure {
	width: min(100%, 880px);
	margin: 0;
	padding: clamp(14px, 2vw, 24px);
	border: 1px solid #e6ebf1;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.csp-jung-about__logos-open {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 15px;
	background: #fff;
	cursor: zoom-in;
}

.csp-jung-about__logos-static {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border-radius: 15px;
	background: #fff;
}

.csp-jung-about__logos-open img,
.csp-jung-about__logos-static img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .24s ease;
}

.csp-jung-about__logos-open:hover img {
	transform: scale(1.012);
}

.csp-jung-about__logos-open:focus-visible {
	outline: 4px solid rgba(6, 121, 174, .34);
	outline-offset: 4px;
}

.csp-jung-about__logos-open > span {
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 999px;
	background: rgba(38, 8, 57, .9);
	color: #fff;
	font-size: 11px;
	font-weight: 850;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .2);
}

.csp-jung-about__clients figcaption {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #edf0f4;
	color: #8994a5;
	font-size: 10px;
	line-height: 1.55;
	text-align: center;
}

.csp-jung-about__conversion {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
	gap: clamp(28px, 5vw, 62px);
	align-items: center;
	padding: clamp(34px, 5vw, 58px);
	border-top: 1px solid #e6ebf1;
	background: linear-gradient(135deg, #f7f2fa 0%, #eef9fb 100%);
}

.csp-jung-about__conversion h3 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: clamp(28px, 3.5vw, 44px);
	line-height: 1.08;
	letter-spacing: -.04em;
}

.csp-jung-about__conversion p {
	max-width: 680px;
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.7;
}

.csp-jung-about__conversion-actions {
	display: grid;
	gap: 10px;
}

.csp-jung-about__conversion-actions > strong {
	display: block;
	margin-bottom: 4px;
	color: #520f7d;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1;
	text-align: center;
	letter-spacing: -.05em;
}

.csp-jung-about__conversion-actions .csp-jung-modal__primary,
.csp-jung-about__conversion-actions .csp-jung-landing__secondary {
	width: 100%;
	justify-content: center;
}

.csp-jung-chat-button {
	border-color: #b9dfe8;
	background: #f3fbfc;
	color: #3f0c61;
}

.csp-jung-chat-button:hover,
.csp-jung-chat-button:focus-visible {
	border-color: #6eb6c7;
	background: #eaf8fa;
}

.csp-jung-logo-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 1100px);
	max-height: calc(100vh - 32px);
	padding: clamp(18px, 3vw, 30px);
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, .62);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 32px 100px rgba(15, 23, 42, .38);
	animation: csp-jung-modal-in .22s ease-out both;
}

.csp-jung-logo-modal__dialog h2 {
	margin: 0 58px 18px 0;
	color: #0f172a;
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.1;
	letter-spacing: -.04em;
}

.csp-jung-logo-modal__dialog > img {
	display: block;
	width: min(100%, 900px);
	height: auto;
	margin: 0 auto;
	border-radius: 16px;
}

@media (max-width: 1100px) {
	.csp-jung-landing__hero-copy {
		max-width: 76%;
	}

	.csp-jung-about__hero {
		grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
	}
}

@media (max-width: 820px) {
	.csp-jung-landing__hero {
		min-height: 570px;
	}

	.csp-jung-landing__hero-copy {
		justify-content: center;
		max-width: none;
		min-height: inherit;
		padding: 40px 30px;
	}

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

	.csp-jung-about__photo {
		min-height: 0;
	}

	.csp-jung-about__photo img {
		height: auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}

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

	.csp-jung-about__clients > div {
		position: static;
	}

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

@media (max-width: 560px) {
	.csp-jung-offer__cover {
		aspect-ratio: 16 / 10.3;
	}

	.csp-jung-offer__brand {
		width: 46px;
		height: 46px;
		border-radius: 14px;
	}

	.csp-jung-offer__brand img {
		width: 37px;
		height: 37px;
	}

	.csp-jung-landing__hero {
		min-height: 590px;
	}

	.csp-jung-landing__hero-copy {
		min-height: inherit;
		padding: 30px 22px;
	}

	.csp-jung-landing__hero-copy h2 {
		font-size: 39px;
	}

	.csp-jung-landing__hero-action,
	.csp-jung-landing__hero-action > a,
	.csp-jung-landing__hero-action > button {
		width: 100%;
	}

	.csp-jung-about {
		border-radius: 20px;
	}

	.csp-jung-about__photo {
		min-height: 0;
	}

	.csp-jung-about__copy {
		padding: 28px 22px 32px;
	}

	.csp-jung-about__credentials {
		display: grid;
	}

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

	.csp-jung-about__gallery {
		display: grid;
		grid-auto-columns: minmax(112px, 38%);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.csp-jung-about__thumbnail {
		scroll-snap-align: start;
	}

	.csp-jung-about__clients {
		padding: 30px 20px;
	}

	.csp-jung-about__clients figure {
		padding: 12px;
	}

	.csp-jung-about__logos-open > span {
		right: 9px;
		bottom: 9px;
		padding: 7px 9px;
		font-size: 10px;
	}

	.csp-jung-about__conversion {
		padding: 30px 20px;
	}

	.csp-jung-logo-modal {
		padding: 8px;
	}

	.csp-jung-logo-modal__dialog {
		max-height: calc(100vh - 16px);
		padding: 18px 12px 12px;
		border-radius: 20px;
	}
}

/* Commerce 1.4.0+ — account benefit banner and circular service discovery. */
.csp-jung-account-offer {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(250px, 330px);
	gap: clamp(20px, 3vw, 38px);
	align-items: center;
	margin: 0 0 clamp(28px, 4vw, 44px);
	padding: clamp(24px, 4vw, 42px);
	overflow: hidden;
	border: 1px solid rgba(123, 76, 154, .2);
	border-radius: 26px;
	background:
		radial-gradient(circle at 92% 0, rgba(140, 210, 217, .26), transparent 36%),
		radial-gradient(circle at 0 100%, rgba(82, 15, 125, .16), transparent 42%),
		linear-gradient(135deg, #fff 0%, #faf6fc 52%, #f1fbfc 100%);
	box-shadow: 0 22px 58px rgba(55, 22, 78, .11);
}

.csp-jung-account-offer::before {
	position: absolute;
	top: -56px;
	right: -56px;
	width: 170px;
	height: 170px;
	border: 1px solid rgba(82, 15, 125, .1);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.csp-jung-account-offer--claimed {
	border-color: rgba(23, 150, 101, .24);
	background:
		radial-gradient(circle at 92% 0, rgba(140, 210, 217, .24), transparent 36%),
		radial-gradient(circle at 0 100%, rgba(23, 150, 101, .13), transparent 42%),
		linear-gradient(135deg, #fff 0%, #f5fbf8 52%, #f1fbfc 100%);
	box-shadow: 0 22px 58px rgba(20, 104, 76, .1);
}

.csp-jung-account-offer--claimed .csp-jung-account-offer__icon {
	background: linear-gradient(145deg, #179665, #126f9a);
	box-shadow: 0 18px 36px rgba(23, 150, 101, .22);
}

.csp-jung-account-offer--claimed .csp-jung-account-offer__copy > span,
.csp-jung-account-offer--claimed .csp-jung-account-offer__action > span {
	color: #14744f;
}

.csp-jung-account-offer--awaiting-email,
.csp-jung-account-offer--claimable,
.csp-jung-account-offer--wrong-account {
	border-color: rgba(6, 121, 174, .22);
}

.csp-jung-account-offer__icon {
	position: relative;
	display: grid;
	width: 104px;
	height: 104px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 28px;
	background: linear-gradient(145deg, #520f7d, #126f9a);
	color: #fff;
	box-shadow: 0 18px 36px rgba(82, 15, 125, .24);
	transform: rotate(-3deg);
}

.csp-jung-account-offer__icon span {
	font-size: 24px;
	font-weight: 950;
	letter-spacing: -.04em;
}

.csp-jung-account-offer__icon strong {
	position: absolute;
	right: -10px;
	bottom: -9px;
	padding: 8px 10px;
	border: 3px solid #fff;
	border-radius: 13px;
	background: #f5c842;
	color: #2f1c03;
	font-size: 16px;
	line-height: 1;
	box-shadow: 0 10px 22px rgba(62, 43, 8, .2);
}

.csp-jung-account-offer__copy > span,
.csp-jung-account-offer__action > span {
	display: block;
	color: #520f7d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
}

.csp-jung-account-offer__copy h3 {
	margin: 8px 0 11px;
	color: #172033;
	font-size: clamp(27px, 3vw, 42px);
	line-height: 1.04;
	letter-spacing: -.045em;
}

.csp-jung-account-offer__copy p {
	max-width: 700px;
	margin: 0;
	color: #536176;
	font-size: 14px;
	line-height: 1.65;
}

.csp-jung-account-offer__copy ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.csp-jung-account-offer__copy li {
	padding: 7px 10px;
	border: 1px solid #e4d7eb;
	border-radius: 999px;
	background: rgba(255, 255, 255, .76);
	color: #4b3859;
	font-size: 10px;
	font-weight: 800;
}

.csp-jung-account-offer__action {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 20px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 15px 34px rgba(40, 24, 51, .08);
}

.csp-jung-account-offer__coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.csp-jung-account-offer__coupon code {
	display: block;
	min-width: 0;
	padding: 11px 12px;
	overflow: hidden;
	border: 1px dashed #9c72b8;
	border-radius: 11px;
	background: #fbf7fd;
	color: #3f0c61;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.csp-jung-account-offer__coupon button {
	min-height: 40px;
	padding: 9px 12px;
	border: 0;
	border-radius: 10px;
	background: #520f7d;
	color: #fff;
	font: inherit;
	font-size: 11px;
	font-weight: 850;
	cursor: pointer;
}

.csp-jung-account-offer__coupon button:hover,
.csp-jung-account-offer__coupon button:focus-visible {
	background: #3f0b61;
}

.csp-jung-account-offer__coupon button:focus-visible {
	outline: 3px solid rgba(6, 121, 174, .28);
	outline-offset: 3px;
}

.csp-jung-account-offer__primary > a,
.csp-jung-account-offer__primary > button {
	width: 100%;
	justify-content: center;
}

.csp-jung-account-offer__action small {
	color: #7b8797;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

.csp-jung-related {
	margin-top: clamp(46px, 7vw, 84px);
	padding: clamp(30px, 5vw, 58px);
	border: 1px solid #e1e7ef;
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0, rgba(140, 210, 217, .16), transparent 34%),
		linear-gradient(145deg, #f8fafc, #fff);
	box-shadow: 0 22px 58px rgba(15, 23, 42, .08);
}

.csp-jung-related__header {
	display: flex;
	gap: 24px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 25px;
}

.csp-jung-related__header span {
	color: #520f7d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
}

.csp-jung-related__header h3 {
	margin: 7px 0 0;
	color: #172033;
	font-size: clamp(28px, 3.7vw, 46px);
	line-height: 1.05;
	letter-spacing: -.045em;
}

.csp-jung-related__header p {
	max-width: 380px;
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.6;
	text-align: right;
}

.csp-jung-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.csp-jung-related .csp-jung-offer {
	min-height: 100%;
}

.csp-jung-related .csp-jung-offer__cover {
	aspect-ratio: 16 / 9.7;
}

.csp-jung-related .csp-jung-offer__body {
	padding: 18px;
}

.csp-jung-related .csp-jung-offer__brand {
	width: 46px;
	height: 46px;
	border-radius: 14px;
}

.csp-jung-related .csp-jung-offer__brand img {
	width: 37px;
	height: 37px;
}

.csp-jung-related .csp-jung-offer__mentor {
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 12px;
	margin: 0 0 15px;
}

.csp-jung-related .csp-jung-offer__mentor img,
.csp-jung-related .csp-jung-offer__mentor-initials {
	width: 86px;
	height: 98px;
	border-radius: 19px;
	object-position: 50% 16%;
}

.csp-jung-related .csp-jung-offer h3 {
	font-size: clamp(19px, 2vw, 22px);
}

@media (max-width: 980px) {
	.csp-jung-account-offer {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.csp-jung-account-offer__action {
		grid-column: 1 / -1;
	}

	.csp-jung-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.csp-jung-related__grid > .csp-jung-offer:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.csp-jung-account-offer {
		grid-template-columns: 1fr;
		padding: 24px 18px;
		border-radius: 21px;
	}

	.csp-jung-account-offer__icon {
		width: 86px;
		height: 86px;
		border-radius: 23px;
	}

	.csp-jung-account-offer__copy h3 {
		font-size: 30px;
	}

	.csp-jung-account-offer__copy ul {
		display: grid;
	}

	.csp-jung-account-offer__action {
		grid-column: auto;
		padding: 16px;
	}

	.csp-jung-related {
		padding: 28px 18px;
		border-radius: 21px;
	}

	.csp-jung-related__header {
		display: block;
	}

	.csp-jung-related__header p {
		margin-top: 11px;
		text-align: left;
	}

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

	.csp-jung-related__grid > .csp-jung-offer:last-child {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csp-jung-about__photo img {
		transition: none;
	}

	.csp-jung-related .csp-jung-offer,
	.csp-jung-related .csp-jung-offer__cover img {
		transition: none;
	}
}
