.ct-footer {
	display: none;
}

.up-footer {
	background:
		radial-gradient(circle at 12% 0%, rgba(14, 165, 233, .14), transparent 28%),
		radial-gradient(circle at 88% 12%, rgba(243, 154, 27, .10), transparent 26%),
		linear-gradient(135deg, #061422 0%, #09263a 52%, #061422 100%);
	color: rgba(255, 255, 255, .72);
	font-family: Manrope, Inter, Arial, sans-serif;
	margin-top: 72px;
	overflow: hidden;
	position: relative;
}

.up-footer::before {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent);
	content: "";
	height: 1px;
	left: 7vw;
	position: absolute;
	right: 7vw;
	top: 0;
}

.up-footer a {
	color: inherit;
	text-decoration: none;
	transition: color .2s, border-color .2s, background .2s;
}

.up-footer a:hover {
	color: #fff;
}

.up-footer__shell {
	margin: 0 auto;
	max-width: 1320px;
	padding: 48px 24px 26px;
}

.up-footer__cta {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04)),
		rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 22px;
	box-shadow: 0 26px 58px rgba(0, 0, 0, .22);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	overflow: hidden;
	padding: 28px 30px;
	position: relative;
}

.up-footer__cta::after {
	background: radial-gradient(circle, rgba(243, 154, 27, .22), transparent 60%);
	content: "";
	height: 180px;
	position: absolute;
	right: -70px;
	top: -90px;
	width: 260px;
}

.up-footer__cta-copy,
.up-footer__cta-actions {
	position: relative;
	z-index: 1;
}

.up-footer__eyebrow {
	color: #f39a1b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.up-footer__cta h2 {
	color: #fff;
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.12;
	margin: 0 0 10px;
	max-width: 760px;
}

.up-footer__cta p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

.up-footer__cta-actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 250px;
}

.up-footer__phone,
.up-footer__button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	white-space: nowrap;
}

.up-footer__phone {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .18);
	color: #fff;
}

.up-footer__button {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(8, 31, 48, .62) 0%, rgba(10, 45, 68, .48) 100%);
	border: 1px solid rgba(243, 154, 27, .38);
	box-shadow: 0 14px 34px rgba(2, 18, 30, .24), inset 0 1px 0 rgba(255, 255, 255, .14);
	color: #fff;
	transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.up-footer__button::before {
	background: linear-gradient(90deg, rgba(243, 154, 27, 0), rgba(243, 154, 27, .28), rgba(255, 197, 92, .95), rgba(243, 154, 27, .28), rgba(243, 154, 27, 0));
	background-size: 220% 100%;
	border-radius: 999px;
	bottom: 6px;
	content: "";
	height: 1px;
	left: 18px;
	pointer-events: none;
	position: absolute;
	right: 18px;
	animation: upFooterCtaLine 3.4s ease-in-out infinite;
}

.up-footer__button:hover {
	background: linear-gradient(135deg, rgba(10, 39, 59, .74) 0%, rgba(13, 53, 78, .58) 100%);
	border-color: rgba(243, 154, 27, .58);
	box-shadow: 0 16px 38px rgba(2, 18, 30, .30), inset 0 1px 0 rgba(255, 255, 255, .16);
	color: #fff;
	transform: translateY(-1px);
}

@keyframes upFooterCtaLine {
	0%,
	100% {
		background-position: 120% 0;
		opacity: .55;
	}

	50% {
		background-position: -20% 0;
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.up-footer__button::before {
		animation: none;
		background-size: 100% 100%;
		opacity: .75;
	}
}

.up-footer__main {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(170px, .75fr));
	padding: 46px 0 34px;
}

.up-footer__logo {
	display: inline-flex;
	margin-bottom: 18px;
}

.up-footer__logo img {
	display: block;
	height: auto;
	max-width: 210px;
}

.up-footer__brand p,
.up-footer__contacts p {
	line-height: 1.7;
	margin: 0;
	max-width: 420px;
}

.up-footer__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.up-footer__trust span {
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	color: rgba(255, 255, 255, .76);
	font-size: 12px;
	padding: 7px 10px;
}

.up-footer__trust strong {
	color: #fff;
	font-size: 14px;
}

.up-footer__col h3 {
	color: #fff;
	font-size: 13px;
	letter-spacing: .12em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.up-footer__col ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.up-footer__col li,
.up-footer__contacts a,
.up-footer__contacts p {
	font-size: 14px;
}

.up-footer__contacts {
	display: grid;
	gap: 10px;
}

.up-footer__contacts > a {
	font-weight: 800;
}

.up-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.up-footer__social a {
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	padding: 7px 11px;
}

.up-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .10);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding-top: 22px;
}

.up-footer__legal {
	display: grid;
	gap: 6px;
}

.up-footer__bottom p {
	font-size: 12px;
	margin: 0;
}

.up-footer__legal a {
	color: rgba(255, 255, 255, .78);
	font-weight: 800;
}

.up-footer__legal a:hover {
	color: #fff;
}

.up-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.up-footer__bottom a {
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
}

@media (max-width: 980px) {
	.up-footer__cta,
	.up-footer__main {
		grid-template-columns: 1fr;
	}

	.up-footer__cta-actions {
		flex-direction: row;
		min-width: 0;
	}
}

@media (max-width: 640px) {
	.up-footer {
		margin-top: 48px;
	}

	.up-footer__shell {
		padding: 34px 16px 24px;
	}

	.up-footer__cta {
		border-radius: 18px;
		padding: 24px 18px;
	}

	.up-footer__cta-actions,
	.up-footer__bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.up-footer__bottom {
		justify-content: flex-start;
	}

	.up-footer__bottom nav {
		justify-content: flex-start;
	}
}
