body.aera-lp-page .aera-lp-hero-split-profile {
	background: var(--aera-lp-card-bg);
	border: 1px solid var(--aera-lp-line);
	border-radius: var(--aera-lp-radius);
	overflow: hidden;
	box-shadow: var(--aera-lp-card-shadow);
	color: var(--aera-lp-text);
}

body.aera-lp-page .aera-lp-hero-split-profile__layout {
	display: grid;
	gap: 2rem;
}

@media (min-width: 1024px) {
	body.aera-lp-page .aera-lp-hero-split-profile__layout {
		grid-template-columns: 1fr 1fr;
	}
}

body.aera-lp-page .aera-lp-hero-split-profile__content {
	padding: 1.5rem;
}

body.aera-lp-page .aera-lp-hero-split-profile__heading {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
	margin: 1.1rem 0 0;
}

body.aera-lp-page .aera-lp-hero-split-profile__logo {
	display: block;
	width: auto;
	height: clamp(1.75rem, 3.7vw, 2.8rem);
	max-height: clamp(1.75rem, 3.7vw, 2.8rem);
	max-width: min(44%, 220px);
	object-fit: contain;
	margin: 0;
	opacity: 0.96;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
}

@media (min-width: 768px) {
	body.aera-lp-page .aera-lp-hero-split-profile__content {
		padding: 2.5rem;
	}
}

@media (min-width: 1024px) {
	body.aera-lp-page .aera-lp-hero-split-profile__content {
		padding: 3rem;
	}
}

body.aera-lp-page .aera-lp-hero-split-profile__kicker {
	display: inline-flex;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	background: var(--aera-lp-hero-cta-bg);
	color: var(--aera-lp-hero-cta-text);
	border: 1px solid var(--aera-lp-hero-cta-border);
}

body.aera-lp-page .aera-lp-hero-split-profile__title {
	margin: 0;
	font-size: clamp(1.75rem, 3.7vw, 2.8rem);
	line-height: 1.05;
	font-weight: 600;
	color: var(--aera-lp-text);
	flex: 1 1 auto;
	min-width: 0;
}

@media (max-width: 540px) {
	body.aera-lp-page .aera-lp-hero-split-profile__heading {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
}

body.aera-lp-page .aera-lp-hero-split-profile__subtitle {
	margin: 1rem 0 0;
	font-size: 1.125rem;
	line-height: 1.5;
	color: var(--aera-lp-muted);
}

body.aera-lp-page .aera-lp-hero-split-profile .aera-lp-hero-cta {
	margin-top: 1.5rem;
}

body.aera-lp-page .aera-lp-hero-split-profile__benefits {
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.75rem;
}

body.aera-lp-page .aera-lp-hero-split-profile__benefits li {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	color: var(--aera-lp-text);
}

body.aera-lp-page .aera-lp-hero-split-profile__benefit-dot {
	display: inline-block;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: var(--aera-lp-radius-button);
	margin-top: 0.4rem;
	background: var(--aera-lp-accent);
	flex: 0 0 0.625rem;
}

body.aera-lp-page .aera-lp-hero-split-profile__media {
	position: relative;
	min-height: 360px;
}

@media (min-width: 1024px) {
	body.aera-lp-page .aera-lp-hero-split-profile__media {
		min-height: 100%;
	}
}

body.aera-lp-page .aera-lp-hero-split-profile__hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.aera-lp-page .aera-lp-hero-split-profile__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(140deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3));
}

body.aera-lp-page .aera-lp-hero-split-profile__teaser-image {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	width: 8rem;
	height: 10rem;
	object-fit: cover;
	border-radius: var(--aera-lp-radius-inner);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	body.aera-lp-page .aera-lp-hero-split-profile__teaser-image {
		bottom: 2rem;
		left: 2rem;
		width: 9rem;
		height: 12rem;
	}
}

body.aera-lp-page .aera-lp-hero-split-profile__image-overlay {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	width: 5rem;
	height: 5rem;
	border-radius: var(--aera-lp-radius-button);
	object-fit: cover;
	opacity: 0.85;
}

@media (min-width: 768px) {
	body.aera-lp-page .aera-lp-hero-split-profile__image-overlay {
		bottom: 1.25rem;
		right: 1.25rem;
		width: 6rem;
		height: 6rem;
	}
}
