/* Single service (Dienstleistung) layout. */
.hcb-service-hero {
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	overflow: hidden;
	min-height: 560px;
	display: flex;
	align-items: flex-start;
}

.hcb-service-hero .dl-hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.hcb-service-hero-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 24px 60px;
	display: flex;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.hcb-service-hero .dl-hero-content {
	flex: 1;
	min-width: 260px;
}

.hcb-service-hero h1 {
	font-family: Georgia, serif;
	font-size: 38px;
	font-weight: 800;
	color: #fff;
	line-height: 1.15;
	margin-bottom: 10px;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.hcb-service-hero .dl-hero-content > p {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	line-height: 1.7;
	max-width: 520px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.hcb-service-cards {
	background: #f7f4ef;
	padding: 56px 0;
}

.hcb-service-cards-head {
	text-align: center;
	margin-bottom: 36px;
}

.hcb-service-cards-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.hcb-service-cards-eyebrow::before,
.hcb-service-cards-eyebrow::after {
	content: '';
	width: 36px;
	height: 2px;
	background: #c8001a;
}

.hcb-service-cards-eyebrow span {
	font-size: 9.5px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #c8001a;
	font-weight: 700;
}

.hcb-service-cards-head h2 {
	font-family: Georgia, serif;
	font-size: 26px;
	color: #08152a;
	margin: 0;
	font-weight: 700;
}

.hcb-service-cards .card p {
	color: #555;
	font-size: 15px;
	line-height: 1.7;
}

.hcb-service-split {
	padding: 44px 0;
}

.hcb-service-blocks {
	background: #fff;
	padding: 72px 0 0;
}

.hcb-split-row {
	display: flex;
	gap: 0;
	align-items: stretch;
	margin-bottom: 0;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 32px rgba(8, 21, 42, 0.1);
}

.hcb-split-row + .hcb-split-row {
	margin-top: 3px;
}

.hcb-split-media {
	flex: 0 0 48%;
	position: relative;
	min-height: 360px;
}

.hcb-split-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(8, 21, 42, 0.18) 0%, transparent 60%);
	pointer-events: none;
}

.hcb-split-row--reverse .hcb-split-media::after {
	background: linear-gradient(240deg, rgba(8, 21, 42, 0.18) 0%, transparent 60%);
}

.hcb-split-body {
	flex: 1;
	padding: 52px 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hcb-split-body--dark {
	background: #08152a;
}

.hcb-split-body--light {
	background: #f7f4ef;
}

.hcb-split-body .sec-label-inline {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.hcb-split-body .sec-label-inline::before {
	content: '';
	width: 32px;
	height: 2px;
	background: #c8001a;
}

.hcb-split-body .sec-label-inline span {
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #c8001a;
	font-weight: 700;
}

.hcb-split-body h2 {
	font-family: Georgia, serif;
	font-size: 28px;
	margin-bottom: 18px;
	line-height: 1.3;
}

.hcb-split-body--dark h2 {
	color: #fff;
}

.hcb-split-body--light h2 {
	color: #08152a;
}

.hcb-split-body .hcb-split-text {
	font-size: 15px;
	line-height: 1.8;
}

.hcb-split-body--dark .hcb-split-text {
	color: rgba(255, 255, 255, 0.75);
}

.hcb-split-body--light .hcb-split-text {
	color: #555;
}

.hcb-split-media .hcb-img-cover {
	min-height: 360px;
}
