/* Meteozentrale Goldstandard – globaler Footer und gemeinsame Feinschliffe */
:root {
	--mz-global-bg: #040911;
	--mz-global-panel: rgba(8, 18, 32, .98);
	--mz-global-panel-2: rgba(11, 31, 52, .94);
	--mz-global-border: rgba(125, 211, 252, .18);
	--mz-global-border-strong: rgba(56, 189, 248, .34);
	--mz-global-text: #f7fbff;
	--mz-global-muted: #aebbd0;
	--mz-global-blue: #38bdf8;
	--mz-global-cyan: #67e8f9;
	--mz-global-orange: #fb923c;
}

.site-footer.mz-site-footer,
#footer.mz-site-footer {
	position: relative;
	isolation: isolate;
	margin: 0 !important;
	padding: 0 !important;
	background:
		radial-gradient(circle at 14% 0%, rgba(56, 189, 248, .19), transparent 32rem),
		radial-gradient(circle at 82% 18%, rgba(251, 146, 60, .10), transparent 25rem),
		linear-gradient(180deg, #07111f 0%, #040911 82%) !important;
	color: var(--mz-global-text) !important;
	border-top: 1px solid rgba(125, 211, 252, .18) !important;
	box-shadow: 0 -24px 70px rgba(0,0,0,.40), inset 0 1px 0 rgba(255,255,255,.04);
	overflow: hidden;
}

.mz-footer-radar {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
		radial-gradient(circle at 50% 35%, rgba(56,189,248,.13) 0 1px, transparent 2px);
	background-size: 56px 56px, 56px 56px, 32px 32px;
	mask-image: linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.32));
	opacity: .8;
}

.mz-footer-inner {
	width: min(1480px, calc(100% - 32px));
	margin: 0 auto;
	padding: clamp(34px, 5vw, 70px) 0 28px;
}

.mz-footer-brand {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	padding: clamp(18px, 2.6vw, 30px);
	border: 1px solid var(--mz-global-border);
	border-radius: 30px;
	background: linear-gradient(135deg, rgba(15, 23, 42, .82), rgba(8, 47, 73, .56));
	box-shadow: 0 24px 70px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.05);
}

.mz-footer-live {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid rgba(56, 189, 248, .32);
	background: rgba(56, 189, 248, .10);
	color: #dff7ff;
	font-weight: 900;
	font-size: .78rem;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.mz-footer-live i {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #ef4444;
	box-shadow: 0 0 0 7px rgba(239, 68, 68, .11);
}

.mz-footer-brand h2 {
	margin: 14px 0 8px;
	font-size: clamp(2.4rem, 5.5vw, 5.6rem);
	line-height: .92;
	letter-spacing: -.065em;
	color: #fff !important;
}

.mz-footer-brand p {
	max-width: 780px;
	margin: 0;
	color: var(--mz-global-muted) !important;
	font-size: clamp(1rem, 1.4vw, 1.22rem);
	line-height: 1.55;
}

.mz-footer-cta {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 999px;
	background: linear-gradient(135deg, #38bdf8, #67e8f9);
	color: #03111f !important;
	font-weight: 950;
	text-decoration: none !important;
	box-shadow: 0 18px 42px rgba(56,189,248,.24);
}

.mz-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.mz-footer-col {
	padding: 20px;
	border-radius: 24px;
	border: 1px solid rgba(125, 211, 252, .14);
	background: rgba(9, 19, 34, .70);
}

.mz-footer-col h3 {
	margin: 0 0 14px;
	color: #fff !important;
	font-size: 1.06rem;
	font-weight: 950;
}

.mz-footer-col a,
.mz-footer-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	margin: 0 8px 8px 0;
	padding: 8px 11px;
	border-radius: 999px;
	border: 1px solid rgba(125, 211, 252, .14);
	background: rgba(255,255,255,.045);
	color: #dbeafe !important;
	font-size: .9rem;
	font-weight: 800;
	text-decoration: none !important;
	transition: .18s ease;
}

.mz-footer-col a:hover,
.mz-footer-menu a:hover {
	transform: translateY(-1px);
	border-color: rgba(56, 189, 248, .45);
	background: rgba(56, 189, 248, .12);
	color: #fff !important;
}

.mz-footer-menu-wrap {
	margin-top: 16px;
	padding: 16px 18px 10px;
	border: 1px solid rgba(125, 211, 252, .12);
	border-radius: 22px;
	background: rgba(255,255,255,.025);
}

.mz-footer-menu ul,
.mz-footer-social ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.mz-footer-menu li,
.mz-footer-social li {
	display: inline-block;
	margin: 0 !important;
}

.mz-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(125, 211, 252, .12);
	color: var(--mz-global-muted);
}

.mz-footer-bottom p {
	margin: 0;
	color: var(--mz-global-muted) !important;
	font-size: .92rem;
}

.mz-footer-social .social-icons a,
.mz-footer-social .social-icons span {
	color: #dbeafe !important;
}

.mz-footer-social .social-icons a {
	border-radius: 999px;
	background: rgba(255,255,255,.055);
	border: 1px solid rgba(125, 211, 252, .14);
}

/* Falls Jannah-Footer-Widgets trotz Override über Hooks erscheinen, bleiben sie dunkel und nicht weiß. */
#footer.site-footer:not(.mz-site-footer),
#footer #site-info,
#footer #footer-widgets-container {
	background: #050b14 !important;
	color: #dbeafe !important;
}

#footer #footer-widgets-container img,
#footer .footer-boxed-widget-area img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 900px) {
	.mz-footer-brand,
	.mz-footer-bottom {
		display: block;
	}

	.mz-footer-cta {
		margin-top: 18px;
	}

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

	.mz-footer-social {
		margin-top: 14px;
	}
}

@media (max-width: 540px) {
	.mz-footer-inner {
		width: min(100% - 22px, 1480px);
		padding-top: 28px;
	}

	.mz-footer-brand,
	.mz-footer-col {
		border-radius: 20px;
	}

	.mz-footer-col a,
	.mz-footer-menu a {
		width: 100%;
		justify-content: center;
		margin-right: 0;
	}
}
