.alllfc-home-banner {
	position: sticky;
	top: 0;
	z-index: 9999;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.45rem 0.85rem;
	padding: 0.7rem 1rem;
	text-decoration: none;
	font-family: "Source Sans 3", system-ui, sans-serif;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(90deg, #8b0a1e, #c8102e 55%, #5a0814);
	box-shadow: 0 8px 20px rgba(15, 20, 25, 0.18);
}

.alllfc-home-banner__brand {
	font-family: Impact, "Arial Narrow", sans-serif;
	letter-spacing: 0.08em;
	opacity: 0.9;
}

.alllfc-home-banner__label {
	text-transform: uppercase;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	opacity: 0.8;
}

.alllfc-home-banner__q {
	font-weight: 600;
}

.alllfc-home-banner__answer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.2rem;
	padding: 0.2rem 0.65rem;
	border-radius: 999px;
	font-family: Impact, "Arial Narrow", sans-serif;
	letter-spacing: 0.04em;
	background: rgba(0, 0, 0, 0.28);
}

.alllfc-home-banner.is-yes .alllfc-home-banner__answer {
	background: #1db954;
	color: #04150a;
	box-shadow: 0 0 16px rgba(29, 185, 84, 0.55);
}

.alllfc-home-banner.is-no .alllfc-home-banner__answer {
	background: #ff3b30;
	color: #1a0404;
	box-shadow: 0 0 16px rgba(255, 59, 48, 0.45);
}

.alllfc-home-banner:hover,
.alllfc-home-banner:focus-visible {
	filter: brightness(1.05);
}
