/* SpielWechsel — Footer */

.sw-footer {
	background: var(--sw-navy-deep);
	color: #fff;
}
.sw-footer__inner {
	margin: 0 auto;
	max-width: var(--sw-container-max);
	padding: 3.5rem 1.25rem;
}
@media (min-width: 1024px) {
	.sw-footer__inner { padding: 5rem 2rem; }
}

.sw-footer__cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}
@media (min-width: 1024px) {
	.sw-footer__cols { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2.5rem; }
}
.sw-footer__col-title {
	font-family: var(--sw-font-display);
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	margin-bottom: 1rem;
}
.sw-footer__col ul { list-style: none; margin: 0; padding: 0; }
.sw-footer__col ul li { margin-top: 0.625rem; }
.sw-footer__col ul li:first-child { margin-top: 0; }
.sw-footer__col ul li a {
	font-size: 0.875rem;
	color: rgba(255,255,255,0.65);
}
.sw-footer__col ul li a:hover { color: #fff; }

.sw-footer__brandblock {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid oklch(1 0 0 / 12%);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	align-items: end;
}
@media (min-width: 1024px) {
	.sw-footer__brandblock { grid-template-columns: 1fr auto; margin-top: 4rem; }
}
.sw-logo--footer { padding: 0; }
.sw-footer__brand-text {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	color: rgba(255,255,255,0.6);
	max-width: 36rem;
	line-height: 1.6;
}
.sw-footer__legal {
	font-size: 0.75rem;
	color: rgba(255,255,255,0.55);
}
@media (min-width: 1024px) {
	.sw-footer__legal { text-align: right; }
}
.sw-footer__legal p { margin-top: 0.25rem; }
.sw-footer__legal p:first-child { margin-top: 0; }
.sw-footer__bzga {
	margin-top: 0.75rem !important;
	color: var(--sw-primary) !important;
	font-family: var(--sw-font-display);
}
.sw-footer__bzga a { color: var(--sw-primary); }
.sw-footer__bzga a:hover { text-decoration: underline; }

.sw-footer__bottom {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid oklch(1 0 0 / 12%);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	font-size: 0.75rem;
	color: rgba(255,255,255,0.45);
}
@media (min-width: 640px) {
	.sw-footer__bottom { flex-direction: row; justify-content: space-between; }
}
