.site-footer {
	--footer-background: #071221;
	--footer-surface: rgba(255, 255, 255, 0.055);
	--footer-border: rgba(255, 255, 255, 0.1);
	--footer-heading: #ffffff;
	--footer-text: #9eacbd;
	--footer-link: #bdc8d6;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	margin-top: 0;
	padding: 48px 0 30px;
	color: var(--footer-text);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 32%),
		var(--footer-background);
}

.site-footer__glow {
	position: absolute;
	z-index: -1;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	opacity: 0.2;
	filter: blur(2px);
	pointer-events: none;
}

.site-footer__glow--left {
	bottom: -245px;
	left: -150px;
	background: radial-gradient(circle, rgba(83, 111, 226, 0.8), transparent 70%);
}

.site-footer__glow--right {
	top: 90px;
	right: -210px;
	background: radial-gradient(circle, rgba(124, 81, 219, 0.75), transparent 70%);
}

.footer-cta {
	position: relative;
	top: -48px;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 38px 42px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	background:
		radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.2), transparent 28%),
		linear-gradient(135deg, #3159c8 0%, #654ed2 100%);
	box-shadow: 0 24px 58px rgba(5, 18, 49, 0.28);
}

.footer-cta::after {
	position: absolute;
	right: -35px;
	bottom: -95px;
	width: 230px;
	height: 230px;
	border: 38px solid rgba(255, 255, 255, 0.065);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.footer-cta__eyebrow {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 13px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-cta__eyebrow i {
	font-size: 17px;
}

.footer-cta__title {
	max-width: 650px;
	margin: 0 0 9px;
	color: #ffffff;
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 700;
	line-height: 1.25;
}

.footer-cta__copy {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 1.7;
}

.footer-cta__actions {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.footer-cta__button {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 20px;
	border-radius: 11px;
	font-weight: 600;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.footer-cta__button:hover {
	transform: translateY(-2px);
}

.footer-cta__button--primary {
	border-color: #ffffff;
	color: #314fba;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(11, 21, 61, 0.2);
}

.footer-cta__button--primary:hover,
.footer-cta__button--primary:focus {
	border-color: #ffffff;
	color: #263f9d;
	background: #ffffff;
	box-shadow: 0 14px 28px rgba(11, 21, 61, 0.26);
}

.footer-cta__button--secondary {
	border-color: rgba(255, 255, 255, 0.38);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
}

.footer-cta__button--secondary:hover,
.footer-cta__button--secondary:focus {
	border-color: rgba(255, 255, 255, 0.65);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.16);
}

.footer-content {
	padding: 6px 0 52px;
}

.footer-brand {
	display: flex;
	align-items: center;
	width: 220px;
	height: 88px;
	overflow: hidden;
	margin: -10px 0 15px;
}

.footer-brand img {
	display: block;
	width: 220px;
	height: auto;
}

.footer-description {
	max-width: 420px;
	margin: 0 0 22px;
	color: var(--footer-text);
	font-size: 14px;
	line-height: 1.8;
}

.footer-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.footer-highlights span {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 8px 11px;
	border: 1px solid var(--footer-border);
	border-radius: 999px;
	color: #c7d1de;
	background: var(--footer-surface);
	font-size: 12px;
	font-weight: 600;
}

.footer-highlights i {
	color: #88a1ff;
	font-size: 15px;
}

.footer-heading {
	position: relative;
	margin: 0 0 22px;
	padding-bottom: 12px;
	color: var(--footer-heading);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.footer-heading::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 2px;
	border-radius: 99px;
	background: #7089f0;
	content: "";
}

.footer-links {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--footer-link);
	font-size: 14px;
	line-height: 1.45;
	transition: color 180ms ease, transform 180ms ease;
}

.footer-links a::before {
	width: 0;
	height: 1px;
	margin-right: 0;
	background: #8ca0f7;
	content: "";
	transition: width 180ms ease, margin-right 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus {
	color: #ffffff;
	transform: translateX(2px);
}

.footer-links a:hover::before,
.footer-links a:focus::before {
	width: 11px;
	margin-right: 7px;
}

.footer-services {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.footer-services a {
	display: flex;
	gap: 9px;
	align-items: center;
	min-width: 0;
	padding: 10px 11px;
	border: 1px solid var(--footer-border);
	border-radius: 10px;
	color: var(--footer-link);
	background: var(--footer-surface);
	font-size: 12px;
	font-weight: 600;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.footer-services a:hover,
.footer-services a:focus {
	border-color: rgba(130, 151, 242, 0.45);
	color: #ffffff;
	background: rgba(112, 137, 240, 0.13);
	transform: translateY(-2px);
}

.footer-services i {
	flex: 0 0 auto;
	color: #8ca0f7;
	font-size: 18px;
}

.footer-all-services {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	margin-top: 16px;
	color: #9fb0f8;
	font-size: 13px;
	font-weight: 600;
}

.footer-all-services:hover,
.footer-all-services:focus {
	color: #ffffff;
}

.footer-all-services i {
	font-size: 16px;
	transition: transform 180ms ease;
}

.footer-all-services:hover i,
.footer-all-services:focus i {
	transform: translate(2px, -2px);
}

.footer-bottom {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
	border-top: 1px solid var(--footer-border);
}

.footer-bottom p {
	margin: 0;
	color: #7f8da0;
	font-size: 12px;
}

.footer-availability {
	display: inline-flex;
	gap: 9px;
	align-items: center;
}

.footer-availability span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #39c98a;
	box-shadow: 0 0 0 5px rgba(57, 201, 138, 0.12);
	animation: footer-status-pulse 2.2s ease-in-out infinite;
}

@keyframes footer-status-pulse {
	50% {
		box-shadow: 0 0 0 8px rgba(57, 201, 138, 0.03);
	}
}

@media (max-width: 991.98px) {
	.footer-cta {
		padding: 34px;
		text-align: center;
	}

	.footer-cta__title,
	.footer-cta__copy {
		margin-right: auto;
		margin-left: auto;
	}

	.footer-cta__actions {
		justify-content: center;
	}

	.footer-brand,
	.footer-description {
		margin-right: auto;
		margin-left: auto;
	}

	.footer-highlights {
		justify-content: center;
	}

	.footer-content > .row > div:first-child {
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.site-footer {
		margin-top: 0;
		padding: 38px 0 24px;
	}

	.footer-cta {
		top: -38px;
		margin-bottom: 0;
		padding: 29px 22px;
		border-radius: 18px;
	}

	.footer-cta__actions {
		flex-direction: column;
	}

	.footer-cta__button {
		width: 100%;
	}

	.footer-content {
		padding-bottom: 38px;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 374.98px) {
	.footer-services {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.footer-availability span {
		animation: none;
	}

	.footer-cta__button,
	.footer-links a,
	.footer-services a,
	.footer-all-services i {
		transition: none;
	}
}
