.hapet-discount-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.hapet-discount-overlay[hidden] {
	display: none;
}

.hapet-discount-box {
	background: #fff;
	max-width: 380px;
	width: 100%;
	border-radius: 16px;
	padding: 32px 24px;
	text-align: center;
	position: relative;
	direction: rtl;
	font-size: 16px;
}

.hapet-discount-close {
	position: absolute;
	top: 8px;
	right: 12px;
	width: 28px;
	height: 28px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #999;
	border-radius: 50%;
	user-select: none;
}

.hapet-discount-close:hover {
	background: #f2f2f2;
	color: #333;
}

.hapet-discount-step h3 {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 700;
	color: #027856;
}

.hapet-discount-step p {
	margin: 0 0 16px;
	color: #555;
}

#hapet-discount-phone {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	direction: ltr;
	text-align: center;
}

.hapet-discount-error {
	color: #e53935;
	font-size: 13px;
	min-height: 18px;
	margin-bottom: 8px;
}

.hapet-discount-step button[type="submit"] {
	width: 100%;
	padding: 12px;
	background: #fe9a28;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.hapet-discount-step button[type="submit"]:disabled {
	opacity: 0.6;
	cursor: default;
}

.hapet-discount-code {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	background: #027856;
	color: #fff;
	padding: 12px;
	border-radius: 8px;
	margin-top: 8px;
	direction: ltr;
}
