/* ============================================================
   VitaFamilia · Website-Stylesheet (Welle 044, Relaunch)
   Statischer Nachbau des VitaFamilia-Designsystems der Del Popolo Group.
   Quelle: von Enzo gebauter Entwurf (React) -> hier verlustfrei in
   statisches, self-contained HTML+CSS überführt. Kein Framework,
   keine externen Ressourcen (Schriften lokal als woff2).
   Schrift: Fraunces (Display) + DM Sans (Text), beide Variable Fonts.
   ============================================================ */

/* ============================================================
   Webfonts — lokal, Variable Fonts (latin + latin-ext),
   font-display: swap. Vietnamesisch bewusst nicht eingebunden.
   ============================================================ */
/* ---- DM Sans (Text) ---- */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* ---- Fraunces (Display) ---- */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/fraunces-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/fraunces-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ============================================================
   Farben (verbindliche CI · Del Popolo Group)
   ============================================================ */
:root {
  --vf-sage:        #789687;  /* Salbeigrün · Primärfarbe / Hauptakzent */
  --vf-sage-dark:   #5A786E;  /* Dunkelgrün · Buttons / Hover */
  --vf-sage-deep:   #3E574E;  /* tiefer Salbeiton · Headlines */
  --vf-gold:        #AA8755;  /* Warmgold · sekundärer Akzent (Flächen, Linien, Großtext) */
  --vf-gold-soft:   #C6A679;  /* Warmgold aufgehellt · dekorativ auf dunklem Grund */
  --vf-gold-text:   #856331;  /* Warmgold für kleinen Text auf hell · AA-tauglich (>=4,5:1 auf Creme) */
  --vf-navy:        #0D1F3C;  /* Navy · Group-Klammer / tiefer Text */

  --vf-cream:       #F9F6ED;  /* Warmcreme · Standard-Seitenhintergrund */
  --vf-cream-2:     #F2ECDC;  /* Warmcreme tiefer · Bildflächen / Felder */
  --vf-paper:       #FBF9F2;  /* Papierweiß warm · alternierende Sektionen */
  --vf-white:       #FFFFFF;

  --vf-ink:         #2A2F2C;  /* Fließtext */
  --vf-ink-soft:    #4F5754;  /* Sekundärtext / Beschreibungen */
  --vf-muted:       #6A726E;  /* gedämpft · Disclaimer / Meta (AA-tauglich auf Creme) */
  --vf-line:        #E4DEC9;  /* warme Trennlinie */
  --vf-line-soft:   #EFEAD8;  /* warme Trennlinie, leicht */
  --vf-on-dark:     rgba(255, 255, 255, 0.95);  /* Labels/Eyebrows auf dunklem Sage-Grund (AA) */

  --vf-sage-tint:   rgba(120, 150, 135, 0.10);
  --vf-sage-tint-2: rgba(120, 150, 135, 0.18);

  /* Warmgold-Badge (Hero / Finanzierung) — CI-Warmgold (Del Popolo) */
  --vf-badge-from:  #C9A84C;
  --vf-badge-to:    #B8902F;

  /* ---- Schrift-Familien ---- */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* ---- Layout ---- */
  --container-max:  1180px;
  --container-pad:  32px;
  --section-pad:    96px;

  /* ---- Radien ---- */
  --radius-sm:    8px;
  --radius-md:    12px;
  --radius-lg:    14px;
  --radius-xl:    18px;
  --radius-pill:  999px;
  --radius-button: 10px;
  --accent-rail:  6px;

  /* ---- Schatten (weich, warm getönt) ---- */
  --shadow-card:    0 12px 28px -22px rgba(62, 87, 78, 0.35);
  --shadow-pop:     0 4px 12px -4px rgba(62, 87, 78, 0.50);

  /* ---- Bewegung ---- */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --dur-base:      0.22s;

  /* ---- Fokus-Ring (Barrierefreiheit) ---- */
  --focus-ring:    0 0 0 3px rgba(120, 150, 135, 0.65);
}

/* ============================================================
   Reset & Basis
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--vf-cream);
  color: var(--vf-ink);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, h4, h5 { margin: 0; }
p { margin: 0; }
ul { margin: 0; }

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

/* ============================================================
   Barrierefreiheit — Skip-Link, Fokus, reduzierte Bewegung
   ============================================================ */
.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 200;
  background: var(--vf-sage-deep);
  color: #fff;
  padding: 12px 18px;
  border-radius: var(--radius-button);
  font-weight: 600;
  transition: top var(--dur-base) var(--ease-standard);
}
.skip-link:focus { top: 16px; }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: var(--radius-sm);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius-button);
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.1;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 13px 22px;
  font-size: 15px;
  min-height: 44px;            /* Tap-Ziel >= 44px (Barrierefreiheit) */
  transition: background var(--dur-base) var(--ease-standard),
              border-color var(--dur-base) var(--ease-standard),
              color var(--dur-base) var(--ease-standard);
}
.btn-lg { padding: 16px 26px; font-size: 15.5px; min-height: 48px; }
.btn .arrow { font-weight: 400; }

.btn-primary { background: var(--vf-sage-dark); color: #fff; }
.btn-primary:hover { background: var(--vf-sage-deep); }

.btn-ghost { background: transparent; color: var(--vf-sage-deep); border-color: var(--vf-sage); }
.btn-ghost:hover { background: var(--vf-sage-tint); }

.btn-light { background: #fff; color: var(--vf-sage-deep); }
.btn-light:hover { background: var(--vf-cream-2); }

/* Ghost-Variante auf dunklem Bildgrund (Hero) */
.btn-on-dark { color: #fff; border-color: rgba(255, 255, 255, 0.7); }
.btn-on-dark:hover { background: rgba(255, 255, 255, 0.14); }

/* ============================================================
   Kopfzeile / Navigation
   ============================================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(249, 246, 237, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--vf-line-soft);
}
.header-row {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img { height: 88px; width: auto; display: block; flex-shrink: 0; }

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 15px;
  color: var(--vf-ink-soft);
}
.nav a { white-space: nowrap; padding: 6px 0; transition: color var(--dur-base) var(--ease-standard); }
.nav a:hover { color: var(--vf-sage-deep); }
.nav .nav-phone { color: var(--vf-sage-deep); font-weight: 600; }

.menu-toggle {
  display: none;
  font-size: 28px;
  line-height: 1;
  color: var(--vf-sage-deep);
  background: none;
  border: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 12px var(--container-pad) 22px;
  border-top: 1px solid var(--vf-line-soft);
  background: var(--vf-cream);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: var(--vf-ink-soft);
  font-size: 16px;
  padding: 12px 4px;
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--vf-line-soft);
}
.mobile-nav a.mn-cta { border-bottom: none; }
.mobile-nav .btn { margin-top: 10px; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; overflow: hidden; isolation: isolate; background: var(--vf-sage-deep); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; display: block; }
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(62, 87, 78, 0.74) 0%, rgba(62, 87, 78, 0.62) 24%,
    rgba(62, 87, 78, 0.34) 44%, rgba(62, 87, 78, 0.05) 60%,
    rgba(62, 87, 78, 0) 70%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 72px var(--container-pad) 104px;
  display: grid;
  grid-template-columns: 1.4fr 360px;
  gap: 48px;
  align-items: center;
}
.hero-tick { width: 62px; height: 3px; background: var(--vf-gold-soft); margin-bottom: 18px; }
.hero-kicker {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  margin-bottom: 18px;
  text-shadow: 0 1px 12px rgba(20, 30, 26, 0.5);
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 680px;
  text-shadow: 0 1px 22px rgba(20, 30, 26, 0.3);
}
.hero-sub {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.94);
  margin-top: 22px;
  max-width: 540px;
  line-height: 1.5;
  text-shadow: 0 1px 12px rgba(20, 30, 26, 0.28);
}
.hero-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  color: #F0CD86;
  margin-top: 26px;
  line-height: 1.3;
  text-shadow: 0 1px 14px rgba(20, 30, 26, 0.5);
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.hero-note {
  margin-top: 28px;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  text-shadow: 0 1px 10px rgba(20, 30, 26, 0.6);
}

.hero-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}
.hero-monogram { width: 200px; height: 182px; filter: drop-shadow(0 2px 14px rgba(20, 30, 26, 0.5)); }
.hero-wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 34px;
  color: #fff;
  margin-top: 8px;
  text-shadow: 0 1px 18px rgba(20, 30, 26, 0.5);
}
/* Warmgold-Pille "Kostenerstattung" */
.cost-badge {
  margin-top: 26px;
  background: linear-gradient(135deg, var(--vf-badge-from) 0%, var(--vf-badge-to) 100%);
  color: #fff;
  text-shadow: 0 1px 2px rgba(54, 36, 4, 0.5);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.35;
  text-align: center;
  padding: 18px 30px;
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 28px rgba(20, 30, 26, 0.34);
  max-width: 360px;
}
.cost-badge sup { font-size: 0.7em; }
/* Hero-Badge-Variante: nur auf Mobile sichtbar (Desktop zeigt ihn im rechten Panel) */
.cost-badge--hero-mobile { display: none; }

/* ============================================================
   Sektions-Grundgerüst + SectionHead
   ============================================================ */
.section { padding: var(--section-pad) 0; }
.section-cream { background: var(--vf-cream); }
.section-paper { background: var(--vf-paper); }
.section-sage  { background: var(--vf-sage-dark); }

.section-head { margin-bottom: 44px; }
.section-head .eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vf-gold-text);
  margin-bottom: 10px;
}
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.012em;
  color: var(--vf-sage-deep);
  max-width: 820px;
}
.section-head .lead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--vf-ink-soft);
  max-width: 760px;
  margin-top: 18px;
}
.section-head .rule { height: 1px; background: var(--vf-gold); opacity: 0.55; margin-top: 32px; }

/* onDark-Variante (Leistungen) */
.section-sage .section-head .eyebrow { color: var(--vf-on-dark); }
.section-sage .section-head h2 { color: #fff; }
.section-sage .section-head .lead { color: rgba(255, 255, 255, 0.84); }
.section-sage .section-head .rule { opacity: 0.7; }

/* ============================================================
   "Wofür wir stehen" (values)
   ============================================================ */
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.values-anspruch {
  background: var(--vf-sage-dark); color: #fff; border-radius: var(--radius-xl);
  padding: 40px 36px; display: flex; flex-direction: column;
}
.values-anspruch .lbl {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--vf-on-dark); font-weight: 600; margin-bottom: 18px;
}
.values-anspruch h3 {
  font-family: var(--font-display); color: #fff; font-size: 28px;
  font-weight: 600; line-height: 1.2; letter-spacing: -0.012em;
}
.values-anspruch p { margin-top: 18px; color: rgba(255, 255, 255, 0.88); font-size: 16px; line-height: 1.55; }
.values-anspruch p.it {
  font-family: var(--font-display); font-style: italic;
  color: #ECDAB0; font-size: 16px; line-height: 1.5;
}
.values-anspruch .seals {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 18px; margin-top: 36px;
}
.values-anspruch .seals picture { display: contents; }
.values-anspruch .seal { width: 121px; height: auto; display: block; }
.values-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.value-card {
  background: #fff; border: 1px solid var(--vf-line-soft); border-radius: var(--radius-xl);
  padding: 28px; display: flex; flex-direction: column;
}
.value-card h4 { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--vf-sage-deep); }
.value-card p { color: var(--vf-ink-soft); font-size: 15px; line-height: 1.55; margin-top: 8px; }

/* ============================================================
   "Für wen" (audience)
   ============================================================ */
.audience-grid { display: grid; grid-template-columns: 1fr 320px; gap: 36px; align-items: stretch; }
.audience-list { display: flex; flex-direction: column; gap: 14px; }
.audience-row {
  position: relative;
  background: #fff;
  border: 1px solid var(--vf-line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 280px 1fr;
}
.audience-row::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: var(--accent-rail); background: var(--vf-sage);
}
.audience-row .name {
  padding: 24px 28px 24px 36px; display: flex; align-items: center;
  font-family: var(--font-display); font-size: 21px; font-weight: 600;
  color: var(--vf-sage-deep); letter-spacing: -0.005em; line-height: 1.2;
}
.audience-row .desc {
  padding: 24px 32px; color: var(--vf-ink-soft); font-size: 16px;
  line-height: 1.6; border-left: 1px solid var(--vf-line-soft);
  display: flex; align-items: center;
}
.audience-image { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-card); min-height: 320px; }
.audience-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.audience-note {
  margin-top: 22px; background: var(--vf-sage-tint); border-radius: var(--radius-lg);
  padding: 20px 28px 20px 36px; position: relative;
  display: grid; grid-template-columns: 240px 1fr; gap: 24px; align-items: center;
}
.audience-note::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: var(--accent-rail); background: var(--vf-sage);
}
.audience-note .nlbl { font-size: 17px; font-weight: 600; color: var(--vf-sage-deep); font-family: var(--font-display); }
.audience-note p { color: var(--vf-ink-soft); font-size: 15.5px; line-height: 1.55; }

/* ============================================================
   "Leistungen" (services, dunkel)
   ============================================================ */
.fields-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card {
  background: #fff; border: 1px solid var(--vf-line-soft);
  border-radius: var(--radius-xl); overflow: hidden;
  display: flex; flex-direction: column;
}
.feature-card .field-img { width: 100%; aspect-ratio: 1 / 1; max-height: 200px; overflow: hidden; background: var(--vf-cream-2); }
.feature-card .field-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.feature-card .field-body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 10px; }
.feature-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 21px; color: var(--vf-sage-deep); line-height: 1.2; }
.feature-card p { font-size: 15px; line-height: 1.55; color: var(--vf-ink-soft); }

.services-notes { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.services-note {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  padding: 22px 30px; color: #fff; font-size: 16px; line-height: 1.55; font-weight: 500;
  display: flex; align-items: center;
}

/* ============================================================
   "Klare Abgrenzung" (boundaries)
   ============================================================ */
.boundaries-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.boundary { border-radius: var(--radius-xl); padding: 38px 36px; }
.boundary.is { background: var(--vf-sage-dark); color: #fff; }
.boundary.is h3 { font-family: var(--font-display); color: #fff; font-size: 22px; font-weight: 600; margin-bottom: 18px; }
.boundary.isnot { background: #fff; border: 1px solid var(--vf-line); }
.boundary.isnot h3 { font-family: var(--font-display); color: var(--vf-gold); font-size: 22px; font-weight: 600; margin-bottom: 18px; }
.boundary ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.boundary.is li { position: relative; padding-left: 20px; color: rgba(255, 255, 255, 0.92); font-size: 16px; line-height: 1.5; }
.boundary.is li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--vf-gold-soft);
}
.boundary.isnot li { position: relative; padding-left: 22px; color: var(--vf-ink-soft); font-size: 16px; line-height: 1.5; }
.boundary.isnot li::before { content: "\00D7"; position: absolute; left: 0; top: 0; color: var(--vf-gold); font-size: 18px; font-weight: 600; }
.boundaries-foot {
  margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--vf-gold);
  text-align: center; font-size: 16px; color: var(--vf-ink-soft); font-weight: 500;
}

/* ============================================================
   "Ablauf" (process)
   ============================================================ */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
  position: relative; background: #fff; border: 1px solid var(--vf-line-soft);
  border-radius: var(--radius-xl); padding: 28px 26px 26px;
  display: flex; flex-direction: column; gap: 10px; align-items: center;
  text-align: center; margin-top: 22px;
}
.step .n {
  position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--vf-sage-dark); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-body); font-weight: 700; font-size: 17px;
  box-shadow: var(--shadow-pop);
}
.step h3 { margin-top: 16px; font-family: var(--font-display); font-weight: 600; font-size: 21px; color: var(--vf-sage-deep); line-height: 1.2; }
.step p { font-size: 15px; line-height: 1.55; color: var(--vf-ink-soft); }
.process-foot {
  margin-top: 28px; background: var(--vf-sage-tint); border-radius: var(--radius-md);
  padding: 18px 28px; text-align: center; color: var(--vf-sage-deep); font-size: 15.5px;
}

/* ============================================================
   "Kosten / Finanzierung" (finance) + Rechner
   ============================================================ */
.finance-head-wrap { position: relative; }
.finance-badge { position: absolute; top: 44px; right: 0; display: flex; justify-content: flex-end; }
.finance-badge .cost-badge { margin-top: 0; font-size: 15px; padding: 15px 24px; max-width: 320px; }

.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat-card {
  background: #fff; border: 1px solid var(--vf-line-soft);
  border-radius: var(--radius-xl); padding: 30px 28px;
  display: flex; flex-direction: column; gap: 8px;
}
.stat-card .lbl { font-size: 14.5px; font-weight: 600; color: var(--vf-sage-deep); letter-spacing: -0.005em; }
.stat-card .big {
  margin: 6px 0 4px; line-height: 1.1; letter-spacing: -0.02em;
  font-size: 42px; font-weight: 700; font-family: var(--font-body); color: var(--vf-sage-dark);
}
.stat-card.private .big { font-weight: 500; font-style: italic; font-family: var(--font-display); color: var(--vf-gold); }
.stat-card p { font-size: 15px; line-height: 1.55; color: var(--vf-ink-soft); }

.finance-disclaimer { margin-top: 20px; font-size: 13px; line-height: 1.6; color: var(--vf-muted); max-width: 760px; }

.calc {
  margin-top: 28px; background: #fff; border: 1px solid var(--vf-line);
  border-radius: var(--radius-xl); padding: 32px;
}
.calc .badge-soft {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body); font-size: 12.5px; font-weight: 600; line-height: 1;
  padding: 6px 12px; border-radius: var(--radius-pill);
  background: var(--vf-sage-tint); color: var(--vf-sage-deep);
  margin-bottom: 12px;
}
.calc h3 { font-family: var(--font-display); font-size: 24px; color: var(--vf-sage-deep); font-weight: 600; margin: 0 0 6px; }
.calc .calc-sub { color: var(--vf-ink-soft); font-size: 15px; margin: 0 0 22px; max-width: 640px; line-height: 1.55; }
.calc-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 20px; }
.field-group { display: flex; flex-direction: column; gap: 8px; }
.field-group label {
  font-family: var(--font-body); font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--vf-gold-text);
}
.field-group select, .field-group input {
  width: 100%; padding: 13px 14px; border: 1px solid var(--vf-line);
  border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 16px;
  color: var(--vf-ink); background: #fff; min-height: 48px;
}
.field-group select {
  padding-right: 38px; cursor: pointer; appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23AA8755' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat; background-position: right 14px center;
}
.calc-result {
  background: var(--vf-cream); border-radius: var(--radius-md);
  padding: 18px 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.calc-result .res small {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--vf-ink-soft); font-weight: 500; display: block; margin-bottom: 4px;
}
.calc-result .res b { font-weight: 700; color: var(--vf-sage-deep); font-size: 22px; }
.calc-fine { margin-top: 14px; font-size: 12.5px; color: var(--vf-muted); font-style: italic; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { border-top: 1px solid var(--vf-line); max-width: 920px; }
.faq { border-bottom: 1px solid var(--vf-line); }
.faq > summary {
  cursor: pointer; padding: 22px 0; display: flex; justify-content: space-between;
  align-items: center; gap: 22px; font-family: var(--font-display);
  font-size: 19px; font-weight: 600; color: var(--vf-sage-deep); line-height: 1.3;
  list-style: none;
}
.faq > summary::-webkit-details-marker { display: none; }
.faq > summary::after { content: "+"; font-family: var(--font-body); font-size: 26px; font-weight: 400; color: var(--vf-gold); flex-shrink: 0; line-height: 1; }
.faq[open] > summary::after { content: "\2013"; }
.faq .answer { padding: 0 0 24px; max-width: 840px; font-size: 16px; line-height: 1.65; color: var(--vf-ink-soft); }

/* ============================================================
   Kontakt
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; min-height: 560px; }
.contact-left {
  position: relative; overflow: hidden; padding: 96px 72px;
  display: flex; flex-direction: column; justify-content: center; color: #fff;
}
.contact-bg { position: absolute; inset: 0; z-index: 0; }
.contact-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; }
.contact-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(62, 87, 78, 0.82) 0%, rgba(62, 87, 78, 0.66) 60%, rgba(90, 120, 110, 0.6) 100%);
}
.contact-left .inner { position: relative; z-index: 1; }
.contact-tick { width: 62px; height: 3px; background: var(--vf-gold); margin-bottom: 24px; }
.contact-kicker { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.82); font-weight: 500; margin-bottom: 18px; }
.contact-left h2 { font-family: var(--font-display); color: #fff; font-size: clamp(32px, 3.4vw, 44px); font-weight: 600; line-height: 1.15; }
.contact-left .ctext { margin-top: 22px; color: rgba(255, 255, 255, 0.88); font-size: 17px; line-height: 1.55; max-width: 520px; }
.contact-left .cbtn { margin-top: 36px; }
.contact-left .reassure { margin-top: 18px; font-size: 13px; color: rgba(255, 255, 255, 0.65); }

.contact-right { background: var(--vf-sage-dark); padding: 56px; display: flex; align-items: center; justify-content: center; }
.contact-card { background: var(--vf-cream); border-radius: var(--radius-xl); padding: 36px; width: 100%; max-width: 420px; }
.contact-card .logo { height: 88px; width: auto; display: block; margin: 0 auto 20px; }
.contact-card .divider { height: 1px; background: var(--vf-gold); width: 60px; margin-bottom: 16px; opacity: 0.7; }
.contact-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--vf-sage-deep); margin-bottom: 16px; }
.contact-row { margin-bottom: 14px; }
.contact-row small { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--vf-gold-text); font-weight: 600; display: block; margin-bottom: 4px; }
.contact-row b { font-weight: 700; color: var(--vf-sage-deep); font-size: 18px; }
.contact-row b.sm { font-size: 16px; }
.contact-row span { display: block; font-size: 14.5px; color: var(--vf-ink-soft); margin-top: 1px; }
.contact-row a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.contact-row a:hover { color: var(--vf-sage); }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--vf-sage-deep); color: rgba(255, 255, 255, 0.78); padding: 64px 0 28px; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 44px; }
.footer-logo-box { background: var(--vf-cream); border-radius: 16px; padding: 6px 14px; display: inline-block; }
.footer-logo-box img { height: 96px; width: auto; display: block; }
.footer-about { color: rgba(255, 255, 255, 0.6); max-width: 340px; margin-top: 12px; line-height: 1.55; font-size: 14px; }
.footer h5 { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--vf-gold-soft); font-weight: 600; margin-bottom: 16px; }
.footer ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer ul a { transition: color var(--dur-base) var(--ease-standard); }
.footer ul a:hover { color: #fff; }
.footer-bottom {
  padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 13px; color: rgba(255, 255, 255, 0.55);
}
.footer-legal { display: flex; gap: 22px; }
.footer-legal a:hover { color: #fff; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1140px) {
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .finance-badge { position: static; margin-top: 18px; justify-content: flex-start; }
}
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-left { padding: 64px 32px; }
}
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  /* Gold-Badge stattdessen prominent im Textfluss (oberer Sichtbereich) */
  .cost-badge--hero-mobile {
    display: block;
    max-width: 100%;
    margin: 8px 0 10px;
    font-size: 18px;
    padding: 16px 26px;
  }
  .hero-bg::after { background: linear-gradient(180deg, rgba(62, 87, 78, 0.58) 0%, rgba(62, 87, 78, 0.74) 100%); }
  .values-grid, .audience-grid, .boundaries-grid { grid-template-columns: 1fr; }
  .audience-note { grid-template-columns: 1fr; gap: 8px; }
  .fields-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .services-notes { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  :root { --section-pad: 64px; }
  .header-row { height: 80px; }
  .brand img { height: 56px; }
  .hero-grid { padding: 48px var(--container-pad) 64px; }
  .stat-grid, .calc-controls, .calc-result { grid-template-columns: 1fr; }
  .finance-badge { position: static; margin: 4px 0 10px; justify-content: center; }
  .finance-badge .cost-badge { max-width: 100%; width: 100%; }
  .audience-row { grid-template-columns: 1fr; }
  .audience-row .desc { border-left: none; border-top: 1px solid var(--vf-line-soft); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 540px) {
  .fields-grid, .process-grid, .values-cards { grid-template-columns: 1fr; }
  .contact-left { padding: 48px 24px; }
  .contact-right { padding: 32px; }
  .values-anspruch { padding: 32px 22px; }
  .values-anspruch .seals { flex-wrap: nowrap; gap: 8px; justify-content: space-between; margin-top: 28px; }
  .values-anspruch .seal { width: calc((100% - 16px) / 3); max-width: 108px; }
}
