/**
 * Redesign 2026 — footer (mockups NOWORR_1 / NOWORR_2).
 *
 * The footer keeps its Bootstrap grid; only the surface, spacing and type
 * scale change.
 */

footer.footer {
	background: var(--nw-footer-bg);
	padding-top: 0;
}

footer.footer > .container {
	background: transparent;
	padding-top: 52px;
}

footer.footer .footer-inner {
	margin: 0 auto 34px;
}

footer.footer .footer-logo {
	margin-bottom: 18px;
}

footer.footer .footer-logo .nw-logo {
	font-size: 20px;
}

footer.footer .footer-item {
	margin-bottom: 0;
}

footer.footer .footer-item-title {
	margin-bottom: 16px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--nw-rose);
	opacity: 1;
}

footer.footer .footer-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 14px;
	line-height: 1.4;
}

footer.footer .footer-list li + li {
	margin-top: 0;
}

footer.footer .footer-list li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	color: var(--nw-on-dark-dim);
	transition: color 0.18s ease;
}

footer.footer .footer-list li a:hover {
	color: #fff;
	opacity: 1;
}

/* --- Bottom bar --------------------------------------------------------- */

footer.footer .footer-info {
	border-top: 1px solid var(--nw-hairline-dark);
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: left;
	color: var(--nw-on-dark-faint);
	font-size: 13px;
	line-height: 1.5;
}

footer.footer .footer-info-text {
	max-width: 900px;
}

footer.footer .footer-info-text a {
	color: var(--nw-on-dark-mute);
}

footer.footer .footer-info-text a:hover {
	color: #fff;
}

@media (max-width: 992px) {
	footer.footer > .container {
		padding-top: 40px;
	}

	footer.footer .footer-inner {
		margin-bottom: 24px;
	}

	footer.footer .footer-item {
		margin-bottom: 28px;
	}

	footer.footer .footer-info {
		text-align: center;
	}
}
