/*
 * Truck Ustaaz Pro - Footer (Cyber Transport)
 */

.tu-footer {
	position: relative;
	padding: 34px 16px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

body.tu-light .tu-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.tu-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 18px;
	align-items: start;
}

@media (max-width: 900px) {
	.tu-footer__inner {
		grid-template-columns: 1fr;
	}
}

.tu-footer__brand {
	display: flex;
	gap: 12px;
	align-items: center;
}

.tu-footer__logo img {
	max-width: 64px;
	height: auto;
	display: block;
	filter: drop-shadow(0 0 10px rgba(0, 255, 224, 0.18));
}

.tu-footer__title {
	margin: 0;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.tu-footer__meta {
	margin: 6px 0 0;
	opacity: 0.85;
	line-height: 1.5;
}

.tu-footer__panel {
	border-radius: 16px;
	padding: 14px 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(0, 255, 224, 0.16);
	box-shadow: 0 10px 30px rgba(0, 255, 224, 0.06);
}

body.tu-light .tu-footer__panel {
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(22, 160, 255, 0.14);
	box-shadow: 0 10px 30px rgba(0, 140, 255, 0.06);
}

.tu-footer__panel h3 {
	margin: 0 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.9;
}

.tu-footer__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.tu-footer__list a {
	color: inherit;
	text-decoration: none;
	opacity: 0.9;
}

.tu-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.tu-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	border: 1px solid rgba(0, 255, 224, 0.22);
	background: rgba(255, 255, 255, 0.04);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.tu-social:hover {
	transform: translateY(-1px);
	box-shadow: 0 0 0 4px rgba(0, 255, 224, 0.10);
}

body.tu-light .tu-social {
	border: 1px solid rgba(22, 160, 255, 0.20);
	background: rgba(0, 0, 0, 0.02);
}

.tu-social img {
	width: 20px;
	height: 20px;
	display: block;
	filter: drop-shadow(0 0 10px rgba(0, 255, 224, 0.16));
}

.tu-footer__bottom {
	max-width: 1200px;
	margin: 18px auto 0;
	padding-top: 14px;
	opacity: 0.8;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 13px;
}

body.tu-light .tu-footer__bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
