/* ============================================================
   VIA BIT â€” FOOTER
   ============================================================ */

.viabit-footer-light {
	background: #F1F5F9;
	color: #314158;
}

.viabit-footer__inner {
	padding: 60px 40px 0;
}

.viabit-footer__cols {
	display: flex;
	gap: 132px;
}

.viabit-footer__brand .custom-logo {
	width: 128px;
	height: auto;
	max-height: 32px;
}

.viabit-footer__brand {
	flex: 0 0 auto;
	max-width: 467px;
}

.viabit-footer-tagline {
	margin-top: 16px;
	color: #314158;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}

.viabit-footer-light .email-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	max-width: 346px;
	height: 48px;
	border: none;
	border-radius: 42px;
	background: #fff;
	padding: 0 0 0 16px;
}

.viabit-footer-light .email-input {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	height: 44px;
	width: 300px;
}

.viabit-footer-light .email-input input {
	border: none;
	outline: 0;
	background: 0 0;
	color: #757575;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.viabit-footer-light .email-btn {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 42px;
	background: #0090F0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .2s ease;
}

.viabit-footer-light .email-btn:hover {
	background: #0078D0;
}

.viabit-footer-socials {
	display: flex;
	gap: 20px;
	margin-top: 24px;
}

.viabit-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #314158;
	transition: color .2s ease;
}
.viabit-footer__social svg,
.viabit-footer__social img {
	width: 24px;
	height: 24px;
	display: block;
}
.viabit-footer__social svg[max-width] { max-width: 100%; }

.viabit-footer__social:hover {
	color: #0090F0;
}

.viabit-footer__nav {
	display: flex;
	gap: 132px;
	flex: 1;
}

.viabit-footer__nav-col {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 73.93px;
}

.viabit-footer__nav-col h3 {
	margin: 0;
	color: #314158;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.viabit-footer-navigation {
	color: #314158;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.viabit-footer-menu {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.viabit-footer-menu li {
	margin: 0;
	padding: 0;
}

.viabit-footer-menu a {
	color: #314158;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	transition: color .2s ease;
}

.viabit-footer-menu a:hover,
.viabit-footer-menu a:focus {
	color: #0090F0;
	text-decoration: none;
}

.viabit-footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 288px;
}

.viabit-footer__contact {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #314158;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}

.viabit-footer__contact svg {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	color: #314158;
}

.viabit-footer-bottom {
	border-top: 1px solid #D7E5F4;
	padding: 24px 0;
	margin-top: 40px;
}

.viabit-footer__copyright {
	margin: 0;
	color: #94A3B8;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.viabit-footer__contact--max {
	margin-top: 4px;
}
.viabit-footer__max-link {
	display: inline-block;
	color: #0090F0;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color .2s ease, transform .2s ease;
}
.viabit-footer__max-link:hover {
	color: #0078D0;
	transform: translateX(2px);
}