.pyzen-growth-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pyzen-growth-cta {
	position: fixed;
	z-index: 99980;
	bottom: max(1rem, env(safe-area-inset-bottom));
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.pyzen-growth-cta--bottom-right {
	right: max(1rem, env(safe-area-inset-right));
}

.pyzen-growth-cta--bottom-left {
	left: max(1rem, env(safe-area-inset-left));
}

.pyzen-growth-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 999px;
	color: #ffffff;
	box-shadow: 0 18px 32px rgba(10, 15, 26, 0.22);
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.pyzen-growth-cta__button:hover,
.pyzen-growth-cta__button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 20px 38px rgba(10, 15, 26, 0.28);
	outline: 3px solid rgba(83, 142, 255, 0.35);
	outline-offset: 3px;
}

.pyzen-growth-cta__button svg {
	width: 1.35rem;
	height: 1.35rem;
	fill: currentColor;
}

.pyzen-growth-cta__button--whatsapp {
	background: #1f9d55;
}

.pyzen-growth-cta__button--phone {
	background: #1467cf;
}

.pyzen-growth-cta__button--email {
	background: #0a0f1a;
}

.pyzen-growth-popup,
.pyzen-growth-consent {
	position: fixed;
	z-index: 99990;
	inset: auto 1rem 1rem auto;
	max-width: min(26rem, calc(100vw - 2rem));
	font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pyzen-growth-popup[hidden],
.pyzen-growth-consent[hidden] {
	display: none;
}

.pyzen-growth-popup__panel,
.pyzen-growth-consent__content {
	background: #ffffff;
	color: #1e293b;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(10, 15, 26, 0.26);
}

.pyzen-growth-popup__panel {
	position: relative;
	padding: 1.35rem;
}

.pyzen-growth-popup__close {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 999px;
	background: #f4f6fb;
	color: #0a0f1a;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.pyzen-growth-popup__close:focus-visible,
.pyzen-growth-popup__secondary:focus-visible,
.pyzen-growth-popup__primary:focus-visible,
.pyzen-growth-consent button:focus-visible {
	outline: 3px solid rgba(20, 103, 207, 0.32);
	outline-offset: 2px;
}

.pyzen-growth-popup__eyebrow {
	margin: 0 2.2rem 0.55rem 0;
	color: #1467cf;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pyzen-growth-popup__title {
	margin: 0;
	padding-right: 1.9rem;
	color: #0a0f1a;
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.pyzen-growth-popup__body {
	margin: 0.65rem 0 1rem;
	color: #4a5568;
	font-size: 0.94rem;
	line-height: 1.55;
}

.pyzen-growth-popup__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

.pyzen-growth-popup__primary,
.pyzen-growth-popup__secondary,
.pyzen-growth-consent button {
	min-height: 2.6rem;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.pyzen-growth-popup__primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.72rem 1.05rem;
	background: #1467cf;
	color: #ffffff;
	border: 1px solid #1467cf;
}

.pyzen-growth-popup__secondary {
	padding: 0.72rem 1rem;
	background: #ffffff;
	color: #1e293b;
	border: 1px solid #e2e8f0;
}

.pyzen-growth-consent {
	z-index: 99995;
	left: 1rem;
	right: auto;
}

.pyzen-growth-consent__content {
	padding: 1rem;
}

.pyzen-growth-consent__title {
	margin: 0;
	color: #0a0f1a;
	font-size: 0.98rem;
	font-weight: 800;
}

.pyzen-growth-consent__text {
	margin: 0.45rem 0 0.75rem;
	font-size: 0.84rem;
	line-height: 1.5;
	color: #4a5568;
}

.pyzen-growth-consent__prefs {
	display: grid;
	gap: 0.45rem;
	margin: 0 0 0.8rem;
	font-size: 0.84rem;
}

.pyzen-growth-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pyzen-growth-consent button {
	padding: 0.6rem 0.85rem;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	color: #1e293b;
}

.pyzen-growth-consent button[data-consent-accept] {
	background: #1467cf;
	border-color: #1467cf;
	color: #ffffff;
}

@media (max-width: 640px) {
	.pyzen-growth-cta {
		bottom: max(0.75rem, env(safe-area-inset-bottom));
		gap: 0.5rem;
	}

	.pyzen-growth-cta__button {
		width: 3rem;
		height: 3rem;
	}

	.pyzen-growth-popup,
	.pyzen-growth-consent {
		inset: auto 0.75rem 0.75rem 0.75rem;
		max-width: none;
	}

	.pyzen-growth-popup__panel,
	.pyzen-growth-consent__content {
		padding: 1rem;
	}

	.pyzen-growth-popup__title {
		font-size: 1.05rem;
	}

	.pyzen-growth-popup__actions,
	.pyzen-growth-consent__actions {
		display: grid;
		grid-template-columns: 1fr;
	}
}
