.site-footer {
    background: linear-gradient(90deg, #6366f1, #a855f7);	color: #94a3b8;
	padding: 32px 24px;
	margin-top: 80px;
	color: #ffffff;
}

.site-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.site-footer__logo img {
	display: block;
	height: 40px;
	width: auto;
	filter: invert(1);
}

.site-footer__logo:hover img {
	opacity: 1;
}

.site-footer__social {
	display: flex;
	gap: 12px;
}

.site-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	transition: background 0.2s ease, color 0.2s ease;
}


.site-footer__copy {
	margin: 0;
	font-size: 13px;
}

@media (max-width: 600px) {
	.site-footer__inner {
		flex-direction: column;
		text-align: center;
	}
}
