.psc-v4-enterprise-footer,
.psc-v4-enterprise-footer *,
.psc-v4-enterprise-404,
.psc-v4-enterprise-404 * {
	box-sizing: border-box;
}

.psc-v4-enterprise-footer {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 350px;
	overflow: hidden;
	border-top: 1px solid rgba(125, 211, 252, .18);
	background: #071a3d;
	color: #d8e4f6;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.psc-v4-enterprise-footer__decoration,
.psc-v4-enterprise-404__decoration {
	position: absolute;
	pointer-events: none;
}

.psc-v4-enterprise-footer__decoration {
	right: -92px;
	bottom: -46px;
	width: 360px;
	height: 142px;
	border-top: 2px solid #7dd3fc;
	border-bottom: 2px solid #34d399;
	border-radius: 50%;
	opacity: .04;
	transform: rotate(-12deg);
}

.psc-v4-enterprise-footer__decoration::before,
.psc-v4-enterprise-footer__decoration::after {
	position: absolute;
	top: 22px;
	left: 38px;
	width: 280px;
	height: 92px;
	border-top: 2px solid #34d399;
	border-bottom: 2px solid #7dd3fc;
	border-radius: 50%;
	content: "";
}

.psc-v4-enterprise-footer__decoration::after {
	top: 44px;
	left: 72px;
	width: 210px;
	height: 48px;
}

.psc-v4-enterprise-footer__inner {
	position: relative;
	z-index: 1;
	width: min(1280px, 100%);
	margin: 0 auto;
	padding: 42px 32px 22px;
}

.psc-v4-enterprise-footer__top {
	display: grid;
	grid-template-columns: minmax(280px, 1.15fr) minmax(0, 3.15fr);
	gap: 32px;
	align-items: start;
}

.psc-v4-enterprise-footer__brand,
.psc-v4-enterprise-footer__navigation,
.psc-v4-enterprise-footer__section,
.psc-v4-enterprise-footer__panel,
.psc-v4-enterprise-footer__links {
	min-width: 0;
}

.psc-v4-enterprise-footer__brand {
	padding-right: 32px;
	border-right: 1px solid rgba(148, 163, 184, .22);
}

.psc-v4-enterprise-footer__brand .psc-v4-home-shell__brand {
	display: inline-flex;
	width: min(100%, 280px);
	max-width: 280px;
	min-height: 54px;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.psc-v4-enterprise-footer__brand .psc-v4-home-shell__brand-logo {
	display: block;
	width: min(100%, 280px);
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.psc-v4-enterprise-footer__platform {
	margin: 18px 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.psc-v4-enterprise-footer__statement {
	max-width: 410px;
	margin: 10px 0 0;
	color: #aebfda;
	font-size: 13px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.psc-v4-enterprise-footer__statement--mobile,
.psc-v4-enterprise-footer__trust-label--mobile,
.psc-v4-enterprise-footer__mobile-break,
.psc-v4-enterprise-footer__mobile-product-data {
	display: none;
}

.psc-v4-enterprise-footer__navigation {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 24px 14px;
}

.psc-v4-enterprise-footer__heading {
	display: block;
	margin-bottom: 13px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.psc-v4-enterprise-footer__toggle {
	display: none;
}

.psc-v4-enterprise-footer__panel {
	display: grid;
	grid-template-rows: 1fr;
	transition: grid-template-rows 200ms ease, opacity 200ms ease;
}

.psc-v4-enterprise-footer__links {
	display: grid;
	min-height: 0;
	gap: 9px;
	overflow: hidden;
}

.psc-v4-enterprise-footer__links a,
.psc-v4-enterprise-footer__links a:visited {
	min-width: 0;
	color: #c6d4ea;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.psc-v4-enterprise-footer__links a:hover,
.psc-v4-enterprise-footer__links a:focus-visible {
	color: #7dd3fc;
	text-decoration: underline;
}

.psc-v4-enterprise-footer__links a:focus-visible,
.psc-v4-enterprise-footer__toggle:focus-visible,
.psc-v4-enterprise-404 a:focus-visible {
	outline: 3px solid rgba(125, 211, 252, .48);
	outline-offset: 3px;
}

.psc-v4-enterprise-footer__trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 30px;
	padding: 17px 0;
	border-top: 1px solid rgba(148, 163, 184, .18);
	border-bottom: 1px solid rgba(148, 163, 184, .18);
}

.psc-v4-enterprise-footer__trust span {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
	color: #d9e6f7;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

.psc-v4-enterprise-footer__trust svg {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	fill: none;
	stroke: #38bdf8;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.psc-v4-enterprise-footer__trust-label {
	font: inherit;
}

.psc-v4-enterprise-footer__bottom {
	display: flex;
	padding-top: 18px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	color: #8fa5c5;
	font-size: 10px;
	line-height: 1.5;
}

.psc-v4-enterprise-404-page {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background: #f4f7fb;
}

.psc-v4-enterprise-404 {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 620px;
	overflow: hidden;
	background: #f4f7fb;
	color: #0f1b3d;
}

.psc-v4-enterprise-404__decoration {
	top: 70px;
	right: -120px;
	width: 520px;
	height: 220px;
	border-top: 1px solid rgba(37, 99, 235, .14);
	border-bottom: 1px solid rgba(13, 148, 136, .12);
	border-radius: 50%;
	transform: rotate(-12deg);
}

.psc-v4-enterprise-404__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1160px, 100%);
	min-width: 0;
	margin: 0 auto;
	padding: 88px 32px 94px;
	grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
	gap: 70px;
	align-items: center;
}

.psc-v4-enterprise-404__status {
	color: #dbe7f7;
	font-size: 144px;
	font-weight: 900;
	line-height: .82;
	text-align: center;
}

.psc-v4-enterprise-404__content {
	min-width: 0;
}

.psc-v4-enterprise-404__eyebrow {
	margin: 0 0 12px;
	color: #2563eb;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.3;
}

.psc-v4-enterprise-404 h1 {
	margin: 0;
	color: #0f1b3d;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.08;
}

.psc-v4-enterprise-404__message {
	max-width: 620px;
	margin: 18px 0 0;
	color: #526b8d;
	font-size: 16px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.psc-v4-enterprise-404__actions {
	display: flex;
	min-width: 0;
	margin-top: 28px;
	flex-wrap: wrap;
	gap: 10px;
}

.psc-v4-enterprise-404__actions a {
	display: inline-flex;
	min-width: 160px;
	min-height: 48px;
	padding: 11px 18px;
	align-items: center;
	justify-content: center;
	border: 1px solid #2563eb;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 850;
	text-align: center;
	text-decoration: none;
}

.psc-v4-enterprise-404__primary,
.psc-v4-enterprise-404__primary:visited {
	background: #2563eb;
	color: #fff;
}

.psc-v4-enterprise-404__secondary,
.psc-v4-enterprise-404__secondary:visited {
	background: #fff;
	color: #1d4ed8;
}

.psc-v4-enterprise-404__actions a:hover {
	border-color: #0f1b3d;
}

.psc-v4-enterprise-404__quick-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 22px;
	margin-top: 34px;
}

.psc-v4-enterprise-404__quick-links a,
.psc-v4-enterprise-404__quick-links a:visited {
	display: flex;
	min-width: 0;
	min-height: 44px;
	padding: 9px 0;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid #cbd9ea;
	color: #173b66;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.psc-v4-enterprise-404__quick-links a:hover {
	color: #2563eb;
}

@media (max-width: 980px) {
	.psc-v4-enterprise-footer__top {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.psc-v4-enterprise-footer__brand {
		padding-right: 0;
		padding-bottom: 28px;
		border-right: 0;
		border-bottom: 1px solid rgba(148, 163, 184, .22);
	}

	.psc-v4-enterprise-footer__navigation {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.psc-v4-enterprise-404__inner {
		gap: 36px;
		grid-template-columns: minmax(210px, .65fr) minmax(0, 1.35fr);
	}

	.psc-v4-enterprise-404__status {
		font-size: 112px;
	}
}

@media (max-width: 767px) {
	.psc-v4-enterprise-footer {
		min-height: 0;
		background: linear-gradient(180deg, #071A3D 0%, #05152F 100%);
		color: #F8FBFF;
	}

	.psc-v4-enterprise-footer__decoration {
		right: -92px;
		bottom: -86px;
		width: 250px;
		height: 104px;
		opacity: .04;
	}

	.psc-v4-enterprise-footer__decoration::before {
		top: 18px;
		left: 32px;
		width: 190px;
		height: 68px;
	}

	.psc-v4-enterprise-footer__decoration::after {
		top: 34px;
		left: 62px;
		width: 130px;
		height: 38px;
	}

	.psc-v4-enterprise-footer__inner {
		width: 100%;
		max-width: 100%;
		padding: 26px 16px 30px;
	}

	.psc-v4-enterprise-footer__top {
		gap: 20px;
	}

	.psc-v4-enterprise-footer__brand {
		position: relative;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.psc-v4-enterprise-footer__brand .psc-v4-home-shell__brand {
		position: relative;
		width: min(70vw, 260px);
		max-width: 260px;
		min-height: 66px;
	}

	.psc-v4-enterprise-footer__brand .psc-v4-home-shell__brand::before {
		position: absolute;
		z-index: 0;
		top: 50%;
		left: 42%;
		width: 300px;
		height: 122px;
		max-width: 92vw;
		background: radial-gradient(circle, rgba(88, 185, 255, .14) 0%, rgba(98, 217, 207, .06) 38%, transparent 72%);
		content: "";
		pointer-events: none;
		transform: translate(-50%, -50%);
	}

	.psc-v4-enterprise-footer__brand .psc-v4-home-shell__brand-logo {
		position: relative;
		z-index: 1;
		width: min(70vw, 260px);
		max-width: 260px;
		max-height: none;
		opacity: 1;
	}

	.psc-v4-enterprise-footer__platform {
		margin-top: 12px;
		color: #F8FBFF;
		font-size: 23px;
		font-weight: 700;
		line-height: 1.25;
	}

	.psc-v4-enterprise-footer__statement {
		display: none;
	}

	.psc-v4-enterprise-footer__statement--mobile {
		display: block;
		max-width: 360px;
		margin-top: 8px;
		color: #A7B3C7;
		font-size: 16px;
		line-height: 1.55;
	}

	.psc-v4-enterprise-footer__navigation {
		display: flex;
		min-width: 0;
		flex-direction: column;
	}

	.psc-v4-enterprise-footer__section {
		position: relative;
		border-top: 0;
		border-bottom: 0;
	}

	.psc-v4-enterprise-footer__section::after {
		position: absolute;
		right: 20px;
		bottom: 0;
		left: 20px;
		height: 1px;
		background: rgba(151, 174, 205, .14);
		content: "";
		pointer-events: none;
	}

	.psc-v4-enterprise-footer__heading {
		display: none;
	}

	.psc-v4-enterprise-footer__toggle {
		display: grid;
		width: 100%;
		min-height: 64px;
		padding: 10px 20px;
		align-items: center;
		grid-template-columns: 28px minmax(0, 1fr) 24px;
		column-gap: 16px;
		border: 0;
		border-left: 2px solid transparent;
		background: transparent;
		color: #F8FBFF;
		font: inherit;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.35;
		letter-spacing: 0;
		text-align: left;
		cursor: pointer;
		transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
	}

	.psc-v4-enterprise-footer__toggle-label {
		display: block;
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.psc-v4-enterprise-footer__section-icon {
		width: 22px;
		height: 22px;
		justify-self: center;
		fill: none;
		stroke: #62D9CF;
		stroke-width: 1.8;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.psc-v4-enterprise-footer__toggle[aria-expanded="true"] {
		border-left-color: #62D9CF;
		background: rgba(88, 185, 255, .075);
		color: #F8FBFF;
	}

	.psc-v4-enterprise-footer__toggle-icon {
		width: 20px;
		height: 20px;
		justify-self: center;
		fill: none;
		stroke: #62D9CF;
		stroke-width: 1.8;
		stroke-linecap: round;
		stroke-linejoin: round;
		transition: transform 200ms ease;
	}

	.psc-v4-enterprise-footer__toggle[aria-expanded="true"] .psc-v4-enterprise-footer__toggle-icon {
		transform: rotate(180deg);
	}

	.psc-v4-enterprise-footer__toggle[aria-expanded="false"] + .psc-v4-enterprise-footer__panel {
		grid-template-rows: 0fr;
		opacity: 0;
	}

	.psc-v4-enterprise-footer__links {
		gap: 0;
	}

	.psc-v4-enterprise-footer__links a {
		display: flex;
		min-height: 44px;
		padding: 9px 20px 9px 64px;
		align-items: center;
		color: #A7B3C7;
		font-size: 14px;
	}

	.psc-v4-enterprise-footer__links .psc-v4-enterprise-footer__mobile-product-data {
		display: flex;
	}

	.psc-v4-enterprise-footer__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: minmax(108px, auto);
		gap: 12px;
		margin-top: 24px;
		padding: 0;
		border-top: 0;
		border-bottom: 0;
	}

	.psc-v4-enterprise-footer__trust > span {
		min-height: 108px;
		padding: 16px;
		align-items: center;
		justify-content: flex-start;
		border: 1px solid rgba(130, 160, 196, .28);
		border-radius: 12px;
		background: rgba(255, 255, 255, .015);
		color: #F8FBFF;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.35;
	}

	.psc-v4-enterprise-footer__trust svg {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
		stroke: #62D9CF;
	}

	.psc-v4-enterprise-footer__trust-label--desktop {
		display: none;
	}

	.psc-v4-enterprise-footer__trust-label--mobile {
		display: inline;
	}

	.psc-v4-enterprise-footer__bottom {
		margin-top: 22px;
		padding-top: 18px;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		border-top: 1px solid rgba(151, 174, 205, .20);
	}

	.psc-v4-enterprise-footer__copyright {
		color: #8FA0BA;
		font-size: 13px;
	}

	.psc-v4-enterprise-footer__compliance {
		color: #A7B3C7;
		font-size: 14px;
		line-height: 1.5;
	}

	.psc-v4-enterprise-footer__mobile-break {
		display: block;
	}

	.psc-v4-enterprise-404 {
		min-height: 0;
	}

	.psc-v4-enterprise-404__inner {
		padding: 54px 18px 64px;
		grid-template-columns: minmax(0, 1fr);
		gap: 26px;
	}

	.psc-v4-enterprise-404__status {
		font-size: 92px;
		text-align: left;
	}

	.psc-v4-enterprise-404 h1 {
		font-size: 34px;
	}

	.psc-v4-enterprise-404__message {
		font-size: 14px;
	}

	.psc-v4-enterprise-404__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.psc-v4-enterprise-404__actions a {
		width: 100%;
		min-width: 0;
	}

	.psc-v4-enterprise-404__quick-links {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.psc-v4-enterprise-footer__panel,
	.psc-v4-enterprise-footer__toggle,
	.psc-v4-enterprise-footer__toggle-icon {
		transition: none;
	}
}
