.dalu-welcome-offer {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.dalu-welcome-offer[hidden] {
	display: none;
}

.dalu-welcome-offer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(58, 56, 51, 0.4);
}

.dalu-welcome-offer__card {
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 48px 40px 36px;
	border-radius: 20px;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 12px 40px rgba(58, 56, 51, 0.14);
	animation: dalu-welcome-offer-in 240ms ease-out;
}

@keyframes dalu-welcome-offer-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dalu-welcome-offer__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #9a9a94;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: color 140ms ease;
}

.dalu-welcome-offer__close:hover,
.dalu-welcome-offer__close:focus {
	color: #4a4a4a;
}

.dalu-welcome-offer__logo {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 22px;
	border-radius: 50%;
	object-fit: contain;
	background: #f8f5f1;
	padding: 6px;
}

.dalu-welcome-offer__eyebrow {
	display: block;
	margin: 0 0 12px;
	color: #6f7f5b;
	font-family: -apple-system, "Segoe UI", Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dalu-welcome-offer__title {
	margin: 0 0 16px;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.25;
	color: #5a6849;
}

.dalu-welcome-offer__text {
	margin: 0 0 28px;
	color: #746f68;
	font-family: -apple-system, "Segoe UI", Arial, sans-serif;
	font-size: 14.5px;
	line-height: 1.6;
}

.dalu-welcome-offer__code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0 0 16px;
	padding: 16px 20px;
	border: 1px solid #dcd8cf;
	border-radius: 12px;
	background: #fbfaf8;
	cursor: pointer;
	transition: border-color 140ms ease, background-color 140ms ease;
}

.dalu-welcome-offer__code:hover,
.dalu-welcome-offer__code:focus {
	border-color: #6f7f5b;
	background: #f8f5f1;
}

.dalu-welcome-offer__code-text {
	font-family: -apple-system, "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #4a4a4a;
}

.dalu-welcome-offer__code-hint {
	font-family: -apple-system, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #6f7f5b;
}

.dalu-welcome-offer__fineprint {
	margin: 0;
	color: #a39d94;
	font-family: -apple-system, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
}
