/*
 * Landingpage Beethovenstraße 14, Leipzig — FN Real Estate
 * Übernimmt den Kundenentwurf 1:1, gescoped unter .bhs-lp und mit
 * bhs-Präfix, damit nichts mit dem uphome/Astroon-Theme kollidiert.
 * Quelle: beethovenstrasse14-landingpage/styles.css (Stand 31.08.2026)
 */

/* ===== Theme-Elemente auf dieser Page ausblenden ===== */
body.page-template-page-beethoven #rn-preloader-wrap,
body.page-template-page-beethoven .top_nav,
body.page-template-page-beethoven .top_menu,
body.page-template-page-beethoven .sticky_menu,
body.page-template-page-beethoven header.astroon_header,
body.page-template-page-beethoven footer.astroon_footer { display: none !important; }

/* Theme-Wrapper neutralisieren: die Landingpage bringt eigene Breiten mit */
body.page-template-page-beethoven #content,
body.page-template-page-beethoven .site-content,
body.page-template-page-beethoven .content-area,
body.page-template-page-beethoven .entry-content,
body.page-template-page-beethoven .page-content {
    max-width: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ankersprünge: Platz für einen ggf. eingeblendeten Theme-Header lassen */
html:has(body.page-template-page-beethoven) {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

/* ===== Design-Tokens + Scope-Reset ===== */
body.page-template-page-beethoven .bhs-lp {
    --ink: #0b1b26;
    --ink-2: #213542;
    --navy: #06263a;
    --navy-2: #0a344e;
    --blue: #009fc9;
    --blue-bright: #1fc6eb;
    --blue-soft: #dff6fb;
    --paper: #f5f8fa;
    --paper-2: #edf3f6;
    --white: #ffffff;
    --muted: #647783;
    --line: #dbe5ea;
    --positive: #0e8a68;
    --negative: #b2523e;
    --shadow-sm: 0 12px 30px rgba(6, 38, 58, 0.08);
    --shadow-md: 0 24px 60px rgba(6, 38, 58, 0.14);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
    --container: 1180px;
    --header-height: 82px;
    color: var(--ink) !important;
    background: var(--paper) !important;
    font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.page-template-page-beethoven .bhs-lp *,
body.page-template-page-beethoven .bhs-lp *::before,
body.page-template-page-beethoven .bhs-lp *::after { box-sizing: border-box; }

/* Element-Grundstile: bewusst über :where() (Spezifität 0), damit sie das
   Astroon-Theme überschreiben, aber jede Regel des Entwurfs sie schlägt.
   Werte entsprechen dem Browser-Standard bzw. dem Original-styles.css. */
body.page-template-page-beethoven .bhs-lp :where(p, blockquote, figure, pre) { margin: 1em 0; }
body.page-template-page-beethoven .bhs-lp :where(p, li, dt, dd, span, small, strong, b, em, figcaption, label, td, th, legend) { color: inherit; }
body.page-template-page-beethoven .bhs-lp :where(ul, ol) { margin: 1em 0; padding: 0 0 0 40px; }
body.page-template-page-beethoven .bhs-lp :where(ul) { list-style: disc; }
body.page-template-page-beethoven .bhs-lp :where(ol) { list-style: decimal; }
body.page-template-page-beethoven .bhs-lp :where(li) { margin: 0; padding: 0; }
body.page-template-page-beethoven .bhs-lp :where(dl) { margin: 1em 0; }
body.page-template-page-beethoven .bhs-lp :where(dd) { margin: 0 0 0 40px; }
body.page-template-page-beethoven .bhs-lp :where(dt) { margin: 0; }
body.page-template-page-beethoven .bhs-lp :where(h1) { font-size: 2em; margin: .67em 0; }
body.page-template-page-beethoven .bhs-lp :where(h2) { font-size: 1.5em; margin: .83em 0; }
body.page-template-page-beethoven .bhs-lp :where(h3) { font-size: 1.17em; margin: 1em 0; }
body.page-template-page-beethoven .bhs-lp :where(h4) { font-size: 1em; margin: 1.33em 0; }
body.page-template-page-beethoven .bhs-lp :where(h5) { font-size: .83em; margin: 1.67em 0; }
body.page-template-page-beethoven .bhs-lp :where(h6) { font-size: .67em; margin: 2.33em 0; }
body.page-template-page-beethoven .bhs-lp :where(h1, h2, h3, h4, h5, h6) {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    text-shadow: none;
}
body.page-template-page-beethoven .bhs-lp :where(fieldset) { margin: 0 2px; padding: .35em .75em .625em; border: 2px groove ThreeDFace; }
body.page-template-page-beethoven .bhs-lp :where(legend) { margin: 0; padding: 0 2px; }
body.page-template-page-beethoven .bhs-lp :where(table) { margin: 0; border-collapse: separate; border-spacing: 2px; }
body.page-template-page-beethoven .bhs-lp :where(th, td) { padding: 1px; }
body.page-template-page-beethoven .bhs-lp :where(button) {
    margin: 0;
    padding: 1px 6px;
    border: 1px solid ButtonBorder;
    border-radius: 0;
    background-color: ButtonFace;
    text-transform: none;
    letter-spacing: normal;
    box-shadow: none;
    text-align: center;
    cursor: auto;
}
body.page-template-page-beethoven .bhs-lp :where(input, select, textarea) { margin: 0; text-transform: none; letter-spacing: normal; }

/* Übernommen aus styles.css des Entwurfs (Zeilen 37-42) */
body.page-template-page-beethoven .bhs-lp :where(img) { display: block; max-width: 100%; }
body.page-template-page-beethoven .bhs-lp :where(a) { color: inherit; }
body.page-template-page-beethoven .bhs-lp :where(button, input, select, textarea) { font: inherit; }
body.page-template-page-beethoven .bhs-lp :where(button) { color: inherit; }
body.page-template-page-beethoven .bhs-lp :where(svg) {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.page-template-page-beethoven .bhs-lp :where(h1, h2, h3) {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    /* Nur wirklich lange Wörter trennen (ab 12 Zeichen, 6 davor, 4 danach) —
       sonst zerlegt der Browser auch „Da-nach" oder „Sep-tember". */
    -webkit-hyphenate-limit-before: 6;
    -webkit-hyphenate-limit-after: 4;
    hyphenate-limit-chars: 12 6 4;
}

body.page-template-page-beethoven.bhs-modal-open { overflow: hidden; }

body.page-template-page-beethoven .bhs-skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 9999;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}
body.page-template-page-beethoven .bhs-skip-link:focus { transform: translateY(0); }
body.page-template-page-beethoven .bhs-container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
body.page-template-page-beethoven .bhs-section { padding: 112px 0; }
body.page-template-page-beethoven .bhs-section-dark { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
body.page-template-page-beethoven .bhs-section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
body.page-template-page-beethoven .bhs-section-dark > .bhs-container { position: relative; z-index: 1; }
body.page-template-page-beethoven .bhs-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(219,229,234,.8);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, height .25s ease;
}
body.page-template-page-beethoven .bhs-site-header.bhs-is-scrolled { box-shadow: 0 12px 40px rgba(6,38,58,.1); }
body.page-template-page-beethoven .bhs-header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
body.page-template-page-beethoven .bhs-brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
body.page-template-page-beethoven .bhs-brand img { width: 190px; height: auto; }
body.page-template-page-beethoven .bhs-desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
body.page-template-page-beethoven .bhs-desktop-nav a {
  text-decoration: none;
  color: var(--ink-2);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .01em;
  position: relative;
}
body.page-template-page-beethoven .bhs-desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--blue);
  transition: right .2s ease;
}
body.page-template-page-beethoven .bhs-desktop-nav a:hover::after,
body.page-template-page-beethoven .bhs-desktop-nav a:focus-visible::after { right: 0; }
body.page-template-page-beethoven .bhs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 15px 22px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
body.page-template-page-beethoven .bhs-button:hover { transform: translateY(-2px); }
body.page-template-page-beethoven .bhs-button:focus-visible,
body.page-template-page-beethoven .bhs-preset:focus-visible,
body.page-template-page-beethoven .bhs-gallery-item:focus-visible,
body.page-template-page-beethoven .bhs-lightbox-trigger:focus-visible,
body.page-template-page-beethoven .bhs-footer-links button:focus-visible,
body.page-template-page-beethoven .bhs-modal-close:focus-visible,
body.page-template-page-beethoven .bhs-lightbox-close:focus-visible {
  outline: 3px solid rgba(31,198,235,.55);
  outline-offset: 3px;
}
body.page-template-page-beethoven .bhs-button svg { width: 20px; height: 20px; }
body.page-template-page-beethoven .bhs-button-primary { background: var(--blue); color: var(--white); box-shadow: 0 14px 30px rgba(0,159,201,.24); }
body.page-template-page-beethoven .bhs-button-primary:hover { background: #008cb3; box-shadow: 0 18px 38px rgba(0,159,201,.3); }
body.page-template-page-beethoven .bhs-button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.07); }
body.page-template-page-beethoven .bhs-button-ghost:hover { background: rgba(255,255,255,.13); }
body.page-template-page-beethoven .bhs-button-small { padding: 11px 17px; font-size: .88rem; }
body.page-template-page-beethoven .bhs-button-full { width: 100%; }
body.page-template-page-beethoven .bhs-hero {
  position: relative;
  min-height: 820px;
  padding: calc(var(--header-height) + 74px) 0 88px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 22%, rgba(31,198,235,.12), transparent 28%),
    linear-gradient(145deg, #041c2c 0%, #062d44 62%, #082438 100%);
}
body.page-template-page-beethoven .bhs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 74%);
}
body.page-template-page-beethoven .bhs-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
body.page-template-page-beethoven .bhs-hero-copy { max-width: 680px; }
body.page-template-page-beethoven .bhs-eyebrow {
  margin: 0 0 18px;
  color: var(--blue-bright);
  font-size: .77rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
body.page-template-page-beethoven .bhs-eyebrow-dark { color: #007fa4; }
body.page-template-page-beethoven .bhs-hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.65rem, 5vw, 5.15rem);
  line-height: 1.01;
  letter-spacing: -.055em;
  font-weight: 850;
}
body.page-template-page-beethoven .bhs-hero-lead { margin: 28px 0 0; max-width: 650px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.62; }
body.page-template-page-beethoven .bhs-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
body.page-template-page-beethoven .bhs-hero-proof { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px 24px; color: rgba(255,255,255,.64); font-size: .86rem; }
body.page-template-page-beethoven .bhs-hero-proof span { position: relative; }
body.page-template-page-beethoven .bhs-hero-proof span:not(:last-child)::after { content: ""; width: 3px; height: 3px; border-radius: 50%; background: var(--blue-bright); position: absolute; right: -14px; top: .72em; }
body.page-template-page-beethoven .bhs-hero-proof strong { color: var(--white); }
body.page-template-page-beethoven .bhs-hero-visual {
  position: relative;
  width: min(100%, 505px);
  justify-self: end;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
  transform: rotate(1deg);
}
body.page-template-page-beethoven .bhs-hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; pointer-events: none; }
body.page-template-page-beethoven .bhs-hero-visual img { width: 100%; aspect-ratio: .95; object-fit: cover; }
body.page-template-page-beethoven .bhs-hero-image-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,17,27,.78), transparent 45%); }
body.page-template-page-beethoven .bhs-hero-image-badge {
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 16px 18px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  display: grid;
  line-height: 1.2;
}
body.page-template-page-beethoven .bhs-hero-image-badge span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 800; }
body.page-template-page-beethoven .bhs-hero-image-badge strong { margin-top: 4px; font-size: 1.4rem; letter-spacing: -.03em; }
body.page-template-page-beethoven .bhs-hero-image-badge small { margin-top: 3px; color: var(--muted); }
body.page-template-page-beethoven .bhs-hero-image-location {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .86rem;
  font-weight: 700;
}
body.page-template-page-beethoven .bhs-hero-image-location svg { width: 20px; height: 20px; color: var(--blue-bright); flex: 0 0 auto; }
body.page-template-page-beethoven .bhs-hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
body.page-template-page-beethoven .bhs-hero-orb-one { width: 360px; height: 360px; right: -150px; top: 110px; background: rgba(0,159,201,.16); }
body.page-template-page-beethoven .bhs-hero-orb-two { width: 240px; height: 240px; left: -130px; bottom: 30px; background: rgba(31,198,235,.1); }
body.page-template-page-beethoven .bhs-facts { position: relative; z-index: 5; margin-top: -38px; }
body.page-template-page-beethoven .bhs-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
body.page-template-page-beethoven .bhs-fact-card {
  padding: 24px;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid rgba(219,229,234,.8);
  box-shadow: var(--shadow-sm);
  display: grid;
}
body.page-template-page-beethoven .bhs-fact-kicker { color: var(--muted); font-size: .74rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
body.page-template-page-beethoven .bhs-fact-card strong { margin-top: 5px; font-size: 1.48rem; letter-spacing: -.035em; }
body.page-template-page-beethoven .bhs-fact-card small { margin-top: 4px; color: var(--muted); line-height: 1.4; }
body.page-template-page-beethoven .bhs-section-intro { padding-top: 120px; }
body.page-template-page-beethoven .bhs-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
body.page-template-page-beethoven .bhs-section-heading h2,
body.page-template-page-beethoven .bhs-location-copy h2,
body.page-template-page-beethoven .bhs-contact-copy h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.09;
  letter-spacing: -.045em;
}
body.page-template-page-beethoven .bhs-section-heading > p:last-child { margin-top: 22px; max-width: 770px; color: var(--muted); font-size: 1.05rem; }
body.page-template-page-beethoven .bhs-section-heading-wide { max-width: 920px; }
body.page-template-page-beethoven .bhs-intro-copy { color: var(--ink-2); font-size: 1.08rem; }
body.page-template-page-beethoven .bhs-intro-copy p { margin: 0 0 18px; }
body.page-template-page-beethoven .bhs-highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 64px; }
body.page-template-page-beethoven .bhs-highlight-card { padding: 30px 27px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 14px 34px rgba(6,38,58,.05); }
body.page-template-page-beethoven .bhs-icon-wrap { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #007fa4; background: var(--blue-soft); }
body.page-template-page-beethoven .bhs-icon-wrap svg { width: 26px; height: 26px; }
body.page-template-page-beethoven .bhs-highlight-card h3 { margin: 24px 0 10px; font-size: 1.12rem; line-height: 1.25; }
body.page-template-page-beethoven .bhs-highlight-card p { margin: 0; color: var(--muted); font-size: .93rem; }
body.page-template-page-beethoven .bhs-section-dark .bhs-section-heading > p:last-child { color: rgba(255,255,255,.66); }
body.page-template-page-beethoven .bhs-scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
body.page-template-page-beethoven .bhs-scenario-card {
  padding: 28px;
  min-height: 340px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
  display: flex;
  flex-direction: column;
}
body.page-template-page-beethoven .bhs-scenario-card-accent { background: linear-gradient(145deg, rgba(0,159,201,.55), rgba(31,198,235,.18)); border-color: rgba(31,198,235,.42); }
body.page-template-page-beethoven .bhs-scenario-label { align-self: flex-start; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.09); color: rgba(255,255,255,.78); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 850; }
body.page-template-page-beethoven .bhs-scenario-card h3 { margin: 22px 0 2px; font-size: 1.08rem; }
body.page-template-page-beethoven .bhs-scenario-number { font-size: 2.75rem; line-height: 1.1; letter-spacing: -.05em; color: var(--blue-bright); }
body.page-template-page-beethoven .bhs-scenario-card-accent .bhs-scenario-number { color: var(--white); }
body.page-template-page-beethoven .bhs-scenario-card p { margin: 18px 0 24px; color: rgba(255,255,255,.67); font-size: .92rem; }
body.page-template-page-beethoven .bhs-scenario-card dl { margin: auto 0 0; display: grid; gap: 7px; }
body.page-template-page-beethoven .bhs-scenario-card dl div { display: flex; justify-content: space-between; gap: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.1); }
body.page-template-page-beethoven .bhs-scenario-card dt { color: rgba(255,255,255,.5); }
body.page-template-page-beethoven .bhs-scenario-card dd { margin: 0; font-weight: 800; }
body.page-template-page-beethoven .bhs-calculation-note { display: flex; gap: 14px; align-items: flex-start; margin: 20px 0 0; padding: 18px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; color: rgba(255,255,255,.65); font-size: .84rem; }
body.page-template-page-beethoven .bhs-calculation-note svg { width: 21px; height: 21px; flex: 0 0 auto; color: var(--blue-bright); margin-top: 2px; }
body.page-template-page-beethoven .bhs-calculation-note p { margin: 0; }
body.page-template-page-beethoven .bhs-calculator-shell { margin-top: 64px; padding: 34px; background: var(--white); color: var(--ink); border-radius: var(--radius-lg); box-shadow: 0 40px 100px rgba(0,0,0,.22); }
body.page-template-page-beethoven .bhs-calculator-head { display: flex; justify-content: space-between; gap: 34px; align-items: flex-end; padding: 4px 4px 28px; border-bottom: 1px solid var(--line); }
body.page-template-page-beethoven .bhs-calculator-head h3 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: -.04em; line-height: 1.12; }
body.page-template-page-beethoven .bhs-calculator-head p { margin: 10px 0 0; max-width: 650px; color: var(--muted); }
body.page-template-page-beethoven .bhs-preset-buttons { flex: 0 0 auto; display: flex; gap: 7px; padding: 6px; border-radius: 999px; background: var(--paper-2); }
body.page-template-page-beethoven .bhs-preset { border: 0; border-radius: 999px; padding: 9px 13px; background: transparent; font-size: .76rem; font-weight: 850; cursor: pointer; }
body.page-template-page-beethoven .bhs-preset.bhs-is-active { color: var(--white); background: var(--navy); }
body.page-template-page-beethoven .bhs-calculator-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; margin-top: 30px; }
body.page-template-page-beethoven .bhs-calculator-inputs { min-width: 0; }
body.page-template-page-beethoven .bhs-calculator-inputs fieldset { margin: 0 0 22px; padding: 0; border: 0; }
body.page-template-page-beethoven .bhs-calculator-inputs legend { width: 100%; padding: 0 0 11px; margin-bottom: 14px; color: var(--ink); font-weight: 850; border-bottom: 1px solid var(--line); }
body.page-template-page-beethoven .bhs-input-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
body.page-template-page-beethoven .bhs-input-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.page-template-page-beethoven .bhs-calculator-inputs label { display: grid; gap: 7px; color: var(--muted); font-size: .78rem; font-weight: 750; }
body.page-template-page-beethoven .bhs-input-with-unit { display: flex; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 11px; overflow: hidden; transition: border .2s ease, box-shadow .2s ease; }
body.page-template-page-beethoven .bhs-input-with-unit:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,159,201,.1); }
body.page-template-page-beethoven .bhs-input-with-unit input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); padding: 11px 8px 11px 12px; font-weight: 800; font-variant-numeric: tabular-nums; }
body.page-template-page-beethoven .bhs-input-with-unit em { padding: 0 12px 0 6px; color: var(--muted); font-style: normal; font-weight: 750; }
body.page-template-page-beethoven .bhs-microcopy { margin: 8px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
body.page-template-page-beethoven .bhs-result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
body.page-template-page-beethoven .bhs-result-card { min-height: 126px; padding: 18px; border-radius: 16px; background: var(--paper); border: 1px solid var(--line); display: grid; align-content: center; }
body.page-template-page-beethoven .bhs-result-card-primary { background: var(--navy); color: var(--white); border-color: transparent; }
body.page-template-page-beethoven .bhs-result-card span { font-size: .72rem; color: var(--muted); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
body.page-template-page-beethoven .bhs-result-card-primary span { color: rgba(255,255,255,.56); }
body.page-template-page-beethoven .bhs-result-card strong { margin-top: 5px; font-size: 1.47rem; line-height: 1.15; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
body.page-template-page-beethoven .bhs-result-card small { margin-top: 5px; color: var(--muted); line-height: 1.35; }
body.page-template-page-beethoven .bhs-result-card-primary small { color: rgba(255,255,255,.58); }
body.page-template-page-beethoven .bhs-sensitivity-wrap { margin-top: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; }
body.page-template-page-beethoven .bhs-sensitivity-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
body.page-template-page-beethoven .bhs-sensitivity-head h4 { margin: 0; font-size: 1rem; }
body.page-template-page-beethoven .bhs-sensitivity-head p { margin: 3px 0 0; color: var(--muted); font-size: .79rem; }
body.page-template-page-beethoven .bhs-legend { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .74rem; white-space: nowrap; }
body.page-template-page-beethoven .bhs-legend i { width: 10px; height: 10px; border-radius: 3px; background: rgba(14,138,104,.16); border: 1px solid rgba(14,138,104,.32); }
body.page-template-page-beethoven .bhs-table-scroll { overflow-x: auto; margin-top: 14px; }
body.page-template-page-beethoven .bhs-sensitivity-table { width: 100%; min-width: 500px; border-collapse: separate; border-spacing: 4px; font-size: .76rem; font-variant-numeric: tabular-nums; }
body.page-template-page-beethoven .bhs-sensitivity-table th,
body.page-template-page-beethoven .bhs-sensitivity-table td { padding: 9px 8px; text-align: center; border-radius: 7px; }
body.page-template-page-beethoven .bhs-sensitivity-table thead th { color: var(--muted); font-weight: 850; }
body.page-template-page-beethoven .bhs-sensitivity-table tbody th { text-align: left; color: var(--ink); background: var(--paper); }
body.page-template-page-beethoven .bhs-sensitivity-table td { background: var(--paper); color: var(--ink-2); }
body.page-template-page-beethoven .bhs-sensitivity-table td.bhs-above-price { background: rgba(14,138,104,.12); color: #066b50; font-weight: 850; }
body.page-template-page-beethoven .bhs-unit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 58px; }
body.page-template-page-beethoven .bhs-unit-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
body.page-template-page-beethoven .bhs-unit-image { position: relative; min-height: 520px; background: #e9eef1; display: grid; place-items: center; cursor: zoom-in; overflow: hidden; }
body.page-template-page-beethoven .bhs-unit-image img { width: 100%; height: 100%; max-height: 560px; object-fit: contain; padding: 24px; transition: transform .35s ease; }
body.page-template-page-beethoven .bhs-unit-image:hover img { transform: scale(1.025); }
body.page-template-page-beethoven .bhs-zoom-hint { position: absolute; right: 16px; bottom: 16px; padding: 8px 11px; border-radius: 999px; background: rgba(6,38,58,.84); color: var(--white); font-size: .72rem; font-weight: 800; backdrop-filter: blur(8px); }
body.page-template-page-beethoven .bhs-unit-copy { padding: 28px; }
body.page-template-page-beethoven .bhs-unit-title { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
body.page-template-page-beethoven .bhs-unit-title span { font-weight: 900; color: #007fa4; letter-spacing: .08em; }
body.page-template-page-beethoven .bhs-unit-title strong { font-size: 1.4rem; letter-spacing: -.03em; }
body.page-template-page-beethoven .bhs-unit-copy p { margin: 12px 0 0; color: var(--muted); }
body.page-template-page-beethoven .bhs-floor-card { margin-top: 28px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; align-items: center; padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
body.page-template-page-beethoven .bhs-floor-copy h3 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.45rem); letter-spacing: -.04em; line-height: 1.15; }
body.page-template-page-beethoven .bhs-floor-copy > p:not(.bhs-eyebrow) { color: var(--muted); }
body.page-template-page-beethoven .bhs-check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 10px; }
body.page-template-page-beethoven .bhs-check-list li { position: relative; padding-left: 28px; font-weight: 700; }
body.page-template-page-beethoven .bhs-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #007fa4; font-weight: 900; }
body.page-template-page-beethoven .bhs-floor-image { position: relative; border: 0; padding: 0; border-radius: 18px; overflow: hidden; background: #071018; cursor: zoom-in; }
body.page-template-page-beethoven .bhs-floor-image img { width: 100%; aspect-ratio: 1.42; object-fit: contain; }
body.page-template-page-beethoven .bhs-gallery-section { padding-top: 30px; background: var(--paper-2); }
body.page-template-page-beethoven .bhs-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 14px; margin-top: 48px; }
body.page-template-page-beethoven .bhs-gallery-item { position: relative; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: #d8e1e6; cursor: zoom-in; }
body.page-template-page-beethoven .bhs-gallery-wide { grid-column: span 2; }
body.page-template-page-beethoven .bhs-gallery-tall { grid-row: span 2; }
body.page-template-page-beethoven .bhs-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
body.page-template-page-beethoven .bhs-gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,28,44,.72), transparent 55%); }
body.page-template-page-beethoven .bhs-gallery-item:hover img { transform: scale(1.045); }
body.page-template-page-beethoven .bhs-gallery-item span { position: absolute; left: 16px; bottom: 13px; z-index: 2; color: var(--white); font-weight: 850; }
body.page-template-page-beethoven .bhs-location-section { background: var(--white); }
body.page-template-page-beethoven .bhs-location-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; }
body.page-template-page-beethoven .bhs-location-copy > p:not(.bhs-eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 1.03rem; }
body.page-template-page-beethoven .bhs-location-points { margin-top: 32px; border-top: 1px solid var(--line); }
body.page-template-page-beethoven .bhs-location-points div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
body.page-template-page-beethoven .bhs-location-points span { color: var(--muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
body.page-template-page-beethoven .bhs-location-points strong { font-size: .92rem; }
body.page-template-page-beethoven .bhs-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: #007fa4; font-weight: 850; text-decoration: none; }
body.page-template-page-beethoven .bhs-text-link svg { width: 20px; height: 20px; }
body.page-template-page-beethoven .bhs-location-visual { position: relative; min-height: 570px; }
body.page-template-page-beethoven .bhs-map-card { position: absolute; border: 0; padding: 0; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow-md); cursor: zoom-in; background: #d4dde2; }
body.page-template-page-beethoven .bhs-map-card-main { inset: 0 50px 55px 0; }
body.page-template-page-beethoven .bhs-map-card-small { width: 225px; right: 0; bottom: 0; border: 7px solid var(--white); }
body.page-template-page-beethoven .bhs-map-card img { width: 100%; height: 100%; object-fit: cover; }
body.page-template-page-beethoven .bhs-map-card span { position: absolute; left: 13px; bottom: 12px; padding: 7px 10px; border-radius: 999px; color: var(--white); background: rgba(6,38,58,.82); font-size: .72rem; font-weight: 800; }
body.page-template-page-beethoven .bhs-risk-section { background: var(--paper); }
body.page-template-page-beethoven .bhs-opportunity-risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; }
body.page-template-page-beethoven .bhs-assessment-card { padding: 34px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-sm); }
body.page-template-page-beethoven .bhs-assessment-positive { border-top: 4px solid var(--positive); }
body.page-template-page-beethoven .bhs-assessment-negative { border-top: 4px solid var(--negative); }
body.page-template-page-beethoven .bhs-assessment-head { display: flex; gap: 16px; align-items: center; }
body.page-template-page-beethoven .bhs-assessment-icon { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 15px; }
body.page-template-page-beethoven .bhs-assessment-positive .bhs-assessment-icon { color: var(--positive); background: rgba(14,138,104,.1); }
body.page-template-page-beethoven .bhs-assessment-negative .bhs-assessment-icon { color: var(--negative); background: rgba(178,82,62,.1); }
body.page-template-page-beethoven .bhs-assessment-icon svg { width: 27px; height: 27px; }
body.page-template-page-beethoven .bhs-assessment-head p { margin: 0; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
body.page-template-page-beethoven .bhs-assessment-head h3 { margin: 1px 0 0; font-size: 1.3rem; letter-spacing: -.02em; }
body.page-template-page-beethoven .bhs-assessment-card ul { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 14px; }
body.page-template-page-beethoven .bhs-assessment-card li { position: relative; padding-left: 24px; color: var(--ink-2); }
body.page-template-page-beethoven .bhs-assessment-card li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; }
body.page-template-page-beethoven .bhs-assessment-positive li::before { background: var(--positive); }
body.page-template-page-beethoven .bhs-assessment-negative li::before { background: var(--negative); }
body.page-template-page-beethoven .bhs-dd-card { margin-top: 24px; padding: 36px; border-radius: var(--radius-lg); background: var(--navy); color: var(--white); }
body.page-template-page-beethoven .bhs-dd-card .bhs-eyebrow-dark { color: var(--blue-bright); }
body.page-template-page-beethoven .bhs-dd-card h3 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.2rem); letter-spacing: -.035em; }
body.page-template-page-beethoven .bhs-dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; margin-top: 28px; }
body.page-template-page-beethoven .bhs-dd-grid label { display: flex; gap: 11px; align-items: flex-start; padding: 13px 14px; border-radius: 12px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.76); font-size: .9rem; }
body.page-template-page-beethoven .bhs-dd-grid input { margin-top: 4px; accent-color: var(--blue); }
body.page-template-page-beethoven .bhs-contact-section { padding: 110px 0; color: var(--white); background: linear-gradient(135deg, #06263a, #073b57); }
body.page-template-page-beethoven .bhs-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
body.page-template-page-beethoven .bhs-contact-copy > p:not(.bhs-eyebrow) { color: rgba(255,255,255,.7); font-size: 1.03rem; }
body.page-template-page-beethoven .bhs-contact-person { display: flex; gap: 17px; align-items: flex-start; margin-top: 36px; }
body.page-template-page-beethoven .bhs-contact-monogram { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--blue); font-weight: 900; font-size: 1.1rem; }
body.page-template-page-beethoven .bhs-contact-person > div:last-child { display: grid; }
body.page-template-page-beethoven .bhs-contact-person strong { font-size: 1.02rem; }
body.page-template-page-beethoven .bhs-contact-person span { color: rgba(255,255,255,.56); margin: 2px 0 7px; }
body.page-template-page-beethoven .bhs-contact-person a { color: var(--white); text-decoration: none; font-weight: 700; }
body.page-template-page-beethoven .bhs-lead-form { padding: 34px; border-radius: var(--radius-lg); background: var(--white); color: var(--ink); box-shadow: 0 34px 90px rgba(0,0,0,.24); }
body.page-template-page-beethoven .bhs-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
body.page-template-page-beethoven .bhs-lead-form > label,
body.page-template-page-beethoven .bhs-form-row label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--ink-2); font-size: .82rem; font-weight: 800; }
body.page-template-page-beethoven .bhs-lead-form input,
body.page-template-page-beethoven .bhs-lead-form select,
body.page-template-page-beethoven .bhs-lead-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; color: var(--ink); background: var(--paper); outline: 0; }
body.page-template-page-beethoven .bhs-lead-form input:focus,
body.page-template-page-beethoven .bhs-lead-form select:focus,
body.page-template-page-beethoven .bhs-lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,159,201,.1); }
body.page-template-page-beethoven .bhs-lead-form textarea { resize: vertical; min-height: 122px; }
body.page-template-page-beethoven .bhs-consent-label { grid-template-columns: 18px 1fr !important; align-items: start; gap: 10px !important; color: var(--muted) !important; font-size: .74rem !important; font-weight: 500 !important; line-height: 1.5; }
body.page-template-page-beethoven .bhs-consent-label input { width: 17px; height: 17px; padding: 0; margin-top: 2px; accent-color: var(--blue); }
body.page-template-page-beethoven .bhs-form-status { min-height: 1.3em; margin: 10px 0 0; color: #007fa4; font-size: .8rem; text-align: center; }
body.page-template-page-beethoven .bhs-site-footer { background: #031722; color: var(--white); padding: 48px 0 24px; }
body.page-template-page-beethoven .bhs-footer-main { display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
body.page-template-page-beethoven .bhs-footer-brand { background: rgba(255,255,255,.94); border-radius: 10px; padding: 5px 9px; }
body.page-template-page-beethoven .bhs-footer-brand img { width: 170px; }
body.page-template-page-beethoven .bhs-footer-meta { display: grid; }
body.page-template-page-beethoven .bhs-footer-meta span { color: rgba(255,255,255,.5); font-size: .82rem; }
body.page-template-page-beethoven .bhs-footer-links { display: flex; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
body.page-template-page-beethoven .bhs-footer-links button { padding: 0; border: 0; color: rgba(255,255,255,.67); background: transparent; cursor: pointer; font-size: .82rem; text-decoration: underline; text-underline-offset: 3px; }
body.page-template-page-beethoven .bhs-footer-bottom { display: flex; justify-content: space-between; gap: 22px; margin-top: 32px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.43); font-size: .74rem; }
body.page-template-page-beethoven .bhs-footer-bottom p { margin: 0; }
body.page-template-page-beethoven .bhs-mobile-cta { display: none; }
body.page-template-page-beethoven .bhs-lightbox,
body.page-template-page-beethoven .bhs-legal-modal { border: 0; padding: 0; background: transparent; max-width: none; max-height: none; }
body.page-template-page-beethoven .bhs-lightbox::backdrop,
body.page-template-page-beethoven .bhs-legal-modal::backdrop { background: rgba(1,12,19,.86); backdrop-filter: blur(8px); }
body.page-template-page-beethoven .bhs-lightbox[open] { width: 100vw; height: 100vh; display: grid; place-items: center; padding: 40px; }
body.page-template-page-beethoven .bhs-lightbox img { max-width: min(92vw, 1300px); max-height: 82vh; object-fit: contain; border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
body.page-template-page-beethoven .bhs-lightbox p { position: fixed; bottom: 18px; left: 20px; right: 20px; margin: 0; text-align: center; color: var(--white); font-weight: 750; }
body.page-template-page-beethoven .bhs-lightbox-close,
body.page-template-page-beethoven .bhs-modal-close { position: fixed; top: 20px; right: 24px; width: 44px; height: 44px; z-index: 2; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(6,38,58,.74); color: var(--white); font-size: 1.8rem; line-height: 1; cursor: pointer; }
body.page-template-page-beethoven .bhs-legal-modal[open] { width: min(calc(100vw - 32px), 720px); margin: auto; padding: 38px; border-radius: 24px; background: var(--white); color: var(--ink); box-shadow: var(--shadow-md); }
body.page-template-page-beethoven .bhs-legal-modal .bhs-modal-close { position: absolute; top: 18px; right: 18px; background: var(--paper-2); color: var(--ink); border-color: var(--line); }
body.page-template-page-beethoven .bhs-legal-modal h2 { margin: 0 50px 20px 0; font-size: 1.8rem; letter-spacing: -.03em; }
body.page-template-page-beethoven .bhs-legal-modal p { color: var(--ink-2); }
body.page-template-page-beethoven .bhs-legal-modal a { color: #007fa4; }
body.page-template-page-beethoven .bhs-modal-warning { margin-top: 24px; padding: 16px 18px; border-radius: 13px; background: #fff5ea; border-left: 4px solid #d7872d; color: #66451f; font-size: .88rem; }
body.page-template-page-beethoven .bhs-noscript { position: fixed; z-index: 2000; left: 10px; right: 10px; bottom: 10px; padding: 12px; border-radius: 10px; background: #ffe6ad; color: #4f3905; text-align: center; }
body.page-template-page-beethoven .bhs-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
body.page-template-page-beethoven .bhs-reveal.bhs-is-visible { opacity: 1; transform: translateY(0); }
body.page-template-page-beethoven .bhs-reveal-delay-1 { transition-delay: .08s; }
body.page-template-page-beethoven .bhs-reveal-delay-2 { transition-delay: .16s; }
body.page-template-page-beethoven .bhs-reveal-delay-3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {html:has(body.page-template-page-beethoven) { scroll-behavior: auto; }
body.page-template-page-beethoven *,
body.page-template-page-beethoven *::before,
body.page-template-page-beethoven *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
body.page-template-page-beethoven .bhs-reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {body.page-template-page-beethoven .bhs-desktop-nav { display: none; }
body.page-template-page-beethoven .bhs-header-inner .bhs-button-small { margin-left: auto; }
body.page-template-page-beethoven .bhs-hero-grid { gap: 38px; }
body.page-template-page-beethoven .bhs-highlight-grid,
body.page-template-page-beethoven .bhs-scenario-grid { grid-template-columns: repeat(2, 1fr); }
body.page-template-page-beethoven .bhs-calculator-grid { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-location-grid,
body.page-template-page-beethoven .bhs-contact-grid { gap: 42px; }
}

@media (max-width: 820px) {body.page-template-page-beethoven .bhs-lp { --header-height: 70px; }
body.page-template-page-beethoven .bhs-container { width: min(calc(100% - 28px), var(--container)); }
body.page-template-page-beethoven .bhs-section { padding: 82px 0; }
body.page-template-page-beethoven .bhs-site-header .bhs-button-small { display: none; }
body.page-template-page-beethoven .bhs-brand img { width: 165px; }
body.page-template-page-beethoven .bhs-hero { min-height: auto; padding: calc(var(--header-height) + 45px) 0 84px; }
body.page-template-page-beethoven .bhs-hero-grid { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-hero-copy { max-width: none; }
body.page-template-page-beethoven .bhs-hero h1 { font-size: clamp(2.55rem, 10vw, 4.35rem); }
body.page-template-page-beethoven .bhs-hero-visual { width: 100%; max-width: 600px; justify-self: start; transform: none; }
body.page-template-page-beethoven .bhs-hero-visual img { aspect-ratio: 1.12; }
body.page-template-page-beethoven .bhs-facts { margin-top: -28px; }
body.page-template-page-beethoven .bhs-facts-grid { grid-template-columns: repeat(2, 1fr); }
body.page-template-page-beethoven .bhs-intro-grid,
body.page-template-page-beethoven .bhs-location-grid,
body.page-template-page-beethoven .bhs-contact-grid { grid-template-columns: 1fr; gap: 38px; }
body.page-template-page-beethoven .bhs-unit-grid,
body.page-template-page-beethoven .bhs-opportunity-risk-grid { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-floor-card { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-gallery-grid { grid-template-columns: repeat(2, 1fr); }
body.page-template-page-beethoven .bhs-gallery-wide { grid-column: span 2; }
body.page-template-page-beethoven .bhs-location-visual { min-height: 520px; }
body.page-template-page-beethoven .bhs-dd-grid { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-footer-main { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-footer-links { justify-content: flex-start; }
body.page-template-page-beethoven .bhs-footer-bottom { flex-direction: column; }
body.page-template-page-beethoven .bhs-mobile-cta {
    display: flex;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 900;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--blue);
    color: var(--white);
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(0,80,105,.3);
  }
body.page-template-page-beethoven .bhs-site-footer { padding-bottom: 90px; }
}

@media (max-width: 620px) {body.page-template-page-beethoven { font-size: 15px; }
body.page-template-page-beethoven .bhs-hero h1 { font-size: clamp(2.15rem, 10.5vw, 2.5rem); hyphens: auto; }
body.page-template-page-beethoven .bhs-hero-lead { font-size: 1rem; }
body.page-template-page-beethoven .bhs-hero-actions { display: grid; }
body.page-template-page-beethoven .bhs-hero-actions .bhs-button { width: 100%; }
body.page-template-page-beethoven .bhs-hero-proof { display: grid; gap: 5px; }
body.page-template-page-beethoven .bhs-hero-proof span::after { display: none; }
body.page-template-page-beethoven .bhs-hero-image-badge { left: 14px; top: 14px; padding: 12px 14px; }
body.page-template-page-beethoven .bhs-hero-image-badge strong { font-size: 1.18rem; }
body.page-template-page-beethoven .bhs-hero-image-location { left: 14px; right: 14px; bottom: 13px; font-size: .75rem; }
body.page-template-page-beethoven .bhs-facts-grid,
body.page-template-page-beethoven .bhs-highlight-grid,
body.page-template-page-beethoven .bhs-scenario-grid { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-fact-card { padding: 20px; }
body.page-template-page-beethoven .bhs-calculator-shell { padding: 20px 14px; border-radius: 22px; }
body.page-template-page-beethoven .bhs-calculator-head { align-items: stretch; flex-direction: column; }
body.page-template-page-beethoven .bhs-preset-buttons { align-self: flex-start; }
body.page-template-page-beethoven .bhs-input-grid,
body.page-template-page-beethoven .bhs-input-grid-three,
body.page-template-page-beethoven .bhs-result-grid { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-unit-image { min-height: 420px; }
body.page-template-page-beethoven .bhs-floor-card,
body.page-template-page-beethoven .bhs-assessment-card,
body.page-template-page-beethoven .bhs-dd-card,
body.page-template-page-beethoven .bhs-lead-form { padding: 24px 20px; }
body.page-template-page-beethoven .bhs-gallery-grid { grid-auto-rows: 190px; }
body.page-template-page-beethoven .bhs-location-visual { min-height: 430px; }
body.page-template-page-beethoven .bhs-map-card-main { inset: 0 25px 45px 0; }
body.page-template-page-beethoven .bhs-map-card-small { width: 155px; }
body.page-template-page-beethoven .bhs-form-row { grid-template-columns: 1fr; gap: 0; }
body.page-template-page-beethoven .bhs-legal-modal[open] { padding: 28px 20px; }
body.page-template-page-beethoven .bhs-lightbox[open] { padding: 18px; }
}
/* Dual positioning: owner-occupier and investor */
body.page-template-page-beethoven .bhs-desktop-nav { gap: 21px; }
body.page-template-page-beethoven .bhs-hero-strategy-badges {
  position: absolute;
  top: 122px;
  left: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
body.page-template-page-beethoven .bhs-hero-strategy-badges span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(6,38,58,.78);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .04em;
}
body.page-template-page-beethoven .bhs-fact-footnote { margin-top: 11px; color: var(--muted); font-size: .73rem; text-align: right; }
body.page-template-page-beethoven .bhs-strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 64px;
}
body.page-template-page-beethoven .bhs-strategy-card {
  position: relative;
  padding: 38px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
body.page-template-page-beethoven .bhs-strategy-card-owner {
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 90% 10%, rgba(31,198,235,.24), transparent 34%),
    linear-gradient(145deg, var(--navy), var(--navy-2));
}
body.page-template-page-beethoven .bhs-strategy-card-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
body.page-template-page-beethoven .bhs-strategy-tag {
  padding: 7px 11px;
  border-radius: 999px;
  color: #007fa4;
  background: var(--blue-soft);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.page-template-page-beethoven .bhs-strategy-card-owner .bhs-strategy-tag { color: var(--white); background: rgba(255,255,255,.12); }
body.page-template-page-beethoven .bhs-strategy-number { color: var(--line); font-size: 2.5rem; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
body.page-template-page-beethoven .bhs-strategy-card-owner .bhs-strategy-number { color: rgba(255,255,255,.18); }
body.page-template-page-beethoven .bhs-strategy-card h3 { margin: 28px 0 14px; max-width: 520px; font-size: clamp(1.45rem, 2.5vw, 2.2rem); line-height: 1.13; letter-spacing: -.04em; }
body.page-template-page-beethoven .bhs-strategy-card > p { margin: 0; color: var(--muted); }
body.page-template-page-beethoven .bhs-strategy-card-owner > p { color: rgba(255,255,255,.7); }
body.page-template-page-beethoven .bhs-strategy-card ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 9px; }
body.page-template-page-beethoven .bhs-strategy-card li { position: relative; padding-left: 25px; font-weight: 730; }
body.page-template-page-beethoven .bhs-strategy-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
body.page-template-page-beethoven .bhs-strategy-card-owner li { color: rgba(255,255,255,.86); }
body.page-template-page-beethoven .bhs-strategy-card-owner li::before { color: var(--blue-bright); }
body.page-template-page-beethoven .bhs-strategy-card .bhs-text-link { margin-top: 28px; }
body.page-template-page-beethoven .bhs-strategy-card-owner .bhs-text-link { color: var(--blue-bright); }
body.page-template-page-beethoven .bhs-owner-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(31,198,235,.12), transparent 27%),
    linear-gradient(180deg, #eef7fa 0%, var(--paper) 44%, #edf3f6 100%);
}
body.page-template-page-beethoven .bhs-owner-heading-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
body.page-template-page-beethoven .bhs-owner-manifesto {
  padding: 31px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow-md);
}
body.page-template-page-beethoven .bhs-owner-manifesto span { color: var(--blue-bright); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
body.page-template-page-beethoven .bhs-owner-manifesto strong { display: block; margin-top: 13px; font-size: clamp(1.35rem, 2.4vw, 2.05rem); line-height: 1.2; letter-spacing: -.035em; }
body.page-template-page-beethoven .bhs-owner-manifesto p { margin: 15px 0 0; color: rgba(255,255,255,.62); }
body.page-template-page-beethoven .bhs-owner-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 48px; }
body.page-template-page-beethoven .bhs-owner-benefit { padding: 28px 24px; border-radius: var(--radius-md); background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 14px 32px rgba(6,38,58,.06); backdrop-filter: blur(12px); }
body.page-template-page-beethoven .bhs-owner-benefit > span { color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
body.page-template-page-beethoven .bhs-owner-benefit h3 { margin: 16px 0 9px; font-size: 1.08rem; line-height: 1.25; }
body.page-template-page-beethoven .bhs-owner-benefit p { margin: 0; color: var(--muted); font-size: .89rem; }
body.page-template-page-beethoven .bhs-owner-calculator-shell { margin-top: 50px; }
body.page-template-page-beethoven .bhs-owner-calculator-grid { grid-template-columns: .86fr 1.14fr; }
body.page-template-page-beethoven .bhs-unit-buttons {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 6px;
  border-radius: 16px;
  background: var(--paper-2);
}
body.page-template-page-beethoven .bhs-owner-unit,
body.page-template-page-beethoven .bhs-assessment-tab {
  border: 0;
  border-radius: 11px;
  padding: 10px 12px;
  background: transparent;
  color: var(--ink-2);
  font-size: .75rem;
  font-weight: 850;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
body.page-template-page-beethoven .bhs-owner-unit:hover,
body.page-template-page-beethoven .bhs-assessment-tab:hover { transform: translateY(-1px); }
body.page-template-page-beethoven .bhs-owner-unit.bhs-is-active,
body.page-template-page-beethoven .bhs-assessment-tab.bhs-is-active { color: var(--white); background: var(--navy); box-shadow: 0 8px 20px rgba(6,38,58,.14); }
body.page-template-page-beethoven .bhs-owner-unit:focus-visible,
body.page-template-page-beethoven .bhs-assessment-tab:focus-visible { outline: 3px solid rgba(31,198,235,.55); outline-offset: 3px; }
body.page-template-page-beethoven .bhs-owner-unit-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
  padding: 15px 18px;
  border-radius: 13px;
  background: #edf8fb;
  border: 1px solid #ccebf2;
  color: var(--ink-2);
  font-size: .81rem;
}
body.page-template-page-beethoven .bhs-owner-unit-note svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; color: #007fa4; }
body.page-template-page-beethoven .bhs-owner-unit-note p { margin: 0; }
body.page-template-page-beethoven .bhs-owner-narrative {
  margin-bottom: 14px;
  padding: 17px 19px;
  border-radius: 15px;
  color: var(--white);
  background: linear-gradient(135deg, #087b9e, #0a536d);
  font-weight: 760;
  line-height: 1.5;
}
body.page-template-page-beethoven .bhs-owner-result-grid .bhs-result-card { min-height: 132px; }
body.page-template-page-beethoven .bhs-result-card-positive { border-color: rgba(14,138,104,.25); background: rgba(14,138,104,.07); }
body.page-template-page-beethoven .bhs-result-card-positive strong { color: #087357; }
body.page-template-page-beethoven .bhs-result-card-warning { border-color: rgba(178,82,62,.24); background: rgba(178,82,62,.06); }
body.page-template-page-beethoven .bhs-result-card-warning strong { color: var(--negative); }
body.page-template-page-beethoven .bhs-result-card-warning.bhs-is-positive { border-color: rgba(14,138,104,.25); background: rgba(14,138,104,.07); }
body.page-template-page-beethoven .bhs-result-card-warning.bhs-is-positive strong { color: #087357; }
body.page-template-page-beethoven .bhs-payment-split-card { margin-top: 18px; padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
body.page-template-page-beethoven .bhs-payment-split-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
body.page-template-page-beethoven .bhs-payment-split-head h4 { margin: 0; font-size: 1rem; }
body.page-template-page-beethoven .bhs-payment-split-head p { margin: 4px 0 0; color: var(--muted); font-size: .79rem; }
body.page-template-page-beethoven .bhs-payment-split-head > strong { color: #007fa4; font-size: .84rem; white-space: nowrap; }
body.page-template-page-beethoven .bhs-payment-split { display: flex; width: 100%; height: 16px; margin-top: 18px; overflow: hidden; border-radius: 999px; background: var(--line); }
body.page-template-page-beethoven .bhs-payment-split > span { min-width: 0; transition: width .25s ease; }
body.page-template-page-beethoven .bhs-split-interest { background: #667a86; }
body.page-template-page-beethoven .bhs-split-principal { background: var(--positive); }
body.page-template-page-beethoven .bhs-split-costs { background: #d39a3c; }
body.page-template-page-beethoven .bhs-payment-split-legend { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 13px; color: var(--muted); font-size: .76rem; }
body.page-template-page-beethoven .bhs-payment-split-legend span { display: inline-flex; align-items: center; gap: 7px; }
body.page-template-page-beethoven .bhs-payment-split-legend i { width: 10px; height: 10px; border-radius: 3px; }
body.page-template-page-beethoven .bhs-payment-split-legend strong { color: var(--ink); }
body.page-template-page-beethoven .bhs-owner-sensitivity-wrap .bhs-legend i { background: rgba(0,159,201,.16); border-color: rgba(0,159,201,.35); }
body.page-template-page-beethoven .bhs-owner-calculator-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
body.page-template-page-beethoven .bhs-owner-calculator-footer p { margin: 0; padding: 16px 18px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
body.page-template-page-beethoven .bhs-assessment-tabs {
  display: inline-flex;
  gap: 7px;
  margin-top: 38px;
  padding: 6px;
  border-radius: 15px;
  background: var(--paper-2);
  border: 1px solid var(--line);
}
body.page-template-page-beethoven .bhs-assessment-tab { min-width: 150px; }
body.page-template-page-beethoven .bhs-assessment-panel { margin-top: 20px; }
body.page-template-page-beethoven .bhs-assessment-panel[hidden] { display: none !important; }

@media (max-width: 1080px) {body.page-template-page-beethoven .bhs-owner-heading-grid { grid-template-columns: 1fr; align-items: start; }
body.page-template-page-beethoven .bhs-owner-manifesto { max-width: 760px; }
body.page-template-page-beethoven .bhs-owner-benefits-grid { grid-template-columns: repeat(2, 1fr); }
body.page-template-page-beethoven .bhs-owner-calculator-grid { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-calculator-head { align-items: stretch; flex-direction: column; }
body.page-template-page-beethoven .bhs-unit-buttons { align-self: flex-start; }
}

@media (max-width: 820px) {body.page-template-page-beethoven .bhs-strategy-grid { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-owner-heading-grid { gap: 28px; }
body.page-template-page-beethoven .bhs-fact-footnote { text-align: left; }
body.page-template-page-beethoven .bhs-owner-calculator-footer { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-hero-strategy-badges { top: 106px; left: 14px; }
}

@media (max-width: 620px) {body.page-template-page-beethoven .bhs-strategy-card { padding: 28px 22px; }
body.page-template-page-beethoven .bhs-owner-benefits-grid { grid-template-columns: 1fr; }
body.page-template-page-beethoven .bhs-owner-manifesto { padding: 25px 21px; }
body.page-template-page-beethoven .bhs-unit-buttons { width: 100%; grid-template-columns: 1fr; border-radius: 14px; }
body.page-template-page-beethoven .bhs-owner-unit { text-align: left; }
body.page-template-page-beethoven .bhs-payment-split-head { flex-direction: column; }
body.page-template-page-beethoven .bhs-payment-split-head > strong { white-space: normal; }
body.page-template-page-beethoven .bhs-payment-split-legend { display: grid; }
body.page-template-page-beethoven .bhs-assessment-tabs { display: grid; width: 100%; }
body.page-template-page-beethoven .bhs-assessment-tab { min-width: 0; }
body.page-template-page-beethoven .bhs-hero-strategy-badges { position: static; margin: 12px 14px 0; }
body.page-template-page-beethoven .bhs-hero-image-location { bottom: 13px; }
}
/* Explicit auto height lets the declared responsive aspect ratio control the hero image. */
body.page-template-page-beethoven .bhs-hero-visual img { height: auto; }

@media (max-width: 620px) {body.page-template-page-beethoven .bhs-hero-strategy-badges {
    position: absolute;
    top: 112px;
    left: 14px;
    margin: 0;
    z-index: 3;
  }
}

/* ============================================================
   Ergänzungen für die WordPress-Umsetzung (Kopf & Stift, 02.09.2026)
   ============================================================ */

/* ---- Fixed Header nicht unter die WP-Adminleiste schieben ---- */
body.page-template-page-beethoven.admin-bar .bhs-site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.page-template-page-beethoven.admin-bar .bhs-site-header { top: 46px; }
}

/* ---- Footer-Rechtslinks: jetzt echte Links auf die Website-Seiten ---- */
body.page-template-page-beethoven .bhs-footer-links a {
  color: rgba(255,255,255,.67);
  font-size: .82rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.page-template-page-beethoven .bhs-footer-links a:hover,
body.page-template-page-beethoven .bhs-footer-links button:hover { color: var(--white); }

/* ---- Mietaufschlüsselung (dunkler Investment-Bereich) ---- */
body.page-template-page-beethoven .bhs-rent-split {
  margin-top: 26px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.045);
}
body.page-template-page-beethoven .bhs-rent-split-head h3 {
  margin: 6px 0 10px;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  letter-spacing: -.02em;
}
body.page-template-page-beethoven .bhs-rent-split-head p { color: rgba(255,255,255,.72); max-width: 74ch; }
body.page-template-page-beethoven .bhs-rent-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
body.page-template-page-beethoven .bhs-rent-split-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius-sm);
  background: rgba(3,20,32,.55);
}
body.page-template-page-beethoven .bhs-rent-split-card-accent { border-color: rgba(31,198,235,.5); }
body.page-template-page-beethoven .bhs-rent-split-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(31,198,235,.16);
  color: var(--blue-bright);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
body.page-template-page-beethoven .bhs-rent-split-card li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(255,255,255,.12);
  font-size: .87rem;
}
body.page-template-page-beethoven .bhs-rent-split-card li span { color: rgba(255,255,255,.68); }
body.page-template-page-beethoven .bhs-rent-split-card li b { white-space: nowrap; font-weight: 800; }
body.page-template-page-beethoven .bhs-rent-split-sum {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-top: 14px;
}
body.page-template-page-beethoven .bhs-rent-split-sum span { color: rgba(255,255,255,.68); font-size: .87rem; }
body.page-template-page-beethoven .bhs-rent-split-sum strong { font-size: 1.42rem; letter-spacing: -.02em; }
body.page-template-page-beethoven .bhs-rent-split-note {
  margin-top: 20px;
  color: rgba(255,255,255,.55);
  font-size: .78rem;
  line-height: 1.6;
}
@media (max-width: 820px) {
  body.page-template-page-beethoven .bhs-rent-split { padding: 24px 20px; }
  body.page-template-page-beethoven .bhs-rent-split-grid { grid-template-columns: 1fr; }
}

/* ---- Energieausweis ---- */
body.page-template-page-beethoven .bhs-energy-section { background: var(--paper-2); }
body.page-template-page-beethoven .bhs-energy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 46px;
}
body.page-template-page-beethoven .bhs-energy-card {
  display: grid;
  gap: 5px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
body.page-template-page-beethoven .bhs-energy-card-primary { border-color: rgba(0,159,201,.42); }
body.page-template-page-beethoven .bhs-energy-card span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.page-template-page-beethoven .bhs-energy-card strong { font-size: 1.42rem; letter-spacing: -.02em; }
body.page-template-page-beethoven .bhs-energy-card small { color: var(--muted); font-size: .8rem; }
body.page-template-page-beethoven .bhs-energy-note {
  margin-top: 24px;
  max-width: 96ch;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.7;
}
@media (max-width: 900px) {
  body.page-template-page-beethoven .bhs-energy-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  body.page-template-page-beethoven .bhs-energy-grid { grid-template-columns: 1fr; }
}

/* ---- Kontaktformular: Contact Form 7 im Entwurfs-Look ---- */
body.page-template-page-beethoven .bhs-lead-form .wpcf7 { margin: 0; }
body.page-template-page-beethoven .bhs-lead-form form.wpcf7-form { margin: 0; }
body.page-template-page-beethoven .bhs-lead-form .wpcf7-form-control-wrap { display: block; width: 100%; }
body.page-template-page-beethoven .bhs-lead-form .wpcf7-form p { margin: 0; }
body.page-template-page-beethoven .bhs-lead-form .wpcf7-spinner { margin: 10px auto 0; display: block; }

body.page-template-page-beethoven .bhs-lead-form input[type="text"],
body.page-template-page-beethoven .bhs-lead-form input[type="email"],
body.page-template-page-beethoven .bhs-lead-form input[type="tel"],
body.page-template-page-beethoven .bhs-lead-form select,
body.page-template-page-beethoven .bhs-lead-form textarea {
  width: 100% !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  padding: 13px 14px !important;
  color: var(--ink) !important;
  background: var(--paper) !important;
  box-shadow: none !important;
  outline: 0;
}
body.page-template-page-beethoven .bhs-lead-form input:focus,
body.page-template-page-beethoven .bhs-lead-form select:focus,
body.page-template-page-beethoven .bhs-lead-form textarea:focus {
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 4px rgba(0,159,201,.1) !important;
}
body.page-template-page-beethoven .bhs-lead-form input[type="submit"],
body.page-template-page-beethoven .bhs-lead-form .wpcf7-submit {
  width: 100% !important;
  justify-content: center;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 16px 26px !important;
  background: linear-gradient(120deg, var(--blue), #007fa4) !important;
  color: var(--white) !important;
  font-weight: 850 !important;
  font-size: .95rem !important;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0,127,164,.32) !important;
  transition: transform .18s ease, box-shadow .18s ease;
}
body.page-template-page-beethoven .bhs-lead-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0,127,164,.4) !important;
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 500;
  line-height: 1.5;
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance input[type="checkbox"] {
  width: 17px;
  height: 17px;
  padding: 0;
  margin-top: 2px;
  accent-color: var(--blue);
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--negative);
  font-size: .74rem;
  font-weight: 700;
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 13px 16px !important;
  border-radius: 12px !important;
  border-width: 1px !important;
  font-size: .82rem;
  line-height: 1.5;
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--positive) !important;
  background: rgba(14,138,104,.08);
  color: #0a6b51;
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7 form.invalid .wpcf7-response-output,
body.page-template-page-beethoven .bhs-lead-form .wpcf7 form.failed .wpcf7-response-output {
  border-color: var(--negative) !important;
  background: rgba(178,82,62,.08);
  color: #8d3f2f;
}

/* ---- Fallback, solange kein CF7-Formular hinterlegt ist ---- */
body.page-template-page-beethoven .bhs-form-fallback { display: grid; gap: 13px; }
body.page-template-page-beethoven .bhs-form-fallback h3 { font-size: 1.28rem; letter-spacing: -.02em; }
body.page-template-page-beethoven .bhs-form-fallback p { color: var(--muted); font-size: .88rem; }
body.page-template-page-beethoven .bhs-form-fallback .bhs-button-ghost {
  border: 1px solid var(--line);
  color: var(--ink-2);
  background: var(--paper);
}

/* ---- CF7 im Live-Umfeld: wpautop und Theme-Button-Rendering abfangen ----
   Geprüft am 02.09.2026 auf der Live-Seite:
   - wpautop packt beide Labels einer .bhs-form-row in EIN <p> mit <br>,
     das Zwei-Spalten-Raster muss deshalb an dieses <p> durchgereicht werden.
   - Astroon rendert den CF7-Submit als <button class="button_small button_settings">
     ohne .wpcf7-submit — die Button-Styles müssen beides treffen. */
body.page-template-page-beethoven .bhs-lead-form .wpcf7-form > p { margin: 0 0 15px; }
body.page-template-page-beethoven .bhs-lead-form .bhs-form-row > p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0;
  grid-column: 1 / -1;
}
body.page-template-page-beethoven .bhs-lead-form .bhs-form-row br { display: none; }
body.page-template-page-beethoven .bhs-lead-form label { width: 100%; }
body.page-template-page-beethoven .bhs-lead-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
body.page-template-page-beethoven .bhs-lead-form textarea.wpcf7-textarea { min-height: 122px; }

/* Submit — auch in der vom Theme ersetzten Button-Variante */
body.page-template-page-beethoven .bhs-lead-form .wpcf7-form button,
body.page-template-page-beethoven .bhs-lead-form .wpcf7-form button[type="submit"],
body.page-template-page-beethoven .bhs-lead-form .wpcf7-form .button_small {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 4px 0 0 !important;
  padding: 16px 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(120deg, var(--blue), #007fa4) !important;
  color: var(--white) !important;
  font-family: inherit !important;
  font-size: .95rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0,127,164,.32) !important;
  transition: transform .18s ease, box-shadow .18s ease;
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7-form button:hover,
body.page-template-page-beethoven .bhs-lead-form .wpcf7-form .button_small:hover {
  transform: translateY(-2px);
  background: linear-gradient(120deg, #00b0dd, #00688a) !important;
  color: var(--white) !important;
  box-shadow: 0 22px 48px rgba(0,127,164,.4) !important;
}

/* Einwilligung: Checkbox plus Text, Farben gegen die dunkle Sektion absichern */
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance { display: block; }
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  margin: 0 0 4px;
  color: var(--muted) !important;
  font-size: .74rem !important;
  font-weight: 500 !important;
  line-height: 1.5;
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance .wpcf7-list-item-label,
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance a {
  color: var(--muted);
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance a {
  color: #007fa4;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.page-template-page-beethoven .bhs-lead-form .wpcf7-acceptance input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--blue);
}

/* Auf dem Handy muss auch das von wpautop erzeugte <p> einspaltig werden —
   die Regel weiter oben greift nur auf .bhs-form-row selbst. */
@media (max-width: 620px) {
  body.page-template-page-beethoven .bhs-lead-form .bhs-form-row > p {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ---- Vorher-Nachher: Bestand gegen Sanierungsvisualisierung (Kundenwunsch 04.09.2026) ---- */
body.page-template-page-beethoven .bhs-compare {
  margin-top: 24px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
body.page-template-page-beethoven .bhs-compare-head h3 {
  margin: 6px 0 10px;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  letter-spacing: -.03em;
}
body.page-template-page-beethoven .bhs-compare-head p {
  max-width: 82ch;
  color: var(--muted);
}
body.page-template-page-beethoven .bhs-compare-slider { margin-top: 28px; }
body.page-template-page-beethoven .bhs-compare-stage {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #d8e1e6;
  touch-action: pan-y;
  --bhs-split: 50%;
}
body.page-template-page-beethoven .bhs-compare-stage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.38;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
/* Der Bestand liegt in voller Größe über der Visualisierung und wird per
   clip-path freigegeben. Über die Container-Breite zu beschneiden würde das
   Bild stauchen — die beiden Hälften lägen dann nicht deckungsgleich. */
body.page-template-page-beethoven .bhs-compare-before {
  position: absolute;
  inset: 0;
  width: 100%;
  clip-path: inset(0 calc(100% - var(--bhs-split)) 0 0);
}
body.page-template-page-beethoven .bhs-compare-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-page-beethoven .bhs-compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--bhs-split);
  z-index: 3;
  width: 3px;
  margin-left: -1.5px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 18px rgba(2,17,27,.45);
  pointer-events: none;
}
body.page-template-page-beethoven .bhs-compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(2,17,27,.35);
}
body.page-template-page-beethoven .bhs-compare-handle svg { width: 22px; height: 22px; stroke-width: 2.2; }
/* Der Range-Regler liegt unsichtbar über der Bühne und trägt die Bedienung */
body.page-template-page-beethoven .bhs-compare-range {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: ew-resize;
}
body.page-template-page-beethoven .bhs-compare-range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: transparent;
  cursor: ew-resize;
}
body.page-template-page-beethoven .bhs-compare-range::-moz-range-thumb {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: ew-resize;
}
body.page-template-page-beethoven .bhs-compare-range:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
body.page-template-page-beethoven .bhs-compare-tag {
  position: absolute;
  z-index: 2;
  top: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  pointer-events: none;
}
body.page-template-page-beethoven .bhs-compare-tag--before { left: 14px; background: rgba(6,38,58,.88); color: var(--white); }
body.page-template-page-beethoven .bhs-compare-tag--after { right: 14px; background: rgba(0,127,164,.94); color: var(--white); }
body.page-template-page-beethoven .bhs-compare-hint {
  margin-top: 14px;
  color: var(--muted);
  font-size: .84rem;
}
body.page-template-page-beethoven .bhs-compare-zoom {
  padding: 0;
  border: 0;
  background: none;
  color: #007fa4;
  font-size: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
@media (max-width: 820px) {
  body.page-template-page-beethoven .bhs-compare { padding: 26px 20px; }
  body.page-template-page-beethoven .bhs-compare-tag { font-size: .62rem; padding: 6px 10px; }
  body.page-template-page-beethoven .bhs-compare-handle { width: 40px; height: 40px; }
}

/* ---- Überschriften über die volle Breite, Fließtext lesbar begrenzt ----
   .bhs-section-heading-wide war auf 920 px gedeckelt; dadurch brach die H2
   „Laufender Cashflow heute, freie Fläche ab September 2027" mitten im Wort um,
   obwohl rechts Platz war. */
body.page-template-page-beethoven .bhs-section-heading-wide { max-width: none; }
body.page-template-page-beethoven .bhs-section-heading-wide > h2,
body.page-template-page-beethoven .bhs-section-heading-wide > h3 { max-width: none; }
body.page-template-page-beethoven .bhs-section-heading-wide > p { max-width: 78ch; }


/* ---- Logo: Fassung mit Dach und Claim (wie auf der Wurzen-Landingpage) ----
   Seitenverhältnis 2,16 statt 3,02 — bei den alten 190 px wäre es 88 px hoch
   und damit höher als der 82-px-Header. */
body.page-template-page-beethoven .bhs-brand img { width: 146px; }
body.page-template-page-beethoven .bhs-footer-brand img { width: 150px; }
@media (max-width: 820px) {
  body.page-template-page-beethoven .bhs-brand img { width: 124px; }
}

/* ---- Fließtext neben der Überschrift an dieser ausrichten ----
   Im Intro-Abschnitt startete die rechte Textspalte auf Höhe des Eyebrows
   („ZWEI NUTZUNGSPFADE") und damit über der Überschrift. Der Versatz entspricht
   der Eyebrow-Zeile: 22 px Höhe + 18 px Abstand = 40 px.
   Nur ab der zweispaltigen Ansicht — darunter stehen die Blöcke untereinander. */
@media (min-width: 821px) {
  body.page-template-page-beethoven .bhs-intro-copy { padding-top: 40px; }
}
