/* Footer site cũ — khối đỏ thông tin + dải logo bản quyền (ảnh từ css/images/) */

.hk-site-footer-info {
	position: relative;
	width: 100%;
	margin-top: -1px;
	overflow: hidden;
	background: var(--hk-footer-bg, #222222);
	color: var(--hk-footer-text, #9c9c9c);
}

.hk-site-footer-info__bg {
	display: none;
}

.hk-site-footer-info__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	max-width: min(100%, 1200px);
	margin: 0 auto;
	padding: 28px 20px 32px;
	box-sizing: border-box;
}

.hk-site-footer-info__top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px 30px;
}

.hk-site-footer-info__banner {
	display: block;
	height: auto;
	object-fit: contain;
}

.hk-site-footer-info__banner--mobile {
	display: none;
	border-radius: 12px;
}

.hk-site-footer-info__text {
	max-width: 550px;
	font-size: 15px;
	line-height: 1.45;
}

.hk-site-footer-info__row {
	display: grid;
	grid-template-columns: 38% 62%;
	gap: 8px 12px;
	margin-bottom: 10px;
}

.hk-site-footer-info__row p {
	margin: 0;
}

.hk-site-footer-info__row--desktop {
	display: grid;
}

.hk-site-footer-info__social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 16px;
}

.hk-site-footer-info__social a {
	color: #c3c3c3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.02em;
	padding: 4px 12px;
}

.hk-site-footer-info__social a:hover {
	color: #fff;
	text-decoration: underline;
}

.hk-site-footer-info__social a+a {
	border-left: 1px solid rgba(195, 195, 195, 0.35);
}

.hk-site-footer-info__text {
	color: #c3c3c3;
}

.hk-site-footer-info__row p:last-child {
	color: #f0f0f0;
}

.hk-site-footer {
	width: 100%;
	background: var(--hk-footer-strip-bg, #2e2e2e);
	color: #fff;
	text-align: center;
}

.hk-site-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 20px 40px;
	box-sizing: border-box;
}

.hk-site-footer__brands {
	display: block;
	max-width: min(100%, 639px);
	width: auto;
	height: auto;
	margin: 0 auto 24px;
	object-fit: contain;
}

.hk-site-footer__copy {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #e8e8e8;
}

.hk-site-footer__copy a {
	color: #f95308;
	text-decoration: none;
	font-weight: 600;
}

.hk-site-footer__copy a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.hk-site-footer-info__banner--desktop {
		display: none;
	}

	.hk-site-footer-info__banner--mobile {
		display: block;
	}

	.hk-site-footer-info__row--desktop {
		display: none;
	}

	.hk-site-footer-info__text {
		width: 100%;
		max-width: 500px;
	}

	.hk-site-footer-info__social {
		gap: 8px 0;
	}

	.hk-site-footer-info__social a {
		padding: 6px 10px;
		font-size: 12px;
	}

	.hk-site-footer-info__social a+a {
		border-left: 0;
	}

	.hk-site-footer__brands {
		margin-bottom: 32px;
	}
}