/* Solution pages — education, business, government, etc. */

.em-solution-page {
	padding-top: var(--en-header-h, 48px) !important;
	background: #ffffff !important;
}

.em-solution-page .em-pro-hero h1 {
	margin: 0 0 16px !important;
}

/* Hero & split illustrations — full image visible, centered inside a fixed rectangle */
.em-solution-page .em-pro-hero-figure {
	padding: 0 !important;
	min-height: 0;
	height: auto;
	align-self: center;
	overflow: hidden !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	aspect-ratio: 4 / 3;
	background: #eef5ff;
}

.em-solution-page .em-pro-hero-figure img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
}

.em-split-figure {
	margin: 0;
	padding: 0;
	border-radius: 16px;
	overflow: hidden;
	background: #eef5ff;
	border: 1px solid #e2eaf5;
	box-shadow: 0 8px 24px rgba(21, 35, 63, 0.06);
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
}

.em-split-figure img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
}

/* Image + copy split section */
.em-split {
	padding: 48px 0 56px;
}

.em-split-grid {
	width: min(100%, 1080px);
	margin: 0 auto;
	padding: 0 28px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.em-split-copy h2 {
	margin: 0 0 16px !important;
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	color: var(--en-navy) !important;
	line-height: 1.2 !important;
}

.em-split-copy p {
	margin: 0 0 14px !important;
	font-family: "IBM Plex Sans", "Segoe UI", sans-serif !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	line-height: 1.65 !important;
	color: var(--en-body-muted) !important;
}

.em-split-copy p:last-child {
	margin-bottom: 0 !important;
}

body.host_version.en-home-body .em-solution-page h1,
body.host_version.en-home-body .em-solution-page h2,
body.host_version.en-home-body .em-solution-page h3 {
	padding: 0 !important;
}

body.host_version.en-home-body .em-solution-page .em-split-copy h2 {
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif !important;
	font-weight: 700 !important;
	color: var(--en-navy) !important;
}

body.host_version.en-home-body .em-solution-page .em-split-copy p {
	font-family: "IBM Plex Sans", "Segoe UI", sans-serif !important;
	font-weight: 400 !important;
	color: var(--en-body-muted) !important;
}

@media (max-width: 900px) {
	.em-split-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 0 20px;
	}

	.em-split {
		padding: 36px 0 44px;
	}
}

@media (max-width: 575px) {
	.em-split-grid {
		padding-left: 16px;
		padding-right: 16px;
	}
}
