.eadtran-flash {
	--eadtran-accent: #ffcc00;
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 999999;
	box-sizing: border-box;
	width: min(390px, calc(100vw - 28px));
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 18px;
	background: linear-gradient(145deg, #17253d, #09111f);
	box-shadow: 0 22px 65px rgba(2, 9, 20, .38);
	color: #fff;
	font-family: inherit;
	animation: eadtran-flash-enter .35s ease-out both;
}

.eadtran-flash * { box-sizing: border-box; }

.eadtran-flash__close {
	position: absolute;
	top: 9px;
	right: 11px;
	padding: 3px 8px;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, .72);
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.eadtran-flash__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--eadtran-accent);
	color: #172033;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
}

.eadtran-flash__title,
.eadtran-flash__product,
.eadtran-flash__urgency,
.eadtran-flash__feedback { display: block; }

.eadtran-flash__title {
	padding-right: 18px;
	font-size: 23px;
	line-height: 1.18;
}

.eadtran-flash__product {
	margin-top: 6px;
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
}

.eadtran-flash__urgency {
	margin-top: 18px;
	font-size: 13px;
}

.eadtran-flash__timer {
	margin: 7px 0 17px;
	color: var(--eadtran-accent);
	font-variant-numeric: tabular-nums;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: .055em;
	line-height: 1;
}

#eadtran-flash-offer .eadtran-flash__button {
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 0 !important;
	border-radius: 10px;
	background: var(--eadtran-accent) !important;
	box-shadow: 0 8px 22px rgba(255, 204, 0, .18);
	color: #111827 !important;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .15s ease, filter .15s ease;
}

#eadtran-flash-offer .eadtran-flash__button:hover { background: #ffda3d !important; filter: brightness(1.06); transform: translateY(-1px); }
#eadtran-flash-offer .eadtran-flash__button:disabled { cursor: wait; filter: grayscale(.35); transform: none; }

.eadtran-flash__feedback {
	margin-top: 8px;
	color: #ffb7b7;
	font-size: 12px;
}

.eadtran-flash--expired { padding-right: 40px; }

@keyframes eadtran-flash-enter {
	from { opacity: 0; transform: translateY(18px) scale(.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 600px) {
	.eadtran-flash {
		right: 14px;
		bottom: 14px;
		left: 14px;
		width: auto;
		padding: 20px;
	}
	.eadtran-flash__title { font-size: 20px; }
	.eadtran-flash__timer { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
	.eadtran-flash { animation: none; }
}

.eadtran-flash-inline {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	margin: 13px 0 15px;
	font-family: inherit;
}

.eadtran-flash-inline__badge {
	display: inline-flex;
	align-items: center;
	min-height: 33px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #ffcc00;
	box-shadow: 0 7px 20px rgba(255, 204, 0, .16);
	color: #14213a;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .045em;
	line-height: 1.25;
}

.eadtran-flash-inline__time {
	display: flex;
	align-items: baseline;
	gap: 8px;
	color: rgba(255, 255, 255, .88);
	font-size: 14px;
}

.eadtran-flash-inline__timer {
	color: #ffcc00;
	font-size: 22px;
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	letter-spacing: .035em;
}

.eadtran-hero-lp .eadtran-flash-inline__cta {
	background: #34b16f !important;
	box-shadow: 0 9px 26px rgba(52, 177, 111, .3) !important;
}

.eadtran-hero-lp .eadtran-flash-inline__cta:hover {
	background: #2fc477 !important;
	transform: translateY(-1px);
}

@media (max-width: 600px) {
	.eadtran-flash-inline__badge {
		min-height: 28px;
		padding: 5px 11px;
		white-space: normal;
		font-size: 10px;
	}
	.eadtran-flash-inline__timer { font-size: 20px; }
}
