.fluro-engage-popup,
.fluro-engage-bar {
	box-sizing: border-box;
	font-family: inherit;
	letter-spacing: 0;
}

.fluro-engage-popup *,
.fluro-engage-bar * {
	box-sizing: border-box;
}

.fluro-engage-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 22px;
}

.fluro-engage-popup[data-open="true"] {
	display: flex;
}

.fluro-engage-popup--left {
	justify-content: flex-start;
}

.fluro-engage-popup--right,
.fluro-engage-popup--bottom_right {
	justify-content: flex-end;
}

.fluro-engage-popup--bottom_right {
	align-items: flex-end;
}

.fluro-engage-popup__overlay {
	position: absolute;
	inset: 0;
	background: var(--fe-overlay, #000000);
	opacity: var(--fe-overlay-opacity, 0.58);
}

.fluro-engage-popup__dialog {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
	width: min(100%, var(--fe-width, 760px));
	min-width: 0;
	max-height: calc(100vh - 44px);
	overflow: hidden;
	border-radius: 10px;
	background: var(--fe-bg, #ffffff);
	color: var(--fe-text, #101010);
	box-shadow: 0 24px 90px rgba(0, 0, 0, 0.32);
}

.fluro-engage-popup--offer_popup.fluro-engage-popup--no-media .fluro-engage-popup__dialog {
	border-top: 10px solid var(--fe-accent, #d8ff00);
}

.fluro-engage-popup__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	min-width: 0;
	padding: clamp(26px, 3.2vw, 40px);
	align-self: center;
}

.fluro-engage-popup__eyebrow {
	margin: 0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: 0.72;
}

.fluro-engage-popup h2 {
	max-width: 10.5ch;
	margin: 0;
	color: inherit;
	font-size: clamp(24px, 2.45vw, 34px);
	font-weight: 900;
	line-height: 0.98;
}

.fluro-engage-popup__offer {
	max-width: 8.5ch;
	margin: 0;
	color: inherit;
	font-size: clamp(42px, 4.7vw, 64px);
	font-weight: 900;
	line-height: 0.9;
}

.fluro-engage-popup__message {
	max-width: 34ch;
	margin: 0;
	font-size: 15px;
	line-height: 1.38;
	opacity: 0.84;
	overflow-wrap: anywhere;
}

.fluro-engage-popup__message p {
	margin: 0;
}

.fluro-engage-popup__message p + p {
	margin-top: 8px;
}

.fluro-engage-popup__media {
	min-width: 0;
	min-height: 320px;
	background-color: #eeeeee;
	background-position: center;
	background-size: cover;
}

.fluro-engage-popup__close,
.fluro-engage-bar__close {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: 1;
}

.fluro-engage-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
	color: #111111;
	font-size: 28px;
}

.fluro-engage-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	max-width: 100%;
	border-radius: 6px;
	background: var(--fe-accent, #d8ff00);
	color: #101010;
	font-size: 15px;
	font-weight: 850;
	line-height: 1;
	padding: 12px 20px;
	text-decoration: none;
}

.fluro-engage-popup :focus-visible,
.fluro-engage-bar :focus-visible {
	outline: 2px solid var(--fe-accent, #d8ff00);
	outline-offset: 3px;
}

.fluro-engage-popup--offer_popup.fluro-engage-popup--no-media .fluro-engage-popup__dialog,
.fluro-engage-popup--announcement_popup .fluro-engage-popup__dialog {
	grid-template-columns: 1fr;
	width: min(100%, 520px);
}

.fluro-engage-popup--offer_popup.fluro-engage-popup--no-media .fluro-engage-popup__media,
.fluro-engage-popup--announcement_popup .fluro-engage-popup__media {
	display: none;
}

.fluro-engage-popup--offer_popup.fluro-engage-popup--has-media .fluro-engage-popup__dialog,
.fluro-engage-popup--image_split .fluro-engage-popup__dialog {
	grid-template-columns: minmax(300px, 0.95fr) minmax(280px, 1.05fr);
	max-height: min(560px, calc(100vh - 44px));
}

.fluro-engage-popup--offer_popup.fluro-engage-popup--has-media .fluro-engage-popup__media,
.fluro-engage-popup--image_split .fluro-engage-popup__media {
	order: 2;
}

.fluro-engage-popup--offer_popup.fluro-engage-popup--has-media .fluro-engage-popup__content,
.fluro-engage-popup--image_split .fluro-engage-popup__content {
	order: 1;
}

.fluro-engage-popup--image_split .fluro-engage-popup__dialog {
	grid-template-columns: minmax(280px, 1.05fr) minmax(300px, 0.95fr);
}

.fluro-engage-popup--image_split .fluro-engage-popup__media {
	order: 1;
}

.fluro-engage-popup--image_split .fluro-engage-popup__content {
	order: 2;
}

.fluro-engage-popup--announcement_popup .fluro-engage-popup__dialog {
	border: 1px solid rgba(16, 16, 16, 0.12);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.fluro-engage-popup--announcement_popup .fluro-engage-popup__content {
	padding-top: 44px;
	text-align: center;
}

.fluro-engage-popup--announcement_popup .fluro-engage-popup__content::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 12px;
	background: var(--fe-accent, #d8ff00);
}

.fluro-engage-popup--announcement_popup h2 {
	max-width: none;
	margin-right: 0;
	font-size: clamp(26px, 2.7vw, 38px);
	line-height: 1.02;
}

.fluro-engage-popup--announcement_popup .fluro-engage-popup__offer {
	max-width: none;
	font-size: 18px;
	line-height: 1.15;
}

.fluro-engage-popup--announcement_popup .fluro-engage-popup__message {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
}

.fluro-engage-popup--side_in {
	align-items: stretch;
	justify-content: flex-end;
	padding: 0;
}

.fluro-engage-popup--side_in .fluro-engage-popup__dialog {
	width: min(100%, 430px);
	max-height: none;
	min-height: 100vh;
	border-radius: 0;
	grid-template-columns: 1fr;
}

.fluro-engage-popup--side_in .fluro-engage-popup__media {
	min-height: 220px;
	order: -1;
}

.fluro-engage-popup--callback_cta .fluro-engage-popup__dialog {
	grid-template-columns: minmax(0, 1fr);
	width: min(100%, 500px);
	background: #101010;
	color: #ffffff;
}

.fluro-engage-popup--callback_cta .fluro-engage-popup__content {
	padding: clamp(28px, 3.2vw, 40px);
}

.fluro-engage-popup--callback_cta .fluro-engage-popup__content::after {
	content: "Fast reply from the Fluro Clean team";
	display: block;
	margin-top: 18px;
	border-left: 4px solid var(--fe-accent, #d8ff00);
	background: rgba(255, 255, 255, 0.08);
	padding: 12px 14px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.3;
}

.fluro-engage-popup--callback_cta .fluro-engage-popup__media {
	display: none;
}

.fluro-engage-popup--callback_cta .fluro-engage-popup__close {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.fluro-engage-popup--callback_cta .fluro-engage-popup__offer {
	color: var(--fe-accent, #d8ff00);
}

.fluro-engage-bar {
	position: relative;
	z-index: 20;
	background: var(--fe-bg, #ffffff);
	color: var(--fe-text, #101010);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.fluro-engage-bar__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 44px 9px 18px;
	overflow: hidden;
}

.fluro-engage-bar__track {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	max-width: 900px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	white-space: normal;
}

.fluro-engage-bar__message-wrap {
	display: block;
	min-width: 0;
	overflow: hidden;
}

.fluro-engage-bar--ticker .fluro-engage-bar__message {
	animation: fluro-engage-ticker var(--fe-bar-speed, 22s) linear infinite;
}

.fluro-engage-bar--ticker {
	background: #101010;
	color: #ffffff;
}

.fluro-engage-bar__message {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.fluro-engage-bar__message strong {
	flex: 0 1 auto;
	max-width: 100%;
}

.fluro-engage-bar__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 999px;
	background: var(--fe-accent, #d8ff00);
	color: #101010;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	padding: 7px 12px;
	text-decoration: none;
}

.fluro-engage-bar__close {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	opacity: 0.72;
}

body.fluro-engage-popup-open {
	overflow: hidden;
}

@keyframes fluro-engage-ticker {
	from {
		transform: translateX(18%);
	}

	to {
		transform: translateX(-18%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.fluro-engage-bar--ticker .fluro-engage-bar__track {
		animation: none;
	}
}

@media (max-width: 800px) {
	.fluro-engage-popup {
		align-items: flex-end;
		padding: 12px;
	}

	.fluro-engage-popup__dialog,
	.fluro-engage-popup--side_in .fluro-engage-popup__dialog {
		grid-template-columns: 1fr;
		width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
		min-height: 0;
		max-height: min(86vh, 680px);
		border-radius: 8px;
	}

	.fluro-engage-popup__media {
		min-height: 190px;
		order: -1;
	}

	.fluro-engage-popup__offer {
		font-size: 42px;
	}

	.fluro-engage-bar__inner {
		min-height: 0;
		padding: 9px 34px 10px 14px;
	}

	.fluro-engage-bar__track {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		min-width: 0;
		font-size: 13px;
	}

	.fluro-engage-bar__message {
		display: block;
		line-height: 1.18;
	}

	.fluro-engage-bar__link {
		justify-self: center;
		min-height: 30px;
		padding: 8px 14px;
		font-size: 12px;
	}

	.fluro-engage-bar__close {
		right: 8px;
		width: 24px;
		height: 24px;
		font-size: 18px;
	}
}
