@charset "utf-8";

.sports-footer {
	position: relative;
	background: linear-gradient(90deg, #004899 0%, #004391 45%, #003a84 100%);
	color: #eaf3ff;
	font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
}

.sports-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 28px 20px 18px;
	display: grid;
	grid-template-columns: 1.3fr 1fr 1.25fr;
	gap: 44px;
	align-items: start;
}

.sports-footer__col {
	min-width: 0;
}

.sports-footer__brand img {
	display: block;
	height: 38px;
	width: auto;
}

.sports-footer__desc {
	margin: 14px 0 0;
	max-width: 420px;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(234, 243, 255, 0.95);
}

.sports-footer__title {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.sports-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 24px;
}

.sports-footer__links a {
	color: #eaf3ff;
	font-size: 16px;
	line-height: 1.35;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sports-footer__links a:hover {
	color: #fff;
}

.sports-footer__contact {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.sports-footer__contact li {
	font-size: 16px;
	line-height: 1.45;
	color: #eaf3ff;
	word-break: break-all;
}

.sports-footer__contact span {
	color: #fff;
	font-weight: 700;
}

.sports-footer__copyright {
	padding: 10px 20px 14px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(234, 243, 255, 0.95);
}

.sports-footer__to-top {
	position: absolute;
	right: 20px;
	bottom: 16px;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.sports-footer__to-top:hover {
	background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1200px) {
	.sports-footer__inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sports-footer__title {
		font-size: 20px;
	}

	.sports-footer__desc {
		font-size: 14px;
	}

	.sports-footer__links a {
		font-size: 15px;
	}

	.sports-footer__contact li {
		font-size: 15px;
	}

	.sports-footer__copyright {
		font-size: 14px;
		padding-bottom: 18px;
	}
}
