.baba-share__heading,
.baba-sc__heading,
.baba-bs__heading {
	margin: 0 0 16px;
	color: #1b1030;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.baba-share__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.baba-share__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid #ece7f6;
	border-radius: 10px;
	background: #fff;
	color: #2b2b3a;
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease;
}

.baba-share__item:hover {
	background: #f4f1fb;
	transform: translateY(-1px);
}

.baba-share__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #1b1030;
	font-size: 15px;
}

.baba-share__icon svg { width: 15px; height: 15px; }

.baba-share__label {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

.baba-nl {
	position: relative;
	overflow: hidden;
	padding: 26px 22px;
	border-radius: 18px;
	background-color: #3b2a8c;
	background-size: cover;
	background-position: center;
}

.baba-nl::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(35, 20, 90, .75);
}

.baba-nl__inner {
	position: relative;
	z-index: 1;
}

.baba-nl__heading {
	margin: 0 0 18px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}

.baba-nl__opts {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 18px;
}

.baba-nl__opt {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	cursor: pointer;
}

.baba-nl__input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.baba-nl__box {
	position: relative;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 4px;
	background: transparent;
	transition: background-color .15s ease, border-color .15s ease;
}

.baba-nl__box::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 46%;
	width: 5px;
	height: 9px;
	border: solid transparent;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.baba-nl__input:checked + .baba-nl__box {
	background-color: #fff;
	border-color: #fff;
}

.baba-nl__input:checked + .baba-nl__box::after {
	border-color: #3b2a8c;
}

.baba-nl__input[type="radio"] + .baba-nl__box::after {
	width: 5px;
	height: 9px;
}

.baba-nl__input:focus-visible + .baba-nl__box {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.baba-nl__field {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 4px 4px 4px 18px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 30px;
	background-color: rgba(255, 255, 255, .12);
}

.baba-nl__email {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: 13px;
	padding: 9px 0;
	-webkit-appearance: none;
	        appearance: none;
}

.baba-nl__email::placeholder { color: rgba(255, 255, 255, .75); opacity: 1; }

.baba-nl__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 0;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, .18);
	color: #fff;
	font: inherit;
	font-size: 14px;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
}

.baba-nl__btn:hover { background-color: #fff; color: #3b2a8c; }
.baba-nl__btn svg { width: 1em; height: 1em; }

.baba-nl__consent {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, .8);
	font-size: 11px;
	line-height: 1.45;
}

.baba-sc__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.baba-sc__item {
	position: relative;
	display: flex;
	align-items: center;
	height: 78px;
	padding: 0 14px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #241640;
	background-size: cover;
	background-position: center;
	text-decoration: none;
}

.baba-sc__item::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(15, 8, 35, .35);
	transition: background-color .25s ease;
}

.baba-sc--zoom .baba-sc__item { transition: background-size .35s ease; }
.baba-sc--zoom .baba-sc__item:hover { background-size: 112%; }

.baba-sc__list--center .baba-sc__item { justify-content: center; }
.baba-sc__list--right .baba-sc__item { justify-content: flex-end; }

.baba-sc__label {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 8px 18px;
	border-radius: 18px;
	background: #7c3aed;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 1.2;
}

.baba-bs__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.baba-bs__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 14px 10px 10px;
	border: 1px solid #ece7f6;
	border-radius: 12px;
	background: #fff;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.baba-bs__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(30, 10, 60, .08);
}

.baba-bs__item--right { flex-direction: row-reverse; }

.baba-bs__thumb {
	flex: 0 0 auto;
	width: 86px;
	height: 86px;
	border-radius: 8px;
	overflow: hidden;
	background: #f2eefb;
}

.baba-bs__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.baba-bs__body {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}

.baba-bs__pill {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 14px;
	background-color: #f2eefb;
	color: #7a7a90;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 1.2;
}

.baba-bs__title {
	width: 100%;
	color: #1b1030;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	transition: color .2s ease;
}

.baba-bs__price {
	width: 100%;
	color: #7c3aed;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}

.baba-bs__price del { opacity: .5; font-weight: 500; }

@media (max-width: 767px) {

	.baba-share__heading,
	.baba-sc__heading,
	.baba-bs__heading {
		font-size: 17px;
		margin-bottom: 12px;
	}

	.baba-share__grid { gap: 8px; }

	.baba-share__item { padding: 10px 12px; gap: 8px; }

	.baba-share__label { font-size: 12px; }

	.baba-nl { padding: 20px 16px; border-radius: 16px; }

	.baba-nl__heading { font-size: 17px; margin-bottom: 14px; }

	.baba-nl__opts { gap: 8px; margin-bottom: 14px; }

	.baba-nl__opt { font-size: 10px; letter-spacing: .04em; }

	.baba-nl__box { width: 16px; height: 16px; }

	.baba-nl__field { padding-left: 14px; }

	.baba-nl__email { font-size: 12px; padding: 8px 0; }

	.baba-sc__item { height: 64px; padding: 0 10px; }

	.baba-sc__label {
		padding: 6px 12px;
		font-size: 9px;
		letter-spacing: .05em;
	}

	.baba-bs__item { gap: 10px; padding: 8px 10px 8px 8px; }

	.baba-bs__thumb { width: 70px; height: 70px; }

	.baba-bs__body { gap: 6px; }

	.baba-bs__pill { font-size: 8px; padding: 3px 9px; }

	.baba-bs__title { font-size: 13px; line-height: 1.3; }
}

@media (max-width: 767px) {
	.baba-hide-mobile { display: none !important; }
}

/* ---- Zgody w newsletterze ---- */
.baba-nl__consents {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: 14px;
}

.baba-nl__consentitem {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	color: rgba(255, 255, 255, .85);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
	text-transform: none;
	text-align: left;
}

.baba-nl__consentitem .baba-nl__box {
	margin-top: 1px;
}

.baba-nl__consenttext a {
	color: inherit;
	text-decoration: underline;
}

.baba-nl__req {
	opacity: .75;
}

@media (max-width: 767px) {
	.baba-nl__consentitem { font-size: 10px; }
}

/* Pułapka na roboty — człowiek jej nie widzi, automat wypełnia wszystko,
   co znajdzie. Poza ekranem, a nie `display:none`: ukryte pole część robotów
   pomija. */
.baba-nl__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Komunikat zapisu. Moduł stoi na ciemnym tle, więc barwy inne niż w banerze;
   `min-height` trzyma wysokość, żeby pojawienie się tekstu nie przesuwało
   niczego pod spodem. */
.baba-nl__msg { margin: 10px 0 0; font-size: 13px; line-height: 1.4; min-height: 1.4em; color: #fff; }
.baba-nl__msg.is-ok { color: #b9f6ca; }
.baba-nl__msg.is-err { color: #ffc9c4; }
