@charset "UTF-8";
/* ==========================================================================
   Creakom Business Solutions GmbH — Zentrales Stylesheet v1
   München & Wien · Microsoft Partner · BI, CRM & KI
   --------------------------------------------------------------------------
   FARBKONZEPT "Clean Enterprise Tech"
   Hell-neutrale Basis (#ffffff / #f8fafc), anthrazitfarbene Typografie
   (#0f172a), Hairline-Borders in Neutralgrau. Chroma wird bewusst knapp
   gehalten: ein einziger, aus dem Creakom-CI (#249089) abgeleiteter und für
   helle Flächen abgedunkelter Akzent (--c-accent) trägt Eyebrows, Icon-Chips,
   Listen-Häkchen und Hover-States. Alle Handlungsflächen (CTAs) sind
   anthrazit — nicht farbig. Wer den Akzent neutralisieren will, setzt
   --p-accent-600/700 auf einen Slate-Wert; kein Template muss dafür angefasst
   werden.

   TOKEN-ARCHITEKTUR (drei Schichten, analog creakom.tv)
     1. Primitive   --p-*     Rohwerte. Nie direkt in Komponenten verwenden.
     2. Semantisch  --c-*, --space-*, --fs-*, --radius-*, --elev-*
                              Zweckgebundene Aliase. Gegen diese Ebene
                              schreiben Komponenten.
     3. Komponente  --btn-*, --card-*, --field-*
                              Nur wo eine Komponente eigene Stellschrauben
                              braucht.

   GLIEDERUNG
     1. Primitive Tokens          8. Sektionen & Section-Head
     2. Semantische Tokens        9. Buttons
     3. Komponenten-Tokens       10. Karten & Grids
     4. Reset / Basis            11. Hero
     5. Typografie               12. Module (Trust, Pillars, ROI, Prozess,
     6. Layout / Container           Testimonials, Standorte, Split, FAQ,
     7. Header / Navigation          Crosslinks, CTA-Band, Stats)
                                 13. Formular
                                 14. Footer
                                 15. Utilities & Motion
                                 16. Responsive Breakpoints
                                 17. Print
   ========================================================================== */

/* ----------------------------------------------------- 1. PRIMITIVE TOKENS */
:root {
  /* Neutral-Rampe — eine Reihe für alle Flächen und alle Texte.
     50 = hellste Fläche, 900 = Typografie/Handlungsfläche. */
  --p-neutral-0:    #ffffff;
  --p-neutral-50:   #f8fafc;
  --p-neutral-100:  #f1f5f9;
  --p-neutral-200:  #e2e8f0;
  --p-neutral-300:  #cbd5e1;
  --p-neutral-400:  #94a3b8;
  --p-neutral-500:  #64748b;
  --p-neutral-600:  #475569;
  --p-neutral-700:  #334155;
  --p-neutral-800:  #1e293b;
  --p-neutral-900:  #0f172a;   /* CI-Anthrazit — Typografie & CTAs */
  --p-neutral-950:  #080d19;

  /* Akzent-Rampe, basierend auf #A4D8DE (rgb(164, 216, 222)).
     600 hält 4,6:1 auf #ffffff (WCAG AA für Fließtext). */
  --p-accent-50:    #f3fafb;
  --p-accent-100:   #e4f4f6;
  --p-accent-200:   #c8e9ed;
  --p-accent-500:   #a4d8de;   /* CI-Originalton */
  --p-accent-600:   #217d8f;   /* Kontraststufe für AA auf Weiß */
  --p-accent-700:   #155c6b;

  /* Alpha-Skalen — ersetzen handgesetzte rgba()-Varianten */
  --p-a-ink-04:     rgba(15, 23, 42, .04);
  --p-a-ink-06:     rgba(15, 23, 42, .06);
  --p-a-ink-08:     rgba(15, 23, 42, .08);
  --p-a-ink-12:     rgba(15, 23, 42, .12);
  --p-a-ink-40:     rgba(15, 23, 42, .40);
  --p-a-ink-60:     rgba(15, 23, 42, .60);

  --p-a-white-08:   rgba(255, 255, 255, .08);
  --p-a-white-12:   rgba(255, 255, 255, .12);
  --p-a-white-20:   rgba(255, 255, 255, .20);
  --p-a-white-70:   rgba(255, 255, 255, .70);
  --p-a-white-88:   rgba(255, 255, 255, .88);

  --p-a-accent-08:  rgba(164, 216, 222, .08);
  --p-a-accent-16:  rgba(164, 216, 222, .16);
  --p-a-accent-30:  rgba(164, 216, 222, .30);
}

/* --------------------------------------------------- 2. SEMANTISCHE TOKENS */
:root {
  /* -- Flächen ------------------------------------------------------------ */
  --c-base:          var(--p-neutral-0);    /* Standard-Sektion */
  --c-tint:          var(--p-neutral-50);   /* getönte Sektion */
  --c-tint-strong:   var(--p-neutral-100);
  --c-ink:           var(--p-neutral-900);  /* invertierte Sektion */
  --c-surface:       var(--p-neutral-0);    /* Karten auf Tint */
  --c-surface-alt:   var(--p-neutral-50);   /* Karten auf Weiß */

  /* -- Linien ------------------------------------------------------------- */
  --c-line:          var(--p-neutral-200);
  --c-line-subtle:   var(--p-neutral-100);
  --c-line-strong:   var(--p-neutral-300);
  --c-line-ink:      var(--p-a-white-12);

  /* -- Text --------------------------------------------------------------- */
  --c-heading:       var(--p-neutral-900);
  --c-text:          var(--p-neutral-700);
  --c-text-muted:    var(--p-neutral-500);
  --c-text-faint:    var(--p-neutral-400);
  --c-on-ink:        var(--p-neutral-0);
  --c-on-ink-muted:  rgba(255, 255, 255, .72);

  /* -- Akzent ------------------------------------------------------------- */
  --c-accent:        var(--p-accent-600);
  --c-accent-hover:  var(--p-accent-700);
  --c-accent-tint:   var(--p-accent-50);
  --c-accent-line:   var(--p-accent-200);
  --c-accent-on-ink: var(--p-accent-500);   /* Akzent auf dunklem Grund */

  /* -- Aktion ------------------------------------------------------------- */
  --c-action:        var(--p-neutral-900);
  --c-action-hover:  var(--p-neutral-800);

  /* -- Gradienten (dezent, nie dekorativ dominant) ------------------------ */
  --grad-hero:       linear-gradient(180deg, var(--p-neutral-0) 0%, var(--p-neutral-50) 100%);
  --grad-ink:        linear-gradient(140deg, var(--p-neutral-900) 0%, var(--p-neutral-800) 100%);
  --grad-hairline:   linear-gradient(90deg, transparent, var(--c-line), transparent);
  --grad-accent:     linear-gradient(135deg, var(--p-a-accent-16) 0%, var(--p-a-accent-08) 100%);

  /* -- Typografie --------------------------------------------------------- */
  --font-sans: "Inter", "Segoe UI Variable Text", "Segoe UI",
               -apple-system, BlinkMacSystemFont, "Helvetica Neue",
               Arial, sans-serif;

  /* Neunstufige Skala. Vier fluide Stufen skalieren mit dem Viewport,
     fünf statische Stufen bleiben stabil. */
  --fs-display: clamp(2.5rem, 1.4rem + 4.2vw, 4.5rem);
  --fs-h1:      clamp(2.125rem, 1.35rem + 2.8vw, 3.5rem);
  --fs-h2:      clamp(1.75rem, 1.3rem + 1.7vw, 2.625rem);
  --fs-h3:      clamp(1.1875rem, 1.1rem + .4vw, 1.4375rem);
  --fs-lead:    clamp(1.0625rem, 1rem + .45vw, 1.3125rem);
  --fs-body:    1.0625rem;
  --fs-small:   0.9375rem;
  --fs-micro:   0.875rem;
  --fs-nano:    0.8125rem;

  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;
  --fw-extra:    800;

  /* Zeilenhöhe nach Größe gestaffelt: große Typo braucht engere Zeilen. */
  --lh-display: 1.06;
  --lh-tight:   1.15;
  --lh-snug:    1.4;
  --lh-body:    1.65;

  /* Optisches Tracking: je größer der Grad, desto enger. */
  --ls-display: -0.035em;
  --ls-heading: -0.022em;
  --ls-body:     0em;
  --ls-caps:     0.1em;
  --ls-caps-wide: 0.14em;

  /* -- Raum --------------------------------------------------------------- *
   * Eine Skala für alle Abstände. Die fluiden Stufen atmen mit dem
   * Viewport, damit auf großen Screens echter Weißraum entsteht.           */
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs:  0.75rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  clamp(1.5rem, 1.2rem + 1.3vw, 2.25rem);
  --space-xl:  clamp(2rem, 1.5rem + 2vw, 3.25rem);
  --space-2xl: clamp(2.75rem, 2rem + 3.2vw, 4.5rem);
  --space-3xl: clamp(4rem, 2.9rem + 4.6vw, 6.75rem);
  --space-4xl: clamp(5.5rem, 3.8rem + 6.8vw, 9.5rem);

  --container:      1200px;
  --container-wide: 1360px;
  --container-slim: 780px;
  --space-section:  var(--space-3xl);
  --space-gutter:   clamp(1.25rem, 4vw, 2.5rem);
  --header-h:       4.5rem;

  /* -- Radius ------------------------------------------------------------- */
  --radius-xs:   4px;
  --radius-sm:   6px;
  --radius-md:   10px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --radius-pill: 999px;
  --radius:      var(--radius-md);

  /* -- Erhebung ----------------------------------------------------------- *
   * Auf hellem Grund tragen weiche, sehr flache Schatten. Hairline-Border
   * plus Schatten-Stufe 1 ist der Standard; höhere Stufen nur für
   * schwebende Elemente (Header-Scroll, Dropdown, Hover-Lift).             */
  --elev-0: none;
  --elev-1: 0 1px 2px rgba(15, 23, 42, .04);
  --elev-2: 0 1px 3px rgba(15, 23, 42, .05), 0 6px 16px rgba(15, 23, 42, .05);
  --elev-3: 0 2px 6px rgba(15, 23, 42, .06), 0 14px 32px rgba(15, 23, 42, .08);
  --elev-4: 0 4px 10px rgba(15, 23, 42, .07), 0 26px 56px rgba(15, 23, 42, .11);
  --ring-accent: 0 0 0 3px var(--p-a-accent-16);
  --ring-focus:  0 0 0 3px rgba(28, 122, 116, .35);

  /* -- Bewegung ----------------------------------------------------------- */
  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out:    cubic-bezier(0.33, 1, 0.68, 1);
  --t-fast:      160ms;
  --t-medium:    320ms;
  --t-slow:      600ms;

  /* -- Ebenen (statt Magic Numbers) --------------------------------------- */
  --z-base:    1;
  --z-sticky:  90;
  --z-overlay: 95;
  --z-mega:    99;
  --z-header:  100;
  --z-drawer:  140;
  --z-skip:    300;
}

/* ------------------------------------------------ 3. KOMPONENTEN-TOKENS */
:root {
  --card-bg:        var(--c-surface);
  --card-bd:        var(--c-line);
  --card-bd-hover:  var(--c-line-strong);
  --card-pad:       clamp(1.5rem, 2.6vw, 2.125rem);
  --card-radius:    var(--radius-lg);
  --card-lift:      -3px;

  --btn-pad-y:      0.875rem;
  --btn-pad-x:      1.625rem;
  --btn-radius:     var(--radius-sm);

  --field-bg:       var(--p-neutral-0);
  --field-bd:       var(--c-line-strong);
  --field-bd-focus: var(--c-accent);
  --field-radius:   var(--radius-sm);
}

/* ------------------------------------------------------- 4. RESET / BASIS */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
  -webkit-text-size-adjust: 100%;
  /* Der geschlossene Mobile-Drawer liegt per position:fixed + translateX(100%)
     rechts ausserhalb des Viewports. Fixed-Elemente werden NICHT von
     overflow-x auf <body> geclippt, weil ihr umgebender Block der Viewport ist
     - ohne diese Zeile entsteht auf Mobile ein horizontaler Scrollbalken.
     Auf dem Wurzelelement propagiert overflow auf den Viewport; "clip" tut das
     sticky-sicher, "hidden" bleibt als Fallback fuer aeltere Engines. */
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
  color: var(--c-text);
  background: var(--c-base);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-numeric: tabular-nums lining-nums;
}

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

ul, ol { list-style: none; }

a { color: inherit; text-decoration: none; }

button,
input,
select,
textarea { font: inherit; color: inherit; }

button { background: none; border: 0; cursor: pointer; }

:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 3px;
  border-radius: var(--radius-xs);
}

::selection { background: var(--p-a-accent-30); color: var(--c-heading); }

/* Skip-Link — erste fokussierbare Station der Seite */
.skip-link {
  position: absolute;
  left: var(--space-sm);
  top: -100%;
  z-index: var(--z-skip);
  padding: 0.75rem 1.25rem;
  background: var(--c-ink);
  color: var(--c-on-ink);
  border-radius: var(--radius-sm);
  font-size: var(--fs-small);
  font-weight: var(--fw-semibold);
}
.skip-link:focus { top: var(--space-sm); }

/* ------------------------------------------------------- 5. TYPOGRAFIE */
h1, h2, h3, h4, h5 {
  color: var(--c-heading);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-heading);
  line-height: var(--lh-tight);
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); font-weight: var(--fw-bold); letter-spacing: var(--ls-display); line-height: var(--lh-display); }
h2 { font-size: var(--fs-h2); font-weight: var(--fw-bold); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-body); font-weight: var(--fw-semibold); letter-spacing: var(--ls-body); }

p { text-wrap: pretty; }
p + p { margin-top: 0.9rem; }

strong { color: var(--c-heading); font-weight: var(--fw-semibold); }

.lead {
  font-size: var(--fs-lead);
  line-height: var(--lh-snug);
  color: var(--c-text);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: var(--fs-nano);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 0.9rem;
}
.eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: currentColor;
  opacity: .55;
  flex: none;
}

.micro-trust {
  font-size: var(--fs-micro);
  color: var(--c-text-muted);
}

/* Textlink mit Pfeil — der wiederkehrende „Weiterlesen“-Anker */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: var(--fs-small);
  font-weight: var(--fw-semibold);
  color: var(--c-accent);
  transition: gap var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.link-arrow svg { width: 1.05em; height: 1.05em; flex: none; }
.link-arrow:hover { gap: 0.8rem; color: var(--c-accent-hover); }

/* --------------------------------------------------- 6. LAYOUT / CONTAINER */
.container {
  width: min(var(--container), 100% - 2 * var(--space-gutter));
  margin-inline: auto;
}
.container--wide { width: min(var(--container-wide), 100% - 2 * var(--space-gutter)); }
.container--slim { width: min(var(--container-slim), 100% - 2 * var(--space-gutter)); }

/* -------------------------------------------------- 7. HEADER / NAVIGATION */
.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--c-line);
  transition: box-shadow var(--t-medium) var(--ease), background var(--t-medium) var(--ease);
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--elev-2);
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  min-height: var(--header-h);
}

/* Wortmarke als Text — hält die Datei asset-frei und bleibt scharf */
.nav__logo {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-right: auto;
  line-height: 1.1;
}
.nav__logo-mark {
  font-size: 1.1875rem;
  font-weight: var(--fw-extra);
  letter-spacing: -0.03em;
  color: var(--c-heading);
}
.nav__logo-mark span { color: var(--c-accent); }
.nav__logo-sub {
  font-size: 0.6875rem;
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--c-text-muted);
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav__link,
.nav__mega-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.8rem;
  border-radius: var(--radius-sm);
  font-size: var(--fs-small);
  font-weight: var(--fw-medium);
  color: var(--c-text);
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.nav__link:hover,
.nav__mega-toggle:hover,
.nav__mega-toggle[aria-expanded="true"] {
  color: var(--c-heading);
  background: var(--p-a-ink-04);
}
.nav__link[aria-current="page"] {
  color: var(--c-heading);
  font-weight: var(--fw-semibold);
  box-shadow: inset 0 -2px 0 var(--c-accent);
}
.nav__caret { width: 0.9rem; height: 0.9rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; transition: transform var(--t-fast) var(--ease); }
.nav__mega-toggle[aria-expanded="true"] .nav__caret { transform: rotate(180deg); }

.nav__item { position: relative; }
.nav__item--mega { position: static; }

/* Dropdown „Leistungen“ — Serviceportfolio in drei Spalten */
.mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: var(--z-mega);
  background: var(--c-base);
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  box-shadow: var(--elev-3);
}
.mega[hidden] { display: none; }
.mega__inner {
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  gap: var(--space-xl);
  padding-block: var(--space-lg);
}
.mega__eyebrow {
  font-size: var(--fs-nano);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-bottom: var(--space-sm);
}
.mega__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.mega__item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  padding: 0.85rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.mega__item:hover { background: var(--c-tint); border-color: var(--c-line); }
.mega__item .icon { grid-row: 1 / span 2; width: 1.5rem; height: 1.5rem; color: var(--c-accent); }
.mega__name { font-size: var(--fs-small); font-weight: var(--fw-semibold); color: var(--c-heading); }
.mega__desc { font-size: var(--fs-nano); color: var(--c-text-muted); line-height: var(--lh-snug); }

.mega__col--rail {
  padding-left: var(--space-lg);
  border-left: 1px solid var(--c-line);
}
.mega__link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.5rem;
  border-radius: var(--radius-sm);
  font-size: var(--fs-small);
  font-weight: var(--fw-medium);
  color: var(--c-text);
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.mega__link:hover { background: var(--c-tint); color: var(--c-heading); }
.mega__link .icon { width: 1.1rem; height: 1.1rem; color: var(--c-accent); flex: none; }

/* Rechte Header-Zone */
.nav__right { display: flex; align-items: center; gap: var(--space-xs); }
.nav__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: var(--fs-small);
  font-weight: var(--fw-medium);
  color: var(--c-text);
  white-space: nowrap;
  transition: color var(--t-fast) var(--ease);
}
.nav__tel:hover { color: var(--c-accent); }
.nav__tel .icon { width: 1rem; height: 1rem; color: var(--c-accent); }

/* Burger + Drawer */
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.6rem;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-sm);
}
.nav__toggle span {
  display: block;
  height: 2px;
  background: var(--c-heading);
  border-radius: 2px;
  transition: transform var(--t-fast) var(--ease), opacity var(--t-fast) var(--ease);
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Bewusst UNTER dem Header (--z-header: 100), nicht unter dem Drawer:
   Der Header ist durch position:sticky + z-index ein eigener Stacking-Context,
   also wirkt der z-index des darin liegenden Drawers nur innerhalb des Headers.
   Ein Overlay oberhalb von 100 wuerde den Drawer verdecken. */
.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-overlay);
  background: var(--p-a-ink-40);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t-medium) var(--ease), visibility var(--t-medium);
}
.drawer-overlay.is-open { opacity: 1; visibility: visible; }

/* ---------------------------------------- 8. SEKTIONEN & SECTION-HEAD */
.section {
  position: relative;
  padding-block: var(--space-section);
}
.section--tight { padding-block: var(--space-2xl); }
.section--tint { background: var(--c-tint); }
.section--tint-strong { background: var(--c-tint-strong); }
.section--ink { background: var(--grad-ink); }
.section--lined { border-top: 1px solid var(--c-line); }
.section--lined-both { border-block: 1px solid var(--c-line); }

/* Invertierte Sektion: Textrollen umdefinieren, nicht überall überschreiben */
.section--ink {
  --c-heading: var(--p-neutral-0);
  --c-text: var(--c-on-ink-muted);
  --c-text-muted: rgba(255, 255, 255, .58);
  --c-accent: var(--c-accent-on-ink);
  --c-line: var(--p-a-white-12);
  --c-line-strong: var(--p-a-white-20);
  --card-bg: var(--p-a-white-08);
  --card-bd: var(--p-a-white-12);
  --card-bd-hover: var(--p-a-white-20);
  color: var(--c-text);
}
.section--ink strong { color: var(--p-neutral-0); }

.section-head {
  max-width: 62ch;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.section-head--center {
  margin-inline: auto;
  text-align: center;
}
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .eyebrow::after {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: currentColor;
  opacity: .55;
}
.section-head p { margin-top: 1.05rem; font-size: var(--fs-lead); line-height: var(--lh-snug); }

/* Zweispaltiger Kopf: Titel links, Ergänzung rechts */
.section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--space-xl);
  align-items: end;
}
.section-head--split p { margin-top: 0; }

/* --------------------------------------------------------- 9. BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border: 1px solid transparent;
  border-radius: var(--btn-radius);
  font-size: var(--fs-small);
  font-weight: var(--fw-semibold);
  letter-spacing: -0.005em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: background var(--t-fast) var(--ease),
              color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease),
              box-shadow var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn .icon { width: 1.05em; height: 1.05em; flex: none; }

.btn--primary {
  background: var(--c-action);
  color: var(--p-neutral-0);
  box-shadow: var(--elev-1);
}
.btn--primary:hover { background: var(--c-action-hover); box-shadow: var(--elev-2); }

.btn--accent {
  background: var(--p-accent-500); /* Helles Original-Türkis */
  color: var(--p-neutral-900);     /* Dunkle Schrift zwingend für Lesbarkeit */
  box-shadow: var(--elev-1);
}
.btn--accent:hover { 
  background: var(--p-accent-200); /* Helleres Türkis bei Hover */
  box-shadow: var(--elev-2); 
}

.btn--outline {
  background: var(--p-neutral-0);
  color: var(--c-heading);
  border-color: var(--c-line-strong);
}
.btn--outline:hover { border-color: var(--c-heading); background: var(--c-tint); }

.btn--ghost {
  background: transparent;
  color: var(--c-heading);
  border-color: var(--c-line);
}
.btn--ghost:hover { background: var(--p-a-ink-04); border-color: var(--c-line-strong); }

/* Auf invertierten Flächen */
.section--ink .btn--primary,
.cta-band--ink .btn--primary {
  background: var(--p-neutral-0);
  color: var(--p-neutral-900);
}
.section--ink .btn--primary:hover,
.cta-band--ink .btn--primary:hover { background: var(--p-neutral-100); }
.section--ink .btn--ghost,
.cta-band--ink .btn--ghost {
  color: var(--p-neutral-0);
  border-color: var(--p-a-white-20);
}
.section--ink .btn--ghost:hover,
.cta-band--ink .btn--ghost:hover { background: var(--p-a-white-08); border-color: var(--p-a-white-70); }

.btn--lg { padding: 1.0625rem 2rem; font-size: var(--fs-body); }
.btn--sm { padding: 0.6rem 1.1rem; font-size: var(--fs-micro); }
.btn--block { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}

/* ------------------------------------------------- 10. KARTEN & GRIDS */
.grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid > * { min-width: 0; }

.card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: var(--card-pad);
  background: var(--card-bg);
  border: 1px solid var(--card-bd);
  border-radius: var(--card-radius);
  box-shadow: var(--elev-1);
  transition: border-color var(--t-medium) var(--ease),
              box-shadow var(--t-medium) var(--ease),
              transform var(--t-medium) var(--ease);
}
.card--hover:hover {
  border-color: var(--card-bd-hover);
  box-shadow: var(--elev-3);
  transform: translateY(var(--card-lift));
}
.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.4rem;
  background: var(--c-accent-tint);
  border: 1px solid var(--c-accent-line);
  border-radius: var(--radius-md);
  color: var(--c-accent);
  flex: none;
}
.section--ink .card__icon { background: var(--p-a-white-08); border-color: var(--p-a-white-12); }
.card__icon .icon { width: 1.375rem; height: 1.375rem; }
.card__title { font-size: var(--fs-h3); }
.card p { font-size: var(--fs-small); line-height: var(--lh-body); }
.card__meta {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--c-line-subtle);
  font-size: var(--fs-nano);
  color: var(--c-text-muted);
}

/* Karte als Link — ganze Fläche klickbar */
.card--link:hover .card__title { color: var(--c-accent); }
.card--link .link-arrow { margin-top: auto; padding-top: 0.9rem; }

/* Icon-Basis */
.icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Häkchen-Liste — der Standard für Leistungs-Bullets */
.check-list { display: grid; gap: 0.6rem; }
.check-list li {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  gap: 0.65rem;
  align-items: start;
  font-size: var(--fs-small);
  line-height: var(--lh-snug);
}
.check-list li::before {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  border-radius: var(--radius-pill);
  background: var(--c-accent-tint) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23217d8f' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 0.72rem no-repeat;
  flex: none;
}
.section--ink .check-list li::before {
  background-color: var(--p-a-white-08);
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a4d8de' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
}
.check-list--inline { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; }

/* Tag-Reihe */
.tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tag {
  padding: 0.3rem 0.7rem;
  background: var(--c-tint);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-pill);
  font-size: var(--fs-nano);
  font-weight: var(--fw-medium);
  color: var(--c-text-muted);
}
.section--ink .tag { background: var(--p-a-white-08); border-color: var(--p-a-white-12); color: var(--c-on-ink-muted); }

/* ------------------------------------------------------------- 11. HERO */
.hero {
  position: relative;
  background: var(--grad-hero);
  border-bottom: 1px solid var(--c-line);
  overflow: hidden;
}
/* Sehr dezentes Raster als einziges dekoratives Element der hellen CI */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, var(--p-a-ink-04) 1px, transparent 1px),
    linear-gradient(to bottom, var(--p-a-ink-04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 90% at 78% 10%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(120% 90% at 78% 10%, #000 0%, transparent 70%);
  pointer-events: none;
}
.hero > .container { position: relative; z-index: var(--z-base); }

.hero--home { padding-block: clamp(3.5rem, 4vw + 2rem, 6rem) var(--space-3xl); }
.hero--sub { padding-block: clamp(3rem, 3vw + 2rem, 4.75rem) var(--space-2xl); }

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--space-2xl);
  align-items: center;
}
.hero__inner { max-width: 46rem; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.9rem 0.45rem 0.6rem;
  background: var(--p-neutral-0);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-pill);
  box-shadow: var(--elev-1);
  font-size: var(--fs-micro);
  font-weight: var(--fw-semibold);
  color: var(--c-heading);
  margin-bottom: var(--space-md);
}
/* Die Microsoft-Wortmarke ist 337x72 — Hoehe fixieren, Breite mitlaufen lassen. */
.chip img { height: 1.05rem; width: auto; }
.chip__div { width: 1px; height: 1rem; background: var(--c-line); flex: none; }
.chip__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: var(--radius-pill);
  background: var(--p-accent-500);
  flex: none;
}

.hero h1 { margin-bottom: var(--space-md); }
.hero h1 em {
  font-style: normal;
  color: var(--c-accent);
}
.hero__sub {
  font-size: var(--fs-lead);
  line-height: var(--lh-snug);
  color: var(--c-text);
  max-width: 44ch;
  margin-bottom: var(--space-lg);
}
.hero__actions { margin-bottom: var(--space-sm); }
.hero .micro-trust { margin-bottom: var(--space-xl); }

/* Kennzahl-Chips: sofortiger Trust im Hero */
.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg) var(--space-xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--c-line);
}
.hero__proof-item { display: flex; flex-direction: column; gap: 0.15rem; }
.hero__proof-value {
  font-size: clamp(1.75rem, 1.3rem + 1.4vw, 2.375rem);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-display);
  line-height: 1;
  color: var(--c-heading);
}
/* Nur das Suffix (+, k+, %) traegt den Akzent — die Ziffern bleiben anthrazit.
   Der Zaehler-Span selbst erbt deshalb ausdruecklich zurueck. */
.hero__proof-value span { color: var(--c-accent); }
.hero__proof-value [data-count] { color: inherit; }
.hero__proof-label {
  font-size: var(--fs-nano);
  font-weight: var(--fw-medium);
  letter-spacing: 0.02em;
  color: var(--c-text-muted);
}

/* Hero-Visual: abstrahiertes Dashboard-Mockup, rein in CSS */
.hero__visual { position: relative; }
.mock {
  background: var(--p-neutral-0);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-xl);
  box-shadow: var(--elev-4);
  overflow: hidden;
}
.mock__bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--c-tint);
  border-bottom: 1px solid var(--c-line);
}
.mock__dots { display: flex; gap: 0.3rem; }
.mock__dots span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: var(--radius-pill);
  background: var(--c-line-strong);
}
.mock__label {
  font-size: var(--fs-nano);
  font-weight: var(--fw-semibold);
  color: var(--c-text-muted);
  letter-spacing: 0.02em;
}
.mock__live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--fs-nano);
  font-weight: var(--fw-semibold);
  color: var(--p-accent-500);
}
.mock__live::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: var(--radius-pill);
  background: var(--c-accent);
  animation: pulse 2.4s var(--ease) infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }

.mock__body { padding: 1.125rem; display: grid; gap: 0.875rem; }
.mock__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.625rem; }
.mock__kpi {
  padding: 0.75rem 0.8rem;
  background: var(--c-tint);
  border: 1px solid var(--c-line-subtle);
  border-radius: var(--radius-md);
}
.mock__kpi-label { font-size: 0.6875rem; font-weight: var(--fw-medium); color: var(--c-text-muted); }
.mock__kpi-value { font-size: 1.1875rem; font-weight: var(--fw-bold); letter-spacing: -0.02em; color: var(--c-heading); }
.mock__kpi-delta { font-size: 0.6875rem; font-weight: var(--fw-semibold); color: var(--c-accent); }

.mock__chart {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  height: 7.5rem;
  padding: 0.9rem;
  background: var(--c-tint);
  border: 1px solid var(--c-line-subtle);
  border-radius: var(--radius-md);
}
.mock__chart span {
  flex: 1;
  background: var(--c-line-strong);
  border-radius: 3px 3px 0 0;
  animation: grow var(--t-slow) var(--ease) both;
}
.mock__chart span:nth-child(n+5) { background: var(--p-accent-500)); }
@keyframes grow { from { transform: scaleY(.2); transform-origin: bottom; opacity: 0; } to { transform: scaleY(1); opacity: 1; } }

.mock__rows { display: grid; gap: 0.45rem; }
.mock__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--c-line-subtle);
  border-radius: var(--radius-sm);
  font-size: var(--fs-nano);
  color: var(--c-text);
}
.mock__row b { color: var(--c-heading); font-weight: var(--fw-semibold); }
.mock__meter {
  width: 5rem;
  height: 0.375rem;
  border-radius: var(--radius-pill);
  background: var(--c-line);
  overflow: hidden;
}
.mock__meter i { display: block; height: 100%; background: var(--c-accent); border-radius: inherit; }

/* Schwebende Notiz am Mockup */
.mock__float {
  position: absolute;
  right: -0.75rem;
  bottom: -1.25rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.95rem;
  background: var(--p-neutral-0);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-md);
  box-shadow: var(--elev-3);
  font-size: var(--fs-nano);
  font-weight: var(--fw-semibold);
  color: var(--c-heading);
}
.mock__float .icon { width: 1.05rem; height: 1.05rem; color: var(--c-accent); }

/* Breadcrumb auf Unterseiten */
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: var(--space-md);
  font-size: var(--fs-nano);
  color: var(--c-text-muted);
}
.crumbs a:hover { color: var(--c-accent); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 0.4rem; color: var(--c-line-strong); }
.crumbs li { display: inline-flex; align-items: center; }

/* ---------------------------------------------------------- 12. MODULE */

/* --- Trust-Bar --------------------------------------------------------- */
.trust { padding-block: var(--space-xl); background: var(--c-base); border-bottom: 1px solid var(--c-line); }
.trust__intro {
  text-align: center;
  font-size: var(--fs-micro);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-bottom: var(--space-lg);
}
.trust__panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-lg);
  align-items: center;
  padding: var(--space-lg);
  background: var(--c-tint);
  border: 1px solid var(--c-line);
  border-radius: var(--card-radius);
}
.trust__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding-right: var(--space-lg);
  border-right: 1px solid var(--c-line);
}
.trust__badge img { height: 1.375rem; width: auto; }
.trust__badge-text { display: flex; flex-direction: column; line-height: 1.3; }
.trust__badge-text b { font-size: var(--fs-small); font-weight: var(--fw-bold); color: var(--c-heading); }
.trust__badge-text span { font-size: var(--fs-nano); color: var(--c-text-muted); }

.trust__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: var(--space-md) var(--space-lg);
}
.trust__logos li {
  font-size: 1rem;
  font-weight: var(--fw-bold);
  letter-spacing: -0.015em;
  color: var(--c-text-faint);
  white-space: nowrap;
  transition: color var(--t-fast) var(--ease);
}
.trust__logos li:hover { color: var(--c-text-muted); }
.trust__logos li small {
  display: block;
  font-size: 0.625rem;
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
}

/* --- Säulen (3-Säulen-Leistungsübersicht) ------------------------------ */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
.pillar {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: var(--card-pad);
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--card-radius);
  box-shadow: var(--elev-1);
  transition: border-color var(--t-medium) var(--ease),
              box-shadow var(--t-medium) var(--ease),
              transform var(--t-medium) var(--ease);
}
.pillar:hover { border-color: var(--c-line-strong); box-shadow: var(--elev-3); transform: translateY(var(--card-lift)); }
.pillar__head { display: flex; align-items: center; gap: 0.9rem; }
.pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: var(--c-accent-tint);
  border: 1px solid var(--c-accent-line);
  border-radius: var(--radius-md);
  color: var(--c-accent);
  flex: none;
}
.pillar__icon .icon { width: 1.5rem; height: 1.5rem; }
.pillar__num {
  font-size: var(--fs-nano);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-caps);
  color: var(--c-text-faint);
}
.pillar__title { font-size: var(--fs-h3); }
.pillar__tag {
  font-size: var(--fs-micro);
  font-weight: var(--fw-semibold);
  color: var(--c-accent);
}
.pillar > p { font-size: var(--fs-small); }
.pillar .check-list { margin-top: 0.35rem; }
.pillar__foot {
  margin-top: auto;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--c-line-subtle);
}

/* --- Split (Text + Panel) ---------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}
.split--narrow-left { grid-template-columns: 0.85fr 1.15fr; }
.split__panel {
  padding: var(--card-pad);
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--card-radius);
  box-shadow: var(--elev-2);
}
.section--tint .split__panel { background: var(--p-neutral-0); }

/* --- Nutzen / ROI-Grid -------------------------------------------------- */
.roi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--c-line); border: 1px solid var(--c-line); border-radius: var(--card-radius); overflow: hidden; }
.roi__item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: clamp(1.375rem, 2.4vw, 2rem);
  background: var(--p-neutral-0);
  transition: background var(--t-medium) var(--ease);
}
.roi__item:hover { background: var(--c-tint); }
.roi__value {
  font-size: clamp(2rem, 1.4rem + 1.9vw, 2.875rem);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-display);
  line-height: 1;
  color: var(--c-heading);
}
.roi__value span { color: var(--c-accent); font-size: 0.62em; }
.roi__label { font-size: var(--fs-small); font-weight: var(--fw-semibold); color: var(--c-heading); }
.roi__note { font-size: var(--fs-nano); color: var(--c-text-muted); line-height: var(--lh-snug); }
.section--ink .roi { background: var(--p-a-white-12); border-color: var(--p-a-white-12); }
.section--ink .roi__item { background: transparent; }
.section--ink .roi__item:hover { background: var(--p-a-white-08); }

/* --- Stats-Reihe -------------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}
.stats__item { display: flex; flex-direction: column; gap: 0.3rem; padding-left: var(--space-md); border-left: 2px solid var(--c-accent); }
.stats__value { font-size: clamp(1.875rem, 1.4rem + 1.5vw, 2.5rem); font-weight: var(--fw-bold); letter-spacing: var(--ls-display); line-height: 1; color: var(--c-heading); }
.stats__label { font-size: var(--fs-small); color: var(--c-text); overflow-wrap: anywhere; hyphens: auto; }

/* --- Prozess (Stufen) --------------------------------------------------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  counter-reset: step;
}
.step { position: relative; display: flex; flex-direction: column; gap: 0.55rem; padding-top: var(--space-lg); }
/* Verbindungslinie zwischen den Stufen */
.step::before {
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: 0;
  right: calc(-1 * clamp(1rem, 2vw, 1.75rem));
  height: 1px;
  background: var(--c-line);
}
.step:last-child::before { right: 0; }
.step::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: var(--radius-pill);
  background: var(--p-neutral-0);
  border: 2px solid var(--c-accent);
}
.step__num {
  counter-increment: step;
  font-size: var(--fs-nano);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-caps);
  color: var(--c-accent);
}
.step__num::before { content: "0" counter(step); }
.step__title { font-size: var(--fs-h3); }
.step p { font-size: var(--fs-small); }
.section--ink .step::after { background: var(--p-neutral-900); border-color: var(--c-accent-on-ink); }

/* --- Testimonials ------------------------------------------------------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
.quote {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  padding: var(--card-pad);
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--card-radius);
  box-shadow: var(--elev-1);
}
.quote__stars { display: flex; gap: 0.15rem; color: var(--c-accent); }
.quote__stars .icon { width: 1rem; height: 1rem; fill: currentColor; stroke: none; }
.quote blockquote {
  font-size: var(--fs-small);
  line-height: var(--lh-body);
  color: var(--c-text);
}
.quote figcaption {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--c-line-subtle);
}
.quote__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-pill);
  background: var(--c-ink);
  color: var(--p-neutral-0);
  font-size: var(--fs-micro);
  font-weight: var(--fw-bold);
  letter-spacing: 0.02em;
  flex: none;
}
.quote__who { display: flex; flex-direction: column; line-height: 1.35; }
.quote__who b { font-size: var(--fs-small); font-weight: var(--fw-semibold); color: var(--c-heading); }
.quote__who span { font-size: var(--fs-nano); color: var(--c-text-muted); }

/* --- Standorte ---------------------------------------------------------- */
.locations { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1rem, 2vw, 1.75rem); }
.location {
  display: flex;
  flex-direction: column;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--card-radius);
  box-shadow: var(--elev-2);
  overflow: hidden;
}
.location__media { position: relative; aspect-ratio: 16 / 9; background: var(--c-tint-strong); }
.location__media img { width: 100%; height: 100%; object-fit: cover; }
.location__flag {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  padding: 0.3rem 0.7rem;
  background: var(--p-a-white-88);
  backdrop-filter: blur(6px);
  border-radius: var(--radius-pill);
  font-size: var(--fs-nano);
  font-weight: var(--fw-semibold);
  color: var(--p-neutral-900);
}
.location__body { display: flex; flex-direction: column; gap: 0.65rem; padding: var(--card-pad); }
.location__title { font-size: var(--fs-h3); }
.location__addr { font-size: var(--fs-small); font-style: normal; color: var(--c-text); }
.location__meta { display: grid; gap: 0.35rem; font-size: var(--fs-small); }
.location__meta a { display: inline-flex; align-items: center; gap: 0.5rem; transition: color var(--t-fast) var(--ease); }
.location__meta a:hover { color: var(--c-accent); }
.location__meta .icon { width: 1rem; height: 1rem; color: var(--c-accent); flex: none; }
.location__body .link-arrow { margin-top: 0.35rem; }

/* --- FAQ ---------------------------------------------------------------- */
.faq { max-width: 52rem; border-top: 1px solid var(--c-line); }
.faq__item { border-bottom: 1px solid var(--c-line); }
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  width: 100%;
  padding: var(--space-md) 0;
  text-align: left;
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  color: var(--c-heading);
  transition: color var(--t-fast) var(--ease);
}
.faq__q:hover { color: var(--c-accent); }
.faq__q .icon { width: 1.25rem; height: 1.25rem; color: var(--c-accent); flex: none; transition: transform var(--t-medium) var(--ease); }
.faq__q[aria-expanded="true"] .icon { transform: rotate(45deg); }
.faq__a { padding-bottom: var(--space-md); max-width: 62ch; }
.faq__a p { font-size: var(--fs-small); }
.faq__a[hidden] { display: none; }

/* --- Crosslinks --------------------------------------------------------- */
.crosslinks { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
.crosslink {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: var(--card-pad);
  background: var(--card-bg);
  border: 1px solid var(--card-bd);
  border-radius: var(--card-radius);
  transition: border-color var(--t-medium) var(--ease), transform var(--t-medium) var(--ease);
}
.crosslink:hover { border-color: var(--card-bd-hover); transform: translateY(var(--card-lift)); }
.crosslink__name { font-size: var(--fs-h3); }
.crosslink p { font-size: var(--fs-small); }
.crosslink .link-arrow { margin-top: auto; padding-top: 0.75rem; }

/* --- Inline-CTA --------------------------------------------------------- */
.inline-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-md);
  margin-top: var(--space-xl);
  padding: var(--space-lg);
  background: var(--c-tint);
  border: 1px solid var(--c-line);
  border-radius: var(--card-radius);
}
.section--tint .inline-cta { background: var(--p-neutral-0); }
.inline-cta__text { display: flex; flex-direction: column; gap: 0.15rem; margin-right: auto; }
.inline-cta__text strong { font-size: var(--fs-body); }
.inline-cta__text span { font-size: var(--fs-small); color: var(--c-text-muted); }

/* --- CTA-Band ----------------------------------------------------------- */
.cta-band { padding-block: var(--space-3xl); background: var(--c-tint); border-block: 1px solid var(--c-line); }
.cta-band--ink {
  background: var(--grad-ink);
  border-color: transparent;
  --c-heading: var(--p-neutral-0);
  --c-text: var(--c-on-ink-muted);
  --c-accent: var(--c-accent-on-ink);
  color: var(--c-text);
}
.cta-band__inner { max-width: 44rem; }
.cta-band__inner--center { margin-inline: auto; text-align: center; }
.cta-band__inner--center .btn-row { justify-content: center; }
.cta-band h2 { margin-bottom: var(--space-sm); }
.cta-band p { font-size: var(--fs-lead); line-height: var(--lh-snug); margin-bottom: var(--space-lg); }
.cta-band--ink p { color: var(--c-on-ink-muted); }

/* ------------------------------------------------------- 13. FORMULAR */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
}
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-size: var(--fs-micro);
  font-weight: var(--fw-semibold);
  color: var(--c-heading);
}
.field label .req { color: var(--c-accent); }
.field input,
.field select,
.field textarea {
  padding: 0.8rem 0.95rem;
  background: var(--field-bg);
  border: 1px solid var(--field-bd);
  border-radius: var(--field-radius);
  font-size: var(--fs-small);
  color: var(--c-heading);
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.field input::placeholder,
.field textarea::placeholder { color: var(--c-text-faint); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--field-bd-focus);
  box-shadow: var(--ring-accent);
}
.field textarea { resize: vertical; min-height: 7rem; }
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round'><path d='m6 9 6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 0.85rem center; background-size: 1.1rem; padding-right: 2.5rem; }

.consent {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  gap: 0.65rem;
  align-items: start;
  font-size: var(--fs-nano);
  color: var(--c-text-muted);
  line-height: var(--lh-snug);
}
.consent input { margin-top: 0.15rem; accent-color: var(--c-accent); width: 1.05rem; height: 1.05rem; }
.consent a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 2px; }

/* --------------------------------------------------------- 14. FOOTER */
.site-footer {
  background: var(--c-ink);
  color: var(--c-on-ink-muted);
  padding-block: var(--space-3xl) var(--space-lg);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: var(--space-xl);
  padding-bottom: var(--space-xl);
  border-bottom: 1px solid var(--p-a-white-12);
}
.footer__brand-mark {
  font-size: 1.3125rem;
  font-weight: var(--fw-extra);
  letter-spacing: -0.03em;
  color: var(--p-neutral-0);
}
.footer__brand-mark span { color: var(--c-accent-on-ink); }
.footer__claim {
  margin-top: 0.55rem;
  font-size: var(--fs-small);
  color: var(--c-on-ink-muted);
  max-width: 26ch;
}
.footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: var(--space-md);
  padding: 0.5rem 0.85rem;
  background: var(--p-a-white-08);
  border: 1px solid var(--p-a-white-12);
  border-radius: var(--radius-pill);
  font-size: var(--fs-nano);
  font-weight: var(--fw-semibold);
  color: var(--p-neutral-0);
}
.footer__badge img { height: 0.85rem; width: auto; }

.footer__col h4 {
  font-size: var(--fs-nano);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-caps);
  text-transform: uppercase;
  color: var(--p-neutral-0);
  margin-bottom: var(--space-sm);
}
.footer__col ul { display: grid; gap: 0.55rem; }
.footer__col a {
  font-size: var(--fs-small);
  color: var(--c-on-ink-muted);
  transition: color var(--t-fast) var(--ease);
}
.footer__col a:hover { color: var(--p-neutral-0); }

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding-top: var(--space-lg);
  font-size: var(--fs-nano);
  color: rgba(255, 255, 255, .55);
}
.footer__bottom ul { display: flex; flex-wrap: wrap; gap: var(--space-md); }
.footer__bottom a:hover { color: var(--p-neutral-0); }

/* Back-to-top */
.to-top {
  position: fixed;
  right: var(--space-md);
  bottom: var(--space-md);
  z-index: var(--z-sticky);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--p-neutral-0);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-pill);
  box-shadow: var(--elev-3);
  color: var(--c-heading);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: opacity var(--t-medium) var(--ease), visibility var(--t-medium), transform var(--t-medium) var(--ease);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { border-color: var(--c-heading); }

/* ------------------------------------------- 15. UTILITIES & MOTION */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.text-center { text-align: center; }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
.hairline { height: 1px; background: var(--grad-hairline); border: 0; }

/* Scroll-Reveal — Progressive Enhancement, ohne JS bleibt alles sichtbar */
.reveal { opacity: 1; }
.js .reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease);
}
.js .reveal.is-in { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: 90ms; }
.js .reveal[data-delay="2"] { transition-delay: 180ms; }
.js .reveal[data-delay="3"] { transition-delay: 270ms; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}

/* ------------------------------------------ 16. RESPONSIVE BREAKPOINTS */

/* ≤ 1080px — Hero-Visual verkleinern, 4er-Grids brechen auf 2 */
@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
  .hero__visual { max-width: 34rem; }
  .mock__float { right: 0.5rem; }
  .grid--4, .roi, .stats, .steps { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .step::before { display: none; }
  .mega__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ≤ 960px — Navigation wird zum Drawer */
@media (max-width: 960px) {
  .nav__toggle { display: flex; }
  .nav__right { display: none; }

  /* WICHTIG: Der Header traegt backdrop-filter — das macht ihn zum Containing
     Block fuer position:fixed-Nachfahren. Der Drawer wird also NICHT am Viewport
     ausgerichtet, sondern am Header. Deshalb explizite Viewporthoehe statt
     bottom:0 (das wuerde nur die Headerhoehe ergeben) — funktioniert in beiden
     Faellen identisch. */
  .nav__list {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    z-index: var(--z-drawer);
    width: min(22rem, 86vw);
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: calc(var(--header-h) + var(--space-md)) var(--space-md) var(--space-md);
    background: var(--p-neutral-0);
    border-left: 1px solid var(--c-line);
    box-shadow: var(--elev-4);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform var(--t-medium) var(--ease);
  }
  .nav__list.is-open { transform: none; }

  .nav__link,
  .nav__mega-toggle {
    justify-content: space-between;
    width: 100%;
    padding: 0.85rem 0.75rem;
    font-size: var(--fs-body);
    border-bottom: 1px solid var(--c-line-subtle);
    border-radius: 0;
  }
  .nav__link[aria-current="page"] { box-shadow: none; color: var(--c-accent); }

  .mega {
    position: static;
    border: 0;
    box-shadow: none;
    background: transparent;
  }
  .mega__inner {
    display: block;
    width: 100%;
    padding: var(--space-sm) 0 var(--space-md);
  }
  .mega__grid { grid-template-columns: 1fr; }
  .mega__col--rail { padding-left: 0; border-left: 0; border-top: 1px solid var(--c-line); padding-top: var(--space-sm); margin-top: var(--space-sm); }
  .mega__item { grid-template-columns: 1.75rem 1fr; padding: 0.7rem 0.5rem; }

  .nav__drawer-cta { display: block; margin-top: var(--space-md); }
}

/* ≤ 860px — mehrspaltige Module werden einspaltig */
@media (max-width: 860px) {
  .grid--2, .grid--3, .pillars, .quotes, .crosslinks, .locations,
  .split, .split--narrow-left, .section-head--split { grid-template-columns: 1fr; }
  .split, .section-head--split { gap: var(--space-lg); }
  .section-head--split { align-items: start; }
  .trust__panel { grid-template-columns: 1fr; }
  .trust__badge { padding-right: 0; padding-bottom: var(--space-md); border-right: 0; border-bottom: 1px solid var(--c-line); }
  .form-grid { grid-template-columns: 1fr; }
  .mock__kpis { grid-template-columns: repeat(3, 1fr); }
}

/* ≤ 620px — Feinschliff auf kleinen Displays */
@media (max-width: 620px) {
  :root { --card-pad: 1.375rem; --space-section: var(--space-2xl); }
  .grid--4, .roi, .stats, .steps { grid-template-columns: 1fr; }
  .hero__proof { gap: var(--space-md) var(--space-lg); }
  .hero__proof-item { min-width: 7.5rem; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .inline-cta .btn, .cta-band .btn { width: 100%; }
  .mock__kpis { grid-template-columns: 1fr; }
  .mock__float { position: static; margin-top: var(--space-sm); }
  .footer__grid { grid-template-columns: 1fr; gap: var(--space-lg); }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .stats__item { padding-left: var(--space-sm); }
}

/* ------------------------------------------------------------- 17. PRINT */
@media print {
  .site-header, .to-top, .nav__toggle, .drawer-overlay, .hero::before { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .section, .cta-band { padding-block: 1.25rem; border: 0; background: #fff !important; }
  .card, .pillar, .quote, .location { box-shadow: none; break-inside: avoid; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}

.nav__logo {
  display: flex;
  align-items: center;
  height: 38px;
}

.nav__logo-img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (min-width: 768px) {
  .nav__logo {
    height: 52px;
  }
}