/* Mehrfamilienhaustür Bochum – an Haustüren-Seite angelehnt */

body.page-mfh-bochum {
  --bg: #fbfbfd;
  --bg-alt: #f5f5f7;
  --surface: #ffffff;
  --text: #1d1d1f;
  --text-muted: #6e6e73;
  --accent: #0071e3;
  --accent-light: #0077ed;
  --accent-soft: rgba(0, 113, 227, 0.1);
  --border: rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.08);
  --radius-lg: 24px;
  background: var(--bg);
}

body.page-mfh-bochum .site-header {
  background: rgba(251, 251, 253, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

body.page-mfh-bochum .nav-logo em,
body.page-mfh-bochum .footer-brand em {
  font-style: normal;
  color: var(--text-muted);
  font-weight: 400;
}

body.page-mfh-bochum .nav-cta {
  border-radius: 980px;
}

body.page-mfh-bochum .breadcrumb {
  padding-top: calc(var(--nav-h) + 0.75rem);
  font-size: 0.8125rem;
}

body.page-mfh-bochum .page-hero .hero-media img {
  filter: brightness(0.5) saturate(0.95);
}

body.page-mfh-bochum .page-hero .hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 23, 36, 0.4) 0%,
    rgba(15, 23, 36, 0.62) 55%,
    rgba(15, 23, 36, 0.78) 100%
  );
}

body.page-mfh-bochum .page-hero .hero-inner {
  padding-bottom: 4rem;
  text-align: center;
}

body.page-mfh-bochum .page-hero h1 {
  max-width: none;
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

body.page-mfh-bochum .page-hero .hero-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.92);
}

body.page-mfh-bochum .hero-actions {
  justify-content: center;
}

body.page-mfh-bochum .btn {
  border-radius: 980px;
  font-weight: 400;
}

/* Ausstattung: Bild links, Text rechts */
.mfh-spec {
  background: var(--bg-alt);
  padding-top: 4rem;
}

.mfh-spec__split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 3rem;
  align-items: center;
}

.mfh-spec__visual {
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.mfh-spec__visual img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mfh-spec__meta {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.mfh-spec__meta strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.2rem;
}

.mfh-spec__meta-note {
  display: block;
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.mfh-spec__content {
  min-width: 0;
}

.mfh-spec__content .section-label {
  display: block;
  margin-bottom: 0.5rem;
}

.mfh-spec__content .section-title {
  text-align: left;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.75rem;
  max-width: none;
}

.mfh-spec__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.mfh-spec__lead strong {
  color: var(--text);
  font-weight: 600;
}

.mfh-spec__custom {
  font-size: 0.9875rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.mfh-checklist {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.mfh-checklist li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--text);
}

.mfh-checklist li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.mfh-montage-note {
  padding: 1rem 1.15rem;
  background: var(--accent-soft);
  border-radius: 12px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text);
  margin-bottom: 1.5rem;
}

.mfh-montage-note a {
  font-weight: 600;
}

/* SEO-Text */
.mfh-seo .prose-wide {
  max-width: 42rem;
  margin: 0 auto;
}

.mfh-seo .prose-wide p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 1.15rem;
}

.mfh-seo .prose-wide h3 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 2rem 0 1rem;
}

.mfh-benefits {
  list-style: none;
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

.mfh-benefits li {
  padding: 1rem 1.15rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
}

.mfh-benefits strong {
  display: block;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.mfh-range__grid {
  list-style: none;
  margin: 0 auto 1.5rem;
  padding: 0;
  max-width: 48rem;
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .mfh-range__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
  }
}

.mfh-range__grid li {
  font-size: 0.9875rem;
  line-height: 1.5;
  color: var(--text-muted);
  padding-left: 1rem;
  border-left: 3px solid var(--accent-soft);
}

.mfh-range__grid strong {
  display: block;
  color: var(--text);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

.mfh-range__note {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.mfh-range__note a {
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .mfh-spec__split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Premium-Abschnitt unten */
.mfh-premium__visual {
  margin: 0 auto 2.5rem;
  max-width: 48rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background: var(--surface);
}

.mfh-premium__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.mfh-premium__prose {
  max-width: 42rem;
  margin: 0 auto;
}

.mfh-premium__prose p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 1.15rem;
}

.mfh-premium__prose h3 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 2rem 0 0.85rem;
}

.mfh-premium__prose ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  color: var(--text-muted);
}

.mfh-premium__prose li {
  margin-bottom: 0.5rem;
  line-height: 1.65;
}

.mfh-premium__prose li strong {
  color: var(--text);
}

.mfh-premium__cta-text {
  font-size: 1.0625rem;
  color: var(--text) !important;
  margin-top: 1.5rem;
}

.mfh-premium__actions {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
