:root {
	--akus-footer-bg: #050a0e;
	--akus-footer-surface: #0b141a;
	--akus-footer-text: #f2f7f9;
	--akus-footer-muted: #9aacb5;
	--akus-footer-line: rgba(126, 176, 197, 0.2);
	--akus-footer-accent: #00aeef;
	--akus-footer-radius: 18px;
}

.akus-footer-ready #colophon .elementor-95 > .elementor-element-7258e7b,
.akus-footer-ready #colophon .elementor-95 > .elementor-element-f5945ce,
.akus-footer-ready #colophon .elementor-95 > .elementor-element-772f352,
.akus-footer-ready #colophon .elementor-95 > .elementor-element-68dbbb0 {
	display: none !important;
}

#colophon .akus-site-footer,
#colophon .akus-site-footer * {
	box-sizing: border-box;
}

#colophon .akus-site-footer {
	position: relative;
	width: 100%;
	border-top: 1px solid var(--akus-footer-line);
	background:
		radial-gradient(circle at 84% 4%, rgba(0, 174, 239, 0.1), transparent 26rem),
		var(--akus-footer-bg);
	color: var(--akus-footer-text);
	font-family: "Montserrat", Arial, sans-serif;
}

#colophon .akus-site-footer__shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(56px, 7vw, 96px) 0 28px;
}

#colophon .akus-site-footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: clamp(48px, 8vw, 120px);
	align-items: start;
	padding-bottom: clamp(44px, 6vw, 72px);
}

#colophon .akus-site-footer__brand {
	max-width: 660px;
}

#colophon .akus-site-footer__logo {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 30px;
	border-radius: 6px;
}

#colophon .akus-site-footer__logo img {
	display: block;
	width: 214px;
	height: auto;
}

#colophon .akus-site-footer__brand p {
	max-width: 650px;
	margin: 0;
	color: var(--akus-footer-text);
	font-size: clamp(28px, 3.15vw, 48px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

#colophon .akus-site-footer__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px;
	border: 1px solid var(--akus-footer-line);
	border-radius: var(--akus-footer-radius);
	background: var(--akus-footer-surface);
}

#colophon .akus-site-footer__label {
	margin: 0 0 18px;
	color: var(--akus-footer-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

#colophon .akus-site-footer__contact a {
	color: var(--akus-footer-text);
	text-decoration: none;
}

#colophon .akus-site-footer__phone {
	margin-bottom: 8px;
	font-size: clamp(22px, 2.1vw, 30px);
	font-weight: 650;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

#colophon .akus-site-footer__contact > a:not(.akus-site-footer__phone):not(.akus-site-footer__message) {
	color: var(--akus-footer-muted);
	font-size: 16px;
}

#colophon .akus-site-footer__message {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 24px;
	padding: 12px 18px;
	border: 1px solid var(--akus-footer-accent);
	border-radius: 10px;
	color: var(--akus-footer-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

#colophon .akus-site-footer__message:hover,
#colophon .akus-site-footer__message:focus-visible {
	background: var(--akus-footer-accent);
	color: #041116;
	transform: translateY(-2px);
}

#colophon .akus-site-footer__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(240px, 0.85fr);
	gap: clamp(36px, 6vw, 84px);
	padding: clamp(38px, 5vw, 56px) 0;
	border-top: 1px solid var(--akus-footer-line);
}

#colophon .akus-site-footer__nav h2,
#colophon .akus-site-footer__social h2 {
	margin: 0 0 20px;
	color: var(--akus-footer-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-transform: uppercase;
}

#colophon .akus-site-footer__nav ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#colophon .akus-site-footer__nav a,
#colophon .akus-site-footer__social a,
#colophon .akus-site-footer__bottom a {
	color: var(--akus-footer-text);
	text-decoration: none;
	transition: color 160ms ease;
}

#colophon .akus-site-footer__nav a {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
}

#colophon .akus-site-footer__nav a:hover,
#colophon .akus-site-footer__nav a:focus-visible,
#colophon .akus-site-footer__social a:hover,
#colophon .akus-site-footer__social a:focus-visible,
#colophon .akus-site-footer__bottom a:hover,
#colophon .akus-site-footer__bottom a:focus-visible,
#colophon .akus-site-footer__contact > a:not(.akus-site-footer__message):hover,
#colophon .akus-site-footer__contact > a:not(.akus-site-footer__message):focus-visible {
	color: var(--akus-footer-accent);
}

#colophon .akus-site-footer__social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#colophon .akus-site-footer__social-links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid var(--akus-footer-line);
	border-radius: 10px;
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
}

#colophon .akus-site-footer__social-links a:hover,
#colophon .akus-site-footer__social-links a:focus-visible {
	border-color: rgba(0, 174, 239, 0.55);
	background: rgba(0, 174, 239, 0.08);
}

#colophon .akus-site-footer__bottom {
	display: flex;
	gap: 28px;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid var(--akus-footer-line);
	color: var(--akus-footer-muted);
}

#colophon .akus-site-footer__bottom p {
	margin: 0;
	font-size: 12px;
	line-height: 1.65;
}

#colophon .akus-site-footer__bottom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 26px;
	justify-content: flex-end;
}

#colophon .akus-site-footer__bottom a {
	color: var(--akus-footer-muted);
	font-size: 12px;
	line-height: 1.4;
}

#colophon .akus-site-footer a:focus-visible {
	outline: 2px solid var(--akus-footer-accent);
	outline-offset: 4px;
}

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

	#colophon .akus-site-footer__contact {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 24px;
		width: 100%;
	}

	#colophon .akus-site-footer__label,
	#colophon .akus-site-footer__phone,
	#colophon .akus-site-footer__contact > a:not(.akus-site-footer__message) {
		grid-column: 1;
	}

	#colophon .akus-site-footer__message {
		grid-column: 2;
		grid-row: 1 / span 3;
		align-self: center;
		margin-top: 0;
	}

	#colophon .akus-site-footer__main {
		grid-template-columns: 1fr 1.25fr;
	}

	#colophon .akus-site-footer__social {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	#colophon .akus-site-footer__shell {
		width: min(100% - 32px, 1180px);
		padding-top: 52px;
	}

	#colophon .akus-site-footer__top {
		gap: 34px;
		padding-bottom: 42px;
	}

	#colophon .akus-site-footer__logo {
		margin-bottom: 24px;
	}

	#colophon .akus-site-footer__logo img {
		width: 184px;
	}

	#colophon .akus-site-footer__brand p {
		font-size: clamp(26px, 8.5vw, 36px);
	}

	#colophon .akus-site-footer__contact {
		display: flex;
		padding: 22px;
	}

	#colophon .akus-site-footer__message {
		width: 100%;
		margin-top: 22px;
	}

	#colophon .akus-site-footer__main {
		grid-template-columns: 1fr 1fr;
		gap: 38px 24px;
		padding: 42px 0;
	}

	#colophon .akus-site-footer__social {
		grid-column: 1 / -1;
	}

	#colophon .akus-site-footer__social-links {
		gap: 8px;
	}

	#colophon .akus-site-footer__bottom {
		flex-direction: column;
		gap: 18px;
	}

	#colophon .akus-site-footer__bottom-links {
		justify-content: flex-start;
	}
}

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

	#colophon .akus-site-footer__social {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	#colophon .akus-site-footer a {
		transition: none;
	}

	#colophon .akus-site-footer__message:hover,
	#colophon .akus-site-footer__message:focus-visible {
		transform: none;
	}
}

