.zu-cookie-banner {
	position: fixed;
	z-index: 100000;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem;
	pointer-events: none;
}

.zu-cookie-banner[hidden] {
	display: none !important;
}

.zu-cookie-banner__inner {
	pointer-events: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	max-width: 72rem;
	margin: 0 auto;
	padding: 1.1rem 1.25rem;
	background: #1c2430;
	color: #f4f4f2;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.28);
}

.zu-cookie-banner__copy {
	flex: 1 1 18rem;
	min-width: 0;
}

.zu-cookie-banner__title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.3;
	color: #ffffff;
}

.zu-cookie-banner__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: rgba(244, 244, 242, 0.88);
}

.zu-cookie-banner__text a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.zu-cookie-banner__text a:hover,
.zu-cookie-banner__text a:focus {
	color: #ffffff;
	opacity: 0.85;
}

.zu-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	flex: 0 0 auto;
}

.zu-cookie-banner__btn {
	appearance: none;
	border: 1px solid transparent;
	cursor: pointer;
	font: inherit;
	font-size: 0.95rem;
	line-height: 1.2;
	padding: 0.65rem 1.15rem;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.zu-cookie-banner__btn--primary {
	background: #1b4fd8;
	border-color: #1b4fd8;
	color: #ffffff;
}

.zu-cookie-banner__btn--primary:hover,
.zu-cookie-banner__btn--primary:focus {
	background: #1540b8;
	border-color: #1540b8;
}

.zu-cookie-banner__btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.35);
	color: #f4f4f2;
}

.zu-cookie-banner__btn--ghost:hover,
.zu-cookie-banner__btn--ghost:focus {
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.06);
}

.zu-map__frame--pending,
.zu-map__frame--rejected {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	background: #ebebea;
	border: 1px solid #d9d9d6;
}

.zu-map__notice {
	max-width: 26rem;
	padding: 1.25rem;
	text-align: center;
}

.zu-map__notice p {
	margin: 0 0 0.85rem;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #1a1a1a;
}

.zu-map__consent-btn {
	appearance: none;
	border: 0;
	cursor: pointer;
	font: inherit;
	font-size: 0.95rem;
	padding: 0.6rem 1rem;
	background: #1b4fd8;
	color: #ffffff;
}

.zu-map__consent-btn:hover,
.zu-map__consent-btn:focus {
	background: #1540b8;
}

.zu-cookie-settings-link {
	cursor: pointer;
}

/* iPhone / narrow: keep banner usable without covering most of the hero CTAs */
@media (max-width: 640px) {
	.zu-cookie-banner {
		padding: 0.65rem;
	}

	.zu-cookie-banner__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
		padding: 0.85rem 1rem;
	}

	.zu-cookie-banner__title {
		font-size: 0.95rem;
	}

	.zu-cookie-banner__text {
		font-size: 0.8rem;
		line-height: 1.4;
	}

	.zu-cookie-banner__actions {
		width: 100%;
	}

	.zu-cookie-banner__btn {
		flex: 1 1 auto;
		text-align: center;
		padding: 0.6rem 0.85rem;
		font-size: 0.875rem;
	}
}
