/* Öffentliche Inhaltsseiten (Anlage, Betreuung, FAQ) – Glas-UI analog Login */

.cp-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 28rem;
	padding: 6.25rem 0 4rem;
	color: #fff;
	background: #1a211c;
}

.cp-hero::before {
	content: "";
	position: absolute;
	inset: -8%;
	z-index: 0;
	background: url("../img/hero-bg.jpg") center / cover no-repeat;
	transform: scale(1.06);
	animation: hm-hero-ken-burns 32s ease-in-out infinite alternate;
	pointer-events: none;
}

.cp-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 70% 55% at 18% 12%, rgba(74, 111, 82, 0.42), transparent 58%),
		radial-gradient(ellipse 55% 45% at 88% 92%, rgba(24, 32, 26, 0.7), transparent 55%),
		linear-gradient(165deg, rgba(18, 24, 20, 0.42) 0%, rgba(18, 24, 20, 0.7) 100%);
}

.cp-hero > .container {
	position: relative;
	z-index: 3;
}

.cp-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: center;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 1rem;
}

.cp-breadcrumb a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.cp-breadcrumb a:hover {
	color: var(--hm-gold, #d4af6a);
}

.cp-kicker {
	display: inline-block;
	font-family: var(--nav-font, Poppins, sans-serif);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--hm-gold, #d4af6a);
	margin-bottom: 0.65rem;
}

.cp-hero h1 {
	font-family: var(--heading-font, Raleway, sans-serif);
	font-size: clamp(1.85rem, 4.5vw, 2.65rem);
	color: #fff;
	margin-bottom: 0.75rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.cp-hero h1::after {
	content: "";
	display: block;
	width: 3.25rem;
	height: 3px;
	margin: 1rem 0 0;
	border-radius: 99px;
	background: var(--hm-divider, linear-gradient(90deg, transparent, #4a6f52, #d4af6a, #4a6f52, transparent));
}

.cp-lead {
	font-size: 1.08rem;
	max-width: 42rem;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.65;
	margin: 1.1rem 0 1.35rem;
}

.cp-hero-actions,
.be-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

.cp-hero-actions .btn,
.be-hero-actions .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.15rem;
	padding: 0.7rem 1.35rem;
	border-width: 2px;
	border-style: solid;
	box-sizing: border-box;
	font-weight: 700;
	line-height: 1.2;
}

.cp-split {
	display: grid;
	gap: 1.5rem;
	align-items: center;
}

@media (min-width: 768px) {
	.cp-split {
		grid-template-columns: 1.1fr 0.9fr;
	}
}

.cp-split img,
.cp-photo {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 1.35rem;
	box-shadow: var(--hm-glass-shadow);
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.cp-photo--short {
	height: 220px;
	display: block;
	margin-bottom: 1rem;
}

.cp-split img.cp-img-contain {
	height: auto;
	max-height: 420px;
	object-fit: contain;
	background: rgba(255, 252, 248, 0.7);
}

.cp-prose h2 {
	color: var(--hm-brand-dark, #3d5a45);
	font-family: var(--heading-font, Raleway, sans-serif);
	letter-spacing: -0.02em;
}

.cp-prose p {
	line-height: 1.7;
	margin-bottom: 1rem;
	color: color-mix(in srgb, var(--default-color, #3a4038) 92%, transparent);
}

.cp-prose ul {
	padding-left: 1.15rem;
	margin-bottom: 1rem;
	line-height: 1.75;
}

.cp-figure {
	margin: 0;
}

.cp-figure figcaption {
	font-size: 0.85rem;
	color: var(--hm-muted, #5a635c);
	margin-top: 0.5rem;
}

.cp-google-cta {
	background: var(--hm-glass-bg);
	border: 1px solid var(--hm-glass-border);
	border-radius: 1.5rem;
	padding: 1.75rem 1.5rem;
	box-shadow: var(--hm-glass-shadow);
	backdrop-filter: blur(18px) saturate(1.25);
	-webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.cp-google-cta--compact {
	padding: 0;
	border: none;
	box-shadow: none;
	background: transparent;
	backdrop-filter: none;
}

.cp-google-cta__kicker {
	font-family: var(--nav-font, Poppins, sans-serif);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--hm-brand, #4a6f52);
	margin-bottom: 0.35rem;
}

.cp-google-cta__title {
	font-family: var(--heading-font, Raleway, sans-serif);
	font-size: 1.45rem;
	margin-bottom: 0.65rem;
	color: var(--hm-brand-dark, #3d5a45);
}

.cp-google-cta__text {
	margin-bottom: 1.15rem;
	line-height: 1.65;
	color: var(--hm-muted, #5a635c);
}

.cp-google-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.cp-related-card {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	height: 100%;
	padding: 1.25rem 1.3rem;
	border-radius: 1.35rem;
	background: var(--hm-glass-bg);
	border: 1px solid var(--hm-glass-border);
	box-shadow: var(--hm-glass-shadow);
	backdrop-filter: blur(16px) saturate(1.2);
	-webkit-backdrop-filter: blur(16px) saturate(1.2);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cp-related-card:hover {
	border-color: rgba(74, 111, 82, 0.35);
	transform: translateY(-3px);
	color: inherit;
	box-shadow:
		0 0 0 1px rgba(74, 111, 82, 0.1),
		0 16px 36px rgba(12, 18, 14, 0.14);
}

.cp-related-card strong {
	color: var(--hm-brand, #4a6f52);
}

.cp-related-card span {
	font-size: 0.92rem;
	color: var(--hm-muted, #5a635c);
	line-height: 1.5;
}

.cp-related h2 {
	color: var(--hm-brand-dark, #3d5a45);
	font-family: var(--heading-font, Raleway, sans-serif);
}

.cp-faq .accordion-item {
	border: 1px solid var(--hm-glass-border);
	border-radius: 1.1rem !important;
	overflow: hidden;
	margin-bottom: 0.75rem;
	background: var(--hm-glass-bg);
	box-shadow: var(--hm-glass-shadow);
	backdrop-filter: blur(16px) saturate(1.2);
	-webkit-backdrop-filter: blur(16px) saturate(1.2);
}

.cp-faq .accordion-button {
	font-weight: 600;
	color: var(--hm-brand-dark, #3d5a45);
	box-shadow: none;
	background: transparent;
}

.cp-faq .accordion-button:not(.collapsed) {
	background: rgba(238, 243, 239, 0.72);
	color: var(--hm-brand, #4a6f52);
}

.cp-faq .accordion-body {
	line-height: 1.7;
	color: #3a4038;
}

@media (prefers-reduced-motion: reduce) {
	.cp-hero::before {
		animation: none !important;
		transform: none;
		inset: 0;
	}

	.cp-related-card:hover {
		transform: none;
	}
}
