/*
 * VisioPro 1.10.13 — refinements for the existing custom footer only.
 * Every selector begins with .vp-custom-footer to protect Header and content.
 */

.vp-custom-footer .vp-footer-logo-link {
	display: inline-flex;
	align-items: center;
	width: auto;
	height: auto;
	margin: 0 0 26px;
}

.vp-custom-footer .vp-footer-logo {
	display: block;
	width: auto;
	max-width: 155px;
	height: auto;
	max-height: 58px;
	margin: 0;
	object-fit: contain;
	object-position: left center;
}

.vp-custom-footer .vp-footer-brand > p {
	max-width: 310px;
	margin-top: 0;
	line-height: 1.65;
}

.vp-custom-footer .vp-footer-contact {
	margin-top: 20px;
}

.vp-custom-footer .vp-footer-email a {
	color: rgba(255, 255, 255, 0.88);
	font-weight: 500;
}

.vp-custom-footer .vp-footer-column h2 {
	margin-bottom: 18px;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.vp-custom-footer .vp-footer-menu a,
.vp-custom-footer .vp-footer-contact a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	transition: color 200ms ease, transform 200ms ease;
}

.vp-custom-footer .vp-footer-menu a:hover,
.vp-custom-footer .vp-footer-contact a:hover {
	color: #e53935;
	text-decoration: none;
	transform: translateX(2px);
}

.vp-custom-footer .vp-footer-menu a:focus-visible,
.vp-custom-footer .vp-footer-contact a:focus-visible,
.vp-custom-footer .vp-footer-logo-link:focus-visible {
	color: #e53935;
	outline: 3px solid rgba(229, 57, 53, 0.55);
	outline-offset: 3px;
}

.vp-custom-footer .vp-footer-bottom {
	width: 100%;
	margin-top: 48px;
	padding-top: 22px;
	border-top: 1px solid rgba(208, 213, 221, 0.2);
	text-align: center;
}

.vp-custom-footer .vp-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.6;
	text-transform: none;
}

@media (max-width: 960px) {
	.vp-custom-footer .vp-footer-logo {
		max-width: 145px;
		max-height: 54px;
	}
}

@media (max-width: 600px) {
	.vp-custom-footer .vp-footer-logo {
		max-width: 135px;
		max-height: 50px;
	}

	.vp-custom-footer .vp-footer-menu a,
	.vp-custom-footer .vp-footer-contact a {
		min-height: 44px;
		padding-block: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vp-custom-footer .vp-footer-menu a,
	.vp-custom-footer .vp-footer-contact a {
		transition: none;
	}
}
