/* =========================================================
   VOX footer — modern charcoal + brand red accent
   Replaces Zion smart-area footer with broken Glyphicons.
   ========================================================= */

:root {
	--vox-red: #ee1d23;
	--vox-red-dark: #c41419;
	--vox-ink: #121212;
	--vox-ink-2: #1c1c1c;
	--vox-muted: rgba(255, 255, 255, 0.62);
	--vox-line: rgba(255, 255, 255, 0.12);
}

/* Hide the old Zion footer (broken icons / flat red block) */
.znpb-footer-smart-area {
	display: none !important;
}

/* Theme “TOP” float — replaced by footer Augšā control */
#totop {
	display: none !important;
}

.vox-footer ul,
.vox-footer li {
	list-style: none !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
}

.vox-footer {
	background: var(--vox-ink);
	color: #fff !important;
	font-family: "Source Sans Pro", "Open Sans", Helvetica, Arial, sans-serif !important;
	margin-top: 0;
	position: relative;
	border-top: 3px solid var(--vox-red);
}

.vox-footer,
.vox-footer li,
.vox-footer p,
.vox-footer span,
.vox-footer a {
	font-family: "Source Sans Pro", "Open Sans", Helvetica, Arial, sans-serif !important;
}

.vox-footer i.fas,
.vox-footer i.fab {
	font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

.vox-footer a {
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.vox-footer a:hover,
.vox-footer a:focus {
	color: #fff;
	text-decoration: none;
}

.vox-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 56px 28px 40px;
}

.vox-footer__grid {
	display: grid;
	grid-template-columns: 140px repeat(4, minmax(0, 1fr));
	gap: 40px 28px;
	align-items: start;
}

.vox-footer__brand {
	padding-top: 2px;
}

.vox-footer__logo {
	display: inline-block;
	line-height: 0;
}

.vox-footer__logo img {
	display: block;
	height: 64px;
	width: auto;
	max-width: 120px;
	object-fit: contain;
}

.vox-footer__title {
	margin: 0 0 20px;
	padding: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid var(--vox-line);
	position: relative;
}

.vox-footer__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 40px;
	height: 2px;
	background: var(--vox-red);
}

.vox-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vox-footer__list li {
	margin: 0 0 12px;
	padding: 0;
	line-height: 1.45;
}

.vox-footer__list--nav {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--vox-line);
}

.vox-footer__list--meta li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #fff !important;
	font-size: 13.5px;
}

.vox-footer__text {
	color: #fff !important;
	font-size: 13.5px !important;
	line-height: 1.45 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.vox-footer__link {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
}

.vox-footer__link:hover {
	color: #fff;
}

.vox-footer__link:hover .vox-footer__icon {
	background: var(--vox-red);
	border-color: var(--vox-red);
	color: #fff;
}

.vox-footer__icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--vox-line);
	color: var(--vox-red);
	font-size: 13px;
	margin-top: 1px;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vox-footer__list--meta .vox-footer__icon {
	color: var(--vox-red);
}

.vox-footer__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vox-footer__social-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 44px;
	padding: 0 16px 0 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--vox-line);
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.vox-footer__social-btn i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--vox-red);
	color: #fff;
	font-size: 15px;
}

.vox-footer__social-btn:hover {
	background: rgba(238, 29, 35, 0.14);
	border-color: rgba(238, 29, 35, 0.55);
	color: #fff;
}

.vox-footer__bar {
	background: var(--vox-ink-2);
	border-top: 1px solid var(--vox-line);
}

.vox-footer__bar-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.vox-footer__copy {
	margin: 0;
	font-size: 13px;
	color: var(--vox-muted);
	letter-spacing: 0.02em;
}

.vox-footer__top {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.8);
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--vox-line);
	background: transparent;
}

.vox-footer__top:hover {
	background: var(--vox-red);
	border-color: var(--vox-red);
	color: #fff;
}

@media (max-width: 991px) {
	.vox-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 24px;
	}

	.vox-footer__brand {
		grid-column: 1 / -1;
	}

	.vox-footer__inner {
		padding: 44px 22px 32px;
	}
}

@media (max-width: 575px) {
	.vox-footer__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.vox-footer__inner {
		padding: 36px 18px 28px;
	}

	.vox-footer__bar-inner {
		flex-direction: column;
		text-align: center;
		padding: 18px;
	}
}
