.footer.footer--global {
	margin-top: 0;
	padding: 0;
	border-top: 0;
	background: #070b14;
	color: #b8c2d9;
	position: relative;
	overflow: hidden;
}

.footer.footer--global::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 34%);
	pointer-events: none;
}

.footer.footer--global .footer-shell {
	position: relative;
	z-index: 1;
	padding-top: 58px;
	padding-bottom: 28px;
	text-align: left;
}

.footer.footer--global a {
	color: #c8d4ef;
}

.footer.footer--global a:hover {
	color: #ffffff;
}

.footer-top {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.footer-col h4 {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0;
}

.footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 11px;
}

.footer-col li {
	margin: 0;
}

.footer-col a {
	display: inline-block;
	font-size: 13px;
	line-height: 1.4;
	color: #b8c2d9;
}

.footer-brand {
	display: grid;
	gap: 18px;
}

.footer-brand-head {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.footer-brand-logo {
	display: block;
	max-width: 156px;
	height: auto;
}

.footer-brand-copy {
	display: grid;
	gap: 4px;
	color: #d8e2f5;
}

.footer-brand-kicker {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #7fa2ff;
}

.footer-brand-copy strong {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}

.footer-brand-desc {
	margin: 0;
	max-width: 36em;
	font-size: 14px;
	line-height: 1.8;
	color: #96a3bd;
}

.footer-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.footer-qr-card {
	min-height: 100%;
	padding: 16px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	display: grid;
	gap: 10px;
	justify-items: center;
	text-align: center;
}

.footer-card-label {
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	color: #ffffff;
}

.footer-qr-card img {
	display: block;
	width: 100%;
	max-width: 148px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 8px;
	background: #fff;
}

.footer-qr-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 148px;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	background: #111827;
	border: 1px dashed rgba(255, 255, 255, 0.18);
	color: #95a0b8;
	font-size: 12px;
	line-height: 1.6;
	padding: 10px;
	text-align: center;
}

.footer-qr-card p {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	color: #95a0b8;
}

.footer-qr-card--text strong {
	display: block;
	font-size: 24px;
	line-height: 1.15;
	color: #ffffff;
	font-variant-numeric: tabular-nums;
}

.footer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 8px;
	background: #ff8a34;
	color: #111827 !important;
	font-size: 13px;
	font-weight: 700;
	transition: transform 0.2s ease, background 0.2s ease;
}

.footer-cta:hover {
	background: #ff9b56;
	transform: translateY(-1px);
}

.footer-bottom {
	margin-top: 34px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 1.6;
	color: #8491ad;
}

.footer-bottom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.footer-bottom-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 18px;
	text-align: right;
}

@media (max-width: 1180px) {
	.footer-top {
		grid-template-columns: 1fr;
	}

	.footer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-brand {
		max-width: 760px;
	}
}

@media (max-width: 640px) {
	.footer.footer--global .footer-shell {
		padding-top: 36px;
		padding-bottom: 24px;
	}

	.footer-links {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.footer-contact-grid {
		grid-template-columns: 1fr;
	}

	.footer-brand-copy strong {
		font-size: 18px;
	}

	.footer-brand-desc {
		font-size: 13px;
		line-height: 1.7;
	}

	.footer-bottom {
		margin-top: 26px;
		padding-top: 16px;
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-bottom-meta {
		justify-content: flex-start;
		text-align: left;
	}
}
