.novamax-topbar {
	--nm-primary: #f94e6b;
	--nm-dark: #1e1d3f;
	--nm-cream: #fff8d9;
	position: relative;
	background: var(--nm-primary);
	color: #fff;
	padding: 26px 64px;
}

.novamax-topbar-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 32px;
}

.novamax-topbar-message {
	font-weight: 800;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

.novamax-topbar-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
}

.novamax-topbar-countdown {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.novamax-topbar-digit {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 12px;
	width: 46px;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 30px;
	font-variant-numeric: tabular-nums;
}
.novamax-topbar-colon {
	font-weight: 800;
	font-size: 30px;
	padding: 0 2px;
}

.novamax-topbar-coupon-group {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	font-size: 19px;
	white-space: nowrap;
}
.novamax-topbar-coupon {
	background: rgba(255, 255, 255, 0.28);
	color: #fff;
	padding: 9px 22px;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: 0.03em;
	font-family: inherit;
	font-size: 19px;
	display: inline-block;
	text-decoration: none;
}
.novamax-topbar-coupon-link {
	cursor: pointer;
	transition: background 0.15s ease, transform 0.12s ease;
}
.novamax-topbar-coupon-link:hover,
.novamax-topbar-coupon-link:focus {
	background: #fff;
	color: var(--nm-primary);
	text-decoration: none;
}
.novamax-topbar-coupon-link:active { transform: scale(0.97); }

.novamax-topbar-button {
	background: var(--nm-dark);
	color: #fff;
	padding: 9px 24px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	transition: background 0.15s ease;
}
.novamax-topbar-button:hover { background: #34325f; color: #fff; }

.novamax-topbar-close {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	outline: none;
	box-shadow: none !important;
	border-radius: 0;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	width: auto;
	height: auto;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
	padding: 4px;
	margin: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.novamax-topbar-close:hover,
.novamax-topbar-close:focus,
.novamax-topbar-close:active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff;
	opacity: 0.75;
}

/* ---------------------------------------------------------------
 * Mobilon a sáv az oldal ALJÁRA rögzül (nem a tetejére), a küldött
 * mockup szerint nagyméretű szöveggel, számjegyekkel és paddinggel.
 * A JS (novamax-topbar.js) gondoskodik róla, hogy a body alján
 * legyen elég hely, hogy a fix sáv ne takarja el a tartalmat.
 * ------------------------------------------------------------- */
@media (max-width: 680px) {
	.novamax-topbar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99999;
		padding: 26px 50px 28px 28px;
		box-shadow: 0 -10px 30px rgba(30, 29, 63, 0.3);
	}
	.novamax-topbar-inner { flex-direction: column; gap: 16px; }
	.novamax-topbar-message { font-size: 19px; text-align: center; }
	.novamax-topbar-meta { flex-direction: column; gap: 14px; }
	.novamax-topbar-close { top: 22px; right: 18px; transform: none; font-size: 28px; }
	.novamax-topbar-digit { width: 40px; height: 50px; font-size: 27px; border-radius: 11px; }
	.novamax-topbar-colon { font-size: 27px; }
	.novamax-topbar-coupon-group { font-size: 18px; }
	.novamax-topbar-coupon { font-size: 18px; padding: 9px 22px; }
}

@media (max-width: 380px) {
	.novamax-topbar-digit { width: 32px; height: 42px; font-size: 22px; }
	.novamax-topbar-colon { font-size: 22px; }
}
