/* Local Google Fonts — DSGVO-konform */
  @font-face { font-family: 'Karla'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(../fonts/karla-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: 'Karla'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(../fonts/karla-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: 'Libre Baskerville'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(../fonts/libre-baskerville-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: 'Libre Baskerville'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(../fonts/libre-baskerville-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: 'Libre Baskerville'; font-style: italic; font-weight: 400; font-display: swap; src: url(../fonts/libre-baskerville-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; }
  @font-face { font-family: 'Libre Baskerville'; font-style: italic; font-weight: 400; font-display: swap; src: url(../fonts/libre-baskerville-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: 'Space Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/space-mono-regular-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: 'Space Mono'; font-style: normal; font-weight: 700; font-display: swap; src: url(../fonts/space-mono-bold-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; }
  :root {
    --gold: #C8AA6E;
    --gold-glow: rgba(200,170,110,0.6);
    --gold-subtle: rgba(200,170,110,0.12);
    --dark: #1C2E4A;
    --dark-deeper: #121E36;
    --surface: #F0ECE4;
    --surface-dark: #DED8CE;
    --surface-light: #F5F2EC;
    --text: #1C2434;
    --text-secondary: #5A6478;
    --border: #D0C8BC;
    --white: #ffffff;

    --font-headline: 'Libre Baskerville', Georgia, serif;
    --font-body: 'Karla', system-ui, sans-serif;
    --font-mono: 'Space Mono', monospace;

    --grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; overflow-x: hidden; }

  body {
    font-family: var(--font-body);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  /* === DRAFT BANNER === */
  .draft-banner {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 2000;
    background: var(--dark-deeper);
    color: var(--gold);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 16px;
    border-bottom: 1px solid var(--gold-subtle);
  }
  /* Banner-Kompensation greift NUR, wenn ein Draft-Banner im DOM ist.
     Live (ohne Banner) sitzt die Nav bei top:0. */
  body:has(.draft-banner) { padding-top: 30px; }
  .draft-banner ~ .nav { top: 30px; }

  /* === GRAIN OVERLAY === */
  .grain::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--grain);
    background-size: 180px;
    pointer-events: none;
    z-index: 1;
  }

  /* === ANIMATIONS === */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* === NAVIGATION === */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: linear-gradient(180deg, rgba(240,236,228,0.90) 0%, rgba(240,236,228,0) 100%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid transparent;
    transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
  }
  .nav.scrolled {
    background: rgba(28,46,74,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom-color: rgba(200,170,110,0.10);
  }
  /* Gescrollt (solides Navy): heller Text zurueck */
  .nav.scrolled .nav-logo { color: var(--surface); }
  .nav.scrolled .nav-logo-text span { color: var(--gold); }
  .nav.scrolled .nav-links a { color: rgba(240,236,228,0.7); }
  .nav.scrolled .nav-links a:hover { color: var(--gold); }
  .nav.scrolled .nav-hamburger span { background: var(--surface); }

  .nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--dark);
  }

  .nav-logo-symbol {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cfilter id='g' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='1.2'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='%23C8AA6E'%3E%3Crect x='13.5' y='1.5' width='5' height='5'/%3E%3Crect x='7.5' y='7.5' width='5' height='5'/%3E%3Crect x='13.5' y='7.5' width='5' height='5'/%3E%3Crect x='19.5' y='7.5' width='5' height='5'/%3E%3Crect x='1.5' y='13.5' width='5' height='5'/%3E%3Crect x='7.5' y='13.5' width='5' height='5'/%3E%3Crect x='19.5' y='13.5' width='5' height='5'/%3E%3Crect x='25.5' y='13.5' width='5' height='5'/%3E%3Crect x='7.5' y='19.5' width='5' height='5'/%3E%3Crect x='13.5' y='19.5' width='5' height='5'/%3E%3Crect x='19.5' y='19.5' width='5' height='5'/%3E%3Crect x='13.5' y='25.5' width='5' height='5'/%3E%3C/g%3E%3Crect x='13.5' y='13.5' width='5' height='5' fill='%23F0ECE4' filter='url(%23g)'/%3E%3Crect x='13.5' y='13.5' width='5' height='5' fill='%23F0ECE4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .nav-logo-text {
    font-family: var(--font-headline);
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .nav-logo-text span { color: #A8843A; }

  .nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-links a {
    color: rgba(28,46,74,0.74);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s;
    padding: 12px 0;
    display: inline-block;
  }

  .nav-links a:hover { color: #A8843A; }

  .nav-cta {
    padding: 9px 18px !important; background: var(--gold); color: var(--dark) !important;
    border-radius: 4px; transition: transform 0.2s, background 0.2s;
  }
  .nav-cta:hover { background: #B89A5E !important; color: var(--dark) !important; transform: translateY(-1px); }

  .nav-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    min-width: 48px;
    min-height: 48px;
  }

  .nav-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--dark);
    margin: 5px 0;
    transition: transform 0.3s, opacity 0.3s;
  }

  /* ════════════════ NAV DROPDOWN (Cockpit / Branchen / Über uns) ════════════════
     Aus der bisherigen Inline-Nav ins geteilte System gehoben. Angepasst ans neue
     Design: Toggle-Farbe folgt dem normalen Nav-Link (dunkel im Ausgangszustand →
     hell wenn .nav.scrolled → hell im offenen Mobile-Panel). Breakpoint 768px. */
  .nav-links > li { position: relative; display: inline-flex; align-items: center; }
  .nav-dropdown-toggle {
    font-family: var(--font-body); font-size: 0.8rem; font-weight: 500;
    letter-spacing: 1px; text-transform: uppercase;
    color: rgba(28,46,74,0.74); background: none; border: none; cursor: pointer;
    padding: 12px 0; transition: color 0.2s;
    display: inline-flex; align-items: center; gap: 6px;
  }
  .nav-dropdown-toggle:hover { color: #A8843A; }
  /* Layout an .nav-caret-right (Heilberufe-Pfeil) angeglichen: gleiche Größe,
     volle Deckung, gleicher Gold-Ton — Carets über alle Ebenen einheitlich. */
  .nav-caret { font-size: 1rem; opacity: 1; transition: transform 0.2s; display: inline-block; line-height: 1; color: rgba(200,170,110,0.85); }
  .nav-dropdown.open .nav-dropdown-toggle { color: #A8843A; }
  .nav-dropdown.open .nav-caret { transform: rotate(180deg); }
  /* Gescrollt (solides Navy): heller Toggle-Text wie die übrigen Nav-Links */
  .nav.scrolled .nav-dropdown-toggle { color: rgba(240,236,228,0.7); }
  .nav.scrolled .nav-dropdown-toggle:hover,
  .nav.scrolled .nav-dropdown.open .nav-dropdown-toggle { color: var(--gold); }

  .nav-dropdown-menu {
    display: none; list-style: none; padding: 8px 0; margin: 8px 0 0;
    position: absolute; top: 100%; left: -16px; min-width: 240px;
    background: var(--dark); border: 1px solid rgba(200,170,110,0.18);
    border-radius: 6px; box-shadow: 0 12px 32px rgba(0,0,0,0.25); z-index: 110;
  }
  /* Unsichtbare Brücke über den 8px-Spalt: hält den Hover am Leben, wenn die
     Maus vom Toggle zum Menü wandert (sonst schließt es im Zwischenraum). */
  .nav-dropdown-menu::before { content: ''; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
  .nav-dropdown.open .nav-dropdown-menu { display: block; }
  .nav-dropdown-menu li { display: block; margin: 0; }
  .nav-dropdown-menu li a {
    display: block; padding: 10px 18px; font-size: 0.78rem;
    text-transform: none; letter-spacing: 0.5px;
    color: rgba(240,236,228,0.75); text-decoration: none;
  }
  .nav-dropdown-menu li a:hover { color: var(--gold); background: rgba(200,170,110,0.06); }

  /* Submenu (Drill-Down, z.B. Branchen ▸ Heilberufe) */
  .nav-submenu { position: relative; display: flex !important; align-items: center; justify-content: space-between; }
  .nav-submenu-link { flex: 1; display: block; padding: 10px 6px 10px 18px; font-size: 0.78rem; text-transform: none; letter-spacing: 0.5px; color: rgba(240,236,228,0.75); text-decoration: none; }
  .nav-submenu-link:hover { color: var(--gold); background: rgba(200,170,110,0.06); }
  .nav-submenu-toggle { background: none; border: none; cursor: pointer; padding: 10px 18px; color: rgba(200,170,110,0.85); transition: color 0.2s, background 0.2s; display: inline-flex; align-items: center; justify-content: center; min-width: 44px; }
  .nav-submenu-toggle:hover, .nav-submenu-toggle:focus { color: var(--gold); background: rgba(200,170,110,0.1); outline: none; }
  .nav-caret-right { font-size: 1rem; opacity: 1; transition: transform 0.2s; display: inline-block; line-height: 1; }
  .nav-submenu.open .nav-caret-right { transform: rotate(90deg); }
  .nav-submenu-list { display: none; list-style: none; padding: 8px 0; margin: 0; position: absolute; top: -9px; left: calc(100% + 6px); min-width: 220px; background: var(--dark); border: 1px solid rgba(200,170,110,0.18); border-radius: 6px; box-shadow: 0 12px 32px rgba(0,0,0,0.25); }
  .nav-submenu-list li { display: block; margin: 0; }
  .nav-submenu-list li a { display: block; padding: 10px 18px; font-size: 0.78rem; text-transform: none; letter-spacing: 0.5px; color: rgba(240,236,228,0.75); text-decoration: none; }
  .nav-submenu-list li a:hover { color: var(--gold); background: rgba(200,170,110,0.06); }
  @media (min-width: 769px) {
    /* Desktop: Dropdowns öffnen per Hover (Maus weg → schließt automatisch, keine Überlagerung).
       :focus-within hält Tastatur-Bedienung am Leben, ohne JS. */
    .nav-dropdown:hover > .nav-dropdown-menu,
    .nav-dropdown:focus-within > .nav-dropdown-menu { display: block; }
    .nav-submenu:hover .nav-submenu-list,
    .nav-submenu:focus-within .nav-submenu-list,
    .nav-submenu.open .nav-submenu-list { display: block; }
  }

  /* Dropdown im offenen Mobile-Panel (Akkordeon statt Flyout) */
  @media (max-width: 768px) {
    .nav-links.open .nav-dropdown { width: 100%; flex-direction: column; align-items: flex-start; }
    .nav-links.open .nav-dropdown-toggle { padding: 12px 0; width: 100%; justify-content: space-between; color: rgba(240,236,228,0.85); }
    .nav-links.open .nav-dropdown-menu {
      position: static; box-shadow: none; border: none;
      background: rgba(0,0,0,0.18); padding: 4px 0 8px; min-width: 0; width: 100%; margin: 0;
    }
    .nav-links.open .nav-dropdown-menu li a { padding: 10px 16px; }
    .nav-links.open .nav-submenu { flex-wrap: wrap; }
    .nav-links.open .nav-submenu-link { padding: 10px 16px; }
    .nav-links.open .nav-submenu-toggle { min-height: 44px; padding: 10px 18px; border-left: 1px solid rgba(200,170,110,0.22); }
    .nav-links.open .nav-submenu-list { display: none; position: static; box-shadow: none; border: none; background: rgba(0,0,0,0.18); width: 100%; margin: 0; padding: 4px 0 8px; }
    .nav-links.open .nav-submenu.open .nav-submenu-list { display: block; }
    .nav-links.open .nav-submenu-list li a { padding: 10px 32px; }
  }

  /* === HERO — Asymmetric Split (55/45) === */
  .hero {
    min-height: 100vh;
    /* Hintergrundbild pro Seite im Inline-<style> setzen (relativer Pfad loest gegen das HTML-Dokument auf) */
    background: var(--surface-light) center / cover no-repeat;
    position: relative;
    overflow: hidden;
    padding: 156px 0 100px;
    display: flex;
    align-items: center;
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(95deg,
      rgba(245,242,236,0.975) 0%,
      rgba(245,242,236,0.94) 40%,
      rgba(245,242,236,0.74) 54%,
      rgba(245,242,236,0.32) 72%,
      rgba(245,242,236,0) 100%);
    z-index: 0;
  }

  .hero-grid {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .hero-text { max-width: 600px; animation: fadeUp 1s ease-out 0.1s both; }

  .hero-eyebrow {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #94762F;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  .hero-eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: #94762F;
  }

  .hero h1 {
    font-family: var(--font-headline);
    font-size: clamp(2.4rem, 4.5vw, 3.6rem);
    font-weight: 700;
    color: var(--text);
    line-height: 1.12;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
  }
  .hero h1 em {
    font-style: italic;
    color: #A8843A;
    font-weight: 400;
  }

  .hero-sub-mini {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 540px;
    animation: fadeUp 1s ease-out 0.3s both;
  }

  /* USP-Pfeiler */
  .hero-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 36px;
    max-width: 100%;
    animation: fadeUp 1s ease-out 0.4s both;
  }
  .pillar { position: relative; padding-left: 16px; }
  .pillar-mark {
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background: var(--gold);
  }
  .pillar-title {
    font-family: var(--font-headline);
    font-size: 0.95rem;
    color: var(--text);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
  }
  .pillar-desc {
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.5;
  }

  /* Hero CTAs */
  .hero-cta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    animation: fadeUp 1s ease-out 0.5s both;
  }
  .btn {
    display: inline-block;
    padding: 16px 32px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.25s ease;
    cursor: pointer;
  }
  .btn-primary {
    background: var(--gold);
    color: var(--dark);
    border: 1.5px solid var(--gold);
    display: inline-block;
    padding: 16px 32px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.25s ease;
    cursor: pointer;
  }
  .btn-primary:hover {
    background: var(--gold-hover, #B89A5E);
    border-color: var(--gold-hover, #B89A5E);
    transform: translateY(-1px);
  }
  .btn-ghost {
    background: transparent;
    color: var(--dark);
    border: 1.5px solid rgba(28,46,74,0.28);
    display: inline-block;
    padding: 16px 32px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.25s ease;
    cursor: pointer;
  }
  .btn-ghost:hover {
    border-color: var(--gold);
    background: rgba(200,170,110,0.08);
  }

  .hero-trust {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 0.78rem;
    letter-spacing: 0.8px;
    color: var(--text-secondary);
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: fadeUp 1s ease-out 0.6s both;
  }
  .hero-trust li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .hero-trust li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
  }

  /* === SECTION SHARED === */
  .section {
    padding: 100px 40px;
    position: relative;
  }

  .section-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .section-label {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    opacity: 0.55;
    margin-bottom: 12px;
  }

  .section-title {
    font-family: var(--font-headline);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .section-subtitle {
    font-family: var(--font-body);
    font-size: 1.05rem;
    max-width: 560px;
    line-height: 1.7;
    margin-bottom: 48px;
  }

  /* === MEHR ALS EIN SCHAUFENSTER (drei Stufen) === */
  .stages {
    background: var(--surface);
  }
  .stages .section-subtitle { color: var(--text-secondary); }
  .stages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .stage-card {
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .stage-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  .stage-card:hover::before { transform: scaleX(1); }
  .stage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  }
  .stage-number {
    font-family: var(--font-mono);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 20px;
    display: block;
  }
  .stage-card h3 {
    font-family: var(--font-headline);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text);
  }
  .stage-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
  }

  /* === SPLIT-SEKTIONEN (Cockpit + Belegfluss) === */
  .split {
    position: relative;
  }
  .split.cockpit { background: var(--white); }
  .split-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  .split-wrapper.media-right .split-media { order: 2; }
  .split-media {
    position: relative;
  }
  .split-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(28,46,74,0.14), 0 0 0 1px var(--border);
  }
  .split-text .section-subtitle { color: var(--text-secondary); }
  .split-body p {
    font-size: 1.02rem;
    color: var(--text-secondary);
    line-height: 1.75;
    margin-bottom: 18px;
  }
  .split-cta {
    display: inline-block;
    margin-top: 14px;
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 0.4px;
    transition: color 0.3s;
  }
  .split-cta:hover { color: #B89A5E; }

  /* === LEISTUNGEN === */
  .services {
    background: var(--surface);
  }

  .services .section-subtitle { color: var(--text-secondary); }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .service-card {
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 40px 32px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
  }

  .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }

  .service-card:hover::before { transform: scaleX(1); }

  .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  }

  .service-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
  }

  .service-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 70%, rgba(200,170,110,0.1), transparent 60%);
  }

  .service-icon svg {
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1;
  }

  .service-card h3 {
    font-family: var(--font-headline);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text);
  }

  .service-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
  }

  .service-card .card-cta {
    display: inline-block;
    margin-top: 20px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s, gap 0.3s;
  }

  .service-card .card-cta::after {
    content: ' \2192';
    transition: margin-left 0.3s;
    margin-left: 4px;
  }

  .service-card:hover .card-cta::after {
    margin-left: 10px;
  }

  /* === WEBSITE CHECK (LEAD GEN) === */
  .check {
    background: var(--white);
  }

  .check-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .check-text .section-title { color: var(--text); }
  .check-text .section-subtitle { color: var(--text-secondary); margin-bottom: 24px; }

  .check-features {
    list-style: none;
    margin-top: 20px;
  }

  .check-features li {
    font-size: 0.9rem;
    color: var(--text-secondary);
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .check-features li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
  }

  .check-form-wrapper {
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 44px;
    position: relative;
  }

  .check-form-wrapper::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 40px;
    right: 40px;
    height: 3px;
    background: var(--gold);
    border-radius: 0 0 3px 3px;
  }

  .check-form-wrapper h3 {
    font-family: var(--font-headline);
    font-size: 1.2rem;
    margin-bottom: 24px;
    color: var(--text);
  }

  .form-group { margin-bottom: 18px; }

  .form-group label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 6px;
  }

  .form-group input,
  .form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text);
    background: var(--white);
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
  }

  .form-group input:focus,
  .form-group select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(200,170,110,0.12);
  }

  .form-group input::placeholder { color: var(--border); }

  .btn-submit {
    width: 100%;
    padding: 16px;
    background: var(--gold);
    color: var(--dark);
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    margin-top: 8px;
  }

  .btn-submit:hover {
    background: #B89A5E;
    transform: translateY(-1px);
  }

  .consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.78rem;
    color: var(--text-secondary);
    margin-bottom: 18px;
    line-height: 1.5;
    cursor: pointer;
  }
  .consent-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: var(--gold);
    cursor: pointer;
  }
  .consent-label a {
    color: var(--gold);
    text-decoration: underline;
  }

  .form-hint {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 14px;
    opacity: 0.6;
    text-align: center;
  }

  .form-success { display: none; text-align: center; padding: 32px 16px; }
  .form-success .check-icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--gold); color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; margin: 0 auto 16px;
  }
  .form-success h4 { font-family: var(--font-headline); font-size: 1.2rem; margin-bottom: 8px; }
  .form-success p { font-size: 0.9rem; color: var(--text-secondary); }

  .form-error { display: none; text-align: center; padding: 32px 16px; }
  .form-error .error-icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: #c0392b; color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; font-weight: 700; margin: 0 auto 16px;
  }
  .form-error h4 { font-family: var(--font-headline); font-size: 1.2rem; margin-bottom: 8px; }
  .form-error p { font-size: 0.9rem; color: var(--text-secondary); margin-bottom: 20px; }
  .form-error a { color: var(--gold); }

  .visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .btn-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }

  /* === QUICK CHECK RESULT === */
  .quick-check-input { display: flex; gap: 12px; }
  .quick-check-input input {
    flex: 1; padding: 14px 16px;
    border: 1px solid var(--border); border-radius: 8px;
    font-family: var(--font-body); font-size: 0.95rem; color: var(--text);
    background: var(--white); transition: border-color 0.3s, box-shadow 0.3s; outline: none;
  }
  .quick-check-input input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,170,110,0.12); }
  .quick-check-input input::placeholder { color: var(--border); }
  .quick-check-input button {
    padding: 14px 28px; background: var(--gold); color: var(--dark);
    font-family: var(--font-body); font-size: 0.85rem; font-weight: 600;
    letter-spacing: 0.5px; text-transform: uppercase; border: none; border-radius: 8px;
    cursor: pointer; transition: background 0.3s, transform 0.2s; white-space: nowrap;
  }
  .quick-check-input button:hover { background: #B89A5E; transform: translateY(-1px); }
  .quick-check-input button:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

  .hp-field { position: absolute; left: -9999px; opacity: 0; }

  .quick-check-hint { font-size: 0.75rem; color: var(--text-secondary); margin-top: 10px; opacity: 0.6; text-align: center; }
  .quick-check-error {
    display: none; margin-top: 16px; padding: 12px 16px;
    background: rgba(200,50,50,0.08); border: 1px solid rgba(200,50,50,0.2);
    border-radius: 8px; color: #8B2020; font-size: 0.9rem;
  }
  .quick-check-loading { display: none; text-align: center; padding: 40px 16px; }
  .quick-check-loading .spinner {
    width: 48px; height: 48px; border: 3px solid var(--border);
    border-top-color: var(--gold); border-radius: 50%;
    animation: spin 0.8s linear infinite; margin: 0 auto 16px;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
  .quick-check-loading p { font-size: 0.9rem; color: var(--text-secondary); }
  .quick-check-result { display: none; padding: 8px 0 0; }

  .result-header { text-align: center; margin-bottom: 28px; }
  .result-preliminary {
    display: inline-block; font-size: 0.7rem; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
  }
  .score-circle { position: relative; width: 120px; height: 120px; margin: 0 auto 12px; }
  .score-circle svg { width: 100%; height: 100%; transform: rotate(-90deg); }
  .score-circle .track { fill: none; stroke: var(--border); stroke-width: 6; }
  .score-circle .progress { fill: none; stroke-width: 6; stroke-linecap: round; transition: stroke-dashoffset 1.2s ease-out, stroke 0.3s; }
  .score-value { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .score-value .number { font-family: var(--font-headline); font-size: 2rem; font-weight: 700; color: var(--text); line-height: 1; }
  .score-value .of-ten { font-size: 0.75rem; color: var(--text-secondary); }
  .result-disclaimer { font-size: 0.78rem; color: var(--text-secondary); line-height: 1.5; text-align: center; margin-bottom: 24px; }
  .result-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
  .result-cat { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 16px; position: relative; overflow: hidden; }
  .result-cat::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; }
  .result-cat.cat-good::before { background: #3A8F5C; }
  .result-cat.cat-okay::before { background: #C8AA6E; }
  .result-cat.cat-bad::before  { background: #B84233; }
  .result-cat-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
  .result-cat-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: var(--text); }
  .result-cat-score { font-family: var(--font-headline); font-size: 0.9rem; font-weight: 700; }
  .result-cat.cat-good .result-cat-score { color: #3A8F5C; }
  .result-cat.cat-okay .result-cat-score { color: #C8AA6E; }
  .result-cat.cat-bad  .result-cat-score { color: #B84233; }
  .result-cat-checks { list-style: none; font-size: 0.8rem; color: var(--text-secondary); }
  .result-cat-checks li { padding: 3px 0; display: flex; align-items: flex-start; gap: 6px; line-height: 1.4; margin-bottom: 0; }
  .result-cat-checks .icon-pass { color: #3A8F5C; flex-shrink: 0; }
  .result-cat-checks .icon-fail { color: #B84233; flex-shrink: 0; }
  .result-cat-checks .icon-warn { color: #C8AA6E; flex-shrink: 0; }
  .result-cta { text-align: center; padding: 20px 0 0; border-top: 1px solid var(--border); }
  .result-cta p { font-size: 0.85rem; color: var(--text-secondary); margin-bottom: 14px; line-height: 1.6; }
  .result-cta .btn-full-analysis {
    display: inline-block; padding: 14px 32px; background: var(--dark); color: var(--surface);
    font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px;
    text-transform: uppercase; text-decoration: none; border-radius: 8px; transition: background 0.3s, transform 0.2s;
  }
  .result-cta .btn-full-analysis:hover { background: #263E5C; transform: translateY(-1px); }
  .result-cta .result-cta-hint { font-size: 0.72rem; color: var(--text-secondary); margin-top: 10px; opacity: 0.5; }

  /* === ABOUT (verkleinert) === */
  .about { background: var(--surface); }
  .about-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 48px;
    align-items: center;
  }
  .about-image {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 3/4;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
  }
  .about-image img {
    width: 100%; height: 100%; object-fit: cover; object-position: center top;
    filter: grayscale(15%) contrast(1.05);
  }
  .about-image::after {
    content: ''; position: absolute; inset: 0; border-radius: 12px;
    border: 1px solid var(--border); box-shadow: 12px 12px 0 var(--dark);
  }
  .about-text p { font-size: 1rem; color: var(--text-secondary); line-height: 1.75; margin-bottom: 16px; }
  .about-trust { display: flex; gap: 16px; margin-top: 24px; flex-wrap: wrap; }
  .trust-badge {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.8rem; font-weight: 500; color: var(--text);
    padding: 10px 18px; border: 1px solid var(--border); border-radius: 8px; background: var(--white);
  }
  .trust-badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

  /* === CONTACT SECTION === */
  .contact { background: var(--white); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .contact-text .section-subtitle { margin-bottom: 32px; color: var(--text-secondary); }
  .contact-details { margin-top: 32px; }
  .contact-details p { font-size: 0.95rem; color: var(--text-secondary); margin-bottom: 8px; }
  .contact-details a { color: var(--gold); text-decoration: none; font-weight: 500; }
  .contact-form-wrapper { background: var(--surface-light); border: 1px solid var(--border); border-radius: 16px; padding: 40px 36px; }
  .contact-form-wrapper textarea {
    font-family: var(--font-body); width: 100%; padding: 14px 16px;
    border: 1px solid var(--border); border-radius: 8px; background: var(--white);
    font-size: 0.95rem; color: var(--text); resize: vertical; transition: border-color 0.3s;
  }
  .contact-form-wrapper textarea:focus { outline: none; border-color: var(--gold); }

  /* === BRANCHES (Layer-2 Querverlink.) === */
  .branches { background: var(--white); }
  .branches-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 36px; }
  .branche-card {
    background: var(--surface-light); border: 1px solid var(--border); border-radius: 6px;
    padding: 28px 26px; text-decoration: none; color: inherit;
    display: flex; flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  }
  .branche-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(28,36,52,0.06); border-color: rgba(200,170,110,0.4); }
  .branche-card-eyebrow { font-family: var(--font-body); font-size: 0.74rem; font-weight: 600; color: var(--gold); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
  .branche-card h3 { font-family: var(--font-headline); font-size: 1.15rem; font-weight: 700; color: var(--text); margin-bottom: 10px; line-height: 1.35; }
  .branche-card p { font-size: 0.93rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 16px; flex: 1; }
  .branche-card-cta { font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; color: var(--gold); letter-spacing: 0.4px; }

  /* === FAQ === */
  .faq { background: var(--surface); }
  .faq-grid { max-width: 800px; margin: 0 auto; }
  .faq-item { border-bottom: 1px solid var(--border); }
  .faq-question {
    width: 100%; background: none; border: none; padding: 24px 0;
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    cursor: pointer; text-align: left; font-family: var(--font-headline);
    font-size: 1rem; font-weight: 700; color: var(--text); line-height: 1.4; transition: color 0.3s;
  }
  .faq-question:hover { color: var(--gold); }
  .faq-icon {
    width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    transition: border-color 0.3s, transform 0.3s;
  }
  .faq-icon svg { width: 14px; height: 14px; stroke: var(--text-secondary); transition: stroke 0.3s; }
  .faq-item.open .faq-icon { border-color: var(--gold); transform: rotate(45deg); }
  .faq-item.open .faq-icon svg { stroke: var(--gold); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; }
  .faq-answer-inner { padding: 0 0 24px; font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; }
  .faq-answer-inner a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }

  /* === PRO/CONTRA-VERGLEICH (scope) — „Das übernehmen wir / das nicht" ===
     Zwei-Spalten-Block für Leistungs-Abgrenzung. Section bekommt zusätzlich eine
     bg-Utility (Alternation). Innen: .scope-grid > .scope-col.do / .scope-col.dont. */
  .scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 12px; }
  .scope-col { border: 1px solid var(--border); border-radius: 14px; padding: 36px 32px; position: relative; overflow: hidden; }
  .scope-col.do { background: var(--surface-light); }
  .scope-col.dont { background: var(--white); }
  .scope-col::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
  .scope-col.do::before { background: #3A8F5C; }
  .scope-col.dont::before { background: #B84233; }
  .scope-col h3 { font-family: var(--font-headline); font-size: 1.2rem; font-weight: 700; margin-bottom: 20px; color: var(--text); }
  .scope-list { list-style: none; padding: 0; margin: 0; }
  .scope-list li { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.55; padding: 9px 0 9px 30px; position: relative; }
  .scope-list li::before { position: absolute; left: 0; top: 8px; font-size: 1rem; font-weight: 700; }
  .scope-col.do .scope-list li::before { content: '\2713'; color: #3A8F5C; }
  .scope-col.dont .scope-list li::before { content: '\2715'; color: #B84233; }
  .scope-footer { font-size: 0.9rem; color: var(--text); font-style: italic; line-height: 1.6; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); }

  /* === SCHLUSS-CTA (final-cta) — schlanker Abschluss-Block ===
     Zentrierter Akzent in surface-light. Verlinkt den ZENTRALEN Kontakt (/#kontakt),
     statt das Formular pro Seite zu duplizieren. Eigener Hintergrund -> keine bg-Utility. */
  .final-cta { background: var(--surface-light); text-align: center; }
  .final-cta .section-label { text-align: center; }
  .final-cta .section-title { max-width: 700px; margin-left: auto; margin-right: auto; }
  .final-cta p { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.7; max-width: 580px; margin: 0 auto 32px; }

  /* ════════════════ SPOKE-BAUSTEINE (Layer-2-Branchenseiten) ════════════════
     Mit der Physiotherapie-Referenz aufgenommen. Wiederverwendbar für alle
     Branchen-Spokes (Ergo, Logo, Heilpraktiker, Handwerk, Dienstleister). */

  /* Icon-Karten-Grid (wrappt 3/4/n) — z.B. Pain-Points, Behandlungsfelder */
  .cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 24px; }
  .icon-card { background: var(--surface-light); border: 1px solid var(--border); border-radius: 12px; padding: 32px 28px; }
  .icon-card-mark { width: 46px; height: 46px; border-radius: 12px; background: var(--dark); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .icon-card-mark svg { width: 24px; height: 24px; fill: none; stroke: var(--gold); }
  .icon-card h3 { font-family: var(--font-headline); font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 10px; line-height: 1.35; }
  .icon-card p { font-size: 0.93rem; color: var(--text-secondary); line-height: 1.65; }

  /* Preis-Konfig-Karte — Beispiel-Konfiguration mit Positionen + Summe (Navy) */
  .config-card { background: var(--dark); color: var(--surface); border-radius: 14px; padding: 34px 32px; position: relative; overflow: hidden; }
  .config-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
  .config-card-eyebrow { font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
  .config-card h3 { font-family: var(--font-headline); font-size: 1.15rem; font-weight: 700; color: var(--surface); margin-bottom: 22px; }
  .config-line { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid rgba(240,236,228,0.12); }
  .config-line-label { font-size: 0.92rem; color: rgba(240,236,228,0.9); }
  .config-line-label small { display: block; font-size: 0.78rem; color: rgba(240,236,228,0.5); margin-top: 3px; }
  .config-line-price { font-family: var(--font-headline); font-size: 0.98rem; color: var(--surface); white-space: nowrap; }
  .config-total { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 18px 0 0; margin-top: 8px; border-top: 1px solid rgba(200,170,110,0.4); }
  .config-total-label { font-size: 0.8rem; letter-spacing: 1px; text-transform: uppercase; color: rgba(240,236,228,0.7); }
  .config-total-price { font-family: var(--font-headline); font-size: 1.7rem; font-weight: 700; color: var(--gold); }
  .config-note { font-size: 0.82rem; color: rgba(240,236,228,0.6); line-height: 1.6; margin-top: 18px; }
  .config-note a { color: var(--gold); text-decoration: none; }

  /* Feature-Liste — Aufzählung mit Lead-Begriff + Beschreibung */
  .feature-list { list-style: none; padding: 0; margin: 8px 0 0; max-width: 820px; }
  .feature-list li { position: relative; padding: 0 0 14px 28px; font-size: 0.98rem; color: var(--text-secondary); line-height: 1.7; }
  .feature-list li::before { content: ''; position: absolute; left: 4px; top: 11px; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
  .feature-list li strong { color: var(--text); font-weight: 700; }

  /* Tag-Chips — z.B. Einzugsgebiet-Orte */
  .tag-chips { display: flex; flex-wrap: wrap; gap: 10px; }
  .tag { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.5px; padding: 7px 14px; border: 1px solid var(--border); border-radius: 4px; color: var(--text-secondary); }

  /* Dunkles Kontext-Band (Navy) — z.B. „Lokale Realität". An die <section>: class="section bg-dark grain" */
  .section.bg-dark { background: var(--dark); color: var(--surface); }
  .section.bg-dark .section-label { color: var(--gold); opacity: 1; }
  .section.bg-dark .section-title { color: var(--surface); }
  .section.bg-dark .section-subtitle,
  .section.bg-dark p { color: rgba(240,236,228,0.82); }
  .section.bg-dark .tag { color: rgba(240,236,228,0.85); border-color: rgba(200,170,110,0.3); }
  .section.bg-dark .feature-list li { color: rgba(240,236,228,0.82); }
  .section.bg-dark .feature-list li strong,
  .section.bg-dark p strong { color: var(--gold); }

  /* === MOBILE === */
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-hamburger { display: block; }

    .nav-links.open {
      display: flex; flex-direction: column;
      position: absolute; top: 64px; left: 0; right: 0;
      background: rgba(28,46,74,0.97); padding: 24px 40px; gap: 20px;
      border-bottom: 1px solid rgba(200,170,110,0.1);
    }
    /* Offenes Menue liegt auf dunklem Navy-Panel — Links immer hell, unabhaengig vom Scroll-Zustand */
    .nav-links.open a { color: rgba(240,236,228,0.85); }
    .nav-links.open a:hover { color: var(--gold); }

    .hero { padding: 110px 0 60px; background-position: center right; }
    .hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 0 24px; }
    .hero h1 { font-size: 2rem; }
    .hero-pillars { grid-template-columns: 1fr; gap: 18px; max-width: none; }
    /* Mobile: dichterer, vertikaler Schleier deckt die volle Textbreite (Lesbarkeit vor Bild) */
    .hero::before {
      background: linear-gradient(180deg,
        rgba(245,242,236,0.93) 0%,
        rgba(245,242,236,0.86) 60%,
        rgba(245,242,236,0.74) 100%);
    }

    .section { padding: 70px 24px; }

    .stages-grid { grid-template-columns: 1fr; gap: 16px; }

    .scope-grid { grid-template-columns: 1fr; gap: 20px; }

    .split-wrapper { grid-template-columns: 1fr; gap: 36px; }
    .split-wrapper.media-right .split-media { order: 0; }

    .services-grid { grid-template-columns: 1fr; gap: 16px; }

    .check-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .quick-check-input { flex-direction: column; }
    .result-categories { grid-template-columns: 1fr; }

    .about-grid { grid-template-columns: 1fr; gap: 32px; }
    .about-image { aspect-ratio: 1/1; max-width: 280px; margin: 0 auto; }

    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .contact-form-wrapper { padding: 28px 20px; }

    .faq-question { font-size: 0.9rem; padding: 20px 0; }
  }

  /* ══════════════════════════════════════════
     COOKIE BANNER
     ══════════════════════════════════════════ */
  .cookie-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
    background: var(--dark); color: var(--surface);
    padding: 18px 24px;
    display: none; align-items: center; justify-content: center;
    gap: 16px; flex-wrap: wrap;
    font-family: 'Karla', sans-serif;
    font-size: 0.88rem; line-height: 1.5;
    box-shadow: 0 -4px 24px rgba(28,46,74,0.25);
    border-top: 1px solid var(--gold-subtle);
  }
  .cookie-banner.visible { display: flex; }
  .cookie-banner p { max-width: 640px; margin: 0; }
  .cookie-banner a { color: var(--gold); text-decoration: underline; }
  .cookie-buttons { display: flex; gap: 10px; flex-shrink: 0; }
  .cookie-btn { padding: 9px 22px; border-radius: 4px; font-family: 'Karla', sans-serif; font-size: 0.85rem; font-weight: 600; cursor: pointer; border: none; transition: all 0.2s ease; }
  .cookie-btn-accept { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
  .cookie-btn-accept:hover { background: var(--gold); color: var(--dark); }
  .cookie-btn-reject { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
  .cookie-btn-reject:hover { background: var(--gold); color: var(--dark); }
  @media (max-width: 600px) {
    .cookie-banner { flex-direction: column; gap: 12px; padding: 16px 18px; }
    .cookie-buttons { width: 100%; justify-content: center; }
    .cookie-btn { flex: 1; max-width: 180px; }
  }

  /* === FOOTER SITEMAP === */
  .footer-sitemap { background: var(--dark); color: rgba(240,236,228,0.65); padding: 56px 40px 28px; position: relative; overflow: hidden; }
  .footer-sitemap::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 80% 20%, rgba(200,170,110,0.06), transparent 55%); }
  .footer-sitemap-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
  .footer-sitemap-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(240,236,228,0.08); }
  .footer-sitemap-brand .footer-brand-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
  .footer-sitemap-brand .footer-orbit-mini {
    width: 32px; height: 32px; flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cfilter id='g' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur stdDeviation='1.2'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='%23C8AA6E'%3E%3Crect x='13.5' y='1.5' width='5' height='5'/%3E%3Crect x='7.5' y='7.5' width='5' height='5'/%3E%3Crect x='13.5' y='7.5' width='5' height='5'/%3E%3Crect x='19.5' y='7.5' width='5' height='5'/%3E%3Crect x='1.5' y='13.5' width='5' height='5'/%3E%3Crect x='7.5' y='13.5' width='5' height='5'/%3E%3Crect x='19.5' y='13.5' width='5' height='5'/%3E%3Crect x='25.5' y='13.5' width='5' height='5'/%3E%3Crect x='7.5' y='19.5' width='5' height='5'/%3E%3Crect x='13.5' y='19.5' width='5' height='5'/%3E%3Crect x='19.5' y='19.5' width='5' height='5'/%3E%3Crect x='13.5' y='25.5' width='5' height='5'/%3E%3C/g%3E%3Crect x='13.5' y='13.5' width='5' height='5' fill='%23F0ECE4' filter='url(%23g)'/%3E%3Crect x='13.5' y='13.5' width='5' height='5' fill='%23F0ECE4'/%3E%3C/svg%3E");
    background-size: contain; background-repeat: no-repeat;
  }
  .footer-sitemap-brand .footer-name-text { font-family: var(--font-headline); font-size: 1.05rem; font-weight: 400; letter-spacing: 1px; color: var(--surface); }
  .footer-sitemap-brand .footer-name-text span { color: var(--gold); }
  .footer-sitemap-brand .footer-tagline { font-size: 0.85rem; line-height: 1.6; max-width: 320px; color: rgba(240,236,228,0.6); margin-bottom: 14px; }
  .footer-sitemap-brand .footer-address { font-size: 0.82rem; line-height: 1.7; color: rgba(240,236,228,0.5); }
  .footer-sitemap-brand .footer-address a { color: var(--gold); text-decoration: none; }
  .footer-sitemap-brand .footer-address a:hover { text-decoration: underline; }
  .footer-sitemap .footer-title { font-family: var(--font-mono); font-weight: 700; font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
  .footer-sitemap .footer-col-links { list-style: none; padding: 0; margin: 0; }
  .footer-sitemap .footer-col-links li { margin-bottom: 10px; }
  .footer-sitemap .footer-col-links a { font-size: 0.85rem; color: rgba(240,236,228,0.65); text-decoration: none; transition: color 0.2s; }
  .footer-sitemap .footer-col-links a:hover { color: var(--gold); }
  .footer-sitemap .footer-col-links li.footer-sub { padding-left: 14px; }
  .footer-sitemap .footer-col-links li.footer-sub a { font-size: 0.78rem; opacity: 0.7; }
  .footer-sitemap .footer-col-links li.footer-sub a::before { content: '› '; color: var(--gold); margin-right: 4px; }
  .footer-sitemap .footer-col-links li.footer-sub a:hover { opacity: 1; }
  .footer-sitemap-bottom { padding-top: 24px; text-align: center; font-size: 0.78rem; color: rgba(240,236,228,0.4); }
  .footer-sitemap-bottom a { color: rgba(240,236,228,0.5); }
  .footer-sitemap-bottom a:hover { color: var(--gold); }

  @media (max-width: 900px) {
    .footer-sitemap-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .footer-sitemap-brand { grid-column: 1 / -1; }
  }
  @media (max-width: 560px) {
    .footer-sitemap { padding: 40px 24px 24px; }
    .footer-sitemap-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 28px; }
  }

  /* ════════════════ HINTERGRUND-UTILITIES (Sektions-Alternation) ════════════════ */
  /* Auf NEUEN Seiten jeder <section class="section …"> eine davon geben, abwechselnd
     weiß ↔ sand (siehe _bausteine.md). Stehen am Dateiende -> überschreiben die
     semantischen Default-Hintergründe (.services, .faq, …) der bestehenden index.html. */
  .section.bg-white { background: var(--white); }
  .section.bg-sand  { background: var(--surface); }

  /* === LEGAL / PROSE ====================================================
     Fließtext-Dokumente ohne Hero: Impressum, Datenschutz, AGB,
     Barrierefreiheit, Geschäftskunden. Container ist <main class="legal grain">.
     Deckt h1–h3, Absätze, Listen, strong, Links und (AGB) Tabellen ab.
     Top-Padding hält den Text frei von der fixierten Nav. */
  .legal { max-width: 760px; margin: 0 auto; padding: 140px 24px 90px; position: relative; }
  .legal > * { position: relative; z-index: 2; }
  .legal h1 { font-family: var(--font-headline); font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 700; color: var(--text); line-height: 1.2; margin-bottom: 36px; }
  .legal h2 { font-family: var(--font-headline); font-size: 1.25rem; font-weight: 700; color: var(--text); line-height: 1.3; margin: 40px 0 14px; }
  .legal h3 { font-family: var(--font-headline); font-size: 1.05rem; font-weight: 700; color: var(--text); margin: 26px 0 10px; }
  .legal p, .legal li { font-size: 1rem; line-height: 1.8; color: var(--text-secondary); }
  .legal p { margin-bottom: 14px; }
  .legal ul, .legal ol { margin: 0 0 16px; padding-left: 24px; }
  .legal li { margin-bottom: 6px; }
  .legal strong { color: var(--text); font-weight: 700; }
  .legal a { color: var(--gold); text-decoration: none; }
  .legal a:hover { text-decoration: underline; }
  .legal table { width: 100%; border-collapse: collapse; margin: 18px 0 24px; font-size: 0.92rem; }
  .legal th, .legal td { text-align: left; padding: 10px 14px; border: 1px solid var(--border); vertical-align: top; }
  .legal thead th { background: var(--surface); color: var(--text); font-weight: 700; }
  .legal td { color: var(--text-secondary); }
  @media (max-width: 768px) {
    .legal { padding: 104px 20px 64px; }
    .legal table { font-size: 0.84rem; }
    .legal th, .legal td { padding: 8px 10px; }
  }

  /* === ARTEFAKT-GRID (Hub „So arbeiten wir") ============================
     Zweispaltig: Checkliste mit Gold-Haken + Subtext links, abgesetzte
     Aside-Box rechts. Section bekommt die bg-Utility (Alternation) — die
     weiße Aside-Box kontrastiert gegen bg-sand. */
  .artefakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 8px; }
  .artefakt-list { list-style: none; padding: 0; margin: 0; }
  .artefakt-list li { padding: 14px 0 14px 32px; position: relative; border-bottom: 1px solid var(--border); font-size: 0.96rem; color: var(--text); line-height: 1.5; }
  .artefakt-list li:last-child { border-bottom: none; }
  .artefakt-list li::before { content: '✓'; position: absolute; left: 4px; top: 14px; color: var(--gold); font-weight: 700; }
  .artefakt-list li strong { color: var(--text); font-weight: 700; }
  .artefakt-list li small { display: block; color: var(--text-secondary); font-size: 0.84rem; margin-top: 3px; line-height: 1.5; }
  .artefakt-aside { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 32px 30px; box-shadow: 0 4px 16px rgba(28,36,52,0.04); }
  .artefakt-aside h3 { font-family: var(--font-headline); font-size: 1.2rem; font-weight: 700; margin-bottom: 14px; color: var(--text); line-height: 1.35; }
  .artefakt-aside p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 12px; }
  .artefakt-aside p:last-child { margin-bottom: 0; }
  .artefakt-aside strong { color: var(--text); }
  @media (max-width: 880px) { .artefakt-grid { grid-template-columns: 1fr; gap: 40px; } }

  /* === TIMELINE (Hub „So arbeiten wir") =================================
     Echte Prozess-Timeline: Nummer | Inhalt | Zeit-Meta nebeneinander,
     Karten untereinander. Section nutzt bg-Utility für die Alternation. */
  .timeline-timing { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: var(--white); border: 1px solid var(--gold); border-radius: 999px; font-size: 0.9rem; color: var(--text); font-weight: 600; margin-bottom: 8px; }
  .timeline-timing-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; display: inline-block; flex-shrink: 0; }
  .timeline-list { display: grid; gap: 18px; margin-top: 24px; }
  .timeline-step { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 28px 32px; position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: start; }
  .timeline-step-num { font-family: var(--font-headline); font-size: 2.2rem; font-weight: 700; color: var(--gold); line-height: 1; min-width: 56px; text-align: center; }
  .timeline-step-body h3 { font-family: var(--font-headline); font-size: 1.15rem; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.35; }
  .timeline-step-body p { font-size: 0.96rem; color: var(--text-secondary); line-height: 1.65; }
  .timeline-step-body p + p { margin-top: 8px; }
  .timeline-step-body em { color: var(--text); font-style: normal; font-weight: 600; }
  .timeline-step-meta { font-family: var(--font-body); font-size: 0.78rem; color: var(--text-secondary); letter-spacing: 0.5px; text-transform: uppercase; text-align: right; white-space: nowrap; padding-top: 6px; }
  .timeline-step-meta strong { display: block; color: var(--text); font-size: 0.85rem; font-weight: 700; margin-bottom: 2px; }
  @media (max-width: 720px) {
    .timeline-step { grid-template-columns: auto 1fr; padding: 24px 22px; gap: 18px; }
    .timeline-step-num { font-size: 1.8rem; min-width: 44px; }
    .timeline-step-meta { grid-column: 1 / -1; text-align: left; padding-top: 4px; border-top: 1px dashed var(--border); margin-top: 8px; }
  }

  /* === DEMO-CARD (Hub „So arbeiten wir") ================================
     Beispiel-Mockup-Karte auf einer bg-dark-Sektion: Text links, CTA-Spalte
     rechts. Section bekommt class="section bg-dark grain" (helle Titel via
     bg-dark), die Karte hebt sich subtil vom Navy-Grund ab. */
  .demo-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(200,170,110,0.25); border-radius: 8px; padding: 40px 36px; margin-top: 24px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
  .demo-card-body h3 { font-family: var(--font-headline); font-size: 1.3rem; font-weight: 700; color: var(--surface); margin-bottom: 12px; line-height: 1.35; }
  .demo-card-body p { font-size: 0.96rem; line-height: 1.7; color: rgba(240,236,228,0.78); margin-bottom: 0; }
  .demo-card-body p + p { margin-top: 10px; }
  .demo-card-note { display: inline-block; margin-top: 14px; padding: 6px 14px; background: rgba(200,170,110,0.12); border: 1px solid rgba(200,170,110,0.3); border-radius: 999px; font-size: 0.78rem; color: var(--gold); letter-spacing: 0.5px; }
  .demo-card-cta { display: flex; flex-direction: column; gap: 10px; min-width: 220px; }
  @media (max-width: 720px) {
    .demo-card { grid-template-columns: 1fr; padding: 32px 26px; gap: 24px; }
    .demo-card-cta { min-width: 0; }
  }
