/**
 * CarsNow Global Footer
 */

#footer-outer {
	background: #11100f !important;
}

#footer-outer .vv-site-footer {
	background: #11100f;
	color: #a0a4ac;
	font-family: 'Manrope';
	padding: 58px 0 18px;
}

#footer-outer .vv-site-footer__inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 24px;
}

#footer-outer .vv-site-footer__top {
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(130px, 0.75fr));
	gap: clamp(46px, 7vw, 112px);
	align-items: start;
}

#footer-outer .vv-site-footer__brand {
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	font-family: 'Manrope';
	font-size: 1.52rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

#footer-outer .vv-site-footer__logo {
	max-height: 42px;
	width: auto;
	display: block;
}

#footer-outer .vv-site-footer__brand-cars {
	color: #ffffff;
	text-shadow: 0 0 0 #ffffff;
}

#footer-outer .vv-site-footer__brand-now {
	display: inline-flex;
	align-items: center;
	min-height: 33px;
	margin-left: 6px;
	padding: 3px 14px 4px 10px;
	background: #f50815;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
	color: #ffffff;
}

#footer-outer .vv-site-footer__tagline {
	max-width: 280px;
	margin: 22px 0 0;
	color: #a2a7af;
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.35;
}

#footer-outer .vv-site-footer__socials {
	display: flex;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

#footer-outer .vv-site-footer__social {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	color: #8d929a;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#footer-outer .vv-site-footer__social:hover,
#footer-outer .vv-site-footer__social:focus-visible {
	border-color: #f50815;
	background: #f50815;
	color: #ffffff;
	transform: translateY(-2px);
}

#footer-outer .vv-site-footer__social svg {
	display: block;
	width: 14px;
	height: 14px;
}

#footer-outer .vv-site-footer__social svg rect,
#footer-outer .vv-site-footer__social svg circle {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

#footer-outer .vv-site-footer__social svg path {
	fill: currentColor;
}

#footer-outer .vv-site-footer__nav-title {
	margin: 0 0 19px;
	color: #ffffff;
	font-family: 'Manrope';
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

#footer-outer .vv-site-footer__nav ul {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-outer .vv-site-footer__nav a {
	color: #9ba0a8;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.2s ease;
}

#footer-outer .vv-site-footer__nav a:hover,
#footer-outer .vv-site-footer__nav a:focus-visible,
#footer-outer .vv-site-footer a:hover,
#footer-outer .vv-site-footer a:focus-visible,
#footer-outer .vv-site-footer__bottom a:hover,
#footer-outer .vv-site-footer__bottom a:focus-visible,
#footer-outer ul li a:hover,
#footer-outer .widget_nav_menu a:hover {
	color: #f50815 !important;
}

/* Active tab state */
#footer-outer .vv-site-footer__nav li.current-menu-item > a,
#footer-outer .vv-site-footer__nav li.current_page_item > a,
#footer-outer .vv-site-footer__nav li.active > a,
#footer-outer .vv-site-footer__nav a.active,
#footer-outer .vv-site-footer__nav a[aria-current="page"],
#footer-outer .vv-site-footer__bottom a[aria-current="page"],
#footer-outer .vv-site-footer__bottom a.active,
#footer-outer ul li.current-menu-item > a,
#footer-outer ul li.current_page_item > a {
	color: #f50815 !important;
}

#footer-outer .vv-site-footer__newsletter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	min-height: 104px;
	margin-top: 58px;
	padding: 26px 27px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	background: #1d1c1b;
}

#footer-outer .vv-site-footer__newsletter h2 {
	margin: 0 0 7px;
	color: #ffffff;
	font-family: 'Manrope';
	font-size: 1.07rem;
	font-weight: 700;
	line-height: 1.15;
}

#footer-outer .vv-site-footer__newsletter p {
	margin: 0;
	color: #a2a7af;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.2;
}

#footer-outer .vv-site-footer__form {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	width: min(100%, 368px);
	margin: 0;
}

#footer-outer .vv-site-footer__form input {
	width: 100%;
	min-width: 0;
	height: 46px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 999px;
	background: #1a1918;
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 700;
	outline: none;
	transition: border-color 0.2s ease, background 0.2s ease;
}

#footer-outer .vv-site-footer__form input::placeholder {
	color: #777c84;
	opacity: 1;
}

#footer-outer .vv-site-footer__form input:focus {
	border-color: rgba(245, 8, 21, 0.75);
	background: #151413;
}

#footer-outer .vv-site-footer__form button {
	display: inline-flex;
	height: 46px;
	min-width: 108px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 22px;
	border: 0;
	border-radius: 11px;
	background: #f50815;
	color: #ffffff;
	font-size: 0.87rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

#footer-outer .vv-site-footer__form button:hover,
#footer-outer .vv-site-footer__form button:focus-visible {
	background: #ff1724;
	color: #ffffff;
	transform: translateY(-1px);
}

#footer-outer .vv-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 35px;
	padding-top: 21px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer-outer .vv-site-footer__bottom p {
	margin: 0;
	color: #9ba0a8;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
}

#footer-outer .vv-site-footer__bottom nav {
	display: flex;
	align-items: center;
	gap: 26px;
}

#footer-outer .vv-site-footer__bottom a {
	color: #9ba0a8;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.2s ease;
}

#footer-outer .vv-site-footer__bottom a:hover,
#footer-outer .vv-site-footer__bottom a:focus-visible {
	color: #ffffff;
}

@media (max-width: 920px) {
	#footer-outer .vv-site-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 56px;
	}

	#footer-outer .vv-site-footer__brand-col {
		grid-column: 1 / -1;
	}

	#footer-outer .vv-site-footer__newsletter {
		align-items: flex-start;
		flex-direction: column;
	}

	#footer-outer .vv-site-footer__form {
		width: 100%;
	}
}

@media (max-width: 600px) {
	#footer-outer .vv-site-footer {
		padding-top: 44px;
	}

	#footer-outer .vv-site-footer__top {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	#footer-outer .vv-site-footer__newsletter {
		margin-top: 42px;
		padding: 22px;
		border-radius: 18px;
	}

	#footer-outer .vv-site-footer__form {
		flex-direction: column;
	}

	#footer-outer .vv-site-footer__form button {
		width: 100%;
	}

	#footer-outer .vv-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

