/* Membership offer — lightbox modal */
.d2w-offer-popup {
	position: fixed;
	inset: 0;
	z-index: 2000000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.d2w-offer-popup.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.d2w-offer-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgb(59 18 93 / 24%);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	cursor: pointer;
}

.d2w-offer-popup.is-open .d2w-offer-popup__overlay {
	animation: d2w-offer-overlay-in 0.35s ease forwards;
}

.d2w-offer-popup__dialog {
	position: relative;
	z-index: 2;
	width: 440px;
	max-width: calc(100% - 32px);
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	border-radius: 16px !important;
	background: radial-gradient(circle at top left, rgba(195, 0, 162, 0.79), rgba(0, 0, 128, 0.35), rgba(0, 0, 0, 0.52)) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 20px rgba(195, 0, 162, 1), inset 0 0 10px rgba(255, 255, 255, 0.05);
	color: #fff;
	transform: translateY(20px) scale(0.97);
	opacity: 0;
	overflow: visible;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.d2w-offer-popup__dialog.pum-theme-lightbox {
	top: auto !important;
	left: auto !important;
	position: relative !important;
}

.d2w-offer-popup.is-open .d2w-offer-popup__dialog {
	animation: d2w-offer-dialog-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.d2w-offer-popup__close {
	position: absolute;
	top: -16px;
	right: -16px;
	z-index: 10;
	width: 34px;
	height: 34px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px !important;
	transition: transform 0.2s ease, background 0.2s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.d2w-offer-popup__close:hover {
	transform: scale(1.06);
	background: #111;
}

.d2w-offer-popup__inner {
	padding: 24px 28px 20px;
	overflow: hidden;
	border-radius: 16px;
	min-height: 0 !important;
	max-height: none !important;
}

.d2w-offer-popup__inner.pum-content {
	padding: 24px 28px 20px !important;
	margin: 0 !important;
}

.d2w-offer-popup__pricing {
	text-align: center;
	margin-bottom: 4px;
}

.d2w-offer-popup__eyebrow {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: clamp(16px, 2.8vw, 22px);
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	color: #fff;
}

.d2w-offer-popup__price-wrap {
	margin: 6px 0 0;
	text-align: center;
}

.d2w-offer-popup__price {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: clamp(18px, 3vw, 24px);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #fff !important;
	text-decoration-color: #fff !important;
	-webkit-text-fill-color: #fff;
	opacity: 1;
}

.d2w-offer-popup__headline {
	margin: 0 0 18px;
	font-family: "Inter", sans-serif;
	font-size: clamp(48px, 10vw, 64px);
	font-weight: 800;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.02em;
	color: #fff;
	text-shadow: 0 2px 18px rgba(255, 22, 197, 0.25);
}

.d2w-offer-popup__list {
	margin: 0 0 20px;
	padding: 0 0 0 12px;
	list-style: none;
	display: grid;
	gap: 8px;
}

.d2w-offer-popup__list li {
	position: relative;
	padding-left: 30px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	color: #fff;
}

.d2w-offer-popup__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #22c55e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2 6.4 11 12.5 5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat;
}

.d2w-offer-popup__cta {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 10px;
	padding: 13px 22px;
	border-radius: 999px;
	background: #fff;
	color: #a600a4 !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.d2w-offer-popup__cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
	color: #a600a4 !important;
}

.d2w-offer-popup__footnote {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: rgba(255, 255, 255, 0.92);
}

html.d2w-offer-open,
html.d2w-offer-open body {
	overflow: hidden !important;
	overscroll-behavior: none;
}

@keyframes d2w-offer-overlay-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes d2w-offer-dialog-in {
	from {
		opacity: 0;
		transform: translateY(24px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 767px) {
	.d2w-offer-popup {
		padding: 16px 12px;
		align-items: center;
	}

	.d2w-offer-popup__dialog {
		width: min(calc(100vw - 24px), 440px);
		border-radius: 16px !important;
	}

	.d2w-offer-popup__inner,
	.d2w-offer-popup__inner.pum-content {
		padding: 20px 18px 16px !important;
	}

	.d2w-offer-popup__close {
		top: -14px;
		right: -14px;
		width: 32px;
		height: 32px;
		font-size: 20px;
	}

	.d2w-offer-popup__eyebrow {
		font-size: 15px;
	}

	.d2w-offer-popup__price {
		font-size: 18px;
	}

	.d2w-offer-popup__headline {
		font-size: clamp(44px, 14vw, 56px);
		margin-bottom: 14px;
	}

	.d2w-offer-popup__list {
		gap: 7px;
		margin-bottom: 16px;
		padding-left: 10px;
	}

	.d2w-offer-popup__list li {
		font-size: 13px;
		padding-left: 26px;
		line-height: 1.3;
	}

	.d2w-offer-popup__list li::before {
		width: 16px;
		height: 16px;
		background-size: 10px;
	}

	.d2w-offer-popup__cta {
		max-width: 100%;
		font-size: 13px;
		padding: 12px 18px;
	}

	.d2w-offer-popup__footnote {
		font-size: 12px;
	}
}

@media (max-width: 380px) {
	.d2w-offer-popup__inner,
	.d2w-offer-popup__inner.pum-content {
		padding: 18px 14px 14px !important;
	}

	.d2w-offer-popup__list li {
		font-size: 12px;
		padding-left: 24px;
	}
}
