/* Welkomstbanner Advertentievrij — één sticky bar, × = weg */

.n112-promo {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	/* Boven Crisp (launcher ~1e6) */
	z-index: 10000001;
	padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
	pointer-events: none;
	font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
	animation: n112-promo-in 0.35s ease-out both;
}

.n112-promo[hidden] {
	display: none !important;
}

@keyframes n112-promo-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.n112-promo__inner {
	position: relative;
	pointer-events: auto;
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 0.85rem 1rem;
	padding: 0.75rem 1rem 0.75rem 2.6rem;
	background: #fff;
	color: #0f1a2b;
	border: 1px solid rgba(49, 87, 156, 0.22);
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(15, 26, 43, 0.16);
}

.n112-promo__copy {
	flex: 1 1 auto;
	min-width: 0;
}

.n112-promo__eyebrow {
	margin: 0 0 0.15rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #31579c;
}

.n112-promo__title {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.015em;
	color: #0f1a2b;
}

.n112-promo__deal {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.25rem 0.45rem;
	margin: 0.35rem 0 0.1rem;
}

.n112-promo__deal-price {
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: #31579c;
}

.n112-promo__deal-label {
	font-size: 0.84rem;
	font-weight: 650;
	color: #1e3a6e;
}

.n112-promo__deal-was {
	font-size: 0.78rem;
	color: #5c6b82;
}

.n112-promo__meta {
	margin: 0.2rem 0 0;
	font-size: 0.78rem;
	line-height: 1.35;
	color: #5c6b82;
}

.n112-promo__meta--soft {
	margin-top: 0.1rem;
	font-size: 0.74rem;
	opacity: 0.85;
}

.n112-promo__actions {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-shrink: 0;
}

.n112-promo__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.95rem;
	border-radius: 999px;
	background: #31579c;
	color: #fff !important;
	font-size: 0.84rem;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 4px 14px rgba(49, 87, 156, 0.25);
	transition: background 0.15s ease;
}

.n112-promo__cta:hover,
.n112-promo__cta:focus-visible {
	background: #1e3a6e;
	color: #fff !important;
}

.n112-promo__dismiss {
	position: absolute;
	top: 0.35rem;
	left: 0.35rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #5c6b82;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}

.n112-promo__dismiss:hover,
.n112-promo__dismiss:focus-visible {
	background: rgba(49, 87, 156, 0.1);
	color: #0f1a2b;
}

@media (max-width: 560px) {
	.n112-promo {
		padding: 0.55rem 0.65rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
	}

	.n112-promo__inner {
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 0.8rem 0.85rem 0.8rem 2.5rem;
	}

	.n112-promo__actions {
		width: 100%;
		justify-content: stretch;
	}

	.n112-promo__cta {
		flex: 1 1 auto;
		width: 100%;
	}

	.n112-promo__title {
		font-size: 0.95rem;
	}
}

body.n112-promo-visible {
	padding-bottom: 7rem;
}

@media (max-width: 560px) {
	body.n112-promo-visible {
		padding-bottom: 8.5rem;
	}
}
