.site-footer,
.mobile-cta {
	--ft-footer-bg: #040506;
	--ft-footer-panel: #0e1115;
	--ft-footer-orange: #f26622;
	--ft-footer-orange-bright: #ff8b4f;
	--ft-footer-orange-dark: #cf4d10;
	--ft-footer-paper: #f7f7f4;
	--ft-footer-muted: #9298a2;
	--ft-footer-border: rgba(255, 255, 255, 0.1);
	--ft-footer-shell: min(1180px, calc(100% - 40px));
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.site-footer,
.site-footer *,
.site-footer *::before,
.site-footer *::after,
.mobile-cta,
.mobile-cta *,
.mobile-cta *::before,
.mobile-cta *::after {
	box-sizing: border-box;
}

.site-footer {
	background:
		radial-gradient(circle at 9% 0, rgba(242, 102, 34, 0.08), transparent 23%),
		var(--ft-footer-bg);
	border-top: 1px solid var(--ft-footer-border);
	color: var(--ft-footer-muted);
	padding: clamp(70px, 8vw, 108px) 0 28px;
	position: relative;
}

.site-footer::before {
	background: linear-gradient(90deg, transparent, rgba(242, 102, 34, 0.65), transparent);
	content: "";
	height: 1px;
	left: 4%;
	position: absolute;
	top: -1px;
	width: min(390px, 58%);
}

body.foxtele-shared-header-page > .site-footer,
body.foxtele-uk-home > .site-footer {
	margin-inline: 0;
	max-width: none;
	width: 100%;
}

.site-footer .site-shell {
	margin-inline: auto;
	width: var(--ft-footer-shell);
}

.site-footer img {
	display: block;
	max-width: 100%;
}

.site-footer a,
.mobile-cta a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.site-footer a:focus-visible,
.mobile-cta a:focus-visible {
	border-radius: 8px;
	outline: 3px solid #ffad7c;
	outline-offset: 4px;
}

.site-footer .brand {
	align-items: center;
	color: var(--ft-footer-paper);
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 840;
	gap: 11px;
	letter-spacing: -0.055em;
}

.site-footer .brand img {
	height: 42px;
	object-fit: contain;
	width: 42px;
}

.site-footer .brand__wordmark > span {
	color: var(--ft-footer-orange);
}

.site-footer .button,
.mobile-cta .button {
	align-items: center;
	background: var(--ft-footer-orange);
	border: 1px solid var(--ft-footer-orange);
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 760;
	gap: 9px;
	justify-content: center;
	line-height: 1.1;
	min-height: 46px;
	padding: 13px 20px;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-footer .button:hover,
.mobile-cta .button:hover {
	background: var(--ft-footer-orange-dark);
	border-color: var(--ft-footer-orange-dark);
	box-shadow: 0 10px 26px rgba(242, 102, 34, 0.2);
	transform: translateY(-1px);
}

.mobile-cta .button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.22);
}

.mobile-cta .button--ghost:hover {
	background: var(--ft-footer-paper);
	border-color: var(--ft-footer-paper);
	color: #101216 !important;
}

.site-footer__top {
	display: grid;
	gap: clamp(34px, 4vw, 58px);
	grid-template-columns: minmax(250px, 1.55fr) repeat(3, minmax(110px, 0.7fr)) minmax(190px, 1fr);
	padding-bottom: clamp(58px, 7vw, 84px);
}

.brand--footer {
	margin-bottom: 22px;
}

.site-footer__brand > p {
	font-size: 0.82rem;
	margin: 0;
	max-width: 340px;
}

.site-footer__plan-link {
	align-items: center;
	color: var(--ft-footer-paper) !important;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 720;
	gap: 8px;
	margin-top: 23px;
	text-decoration: underline !important;
	text-decoration-color: rgba(242, 102, 34, 0.72) !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 5px;
}

.site-footer__plan-link:hover {
	color: var(--ft-footer-orange-bright) !important;
}

.site-footer h2 {
	color: var(--ft-footer-paper);
	font-family: inherit;
	font-size: 0.69rem;
	font-weight: 790;
	letter-spacing: 0.12em;
	line-height: 1.1;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.site-footer__nav > a {
	display: block;
	font-size: 0.79rem;
	margin-bottom: 11px;
	transition: color 180ms ease, transform 180ms ease;
}

.site-footer__nav > a:hover {
	color: var(--ft-footer-paper);
	transform: translateX(2px);
}

.site-footer__support {
	background: linear-gradient(145deg, rgba(21, 25, 31, 0.95), rgba(9, 11, 14, 0.98));
	border: 1px solid var(--ft-footer-border);
	border-radius: 17px;
	padding: 22px;
}

.site-footer__support-icon {
	align-items: center;
	background: rgba(242, 102, 34, 0.11);
	border: 1px solid rgba(242, 102, 34, 0.27);
	border-radius: 11px;
	display: flex;
	height: 42px;
	justify-content: center;
	margin-bottom: 20px;
	width: 42px;
}

.site-footer__support-icon svg {
	fill: none;
	height: 23px;
	stroke: var(--ft-footer-orange-bright);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 23px;
}

.site-footer__support h2 {
	font-size: 0.82rem;
	letter-spacing: 0;
	margin-bottom: 9px;
	text-transform: none;
}

.site-footer__support p {
	font-size: 0.72rem;
	margin: 0;
}

.site-footer__support .site-footer__support-cta {
	font-size: 0.73rem;
	margin-top: 17px;
	min-height: 40px;
	padding: 11px 15px;
	white-space: nowrap;
}

.site-footer__bottom {
	align-items: center;
	border-top: 1px solid var(--ft-footer-border);
	display: flex;
	font-size: 0.66rem;
	gap: 32px;
	justify-content: center;
	padding-top: 25px;
	text-align: center;
}

.site-footer__bottom p {
	color: #707680;
	margin: 0;
}

.site-footer__bottom p:last-child {
	max-width: 650px;
	text-align: right;
}

.mobile-cta {
	display: none;
}

@keyframes foxtele-mobile-cta-pulse {
	0%,
	100% {
		box-shadow: 0 8px 22px rgba(242, 102, 34, 0.2);
	}

	50% {
		box-shadow: 0 10px 28px rgba(242, 102, 34, 0.34), 0 0 0 4px rgba(242, 102, 34, 0.035);
	}
}

@media (max-width: 1080px) {
	.site-footer__top {
		grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(150px, 1fr));
	}

	.site-footer__support {
		grid-column: span 2;
	}
}

@media (max-width: 700px) {
	.site-footer,
	.mobile-cta {
		--ft-footer-shell: min(100% - 28px, 1180px);
	}

	.site-footer {
		padding-bottom: 102px;
	}

	.site-footer__top {
		gap: 38px 28px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__brand,
	.site-footer__support {
		grid-column: 1 / -1;
	}

	.site-footer__support {
		max-width: 440px;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.site-footer__bottom p:last-child {
		max-width: 520px;
		text-align: left;
	}

	.mobile-cta {
		align-items: center;
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
		background: rgba(5, 6, 7, 0.96);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		bottom: 0;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
		left: 0;
		padding: 9px 12px max(9px, env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		z-index: 998;
	}

	.mobile-cta .button {
		font-size: 0.88rem;
		min-height: 50px;
		padding: 13px 18px;
	}

	.mobile-cta .mobile-cta__primary {
		animation: foxtele-mobile-cta-pulse 3.4s ease-in-out infinite;
		max-width: 520px;
		width: 100%;
	}

	.mobile-cta .mobile-cta__primary:active {
		animation: none;
		transform: scale(0.985);
	}
}

@media (max-width: 390px) {
	.site-footer__top {
		grid-template-columns: 1fr;
	}

	.site-footer__brand,
	.site-footer__support {
		grid-column: auto;
	}

	.mobile-cta .button {
		font-size: 0.84rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-footer *,
	.site-footer *::before,
	.site-footer *::after,
	.mobile-cta *,
	.mobile-cta *::before,
	.mobile-cta *::after {
		transition-duration: 0.01ms !important;
	}

	.mobile-cta .mobile-cta__primary {
		animation: none;
	}
}
