.leonlab-feature-screenshot {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.leonlab-feature-screenshot__bgOverlay {
	position: absolute;
	inset: 0;
	background: #000;
	pointer-events: none;
	z-index: 0;
}

.leonlab-feature-screenshot__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 28px;
	align-items: center;
}

.leonlab-feature-screenshot--left .leonlab-feature-screenshot__inner {
	grid-template-columns: 0.95fr 1.05fr;
}

@media (max-width: 900px) {
	.leonlab-feature-screenshot__inner {
		grid-template-columns: 1fr;
	}
}

.leonlab-feature-screenshot__eyebrow {
	margin: 0 0 10px;
	font-size: 0.85em;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	opacity: 0.8;
}

.leonlab-feature-screenshot__headline {
	margin: 0 0 10px;
	font-size: 2.25em;
	line-height: 1.12;
}

.leonlab-feature-screenshot__text {
	margin: 0 0 16px;
	opacity: 0.92;
	font-size: 1.05em;
	line-height: 1.55;
}

.leonlab-feature-screenshot__bullets {
	margin: 0 0 18px;
	padding-left: 18px;
}

.leonlab-feature-screenshot__bullets li {
	margin: 6px 0;
}

.leonlab-feature-screenshot__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.leonlab-feature-screenshot__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid rgba(0,0,0,0.12);
	font-weight: 600;
}

.leonlab-feature-screenshot__btn--primary {
	background: rgba(0,0,0,0.92);
	color: #fff;
	border-color: rgba(0,0,0,0.92);
}

.leonlab-feature-screenshot__btn--secondary {
	background: rgba(255,255,255,0.65);
	color: inherit;
}

.leonlab-feature-screenshot__media {
	margin: 0;
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	min-height: 260px;
	background: rgba(0,0,0,0.06);
}

.leonlab-feature-screenshot__img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	display: block;
}

.leonlab-feature-screenshot__caption {
	margin: 10px 0 0;
	font-size: 0.9em;
	opacity: 0.75;
}

.leonlab-feature-screenshot--img-shadow .leonlab-feature-screenshot__media {
	box-shadow: 0 22px 60px rgba(0,0,0,0.18);
}

.leonlab-feature-screenshot--img-border .leonlab-feature-screenshot__media {
	border: 1px solid rgba(0,0,0,0.12);
}
