/* Darento Design-Tokens. Einzige Quelle fuer Farben, Schrift, Abstaende.
   Werte kommen aus DESIGN.md. Aenderungen NUR hier, nie verstreut. */
:root {
  /* Farben */
  --navy: #10243A;
  --navy-tief: #0B1A2B;
  --gold: #C6A566;
  --gold-tief: #A88B4F;
  /* Nur fuer kleine .label-Texte auf hellem Grund: --gold-tief schafft dort
     nur 3,05:1, WCAG AA verlangt 4,5:1. Dieser Ton erreicht 4,81:1 auf
     --grund und 5,11:1 auf Weiss. --gold-tief NICHT ersetzen, der haengt an
     Link-Hover, Focus-Ring und Buttons. */
  --gold-label: #856A34;
  --grund: #F7F8FA;
  --flaeche: #EEF1F5;
  --weiss: #FFFFFF;
  --text: #1A2432;
  --text-ged: #5C6B7E;
  --text-hell: #EDF1F6;
  --rahmen: #D9DFE8;
  --erfolg: #1F7A4D;
  --fehler: #B3261E;
  /* WhatsApp-Markenfarbe, nur fuer WhatsApp-Elemente */
  --whatsapp: #25D366;
  --whatsapp-dunkel: #1EBE5A;

  /* Schrift */
  --font-head: "Lexend", "Avenir Next", system-ui, sans-serif;
  --font-text: "Source Sans 3", "Helvetica Neue", system-ui, sans-serif;
  --fs-h1: clamp(2.2rem, 5vw, 3.8rem);
  --fs-h2: clamp(1.6rem, 3vw, 2.4rem);
  --fs-h3: clamp(1.15rem, 1.8vw, 1.4rem);
  --fs-text: 1.0625rem;
  --fs-label: 0.8rem;
  --fs-zahl: clamp(1.8rem, 3vw, 2.6rem);

  /* Abstaende */
  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px; --s-5: 24px;
  --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px; --s-10: 128px;
  --sektion: var(--s-9);
  --rand: clamp(20px, 4.5vw, 64px);
  --inhalt-max: 1240px;
  --text-max: 72ch;

  /* Radien (Navbar bewusst 0, Kundenvorgabe) */
  --r-nav: 0;
  --r-karte: 8px;
  --r-button: 10px;
  --r-pille: 999px;

  /* Schatten (Navy-getoent, sparsam) */
  --schatten-schwebend: 0 16px 40px rgba(16, 36, 58, 0.14);
  --schatten-funnel: 0 8px 28px rgba(16, 36, 58, 0.08);

  /* Bewegung */
  --dauer-micro: 180ms;
  --dauer-reveal: 600ms;
  --kurve: cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 720px) {
  :root { --sektion: var(--s-8); --fs-text: 1.0625rem; }
}
@media (min-width: 721px) {
  :root { --fs-text: 1.125rem; }
}

/* Lexend 500 latin-ext */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/lexend-500-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;
}
/* Lexend 500 latin */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/lexend-500-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;
}
/* Lexend 600 latin-ext */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/lexend-600-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;
}
/* Lexend 600 latin */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/lexend-600-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;
}
/* Lexend 700 latin-ext */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/lexend-700-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;
}
/* Lexend 700 latin */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/lexend-700-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;
}
/* Source Sans 3 400 latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/sourcesans3-400-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;
}
/* Source Sans 3 400 latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/sourcesans3-400-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;
}
/* Source Sans 3 600 latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/sourcesans3-600-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;
}
/* Source Sans 3 600 latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/sourcesans3-600-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;
}

/* ============ Basis ============ */
/* Skip-Link: unsichtbar bis Tastatur-Fokus, dann deutlich sichtbar oben links */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--navy); color: var(--weiss); padding: 12px 20px;
  font-family: var(--font-head); font-weight: 500; text-decoration: none;
  border-radius: 0 0 var(--r-karte) 0;
}
/* :focus statt :focus-visible: ein unsichtbarer Link ist nur per Tastatur
   fokussierbar, und WebKit wertet :focus-visible hier nicht zuverlaessig */
.skip:focus { left: 0; color: var(--weiss); outline: 2px solid var(--gold); }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0; background: var(--grund); color: var(--text);
  font-family: var(--font-text); font-size: var(--fs-text); line-height: 1.75;
  overflow-x: clip; -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; text-wrap: balance; margin: 0 0 var(--s-4); }
h1 { font-size: var(--fs-h1); font-weight: 700; letter-spacing: -0.02em; line-height: 1.08; }
h2 { font-size: var(--fs-h2); font-weight: 600; letter-spacing: -0.015em; }
h3 { font-size: var(--fs-h3); font-weight: 600; }
p { margin: 0 0 var(--s-4); }
img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration-color: var(--gold); text-underline-offset: 3px; }
a:hover { color: var(--gold-tief); }
strong { font-weight: 600; }
:focus-visible { outline: 2px solid var(--gold-tief); outline-offset: 2px; }
::selection { background: var(--gold); color: var(--navy); }

.inhalt { max-width: var(--inhalt-max); margin: 0 auto; padding-inline: var(--rand); }
/* Deckender Grund ist Pflicht, damit der Stapel-Effekt sauber ueberdeckt */
.sektion { padding-block: var(--sektion) calc(var(--sektion) * 0.75); background: var(--grund); position: relative; z-index: 1; }
.sektion--flaeche { background: var(--flaeche); }
.sektion--dunkel { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-tief) 100%); color: var(--text-hell); }
.sektion--dunkel h2, .sektion--dunkel h3 { color: var(--weiss); }
.sektion--dunkel a { color: var(--text-hell); }

.label {
  font-family: var(--font-head); font-size: var(--fs-label); font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold-label);
  display: flex; align-items: center; gap: var(--s-3); margin-bottom: var(--s-4);
}
.label::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.sektion--dunkel .label { color: var(--gold); }
.vorspann { color: var(--text-ged); max-width: 62ch; font-size: 1.15em; }
.sektion--dunkel .vorspann { color: var(--text-hell); opacity: 0.85; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2);
  font-family: var(--font-head); font-weight: 500; font-size: 0.95rem;
  padding: 14px 26px; border-radius: var(--r-button); border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none; transition: all var(--dauer-micro) var(--kurve);
  min-height: 48px;
}
.btn:active { transform: translateY(1px); }
.btn--primaer { background: var(--navy); color: var(--weiss); }
.btn--primaer:hover { background: var(--navy-tief); color: var(--weiss); border-color: var(--gold); }
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: var(--gold-tief); color: var(--navy); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline:hover { border-color: var(--gold-tief); color: var(--gold-tief); }
/* Auf jeder dunklen Flaeche, auch in der CTA-Karte, muss der Outline-Button hell sein */
.sektion--dunkel .btn--outline, .hero .btn--outline,
.cta-band__karte .btn--outline, .seitenleiste__karte .btn--outline {
  color: var(--weiss); border-color: rgba(237,241,246,0.55); background: rgba(255,255,255,0.04);
}
.sektion--dunkel .btn--outline:hover, .hero .btn--outline:hover,
.cta-band__karte .btn--outline:hover, .seitenleiste__karte .btn--outline:hover {
  border-color: var(--gold); color: var(--gold); background: rgba(198,165,102,0.1);
}
/* WhatsApp immer in der Markenfarbe, auf hellem wie dunklem Grund */
.btn--whatsapp,
.sektion--dunkel .btn--whatsapp,
.cta-band__karte .btn--whatsapp,
.seitenleiste__karte .btn--whatsapp {
  background: var(--whatsapp); color: #06301A; border-color: var(--whatsapp);
}
.btn--whatsapp:hover,
.sektion--dunkel .btn--whatsapp:hover,
.cta-band__karte .btn--whatsapp:hover,
.seitenleiste__karte .btn--whatsapp:hover {
  background: var(--whatsapp-dunkel); border-color: var(--whatsapp-dunkel); color: #06301A;
}
.btn--whatsapp svg { color: #06301A; }

/* ============ Navbar (Kundenvorgabe: eckig, radius 0) ============ */
.kopf {
  position: sticky; top: 0; z-index: 50; background: var(--weiss);
  border-bottom: 1px solid var(--rahmen); border-radius: var(--r-nav);
}
.kopf__zeile { display: flex; align-items: center; gap: var(--s-6); min-height: 76px; }
.kopf__logo { display: flex; align-items: center; gap: var(--s-3); text-decoration: none; flex-shrink: 0; }
/* Quer-Lockup: nutzt die Balkenhoehe aus, ohne den Balken hoeher zu machen.
   Der Schild misst damit 52px statt 14px wie beim quadratischen Original. */
.kopf__logo img { height: 52px; width: auto; }
@media (max-width: 420px) { .kopf__logo img { height: 44px; } }
/* 14px statt --s-5: seit dem Punkt "Über uns" braucht die volle Leiste bei
   1200 bis 1440px sonst mehr Platz, als der Container hergibt. */
.kopf__nav { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.kopf__cta { white-space: nowrap; }
.kopf__link {
  font-family: var(--font-head); font-size: 0.92rem; font-weight: 500;
  white-space: nowrap;
  color: var(--text); text-decoration: none; padding: 8px 2px;
  border-bottom: 2px solid transparent; transition: color var(--dauer-micro), border-color var(--dauer-micro);
}
.kopf__link:hover, .kopf__link[aria-current="true"] { color: var(--navy); border-bottom-color: var(--gold); }
.kopf__cta { margin-left: var(--s-2); }

/* Dropdown */
.dropdown { position: relative; }
.dropdown > .kopf__link { display: inline-flex; align-items: center; gap: 6px; background: none; border-top: 0; border-left: 0; border-right: 0; cursor: pointer; }
.dropdown__menu {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px);
  background: var(--weiss); border: 1px solid var(--rahmen); border-radius: var(--r-karte);
  box-shadow: var(--schatten-schwebend); min-width: 300px; padding: var(--s-3);
  opacity: 0; visibility: hidden; transition: all var(--dauer-micro) var(--kurve);
}
.dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.dropdown__menu a {
  display: block; padding: 9px 14px; text-decoration: none; color: var(--text);
  border-radius: 6px; font-size: 0.94rem;
}
.dropdown__menu a:hover { background: var(--flaeche); color: var(--navy); }
.dropdown__menu a.dropdown__haupt { font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--rahmen); border-radius: 6px 6px 0 0; margin-bottom: 6px; }

/* Burger */
.kopf__burger { display: none; margin-left: auto; background: none; border: 0; padding: 10px; cursor: pointer; }
.kopf__burger span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: transform var(--dauer-micro), opacity var(--dauer-micro); }

/* Burger-Breakpoint 1199px: mit dem eigenen Sale-&-Lease-Back-Punkt passt die
   volle Nav erst ab ~1200px in eine Zeile. Muss mit main.js synchron bleiben. */
@media (max-width: 1199px) {
  /* Fest am Viewport statt am Header, und KEIN overflow:hidden auf dem Body.
     Body-Overflow wuerde den Body als Scroll-Container entfernen und damit das
     sticky des Headers aufheben: Header und Menue rutschen dann an die
     Dokumentspitze und sind nach dem Scrollen nicht mehr zu sehen. */
  .kopf__nav {
    display: none; position: fixed; top: var(--kopf-h, 77px); left: 0; right: 0; bottom: 0;
    background: var(--weiss); border-top: 1px solid var(--rahmen);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: var(--s-4) var(--rand) var(--s-8);
    overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
  }
  .kopf__nav.offen { display: flex; }
  .kopf__burger { display: block; }
  .kopf__link { padding: 14px 2px; border-bottom: 1px solid var(--rahmen); font-size: 1.05rem; }
  .dropdown__menu {
    position: static; transform: none; opacity: 1; visibility: visible;
    box-shadow: none; border: 0; min-width: 0; padding: 0 0 0 var(--s-4); display: none;
  }
  .dropdown.offen .dropdown__menu { display: block; }
  /* Die Desktop-Regel zentriert das Untermenue per translateX(-50%). Auf dem Handy
     greift sie nach dem Antippen ueber :focus-within weiter und schiebt die Eintraege
     aus dem Bild. Deshalb hier ausdruecklich zuruecknehmen. */
  .dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
    transform: none; position: static;
  }
  .kopf__cta { margin: var(--s-4) 0 0; }
  .kopf__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .kopf__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .kopf__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ============ Stapel-Effekt beim Scrollen ============
   Die Sektion bleibt stehen, die naechste schiebt sich mit eigener Flaeche
   darueber. Voraussetzung: nirgends overflow:hidden auf html/body (wir nutzen
   overflow-x: clip) und deckende Hintergruende auf den Folgesektionen. */
/* Spezifisch genug, um das spaetere .hero { position: relative } zu schlagen */
.stapel, .hero.stapel, .sektion.stapel { position: sticky; top: 0; z-index: 0; }
.trust, .marquee-sektion, .fuss, .cta-band { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) {
  .stapel, .hero.stapel, .sektion.stapel { position: relative; }
}

/* ============ Hero (full-wide, 16:9-Bild) ============ */
.hero { position: relative; background: var(--navy); color: var(--text-hell); overflow: clip; }
.hero__bild { position: absolute; inset: 0; }
.hero__bild picture { display: block; width: 100%; height: 100%; }
.hero__bild img { width: 100%; height: 100%; object-fit: cover; }
.hero--kenburns .hero__bild img { animation: kenburns 16s var(--kurve) forwards; }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1); } }
.hero__schleier {
  position: absolute; inset: 0;
  background: linear-gradient(88deg, rgba(11,26,43,0.92) 0%, rgba(11,26,43,0.72) 38%, rgba(11,26,43,0.18) 75%, rgba(11,26,43,0.05) 100%);
}
.hero__inhalt { position: relative; padding-block: clamp(84px, 12vw, 168px); max-width: 640px; }
.hero__inhalt h1 { color: var(--weiss); }
.hero__inhalt .label { color: var(--gold); }
.hero__text { font-size: 1.16rem; opacity: 0.92; max-width: 54ch; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: var(--s-4); margin-top: var(--s-6); }
.hero__punkte { display: flex; flex-wrap: wrap; gap: var(--s-4) var(--s-6); margin-top: var(--s-6); padding: 0; list-style: none; font-size: 0.98rem; }
.hero__punkte li { display: flex; align-items: center; gap: 8px; }
.hero__punkte svg { color: var(--gold); flex-shrink: 0; }
@media (max-width: 720px) {
  /* Hochformat-Motiv: oben steht der Text und wird abgedeckt, unten bleibt das
     Motiv sichtbar. Deshalb faellt der Schleier nach unten deutlich ab. */
  .hero__schleier { background: linear-gradient(180deg, rgba(11,26,43,0.92) 0%, rgba(11,26,43,0.8) 40%, rgba(11,26,43,0.42) 74%, rgba(11,26,43,0.24) 100%); }
  /* Der Text muss gestrafft werden, sonst beginnt das Motiv erst unterhalb des
     ersten Bildschirms und der Hintergrund ist auf dem Handy nicht zu erkennen. */
  .hero__inhalt { padding-block: 40px 30px; }
  .hero__inhalt h1 { font-size: clamp(1.95rem, 8.4vw, 2.5rem); line-height: 1.12; }
  .hero__inhalt .label { font-size: 0.7rem; letter-spacing: 0.1em; margin-bottom: 12px; }
  .hero__text { font-size: 1rem; line-height: 1.5; max-width: 34ch; }
  .hero__ctas { gap: 10px; margin-top: 20px; }
  .hero__ctas .btn { width: 100%; }
  .hero__punkte { gap: 8px 18px; margin-top: 18px; font-size: 0.88rem; }
  .hero--klein .hero__inhalt { padding-block: 34px 26px; }
  /* Der untere Teil des Motivs bleibt bewusst hell. Damit Text darauf sicher
     lesbar bleibt, bekommt er einen dezenten Schatten statt eines dickeren Schleiers. */
  .hero__inhalt h1, .hero__text, .hero__punkte, .hero__inhalt .label {
    text-shadow: 0 1px 10px rgba(11, 26, 43, 0.75);
  }
}

/* Unterseiten-Hero schlanker */
.hero--klein .hero__inhalt { padding-block: clamp(64px, 8vw, 112px); }

/* ============ Trust-Band ============ */
.trust { border-top: 1px solid var(--rahmen); border-bottom: 1px solid var(--rahmen); background: var(--weiss); }
.trust__zeile { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-5); padding-block: var(--s-6); }
.trust__punkt { display: flex; align-items: flex-start; gap: var(--s-3); font-size: 0.95rem; color: var(--text-ged); }
.trust__punkt svg { color: var(--gold-tief); flex-shrink: 0; margin-top: 2px; }
.trust__punkt strong { display: block; color: var(--navy); font-family: var(--font-head); font-size: 1rem; }
@media (max-width: 960px) { .trust__zeile { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .trust__zeile { grid-template-columns: 1fr; gap: var(--s-4); } }

/* ============ Karten / Raster ============ */
.raster { display: grid; gap: var(--s-5); }
.raster--3 { grid-template-columns: repeat(3, 1fr); }
.raster--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 960px) { .raster--3 { grid-template-columns: 1fr; } .raster--2 { grid-template-columns: 1fr; } }
.karte {
  background: var(--weiss); border: 1px solid var(--rahmen); border-radius: var(--r-karte);
  padding: var(--s-6); display: flex; flex-direction: column; gap: var(--s-3);
  transition: border-color var(--dauer-micro) var(--kurve);
}
.karte:hover { border-color: var(--gold); }
.karte h3 a { text-decoration: none; color: var(--navy); }
.karte h3 a:hover { color: var(--gold-tief); }
.karte p { color: var(--text-ged); font-size: 0.98rem; margin: 0; }
.karte__pfeil { margin-top: auto; font-family: var(--font-head); font-weight: 500; font-size: 0.9rem; color: var(--gold-tief); display: inline-flex; align-items: center; gap: 6px; }
.karte--dunkel { background: var(--navy); border-color: var(--navy); color: var(--text-hell); }
.karte--dunkel h3, .karte--dunkel h3 a { color: var(--weiss); }
.karte--dunkel p { color: var(--text-hell); opacity: 0.8; }

/* Welt-Split (Bild + Text) */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--s-8); align-items: center; }
.split__bild img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
@media (max-width: 960px) { .split { grid-template-columns: 1fr; gap: var(--s-6); } }

/* Ablauf-Schritte */
.schritte { counter-reset: schritt; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5); }
.schritt { position: relative; background: var(--weiss); border: 1px solid var(--rahmen); border-radius: var(--r-karte); padding: var(--s-6); }
.schritt::before {
  counter-increment: schritt; content: "0" counter(schritt);
  font-family: var(--font-head); font-weight: 700; font-size: var(--fs-zahl);
  color: var(--gold); display: block; line-height: 1; margin-bottom: var(--s-4);
}
@media (max-width: 960px) { .schritte { grid-template-columns: 1fr; } }

/* Zahlen-Band */
.zahlen { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-5); text-align: left; }
.zahl__wert { font-family: var(--font-head); font-weight: 700; font-size: var(--fs-zahl); color: var(--gold); line-height: 1.1; }
.zahl__text { font-size: 0.95rem; opacity: 0.85; }
@media (max-width: 720px) { .zahlen { grid-template-columns: repeat(2, 1fr); } }

/* ============ Bewertungs-Marquee (Endlos-Band) ============ */
.marquee-sektion { padding-block: var(--sektion); }
.marquee {
  position: relative; overflow: clip; cursor: grab; user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.marquee.zieht { cursor: grabbing; }
.marquee__band { display: flex; gap: var(--s-5); width: max-content; will-change: transform; padding-block: var(--s-2); }
.bewertung {
  width: min(380px, 82vw); flex-shrink: 0; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(198,165,102,0.28); border-radius: var(--r-karte);
  padding: var(--s-6); display: flex; flex-direction: column; gap: var(--s-4);
}
.bewertung__sterne { display: flex; gap: 3px; color: var(--gold); }
.bewertung__zitat { font-size: 1.02rem; line-height: 1.65; margin: 0; opacity: 0.94; }
.bewertung__person { display: flex; align-items: center; gap: var(--s-3); margin-top: auto; }
.bewertung__avatar {
  width: 44px; height: 44px; border-radius: var(--r-pille); background: var(--gold);
  color: var(--navy); font-family: var(--font-head); font-weight: 600; font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.bewertung__name { font-family: var(--font-head); font-weight: 500; font-size: 0.95rem; color: var(--weiss); }
.bewertung__rolle { font-size: 0.85rem; opacity: 0.7; }
.marquee-hinweis { font-size: 0.8rem; opacity: 0.55; margin-top: var(--s-4); }

/* ============ Ratgeber-Inhalt ============ */
.ratgeber { max-width: var(--text-max); }
.ratgeber h2 { margin-top: var(--s-8); }
.ratgeber h3 { margin-top: var(--s-6); }
.ratgeber ul { padding-left: 1.2em; margin: 0 0 var(--s-4); }
.ratgeber li { margin-bottom: var(--s-2); }
.ratgeber li::marker { color: var(--gold-tief); }
.brotkrumen { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0 0 var(--s-5); font-size: 0.85rem; color: var(--text-ged); }
.brotkrumen a { color: var(--text-ged); text-decoration: none; }
.brotkrumen a:hover { color: var(--gold-tief); }
.brotkrumen li:not(:last-child)::after { content: "›"; margin-left: 6px; color: var(--gold); }

.hinweisbox {
  background: var(--flaeche); border-left: 3px solid var(--gold); border-radius: 0 var(--r-karte) var(--r-karte) 0;
  padding: var(--s-5) var(--s-6); margin-block: var(--s-6); font-size: 0.98rem;
}
.hinweisbox strong { color: var(--navy); }

/* Seitenleiste-Layout auf Ratgeberseiten */
.ratgeber-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: var(--s-8); align-items: start; }
.seitenleiste { position: sticky; top: 100px; display: flex; flex-direction: column; gap: var(--s-5); }
.seitenleiste__karte { background: var(--navy); color: var(--text-hell); border-radius: var(--r-karte); padding: var(--s-6); }
.seitenleiste__karte h3 { color: var(--weiss); }
.seitenleiste__karte .btn { width: 100%; margin-top: var(--s-3); }
.seitenleiste__links { background: var(--weiss); border: 1px solid var(--rahmen); border-radius: var(--r-karte); padding: var(--s-5); }
.seitenleiste__links h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-ged); margin-bottom: var(--s-3); }
.seitenleiste__links a { display: block; padding: 7px 0; font-size: 0.94rem; text-decoration: none; border-bottom: 1px solid var(--flaeche); }
@media (max-width: 1080px) { .ratgeber-layout { grid-template-columns: 1fr; } .seitenleiste { position: static; } }

/* ============ FAQ ============ */
.faq-liste { display: flex; flex-direction: column; gap: var(--s-3); max-width: 820px; }
.faq { background: var(--weiss); border: 1px solid var(--rahmen); border-radius: var(--r-karte); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  gap: var(--s-4); padding: var(--s-5) var(--s-6); font-family: var(--font-head); font-weight: 500;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--gold-tief); transition: transform var(--dauer-micro); flex-shrink: 0; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq__antwort { padding: 0 var(--s-6) var(--s-5); color: var(--text-ged); }
.faq__antwort p { margin: 0; }

/* ============ CTA-Band ============ */
.cta-band { text-align: left; }
.cta-band__karte {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-tief) 100%);
  border-radius: var(--r-karte); padding: clamp(32px, 5vw, 64px);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: var(--s-6); align-items: center;
  color: var(--text-hell); position: relative; overflow: clip;
}
.cta-band__karte::after {
  content: ""; position: absolute; top: -40%; right: -10%; width: 320px; height: 320px;
  border: 1px solid rgba(198,165,102,0.35); border-radius: 50%; pointer-events: none;
}
.cta-band__karte h2 { color: var(--weiss); }
.cta-band__ctas { display: flex; flex-direction: column; gap: var(--s-3); }
@media (max-width: 860px) { .cta-band__karte { grid-template-columns: 1fr; } }

/* ============ Formulare / Funnel ============ */
.funnel { max-width: 680px; margin-inline: auto; }
.funnel__karte { background: var(--weiss); border: 1px solid var(--rahmen); border-radius: var(--r-karte); box-shadow: var(--schatten-funnel); padding: clamp(24px, 4vw, 48px); }
.funnel__fortschritt { display: flex; gap: 6px; margin-bottom: var(--s-6); }
.funnel__fortschritt span { height: 4px; flex: 1; background: var(--flaeche); border-radius: 2px; }
.funnel__fortschritt span.aktiv { background: var(--gold); }
.funnel__schritt { display: none; }
.funnel__schritt.aktiv { display: block; animation: einblenden var(--dauer-reveal) var(--kurve); }
@keyframes einblenden { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.funnel__frage { font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; margin-bottom: var(--s-5); }
.optionen { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); margin-bottom: var(--s-5); }
.optionen--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 640px) { .optionen, .optionen--3 { grid-template-columns: 1fr; } }
.option { position: relative; }
.option input { position: absolute; opacity: 0; }
.option label {
  display: flex; align-items: center; gap: var(--s-3); padding: var(--s-4) var(--s-5);
  border: 1.5px solid var(--rahmen); border-radius: var(--r-karte); cursor: pointer;
  font-family: var(--font-head); font-weight: 500; font-size: 0.98rem; min-height: 56px;
  transition: all var(--dauer-micro);
}
.option input:checked + label { border-color: var(--gold-tief); background: rgba(198,165,102,0.08); color: var(--navy); }
.option input:focus-visible + label { outline: 2px solid var(--gold-tief); outline-offset: 2px; }
.feld { margin-bottom: var(--s-4); }
.feld label { display: block; font-family: var(--font-head); font-weight: 500; font-size: 0.9rem; margin-bottom: 6px; }
.feld input, .feld select, .feld textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--rahmen); border-radius: var(--r-karte);
  font-family: var(--font-text); font-size: 1rem; background: var(--weiss); color: var(--text);
  transition: border-color var(--dauer-micro); min-height: 48px;
}
.feld input:focus, .feld select:focus, .feld textarea:focus { border-color: var(--gold-tief); outline: none; }
.feld--fehler input, .feld--fehler select { border-color: var(--fehler); }
.feld__fehler { color: var(--fehler); font-size: 0.85rem; margin-top: 4px; display: none; }
.feld--fehler .feld__fehler { display: block; }
/* Auswahlkacheln (Radios): Inputs sind unsichtbar, der Fehler muss an den Labels
   und am nachfolgenden Fehlertext (Geschwister-Element) sichtbar werden */
.optionen.feld--fehler label { border-color: var(--fehler); }
.optionen.feld--fehler + .feld__fehler { display: block; margin: -12px 0 16px; }
/* Honigtopf: fuer Menschen unsichtbar, Bots fuellen es aus */
.honigtopf { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.einwilligung { display: flex; gap: var(--s-3); align-items: flex-start; font-size: 0.9rem; color: var(--text-ged); margin-bottom: var(--s-5); }
.einwilligung input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--navy); flex-shrink: 0; }
.funnel__nav { display: flex; justify-content: space-between; gap: var(--s-4); margin-top: var(--s-5); }
.funnel__zurueck { background: none; border: 0; color: var(--text-ged); cursor: pointer; font-family: var(--font-head); font-size: 0.92rem; padding: 12px; }
.funnel__zurueck:hover { color: var(--navy); }
.funnel__erfolg { text-align: center; padding-block: var(--s-6); }
.funnel__erfolg svg { color: var(--erfolg); margin-bottom: var(--s-4); }
.zusammenfassung { background: var(--flaeche); border-radius: var(--r-karte); padding: var(--s-5); margin-bottom: var(--s-5); font-size: 0.95rem; }
.zusammenfassung dt { font-weight: 600; color: var(--navy); font-family: var(--font-head); font-size: 0.85rem; margin-top: var(--s-3); }
.zusammenfassung dd { margin: 0; }

/* ============ Kontaktwege ============ */
.kontaktwege { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
@media (max-width: 960px) { .kontaktwege { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .kontaktwege { grid-template-columns: 1fr; } }
.kontaktweg {
  display: flex; flex-direction: column; gap: var(--s-2); padding: var(--s-6);
  background: var(--weiss); border: 1px solid var(--rahmen); border-radius: var(--r-karte);
  text-decoration: none; color: var(--text); transition: border-color var(--dauer-micro);
}
.kontaktweg:hover { border-color: var(--gold); color: var(--text); }
.kontaktweg svg { color: var(--gold-tief); }
.kontaktweg strong { font-family: var(--font-head); color: var(--navy); }
.kontaktweg span { font-size: 0.92rem; color: var(--text-ged); }

/* ============ Footer ============ */
.fuss { background: var(--navy-tief); color: var(--text-hell); margin-top: var(--sektion); }
.fuss a { color: var(--text-hell); text-decoration: none; opacity: 0.85; }
.fuss a:hover { opacity: 1; color: var(--gold); }
.fuss__oben { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--s-7); padding-block: var(--s-8); }
.fuss__logo img { height: 64px; width: auto; margin-bottom: var(--s-4); }
.fuss__claim { font-size: 0.95rem; opacity: 0.75; max-width: 34ch; }
.fuss h3 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold); font-weight: 500; margin-bottom: var(--s-4); }
.fuss ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; font-size: 0.94rem; }
.fuss__unten {
  border-top: 1px solid rgba(237,241,246,0.14); padding-block: var(--s-5);
  display: flex; flex-wrap: wrap; gap: var(--s-4) var(--s-6); justify-content: space-between;
  font-size: 0.85rem; opacity: 0.75;
}
.fuss__unten ul { list-style: none; display: flex; gap: var(--s-5); padding: 0; margin: 0; }
@media (max-width: 960px) { .fuss__oben { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .fuss__oben { grid-template-columns: 1fr; gap: var(--s-6); } }

/* ============ Schnellhilfe: Anrufen + WhatsApp, folgen durch die Seite ======
   Desktop: zwei runde Knoepfe rechts unten mit ausfahrendem Label.
   Mobil: feste Leiste unten mit Anrufen, WhatsApp und Anfrage. */
.schnellhilfe {
  position: fixed; right: clamp(16px, 2.5vw, 30px); bottom: clamp(16px, 2.5vw, 30px);
  z-index: 45; display: flex; flex-direction: column; gap: 12px; align-items: flex-end;
}
.schnellhilfe a {
  display: flex; align-items: center; gap: 0; height: 56px; padding: 0 16px;
  border-radius: var(--r-pille); text-decoration: none; overflow: hidden;
  font-family: var(--font-head); font-weight: 500; font-size: 0.95rem; white-space: nowrap;
  box-shadow: 0 8px 24px rgba(11, 26, 43, 0.28); transition: all 260ms var(--kurve);
}
.schnellhilfe a svg { flex-shrink: 0; }
.schnellhilfe__text { max-width: 0; opacity: 0; transition: all 260ms var(--kurve); }
.schnellhilfe a:hover .schnellhilfe__text,
.schnellhilfe a:focus-visible .schnellhilfe__text { max-width: 180px; opacity: 1; margin-left: 10px; }
.schnellhilfe a:hover { box-shadow: 0 12px 30px rgba(11, 26, 43, 0.36); }
.schnellhilfe__tel { background: var(--navy); color: var(--weiss); }
.schnellhilfe__tel:hover { background: var(--navy-tief); color: var(--weiss); }
.schnellhilfe__wa { background: var(--whatsapp); color: #06301A; }
.schnellhilfe__wa:hover { background: var(--whatsapp-dunkel); color: #06301A; }

.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 46; display: none;
  grid-template-columns: 1fr 1fr 1.15fr; gap: 1px; background: var(--rahmen);
  border-top: 1px solid var(--rahmen); box-shadow: var(--schatten-schwebend);
}
.sticky-cta a {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 14px 6px calc(14px + env(safe-area-inset-bottom)); font-family: var(--font-head);
  font-weight: 500; font-size: 0.88rem; text-decoration: none; min-height: 54px;
}
.sticky-cta a svg { flex-shrink: 0; }
.sticky-cta__tel { background: var(--navy); color: var(--weiss); }
.sticky-cta__wa { background: var(--whatsapp); color: #06301A; }
.sticky-cta__anfrage { background: var(--gold); color: var(--navy); }

@media (max-width: 720px) {
  .sticky-cta { display: grid; }
  .schnellhilfe { display: none; }
  body { padding-bottom: 62px; }
}

/* ============ Reveals ============ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity var(--dauer-reveal) var(--kurve), transform var(--dauer-reveal) var(--kurve); }
.reveal.sichtbar { opacity: 1; transform: none; }

/* ============ Seitenuebergaenge ============ */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: raus 240ms var(--kurve) both; }
::view-transition-new(root) { animation: rein 320ms var(--kurve) both; }
@keyframes raus { to { opacity: 0; } }
@keyframes rein { from { opacity: 0; transform: translateY(10px); } }

/* ============ Reduced Motion ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero--kenburns .hero__bild img { animation: none; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
  .funnel__schritt.aktiv { animation: none; }
}

/* ============ Druck ============ */
@media print { .kopf, .fuss, .sticky-cta, .cta-band, .marquee-sektion { display: none; } }
