.ezkeys-choice-lightbox,
.ezkeys-choice-lightbox * {
	box-sizing: border-box;
}

body.ezkeys-choice-lightbox-open {
	overflow: hidden !important;
	overscroll-behavior: none;
}

body.ezkeys-choice-lightbox-open .call-now-button {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.ezkeys-choice-lightbox {
	--ezkeys-lightbox-css-ready: 1;
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: none;
	place-items: center;
	padding: clamp(14px, 3vw, 34px);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ezkeys-choice-lightbox[hidden] {
	display: none !important;
}

.ezkeys-choice-lightbox.is-visible {
	display: grid;
}

.ezkeys-choice-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 18%, rgb(202 29 37 / 25%), transparent 34%),
		linear-gradient(135deg, rgb(4 11 24 / 96%), rgb(12 21 38 / 93%));
	backdrop-filter: blur(11px);
}

.ezkeys-choice-lightbox__panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
	width: min(1060px, 100%);
	max-height: min(780px, calc(100svh - 28px));
	overflow: hidden auto;
	border: 1px solid rgb(255 255 255 / 16%);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 36px 110px rgb(0 0 0 / 58%), 0 0 0 1px rgb(255 255 255 / 8%);
	isolation: isolate;
	animation: ezkeys-choice-enter 460ms cubic-bezier(.16, 1, .3, 1) both;
}

.ezkeys-choice-lightbox__visual {
	position: relative;
	min-height: 590px;
	overflow: hidden;
	background: #101a2c;
}

.ezkeys-choice-lightbox__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 53% center;
	transform: scale(1.015);
}

.ezkeys-choice-lightbox__image-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgb(4 10 20 / 24%) 0%, transparent 35%, rgb(4 10 20 / 82%) 100%),
		linear-gradient(90deg, rgb(4 10 20 / 8%), transparent 50%);
}

.ezkeys-choice-lightbox__brand {
	position: absolute;
	top: 28px;
	left: 28px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 15px 11px 12px;
	border: 1px solid rgb(255 255 255 / 26%);
	border-radius: 14px;
	background: rgb(6 13 25 / 78%);
	box-shadow: 0 9px 28px rgb(0 0 0 / 24%);
	color: #fff;
	line-height: 1;
	backdrop-filter: blur(10px);
}

.ezkeys-choice-lightbox__brand > span:last-child {
	display: grid;
	gap: 3px;
}

.ezkeys-choice-lightbox__brand strong {
	font-size: 1.04rem;
	font-weight: 950;
	letter-spacing: .08em;
}

.ezkeys-choice-lightbox__brand small {
	color: #ffcf52;
	font-size: .63rem;
	font-weight: 850;
	letter-spacing: .28em;
}

.ezkeys-choice-lightbox__key {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	border-radius: 9px;
	background: linear-gradient(135deg, #e62936, #9c101a);
	box-shadow: 0 7px 16px rgb(202 29 37 / 36%);
	color: #fff;
	font-size: .8rem;
}

.ezkeys-choice-lightbox__visual-copy {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	color: #fff;
}

.ezkeys-choice-lightbox__visual-copy p {
	max-width: 430px;
	margin: 16px 0 0;
	font-size: clamp(1.55rem, 3vw, 2.65rem);
	font-weight: 880;
	letter-spacing: -.035em;
	line-height: 1.02;
	text-shadow: 0 3px 22px rgb(0 0 0 / 42%);
}

.ezkeys-choice-lightbox__badge {
	display: inline-flex;
	padding: 8px 11px;
	border-radius: 999px;
	background: #ffcf52;
	box-shadow: 0 8px 22px rgb(0 0 0 / 24%);
	color: #101a2c;
	font-size: .7rem;
	font-weight: 920;
	letter-spacing: .09em;
}

.ezkeys-choice-lightbox__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 5vw, 62px);
	background:
		radial-gradient(circle at 100% 0%, rgb(255 207 82 / 20%), transparent 38%),
		linear-gradient(155deg, #fff 0%, #fff 56%, #f7f8fb 100%);
	color: #101a2c;
}

.ezkeys-choice-lightbox__eyebrow {
	margin: 0 0 12px;
	color: #c51e2a;
	font-size: .76rem;
	font-weight: 920;
	letter-spacing: .14em;
}

.ezkeys-choice-lightbox__content h2 {
	margin: 0;
	color: #101a2c;
	font-size: clamp(2rem, 4vw, 3.45rem);
	font-weight: 930;
	letter-spacing: -.055em;
	line-height: .98;
}

.ezkeys-choice-lightbox__content h2 span {
	display: inline-block;
	color: #c51e2a;
	white-space: nowrap;
}

.ezkeys-choice-lightbox__description {
	margin: 20px 0 0;
	color: #4c586a;
	font-size: 1.02rem;
	font-weight: 560;
	line-height: 1.55;
}

.ezkeys-choice-lightbox__benefits {
	display: grid;
	gap: 9px;
	margin-top: 22px;
	color: #243147;
	font-size: .9rem;
	font-weight: 730;
}

.ezkeys-choice-lightbox__benefits span {
	display: flex;
	align-items: center;
	gap: 9px;
}

.ezkeys-choice-lightbox__benefits b {
	display: inline-grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	background: #e7f6ed;
	color: #14783e;
	font-size: .75rem;
}

.ezkeys-choice-lightbox__actions {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.ezkeys-choice-lightbox__button {
	display: grid;
	min-height: 68px;
	align-content: center;
	padding: 13px 54px 13px 20px;
	border: 2px solid transparent;
	border-radius: 15px;
	box-shadow: 0 12px 26px rgb(15 26 44 / 13%);
	color: #fff !important;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.ezkeys-choice-lightbox__button::after {
	position: absolute;
	right: 21px;
	align-self: center;
	content: "→";
	font-size: 1.35rem;
	font-weight: 800;
}

.ezkeys-choice-lightbox__button {
	position: relative;
}

.ezkeys-choice-lightbox__button span {
	display: block;
	font-size: 1.02rem;
	font-weight: 880;
	line-height: 1.15;
}

.ezkeys-choice-lightbox__button small {
	display: block;
	margin-top: 4px;
	color: inherit;
	font-size: .76rem;
	font-weight: 700;
	opacity: 1;
}

.ezkeys-choice-lightbox__button--primary {
	background: linear-gradient(135deg, #d52632, #a20e18);
	box-shadow: 0 14px 30px rgb(197 30 42 / 27%);
}

.ezkeys-choice-lightbox__button--secondary {
	background: linear-gradient(135deg, #172a48, #0b1424);
}

.ezkeys-choice-lightbox__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 17px 34px rgb(15 26 44 / 22%);
	filter: brightness(1.04);
}

.ezkeys-choice-lightbox__button:focus-visible {
	outline: 3px solid #101a2c;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px #ffcf52, 0 17px 34px rgb(15 26 44 / 22%);
}

@keyframes ezkeys-choice-enter {
	from {
		opacity: 0;
		transform: translateY(20px) scale(.975);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 820px) {
	.ezkeys-choice-lightbox {
		padding: 10px;
	}

	.ezkeys-choice-lightbox__panel {
		grid-template-columns: 1fr;
		width: min(410px, 100%);
		max-height: calc(100svh - 20px);
		border-radius: 20px;
	}

	.ezkeys-choice-lightbox__visual {
		min-height: clamp(135px, 23svh, 185px);
	}

	.ezkeys-choice-lightbox__brand {
		top: 16px;
		left: 16px;
		transform: scale(.88);
		transform-origin: top left;
	}

	.ezkeys-choice-lightbox__visual-copy {
		display: none;
	}

	.ezkeys-choice-lightbox__content {
		padding: 22px 20px 20px;
	}

	.ezkeys-choice-lightbox__content h2 {
		font-size: clamp(1.7rem, 8vw, 2.25rem);
		line-height: 1;
	}

	.ezkeys-choice-lightbox__description {
		margin-top: 11px;
		font-size: .88rem;
		line-height: 1.42;
	}

	.ezkeys-choice-lightbox__benefits {
		display: none;
	}

	.ezkeys-choice-lightbox__actions {
		gap: 10px;
		margin-top: 16px;
	}

	.ezkeys-choice-lightbox__button {
		min-height: 58px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 390px), (max-height: 660px) {
	.ezkeys-choice-lightbox__visual {
		min-height: 155px;
	}

	.ezkeys-choice-lightbox__badge,
	.ezkeys-choice-lightbox__visual-copy p {
		display: none;
	}

	.ezkeys-choice-lightbox__content {
		padding: 21px 18px 18px;
	}

	.ezkeys-choice-lightbox__content h2 {
		font-size: clamp(1.72rem, 8vw, 2.2rem);
	}

	.ezkeys-choice-lightbox__benefits {
		display: none;
	}

	.ezkeys-choice-lightbox__actions {
		margin-top: 17px;
	}
}

@media (max-height: 660px) {
	.ezkeys-choice-lightbox__visual {
		min-height: 118px;
	}

	.ezkeys-choice-lightbox__content {
		padding: 16px 16px 14px;
	}

	.ezkeys-choice-lightbox__eyebrow {
		margin-bottom: 7px;
		font-size: .65rem;
	}

	.ezkeys-choice-lightbox__content h2 {
		font-size: 1.5rem;
		line-height: 1;
	}

	.ezkeys-choice-lightbox__description {
		margin-top: 9px;
		font-size: .82rem;
		line-height: 1.35;
	}

	.ezkeys-choice-lightbox__actions {
		gap: 8px;
		margin-top: 12px;
	}

	.ezkeys-choice-lightbox__button {
		min-height: 55px;
		padding: 8px 44px 8px 16px;
		border-radius: 12px;
	}

	.ezkeys-choice-lightbox__button span {
		font-size: .9rem;
	}

	.ezkeys-choice-lightbox__button small {
		margin-top: 2px;
		font-size: .68rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ezkeys-choice-lightbox__panel {
		animation: none;
	}

	.ezkeys-choice-lightbox__button {
		transition: none;
	}
}
