.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;
	}
}

/* Insights Discovery® profile banner and full drill-in. */
.csp-jung-insights-history-slot {
	min-width: 0;
}

.csp-jung-insights-history-slot .csp-insights-banner {
	margin-bottom: 0;
}

.csp-jung-offers--profile-insights {
	background:
		radial-gradient(circle at 7% 0%, rgba(0, 158, 213, .08), transparent 31%),
		radial-gradient(circle at 96% 8%, rgba(126, 173, 62, .09), transparent 27%),
		#fff;
}

.csp-insights-banner {
	display: grid;
	grid-template-columns: minmax(290px, .82fr) minmax(0, 1.18fr);
	min-width: 0;
	margin: 0 0 30px;
	overflow: hidden;
	border: 1px solid #d9e4eb;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 24px 64px rgba(23, 49, 67, .12);
	cursor: pointer;
	isolation: isolate;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.csp-insights-banner:hover {
	border-color: rgba(0, 158, 213, .42);
	box-shadow: 0 30px 72px rgba(23, 49, 67, .16);
	transform: translateY(-2px);
}

.csp-insights-banner__visual {
	position: relative;
	min-height: 440px;
	overflow: hidden;
	background: #eaf6f8;
}

.csp-insights-banner__visual > img,
.csp-insights-banner__veil {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.csp-insights-banner__visual > img {
	object-fit: cover;
	object-position: center;
	transition: transform .6s ease;
}

.csp-insights-banner:hover .csp-insights-banner__visual > img {
	transform: scale(1.025);
}

.csp-insights-banner__veil {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(10, 39, 56, .18)),
		radial-gradient(circle at 50% 50%, transparent 35%, rgba(14, 43, 60, .11));
}

.csp-insights-banner__wheel {
	position: absolute;
	right: 26px;
	bottom: 24px;
	display: grid;
	width: 154px;
	aspect-ratio: 1;
	padding: 18px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	background: conic-gradient(#d84d43 0 25%, #f5c93d 25% 50%, #7ead3e 50% 75%, #009ed5 75% 100%);
	box-shadow: 0 18px 40px rgba(13, 42, 61, .22), 0 0 0 8px rgba(255, 255, 255, .28);
}

.csp-insights-banner__wheel i {
	display: grid;
	width: 100%;
	height: 100%;
	padding: 12px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .96);
	color: #173143;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.csp-insights-banner__body {
	display: flex;
	min-width: 0;
	padding: clamp(30px, 5vw, 56px);
	flex-direction: column;
	justify-content: center;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 158, 213, .07), transparent 35%),
		#fff;
}

.csp-insights-banner__brand {
	display: block;
	width: min(245px, 72%);
	height: auto;
	margin: 0 0 21px;
}

.csp-insights-banner__eyebrow,
.csp-insights-section-heading span,
.csp-insights-profile-scope__intro > span,
.csp-insights-pathways__grid article > span,
.csp-insights-final-cta > div > span {
	display: block;
	color: #0093c9;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.csp-insights-banner__body h2 {
	max-width: 670px;
	margin: 9px 0 14px;
	color: #173143;
	font-size: clamp(31px, 4.2vw, 51px);
	line-height: 1.02;
	letter-spacing: -.05em;
	text-wrap: balance;
}

.csp-insights-banner__body > p {
	max-width: 640px;
	margin: 0;
	color: #556b79;
	font-size: 15px;
	line-height: 1.65;
}

.csp-insights-banner__body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 21px 0 0;
	padding: 0;
	list-style: none;
}

.csp-insights-banner__body li {
	position: relative;
	padding: 8px 11px 8px 28px;
	border: 1px solid #dfe9ee;
	border-radius: 999px;
	background: #f8fbfc;
	color: #36505f;
	font-size: 11px;
	font-weight: 750;
}

.csp-insights-banner__body li::before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: grid;
	width: 13px;
	height: 13px;
	place-items: center;
	border-radius: 50%;
	background: #dff4e7;
	color: #17653a;
	font-size: 8px;
	content: "✓";
	transform: translateY(-50%);
}

.csp-insights-banner__action {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 25px;
}

.csp-insights-banner__action button {
	display: inline-flex;
	min-height: 50px;
	padding: 12px 18px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 0;
	border-radius: 13px;
	background: linear-gradient(135deg, #009ed5, #087dad);
	box-shadow: 0 12px 26px rgba(0, 126, 174, .25);
	color: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.csp-insights-banner__action button:hover,
.csp-insights-banner__action button:focus-visible {
	background: linear-gradient(135deg, #008cbe, #086e99);
}

.csp-insights-banner__action button:focus-visible {
	outline: 3px solid rgba(0, 158, 213, .28);
	outline-offset: 3px;
}

.csp-insights-banner__action strong {
	color: #173143;
	font-size: 24px;
	letter-spacing: -.04em;
}

.csp-jung-landing__insights-brand {
	display: block;
	width: min(255px, 72%);
	height: auto;
	margin: 0 0 22px;
	padding: 8px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}

.csp-jung-landing--insights .csp-jung-landing__hero-copy > span {
	color: #d2f5ff;
}

.csp-insights-model,
.csp-insights-profile-scope,
.csp-insights-process,
.csp-insights-pathways,
.csp-insights-final-cta {
	margin-top: clamp(58px, 8vw, 96px);
}

.csp-insights-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
	align-items: end;
	gap: clamp(25px, 5vw, 58px);
	margin-bottom: 28px;
}

.csp-insights-section-heading h3,
.csp-insights-profile-scope h3,
.csp-insights-final-cta h3 {
	margin: 8px 0 0;
	color: #173143;
	font-size: clamp(29px, 4.2vw, 48px);
	line-height: 1.04;
	letter-spacing: -.045em;
	text-wrap: balance;
}

.csp-insights-section-heading > p,
.csp-insights-profile-scope__intro > p,
.csp-insights-final-cta p {
	margin: 0;
	color: #5f7481;
	font-size: 14px;
	line-height: 1.7;
}

.csp-insights-energy-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.csp-insights-energy {
	position: relative;
	min-width: 0;
	min-height: 200px;
	padding: 26px 20px 21px;
	overflow: hidden;
	border: 1px solid #e0e8ec;
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(22, 49, 67, .06);
}

.csp-insights-energy::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: var(--csp-insights-energy);
	content: "";
}

.csp-insights-energy > i {
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 23px;
	border: 11px solid var(--csp-insights-energy);
	border-radius: 50%;
	box-shadow: 0 0 0 6px color-mix(in srgb, var(--csp-insights-energy) 12%, transparent);
}

.csp-insights-energy h4 {
	margin: 0 0 8px;
	color: #173143;
	font-size: 17px;
	line-height: 1.25;
}

.csp-insights-energy p {
	margin: 0;
	color: #667b87;
	font-size: 12px;
	line-height: 1.6;
}

.csp-insights-energy--red { --csp-insights-energy: #d84d43; }
.csp-insights-energy--yellow { --csp-insights-energy: #f5c93d; }
.csp-insights-energy--green { --csp-insights-energy: #7ead3e; }
.csp-insights-energy--blue { --csp-insights-energy: #009ed5; }

.csp-insights-profile-scope {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: clamp(30px, 6vw, 72px);
	padding: clamp(30px, 6vw, 64px);
	border: 1px solid #dce7ec;
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(0, 158, 213, .09), transparent 35%),
		linear-gradient(145deg, #fbfdfd, #f3f8fa);
}

.csp-insights-profile-scope__intro > img {
	display: block;
	width: min(245px, 75%);
	height: auto;
	margin: 0 0 22px;
}

.csp-insights-profile-scope__intro > p {
	margin-top: 16px;
}

.csp-insights-profile-scope__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csp-insights-profile-scope__list li {
	position: relative;
	min-width: 0;
	padding: 15px 14px 15px 42px;
	border: 1px solid #dfe7ec;
	border-radius: 14px;
	background: rgba(255, 255, 255, .86);
	color: #36505f;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.45;
}

.csp-insights-profile-scope__list li::before {
	position: absolute;
	top: 14px;
	left: 13px;
	display: grid;
	width: 21px;
	height: 21px;
	place-items: center;
	border-radius: 8px;
	background: linear-gradient(145deg, #dff4e7, #e1f3fb);
	color: #087ca9;
	font-size: 10px;
	content: "✓";
}

.csp-insights-process {
	padding: clamp(30px, 5vw, 54px);
	border: 1px solid #e0e8ed;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 20px 52px rgba(22, 49, 67, .07);
}

.csp-insights-process ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csp-insights-process li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
	padding: 21px 18px;
	border-radius: 17px;
	background: #f5f9fa;
}

.csp-insights-process li > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 12px;
	background: #173143;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.csp-insights-process h4,
.csp-insights-pathways h4 {
	margin: 1px 0 7px;
	color: #173143;
	font-size: 16px;
	line-height: 1.3;
}

.csp-insights-process li p,
.csp-insights-pathways__grid p {
	margin: 0;
	color: #667b87;
	font-size: 12px;
	line-height: 1.6;
}

.csp-insights-pathways {
	padding: clamp(34px, 6vw, 66px);
	overflow: hidden;
	border-radius: 29px;
	background:
		radial-gradient(circle at 85% 10%, rgba(0, 158, 213, .24), transparent 30%),
		radial-gradient(circle at 10% 95%, rgba(126, 173, 62, .16), transparent 28%),
		linear-gradient(145deg, #102b3b, #173143 55%, #0b2230);
	box-shadow: 0 28px 64px rgba(12, 36, 51, .2);
}

.csp-insights-pathways .csp-insights-section-heading h3,
.csp-insights-pathways .csp-insights-section-heading > p {
	color: #fff;
}

.csp-insights-pathways .csp-insights-section-heading > p {
	color: rgba(255, 255, 255, .72);
}

.csp-insights-pathways .csp-insights-section-heading span,
.csp-insights-pathways__grid article > span {
	color: #78d8fa;
}

.csp-insights-pathways__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
}

.csp-insights-pathways__grid article {
	min-width: 0;
	padding: 24px 21px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 18px;
	background: rgba(255, 255, 255, .075);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.csp-insights-pathways__grid h4 {
	margin-top: 10px;
	color: #fff;
}

.csp-insights-pathways__grid p {
	color: rgba(255, 255, 255, .7);
}

.csp-insights-final-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
	align-items: center;
	gap: clamp(25px, 5vw, 54px);
	padding: clamp(32px, 6vw, 62px);
	border: 1px solid #dbe7ec;
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(245, 201, 61, .18), transparent 32%),
		radial-gradient(circle at 0% 100%, rgba(0, 158, 213, .11), transparent 35%),
		#f9fcfd;
}

.csp-insights-final-cta p {
	margin-top: 14px;
}

.csp-insights-final-cta__action {
	display: grid;
	gap: 10px;
	justify-items: stretch;
}

.csp-insights-final-cta__action > strong {
	color: #173143;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1;
	letter-spacing: -.055em;
	text-align: center;
}

.csp-insights-final-cta__action > a,
.csp-insights-final-cta__action > button {
	width: 100%;
	justify-content: center;
	text-align: center;
}

@media (max-width: 980px) {
	.csp-insights-banner {
		grid-template-columns: 1fr;
	}

	.csp-insights-banner__visual {
		min-height: 330px;
	}

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

	.csp-insights-profile-scope,
	.csp-insights-final-cta {
		grid-template-columns: 1fr;
	}

	.csp-insights-process ol,
	.csp-insights-pathways__grid {
		grid-template-columns: 1fr;
	}

	.csp-insights-final-cta__action {
		max-width: 420px;
	}

	.csp-insights-final-cta__action > strong {
		text-align: left;
	}
}

@media (max-width: 720px) {
	.csp-insights-section-heading {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.csp-insights-profile-scope__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.csp-insights-banner {
		margin-bottom: 22px;
		border-radius: 20px;
	}

	.csp-insights-banner__visual {
		min-height: 245px;
	}

	.csp-insights-banner__wheel {
		right: 17px;
		bottom: 17px;
		width: 112px;
		padding: 13px;
	}

	.csp-insights-banner__wheel i {
		font-size: 9px;
	}

	.csp-insights-banner__body {
		padding: 26px 20px;
	}

	.csp-insights-banner__body h2 {
		font-size: 31px;
	}

	.csp-insights-banner__body ul {
		display: grid;
	}

	.csp-insights-banner__action {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.csp-insights-banner__action button {
		width: 100%;
	}

	.csp-insights-energy-grid {
		grid-template-columns: 1fr;
	}

	.csp-insights-energy {
		min-height: 0;
	}

	.csp-insights-profile-scope,
	.csp-insights-process,
	.csp-insights-pathways,
	.csp-insights-final-cta {
		padding: 28px 19px;
		border-radius: 21px;
	}

	.csp-insights-process li {
		grid-template-columns: 1fr;
	}

	.csp-insights-final-cta__action {
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csp-insights-banner,
	.csp-insights-banner__visual > img {
		transition: 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;
	}
}

/* 1.6.0 — Human Design history spotlight and full drill-in. */
.csp-jung-history-spotlights > [data-csp-offer-catalog] {
	display: grid;
	gap: 26px;
}

.csp-jung-human-history-slot,
.csp-jung-history-spotlights {
	min-width: 0;
}

.csp-jung-human-history-slot .csp-human-banner,
.csp-jung-history-spotlights .csp-human-banner,
.csp-jung-history-spotlights .csp-insights-banner {
	margin-bottom: 0;
}

.csp-human-free {
	position: relative;
	margin: 24px 0;
	padding: clamp(22px, 4vw, 38px);
	overflow: hidden;
	border: 1px solid rgba(247, 205, 64, .44);
	border-radius: 30px;
	background:
		radial-gradient(circle at 12% 8%, rgba(56, 112, 205, .36), transparent 32%),
		radial-gradient(circle at 92% 88%, rgba(99, 31, 129, .5), transparent 38%),
		linear-gradient(135deg, #0d2147 0%, #111c4c 56%, #221342 100%);
	box-shadow: 0 24px 65px rgba(15, 26, 62, .2);
	color: #fff;
}

.csp-human-free::after {
	position: absolute;
	right: -72px;
	bottom: -86px;
	width: 240px;
	height: 240px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 50%;
	box-shadow: 0 0 0 36px rgba(255, 255, 255, .025), 0 0 0 72px rgba(255, 255, 255, .018);
	content: "";
	pointer-events: none;
}

.csp-human-free__intro {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(180px, .36fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(22px, 4vw, 48px);
}

.csp-human-free__visual {
	position: relative;
	display: grid;
	min-height: 210px;
	place-items: center;
}

.csp-human-free__visual img {
	position: relative;
	z-index: 2;
	width: min(190px, 78%);
	max-height: 205px;
	object-fit: contain;
	border: 7px solid rgba(255, 255, 255, .96);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(2, 10, 32, .4);
	transform: rotate(-2deg);
}

.csp-human-free__visual b {
	position: absolute;
	z-index: 3;
	top: 8px;
	right: max(5%, 12px);
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border: 4px solid #101f48;
	border-radius: 50%;
	background: #ffd54d;
	box-shadow: 0 12px 25px rgba(0, 0, 0, .25);
	color: #101f48;
	font-size: 19px;
	font-weight: 950;
}

.csp-human-free__orbit {
	position: absolute;
	width: 220px;
	height: 150px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	transform: rotate(-18deg);
}

.csp-human-free__orbit::after {
	position: absolute;
	top: 15px;
	right: 25px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ffd54d;
	box-shadow: 0 0 18px rgba(255, 213, 77, .8);
	content: "";
}

.csp-human-free__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: #ffd54d;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.csp-human-free h2 {
	max-width: 780px;
	margin: 0;
	color: #fff !important;
	font-size: clamp(29px, 4vw, 48px);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.csp-human-free__intro p {
	max-width: 800px;
	margin: 15px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	line-height: 1.65;
}

.csp-human-free__expert-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 10px;
	color: #ffe170;
	font-size: 12px;
	font-weight: 850;
	text-decoration: none;
	text-underline-offset: 4px;
}

.csp-human-free__expert-link:hover,
.csp-human-free__expert-link:focus-visible {
	color: #fff1ad;
	text-decoration: underline;
}

.csp-human-free__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 17px;
}

.csp-human-free__trust span {
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .88);
	font-size: 11px;
	font-weight: 750;
}

.csp-human-free__form {
	position: relative;
	z-index: 1;
	margin-top: 26px;
	padding: clamp(16px, 2.4vw, 24px);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 22px;
	background: rgba(255, 255, 255, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	backdrop-filter: blur(12px);
}

.csp-human-free__fields {
	display: grid;
	grid-template-columns: 1.2fr .8fr 1.2fr .68fr;
	gap: 12px;
}

.csp-human-free__fields label > span,
.csp-human-free__field > span {
	display: block;
	margin-bottom: 7px;
	color: rgba(255, 255, 255, .82);
	font-size: 11px;
	font-weight: 800;
}

.csp-human-date {
	position: relative;
}

.csp-human-date__toggle {
	display: flex;
	width: 100%;
	height: 48px;
	padding: 0 13px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(0, 0, 0, .1);
	color: #667085;
	font: inherit;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
	transition: border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.csp-human-date__toggle.has-value {
	color: #101828;
}

.csp-human-date__toggle svg {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	fill: none;
	stroke: #475467;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.csp-human-date__toggle:hover,
.csp-human-date__toggle:focus-visible,
.csp-human-date.is-open .csp-human-date__toggle {
	border-color: #ffd54d;
	box-shadow: 0 0 0 4px rgba(255, 213, 77, .22), 0 7px 18px rgba(0, 0, 0, .1);
	outline: 0;
}

.csp-human-date__toggle[aria-invalid="true"] {
	border-color: #f97066;
	box-shadow: 0 0 0 4px rgba(249, 112, 102, .2);
}

.csp-human-date__popover[hidden] {
	display: none;
}

.csp-human-date__popover {
	position: absolute;
	z-index: 20;
	top: calc(100% + 10px);
	left: 0;
	width: 326px;
	max-width: min(326px, calc(100vw - 52px));
	padding: 15px;
	border: 1px solid #e4e7ec;
	border-radius: 18px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 24px 65px rgba(15, 23, 42, .24), 0 2px 8px rgba(15, 23, 42, .08);
	color: #101828;
	backdrop-filter: blur(18px);
	animation: csp-human-date-in .16s ease-out both;
}

.csp-human-date__popover header {
	display: grid;
	grid-template-columns: 36px 1fr 36px;
	align-items: center;
	gap: 8px;
	margin-bottom: 13px;
}

.csp-human-date__selects {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 78px;
	gap: 5px;
}

.csp-human-date__selects select {
	width: 100%;
	height: 36px;
	padding: 0 25px 0 8px;
	border: 1px solid #eaecf0;
	border-radius: 10px;
	background-color: #fff;
	color: #101828;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
}

.csp-human-date__selects select:focus-visible {
	border-color: #9b75b6;
	box-shadow: 0 0 0 3px rgba(111, 37, 143, .12);
	outline: 0;
}

.csp-human-date__popover header button {
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 1px solid #eaecf0;
	border-radius: 11px;
	background: #f9fafb;
	color: #344054;
	cursor: pointer;
}

.csp-human-date__popover header button:hover,
.csp-human-date__popover header button:focus-visible {
	border-color: #9b75b6;
	background: #f6f0fa;
	color: #520f7d;
	outline: 0;
}

.csp-human-date__popover header button:disabled {
	opacity: .35;
	cursor: default;
}

.csp-human-date__popover header svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.csp-human-date__weekdays,
.csp-human-date__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 3px;
}

.csp-human-date__weekdays {
	margin-bottom: 5px;
}

.csp-human-date__weekdays span {
	padding: 5px 0;
	color: #667085;
	font-size: 10px;
	font-weight: 850;
	text-align: center;
	text-transform: uppercase;
}

.csp-human-date__grid button {
	position: relative;
	width: 100%;
	min-width: 0;
	aspect-ratio: 1;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #344054;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.csp-human-date__grid button:hover,
.csp-human-date__grid button:focus-visible {
	background: #f1e9f6;
	color: #520f7d;
	outline: 2px solid transparent;
}

.csp-human-date__grid button.is-outside {
	color: #b2bac6;
}

.csp-human-date__grid button.is-today::after {
	position: absolute;
	right: 50%;
	bottom: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #7b3f98;
	content: "";
	transform: translateX(50%);
}

.csp-human-date__grid button.is-selected {
	background: linear-gradient(135deg, #6f258f, #4a126f);
	box-shadow: 0 7px 15px rgba(82, 15, 125, .24);
	color: #fff;
}

.csp-human-date__grid button.is-selected::after {
	background: #ffd54d;
}

.csp-human-date__grid button:disabled {
	opacity: .25;
	cursor: default;
}

.csp-human-date__popover footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	padding-top: 11px;
	border-top: 1px solid #eaecf0;
}

.csp-human-date__popover footer button {
	padding: 6px 8px;
	border: 0;
	background: transparent;
	color: #6f258f;
	font: inherit;
	font-size: 11px;
	font-weight: 850;
	cursor: pointer;
}

.csp-human-date__popover footer button:hover,
.csp-human-date__popover footer button:focus-visible {
	color: #3d0c59;
	text-decoration: underline;
	outline: 0;
}

@keyframes csp-human-date-in {
	from { opacity: 0; transform: translateY(-5px) scale(.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.csp-human-free__fields input {
	width: 100%;
	height: 48px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(0, 0, 0, .1);
	color: #101828;
	font-size: 14px;
}

.csp-human-free__fields input:focus {
	border-color: #ffd54d;
	box-shadow: 0 0 0 4px rgba(255, 213, 77, .22);
	outline: 0;
}

.csp-human-free__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 20px;
	margin-top: 17px;
}

.csp-human-free__checks {
	display: grid;
	gap: 8px;
}

.csp-human-free__checks label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: rgba(255, 255, 255, .78);
	font-size: 11px;
	line-height: 1.45;
}

.csp-human-free__checks input {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #ffd54d;
	flex: 0 0 auto;
}

.csp-human-free__footer button {
	min-height: 50px;
	padding: 0 21px;
	border: 0;
	border-radius: 13px;
	background: #ffd54d;
	box-shadow: 0 13px 28px rgba(255, 213, 77, .18);
	color: #101f48;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.csp-human-free__footer button:hover,
.csp-human-free__footer button:focus-visible {
	box-shadow: 0 16px 32px rgba(255, 213, 77, .28);
	filter: brightness(1.03);
	transform: translateY(-2px);
}

.csp-human-free__footer button:disabled {
	cursor: wait;
	filter: saturate(.55);
	transform: none;
}

.csp-human-free__status {
	min-height: 0;
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 12px;
	font-weight: 750;
}

.csp-human-free__status:not(:empty) {
	margin-top: 14px;
	padding: 11px 13px;
	border-radius: 11px;
	background: rgba(255, 255, 255, .09);
}

.csp-human-free__status.is-success {
	border: 1px solid rgba(134, 239, 172, .4);
	background: rgba(22, 101, 52, .28);
}

.csp-human-free__status.is-error {
	border: 1px solid rgba(254, 202, 202, .4);
	background: rgba(153, 27, 27, .28);
}

.csp-human-free__status a {
	color: #ffd54d;
	font-weight: 900;
	text-decoration: underline;
}

.csp-human-banner {
	display: grid;
	grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
	min-width: 0;
	margin: 0 0 30px;
	overflow: hidden;
	border: 1px solid rgba(230, 191, 60, .34);
	border-radius: 28px;
	background:
		radial-gradient(circle at 14% 0%, rgba(40, 114, 210, .26), transparent 35%),
		radial-gradient(circle at 100% 100%, rgba(118, 72, 203, .22), transparent 38%),
		linear-gradient(145deg, #08132f, #101d48 58%, #111632);
	box-shadow: 0 28px 72px rgba(6, 15, 40, .24);
	cursor: pointer;
	isolation: isolate;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.csp-human-banner:hover {
	border-color: rgba(247, 205, 64, .66);
	box-shadow: 0 34px 82px rgba(6, 15, 40, .32);
	transform: translateY(-2px);
}

.csp-human-banner__visual {
	position: relative;
	display: grid;
	min-height: 476px;
	padding: 34px;
	overflow: hidden;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(1, 8, 28, .14), rgba(20, 42, 91, .4)),
		radial-gradient(circle at 50% 46%, rgba(248, 209, 68, .18), transparent 38%);
}

.csp-human-banner__visual > img {
	position: relative;
	z-index: 2;
	display: block;
	width: min(270px, 76%);
	max-height: 390px;
	object-fit: contain;
	border: 7px solid rgba(255, 255, 255, .94);
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 24px 62px rgba(0, 0, 0, .38), 0 0 0 1px rgba(247, 205, 64, .42);
	transform: rotate(-1.5deg);
	transition: transform .55s ease;
}

.csp-human-banner:hover .csp-human-banner__visual > img {
	transform: rotate(0deg) scale(1.025);
}

.csp-human-banner__halo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 330px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(247, 205, 64, .25), rgba(66, 111, 218, .09) 49%, transparent 70%);
	filter: blur(2px);
	transform: translate(-50%, -50%);
}

.csp-human-banner__orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	transform: translate(-50%, -50%) rotate(-18deg);
}

.csp-human-banner__orbit::after {
	position: absolute;
	top: 12%;
	right: 11%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f7cd40;
	box-shadow: 0 0 18px rgba(247, 205, 64, .8);
	content: "";
}

.csp-human-banner__orbit--one {
	width: 420px;
	height: 250px;
}

.csp-human-banner__orbit--two {
	width: 330px;
	height: 420px;
	transform: translate(-50%, -50%) rotate(28deg);
}

.csp-human-banner__signature {
	position: absolute;
	right: 22px;
	bottom: 20px;
	z-index: 3;
	color: rgba(247, 205, 64, .9);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	line-height: .9;
	letter-spacing: .16em;
	text-align: right;
}

.csp-human-banner__body {
	position: relative;
	z-index: 2;
	display: flex;
	min-width: 0;
	padding: clamp(34px, 5vw, 62px);
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid rgba(255, 255, 255, .09);
}

.csp-human-banner__eyebrow,
.csp-human-section-label {
	display: block;
	color: #f3cc4e;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.csp-human-banner__body h2 {
	max-width: 690px;
	margin: 11px 0 16px;
	color: #fff;
	font-size: clamp(32px, 4.4vw, 53px);
	line-height: 1.01;
	letter-spacing: -.05em;
	text-wrap: balance;
}

.csp-human-banner__body > p {
	max-width: 660px;
	margin: 0;
	color: rgba(237, 242, 255, .74);
	font-size: 15px;
	line-height: 1.68;
}

.csp-human-banner__body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.csp-human-banner__body li {
	position: relative;
	padding: 8px 11px 8px 29px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .075);
	color: rgba(255, 255, 255, .86);
	font-size: 11px;
	font-weight: 750;
}

.csp-human-banner__body li::before {
	position: absolute;
	left: 10px;
	top: 50%;
	display: grid;
	width: 14px;
	height: 14px;
	place-items: center;
	border-radius: 50%;
	background: #f3cc4e;
	color: #111b3a;
	font-size: 8px;
	content: "✓";
	transform: translateY(-50%);
}

.csp-human-banner__action {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 26px;
}

.csp-human-banner__action button {
	display: inline-flex;
	min-height: 51px;
	padding: 12px 19px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #f6d765, #e9b72a);
	box-shadow: 0 14px 32px rgba(232, 182, 38, .25);
	color: #111a36;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.csp-human-banner__action button:hover,
.csp-human-banner__action button:focus-visible {
	background: linear-gradient(135deg, #ffe587, #f0c33e);
}

.csp-human-banner__action button:focus-visible {
	outline: 3px solid rgba(247, 205, 64, .34);
	outline-offset: 3px;
}

.csp-human-banner__action strong {
	color: #fff;
	font-size: 25px;
	letter-spacing: -.04em;
}

.csp-human-banner__body > small {
	margin-top: 17px;
	color: rgba(237, 242, 255, .52);
	font-size: 10px;
	line-height: 1.5;
}

.csp-jung-landing--human .csp-jung-landing__hero-shade {
	background:
		linear-gradient(90deg, rgba(5, 12, 36, .96) 0%, rgba(10, 20, 53, .82) 48%, rgba(13, 20, 46, .4) 100%),
		radial-gradient(circle at 84% 18%, rgba(241, 199, 55, .24), transparent 34%);
}

.csp-jung-landing--human .csp-jung-landing__hero-copy > span {
	color: #f7dc80;
}

.csp-human-blueprint,
.csp-human-foundations,
.csp-human-process,
.csp-human-fit,
.csp-human-context,
.csp-human-final-cta {
	margin-top: clamp(58px, 8vw, 96px);
}

.csp-human-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
	align-items: end;
	gap: clamp(25px, 5vw, 58px);
	margin-bottom: 30px;
}

.csp-human-section-heading h3,
.csp-human-blueprint h3,
.csp-human-fit h3,
.csp-human-context h3,
.csp-human-final-cta h3 {
	margin: 9px 0 0;
	color: #151f41;
	font-size: clamp(29px, 4.2vw, 49px);
	line-height: 1.03;
	letter-spacing: -.047em;
	text-wrap: balance;
}

.csp-human-section-heading > p,
.csp-human-blueprint__copy > p,
.csp-human-context p,
.csp-human-final-cta p {
	margin: 0;
	color: #667087;
	font-size: 14px;
	line-height: 1.72;
}

.csp-human-blueprint {
	display: grid;
	grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: clamp(32px, 6vw, 76px);
	padding: clamp(30px, 6vw, 66px);
	border: 1px solid #dde3ef;
	border-radius: 30px;
	background:
		radial-gradient(circle at 0% 0%, rgba(238, 194, 47, .12), transparent 32%),
		radial-gradient(circle at 100% 100%, rgba(63, 92, 179, .1), transparent 38%),
		linear-gradient(145deg, #fff, #f7f8fc);
}

.csp-human-blueprint__visual {
	min-width: 0;
	text-align: center;
}

.csp-human-blueprint__frame {
	position: relative;
	max-width: 355px;
	margin: 0 auto;
	padding: 14px;
	border: 1px solid #dfe4ef;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 62px rgba(21, 31, 65, .13);
}

.csp-human-blueprint__frame::before,
.csp-human-blueprint__frame::after {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border: 3px solid #e8bd32;
	border-radius: 50%;
	background: #fff;
	content: "";
}

.csp-human-blueprint__frame::before {
	left: -7px;
	top: 21%;
}

.csp-human-blueprint__frame::after {
	right: -7px;
	bottom: 19%;
}

.csp-human-blueprint__frame img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}

.csp-human-blueprint__visual > span {
	display: inline-block;
	margin-top: 14px;
	color: #7c8497;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.csp-human-blueprint__copy > p {
	margin-top: 16px;
}

.csp-human-blueprint__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
	margin-top: 25px;
}

.csp-human-blueprint__facts span {
	display: grid;
	min-width: 0;
	padding: 14px 9px;
	border: 1px solid #dfe4ee;
	border-radius: 14px;
	background: rgba(255, 255, 255, .84);
	color: #6a7285;
	font-size: 10px;
	line-height: 1.25;
	text-align: center;
}

.csp-human-blueprint__facts strong {
	display: block;
	margin-bottom: 3px;
	color: #151f41;
	font-size: 23px;
	letter-spacing: -.04em;
}

.csp-human-foundations {
	padding: clamp(34px, 6vw, 68px);
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at 86% 8%, rgba(235, 188, 38, .19), transparent 31%),
		radial-gradient(circle at 7% 98%, rgba(72, 102, 199, .22), transparent 31%),
		linear-gradient(145deg, #091532, #111d47 54%, #171437);
	box-shadow: 0 28px 68px rgba(7, 15, 39, .2);
}

.csp-human-foundations .csp-human-section-heading h3,
.csp-human-foundations .csp-human-section-heading > p {
	color: #fff;
}

.csp-human-foundations .csp-human-section-heading > p {
	color: rgba(235, 240, 255, .68);
}

.csp-human-foundations__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.csp-human-foundations__grid article {
	min-width: 0;
	padding: 25px 21px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 19px;
	background: rgba(255, 255, 255, .065);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.csp-human-foundations__grid article > span {
	display: grid;
	width: 39px;
	height: 39px;
	margin-bottom: 24px;
	place-items: center;
	border-radius: 13px;
	background: linear-gradient(145deg, #f8dd78, #e5b62d);
	color: #141b38;
	font-size: 11px;
	font-weight: 900;
}

.csp-human-foundations h4,
.csp-human-process h4 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 17px;
	line-height: 1.28;
}

.csp-human-foundations__grid p {
	margin: 0;
	color: rgba(235, 240, 255, .68);
	font-size: 12px;
	line-height: 1.63;
}

.csp-human-process {
	padding: clamp(30px, 5vw, 56px);
	border: 1px solid #dfe4ee;
	border-radius: 27px;
	background: #fff;
	box-shadow: 0 22px 56px rgba(21, 31, 65, .07);
}

.csp-human-process ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csp-human-process li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
	padding: 22px 18px;
	border-radius: 18px;
	background: #f5f6fa;
}

.csp-human-process li > span {
	display: grid;
	width: 39px;
	height: 39px;
	place-items: center;
	border-radius: 13px;
	background: #151f41;
	color: #f6d96d;
	font-size: 11px;
	font-weight: 900;
}

.csp-human-process h4 {
	margin-top: 1px;
	color: #151f41;
}

.csp-human-process li p {
	margin: 0;
	color: #6a7285;
	font-size: 12px;
	line-height: 1.62;
}

.csp-human-fit {
	display: grid;
	grid-template-columns: minmax(300px, .84fr) minmax(0, 1.16fr);
	align-items: center;
	gap: clamp(34px, 6vw, 76px);
	padding: clamp(32px, 6vw, 68px);
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at 96% 4%, rgba(239, 194, 45, .2), transparent 34%),
		linear-gradient(145deg, #0b1634, #141e49);
	box-shadow: 0 28px 68px rgba(7, 15, 39, .2);
}

.csp-human-fit__visual {
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 24px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 22px 52px rgba(0, 0, 0, .22);
}

.csp-human-fit__visual img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}

.csp-human-fit h3 {
	color: #fff;
}

.csp-human-fit__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 25px;
}

.csp-human-fit__columns > div {
	min-width: 0;
	padding: 21px 18px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 18px;
	background: rgba(255, 255, 255, .065);
}

.csp-human-fit__columns strong {
	display: block;
	margin-bottom: 13px;
	color: #fff;
	font-size: 14px;
}

.csp-human-fit__columns ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csp-human-fit__columns li {
	position: relative;
	padding-left: 22px;
	color: rgba(235, 240, 255, .7);
	font-size: 11px;
	line-height: 1.55;
}

.csp-human-fit__columns li::before {
	position: absolute;
	left: 0;
	top: 3px;
	color: #f4d05b;
	font-weight: 900;
	content: "◆";
}

.csp-human-context {
	display: grid;
	grid-template-columns: minmax(210px, .44fr) minmax(0, 1.56fr);
	align-items: center;
	gap: clamp(32px, 6vw, 72px);
	padding: clamp(30px, 6vw, 66px);
	border: 1px solid #e2e4ec;
	border-radius: 29px;
	background:
		radial-gradient(circle at 100% 0%, rgba(239, 195, 47, .13), transparent 31%),
		#fbfbfd;
}

.csp-human-context figure {
	margin: 0;
	text-align: center;
}

.csp-human-context figure img {
	display: block;
	width: min(260px, 100%);
	height: auto;
	margin: 0 auto;
	border-radius: 11px;
	box-shadow: 0 24px 55px rgba(26, 34, 64, .2);
	transform: rotate(-1.5deg);
}

.csp-human-context figcaption {
	max-width: 270px;
	margin: 14px auto 0;
	color: #7b8292;
	font-size: 9px;
	line-height: 1.5;
}

.csp-human-context p {
	margin-top: 15px;
}

.csp-human-context blockquote {
	margin: 23px 0 0;
	padding: 18px 20px;
	border-left: 4px solid #e7bb30;
	border-radius: 0 15px 15px 0;
	background: #fff;
	color: #333d5a;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.6;
}

.csp-human-final-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
	align-items: center;
	gap: clamp(26px, 5vw, 56px);
	padding: clamp(34px, 6vw, 64px);
	border: 1px solid #dedfE9;
	border-radius: 30px;
	background:
		radial-gradient(circle at 100% 0%, rgba(239, 194, 45, .24), transparent 34%),
		radial-gradient(circle at 0% 100%, rgba(65, 91, 178, .13), transparent 38%),
		linear-gradient(145deg, #fff, #f7f7fb);
}

.csp-human-final-cta p {
	margin-top: 15px;
}

.csp-human-final-cta__action {
	display: grid;
	gap: 10px;
	justify-items: stretch;
}

.csp-human-final-cta__action > strong {
	color: #151f41;
	font-size: clamp(39px, 5vw, 59px);
	line-height: 1;
	letter-spacing: -.055em;
	text-align: center;
}

.csp-human-final-cta__action > a,
.csp-human-final-cta__action > button {
	width: 100%;
	justify-content: center;
	text-align: center;
}

@media (max-width: 980px) {
	.csp-human-free__intro {
		grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr);
	}

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

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

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

	.csp-human-banner,
	.csp-human-blueprint,
	.csp-human-fit,
	.csp-human-context,
	.csp-human-final-cta {
		grid-template-columns: 1fr;
	}

	.csp-human-banner__visual {
		min-height: 390px;
	}

	.csp-human-banner__body {
		border-top: 1px solid rgba(255, 255, 255, .09);
		border-left: 0;
	}

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

	.csp-human-process ol {
		grid-template-columns: 1fr;
	}

	.csp-human-blueprint__visual {
		order: 2;
	}

	.csp-human-fit__visual {
		max-width: 560px;
		margin: 0 auto;
	}

	.csp-human-final-cta__action {
		max-width: 430px;
	}

	.csp-human-final-cta__action > strong {
		text-align: left;
	}
}

@media (max-width: 720px) {
	.csp-human-free__intro {
		grid-template-columns: 1fr;
	}

	.csp-human-free__visual {
		min-height: 170px;
	}

	.csp-human-free__visual img {
		max-height: 170px;
	}

	.csp-human-section-heading {
		grid-template-columns: 1fr;
		gap: 13px;
	}

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

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

@media (max-width: 560px) {
	.csp-jung-history-spotlights > [data-csp-offer-catalog] {
		gap: 20px;
	}

	.csp-human-banner {
		margin-bottom: 22px;
		border-radius: 21px;
	}

	.csp-human-free {
		padding: 24px 17px;
		border-radius: 22px;
	}

	.csp-human-free h2 {
		font-size: 31px;
	}

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

	.csp-human-free__trust {
		display: grid;
	}

	.csp-human-banner__visual {
		min-height: 320px;
		padding: 23px;
	}

	.csp-human-banner__visual > img {
		width: min(215px, 78%);
		max-height: 276px;
		border-width: 5px;
		border-radius: 15px;
	}

	.csp-human-banner__orbit--one {
		width: 310px;
		height: 190px;
	}

	.csp-human-banner__orbit--two {
		width: 250px;
		height: 320px;
	}

	.csp-human-banner__signature {
		right: 15px;
		bottom: 14px;
		font-size: 10px;
	}

	.csp-human-banner__body {
		padding: 28px 20px;
	}

	.csp-human-banner__body h2 {
		font-size: 31px;
	}

	.csp-human-banner__body ul {
		display: grid;
	}

	.csp-human-banner__action {
		align-items: stretch;
		flex-direction: column-reverse;
	}

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

	.csp-human-blueprint,
	.csp-human-foundations,
	.csp-human-process,
	.csp-human-fit,
	.csp-human-context,
	.csp-human-final-cta {
		padding: 28px 19px;
		border-radius: 22px;
	}

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

	.csp-human-process li {
		grid-template-columns: 1fr;
	}

	.csp-human-context figure img {
		width: min(220px, 82%);
	}

	.csp-human-final-cta__action {
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csp-human-banner,
	.csp-human-banner__visual > img {
		transition: none;
	}
}
