.site-footer {
	background: #5a6f9d;
	color: #f6f8ff;
	margin-top: 3rem;
}

.footer-block {
	height: 100%;
	padding: 0.25rem;
}

.footer-logo-image {
	width: 100%;
	max-width: 100%;
	height: clamp(150px, 18vw, 250px);
	max-height: none;
	object-fit: contain;
	filter: drop-shadow(0 6px 14px rgba(8, 15, 35, 0.25));
	display: block;
}

.footer-title {
	font-weight: 700;
	margin-bottom: 0.85rem;
	color: #ffffff;
}

.footer-text,
.footer-small {
	font-size: 0.93rem;
	line-height: 1.6;
	color: #e8eeff;
}

.footer-links li,
.footer-contact li {
	margin-bottom: 0.5rem;
	font-size: 0.94rem;
	color: #ecf1ff;
}

.footer-links a {
	color: #ecf1ff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus {
	color: #9ff0ea;
}

.footer-contact i {
	color: #9ff0ea;
	margin-right: 0.45rem;
}

@media (max-width: 767.98px) {
	.site-footer {
		margin-top: 2rem;
	}

	.footer-block {
		padding: 0;
	}

	.footer-logo-image {
		height: clamp(130px, 48vw, 200px);
	}
}
