/**
 * Bannière Liste de naissance (.kw-lnb)
 * Fichier dédié (hors Autoptimize aggregate) : le CSS inline était
 * concaténé en fin d’un bundle AO cassé (accolades déséquilibrées)
 * et n’était plus appliqué → SVG cadeau géant + images non masquées mobile.
 */

.kw-lnb {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	min-height: 150px;
	padding: 10px 26px;
	box-sizing: border-box;
}

.kw-lnb::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2790%27%20height%3D%2790%27%20viewBox%3D%270%200%2090%2090%27%3E%3Cg%20fill%3D%27%23f0c8bb%27%3E%3Cpath%20d%3D%27M18%2022c-2.2-4.4-8.8-4-8.8%201.1%200%203.9%208.8%208.4%208.8%208.4s8.8-4.5%208.8-8.4c0-5.1-6.6-5.5-8.8-1.1z%27%2F%3E%3Cpath%20d%3D%27M66%2058c-1.6-3.2-6.4-2.9-6.4.8%200%202.9%206.4%206.1%206.4%206.1s6.4-3.2%206.4-6.1c0-3.7-4.8-4-6.4-.8z%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-size: 110px;
	opacity: 0.5;
	pointer-events: none;
}

.kw-lnb > * {
	position: relative;
	z-index: 1;
}

.kw-lnb__img {
	flex: 0 0 auto;
	align-self: flex-end;
	display: block;
	height: 150px;
	width: auto;
	max-width: 40vw;
	pointer-events: none;
	user-select: none;
}

.kw-lnb__img--left {
	margin-bottom: -6px;
}

.kw-lnb__img--right {
	margin-bottom: -6px;
}

.kw-lnb__main {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
}

.kw-lnb__head {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: center;
}

.kw-lnb__gift {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	color: var(--kw-accent);
	overflow: hidden;
}

.kw-lnb__gift svg {
	display: block;
	width: 34px;
	height: 34px;
	max-width: 34px;
	max-height: 34px;
}

.kw-lnb__titles {
	display: flex;
	flex-direction: column;
	line-height: 1.18;
}

.kw-lnb__t1 {
	font-weight: 700;
	font-size: clamp(1.05rem, 1.7vw, 1.45rem);
	color: var(--kw-dark);
}

.kw-lnb__t2 {
	font-weight: 700;
	font-size: clamp(1.02rem, 1.6vw, 1.38rem);
	color: var(--kw-accent);
}

.kw-lnb__features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 22px;
	justify-content: center;
	flex-wrap: wrap;
}

.kw-lnb__features li {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 0.88rem;
	line-height: 1.2;
	color: #4a4a5a;
	text-align: left;
}

.kw-lnb__fic {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.kw-lnb__fic svg {
	width: 18px;
	height: 18px;
	max-width: 18px;
	max-height: 18px;
}

.kw-lnb__fic--wa {
	background: #25d366;
}

.kw-lnb__fic--gift {
	background: #f0a21e;
}

.kw-lnb__fic--shield {
	background: #8a6d5b;
}

.kw-lnb__cta {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.kw-lnb__btn {
	display: inline-flex;
	align-items: center;
	gap: 0;
	background: var(--kw-accent);
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	padding: 11px 28px 11px 11px;
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.kw-lnb__btn:hover {
	background: var(--kw-accent-hover);
	transform: translateY(-1px);
	box-shadow: 0 9px 22px rgba(0, 0, 0, 0.24);
	color: #fff !important;
	text-decoration: none;
}

.kw-lnb__btn-ic {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--kw-accent);
	margin-right: 14px;
}

.kw-lnb__btn-ic svg {
	width: 16px;
	height: 16px;
	max-width: 16px;
	max-height: 16px;
}

.kw-lnb__btn-suffix {
	display: none;
}

.kw-lnb__script {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: "Caveat", cursive;
	color: var(--kw-accent);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.05;
}

.kw-lnb__curve {
	width: 26px;
	height: 26px;
	color: var(--kw-accent);
	transform: scaleX(-1);
	flex: 0 0 auto;
}

@media (max-width: 1180px) {
	.kw-lnb__img {
		height: 120px;
	}
}

/* Tablette + téléphone : bandeau compact */
@media (max-width: 980px) {
	.kw-lnb {
		flex-wrap: wrap;
		padding: 7px 14px;
		gap: 6px;
		min-height: 0;
	}

	.kw-lnb__img {
		display: none !important;
	}

	.kw-lnb__features {
		display: none;
	}

	.kw-lnb__script {
		display: none;
	}

	.kw-lnb__main {
		flex: 1 1 100%;
		order: 1;
		gap: 2px;
	}

	.kw-lnb__head {
		gap: 8px;
	}

	.kw-lnb__gift,
	.kw-lnb__gift svg {
		width: 26px !important;
		height: 26px !important;
		max-width: 26px !important;
		max-height: 26px !important;
	}

	.kw-lnb__t1 {
		font-size: 1rem;
	}

	.kw-lnb__t2 {
		font-size: 0.98rem;
	}

	.kw-lnb__cta {
		order: 2;
		flex: 1 1 100%;
		gap: 0;
	}

	.kw-lnb__btn {
		height: 44px;
		max-width: 100%;
		padding: 0 18px 0 8px;
		font-size: 16px;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		box-sizing: border-box;
	}

	.kw-lnb__btn-ic {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.kw-lnb__btn-ic svg {
		width: 15px;
		height: 15px;
	}

	.kw-lnb__btn-txt {
		white-space: nowrap;
	}

	.kw-lnb__btn-suffix {
		display: inline;
	}
}

@media (max-width: 520px) {
	.kw-lnb__btn {
		padding: 0 12px 0 6px;
	}

	.kw-lnb__btn-ic {
		width: 26px;
		height: 26px;
		margin-right: 8px;
	}

	.kw-lnb__btn-ic svg {
		width: 13px;
		height: 13px;
	}
}

@media (max-width: 360px) {
	.kw-lnb__btn {
		height: auto;
		min-height: 44px;
		padding: 6px 12px 6px 6px;
	}

	.kw-lnb__btn-txt {
		white-space: normal;
		line-height: 1.05;
		text-align: left;
	}
}
