/* =============================================================
   VIP IPTV Club — homepage discount popup
   Extracted from an inline <style> block for proper caching/minification.
   Visuals unchanged.
   ============================================================= */

.offer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .75);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.offer-box {
	background: #111;
	color: #fff;
	max-width: 420px;
	width: 90%;
	padding: 30px;
	border-radius: 16px;
	text-align: center;
	border: 2px solid #d4af37;
	position: relative;
	box-shadow: 0 0 30px rgba(212, 175, 55, .3);
}

.offer-box h2 {
	color: #d4af37;
	margin-bottom: 15px;
}

.offer-text {
	font-size: 18px;
	line-height: 1.6;
}

.offer-note {
	color: #ccc;
	font-size: 14px;
	margin: 20px 0;
}

.offer-button {
	display: inline-block;
	background: #d4af37;
	color: #000;
	padding: 12px 28px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	cursor: pointer;
	color: #fff;
}
