.ssq-custom-footer .elementor-825,
.ssq-custom-footer .elementor-503,
.ssq-custom-footer .ssq-liko-global-footer,
body.ssq-custom-footer > footer:not(.ssq-site-footer) {
	display: none !important;
}

body.ssq-liko-site.ssq-custom-footer > footer.ssq-site-footer {
	display: block !important;
}

.ssq-site-footer,
.ssq-site-footer * {
	box-sizing: border-box;
}

.ssq-site-footer {
	--ssq-footer-ink: #11141d;
	--ssq-footer-paper: #f7f8fb;
	--ssq-footer-rust: #d35428;
	--ssq-footer-wine: #9f2530;
	position: relative;
	z-index: 2;
	overflow: hidden;
	color: var(--ssq-footer-paper);
	background:
		radial-gradient(circle at 88% 8%, rgba(117, 16, 30, .2), transparent 28%),
		linear-gradient(145deg, #11141d 0%, #151b2d 72%, #202b49 130%);
	background-color: var(--ssq-footer-ink);
}

.ssq-site-footer a {
	color: inherit;
	text-decoration: none;
}

.ssq-site-footer__shell {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 48px), 1320px);
	margin-inline: auto;
}

.ssq-site-footer__prompt {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(40px, 8vw, 120px);
	align-items: end;
	padding: clamp(72px, 8vw, 116px) 0 clamp(58px, 6vw, 88px);
}

.ssq-site-footer__eyebrow,
.ssq-site-footer__label {
	margin: 0;
	font-size: .72rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.ssq-site-footer__eyebrow {
	margin-bottom: 25px;
	color: #f19a78;
}

.ssq-site-footer__prompt h2 {
	max-width: 10ch;
	margin: 0;
	color: #fff;
	font-size: clamp(3.6rem, 6.6vw, 7rem);
	font-weight: 500;
	line-height: .9;
	letter-spacing: -.06em;
}

.ssq-site-footer__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-width: 250px;
	min-height: 66px;
	padding: 0 18px 0 25px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 999px;
	font-size: .92rem;
	font-weight: 600;
	transition: border-color .25s ease, color .25s ease, background-color .25s ease;
}

.ssq-site-footer__cta > span:last-child {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: var(--ssq-footer-ink);
	background: #fff;
	font-size: 1.1rem;
	transition: transform .25s ease;
}

.ssq-site-footer__cta:hover,
.ssq-site-footer__cta:focus-visible {
	border-color: #fff;
	color: var(--ssq-footer-ink);
	background: #fff;
}

.ssq-site-footer__cta:hover > span:last-child,
.ssq-site-footer__cta:focus-visible > span:last-child {
	color: #fff;
	background: var(--ssq-footer-wine);
	transform: rotate(45deg);
}

.ssq-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(220px, .72fr) minmax(320px, 1fr) minmax(320px, 1.1fr);
	border-top: 1px solid rgba(255, 255, 255, .17);
	border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.ssq-site-footer__grid > * {
	min-width: 0;
	padding: clamp(42px, 5vw, 68px) clamp(28px, 4vw, 58px);
	border-left: 1px solid rgba(255, 255, 255, .17);
}

.ssq-site-footer__grid > :first-child {
	padding-left: 0;
	border-left: 0;
}

.ssq-site-footer__brand {
	display: grid;
	align-content: space-between;
	gap: 34px;
}

.ssq-site-footer__brand > a {
	display: block;
	width: 104px;
	height: 104px;
	padding: 7px;
	border-radius: 12px;
	background: #fff;
}

.ssq-site-footer__brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ssq-site-footer__brand p {
	max-width: 190px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 1.05rem;
	line-height: 1.45;
}

.ssq-site-footer__label {
	margin-bottom: 31px;
	color: rgba(255, 255, 255, .5);
}

.ssq-site-footer__nav ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ssq-site-footer__nav li {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.ssq-site-footer__nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 49px;
	color: rgba(255, 255, 255, .82);
	font-size: .96rem;
	transition: color .2s ease, padding-left .2s ease;
}

.ssq-site-footer__nav a span {
	opacity: 0;
	color: #f19a78;
	transform: translate(-5px, 5px);
	transition: opacity .2s ease, transform .2s ease;
}

.ssq-site-footer__nav a:hover,
.ssq-site-footer__nav a:focus-visible,
.ssq-site-footer__nav a[aria-current="page"] {
	padding-left: 5px;
	color: #fff;
}

.ssq-site-footer__nav a:hover span,
.ssq-site-footer__nav a:focus-visible span,
.ssq-site-footer__nav a[aria-current="page"] span {
	opacity: 1;
	transform: translate(0, 0);
}

.ssq-site-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ssq-site-footer__contact a {
	width: fit-content;
	max-width: 100%;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, .72);
	font-size: 1rem;
	line-height: 1.45;
	overflow-wrap: anywhere;
	transition: color .2s ease;
}

.ssq-site-footer__contact .ssq-site-footer__email {
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	color: #fff;
	font-size: clamp(1.2rem, 2vw, 1.85rem);
	line-height: 1.3;
}

.ssq-site-footer__contact a:hover,
.ssq-site-footer__contact a:focus-visible {
	color: #f19a78;
}

.ssq-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 104px;
}

.ssq-site-footer__bottom > p {
	margin: 0;
	color: rgba(255, 255, 255, .52);
	font-size: .86rem;
}

.ssq-site-footer__socials {
	display: flex;
	gap: 10px;
}

.ssq-site-footer__socials a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	color: rgba(255, 255, 255, .78);
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .09em;
	text-transform: uppercase;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.ssq-site-footer__socials a:hover,
.ssq-site-footer__socials a:focus-visible {
	border-color: #fff;
	color: var(--ssq-footer-ink);
	background: #fff;
}

.ssq-site-footer__social-icon,
.ssq-site-footer__social-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.ssq-site-footer__social-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.ssq-site-footer__social-icon .ssq-social-fill {
	fill: currentColor;
	stroke: none;
}

.ssq-site-footer__social-icon .ssq-social-dot {
	fill: currentColor;
	stroke: none;
}

.ssq-site-footer a:focus-visible {
	outline: 2px solid #f19a78;
	outline-offset: 4px;
}

.ssq-site-footer__accent {
	position: absolute;
	top: -160px;
	right: -110px;
	width: 520px;
	height: 520px;
	pointer-events: none;
}

.ssq-site-footer__accent span {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(211, 84, 40, .16);
	border-radius: 50%;
}

.ssq-site-footer__accent span:nth-child(2) {
	inset: 82px;
	border-color: rgba(216, 230, 241, .13);
}

.ssq-site-footer__accent span:nth-child(3) {
	inset: 172px;
	border-color: rgba(211, 84, 40, .22);
}

@keyframes ssq-footer-orbit {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
	50% { transform: translate3d(-18px, 14px, 0) rotate(6deg); }
}

@media (prefers-reduced-motion: no-preference) {
	.ssq-site-footer__accent span { animation: ssq-footer-orbit 16s ease-in-out infinite; }
	.ssq-site-footer__accent span:nth-child(2) { animation-duration: 21s; animation-direction: reverse; }
	.ssq-site-footer__accent span:nth-child(3) { animation-duration: 12s; }
}

@media (max-width: 1024px) {
	.ssq-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ssq-site-footer__brand {
		grid-column: 1 / -1;
		grid-template-columns: auto 1fr;
		align-items: center;
		padding-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .17);
	}

	.ssq-site-footer__brand p { max-width: 260px; }
	.ssq-site-footer__nav { padding-left: 0; border-left: 0; }
}

@media (max-width: 767px) {
	.ssq-site-footer__shell { width: min(calc(100% - 32px), 1320px); }

	.ssq-site-footer__prompt {
		grid-template-columns: 1fr;
		gap: 38px;
		padding: 66px 0 54px;
	}

	.ssq-site-footer__prompt h2 {
		max-width: 9ch;
		font-size: clamp(3.2rem, 15vw, 4.6rem);
	}

	.ssq-site-footer__cta {
		width: 100%;
		min-width: 0;
	}

	.ssq-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.ssq-site-footer__grid > *,
	.ssq-site-footer__grid > :first-child {
		grid-column: auto;
		padding: 38px 0;
		border-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .17);
	}

	.ssq-site-footer__grid > :last-child { border-bottom: 0; }
	.ssq-site-footer__brand { grid-template-columns: auto 1fr; }
	.ssq-site-footer__brand > a { width: 88px; height: 88px; }
	.ssq-site-footer__brand p { font-size: .98rem; }
	.ssq-site-footer__nav ul { gap: 0 22px; }

	.ssq-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column-reverse;
		justify-content: center;
		min-height: 154px;
		padding: 24px 0;
	}

	.ssq-site-footer__socials { width: 100%; }
	.ssq-site-footer__socials a { justify-content: center; flex: 1 1 0; padding-inline: 12px; }
	.ssq-site-footer__accent { top: -70px; right: -260px; width: 470px; height: 470px; }
}

@media (prefers-reduced-motion: reduce) {
	.ssq-site-footer *,
	.ssq-site-footer *::before,
	.ssq-site-footer *::after {
		animation: none !important;
		transition: none !important;
	}
}
