/**
 * Alt bilgi — koyu, ortalanmış
 */

.site-footer {
	--footer-bg: #1a1a1a;
	--footer-text: #a8a8a8;
	--footer-link: #c8c8c8;
	--footer-link-hover: #eaeaea;
	background: var(--footer-bg);
	color: var(--footer-text);
	margin: 0;
	padding: 2.75rem 1.25rem 2.5rem;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.65;
}

.site-footer__inner {
	max-width: 52rem;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.1rem;
}

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 1rem;
	margin: 0;
	padding: 0;
}

.site-footer__social a {
	color: var(--footer-link);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
	color: var(--footer-link-hover);
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.site-footer__social-sep {
	color: var(--footer-text);
	opacity: 0.45;
	user-select: none;
}

.site-footer__line {
	margin: 0;
	max-width: 42rem;
}

.site-footer__label {
	color: var(--footer-link);
	font-weight: 500;
	margin-right: 0.25rem;
}

.site-footer__line a {
	color: var(--footer-link);
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	transition: color 0.15s ease, border-color 0.15s ease;
}

.site-footer__line a:hover,
.site-footer__line a:focus {
	color: var(--footer-link-hover);
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

.site-footer__copy {
	margin: 0.35rem 0 0;
	padding-top: 0.85rem;
	font-size: 0.8125rem;
	color: #7a7a7a;
	letter-spacing: 0.02em;
}
