/* =========================================================
   Akquise-Helfer – Design-System
   Stil: clean & seriös, Markenfarbe Blau
   Keine externen Fonts/CDNs (DSGVO: keine Drittanbieter-Requests)
   ========================================================= */

/* ---------- 1. Tokens ---------- */
:root {
  --brand-900: #1a2d3d;
  --brand-800: #22394a;
  --brand-700: #29435a;
  --brand-600: #355570;
  --brand-500: #426786;
  --brand-300: #7a9bb0;
  --brand-100: #d4e0e8;
  --brand-050: #eef2f5;

  --ink-900: #0e1726;
  --ink-700: #33415c;
  --ink-500: #5a6883;
  --ink-300: #97a2b6;
  --line: #e2e8f2;
  --surface: #ffffff;
  --surface-alt: #f6f8fc;

  --accent: #f0a202;
  --ok: #147a4a;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 1px 2px rgba(14, 23, 38, .06), 0 1px 3px rgba(14, 23, 38, .04);
  --shadow: 0 4px 14px rgba(14, 23, 38, .07);
  --shadow-lg: 0 18px 48px rgba(41, 67, 90, .13);

  --wrap: 1160px;
  --wrap-narrow: 780px;

  --step--1: clamp(.86rem, .84rem + .1vw, .92rem);
  --step-0: clamp(1rem, .97rem + .15vw, 1.075rem);
  --step-1: clamp(1.15rem, 1.09rem + .3vw, 1.32rem);
  --step-2: clamp(1.4rem, 1.28rem + .55vw, 1.75rem);
  --step-3: clamp(1.7rem, 1.48rem + .95vw, 2.3rem);
  --step-4: clamp(2.05rem, 1.65rem + 1.7vw, 3.1rem);

  --font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- 2. Reset / Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 104px; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink-700);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}

img, svg, iframe { max-width: 100%; }
img { height: auto; display: block; }

h1, h2, h3, h4 {
  color: var(--ink-900);
  line-height: 1.18;
  margin: 0 0 .6em;
  font-weight: 700;
  letter-spacing: -.015em;
}
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }
h4 { font-size: var(--step-0); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--brand-700); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--brand-500); }

ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin-bottom: .4em; }

strong { color: var(--ink-900); font-weight: 650; }

:focus-visible {
  outline: 3px solid var(--brand-500);
  outline-offset: 2px;
  border-radius: 4px;
}

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

/* ---------- 3. Layout-Helfer ---------- */
.container { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.container--narrow { width: min(100% - 2.5rem, var(--wrap-narrow)); }

.section { padding: clamp(3.25rem, 6vw, 5.5rem) 0; }
.section--tight { padding: clamp(2.25rem, 4vw, 3.5rem) 0; }
.section--alt { background: var(--surface-alt); }
.section--brand { background: var(--brand-900); color: #cfe0f4; }
.section--brand h2, .section--brand h3 { color: #fff; }

.section-head { max-width: 720px; margin-bottom: clamp(1.8rem, 3vw, 2.8rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--ink-500); font-size: var(--step-1); margin-bottom: 0; }

.eyebrow {
  display: inline-block;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--brand-600);
  margin-bottom: .75rem;
}
.section--brand .eyebrow { color: var(--brand-300); }

.lead { font-size: var(--step-1); color: var(--ink-500); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--brand-700); color: #fff; padding: .75rem 1.25rem; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- 4. Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .82rem 1.5rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-weight: 650;
  font-size: var(--step-0);
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); }

/* Metall-Optik nur für blaue Primary-Buttons (Markenblau) */
.btn--primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  border-color: rgba(255, 255, 255, .14);
  background-color: var(--brand-700);
  background-image:
    linear-gradient(
      105deg,
      transparent 28%,
      rgba(255, 255, 255, .26) 44%,
      rgba(255, 255, 255, .07) 52%,
      transparent 68%
    ),
    linear-gradient(
      180deg,
      #527a96 0%,
      var(--brand-500) 12%,
      var(--brand-600) 38%,
      var(--brand-700) 62%,
      var(--brand-800) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 -1px 0 rgba(0, 0, 0, .18),
    0 1px 2px rgba(14, 23, 38, .18),
    0 4px 14px rgba(41, 67, 90, .14);
  text-shadow: 0 1px 1px rgba(26, 45, 61, .4);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}
.btn--primary:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .2);
  filter: brightness(1.06);
  background-image:
    linear-gradient(
      105deg,
      transparent 26%,
      rgba(255, 255, 255, .32) 42%,
      rgba(255, 255, 255, .1) 50%,
      transparent 66%
    ),
    linear-gradient(
      180deg,
      #5c879f 0%,
      var(--brand-500) 12%,
      var(--brand-600) 36%,
      var(--brand-700) 58%,
      var(--brand-800) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .28),
    inset 0 -1px 0 rgba(0, 0, 0, .16),
    0 2px 5px rgba(14, 23, 38, .16),
    0 10px 24px rgba(41, 67, 90, .18);
}
.btn--primary:active {
  transform: translateY(0);
  filter: brightness(.96);
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, .28),
    inset 0 1px 2px rgba(0, 0, 0, .2),
    0 1px 2px rgba(14, 23, 38, .12);
}
.btn--primary:focus-visible {
  outline: 3px solid var(--brand-300);
  outline-offset: 2px;
}
.btn--ghost { background: transparent; color: var(--brand-700); border-color: var(--brand-300); }
.btn--ghost:hover { background: var(--brand-050); color: var(--brand-700); border-color: var(--brand-500); }
.btn--light { background: #fff; color: var(--brand-800); }
.btn--light:hover { background: var(--brand-050); color: var(--brand-800); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn--outline-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn--sm { padding: .55rem 1.05rem; font-size: var(--step--1); }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---------- 5. Topbar ---------- */
.topbar {
  background: var(--brand-900);
  color: #b9d1ec;
  font-size: var(--step--1);
}
.topbar__inner {
  display: flex; flex-wrap: wrap; align-items: center; gap: .35rem 1.4rem;
  min-height: 42px; padding-block: .3rem;
}
.topbar a { color: #dbe9fa; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar__spacer { margin-left: auto; }
.topbar__social { display: flex; gap: .85rem; align-items: center; }
.topbar__social a { padding: .15rem; }
.topbar svg { width: 16px; height: 16px; fill: currentColor; flex: none; }
@media (max-width: 720px) {
  .topbar__hide-sm { display: none; }
}

/* ---------- 6. Header / Navigation ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; gap: 1.5rem; min-height: 74px; }

.logo { display: inline-flex; align-items: center; text-decoration: none; flex: none; }
.logo img { height: 74px; width: auto; max-width: min(204px, 52vw); }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: .25rem; list-style: none; margin: 0; padding: 0; }
.nav__list li { margin: 0; }
.nav__link {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .6rem .8rem; border-radius: var(--radius-sm);
  color: var(--ink-700); font-weight: 600; text-decoration: none; font-size: .98rem;
  white-space: nowrap;
}
.nav__link:hover { background: var(--brand-050); color: var(--brand-700); }
.nav__link[aria-current="page"] { color: var(--brand-700); background: var(--brand-050); }
.nav__link svg { width: 12px; height: 12px; fill: currentColor; transition: transform .2s ease; }

.nav__item--drop { position: relative; }
.nav__item--drop:hover .nav__link svg,
.nav__item--drop:focus-within .nav__link svg { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 6px); left: 0;
  min-width: 268px; padding: .5rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.nav__item--drop:hover .dropdown,
.nav__item--drop:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: block; padding: .6rem .75rem; border-radius: var(--radius-sm);
  color: var(--ink-700); text-decoration: none; font-weight: 600; font-size: .95rem;
}
.dropdown a:hover { background: var(--brand-050); color: var(--brand-700); }
.dropdown small { display: block; font-weight: 400; color: var(--ink-500); font-size: .82rem; line-height: 1.35; }

.nav__cta { margin-left: .6rem; }

.nav-toggle {
  display: none; margin-left: auto;
  width: 46px; height: 42px; padding: 0;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  cursor: pointer; color: var(--brand-800);
}
.nav-toggle svg { width: 22px; height: 22px; fill: currentColor; margin-inline: auto; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    padding: .75rem 1.25rem 1.5rem;
    display: none;
  }
  .nav.is-open { display: block; }
  .nav__list { flex-direction: column; align-items: stretch; gap: .1rem; }
  .nav__link { padding: .8rem .6rem; font-size: 1.05rem; }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; border-left: 2px solid var(--brand-100);
    border-radius: 0; margin: 0 0 .4rem .7rem; padding: 0 0 0 .5rem;
  }
  .dropdown small { display: none; }
  .nav__cta { margin: .9rem 0 0; width: 100%; justify-content: center; }
}

/* ---------- 7. Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 88% -12%, rgba(22, 113, 214, .16), transparent 62%),
    linear-gradient(180deg, var(--brand-050) 0%, #fff 88%);
  padding: clamp(2.75rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero__grid {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 4vw, 4rem); align-items: center;
}
.hero h1 { margin-bottom: .5em; }
.hero__text > p.lead { max-width: 56ch; }
.hero__media { position: relative; }
.hero__media img {
  width: 100%; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3; object-fit: cover; background: var(--brand-100);
}
.hero--slim { padding-block: clamp(2.25rem, 4.5vw, 3.6rem); }
.hero--slim .hero__grid { grid-template-columns: 1fr; }
.hero--slim h1 { max-width: 20ch; }
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
}

/* Breadcrumb */
.breadcrumb { font-size: var(--step--1); color: var(--ink-500); margin-bottom: 1.1rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; margin: 0; padding: 0; }
.breadcrumb li { margin: 0; }
.breadcrumb li + li::before { content: "›"; margin-right: .4rem; color: var(--ink-300); }
.breadcrumb a { color: var(--ink-500); text-decoration: none; }
.breadcrumb a:hover { color: var(--brand-700); text-decoration: underline; }

/* ---------- 8. USP-Badges ---------- */
.badges {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem;
  list-style: none; margin: 2rem 0 0; padding: 0;
}
.badges li {
  margin: 0; display: flex; gap: .6rem; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: .9rem 1rem; box-shadow: var(--shadow-sm);
  font-weight: 640; color: var(--ink-900); font-size: .95rem; line-height: 1.35;
}
.badges svg { width: 20px; height: 20px; flex: none; fill: var(--brand-600); margin-top: 1px; }
.badges--inline { margin-top: 0; }
@media (max-width: 980px) { .badges { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .badges { grid-template-columns: 1fr; } }

/* Trust-Badge Fördermittel */
.trust-badge {
  display: inline-flex; align-items: center; gap: .7rem;
  background: var(--brand-050); border: 1px solid var(--brand-100);
  color: var(--brand-800); border-radius: 999px;
  padding: .5rem 1.1rem .5rem .7rem; font-size: var(--step--1); font-weight: 640;
  text-decoration: none;
}
.trust-badge:hover { background: var(--brand-100); color: var(--brand-900); }
.trust-badge svg { width: 20px; height: 20px; fill: var(--brand-600); flex: none; }

/* ---------- 9. Karten & Grids ---------- */
.grid { display: grid; gap: clamp(1rem, 2vw, 1.6rem); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.35rem, 2.2vw, 1.9rem);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.card h3 { margin-bottom: .45em; }
.card p { color: var(--ink-500); }
.card__icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--brand-050); border: 1px solid var(--brand-100);
  display: grid; place-items: center; margin-bottom: 1rem;
}
.card__icon svg { width: 24px; height: 24px; fill: var(--brand-600); }
.card__link {
  margin-top: auto; padding-top: 1rem;
  font-weight: 650; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem;
}
.card__link svg { width: 15px; height: 15px; fill: currentColor; transition: transform .18s ease; }
.card--link:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: var(--brand-300); }
.card--link:hover .card__link svg { transform: translateX(3px); }
.card ul { color: var(--ink-500); }

/* Feature-Liste (Check-Bullets) */
.checklist { list-style: none; padding: 0; margin: 0 0 1.1em; }
.checklist li { display: flex; gap: .65rem; align-items: flex-start; margin-bottom: .6em; }
.checklist svg { width: 19px; height: 19px; flex: none; fill: var(--brand-600); margin-top: .28em; }
.checklist--tight li { margin-bottom: .35em; }

/* Split-Layout Text + Panel */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.8rem, 4vw, 3.5rem); align-items: start; }
.split--reverse .split__media { order: -1; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--reverse .split__media { order: 0; } }

.panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 2.5vw, 2.2rem); box-shadow: var(--shadow);
}
.panel--brand { background: var(--brand-800); color: #cfe0f4; border-color: var(--brand-800); }
.panel--brand h2, .panel--brand h3, .panel--brand strong { color: #fff; }
.panel--soft { background: var(--brand-050); border-color: var(--brand-100); box-shadow: none; }

/* Kennzahlen */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; list-style: none; padding: 0; margin: 0; }
.stats li { margin: 0; }
.stat__value { display: block; font-size: var(--step-3); font-weight: 800; color: var(--brand-700); line-height: 1.1; letter-spacing: -.02em; }
.stat__label { font-size: var(--step--1); color: var(--ink-500); }
.section--brand .stat__value { color: #fff; }
.section--brand .stat__label { color: #a9c6e6; }
@media (max-width: 680px) { .stats { grid-template-columns: 1fr; gap: .9rem; } }

/* ---------- 10. Prozess / Steps ---------- */
.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.steps > li {
  position: relative; margin: 0 0 1.6rem; padding-left: 3.6rem; counter-increment: step;
}
.steps > li::before {
  content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: var(--brand-700); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: .95rem;
}
.steps > li::after {
  content: ""; position: absolute; left: 1.2rem; top: 2.8rem; bottom: -1.6rem;
  width: 2px; background: var(--brand-100);
}
.steps > li:last-child { margin-bottom: 0; }
.steps > li:last-child::after { display: none; }
.steps h3 { margin-bottom: .3em; }

.phase {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--brand-600);
  border-radius: var(--radius); padding: clamp(1.3rem, 2.2vw, 1.9rem); box-shadow: var(--shadow-sm);
}
.phase + .phase { margin-top: 1.2rem; }
.phase__tag {
  display: inline-block; font-size: var(--step--1); font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--brand-600); margin-bottom: .5rem;
}

/* ---------- 11. Testimonials ---------- */
.quotes { display: grid; gap: 1.4rem; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .quotes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .quotes { grid-template-columns: 1fr; } }

.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.3rem, 2vw, 1.7rem); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; margin: 0;
}
.quote::before {
  content: "„"; font-size: 3rem; line-height: .8; color: var(--brand-300); font-weight: 700;
  display: block; margin-bottom: .35rem;
}
.quote p { color: var(--ink-700); font-size: 1.02rem; }
.quote p + p { margin-top: .75rem; }
.quote figcaption { margin-top: auto; padding-top: 1rem; font-size: var(--step--1); color: var(--ink-500); }
.quote cite { font-style: normal; font-weight: 700; color: var(--ink-900); display: block; }

.quote--feature { grid-column: span 3; }
@media (max-width: 980px) { .quote--feature { grid-column: span 2; } }
@media (max-width: 680px) { .quote--feature { grid-column: span 1; } }

/* ---------- 12. Logos ---------- */
.logos { display: flex; flex-wrap: wrap; gap: .6rem .7rem; list-style: none; padding: 0; margin: 0; }
.logos li {
  margin: 0; padding: .5rem 1rem;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  font-size: var(--step--1); font-weight: 600; color: var(--ink-500);
}
.logo-wall { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; list-style: none; padding: 0; margin: 0; }
.logo-wall li {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .4rem .55rem;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-wall img {
  width: auto;
  max-width: 100%;
  height: 124px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .75;
  transition: filter .2s ease, opacity .2s ease;
}
.logo-wall li:hover img { filter: none; opacity: 1; }
.logo-wall a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.logo-wall a:focus-visible { outline: 2px solid var(--brand-500); outline-offset: 2px; border-radius: var(--radius-sm); }
.logo-wall__text {
  font-size: var(--step--1);
  font-weight: 600;
  color: var(--ink-500);
  text-align: center;
  line-height: 1.35;
  padding-inline: .75rem;
}
@media (max-width: 900px) { .logo-wall { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .logo-wall { grid-template-columns: repeat(2, 1fr); } }

.logo-band-section { padding-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.logo-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.logo-marquee__track {
  display: flex;
  width: max-content;
  animation: logo-marquee 50s linear infinite;
}
.logo-marquee__list {
  display: flex;
  flex: none;
  gap: .75rem;
  list-style: none;
  padding: 0 .375rem;
  margin: 0;
}
.logo-marquee__list li {
  flex: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .35rem .5rem;
  width: 275px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-marquee__list img {
  height: 118px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.logo-marquee__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.logo-marquee__list a:focus-visible { outline: 2px solid var(--brand-500); outline-offset: 2px; border-radius: var(--radius-sm); }
@keyframes logo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .logo-marquee { -webkit-mask-image: none; mask-image: none; overflow-x: auto; }
  .logo-marquee__track { animation: none; width: 100%; }
  .logo-marquee__list[aria-hidden="true"] { display: none; }
}

/* ---------- 13. Netzwerk-Karten ---------- */
.partner-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 2.4vw, 2.1rem); box-shadow: var(--shadow-sm);
}
.partner-card img { height: 44px; width: auto; object-fit: contain; margin-bottom: 1.1rem; }
.partner-card__meta { font-size: var(--step--1); color: var(--ink-500); margin-bottom: .8rem; }
.partner-card .btn { align-self: flex-start; margin-top: auto; }

/* ---------- 14. Akkordeon / FAQ ---------- */
.accordion { border-top: 1px solid var(--line); }
.accordion details {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.accordion summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1.2rem;
  padding: 1.15rem .25rem;
  font-weight: 650; font-size: var(--step-1); color: var(--ink-900);
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after {
  content: ""; flex: none; width: 22px; height: 22px; margin-top: .2rem;
  background: var(--brand-050); border-radius: 50%;
  background-image: linear-gradient(var(--brand-700), var(--brand-700)), linear-gradient(var(--brand-700), var(--brand-700));
  background-size: 11px 2px, 2px 11px;
  background-position: center, center;
  background-repeat: no-repeat;
  transition: transform .2s ease;
}
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion summary:hover { color: var(--brand-700); }
.accordion__body { padding: 0 3rem 1.4rem .25rem; color: var(--ink-700); }
.accordion__body > *:last-child { margin-bottom: 0; }

/* ---------- 15. Formular & Terminauswahl (UI-Attrappe) ---------- */
.form-note {
  display: flex; gap: .7rem; align-items: flex-start;
  background: #fff7e6; border: 1px solid #f5dca8; border-radius: var(--radius-sm);
  padding: .8rem 1rem; font-size: var(--step--1); color: #7a5300; margin-bottom: 1.4rem;
}
.form-note svg { width: 18px; height: 18px; fill: #c88a00; flex: none; margin-top: .15rem; }

.form { display: grid; gap: 1rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 620px) { .form__row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field label { font-size: var(--step--1); font-weight: 650; color: var(--ink-900); }
.field input, .field textarea, .field select {
  font: inherit; font-size: .98rem; color: var(--ink-900);
  padding: .72rem .9rem;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; width: 100%;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--brand-500); box-shadow: 0 0 0 3px var(--brand-100);
}
.field textarea { min-height: 120px; resize: vertical; }
.field--check { flex-direction: row; gap: .65rem; align-items: flex-start; }
.field--check input { width: 18px; height: 18px; margin-top: .2rem; flex: none; }
.field--check label { font-weight: 400; font-size: var(--step--1); color: var(--ink-500); line-height: 1.5; }
.req { color: #c0392b; }

.booking-panel { display: grid; gap: 1rem; }
.booking-intro {
  display: grid; place-items: center; text-align: center; gap: .9rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--brand-050), #fff);
  box-shadow: var(--shadow);
}
.booking-intro p { max-width: 52ch; color: var(--ink-500); margin: 0; }
.booking-intro .btn-row { justify-content: center; }
.booking-frame {
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); background: #fff;
}
.booking-frame iframe { display: block; width: 100%; height: 1000px; border: 0; }

/* ---------- 16. Karte / Standorte ---------- */
.map-frame {
  border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); background: var(--surface-alt);
}
.map-frame iframe { display: block; width: 100%; height: 420px; border: 0; }
.map-consent {
  display: grid; place-items: center; text-align: center; gap: .9rem;
  min-height: 320px; padding: 2rem;
  background: linear-gradient(180deg, var(--brand-050), #fff);
}
.map-consent p { max-width: 46ch; color: var(--ink-500); margin: 0; }

.map-tabs {
  display: flex; flex-wrap: wrap; gap: .4rem;
  padding: .7rem; background: var(--surface-alt); border-bottom: 1px solid var(--line);
}
.map-tabs button {
  font: inherit; font-size: var(--step--1); font-weight: 650;
  padding: .45rem 1rem; border-radius: 999px;
  border: 1px solid var(--line); background: #fff; color: var(--ink-700); cursor: pointer;
}
.map-tabs button:hover { border-color: var(--brand-500); color: var(--brand-700); }
.map-tabs button[aria-pressed="true"] { background: var(--brand-700); border-color: var(--brand-700); color: #fff; }

.location { display: flex; flex-direction: column; gap: .3rem; }
.location h3 { margin-bottom: .2em; font-size: var(--step-0); }
.location address { font-style: normal; color: var(--ink-500); font-size: .96rem; }
.location a { text-decoration: none; font-weight: 650; }
.location__tag {
  align-self: flex-start; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--brand-700); background: var(--brand-050); border-radius: 999px; padding: .15rem .6rem; margin-bottom: .4rem;
}

/* ---------- 17. CTA-Band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--brand-800), var(--brand-600));
  color: #dbe9fa;
  border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 4vw, 3rem);
  display: grid; grid-template-columns: 1.4fr auto; gap: 1.8rem; align-items: center;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; margin-bottom: .35em; }
.cta-band p { margin-bottom: 0; }
@media (max-width: 780px) { .cta-band { grid-template-columns: 1fr; } }

/* ---------- 18. Prose (Rechtstexte) ---------- */
.prose { max-width: 74ch; }
.prose h2 { font-size: var(--step-2); margin-top: 2.4em; padding-top: .4em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: var(--step-1); margin-top: 1.8em; }
.prose p, .prose li { color: var(--ink-700); }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

.toc {
  background: var(--brand-050); border: 1px solid var(--brand-100);
  border-radius: var(--radius); padding: 1.3rem 1.5rem; margin-bottom: 2.5rem;
}
.toc h2 { font-size: var(--step-0); margin: 0 0 .7em; text-transform: uppercase; letter-spacing: .06em; color: var(--brand-800); }
.toc ol { columns: 2; column-gap: 2rem; margin: 0; padding-left: 1.2em; font-size: .95rem; }
@media (max-width: 620px) { .toc ol { columns: 1; } }

.placeholder-box {
  border: 2px dashed var(--brand-300); background: var(--brand-050);
  border-radius: var(--radius); padding: 1.3rem 1.5rem; margin: 1.5rem 0;
  color: var(--brand-900); font-size: .95rem;
}
.placeholder-box strong { display: block; margin-bottom: .35rem; }
.placeholder-box p:last-child { margin-bottom: 0; }

/* ---------- 19. Footer ---------- */
.footer { background: var(--brand-900); color: #a9c6e6; padding-top: clamp(3rem, 5vw, 4.5rem); margin-top: 0; }
.footer a { color: #dbe9fa; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 2rem; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }
.footer h2 { font-size: var(--step--1); text-transform: uppercase; letter-spacing: .1em; color: #7fb2ec; margin-bottom: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: .55em; font-size: .96rem; }
.footer__brand p { font-size: .96rem; max-width: 34ch; }
.footer__logo { display: inline-flex; align-items: center; margin-bottom: 1rem; }
.footer__logo img { height: 74px; width: auto; max-width: min(204px, 52vw); }
.footer__social { display: flex; gap: .7rem; margin-top: 1.2rem; }
.footer__social a {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
}
.footer__social a:hover { background: rgba(255,255,255,.18); }
.footer__social svg { width: 18px; height: 18px; fill: #dbe9fa; }
.footer__bottom {
  margin-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid rgba(255,255,255,.12);
  padding: 1.3rem 0; display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; align-items: center;
  font-size: var(--step--1);
}
.footer__bottom ul { display: flex; flex-wrap: wrap; gap: .6rem 1.3rem; margin-left: auto; }
.footer__bottom li { margin: 0; }

/* ---------- 20. Utilities ---------- */
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.muted { color: var(--ink-500); }
.small { font-size: var(--step--1); }

/* ---------- 21. Cookie-Banner ---------- */
.cookie-banner {
  position: fixed; inset: auto 0 0 0; z-index: 9999;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  background: rgba(14, 23, 38, .97);
  border-top: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, .25);
  transform: translateY(110%);
  transition: transform .35s ease;
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner-inner {
  max-width: var(--container, 72rem); margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem;
}
.cookie-banner-text {
  flex: 1 1 280px; margin: 0; color: #c8d9ea; font-size: var(--step--1); line-height: 1.55;
}
.cookie-banner-text a { color: #fff; font-weight: 650; }
.cookie-banner-actions {
  display: flex; flex-wrap: wrap; gap: .55rem; flex: 0 1 auto;
}
.cookie-btn {
  font: inherit; font-size: var(--step--1); font-weight: 650;
  padding: .55rem 1.1rem; border-radius: 999px; cursor: pointer; border: 1px solid transparent;
  transition: background .15s, border-color .15s, color .15s;
}
.cookie-btn-accept {
  background: var(--brand-600); color: #fff; border-color: var(--brand-600);
}
.cookie-btn-accept:hover { background: var(--brand-700); border-color: var(--brand-700); }
.cookie-btn-essential {
  background: transparent; color: #dbe9fa; border-color: rgba(255, 255, 255, .35);
}
.cookie-btn-essential:hover { background: rgba(255, 255, 255, .08); }
.cookie-btn-settings {
  background: transparent; color: #a9c6e6; border-color: transparent; text-decoration: underline;
}
.cookie-btn-settings:hover { color: #fff; }

.cookie-modal-overlay {
  position: fixed; inset: 0; z-index: 10000;
  display: grid; place-items: center; padding: 1rem;
  background: rgba(14, 23, 38, .55);
  opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s;
}
.cookie-modal-overlay.visible { opacity: 1; visibility: visible; }
.cookie-modal {
  width: min(100%, 520px); max-height: min(90vh, 640px); overflow: auto;
  background: #fff; border-radius: var(--radius-lg); padding: clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: var(--shadow-lg);
}
.cookie-modal h3 { margin: 0 0 .65em; font-size: var(--step-2); color: var(--brand-900); }
.cookie-modal > p { color: var(--ink-500); font-size: var(--step--1); margin-bottom: 1.25rem; }
.cookie-category {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.1rem; margin-bottom: .85rem;
}
.cookie-category-header {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .45rem;
}
.cookie-category-name { font-weight: 700; color: var(--ink-900); font-size: var(--step--1); }
.cookie-category-desc { margin: 0; font-size: var(--step--1); color: var(--ink-500); line-height: 1.5; }
.cookie-toggle { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.cookie-toggle input { opacity: 0; width: 0; height: 0; }
.cookie-toggle-slider {
  position: absolute; inset: 0; cursor: pointer; border-radius: 999px;
  background: var(--line); transition: background .2s;
}
.cookie-toggle-slider::before {
  content: ''; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px;
  background: #fff; border-radius: 50%; transition: transform .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.cookie-toggle input:checked + .cookie-toggle-slider { background: var(--brand-600); }
.cookie-toggle input:checked + .cookie-toggle-slider::before { transform: translateX(20px); }
.cookie-toggle input:disabled + .cookie-toggle-slider { opacity: .75; cursor: not-allowed; }
.cookie-modal-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; margin-top: 1.25rem; }

.cookie-settings-section {
  margin-top: 2.5rem; padding: 1.25rem 1.5rem;
  background: var(--brand-050); border: 1px solid var(--brand-100); border-radius: var(--radius);
}
.cookie-settings-section h2 { margin-top: 0; font-size: var(--step-1); }

.embed-consent-notice {
  display: grid; place-items: center; text-align: center; gap: .85rem;
  padding: 1.5rem; background: var(--brand-050); border: 1px dashed var(--brand-300);
  border-radius: var(--radius); color: var(--ink-700); font-size: var(--step--1);
}
.embed-consent-notice p { margin: 0; max-width: 42ch; }

@media (max-width: 560px) {
  .cookie-banner-actions { width: 100%; }
  .cookie-banner-actions .cookie-btn { flex: 1 1 auto; text-align: center; }
}
