/* ── Fonts lokal — DSGVO-konform, kein Google-Request ─────── */
@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/source-sans-3-latin.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   app.css — createbetter.digital — EINE Datei, alle Styles
   Reihenfolge: Tokens · Reset · Basis · Navigation · Footer
                Utilities · Blog · Homepage · Erfolgsgeschichten
   ============================================================ */

/* ============================================================
   Design-Tokens — createbetter.digital
   Zentrale Stellschrauben für Farben, Schrift, Abstände.
   Nur hier ändern → wirkt überall.
   ============================================================ */
:root {
  /* ── Farben ─────────────────────────────────────────────── */
  --c-brand:        #00C4A8;   /* Teal – Primärfarbe / Brand / Fokus */
  --c-brand-deep:   #002934;   /* dunkles Petrol */
  --c-accent:       #7C5DFA;   /* Violet – CTAs & Highlights */

  --c-ink:          #EEF1F5;   /* Haupttext (hell auf dunkel) */
  --c-ink-soft:     rgba(239,241,245,.55);
  --c-bg:           #06080A;   /* Standard-Hintergrund */
  --c-bg-soft:      #0D0E1C;   /* leicht abgesetzte Sektionen */
  --c-bg-dark:      #06080A;   /* dunkle Sektionen */
  --c-on-dark:      #EEF1F5;   /* Text auf Dunkel */
  --c-on-dark-soft: rgba(239,241,245,.55);
  --c-line:         rgba(255,255,255,.08);

  /* ── Typografie ────────────────────────────────────────── */
  --font-head: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;

  --fs-300: clamp(0.875rem, 0.85rem + 0.1vw, 0.95rem);
  --fs-400: clamp(1rem,   0.96rem + 0.2vw, 1.125rem);
  --fs-500: clamp(1.2rem, 1.1rem + 0.5vw, 1.4rem);
  --fs-600: clamp(1.5rem, 1.3rem + 1vw,   2rem);
  --fs-700: clamp(2rem,   1.6rem + 2vw,   3rem);
  --fs-800: clamp(2.5rem, 1.9rem + 3vw,   4.25rem);

  --lh-tight: 1.12;
  --lh-base:  1.6;

  /* ── Abstände (8px-Raster) ─────────────────────────────── */
  --sp-1: 0.25rem;  --sp-2: 0.5rem;  --sp-3: 0.75rem;  --sp-4: 1rem;
  --sp-5: 1.25rem;
  --sp-6: 1.5rem;   --sp-8: 2rem;    --sp-10: 2.5rem;   --sp-12: 3rem;
  --sp-16: 4rem;    --sp-24: 6rem;   --sp-32: 8rem;

  /* ── Layout ─────────────────────────────────────────────── */
  --container: 75rem;
  --container-narrow: 48rem;
  --radius:    0.75rem;
  --radius-sm: 0.4rem;
  --radius-btn: 0.5rem;   /* einheitlicher CTA/Button-Radius */
  --radius-pill: 999px;
  --shadow:    0 0 0 1px rgba(255,255,255,.04), 0 4px 20px rgba(0,0,0,.35);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.55);
  --ring:      0 0 0 3px color-mix(in srgb, var(--c-brand) 55%, transparent);

  --ease: cubic-bezier(.2, .7, .2, 1);
  --dur:  .25s;
}

/* ══ Global-Styles ════════════════════════════════════════════ */


/* ── Reset ─────────────────────────────────────────────── */
[hidden] { display: none !important; }
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }

/* ── Basis ─────────────────────────────────────────────── */
body {
  font-family: var(--font-body);
  font-size: var(--fs-400);
  line-height: var(--lh-base);
  color: var(--c-ink);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { font-family: var(--font-head); line-height: var(--lh-tight); font-weight: 700; letter-spacing: -0.01em; text-wrap: balance; }
h1 { font-size: var(--fs-800); }
h2 { font-size: var(--fs-700); }
h3 { font-size: var(--fs-600); }
p  { max-width: 65ch; }
:where(p, ul, ol) { text-wrap: pretty; }

/* Sichtbarer Fokus für alle Tastatur-Nutzer (WCAG) */
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: var(--radius-sm); }

/* Skip-Link */
.skip-link {
  position: absolute; left: var(--sp-2); top: -3rem; z-index: 100;
  background: var(--c-ink); color: #fff; padding: var(--sp-2) var(--sp-4);
  border-radius: var(--radius-sm); transition: top var(--dur) var(--ease);
}
.skip-link:focus { top: var(--sp-2); }

/* ── Layout ────────────────────────────────────────────── */
.container { width: min(100% - 2 * var(--sp-6), var(--container)); margin-inline: auto; }
.container--narrow { max-width: var(--container-narrow); }
.section { padding-block: var(--sp-24); }
.section--soft { background: var(--c-bg-soft); }
.section--dark { background: var(--c-bg-dark); color: var(--c-on-dark); }
.section--dark :is(h1,h2,h3) { color: #fff; }
.section--dark .lead { color: var(--c-on-dark-soft); }
.section--gradient { background: linear-gradient(160deg, var(--c-bg-dark) 0%, color-mix(in srgb, var(--c-brand-deep) 50%, var(--c-bg-dark)) 100%); }
.stack > * + * { margin-block-start: var(--sp-4); }


/* ── Grid Utilities ─────────────────────────────────────── */
.grid--2 { grid-template-columns: repeat(2, 1fr); gap: var(--sp-16); align-items: start; }
@media (max-width: 720px) { .grid--2 { grid-template-columns: 1fr; gap: var(--sp-10); } }

/* ── Badge Pills ────────────────────────────────────────── */
.badge-row { display: flex; flex-wrap: wrap; gap: var(--sp-3); margin-bottom: var(--sp-2); }
.badge { display: inline-flex; align-items: center; background: var(--c-bg-soft); border: 1px solid var(--c-line); border-radius: var(--radius-pill); padding: var(--sp-1) var(--sp-4); font-size: var(--fs-300); font-family: var(--font-head); font-weight: 600; color: var(--c-on-dark-soft); }
.badge--accent { background: color-mix(in srgb, var(--c-accent) 20%, transparent); border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); color: var(--c-accent); font-weight: 700; }

/* ── CTA-Block ──────────────────────────────────────────── */
.cta-block { max-width: 52ch; }

/* ── Buttons ───────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-6); border-radius: var(--radius-btn);
  font-family: var(--font-head); font-weight: 600; text-decoration: none;
  border: 2px solid transparent; cursor: pointer;
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-brand) 100%); color: #fff; box-shadow: 0 0 24px rgba(124,93,250,.3); border: none; }
.btn--primary:hover { box-shadow: 0 0 36px rgba(124,93,250,.45); transform: translateY(-2px); }
.btn--ghost { background: transparent; border-color: rgba(255,255,255,.25); color: var(--c-on-dark); }
.btn--ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.4); }

/* ── Header / Navigation ───────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(6, 8, 10, 0.58);
  -webkit-backdrop-filter: blur(28px) saturate(1.6);
  backdrop-filter: blur(28px) saturate(1.6);
  border-bottom: none;
  padding: 0;
  overflow: visible;
  color: var(--c-on-dark);
}
.site-header::after {
  content: '';
  position: absolute; top: 100%; left: 0; right: 0;
  height: 3.5rem;
  background: linear-gradient(to bottom, rgba(6,8,10,.55) 0%, transparent 100%);
  pointer-events: none; z-index: 49;
}
.site-header__inner { display: flex; align-items: center; gap: 1.25rem; justify-content: space-between; padding: .875rem 0; }
.site-header__logo { display: inline-flex; align-items: center; gap: .625rem; font-family: var(--font-head); font-weight: 700; color: #fff; text-decoration: none; }
.site-header__logo img { width: 3.5rem; height: 3.5rem; transform: translateZ(0); image-rendering: auto; }
.nav { display: flex; align-items: center; gap: var(--sp-6); }
.nav a:not(.btn) { text-decoration: none; color: var(--c-on-dark); font-family: var(--font-head); font-weight: 500; font-size: .82rem; }
.nav a:not(.btn):hover, .nav a:not(.btn)[aria-current="page"] { color: var(--c-brand); }

/* ── Nav Dropdown ──────────────────────────────────────── */
.nav__group { position: relative; }
/* .nav a:not(.btn) handles font/color/hover for .nav__group-header > a */
.nav__group-header { display: inline-flex; align-items: center; gap: var(--sp-1); }
.nav__group-toggle {
  background: none; border: none; cursor: pointer; padding: 0;
  color: var(--c-on-dark); display: inline-flex; align-items: center; gap: var(--sp-1);
  font-family: var(--font-head); font-weight: 500; font-size: .82rem;
  border-radius: var(--radius-sm);
  transition: color var(--dur) var(--ease);
}
.nav__group-toggle:hover { color: var(--c-brand); }
.nav__group.is-open .nav__group-toggle,
.nav__group:focus-within .nav__group-toggle { color: var(--c-brand); }
.nav__group.is-open .nav__group-toggle svg,
.nav__group:focus-within .nav__group-toggle svg { transform: rotate(180deg); }
.nav__sub {
  position: absolute; top: calc(100% + 0.75rem); left: 50%; transform: translateX(-50%);
  background: color-mix(in srgb, var(--c-bg-dark) 96%, transparent);
  border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius);
  padding: var(--sp-2); min-width: 17rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.4), 0 2px 8px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
  display: none; flex-direction: column; gap: 0; z-index: 200;
}
.nav__sub::before {
  content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%);
  border: 6px solid transparent; border-top: 0; border-bottom-color: rgba(255,255,255,.12);
}
/* Desktop: nur Click (.is-open via JS) oder Keyboard-Focus */
@media (min-width: 861px) {
  .nav__group:focus-within .nav__sub,
  .nav__group.is-open .nav__sub { display: flex; }
}
.nav__sub a {
  text-decoration: none; color: var(--c-on-dark); font-family: var(--font-head); font-weight: 500;
  font-size: var(--fs-300); padding: var(--sp-3) var(--sp-4);
  border-radius: var(--radius-sm); display: block; white-space: nowrap;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.nav__sub a:hover,
.nav__sub a[aria-current] { background: rgba(0,196,168,.07); color: var(--c-brand); }

/* Nav CTA */
.nav__cta { font-size: .8rem; padding: .5rem 1.25rem; }
.nav__cta:hover { opacity: .9; box-shadow: 0 4px 24px rgba(124,93,250,.35); transform: none; }

/* ── Button-Row (flex-Wrapper für 2+ Buttons) ──────────── */
.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-4); }

/* ── Karten / Säulen ───────────────────────────────────── */
.grid { display: grid; gap: var(--sp-6); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); }
.card {
  background: var(--c-bg-soft); border: 1px solid var(--c-line); border-radius: var(--radius);
  padding: var(--sp-8); color: var(--c-on-dark);
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.card h3 { color: #fff; margin-block-end: var(--sp-3); }
.card p { color: var(--c-on-dark-soft); }
.card:hover { transform: translateY(-4px); border-color: rgba(124,93,250,.25); box-shadow: 0 12px 40px rgba(0,0,0,.4); }
.card__tag { display: inline-block; align-self: flex-start; font-family: var(--font-head); font-weight: 700; font-size: var(--fs-300); color: var(--c-brand); text-transform: uppercase; letter-spacing: .08em; margin-block-end: var(--sp-3); }
a.card { text-decoration: none; display: flex; flex-direction: column; }
a.card p { flex: 1; }
.card__link { color: var(--c-brand); font-family: var(--font-head); font-weight: 600; text-decoration: none; margin-top: var(--sp-6); display: block; }
.card__link:hover { color: var(--c-brand); }

.eyebrow { font-family: var(--font-head); font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: .08em; font-size: var(--fs-300); }

/* ── Service-Grid + Cards (global, auch auf Unterseiten) ─── */
.service-grid {
  display: grid;
  gap: var(--sp-4);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  margin-top: var(--sp-12);
}
.svc {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: var(--sp-8);
  display: flex; flex-direction: column; gap: var(--sp-4);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.svc:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.16); }
.svc__icon { width: 2.25rem; height: 2.25rem; opacity: .9; filter: brightness(0) invert(1); }
.svc__tag { display: block; font-family: var(--font-head); font-weight: 700; font-size: var(--fs-300); color: var(--c-accent); text-transform: uppercase; letter-spacing: .08em; }
.svc h3 { color: #fff; margin: 0; }
.svc p  { color: var(--c-on-dark-soft); font-size: var(--fs-300); flex: 1; max-width: none; }
.svc__link { display: inline-flex; align-items: center; gap: var(--sp-2); color: var(--c-accent); font-family: var(--font-head); font-weight: 600; font-size: var(--fs-300); text-decoration: none; margin-top: auto; }
.svc__link:hover { text-decoration: underline; }

/* ── Checkliste (global) ────────────────────────────────── */
.check-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: var(--sp-2); margin-top: var(--sp-4); }
.check-list li { display: flex; align-items: flex-start; gap: .7rem; color: var(--c-on-dark-soft); line-height: 1.55; }
.check-list li::before { content: ''; flex-shrink: 0; margin-top: .35em; width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--c-accent), var(--c-brand)); }

/* ── Footer ────────────────────────────────────────────── */
.site-footer {
  background: #06080A;
  color: rgba(239,241,245,.6);
  padding-block: clamp(3.5rem, 6vw, 5rem) 0;
  border-top: 1px solid rgba(255,255,255,.06);
}

/* Oberes Raster: Leistungen · Unternehmen · SEO · Kontakt */
.site-footer__upper {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr 1.3fr;
  gap: 2rem 3rem;
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
  align-items: start;
}
.site-footer__col { display: flex; flex-direction: column; }

/* Spaltenüberschriften */
.site-footer h4 {
  font-family: var(--font-head); font-size: .65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em;
  color: rgba(239,241,245,.9);
  margin-block-end: .9rem;
}

/* Linklisten — kompakt */
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .4rem; }
.site-footer li { margin: 0; }
.site-footer a { color: rgba(239,241,245,.55); text-decoration: none; transition: color .15s ease; font-size: .85rem; line-height: 1.5; }
.site-footer a:hover { color: #fff; }

/* Kontakt-Spalte (rechts) */
.site-footer__contact address { font-style: normal; display: flex; flex-direction: column; gap: .55rem; }
.footer-contact-item {
  display: flex; align-items: flex-start; gap: .55rem;
  font-size: .85rem; color: rgba(239,241,245,.55); text-decoration: none; line-height: 1.5;
}
a.footer-contact-item:hover { color: #fff; }
.footer-contact-item svg { flex-shrink: 0; opacity: .45; margin-top: 3px; }

/* Responsive Footer */
@media (max-width: 860px) {
  .site-footer__upper { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 480px) {
  .site-footer__upper { grid-template-columns: 1fr; }
}

/* SEO-Kontext-Links (seitenspezifisch) */
.site-footer__seo-bar {
  padding-block: 1rem;
  border-top: 1px solid rgba(255,255,255,.07);
  font-size: .72rem;
}
.site-footer__cities { display: flex; flex-wrap: wrap; align-items: center; gap: .25rem 1rem; color: rgba(239,241,245,.38); }
.site-footer__cities > span:first-child { color: rgba(239,241,245,.28); margin-right: .25rem; }
.site-footer__cities a { color: rgba(239,241,245,.42); font-size: .72rem; }
.site-footer__cities a:hover { color: #fff; }

/* Untere Sub-Bar */
.site-footer__legal {
  padding-block: 1rem 2rem;
  border-top: 1px solid rgba(255,255,255,.07);
  color: rgba(239,241,245,.32);
  font-size: .72rem;
  display: flex; flex-wrap: wrap; gap: .75rem 2rem;
  justify-content: space-between;
  align-items: center;
}
.site-footer__legal a { color: rgba(239,241,245,.38); font-size: .72rem; }
.site-footer__legal a:hover { color: #fff; }
.site-footer__legal [aria-hidden] { color: var(--c-accent) !important; }

/* ── 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; }
.lead { font-size: var(--fs-500); color: var(--c-ink-soft); }
/* .center nur für Layout-Elemente (Icons, Logos) — nicht für Fließtext */
.center { text-align: center; }
.mt-auto { margin-top: auto; }
.site-header__logo .dot { color: var(--c-brand); }

/* Standard-Listenstil mit Gradient-Dot */
.dot-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .75rem; }
.dot-list li { display: flex; align-items: flex-start; gap: .7rem; font-size: .9rem; color: rgba(239,241,245,.65); line-height: 1.55; }
.dot-list li::before {
  content: '';
  flex-shrink: 0;
  margin-top: .35em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-accent), var(--c-brand));
}

/* ============================================================
   Mobile-Navigation — Apple-Style Overlay
   Desktop: normale Inline-Navi. Unter 860px: Vollbild-Overlay.
   ============================================================ */
.nav-toggle {
  display: none; /* Desktop: kein Burger */
  position: relative; z-index: 60;
  width: 2.75rem; height: 2.75rem; padding: 0;
  background: transparent; border: 0; cursor: pointer;
  color: var(--c-on-dark);
}
.nav-toggle__bars { display: block; position: relative; width: 1.5rem; height: 1rem; margin-inline: auto; }
.nav-toggle__bars i {
  position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px;
  background: currentColor;
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease), top var(--dur) var(--ease);
}
.nav-toggle__bars i:nth-child(1) { top: 0; }
.nav-toggle__bars i:nth-child(2) { top: 50%; transform: translateY(-50%); }
.nav-toggle__bars i:nth-child(3) { top: 100%; }
/* Burger → X */
[data-nav-open] .nav-toggle__bars i:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
[data-nav-open] .nav-toggle__bars i:nth-child(2) { opacity: 0; }
[data-nav-open] .nav-toggle__bars i:nth-child(3) { top: 50%; transform: translateY(-50%) rotate(-45deg); }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }

  .nav {
    position: fixed; inset: 0;
    flex-direction: column; align-items: flex-start; justify-content: center;
    gap: var(--sp-2);
    padding: clamp(5rem, 18vh, 9rem) var(--sp-8) var(--sp-8);
    overflow-y: auto;
    background: color-mix(in srgb, var(--c-bg-dark) 82%, transparent);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
    backdrop-filter: blur(24px) saturate(1.3);
    opacity: 0; visibility: hidden; transform: translateY(-6px);
    transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
  }
  /* Direct nav children fade in staggered */
  .nav > *:not(.btn) {
    opacity: 0; transform: translateY(12px);
    transition: opacity .4s var(--ease), transform .4s var(--ease);
  }
  .nav__cta { margin-top: var(--sp-6); opacity: 0; transform: translateY(12px); transition: opacity .4s var(--ease) .35s, transform .4s var(--ease) .35s; }

  [data-nav-open] .nav { opacity: 1; visibility: visible; transform: none; }
  [data-nav-open] .nav > *:not(.btn) { opacity: 1; transform: none; }
  [data-nav-open] .nav > *:nth-child(1) { transition-delay: .06s; }
  [data-nav-open] .nav > *:nth-child(2) { transition-delay: .12s; }
  [data-nav-open] .nav > *:nth-child(3) { transition-delay: .18s; }
  [data-nav-open] .nav > *:nth-child(4) { transition-delay: .24s; }
  [data-nav-open] .nav > *:nth-child(5) { transition-delay: .30s; }
  [data-nav-open] .nav > *:nth-child(6) { transition-delay: .36s; }
  [data-nav-open] .nav > *:nth-child(7) { transition-delay: .42s; }

  /* Simple links at full size */
  .nav > a:not(.btn) {
    font-family: var(--font-head); font-weight: 700;
    font-size: var(--fs-700); color: #fff;
  }

  /* Dropdown: mobile inline expand */
  .nav__group { width: 100%; }
  .nav__group:hover .nav__sub,
  .nav__group:focus-within .nav__sub { display: none; } /* disable CSS hover on touch */
  .nav__group-header {
    display: flex; align-items: center; width: 100%;
    gap: var(--sp-3);
  }
  .nav__group-header > a {
    font-family: var(--font-head); font-weight: 700;
    font-size: var(--fs-700); color: #fff; flex: 1;
  }
  .nav__group-toggle { color: rgba(255,255,255,.6); padding: var(--sp-2); }
  .nav__group.is-open .nav__sub { display: flex; }
  .nav__sub {
    position: static; transform: none;
    background: rgba(255,255,255,.06); border-radius: var(--radius-sm);
    border: none; box-shadow: none; backdrop-filter: none;
    padding: var(--sp-2) var(--sp-4) var(--sp-4); margin-top: var(--sp-2);
    min-width: 0;
  }
  .nav__sub::before { display: none; }
  .nav__sub a { font-size: var(--fs-500); color: rgba(255,255,255,.8); padding: var(--sp-2) var(--sp-3); }
  .nav__sub a:hover { color: #fff; background: rgba(255,255,255,.08); }

  body.nav-locked { overflow: hidden; }
}


/* ══ Homepage-Styles ══════════════════════════════════════════ */

/* ============================================================
   Homepage
   Palette: Pitch-Black · Electric Violet #7C5DFA → Teal #00C4A8
   Floating Pill Nav · Editorial Footer · Contact Overlay · Leadmagnet
   ============================================================ */


/* ── Custom Properties ─────────────────────────────────────── */
:root {
  --s2-bg:           #06080A;
  --s2-bg2:          #0A0C10;
  --s2-bg3:          #0F1119;
  --s2-text:         #EFF1F5;
  --s2-muted:        rgba(239,241,245,.58);
  --s2-accent:       #7C5DFA;   /* electric violet */
  --s2-accent-lt:    #9B82FD;   /* hover / lighter */
  --s2-teal:         #00C4A8;   /* brand teal — fix */
  --s2-border:       rgba(239,241,245,.07);
  --s2-glow-v:       rgba(124,93,250,.15);
  --s2-glow-t:       rgba(0,196,168,.1);
  --s2-wrap:         75rem;   /* = 1200px, = container-Breite */
  --s2-gap:          clamp(1rem, 1.5vw, 1.5rem);
}

/* ── Container ──────────────────────────────────────────────── */
.s2-container {
  width: min(var(--s2-wrap), 100% - 3rem);
  margin-inline: auto;
}

/* ── Gradient Text ─────────────────────────────────────────── */
.s2-gradient-text {
  background: linear-gradient(90deg, var(--s2-accent) 0%, var(--s2-teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline;
}

/* ── Eyebrow Label ─────────────────────────────────────────── */
.s2-eyebrow-label {
  display: block;
  font-family: var(--font-head);
  font-size: .67rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .17em;
  color: var(--s2-accent);
  margin-bottom: 1.25rem;
}

/* ── Buttons ───────────────────────────────────────────────── */
.s2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: .45rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .01em;
  text-decoration: none;
  padding: .875rem 1.75rem;
  border-radius: var(--radius-btn);
  white-space: nowrap;
  cursor: pointer;
  border: none;
  transition: transform .15s ease, box-shadow .2s ease, background .15s ease;
}
.s2-btn:hover { transform: translateY(-2px); }

.s2-btn--accent {
  background: linear-gradient(135deg, var(--s2-accent) 0%, var(--s2-teal) 100%);
  color: #fff;
}
.s2-btn--accent:hover {
  background: linear-gradient(135deg, var(--s2-accent-lt) 0%, var(--s2-teal) 100%);
  box-shadow: 0 10px 40px rgba(124,93,250,.4);
}

.s2-btn--ghost {
  background: transparent;
  color: var(--s2-text);
  border: 1px solid rgba(239,241,245,.18);
}
.s2-btn--ghost:hover {
  border-color: rgba(239,241,245,.4);
  background: rgba(239,241,245,.04);
}

.s2-btn--outline-accent {
  background: transparent;
  color: var(--s2-accent);
  border: 1px solid rgba(124,93,250,.4);
}
.s2-btn--outline-accent:hover {
  background: rgba(124,93,250,.08);
  border-color: rgba(124,93,250,.7);
}

.s2-btn--lg {
  padding: 1.1rem 2.25rem;
  font-size: 1.05rem;
}

/* ══════════════════════════════════════════════════════════════
   HERO — mit Gradient-Mesh Background
══════════════════════════════════════════════════════════════ */
.hero {
  min-height: 75svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  /* Gradient Mesh — zwei soft blobs */
  background:
    radial-gradient(ellipse 65% 55% at 88% 10%, var(--s2-glow-v) 0%, transparent 55%),
    radial-gradient(ellipse 45% 50% at 8%  88%, var(--s2-glow-t)  0%, transparent 55%),
    var(--s2-bg);
}

/* Mountains background */
.hero__mountains {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  pointer-events: none;
  z-index: 0;
  line-height: 0;
}
.hero__mountains::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, #06080A 0%, rgba(6,8,10,.85) 25%, transparent 58%),
    linear-gradient(to right, #06080A 0%, transparent 14%, transparent 86%, #06080A 100%);
  z-index: 1;
}
.hero__mountains img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .52;
  filter: saturate(.6) brightness(.8);
}
.hero > .s2-container { position: relative; z-index: 1; }
.hero > .ticker    { position: relative; z-index: 1; }

.hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-block: clamp(3rem, 5vh, 5rem);
  max-width: 52rem;
}

/* Badge */
.s2-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-family: var(--font-head);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--s2-muted);
  margin-bottom: 1.75rem;
}

.s2-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--s2-teal);
  box-shadow: 0 0 10px var(--s2-teal);
  animation: s2-pulse 2.5s ease-in-out infinite;
}

@keyframes s2-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px var(--s2-teal); }
  50%        { opacity: .3; box-shadow: 0 0 2px var(--s2-teal); }
}

/* Headline */
.s2-headline {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 1rem + 5vw, 5.5rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--s2-text);
  margin: 0 0 1.75rem;
}

/* Lead */
.s2-lead {
  font-size: clamp(.95rem, .8rem + .6vw, 1.15rem);
  line-height: 1.7;
  color: var(--s2-muted);
  max-width: 46ch;
  margin-bottom: 2.5rem;
}

/* Actions */
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: .875rem;
  align-items: center;
}

@media (max-width: 480px) {
  .actions { flex-direction: column; align-items: flex-start; }
  .s2-btn,
  .btn,
  .s2-contact-trigger { width: 100%; justify-content: center; text-align: center; }
  .btn-row { flex-direction: column; align-items: stretch; }
}

/* ── Hero Visual: Browser-Mockup ────────────────────────────── */
.hero__visual { position: relative; }

.hero__glow {
  position: absolute;
  width: 80%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(124,93,250,.18) 0%, transparent 65%);
  bottom: -25%;
  right: -15%;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}

.hero__panel {
  background: var(--s2-bg3);
  border: 1px solid var(--s2-border);
  border-radius: 1rem;
  overflow: hidden;
  animation: s2-float 7s ease-in-out infinite;
  position: relative;
  z-index: 1;
  box-shadow: 0 40px 100px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.04);
}

@keyframes s2-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33%        { transform: translateY(-10px) rotate(.3deg); }
  66%        { transform: translateY(-5px) rotate(-.2deg); }
}

.hero__panel-head {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .8rem 1.2rem;
  border-bottom: 1px solid var(--s2-border);
  background: rgba(255,255,255,.02);
}

.s2-dot { width: 11px; height: 11px; border-radius: 50%; }
.s2-dot--red    { background: #FF5F57; }
.s2-dot--yellow { background: #FFBD2E; }
.s2-dot--green  { background: #28C840; }

.s2-panel-url {
  margin-left: .75rem;
  font-size: .7rem;
  color: rgba(239,241,245,.25);
  font-family: monospace;
}

.hero__panel-body { padding: 2rem 2rem 1.5rem; }
.hero__big-stat  { margin-bottom: 1.75rem; }

.hero__big-num {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(3.5rem, 3vw + 2.5rem, 5.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(90deg, var(--s2-accent) 0%, var(--s2-teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: s2-fade-up .8s ease-out both;
}

@keyframes s2-fade-up {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero__big-label {
  display: block;
  font-size: .78rem;
  color: var(--s2-muted);
  margin-top: .4rem;
  font-family: var(--font-head);
}

.s2-metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .875rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.125rem;
  background: rgba(255,255,255,.025);
  border-radius: .5rem;
  border: 1px solid var(--s2-border);
}

.s2-metric { display: flex; flex-direction: column; gap: .2rem; }
.s2-metric__num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.s2-metric__lbl {
  font-size: .68rem;
  color: var(--s2-muted);
  font-family: var(--font-head);
}

/* Sparkline */
.s2-sparkline {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 48px;
}
.s2-sparkline span {
  flex: 1;
  background: linear-gradient(to top, var(--s2-accent) 0%, rgba(124,93,250,.12) 100%);
  border-radius: 2px 2px 0 0;
  height: var(--h, 50%);
  transform-origin: bottom;
  animation: s2-grow-bar .5s ease-out both;
  animation-delay: calc(var(--i, 0) * 50ms);
}
@keyframes s2-grow-bar {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}

/* ── TICKER ─────────────────────────────────────────────────── */
.ticker {
  border-top: 1px solid var(--s2-border);
  overflow: hidden;
  padding-block: .875rem;
  margin-top: auto;
}
.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker 32s linear infinite;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(239,241,245,.25);
}
.ticker__track span { padding-inline: 1.75rem; }
.ticker__sep { color: var(--s2-teal) !important; padding-inline: 0 !important; opacity: .5; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ══════════════════════════════════════════════════════════════
   BENTO GRID
══════════════════════════════════════════════════════════════ */
/* ── Alt-Bento (ersetzt durch s2-spec) ──────────────────── */
.s2-bento { padding-block: clamp(4.5rem, 8vw, 7rem); background: var(--s2-bg); }

/* ══════════════════════════════════════════════════════════════
   SPEC GRID — Zahlen · Icons · Verflochtenes Mosaic
══════════════════════════════════════════════════════════════ */
.s2-spec {
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background:
    radial-gradient(ellipse 70% 90% at 85% 55%, rgba(0,196,168,.13) 0%, transparent 58%),
    #0D0F1A;
  position: relative;
}
.s2-spec::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,196,168,.35) 50%, transparent 100%);
}

.s2-sg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 13rem;
  gap: .75rem;
}

/* ── Zellen-Basis ────────────────────────────────────────── */
.s2-sc {
  border-radius: 1rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: .625rem;
  overflow: hidden;
  position: relative;
  transition: transform .2s ease, box-shadow .25s ease;
}
.s2-sc:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(0,0,0,.4); }

.s2-sc--dark  { background: var(--s2-bg2); border: 1px solid var(--s2-border); }
.s2-sc--mid   { background: var(--s2-bg3); border: 1px solid var(--s2-border); }
.s2-sc--accent-border {
  background: var(--s2-bg2);
  border: 1px solid rgba(124,93,250,.3);
  box-shadow: inset 0 0 40px rgba(124,93,250,.05);
}
.s2-sc--teal  {
  background: linear-gradient(135deg, rgba(0,196,168,.12) 0%, rgba(0,196,168,.04) 100%);
  border: 1px solid rgba(0,196,168,.2);
}
.s2-sc--gradient {
  background: linear-gradient(135deg, var(--s2-accent) 0%, #4A3EBD 60%, var(--s2-teal) 100%);
  border: none;
}

/* Spans */
.s2-sc--hero  { grid-column: span 2; grid-row: span 2; background: var(--s2-bg2); border: 1px solid var(--s2-border); }
.s2-sc--wide  { grid-column: span 2; }
.s2-sc--tall  { grid-row: span 2; }

/* ── Typographie ─────────────────────────────────────────── */
.s2-sc__label {
  font-family: var(--font-head);
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--s2-accent);
  flex-shrink: 0;
}
.s2-sc--teal .s2-sc__label     { color: var(--s2-teal); }
.s2-sc--gradient .s2-sc__label { color: rgba(255,255,255,.7); }

.s2-sc__kpi {
  background: rgba(124,93,250,.07);
  border: 1px solid rgba(124,93,250,.18);
  border-radius: .75rem;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex: 1;
}

.s2-sc__big {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 1rem + 2vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
  background: linear-gradient(135deg, var(--s2-accent) 0%, var(--s2-teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.s2-sc__num-lg {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 1.5rem + 2.5vw, 3.75rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  flex-shrink: 0;
}
.s2-sc__num-lg span {
  font-size: .45em;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--s2-muted);
  margin-left: .2em;
}

.s2-sc__sub {
  font-size: .8rem;
  color: var(--s2-muted);
  line-height: 1.5;
  flex-shrink: 0;
  max-width: 26ch;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.s2-sc--hero .s2-sc__sub { color: rgba(239,241,245,.55); max-width: none; }

.s2-sc__name {
  font-family: var(--font-head);
  font-size: clamp(.95rem, .7rem + .8vw, 1.15rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.s2-sc--gradient .s2-sc__name { color: #fff; }

.s2-sc__desc {
  font-size: .78rem;
  color: var(--s2-muted);
  line-height: 1.55;
  flex: 1;
}

/* ── Icons ───────────────────────────────────────────────── */
.s2-sc__icon {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--s2-accent);
  flex-shrink: 0;
  margin-bottom: .25rem;
}
.s2-sc--mid  .s2-sc__icon { color: var(--s2-accent-lt); }
.s2-sc--dark .s2-sc__icon { color: var(--s2-teal); }
.s2-sc__icon--browser { width: 3rem; height: 2.25rem; }

/* ── Bar-Chart im Hero ───────────────────────────────────── */
.s2-sc__chart {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 7rem;
  height: 3.5rem;
  opacity: .5;
}
.s2-sc__chart rect { fill: var(--s2-teal); }

/* ── Ergebnis-Carousel ───────────────────────────────────── */

/* Hintergrund-Glow hinter der Zahl */
.s2-sc--hero {
  position: relative;
  overflow: hidden;
}
.s2-sc--hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 55%, rgba(124,93,250,.08) 0%, rgba(0,196,168,.04) 55%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.s2-sc--hero > * { position: relative; z-index: 1; }

.s2-sc__story-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  flex-shrink: 0;
}
.s2-sc__eyebrow {
  font-family: var(--font-head);
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--s2-accent);
  opacity: .7;
}
.s2-sc__client {
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 700;
  color: rgba(239,241,245,.5);
  letter-spacing: -.01em;
  text-align: right;
}
.s2-sc__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  flex-shrink: 0;
}
.s2-sc__tags span {
  font-family: var(--font-head);
  font-size: .6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: rgba(0,196,168,.7);
  border: 1px solid rgba(0,196,168,.15);
  border-radius: var(--radius-sm);
  padding: .15rem .55rem;
}
.s2-sc__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
.s2-sc__dots {
  display: flex;
  gap: .4rem;
  align-items: center;
}
.s2-sc__dot {
  width: .45rem; height: .45rem;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  border: none; cursor: pointer; padding: 0;
  transition: background .25s, transform .25s;
}
.s2-sc__dot.is-active {
  background: var(--s2-teal);
  transform: scale(1.3);
}
/* chart now inside .s2-sc__bottom — no absolute pos needed */
.s2-sc--hero .s2-sc__chart {
  position: static;
  width: 5.5rem;
  height: 3rem;
  flex-shrink: 0;
}
/* Slide-Struktur (PHP-rendered carousel) */
.s2-sc__slide { display: none; }
.s2-sc__slide.is-active { display: contents; }

/* fade transition */
#hero-stat.is-fading .s2-sc__big,
#hero-stat.is-fading .s2-sc__sub,
#hero-stat.is-fading .s2-sc__client,
#hero-stat.is-fading .s2-sc__tags {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s, transform .2s;
}
#hero-stat .s2-sc__big,
#hero-stat .s2-sc__sub,
#hero-stat .s2-sc__client,
#hero-stat .s2-sc__tags {
  transition: opacity .25s .05s, transform .25s .05s;
}

/* ── Stars ───────────────────────────────────────────────── */
.s2-sc__stars {
  font-size: 1.25rem;
  color: var(--s2-teal);
  letter-spacing: .1em;
  flex-shrink: 0;
}

/* ── Timeline (im Tall-Cell) ─────────────────────────────── */
.s2-sc__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: auto;
}
.s2-sc__tl-item {
  display: flex;
  align-items: center;
  gap: .625rem;
  font-size: .78rem;
  color: var(--s2-muted);
  font-family: var(--font-head);
  font-weight: 600;
}
.s2-sc__tl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(124,93,250,.35);
  flex-shrink: 0;
}
.s2-sc__tl-dot--on {
  background: var(--s2-accent);
  border-color: var(--s2-accent);
  box-shadow: 0 0 8px rgba(124,93,250,.5);
}
.s2-sc__tl-line {
  width: 2px;
  height: 1.25rem;
  background: rgba(124,93,250,.2);
  margin-left: 4px;
}

/* ── CTA in Gradient-Cell ─────────────────────────────────── */
.s2-sc__cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--font-head);
  font-size: .85rem;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  margin-top: auto;
  transition: color .15s, gap .15s;
}
.s2-sc__cta:hover { color: #fff; gap: .6rem; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .s2-sg { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 11rem; }
  .s2-sc--hero { grid-column: span 2; }
  .s2-sc--wide { grid-column: span 2; }
}
@media (max-width: 540px) {
  .s2-sg { grid-template-columns: 1fr 1fr; grid-auto-rows: 9rem; }
  .s2-sc--tall { grid-row: span 1; }
}

.s2-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s2-gap);
}

@media (max-width: 800px) {
  .s2-bento-grid { grid-template-columns: 1fr 1fr; }
  .s2-cell--wide, .s2-cell--featured { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .s2-bento-grid { grid-template-columns: 1fr; }
  .s2-cell--wide, .s2-cell--featured { grid-column: 1; }
}

.s2-cell {
  border-radius: .875rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  gap: .875rem;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .25s ease;
}
.s2-cell:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(0,0,0,.4); }

.s2-cell--featured {
  background: var(--s2-bg2);
  border: 1px solid var(--s2-border);
  grid-column: span 2;
}
.s2-cell--featured::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--s2-accent) 0%, var(--s2-teal) 60%, transparent 100%);
}

.s2-cell--dark { background: var(--s2-bg2); border: 1px solid var(--s2-border); }
.s2-cell--mid  { background: var(--s2-bg3); border: 1px solid var(--s2-border); }

/* Accent cell — gradient bg */
.s2-cell--accent {
  background: linear-gradient(140deg, var(--s2-accent) 0%, #4A3EBD 100%);
  color: #fff;
}

/* Border cell */
.s2-cell--border {
  background: transparent;
  border: 1px solid rgba(124,93,250,.22);
}
.s2-cell--border::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(124,93,250,.5), rgba(0,196,168,.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.s2-cell__num {
  font-family: var(--font-head);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--s2-accent);
}
.s2-cell--accent .s2-cell__num { color: rgba(255,255,255,.55); }

.s2-cell h2, .s2-cell h3 {
  font-family: var(--font-head);
  font-size: clamp(1.2rem, .9rem + 1vw, 1.6rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
}
.s2-cell--accent h2, .s2-cell--accent h3 { color: #fff; }

.s2-cell p {
  font-size: .875rem;
  line-height: 1.65;
  color: var(--s2-muted);
  margin: 0;
  flex: 1;
}
.s2-cell--accent p { color: rgba(255,255,255,.65); }

.s2-cell__link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .82rem;
  color: var(--s2-teal);
  text-decoration: none;
  margin-top: auto;
  padding-top: .5rem;
  transition: gap .15s ease;
}
.s2-cell__link:hover { gap: .65rem; }
.s2-cell--accent .s2-cell__link { color: rgba(255,255,255,.8); }

.s2-cell__big-num {
  font-family: var(--font-head);
  font-size: clamp(3.5rem, 2rem + 5vw, 7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  display: block;
  margin-top: auto;
  color: inherit;
}
.s2-cell--border .s2-cell__big-num {
  background: linear-gradient(90deg, var(--s2-accent), var(--s2-teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.s2-cell__big-label {
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 600;
  opacity: .6;
}

/* ══════════════════════════════════════════════════════════════
   FEATURED STORY
══════════════════════════════════════════════════════════════ */
.story {
  padding-block: clamp(5rem, 10vw, 9rem);
  background:
    radial-gradient(ellipse 65% 90% at 90% 40%, rgba(0,196,168,.14) 0%, transparent 52%),
    #06080A;
  border-top: none;
  border-bottom: none;
  position: relative;
}
.story::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,196,168,.4) 70%, transparent 100%);
  pointer-events: none;
}
.story::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -15%;
  width: 55%;
  height: 80%;
  background: radial-gradient(ellipse, var(--s2-glow-t) 0%, transparent 65%);
  pointer-events: none;
}

.story__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 780px) { .story__grid { grid-template-columns: 1fr; } }

.story__media {
  background: linear-gradient(140deg, rgba(124,93,250,.09) 0%, rgba(0,196,168,.04) 100%);
  border: 1px solid rgba(124,93,250,.18);
  border-radius: 1.25rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  margin-top: 1rem;
}

.story__chip {
  position: absolute;
  top: -1rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .85rem;
  border-radius: 999px;
  background: rgba(0,196,168,.12);
  border: 1px solid rgba(0,196,168,.35);
  color: var(--s2-teal);
  font-family: var(--font-head);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  text-decoration: none;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
}
.story__chip:hover { background: rgba(0,196,168,.2); border-color: rgba(0,196,168,.6); }

.story__media-head {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .5rem;
}
.story__logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.story__badge {
  font-family: var(--font-head);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--s2-teal);
}

.story__stat-num {
  font-family: var(--font-head);
  font-size: clamp(4rem, 3rem + 5vw, 8rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  background: linear-gradient(120deg, var(--s2-accent) 0%, var(--s2-teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.story__stat-ctx {
  font-size: .95rem;
  line-height: 1.55;
  color: var(--s2-muted);
  margin-top: -.75rem;
}

.story__client {
  font-family: var(--font-head);
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255,255,255,.2);
  padding-top: 1.5rem;
  border-top: 1px solid var(--s2-border);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.story__text h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 1rem + 2.5vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 0 0 1.25rem;
}

.story__text > p {
  color: var(--s2-muted);
  line-height: 1.75;
  margin-bottom: 1.75rem;
  font-size: .975rem;
}

.story__points {
  list-style: none;
  padding: 0;
  margin: 0 0 2.25rem;
  display: flex;
  flex-direction: column;
  gap: .625rem;
}
.story__points li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .88rem;
  color: rgba(239,241,245,.6);
  line-height: 1.5;
}
.story__points li::before {
  content: '';
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--s2-teal);
}

/* ══════════════════════════════════════════════════════════════
   TRUST INTRO + BAR
══════════════════════════════════════════════════════════════ */
.trust-intro {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: #0D0E1C;
}
.trust-intro h2 { margin-block: .75rem 1.25rem; }
.trust-intro__sub {
  color: rgba(239,241,245,.55);
  font-size: clamp(.9rem, 1vw + .5rem, 1.05rem);
  line-height: 1.7;
  max-width: 62ch;
  margin-bottom: 2rem;
}
.trust {
  padding-block: clamp(1.5rem, 2.5vw, 2rem);
  background: #111220;
  position: relative;
  overflow: hidden;
}
.trust::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.1) 50%, transparent 100%);
}
.trust__label {
  font-family: var(--font-head);
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(239,241,245,.28);
  display: block;
  margin-bottom: 1.25rem;
}
.trust__cta { padding-top: 2rem; text-align: center; }
/* Scrolling track */
.trust__track-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.trust__track {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  width: max-content;
  animation: trust-scroll 50s linear infinite;
}
.trust__track:hover { animation-play-state: paused; }
@keyframes trust-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.trust__track img {
  height: 2.25rem;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: .85;
  transition: opacity .2s, transform .2s;
}
.trust__track img:hover { opacity: 1; transform: translateY(-2px); }
@media (max-width: 680px) {
  .trust__track img { height: 1.75rem; max-width: 100px; }
}
@media (prefers-reduced-motion: reduce) {
  .trust__track { animation: none; }
}

/* ══════════════════════════════════════════════════════════════
   LEAD MAGNET
══════════════════════════════════════════════════════════════ */
.leadmagnet {
  padding-block: clamp(5rem, 9vw, 8rem);
  background: #0D0E1C;
  position: relative;
  overflow: hidden;
}
/* top glow line */
.leadmagnet::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(124,93,250,.45) 50%, transparent 100%);
  pointer-events: none;
}
.leadmagnet::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 60%;
  height: 130%;
  background: radial-gradient(ellipse, var(--s2-glow-v) 0%, transparent 65%);
  pointer-events: none;
}

.leadmagnet__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 780px) { .leadmagnet__inner { grid-template-columns: 1fr; } }

.leadmagnet__left h2 {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 1rem + 2.5vw, 2.75rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  margin: .875rem 0 1.25rem;
}

.leadmagnet__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.leadmagnet__bullets li {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .9rem;
  color: rgba(239,241,245,.65);
  line-height: 1.5;
}
.leadmagnet__bullets li::before {
  content: '';
  flex-shrink: 0;
  margin-top: .35em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--s2-accent), var(--s2-teal));
}

/* Right side: card with form */
.leadmagnet__card {
  background: var(--s2-bg3);
  border: 1px solid rgba(124,93,250,.2);
  border-radius: 1.25rem;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  position: relative;
  overflow: hidden;
}
.leadmagnet__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--s2-accent), var(--s2-teal));
}

/* Stylized document preview */
.leadmagnet__doc {
  background: linear-gradient(135deg, #13152A, #0A0C1A);
  border: 1px solid var(--s2-border);
  border-radius: .625rem;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: .875rem;
}

.leadmagnet__doc-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.leadmagnet__doc-count {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-head);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--s2-teal);
}

/* Fake checkboxes inside the doc */
.leadmagnet__doc-lines {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.leadmagnet__doc-line {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.leadmagnet__doc-line::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--s2-accent), var(--s2-teal));
  flex-shrink: 0;
}
.leadmagnet__doc-line span {
  height: 6px;
  background: rgba(239,241,245,.12);
  border-radius: 3px;
  flex: 1;
}

/* Email form */
.leadmagnet__form {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.leadmagnet__input {
  width: 100%;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: .4rem;
  padding: .875rem 1.125rem;
  font-size: .9rem;
  color: var(--s2-text);
  font-family: var(--font-body);
  transition: border-color .2s ease, box-shadow .2s ease;
  outline: none;
}
.leadmagnet__input::placeholder { color: rgba(239,241,245,.3); }
.leadmagnet__input:focus {
  border-color: rgba(124,93,250,.5);
  box-shadow: 0 0 0 3px rgba(124,93,250,.12);
}

.leadmagnet__legal {
  font-size: .72rem;
  color: rgba(239,241,245,.3);
  text-align: center;
  margin: 0;
  max-width: none;
}
.lm-msg {
  font-size: .8rem;
  text-align: center;
  min-height: 1.2em;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════════
   PERSON CTA
══════════════════════════════════════════════════════════════ */
.person-cta {
  background: var(--s2-bg);
  border-top: 1px solid var(--s2-border);
  padding-block: clamp(4rem, 8vw, 7rem);
}
.person-cta__inner {
  display: flex;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
}
.person-cta__photo {
  flex-shrink: 0;
  position: relative;
  width: clamp(140px, 18vw, 200px);
  height: clamp(140px, 18vw, 200px);
}
.person-cta__photo-ring {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--s2-violet), var(--s2-teal));
  opacity: .25;
}
.person-cta__img,
.person-cta__placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
}
.person-cta__img { object-fit: cover; }
.person-cta__placeholder {
  background: linear-gradient(135deg, #1e2050, #2a2d6e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  color: rgba(255,255,255,.35);
  letter-spacing: -.02em;
}
.person-cta__content { flex: 1; }
.person-cta__headline {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 1rem + 2.5vw, 2.8rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 1rem;
}
.person-cta__text {
  font-size: clamp(.95rem, .85rem + .25vw, 1.05rem);
  color: var(--s2-muted);
  line-height: 1.65;
  max-width: 50ch;
  margin-bottom: 1.5rem;
}
.person-cta__meta {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  margin-bottom: 2rem;
}
.person-cta__name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.person-cta__title { font-size: .88rem; color: var(--s2-muted); }
.person-cta__email {
  font-size: .88rem;
  color: var(--s2-violet);
  text-decoration: none;
  transition: color .2s;
}
.person-cta__email:hover { color: var(--s2-teal); }
@media (max-width: 600px) {
  .person-cta__inner { flex-direction: column; text-align: center; align-items: center; }
  .person-cta__meta { align-items: center; }
  .person-cta__text { max-width: none; }
}
html[data-theme="light"] .person-cta { background: #f8f9fc; }
html[data-theme="light"] .person-cta__headline { color: var(--s2-ink); }
html[data-theme="light"] .person-cta__placeholder { background: linear-gradient(135deg, #dde0f5, #c8cef0); color: rgba(30,32,80,.4); }

/* ── ws-form: Person-Chip ─────────────────────────────────── */
.ws-person-chip {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: .875rem 1rem;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--s2-border);
  border-radius: 12px;
}
.ws-person-chip__photo {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}
.ws-person-chip__img,
.ws-person-chip__placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}
.ws-person-chip__img { object-fit: cover; }
.ws-person-chip__placeholder {
  background: linear-gradient(135deg, #1e2050, #2a2d6e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 900;
  color: rgba(255,255,255,.4);
  letter-spacing: -.01em;
}
.ws-person-chip__text { display: flex; flex-direction: column; gap: .15rem; }
.ws-person-chip__name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .9rem;
  color: #fff;
}
.ws-person-chip__role { font-size: .8rem; color: var(--s2-muted); }
html[data-theme="light"] .ws-person-chip { background: rgba(0,0,0,.03); }
html[data-theme="light"] .ws-person-chip__name { color: var(--s2-ink); }
html[data-theme="light"] .ws-person-chip__placeholder { background: linear-gradient(135deg, #dde0f5, #c8cef0); color: rgba(30,32,80,.4); }

/* ══════════════════════════════════════════════════════════════
   PRE-FOOTER EDITORIAL
══════════════════════════════════════════════════════════════ */
/* ── Pre-Footer — Zentriertes Statement ──────────────────── */
.statement {
  background: var(--s2-bg2);
  border-top: 1px solid var(--s2-border);
  padding-block: clamp(6rem, 12vw, 11rem);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.statement::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(124,93,250,.1) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 20% 90%, rgba(0,196,168,.07) 0%, transparent 60%);
  pointer-events: none;
}

.statement__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statement__headline {
  font-family: var(--font-head);
  font-size: clamp(3.5rem, 2rem + 6vw, 8rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.05em;
  color: #fff;
  margin: .75rem 0 1.75rem;
}

.statement__sub {
  font-size: clamp(1rem, .85rem + .5vw, 1.15rem);
  color: var(--s2-muted);
  max-width: 46ch;
  line-height: 1.65;
  margin-bottom: 2.75rem;
}

.statement__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Inline contact strip */
.statement__strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .875rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
  font-family: var(--font-head);
  font-size: .82rem;
  color: rgba(239,241,245,.32);
}
.statement__strip a {
  color: rgba(239,241,245,.32);
  text-decoration: none;
  transition: color .2s;
}
.statement__strip a:hover { color: var(--s2-teal); }
.statement__strip-dot { opacity: .25; }

/* ══════════════════════════════════════════════════════════════
   MODAL BACKDROP  (Calendly + alle künftigen Overlays)
══════════════════════════════════════════════════════════════ */
#crb-calendly-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9998; /* Calendly widget sitzt bei 9999 */
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
#crb-calendly-backdrop.is-active {
  opacity: 1;
}

/* ══════════════════════════════════════════════════════════════
   CONTACT OVERLAY
══════════════════════════════════════════════════════════════ */
.s2-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(4, 5, 8, .88);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  backdrop-filter: blur(28px) saturate(1.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  padding: 1.5rem;
}
.s2-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.s2-overlay__inner {
  width: min(860px, 100%);
  position: relative;
  transform: translateY(12px);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
}
.s2-overlay.is-open .s2-overlay__inner {
  transform: translateY(0);
}
.s2-overlay__layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: stretch;
  margin-top: 1.5rem;
}
.s2-overlay__left { min-width: 0; }

/* KI + WA Panel rechts */
.s2-overlay__right {
  display: flex;
  flex-direction: column;
  gap: .625rem;
  width: 9.5rem;
}
.s2-overlay__qi-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .625rem;
  padding: 1.25rem 1rem;
  background: rgba(124,93,250,.06);
  border: 1px solid rgba(124,93,250,.15);
  border-radius: 1rem;
  flex: 1;
}
.s2-overlay__qi-card--wa {
  background: rgba(37,211,102,.06);
  border-color: rgba(37,211,102,.18);
}
.s2-overlay__ki-btn {
  position: relative;
  width: 4rem; height: 4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--s2-accent), var(--s2-teal));
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 24px rgba(124,93,250,.45);
  transition: transform .2s, box-shadow .2s;
}
.s2-overlay__ki-btn:hover { transform: scale(1.08); box-shadow: 0 0 36px rgba(124,93,250,.6); }
.s2-overlay__ki-btn svg { width: 1.4rem; height: 1.4rem; stroke: #fff; position: relative; z-index: 1; }
.s2-overlay__ki-ring {
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 2px solid var(--s2-accent);
  animation: s2-fab-ring 2.4s ease-out infinite;
  opacity: 0;
  pointer-events: none;
}
.s2-overlay__ki-ring--2 {
  inset: -14px;
  border-color: rgba(124,93,250,.4);
  animation-delay: 1.2s;
}
.s2-overlay__ki-btn--wa {
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 0 24px rgba(37,211,102,.35);
  text-decoration: none;
}
.s2-overlay__ki-btn--wa:hover { box-shadow: 0 0 36px rgba(37,211,102,.5); }
.s2-overlay__ki-btn--wa svg { width: 1.5rem; height: 1.5rem; color: #fff; position: relative; z-index: 1; }
.s2-overlay__ki-label {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .85rem;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.s2-overlay__ki-sub {
  font-size: .72rem;
  color: rgba(239,241,245,.45);
  text-align: center;
}
@media (max-width: 600px) {
  .s2-overlay__layout { grid-template-columns: 1fr; }
  .s2-overlay__right { flex-direction: row; padding: 1rem 1.5rem; min-width: auto; gap: 1.25rem; }
}

.s2-overlay__close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(239,241,245,.08);
  border: 1px solid var(--s2-border);
  color: var(--s2-text);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease;
}
.s2-overlay__close:hover { background: rgba(239,241,245,.14); }

.s2-overlay__header {
  margin-bottom: 0;
}
.s2-overlay__header h2 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 1.2rem + 3vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #fff;
  margin: .875rem 0 .75rem;
}
.s2-overlay__header p {
  color: var(--s2-muted);
  font-size: .95rem;
}

.s2-overlay__options {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--s2-border);
  border: 1px solid var(--s2-border);
  border-radius: 1rem;
  overflow: hidden;
}

.s2-overlay__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.75rem;
  background: var(--s2-bg2);
  text-decoration: none;
  color: var(--s2-text);
  transition: background .15s ease;
}
.s2-overlay__option:hover { background: rgba(124,93,250,.08); }
.s2-overlay__option:hover .s2-overlay__arrow { transform: translateX(4px); color: var(--s2-teal); }

.s2-overlay__opt-left {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.s2-overlay__opt-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
}
.s2-overlay__opt-sub {
  font-size: .8rem;
  color: var(--s2-muted);
  font-family: var(--font-head);
}

.s2-overlay__arrow {
  font-size: 1.25rem;
  color: rgba(239,241,245,.3);
  transition: transform .2s ease, color .2s ease;
}

/* ══════════════════════════════════════════════════════════════
   FLOATING CHAT + WHATSAPP (kombiniert)
══════════════════════════════════════════════════════════════ */
.s2-fab-wrap {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 290;
  display: flex;
  align-items: center;
  gap: .875rem;
  transition: bottom .22s ease;
}

/* Label-Pill links vom Button */
.s2-fab-label {
  background: rgba(10,12,18,.95);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--s2-border);
  border-radius: .625rem;
  padding: .5rem 1rem;
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0,0,0,.35);
  animation: s2-label-in .5s 1.2s both;
  pointer-events: none;
}
@keyframes s2-label-in {
  from { opacity: 0; transform: translateX(6px); }
  to   { opacity: 1; transform: translateX(0); }
}
.s2-fab-wrap.chat-open .s2-fab-label { opacity: 0; transition: opacity .2s; }

/* FAB Button */
.s2-fab {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 28px rgba(124,93,250,.45);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
}
.s2-fab:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 10px 36px rgba(124,93,250,.55); }

.s2-fab--chat {
  background: linear-gradient(135deg, var(--s2-accent) 0%, var(--s2-teal) 100%);
  color: #fff;
}
.s2-fab--chat svg { width: 1.5rem; height: 1.5rem; stroke: #fff; fill: none; }
.s2-fab--chat.is-open { background: rgba(20,22,30,.95); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 4px 20px rgba(0,0,0,.4); }

/* Pulse-Ring */
.s2-fab-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--s2-accent);
  animation: s2-fab-ring 2.4s ease-out infinite;
  opacity: 0;
  pointer-events: none;
}
@keyframes s2-fab-ring {
  0%   { transform: scale(.85); opacity: .75; }
  100% { transform: scale(1.55); opacity: 0; }
}
.s2-fab--chat.is-open .s2-fab-ring { display: none; }

/* WhatsApp-Leiste im Chat-Panel */
.s2-chat__wa-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .625rem 1rem;
  background: rgba(37,211,102,.06);
  border-top: 1px solid rgba(37,211,102,.14);
  color: #25D366;
  font-family: var(--font-head);
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  flex-shrink: 0;
  transition: background .15s ease;
}
.s2-chat__wa-bar:hover { background: rgba(37,211,102,.12); color: #25D366; }
.s2-chat__wa-bar svg { width: 1rem; height: 1rem; fill: #25D366; flex-shrink: 0; }

/* ── Chat Panel ───────────────────────────────────────────── */
.s2-chat {
  position: fixed;
  bottom: 5.75rem;
  right: 1.5rem;
  z-index: 291;
  width: min(380px, calc(100vw - 2rem));
  background: rgba(10, 12, 18, .96);
  border: 1px solid var(--s2-border);
  border-radius: 1rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.6);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(.97);
  transition: opacity .25s ease, transform .25s cubic-bezier(.16,1,.3,1);
  max-height: calc(100svh - 8rem);
}
.s2-chat.is-open { opacity: 1; pointer-events: all; transform: translateY(0) scale(1); }

.s2-chat__head {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--s2-border);
  flex-shrink: 0;
}
.s2-chat__avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--s2-accent), var(--s2-teal));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.s2-chat__avatar svg { width: 1.1rem; height: 1.1rem; stroke: #fff; fill: none; }
.s2-chat__meta { flex: 1; }
.s2-chat__name {
  font-family: var(--font-head);
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.s2-chat__status {
  font-size: .72rem;
  color: var(--s2-teal);
  display: flex;
  align-items: center;
  gap: .35rem;
}
.s2-chat__status::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--s2-teal);
  display: inline-block;
}
.s2-chat__close {
  background: none;
  border: none;
  color: var(--s2-muted);
  cursor: pointer;
  font-size: 1.1rem;
  padding: .25rem;
  line-height: 1;
  transition: color .15s;
}
.s2-chat__close:hover { color: #fff; }

.s2-chat__msgs {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  scroll-behavior: smooth;
}
.s2-chat__msgs::-webkit-scrollbar { width: 4px; }
.s2-chat__msgs::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 2px; }

.s2-msg {
  max-width: 85%;
  padding: .625rem .875rem;
  border-radius: .75rem;
  font-size: .875rem;
  line-height: 1.55;
}
.s2-msg--bot {
  background: rgba(255,255,255,.06);
  color: var(--s2-text);
  align-self: flex-start;
  border-bottom-left-radius: .25rem;
}
.s2-msg--user {
  background: var(--s2-accent);
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: .25rem;
}
.s2-msg--typing {
  display: flex;
  gap: .3rem;
  align-items: center;
  padding: .875rem;
}
.s2-msg--typing span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--s2-muted);
  animation: s2-typing .9s ease-in-out infinite;
}
.s2-msg--typing span:nth-child(2) { animation-delay: .15s; }
.s2-msg--typing span:nth-child(3) { animation-delay: .3s; }
@keyframes s2-typing {
  0%, 80%, 100% { opacity: .3; transform: scale(.8); }
  40%            { opacity: 1;  transform: scale(1); }
}

.s2-chat__input-row {
  display: flex;
  gap: .5rem;
  padding: .875rem;
  border-top: 1px solid var(--s2-border);
  flex-shrink: 0;
}
.s2-chat__input {
  flex: 1;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--s2-border);
  border-radius: .5rem;
  color: var(--s2-text);
  font-family: var(--font-body, inherit);
  font-size: .875rem;
  padding: .625rem .875rem;
  outline: none;
  resize: none;
  transition: border-color .15s;
}
.s2-chat__input::placeholder { color: var(--s2-muted); }
.s2-chat__input:focus { border-color: rgba(124,93,250,.5); }
.s2-chat__send {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border: none;
  border-radius: .5rem;
  background: linear-gradient(135deg, var(--s2-accent), var(--s2-teal));
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .15s;
}
.s2-chat__send:disabled { opacity: .4; cursor: default; }
.s2-chat__send svg { width: 1rem; height: 1rem; stroke: #fff; fill: none; }

/* Trigger button — identisch zu .s2-btn--ghost */
.s2-contact-trigger {
  background: transparent;
  border: 1px solid rgba(239,241,245,.18);
  color: var(--s2-text);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .01em;
  padding: .875rem 1.75rem;
  border-radius: var(--radius-btn);
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  text-decoration: none;
  white-space: nowrap;
}
.s2-contact-trigger:hover {
  border-color: rgba(239,241,245,.4);
  background: rgba(239,241,245,.04);
  transform: translateY(-2px);
}


/* ══════════════════════════════════════════════════════════════
   WHY US — Editorial Section (inspiriert von SNK-Stil)
══════════════════════════════════════════════════════════════ */
.why {
  background:
    radial-gradient(ellipse 75% 110% at 15% 40%, rgba(124,93,250,.16) 0%, transparent 58%),
    #0D0E1C;
  padding-block: clamp(5rem, 10vh, 8rem);
  position: relative;
}
.why::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, rgba(124,93,250,.5) 0%, rgba(124,93,250,.15) 40%, transparent 70%);
}

.why__intro {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.why__intro h2 {
  font-family: var(--font-head);
  font-size: var(--fs-700);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin-top: .75rem;
  max-width: 22ch;
}

.why__list {
  display: flex;
  flex-direction: column;
}

.why__item {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 1.5rem clamp(3rem, 5vw, 6rem);
  align-items: start;
  padding-block: clamp(2.25rem, 4vw, 3.25rem);
  border-top: 1px solid var(--s2-border);
}
.why__item:last-child { border-bottom: 1px solid var(--s2-border); }

.why__item-head {
  display: flex;
  flex-direction: column;
  gap: .625rem;
}

.why__num {
  font-family: var(--font-head);
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--s2-accent);
}

.why__item h3 {
  font-family: var(--font-head);
  font-size: clamp(1.1rem, .7rem + 1.4vw, 1.6rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

.why__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  align-items: start;
}

.why__cols p {
  font-size: .9rem;
  line-height: 1.75;
  color: var(--s2-muted);
  margin: 0;
}

@media (max-width: 860px) {
  .why__item { grid-template-columns: 1fr; gap: 1rem; }
  .why__cols { grid-template-columns: 1fr; gap: .75rem; }
}

@media (max-width: 860px) {
  .site-header__inner { padding: .75rem 0 !important; }
  .nav { background: rgba(5, 7, 11, .97) !important; -webkit-backdrop-filter: blur(24px) !important; backdrop-filter: blur(24px) !important; }
}

/* ════════════════════════════════════════════════════════════
   HORIZONTAL SCROLL CARDS — Apple-Style Service Carousel
════════════════════════════════════════════════════════════ */

.hcards {
  padding-block: clamp(4rem, 8vw, 7rem) clamp(4.5rem, 9vw, 7.5rem);
  overflow: hidden;
  background: var(--s2-bg);
  position: relative;
}
.hcards::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 50%, transparent 100%);
}

.hcards__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.hcards__head h2 {
  font-family: var(--font-head);
  font-size: var(--fs-700);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: .5rem 0 0;
}

.hcards__controls {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
  padding-bottom: .2rem;
}

.hcards__all {
  color: var(--s2-accent-lt);
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
}
.hcards__all:hover { color: #fff; }

.hcards__nav { display: flex; gap: .5rem; }

.hcards__arr {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--s2-border);
  background: var(--s2-bg3);
  color: var(--s2-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s, background .2s;
}
.hcards__arr:hover:not(:disabled) {
  border-color: rgba(124,93,250,.5);
  background: rgba(124,93,250,.1);
}
.hcards__arr svg { width: 1.2rem; height: 1.2rem; pointer-events: none; }
.hcards__arr:disabled { opacity: .22; cursor: default; }

/* ── Track ───────────────────────────────────────────────── */
.hcards__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left: max(1.5rem, calc((100vw - var(--s2-wrap)) / 2));
  padding-right: max(1.5rem, calc((100vw - var(--s2-wrap)) / 2));
  scroll-padding-left: max(1.5rem, calc((100vw - var(--s2-wrap)) / 2));
  padding-bottom: .75rem;
  cursor: grab;
}
.hcards__track:active { cursor: grabbing; }
.hcards__track::-webkit-scrollbar { display: none; }

/* ── Card ────────────────────────────────────────────────── */
.hcard {
  flex: 0 0 340px;
  scroll-snap-align: start;
  background: var(--s2-bg3);
  border: 1px solid var(--s2-border);
  border-radius: 1.25rem;
  padding: 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  position: relative;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
}
.hcard:hover {
  border-color: rgba(124,93,250,.28);
  box-shadow: 0 8px 32px rgba(124,93,250,.07);
}
.hcard--accent {
  background: linear-gradient(160deg, rgba(124,93,250,.1) 0%, var(--s2-bg3) 55%);
  border-color: rgba(124,93,250,.18);
}
.hcard--teal {
  background: linear-gradient(160deg, rgba(0,196,168,.09) 0%, var(--s2-bg3) 55%);
  border-color: rgba(0,196,168,.18);
}
.hcard--accent::before,
.hcard--teal::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  border-radius: 1.25rem 1.25rem 0 0;
}
.hcard--accent::before { background: linear-gradient(90deg, var(--s2-accent), transparent); }
.hcard--teal::before   { background: linear-gradient(90deg, var(--s2-teal), transparent); }

.hcard__tag {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-head);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--s2-accent-lt);
  margin-bottom: 1rem;
}
.hcard--teal .hcard__tag { color: var(--s2-teal); }

.hcard__title {
  font-family: var(--font-head);
  font-size: clamp(1.1rem, .85rem + .8vw, 1.3rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.025em;
  color: var(--s2-text);
  margin: 0 0 .875rem;
}

.hcard__body {
  font-size: .875rem;
  color: var(--s2-muted);
  line-height: 1.65;
  margin: 0;
}

.hcard__visual {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  min-height: 148px;
  overflow: hidden;
}

.hcard__svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 640px) {
  .hcard { flex: 0 0 288px; min-height: 400px; }
  .hcards__all { display: none; }
}

/* ════════════════════════════════════════════════════════════
   SPLIT / LINKS-RECHTS BLOCK
════════════════════════════════════════════════════════════ */

.left-right {
  padding-block: clamp(4rem, 8vw, 7rem);
}
.left-right--alt {
  background: var(--s2-bg2);
}

.left-right__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
}

.left-right--reverse .left-right__inner {
  /* flip: visual in source order 1st, text 2nd — CSS flips visually */
}
.left-right--reverse .left-right__inner .left-right__text { order: 2; }
.left-right--reverse .left-right__inner .left-right__visual { order: 1; }

.left-right__h2 {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 1.2rem + 2.5vw, 3rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: .625rem 0 1.25rem;
}

.left-right__desc {
  font-size: clamp(.9rem, .8rem + .3vw, 1.05rem);
  color: var(--s2-muted);
  line-height: 1.75;
  margin: 0 0 1.75rem;
  max-width: 46ch;
}

.left-right__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: .625rem;
}
.left-right__bullets li {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .9rem;
  color: rgba(239,241,245,.65);
  line-height: 1.5;
}
.left-right__bullets li::before {
  content: '';
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--s2-teal);
  box-shadow: 0 0 6px rgba(0,196,168,.5);
}

.left-right__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.left-right__link {
  color: var(--s2-accent-lt);
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}
.left-right__link:hover { color: #fff; }

.left-right__visual {
  background: var(--s2-bg3);
  border: 1px solid var(--s2-border);
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
  min-height: 360px;
}
.left-right--alt .left-right__visual {
  background: var(--s2-bg);
}

.left-right__svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .left-right__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .left-right--reverse .left-right__inner .left-right__text  { order: 1; }
  .left-right--reverse .left-right__inner .left-right__visual { order: 2; }
  .left-right__visual { min-height: 260px; padding: 1.25rem; }
}


/* ============================================================
   CASE STUDY TEMPLATE  (.cs-*)
   ============================================================ */

/* ── Hero ──────────────────────────────────────────────────── */
.page-header {
  position: relative;
  overflow: hidden;
  background: #06080A;
  padding-block: clamp(5rem, 10vw, 8rem) clamp(2rem, 4vw, 3.5rem);
}
.page-header__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.page-header__glow--violet {
  width: 600px; height: 500px;
  background: rgba(124,93,250,.18);
  top: -100px; left: -100px;
}
.page-header__glow--teal {
  width: 500px; height: 400px;
  background: rgba(0,196,168,.12);
  bottom: -80px; right: -80px;
}
.page-header__inner { position: relative; z-index: 1; }

.breadcrumb {
  display: flex; align-items: center; gap: .5rem;
  font-size: .78rem; color: rgba(239,241,245,.35);
  margin-bottom: 2.5rem;
}
.breadcrumb a { color: rgba(239,241,245,.35); text-decoration: none; }
.breadcrumb a:hover { color: var(--c-brand); }

.page-header__badge {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.75rem;
}
.page-header__logo {
  height: 24px; width: auto;
  object-fit: contain;
  opacity: .85;
}
.page-header__tag {
  font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em;
  color: rgba(239,241,245,.4);
}
.page-header__headline {
  font-size: clamp(2.5rem, 4vw + 1rem, 5rem);
  font-weight: 900; line-height: 1.05;
  letter-spacing: -0.03em;
  margin-block: 0 1.25rem;
}
.page-header__sub {
  font-size: clamp(1rem, .5rem + 1vw, 1.2rem);
  color: rgba(239,241,245,.6);
  max-width: 54ch;
  line-height: 1.65;
  margin-bottom: 0;
}

/* ── Media / Video ─────────────────────────────────────────── */
.media {
  background: #06080A;
  padding-block: 0 clamp(3rem, 6vw, 5rem);
}
.video {
  width: 100%;
  border-radius: 1rem;
  display: block;
  max-height: 70vh;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.07);
}

/* ── Blog header with side illustration ────────────────────── */
.page-header--blog .page-header__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.page-header__hero-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.08);
  opacity: .9;
  display: block;
}
@media (max-width: 768px) {
  .page-header--blog .page-header__inner {
    grid-template-columns: 1fr;
  }
  .page-header__hero-img { display: none; }
}

/* ── Overview ──────────────────────────────────────────────── */
.two-col {
  padding-block: clamp(4rem, 7vw, 6rem);
  background: #0D0E1C;
  position: relative;
}
.two-col::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124,93,250,.3), transparent);
}
.two-col__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.two-col__block h2 {
  font-size: clamp(1.6rem, 1rem + 2vw, 2.4rem);
  font-weight: 800; line-height: 1.1;
  letter-spacing: -0.02em;
  margin-block: .75rem 1rem;
}
.two-col__block p {
  color: rgba(239,241,245,.6);
  line-height: 1.7; font-size: 1rem;
  max-width: none;
}
@media (max-width: 720px) {
  .two-col__grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ── Services Tags ─────────────────────────────────────────── */
.tag-section {
  padding-block: 2.5rem 3rem;
  background: #06080A;
  border-top: 1px solid rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.tags {
  display: flex; flex-wrap: wrap; gap: .6rem;
  margin-top: 1rem;
}
.tag {
  font-size: .78rem; font-weight: 600;
  border: 1px solid rgba(0,196,168,.3);
  color: rgba(239,241,245,.7);
  border-radius: 2rem;
  padding: .3rem .85rem;
  background: rgba(0,196,168,.07);
  white-space: nowrap;
  transition: border-color .2s, background .2s;
}
.tag:hover {
  border-color: rgba(0,196,168,.55);
  background: rgba(0,196,168,.13);
}

/* ── Detail ────────────────────────────────────────────────── */
.detail {
  padding-block: clamp(4rem, 7vw, 6rem);
  background: #0D0E1C;
}
.detail__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.detail__text h2 {
  font-size: clamp(1.6rem, 1rem + 2vw, 2.4rem);
  font-weight: 800; line-height: 1.1;
  letter-spacing: -0.02em;
  margin-block: .75rem 1.25rem;
}
.detail__text p {
  color: rgba(239,241,245,.6);
  line-height: 1.7; margin-bottom: 1rem;
  max-width: none;
}
.detail__list { margin-top: 1.5rem; }

/* Quote + Stat-Stack */
.quote {
  background: rgba(124,93,250,.07);
  border: 1px solid rgba(124,93,250,.2);
  border-radius: 1rem;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}
.quote__text {
  font-size: 1.05rem; font-weight: 600;
  color: rgba(239,241,245,.85);
  line-height: 1.55;
  font-style: italic;
  margin-bottom: .75rem;
  max-width: none;
}
.quote__attr {
  font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: rgba(239,241,245,.35);
}
.stat-stack { display: flex; flex-direction: column; gap: .75rem; }
.stat {
  display: flex; align-items: center; gap: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: .75rem;
}
.stat__val {
  font-size: 1.4rem; font-weight: 900;
  font-family: var(--font-head);
  background: linear-gradient(135deg, var(--c-accent), var(--c-brand));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 4rem;
}
.stat__desc {
  font-size: .8rem; color: rgba(239,241,245,.5); line-height: 1.4;
}
@media (max-width: 840px) {
  .detail__inner { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ── Results + Results-Process ─────────────────────────────── */
.results {
  position: relative;
  padding-block: clamp(4rem, 7vw, 6rem);
  background: #06080A;
}
.results::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,196,168,.3), transparent);
}
.results h2 {
  font-size: clamp(1.8rem, 1.2rem + 2.5vw, 3rem);
  font-weight: 800; line-height: 1.1;
  letter-spacing: -0.02em;
  margin-block: .75rem 1.25rem;
}
.results__intro {
  font-size: 1rem; color: rgba(239,241,245,.6);
  line-height: 1.7; max-width: 64ch;
  margin-bottom: 3rem;
}
.results__grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left: max(1.5rem, calc((100vw - var(--s2-wrap)) / 2 + 1.5rem));
  padding-right: max(1.5rem, calc((100vw - var(--s2-wrap)) / 2 + 1.5rem));
  padding-bottom: .75rem;
  cursor: grab;
}
.results__grid:active { cursor: grabbing; }
.results__grid::-webkit-scrollbar { display: none; }
.result-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 1rem;
  padding: 1.75rem;
  transition: border-color .2s, transform .2s;
}
.result-card:hover { border-color: rgba(0,196,168,.25); transform: translateY(-3px); }
.result-card__icon {
  display: inline-flex;
  width: 2.75rem; height: 2.75rem;
  align-items: center; justify-content: center;
  border-radius: .65rem;
  background: rgba(0,196,168,.1);
  border: 1px solid rgba(0,196,168,.2);
  color: var(--c-brand);
  margin-bottom: 1.25rem;
}
.result-card__icon svg { width: 1.4rem; height: 1.4rem; }
.result-card h3 {
  font-size: .7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--c-brand);
  margin-bottom: .75rem;
}
.result-card p {
  font-size: .9rem; color: rgba(239,241,245,.6);
  line-height: 1.6; max-width: none;
}
.result-card__num {
  font-family: var(--font-head);
  font-size: 1.75rem; font-weight: 900;
  line-height: 1; letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--s2-teal), rgba(124,93,250,.5));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  margin-bottom: 1rem;
}
.result-arrow {
  flex: 0 0 auto; flex-shrink: 0;
  align-self: center;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  color: rgba(124,93,250,.35);
  padding-inline: .25rem;
}

/* ── Flow-Diagramm ─────────────────────────────────────────── */
.flow {
  padding-block: clamp(4rem, 7vw, 6rem);
  overflow: hidden;
}
.flow__head {
  margin-bottom: 2.5rem;
}
.flow__head p {
  color: rgba(239,241,245,.55);
  font-size: clamp(.95rem, 1.5vw, 1.05rem);
  line-height: 1.7;
  max-width: 60ch;
  margin-top: .75rem;
}
.flow__track {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left:  max(1.5rem, calc((100vw - var(--s2-wrap)) / 2 + 1.5rem));
  padding-right: max(1.5rem, calc((100vw - var(--s2-wrap)) / 2 + 1.5rem));
  scroll-padding-left: max(1.5rem, calc((100vw - var(--s2-wrap)) / 2 + 1.5rem));
  padding-block: 1.5rem 2rem;
  cursor: grab;
}
.flow__track:active { cursor: grabbing; }
.flow__track::-webkit-scrollbar { display: none; }

.flow-card {
  flex: 0 0 210px;
  scroll-snap-align: start;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
  position: relative;
  overflow: hidden;
  min-height: 210px;
  transition: border-color .2s, transform .25s;
}
.flow-card:hover {
  border-color: rgba(0,196,168,.3);
  transform: translateY(-4px);
}
.flow-card--goal {
  flex: 0 0 230px;
  min-height: 230px;
  border-color: rgba(0,196,168,.45);
  background: rgba(0,196,168,.055);
  box-shadow: 0 0 0 1px rgba(0,196,168,.2) inset, 0 8px 40px rgba(0,196,168,.1);
}
.flow-card--goal:hover {
  border-color: rgba(0,196,168,.7);
  box-shadow: 0 0 0 1px rgba(0,196,168,.35) inset, 0 12px 48px rgba(0,196,168,.18);
}
.flow-card--goal .flow-card__icon {
  width: 2.1rem; height: 2.1rem;
  color: var(--c-brand);
  filter: drop-shadow(0 0 6px rgba(0,196,168,.5));
}
.flow-card--goal .flow-card__title {
  font-size: 1.28rem;
  color: #fff;
}
.flow-card--result {
  flex: 0 0 240px;
  min-height: 240px;
  border-color: rgba(0,196,168,.55);
  background: linear-gradient(155deg, rgba(124,93,250,.09) 0%, rgba(0,196,168,.09) 100%);
  box-shadow: 0 0 0 1px rgba(124,93,250,.2) inset, 0 10px 50px rgba(0,196,168,.18);
}
.flow-card--result:hover {
  border-color: rgba(0,196,168,.8);
  box-shadow: 0 0 0 1px rgba(124,93,250,.35) inset, 0 14px 60px rgba(0,196,168,.25);
}
.flow-card--result .flow-card__step {
  background: linear-gradient(90deg, #9d80ff, #00C4A8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 1;
}
.flow-card--result .flow-card__icon {
  width: 2.2rem; height: 2.2rem;
  filter: drop-shadow(0 0 8px rgba(0,196,168,.55));
}
.flow-card--result .flow-card__title {
  font-size: 1.28rem;
  background: linear-gradient(90deg, #9d80ff, #00C4A8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.flow-card::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--flow-glow, rgba(0,196,168,.18)), transparent 70%);
  pointer-events: none;
}
.flow-card__step {
  font-size: .58rem; font-weight: 900;
  text-transform: uppercase; letter-spacing: .18em;
  color: var(--c-brand); opacity: .75;
}
.flow-card__icon {
  width: 1.75rem; height: 1.75rem;
  color: var(--c-brand);
  margin-top: .25rem; flex-shrink: 0;
}
.flow-card__title {
  font-family: var(--font-head);
  font-size: 1.15rem; font-weight: 800;
  line-height: 1.2; color: #fff;
  margin-top: auto;
}
.flow-card__sub {
  font-size: .78rem;
  color: rgba(239,241,245,.48);
  line-height: 1.5;
}

.flow-arrow {
  flex: 0 0 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.flow-arrow::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 50%;
  height: 1.5px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(0,196,168,.35), rgba(124,93,250,.45));
}
.flow-arrow::after {
  content: '';
  position: absolute;
  right: 1px; top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid rgba(124,93,250,.55);
}

/* ── Feature-Grid ──────────────────────────────────────────── */
.feature-grid {
  padding-block: clamp(4rem, 7vw, 6rem);
}
.feature-grid__head {
  margin-bottom: 2rem;
}
.feature-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 190px;
  grid-auto-flow: dense;
  gap: .75rem;
}
.feature-tile {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  overflow: hidden;
  position: relative;
  transition: border-color .2s, background .2s;
}
.feature-tile:hover { border-color: rgba(0,196,168,.22); }
.feature-tile--wide  { grid-column: span 2; }
.feature-tile--tall  { grid-row: span 2; }
.feature-tile--large { grid-column: span 2; grid-row: span 2; }
.feature-tile--accent {
  background: rgba(0,196,168,.07);
  border-color: rgba(0,196,168,.18);
}
.feature-tile--violet {
  background: rgba(124,93,250,.08);
  border-color: rgba(124,93,250,.2);
}
.feature-tile__eyebrow {
  font-size: .6rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--c-brand);
}
.feature-tile__val {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900; letter-spacing: -.03em;
  line-height: 1; color: #fff;
  margin-top: auto;
}
.feature-tile__title {
  font-family: var(--font-head);
  font-size: clamp(.95rem, 1.4vw, 1.05rem);
  font-weight: 700; line-height: 1.3; color: #fff;
  margin-top: auto;
}
.feature-tile__sub {
  font-size: .78rem; color: rgba(239,241,245,.5); line-height: 1.5;
}
.feature-tile__img {
  flex: 0 0 auto;
  margin: -1.5rem -1.5rem .85rem;
  overflow: hidden;
  border-radius: .85rem .85rem 0 0;
}
.feature-tile__art {
  display: block;
  width: 100%;
  max-height: 140px;
  margin-bottom: .85rem;
  filter: drop-shadow(0 0 10px rgba(0,196,168,.18));
}
.feature-tile--tall .feature-tile__art { max-height: 200px; }
.feature-tile__img img {
  width: 100%; height: 130px;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .4s;
}
.feature-tile--tall .feature-tile__img img { height: 200px; }
.feature-tile:hover .feature-tile__img img { transform: scale(1.04); }
@media (max-width: 680px) {
  .feature-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  .feature-tile--large { grid-column: span 2; grid-row: span 1; }
}

/* ── CTA ───────────────────────────────────────────────────── */
.cta-row {
  padding-block: clamp(4rem, 7vw, 6rem);
  background: #0D0E1C;
  border-top: 1px solid rgba(255,255,255,.05);
}
.cta-row__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
.cta-row h2 {
  font-size: clamp(1.8rem, 1.2rem + 2vw, 2.8rem);
  font-weight: 800; line-height: 1.1;
  margin-block: .5rem .75rem;
}
.cta-row p { color: rgba(239,241,245,.55); max-width: 42ch; line-height: 1.6; }
.cta-row__actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; flex-shrink: 0; }

/* ── Img-Text (Text auf Bild) ───────────────────────────────── */
.img-text {
  position: relative;
  overflow: hidden;
  background: #0a0b14;
  padding-block: clamp(3rem, 6vw, 5rem);
}
.img-text__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.img-text__copy { display: flex; flex-direction: column; gap: .75rem; }
.img-text__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  transform: perspective(800px) rotateY(-6deg) rotateX(2deg);
}
.img-text__tile {
  aspect-ratio: 1;
  border-radius: .5rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  overflow: hidden;
}
.img-text__tile img { width: 100%; height: 100%; object-fit: cover; }
.img-text__tile:nth-child(1) { transform: rotate(-5deg); }
.img-text__tile:nth-child(2) { transform: rotate( 4deg); }
.img-text__tile:nth-child(3) { transform: rotate( 3deg); }
.img-text__tile:nth-child(4) { transform: rotate(-4deg); }
@media (max-width: 768px) {
  .img-text__inner { grid-template-columns: 1fr; }
  .img-text__media { display: none; }
}

/* ══ THEME TOGGLE BUTTON ══════════════════════════════════════ */
.theme-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.1rem; height: 2.1rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius-pill);
  cursor: pointer; flex-shrink: 0; padding: 0;
  color: rgba(239,241,245,.7);
  transition: background .2s, border-color .2s, color .2s;
}
.theme-toggle:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.25); color: #fff; }
.theme-toggle svg { width: 1rem; height: 1rem; display: block; flex-shrink: 0; }

/* Welches Icon je Modus sichtbar */
html:not([data-theme="light"]) .icon-sun  { display: none; }
html[data-theme="light"]       .icon-moon { display: none; }

/* Logo Dark / Light switching */
.logo-light { display: none; }
html[data-theme="light"] .logo-dark  { display: none; }
html[data-theme="light"] .logo-light { display: block; }

/* ══ LIGHT MODE ═══════════════════════════════════════════════ */
html[data-theme="light"] {
  /* Design-Tokens */
  --c-bg:           #F5F7FA;
  --c-bg-soft:      #EEF1F7;
  --c-bg-dark:      #F5F7FA;
  --c-ink:          #0C0E1D;
  --c-ink-soft:     rgba(12,14,29,.55);
  --c-on-dark:      #0C0E1D;
  --c-on-dark-soft: rgba(12,14,29,.55);
  --c-line:         rgba(0,0,0,.09);
  --shadow:         0 0 0 1px rgba(0,0,0,.06), 0 4px 20px rgba(0,0,0,.1);
  --shadow-lg:      0 8px 40px rgba(0,0,0,.15);
  /* s2-Tokens */
  --s2-bg:    #F5F7FA;
  --s2-bg2:   #FFFFFF;
  --s2-bg3:   #EEF1F7;
  --s2-text:  #0C0E1D;
  --s2-muted: rgba(12,14,29,.55);
  --s2-border: rgba(0,0,0,.1);
  --s2-glow-v: rgba(124,93,250,.07);
  --s2-glow-t: rgba(0,196,168,.05);
}

/* Überschriften (hardcoded #fff → dunkel) */
html[data-theme="light"] :is(h1,h2,h3,h4) { color: #0C0E1D; }
html[data-theme="light"] .s2-gradient-text { color: transparent; }

/* Nicht-Heading-Elemente mit hardcodiertem color: #fff */
html[data-theme="light"] .s2-sc__num-lg,
html[data-theme="light"] .s2-sc__name,
html[data-theme="light"] .feature-tile__val,
html[data-theme="light"] .feature-tile__title,
html[data-theme="light"] .flow-card__title,
html[data-theme="light"] .leadmagnet__doc-title { color: #0C0E1D; }

/* Accent-Flächen behalten weißen Text */
html[data-theme="light"] .s2-cell--accent :is(h2,h3),
html[data-theme="light"] .s2-sc--gradient .s2-sc__name,
html[data-theme="light"] .s2-btn--accent { color: #fff; }

/* Theme-Toggle-Button im Light-Modus */
html[data-theme="light"] .theme-toggle {
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.12);
  color: rgba(12,14,29,.65);
}
html[data-theme="light"] .theme-toggle:hover { background: rgba(0,0,0,.11); border-color: rgba(0,0,0,.22); color: #0C0E1D; }

/* ── Navigation ─────────────────────────────── */
html[data-theme="light"] .site-header {
  background: rgba(245,247,250,.94);
  color: #0C0E1D;
}
html[data-theme="light"] .site-header::after {
  background: linear-gradient(to bottom, rgba(245,247,250,.55) 0%, transparent 100%);
}
html[data-theme="light"] .site-header__logo { color: #0C0E1D; }
html[data-theme="light"] .nav__sub {
  background: rgba(248,249,252,.98);
  border-color: rgba(0,0,0,.1);
  box-shadow: 0 8px 32px rgba(0,0,0,.12), 0 2px 8px rgba(0,0,0,.06);
}
html[data-theme="light"] .nav__sub::before { border-bottom-color: rgba(0,0,0,.1); }
html[data-theme="light"] .nav__sub a { color: #0C0E1D; }
html[data-theme="light"] .nav__group-toggle { color: rgba(12,14,29,.8); }
html[data-theme="light"] .btn--ghost { border-color: rgba(0,0,0,.22); color: #0C0E1D; }
html[data-theme="light"] .btn--ghost:hover { background: rgba(0,0,0,.05); border-color: rgba(0,0,0,.35); }
html[data-theme="light"] .s2-btn--ghost { color: #0C0E1D; border-color: rgba(0,0,0,.18); }
html[data-theme="light"] .s2-btn--ghost:hover { background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.28); }

/* Mobile-Nav Overlay */
@media (max-width: 860px) {
  html[data-theme="light"] .nav { background: rgba(245,247,250,.97) !important; }
  html[data-theme="light"] .nav > a:not(.btn),
  html[data-theme="light"] .nav__group-header > a { color: #0C0E1D !important; }
  html[data-theme="light"] .nav__group-toggle { color: rgba(12,14,29,.6) !important; }
  html[data-theme="light"] .nav__sub { background: rgba(0,0,0,.03); }
  html[data-theme="light"] .nav__sub a { color: rgba(12,14,29,.8); }
}

/* ── Footer ─────────────────────────────────── */
html[data-theme="light"] .site-footer {
  background: #EEF1F7;
  color: rgba(12,14,29,.6);
  border-top-color: rgba(0,0,0,.09);
}
html[data-theme="light"] .site-footer h4 { color: rgba(12,14,29,.9); }
html[data-theme="light"] .site-footer a { color: rgba(12,14,29,.55); }
html[data-theme="light"] .site-footer a:hover { color: #0C0E1D; }
html[data-theme="light"] .footer-contact-item { color: rgba(12,14,29,.55); }
html[data-theme="light"] a.footer-contact-item:hover { color: #0C0E1D; }
html[data-theme="light"] .site-footer__seo-bar,
html[data-theme="light"] .site-footer__legal { border-top-color: rgba(0,0,0,.08); }
html[data-theme="light"] .site-footer__cities { color: rgba(12,14,29,.38); }
html[data-theme="light"] .site-footer__cities a { color: rgba(12,14,29,.42); }
html[data-theme="light"] .site-footer__cities a:hover { color: #0C0E1D; }
html[data-theme="light"] .site-footer__legal { color: rgba(12,14,29,.32); }
html[data-theme="light"] .site-footer__legal a { color: rgba(12,14,29,.38); }
html[data-theme="light"] .site-footer__legal a:hover { color: #0C0E1D; }

/* ── Sektionen (hardcodierte dunkle BGs) ────── */
html[data-theme="light"] .s2-spec { background: #EEF1F7; }
html[data-theme="light"] .s2-spec::before {
  background: linear-gradient(90deg, transparent 0%, rgba(0,196,168,.22) 50%, transparent 100%);
}
html[data-theme="light"] .story { background: #F5F7FA; }
html[data-theme="light"] .story::before {
  background: linear-gradient(90deg, transparent 0%, rgba(0,196,168,.22) 70%, transparent 100%);
}
html[data-theme="light"] .trust-intro { background: #EEF1F7; }
html[data-theme="light"] .trust-intro__sub { color: rgba(12,14,29,.55); }
html[data-theme="light"] .trust { background: #E5E8F2; }
html[data-theme="light"] .trust::before {
  background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 50%, transparent 100%);
}
html[data-theme="light"] .trust__label { color: rgba(12,14,29,.28); }
html[data-theme="light"] .leadmagnet { background: #EEF1F7; }
html[data-theme="light"] .why { background: #EEF1F7; }
html[data-theme="light"] .why__item { border-top-color: rgba(0,0,0,.1); }
html[data-theme="light"] .why__item:last-child { border-bottom-color: rgba(0,0,0,.1); }
html[data-theme="light"] .results { background: #F5F7FA; }
html[data-theme="light"] .results__intro { color: rgba(12,14,29,.6); }
html[data-theme="light"] .cta-row { background: #EEF1F7; border-top-color: rgba(0,0,0,.07); }
html[data-theme="light"] .cta-row p { color: rgba(12,14,29,.55); }

/* Hero Mountains — overlay auf hellem BG */
html[data-theme="light"] .hero__mountains::before {
  background:
    linear-gradient(to bottom, #F5F7FA 0%, rgba(245,247,250,.82) 25%, transparent 58%),
    linear-gradient(to right,  #F5F7FA 0%, transparent 14%, transparent 86%, #F5F7FA 100%);
}
html[data-theme="light"] .hero__mountains img { opacity: .22; filter: saturate(.35) brightness(1.4); }

/* ── Ticker, Panel-Labels ───────────────────── */
html[data-theme="light"] .ticker { border-top-color: rgba(0,0,0,.1); }
html[data-theme="light"] .ticker__track { color: rgba(12,14,29,.25); }
html[data-theme="light"] .s2-panel-url { color: rgba(12,14,29,.3); }

/* ── Hero Bento-Panel ───────────────────────── */
html[data-theme="light"] .hero__panel {
  background: #FFFFFF;
  border-color: rgba(0,0,0,.1);
  box-shadow: 0 20px 60px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.06);
}
html[data-theme="light"] .hero__panel-head { background: rgba(0,0,0,.02); border-bottom-color: rgba(0,0,0,.08); }
html[data-theme="light"] .s2-metric-row { background: rgba(0,0,0,.025); border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .s2-metric__num { color: #0C0E1D; }

/* ── Spec Grid / Bento Cells ────────────────── */
html[data-theme="light"] .s2-sc--dark,
html[data-theme="light"] .s2-sc--mid,
html[data-theme="light"] .s2-sc--hero,
html[data-theme="light"] .s2-sc--accent-border { background: #FFFFFF; border-color: rgba(0,0,0,.1); box-shadow: none; }
html[data-theme="light"] .s2-sc--teal {
  background: linear-gradient(135deg, rgba(0,196,168,.07) 0%, rgba(0,196,168,.02) 100%);
  border-color: rgba(0,196,168,.2);
}
html[data-theme="light"] .s2-sc__sub,
html[data-theme="light"] .s2-sc--hero .s2-sc__sub { color: rgba(12,14,29,.55); }
html[data-theme="light"] .s2-sc__client { color: rgba(12,14,29,.5); }
html[data-theme="light"] .s2-sc__desc  { color: rgba(12,14,29,.55); }
html[data-theme="light"] .s2-cell--featured,
html[data-theme="light"] .s2-cell--dark,
html[data-theme="light"] .s2-cell--mid { background: #FFFFFF; border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .s2-cell p   { color: rgba(12,14,29,.55); }

/* ── Horizontal Scroll Cards ────────────────── */
html[data-theme="light"] .hcard { background: #FFFFFF; border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .hcard--accent {
  background: linear-gradient(160deg, rgba(124,93,250,.05) 0%, #FFFFFF 55%);
  border-color: rgba(124,93,250,.15);
}
html[data-theme="light"] .hcard--teal {
  background: linear-gradient(160deg, rgba(0,196,168,.05) 0%, #FFFFFF 55%);
  border-color: rgba(0,196,168,.15);
}
html[data-theme="light"] .hcards__arr { background: #FFFFFF; border-color: rgba(0,0,0,.12); color: #0C0E1D; }
html[data-theme="light"] .hcards__all:hover { color: #0C0E1D !important; }

/* ── Result Cards ───────────────────────────── */
html[data-theme="light"] .result-card { background: #FFFFFF; border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .result-card p { color: rgba(12,14,29,.6); }

/* ── Story ──────────────────────────────────── */
html[data-theme="light"] .story__media {
  background: linear-gradient(140deg, rgba(124,93,250,.06) 0%, rgba(0,196,168,.02) 100%);
  border-color: rgba(124,93,250,.15);
}
html[data-theme="light"] .story__client { color: rgba(12,14,29,.2); border-top-color: rgba(0,0,0,.1); }
html[data-theme="light"] .story__points li { color: rgba(12,14,29,.6); }

/* ── Statement ──────────────────────────────── */
html[data-theme="light"] .statement__strip,
html[data-theme="light"] .statement__strip a { color: rgba(12,14,29,.32); }

/* ── Feature Tiles ──────────────────────────── */
html[data-theme="light"] .feature-tile { background: rgba(0,0,0,.025); border-color: rgba(0,0,0,.09); }
html[data-theme="light"] .feature-tile:hover { border-color: rgba(0,196,168,.25); }
html[data-theme="light"] .feature-tile--accent { background: rgba(0,196,168,.05); border-color: rgba(0,196,168,.18); }
html[data-theme="light"] .feature-tile--violet { background: rgba(124,93,250,.05); border-color: rgba(124,93,250,.18); }
html[data-theme="light"] .feature-tile__sub { color: rgba(12,14,29,.5); }

/* ── Flow Cards ─────────────────────────────── */
html[data-theme="light"] .flow-card { background: rgba(0,0,0,.025); border-color: rgba(0,0,0,.09); }
html[data-theme="light"] .flow-card:hover { border-color: rgba(0,196,168,.3); }
html[data-theme="light"] .flow-card__sub { color: rgba(12,14,29,.48); }
html[data-theme="light"] .flow__head p { color: rgba(12,14,29,.55); }
html[data-theme="light"] .flow-card--goal { background: rgba(0,196,168,.06); border-color: rgba(0,196,168,.35); box-shadow: 0 6px 32px rgba(0,196,168,.1); }
html[data-theme="light"] .flow-card--goal:hover { border-color: rgba(0,196,168,.55); }
html[data-theme="light"] .flow-card--result { background: linear-gradient(155deg, rgba(124,93,250,.05) 0%, rgba(0,196,168,.06) 100%); border-color: rgba(0,196,168,.4); box-shadow: 0 6px 32px rgba(0,196,168,.12); }
html[data-theme="light"] .flow-card--result:hover { border-color: rgba(0,196,168,.6); }

/* ── Service Cards ──────────────────────────── */
html[data-theme="light"] .svc { background: rgba(0,0,0,.03); border-color: rgba(0,0,0,.09); }
html[data-theme="light"] .svc:hover { background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.13); }
html[data-theme="light"] .svc__icon { filter: brightness(0); opacity: .65; }

/* ── Generic Cards ──────────────────────────── */
html[data-theme="light"] .card { background: rgba(0,0,0,.03); border-color: rgba(0,0,0,.09); color: #0C0E1D; }
html[data-theme="light"] .card p { color: rgba(12,14,29,.55); }

/* ── Page Header ────────────────────────────── */
html[data-theme="light"] .page-header { background: #F5F7FA; }
html[data-theme="light"] .breadcrumb,
html[data-theme="light"] .breadcrumb a { color: rgba(12,14,29,.35); }
html[data-theme="light"] .page-header__tag { color: rgba(12,14,29,.4); }
html[data-theme="light"] .page-header__sub { color: rgba(12,14,29,.6); }

/* ── Media Section ──────────────────────────── */
html[data-theme="light"] .media { background: #F5F7FA; }
html[data-theme="light"] .video { border-color: rgba(0,0,0,.07); }

/* ── Two-Col ────────────────────────────────── */
html[data-theme="light"] .two-col { background: #F5F7FA; }
html[data-theme="light"] .two-col::before { background: linear-gradient(90deg, transparent, rgba(124,93,250,.15), transparent); }
html[data-theme="light"] .two-col__block p { color: rgba(12,14,29,.6); }

/* ── Tag Section ────────────────────────────── */
html[data-theme="light"] .tag-section { background: #F5F7FA; border-top-color: rgba(0,0,0,.06); border-bottom-color: rgba(0,0,0,.06); }
html[data-theme="light"] .tag { color: rgba(12,14,29,.7); }

/* ── Detail ─────────────────────────────────── */
html[data-theme="light"] .detail { background: #EEF1F7; }
html[data-theme="light"] .detail__text p { color: rgba(12,14,29,.6); }
html[data-theme="light"] .quote { background: rgba(124,93,250,.04); border-color: rgba(124,93,250,.15); }
html[data-theme="light"] .quote__text { color: rgba(12,14,29,.85); }
html[data-theme="light"] .quote__attr { color: rgba(12,14,29,.35); }
html[data-theme="light"] .stat { background: rgba(0,0,0,.02); border-color: rgba(0,0,0,.07); }
html[data-theme="light"] .stat__desc { color: rgba(12,14,29,.5); }

/* ── Utilities ──────────────────────────────── */
html[data-theme="light"] .lead      { color: rgba(12,14,29,.55); }
html[data-theme="light"] .dot-list li { color: rgba(12,14,29,.65); }
html[data-theme="light"] .check-list li { color: rgba(12,14,29,.55); }

/* ══ ERFOLGSGESCHICHTEN-ÜBERSICHT ══════════════════════════ */
.stories-section {
  padding-block: clamp(3rem, 6vw, 5rem) clamp(4rem, 8vw, 7rem);
}
.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 21rem), 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.scard {
  border-radius: .85rem;
  border: 1px solid rgba(255,255,255,.07);
  overflow: hidden;
  background: var(--c-bg-soft);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .22s var(--ease), border-color .22s;
}
.scard:hover { transform: translateY(-4px); border-color: rgba(0,196,168,.3); }
.scard__visual {
  height: 180px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: #0D0E1C;
}
.scard__visual img.scard__cover {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block;
  transition: transform .4s var(--ease);
}
.scard:hover .scard__cover { transform: scale(1.04); }
.scard__logo-wrap {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.scard__logo-wrap img {
  height: 32px; width: auto;
  opacity: .75;
  filter: brightness(0) invert(1);
}
.scard__body { padding: 1.25rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.scard__tag {
  font-size: .62rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--c-brand); margin-bottom: .5rem;
  align-self: flex-start;
}
.scard__title {
  font-family: var(--font-head); font-size: 1rem;
  font-weight: 800; line-height: 1.25;
  color: #fff; margin-bottom: .45rem;
}
.scard__desc {
  font-size: .8rem; color: rgba(239,241,245,.5);
  line-height: 1.55; flex: 1;
}
.scard__stat {
  font-family: var(--font-head); font-size: 1.25rem;
  font-weight: 900; letter-spacing: -.02em;
  background: linear-gradient(135deg, var(--c-accent), var(--c-brand));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  margin-top: .6rem;
}
.scard__cta {
  font-size: .78rem; font-weight: 700;
  color: var(--c-brand); margin-top: .85rem;
  display: inline-flex; align-items: center; gap: .3rem;
  transition: gap .15s;
}
.scard:hover .scard__cta { gap: .5rem; }

/* Light mode */
html[data-theme="light"] .scard { background: #fff; border-color: rgba(0,0,0,.09); }
html[data-theme="light"] .scard:hover { border-color: rgba(0,196,168,.3); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
html[data-theme="light"] .scard__visual { background: #EEF1F7; }
html[data-theme="light"] .scard__title { color: #0C0E1D; }
html[data-theme="light"] .scard__desc { color: rgba(12,14,29,.5); }
html[data-theme="light"] .scard__logo-wrap img { filter: none; opacity: .75; }

/* ══ RELATED PAGES ══════════════════════════════════════════ */
.related-pages { padding-block: clamp(2rem,4vw,3rem); border-top: 1px solid rgba(255,255,255,.06); }
.related-pages__grid { display: grid; gap: .75rem; margin-top: 1.25rem; }
@media (min-width: 640px) { .related-pages__grid { grid-template-columns: repeat(auto-fill,minmax(min(100%,20rem),1fr)); } }
.related-card { display: flex; flex-direction: column; gap: .2rem; padding: 1rem 1.2rem 1.1rem; border: 1px solid rgba(255,255,255,.08); border-radius: .75rem; text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.related-card:hover { border-color: rgba(0,196,168,.3); box-shadow: 0 4px 20px rgba(0,0,0,.14); }
.related-pages__heading { font-family: var(--font-head); font-size: clamp(1.1rem,1rem+1vw,1.4rem); font-weight: 700; margin: .4rem 0 1.25rem; }
.related-card__type { display: inline-block; align-self: flex-start; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; padding: .15rem .5rem; border-radius: 99px; margin-bottom: .3rem; }
.related-card__type--story   { background: rgba(0,196,168,.12); color: var(--c-brand); }
.related-card__type--service { background: rgba(138,99,210,.15); color: #b48ef5; }
.related-card__type--blog    { background: rgba(255,185,90,.12); color: #f5b94e; }
.related-card__title { font-family: var(--font-head); font-size: .95rem; font-weight: 700; color: var(--c-text); line-height: 1.25; }
.related-card__teaser { font-size: .78rem; color: rgba(239,241,245,.45); line-height: 1.45; margin-top: .25rem; }
.related-card__arrow { font-size: .85rem; color: var(--c-brand); margin-top: .5rem; }
html[data-theme="light"] .related-pages { border-top-color: rgba(0,0,0,.07); }
html[data-theme="light"] .related-card { border-color: rgba(0,0,0,.09); background: #fff; }
html[data-theme="light"] .related-card__teaser { color: rgba(12,14,29,.45); }
html[data-theme="light"] .related-card__type--service { background: rgba(138,99,210,.1); }
html[data-theme="light"] .related-card__type--blog    { background: rgba(245,185,78,.12); }

/* ══ VORGEHEN SECTION ═══════════════════════════════════════ */
.vorgehen { padding-block: clamp(2.5rem,5vw,4rem); }
.vorgehen h2 { margin-bottom: 1.5rem; font-family: var(--font-head); font-size: var(--fs-700); }
.vorgehen__steps { display: grid; gap: .875rem; counter-reset: step; }
@media (min-width: 560px) { .vorgehen__steps { grid-template-columns: repeat(auto-fill,minmax(min(100%,15rem),1fr)); } }
.vorgehen__step { counter-increment: step; border: 1px solid rgba(255,255,255,.07); border-radius: .75rem; padding: 1.1rem 1.2rem; }
.vorgehen__step::before { content: "0" counter(step); display: block; font-family: var(--font-head); font-size: 1.7rem; font-weight: 900; color: var(--c-brand); margin-bottom: .35rem; line-height: 1; }
.vorgehen__step h3 { font-size: .85rem; font-weight: 700; margin: 0 0 .2rem; }
.vorgehen__step p { font-size: .78rem; opacity: .5; margin: 0; line-height: 1.5; }
html[data-theme="light"] .vorgehen__step { border-color: rgba(0,0,0,.09); background: #fff; }

/* ══ FAQ SECTION ════════════════════════════════════════════ */
.faq-section { padding-block: clamp(3rem,6vw,5rem); background: rgba(255,255,255,.03); }
.faq-section h2 { margin-bottom: 2rem; font-family: var(--font-head); font-size: var(--fs-700); }
.faq-list { display: flex; flex-direction: column; gap: .5rem; max-width: 52rem; }
.faq-item { border: 1px solid rgba(255,255,255,.08); border-radius: .75rem; overflow: hidden; }
.faq-item__q {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.1rem 1.4rem;
  font-family: var(--font-head); font-size: 1rem; font-weight: 700;
  cursor: pointer; list-style: none; color: var(--c-text);
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q::after { content: '+'; font-size: 1.4rem; flex-shrink: 0; transition: transform .2s; color: var(--c-brand); }
.faq-item[open] .faq-item__q::after { transform: rotate(45deg); }
.faq-item__a { padding: 0 1.4rem 1.1rem; font-size: .88rem; line-height: 1.65; color: rgba(239,241,245,.6); }
.faq-item__a p { margin: 0; }
html[data-theme="light"] .faq-section { background: #EEF1F7; }
html[data-theme="light"] .faq-item { border-color: rgba(0,0,0,.09); background: #fff; }
html[data-theme="light"] .faq-item__q { color: #0C0E1D; }
html[data-theme="light"] .faq-item__a { color: rgba(12,14,29,.6); }
.faq-section__related { margin-top: 1.75rem; font-size: .82rem; opacity: .5; }
.faq-section__related a { color: var(--c-brand); text-decoration: none; }
.faq-section__related a:hover { text-decoration: underline; }

/* ══ BLOG ══════════════════════════════════════════════════ */

/* ── Blog Übersicht (Karten-Grid) ───────────────────────── */
.blog-section {
  padding-block: clamp(1.5rem, 3vw, 2.5rem) clamp(4rem, 8vw, 7rem);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 21rem), 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

/* ── Blog TOC (automatisch generiert via JS) ────────────── */
.blog-toc {
  background: rgba(0,196,168,.05);
  border: 1px solid rgba(0,196,168,.18);
  border-radius: .75rem;
  padding: 1.2rem 1.5rem 1.4rem;
  margin-bottom: 2.5rem;
}
.blog-toc__label {
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--c-brand);
  margin-bottom: .75rem;
  max-width: none;
  line-height: 1;
}
.blog-toc ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin: 0;
}
.blog-toc li { line-height: 1.5; list-style: none; }
.blog-toc a {
  color: rgba(239,241,245,.6);
  text-decoration: none;
  font-size: .88rem;
  transition: color .15s;
}
.blog-toc a:hover,
.blog-toc a[aria-current] { color: var(--c-brand); }
.blog-toc a[aria-current] { font-weight: 600; }

html[data-theme="light"] .blog-toc { background: rgba(0,196,168,.04); border-color: rgba(0,196,168,.2); }
html[data-theme="light"] .blog-toc a { color: rgba(12,14,29,.5); }
html[data-theme="light"] .blog-toc a:hover,
html[data-theme="light"] .blog-toc a[aria-current] { color: var(--c-brand); }

/* ── Blog Artikel Prose-Section ─────────────────────────── */
.blog-prose {
  padding-block: clamp(3rem, 5vw, 4.5rem);
}
.blog-prose__inner {
  max-width: 72ch;
  margin-inline: auto;
  padding-inline: 0;
}
.blog-prose h2 {
  font-size: var(--fs-600);
  font-weight: 800;
  margin-top: clamp(2rem, 4vw, 3rem);
  margin-bottom: .6rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.blog-prose h3 {
  font-size: var(--fs-500);
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: .4rem;
}
.blog-prose p {
  max-width: none;
  line-height: 1.8;
  color: rgba(239,241,245,.8);
}
.blog-prose p + p { margin-top: .9rem; }
.blog-prose :where(ul, ol) {
  padding-left: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  margin-top: .9rem;
}
.blog-prose li { line-height: 1.65; color: rgba(239,241,245,.75); }
.blog-prose strong { color: var(--c-ink); font-weight: 700; }
.blog-prose a { color: var(--c-brand); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* Nummerierte Artikelblöcke */
.blog-num {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.blog-num-item {
  border-left: 3px solid var(--c-brand);
  background: rgba(255,255,255,.025);
  border-radius: 0 .75rem .75rem 0;
  padding: 1.4rem 1.5rem 1.4rem 1.75rem;
}
.blog-num-item__head {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  margin-bottom: .55rem;
}
.blog-num-item__n {
  font-family: var(--font-head);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--c-brand), var(--c-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  flex-shrink: 0;
}
.blog-num-item h3 {
  font-size: var(--fs-500);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.blog-num-item p {
  color: rgba(239,241,245,.72);
  line-height: 1.72;
  font-size: .95rem;
  max-width: none;
}
.blog-num-item p + p { margin-top: .6rem; }
.blog-num-item ul {
  margin-top: .6rem;
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.blog-num-item li {
  color: rgba(239,241,245,.62);
  font-size: .9rem;
  line-height: 1.55;
}
.blog-num-item strong { color: var(--c-ink); }

/* Tipp-Block */
.blog-tip {
  background: rgba(0,196,168,.07);
  border: 1px solid rgba(0,196,168,.2);
  border-radius: .75rem;
  padding: 1.1rem 1.4rem;
  margin-top: 1.25rem;
}
.blog-tip p {
  color: rgba(239,241,245,.78);
  font-size: .92rem;
  line-height: 1.65;
  max-width: none;
}
.blog-tip p:first-child strong { color: var(--c-brand); }

/* Light Mode */
html[data-theme="light"] .blog-num-item { background: rgba(0,0,0,.025); }
html[data-theme="light"] .blog-num-item p,
html[data-theme="light"] .blog-num-item li { color: rgba(12,14,29,.65); }
html[data-theme="light"] .blog-num-item h3 { color: #0C0E1D; }
html[data-theme="light"] .blog-num-item strong { color: #0C0E1D; }
html[data-theme="light"] .blog-prose p { color: rgba(12,14,29,.75); }
html[data-theme="light"] .blog-prose li { color: rgba(12,14,29,.7); }
html[data-theme="light"] .blog-prose strong { color: #0C0E1D; }
html[data-theme="light"] .blog-tip { background: rgba(0,196,168,.05); border-color: rgba(0,196,168,.2); }
html[data-theme="light"] .blog-tip p { color: rgba(12,14,29,.72); }

.blog-contact-cta {
  margin-top: 2.5rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(135deg, rgba(124,93,250,.08), rgba(0,196,168,.06));
  border: 1px solid rgba(124,93,250,.2);
  border-radius: 1rem;
  text-align: center;
}
.blog-contact-cta p {
  color: rgba(239,241,245,.82);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  max-width: none;
}
html[data-theme="light"] .blog-contact-cta { background: rgba(124,93,250,.04); border-color: rgba(124,93,250,.15); }
html[data-theme="light"] .blog-contact-cta p { color: rgba(12,14,29,.72); }


/* ============================================================
   KI FÜR KMU — Landingpage
   ============================================================ */

/* ── Hero ────────────────────────────────────────────────── */
.ki-hero {
  padding-block: clamp(5rem, 10vh, 7rem) clamp(3.5rem, 6vw, 5rem);
  background:
    radial-gradient(ellipse 70% 60% at 15% 20%, rgba(124,93,250,.14) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 85% 75%, rgba(0,196,168,.1)   0%, transparent 55%),
    var(--s2-bg);
  position: relative;
  overflow: hidden;
}
.ki-hero__bg {
  position: absolute; inset: 0; pointer-events: none;
  background: url('/assets/img/hero-mountains.svg') center bottom / cover no-repeat;
  opacity: .12; filter: saturate(.4) brightness(.6);
}
.ki-hero__inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 3rem;
}
.ki-breadcrumb {
  display: flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-family: var(--font-head); color: var(--s2-muted);
}
.ki-breadcrumb a { color: var(--s2-muted); text-decoration: none; }
.ki-breadcrumb a:hover { color: #fff; }
.ki-breadcrumb span[aria-hidden] { opacity: .4; }
.ki-hero__content { max-width: 52rem; }
.ki-hero__stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--s2-border);
  border: 1px solid var(--s2-border); border-radius: .75rem; overflow: hidden;
  max-width: 52rem;
}
.ki-stat {
  background: rgba(255,255,255,.025);
  padding: 1.25rem 1.5rem;
  display: flex; flex-direction: column; gap: .35rem;
}
.ki-stat:hover { background: rgba(255,255,255,.04); }
.ki-stat__num {
  font-family: var(--font-head); font-weight: 900; font-size: 1.35rem;
  background: linear-gradient(90deg, var(--s2-accent), var(--s2-teal));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1.2;
}
.ki-stat__lbl { font-size: .72rem; font-family: var(--font-head); color: var(--s2-muted); text-transform: uppercase; letter-spacing: .08em; }
@media (max-width: 600px) {
  .ki-hero__stats { grid-template-columns: repeat(2, 1fr); }
}

/* ── Pillars ─────────────────────────────────────────────── */
.ki-pillars {
  padding-block: clamp(4rem, 7vw, 6rem);
  background: var(--s2-bg2);
}
.ki-pillars h2 { margin-block: 0 .75rem; }
.ki-pillars__sub { color: var(--s2-muted); max-width: 52ch; margin-bottom: 3rem; }
.ki-pillars__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--s2-border); border: 1px solid var(--s2-border);
  border-radius: 1rem; overflow: hidden;
}
@media (max-width: 720px) { .ki-pillars__grid { grid-template-columns: 1fr; } }
.ki-pillar {
  background: rgba(255,255,255,.025);
  padding: 2.25rem 2rem;
  display: flex; flex-direction: column; gap: 1rem;
  transition: background var(--dur) var(--ease);
}
.ki-pillar:hover { background: rgba(255,255,255,.05); }
.ki-pillar--accent { background: rgba(124,93,250,.06); }
.ki-pillar--accent:hover { background: rgba(124,93,250,.1); }
.ki-pillar__icon { width: 52px; height: 52px; background: rgba(255,255,255,.04); border: 1px solid var(--s2-border); border-radius: .625rem; display: flex; align-items: center; justify-content: center; }
.ki-pillar h3 { color: #fff; font-size: var(--fs-600); margin: 0; }
.ki-pillar p  { color: var(--s2-muted); margin: 0; font-size: .92rem; }

/* ── Curriculum ──────────────────────────────────────────── */
.ki-curriculum {
  padding-block: clamp(4rem, 7vw, 6rem);
  background: var(--s2-bg);
}
.ki-curriculum__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 2rem; margin-bottom: 3rem; flex-wrap: wrap;
}
.ki-curriculum__head h2 { margin-bottom: .5rem; }
.ki-cert-badge {
  display: flex; align-items: center; gap: .75rem;
  background: rgba(124,93,250,.08); border: 1px solid rgba(124,93,250,.25);
  border-radius: .625rem; padding: .875rem 1.25rem;
  white-space: nowrap;
}
.ki-cert-badge strong { display: block; font-size: .82rem; color: #fff; font-family: var(--font-head); }
.ki-cert-badge span { display: block; font-size: .7rem; color: var(--s2-muted); font-family: var(--font-head); }
.ki-modules {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--s2-border); border: 1px solid var(--s2-border);
  border-radius: 1rem; overflow: hidden;
}
@media (max-width: 640px) { .ki-modules { grid-template-columns: 1fr; } }
.ki-module {
  background: rgba(255,255,255,.02);
  padding: 2rem;
  display: flex; gap: 1.25rem; align-items: flex-start;
  transition: background var(--dur) var(--ease);
}
.ki-module:hover { background: rgba(255,255,255,.05); }
.ki-module--highlight {
  background: rgba(0,196,168,.05);
  border-top: 1px solid rgba(0,196,168,.15);
}
.ki-module--highlight:hover { background: rgba(0,196,168,.09); }
.ki-module__num {
  font-family: var(--font-head); font-weight: 900; font-size: 1.75rem;
  color: rgba(255,255,255,.07); flex-shrink: 0; line-height: 1; margin-top: .1rem;
  letter-spacing: -0.03em;
}
.ki-module h3 { font-size: var(--fs-500); color: #fff; margin-bottom: .5rem; }
.ki-module p  { font-size: .87rem; color: var(--s2-muted); margin: 0; }

/* ── Industries ──────────────────────────────────────────── */
.ki-industries {
  padding-block: clamp(4rem, 7vw, 6rem);
  background: var(--s2-bg2);
}
.ki-industries h2 { margin-block: 0 .75rem; }
.ki-industries__sub { color: var(--s2-muted); max-width: 52ch; margin-bottom: 3rem; }
.ki-ind-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
@media (max-width: 860px) { .ki-ind-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .ki-ind-grid { grid-template-columns: 1fr; } }
.ki-ind-card {
  background: rgba(255,255,255,.03); border: 1px solid var(--s2-border);
  border-radius: 1rem; padding: 1.75rem;
  display: flex; flex-direction: column; gap: 1rem;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.ki-ind-card:hover { border-color: rgba(124,93,250,.3); background: rgba(124,93,250,.05); transform: translateY(-3px); }
.ki-ind-card__icon { width: 48px; height: 48px; background: rgba(255,255,255,.04); border: 1px solid var(--s2-border); border-radius: .5rem; display: flex; align-items: center; justify-content: center; }
.ki-ind-card h3 { font-size: var(--fs-500); color: #fff; margin: 0; }
.ki-ind-card p  { font-size: .84rem; color: var(--s2-muted); margin: 0; }
.ki-industries__note { text-align: center; color: var(--s2-muted); font-size: .84rem; margin-top: 2rem; font-style: italic; }

/* ── Workshop-Anfrage-Formular ───────────────────────────── */
.ws-form-section {
  padding-block: clamp(5rem, 9vw, 7.5rem);
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(124,93,250,.1) 0%, transparent 60%),
    var(--s2-bg);
  position: relative;
  overflow: hidden;
}
.ws-form-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124,93,250,.4) 50%, transparent);
}
.ws-form-section__glow {
  position: absolute;
  width: 60%; height: 60%;
  background: radial-gradient(ellipse, rgba(124,93,250,.08) 0%, transparent 65%);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  pointer-events: none;
}
.ws-form-wrap {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 4rem; align-items: start;
}
@media (max-width: 860px) { .ws-form-wrap { grid-template-columns: 1fr; gap: 3rem; } }

.ws-form-left h2 { margin-block: 0 1rem; }
.ws-form-left > p { color: var(--s2-muted); margin-bottom: 2rem; }

.ws-form-promises {
  list-style: none; padding: 0; margin: 0 0 2rem;
  display: flex; flex-direction: column; gap: .875rem;
}
.ws-form-promises li {
  display: flex; align-items: center; gap: .75rem;
  font-size: .9rem; color: rgba(239,241,245,.75);
  font-family: var(--font-head);
}
.ws-form-contact {
  display: flex; align-items: center; gap: .875rem;
  flex-wrap: wrap; font-size: .82rem; color: var(--s2-muted);
}
.ws-contact-link {
  display: inline-flex; align-items: center; gap: .4rem;
  color: var(--s2-accent); font-family: var(--font-head); font-weight: 600;
  text-decoration: none; font-size: .84rem;
}
.ws-contact-link:hover { text-decoration: underline; }

.ws-form-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1.25rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: 0 32px 80px rgba(0,0,0,.35), 0 0 0 1px rgba(124,93,250,.12) inset;
  position: relative;
}
.ws-form-card::before {
  content: '';
  position: absolute; top: 0; left: 1.5rem; right: 1.5rem; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124,93,250,.5) 50%, transparent);
}

.ws-form { display: flex; flex-direction: column; gap: 1.25rem; }
.ws-form-row { display: flex; flex-direction: column; gap: .45rem; }
.ws-label {
  font-family: var(--font-head); font-weight: 700; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .08em;
  color: rgba(239,241,245,.65);
}
.ws-required { color: var(--s2-accent); }
.ws-optional { color: var(--s2-muted); font-weight: 400; text-transform: none; letter-spacing: 0; font-size: .75rem; }
.ws-input {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: .5rem;
  padding: .8rem 1rem;
  font-size: .9rem; color: var(--s2-text);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  width: 100%;
}
.ws-input::placeholder { color: rgba(239,241,245,.28); }
.ws-input:focus {
  outline: none;
  border-color: var(--s2-accent);
  box-shadow: 0 0 0 3px rgba(124,93,250,.18);
}
.ws-textarea { resize: vertical; min-height: 90px; }

.ws-fieldset { border: none; padding: 0; margin: 0; }
.ws-fieldset legend.ws-label { float: none; margin-bottom: .5rem; }
.ws-radio-group { display: flex; flex-direction: column; gap: .625rem; }
.ws-radio {
  display: flex; align-items: flex-start; gap: .875rem;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .625rem;
  padding: 1rem 1.125rem;
  cursor: pointer;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.ws-radio:hover { border-color: rgba(124,93,250,.3); background: rgba(124,93,250,.05); }
.ws-radio input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.ws-radio input[type="radio"]:checked ~ .ws-radio__box {
  border-color: var(--s2-accent);
  background: var(--s2-accent);
  box-shadow: 0 0 0 3px rgba(124,93,250,.2);
}
.ws-radio input[type="radio"]:checked ~ .ws-radio__box::after { opacity: 1; }
.ws-radio:has(input:checked) { border-color: rgba(124,93,250,.4); background: rgba(124,93,250,.07); }
.ws-radio__box {
  width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.25);
  flex-shrink: 0; margin-top: 2px;
  display: flex; align-items: center; justify-content: center;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  position: relative;
}
.ws-radio__box::after {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #fff; opacity: 0;
  transition: opacity var(--dur) var(--ease);
}
.ws-radio strong { display: block; font-size: .88rem; color: #fff; font-family: var(--font-head); }
.ws-radio small  { display: block; font-size: .75rem; color: var(--s2-muted); margin-top: .2rem; }

.ws-error {
  font-size: .84rem; color: #ff6b6b; min-height: 1.2em;
  font-family: var(--font-head);
}
.ws-submit {
  width: 100%; justify-content: center;
  padding: 1rem 1.75rem; font-size: 1rem;
}
.ws-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.ws-legal {
  font-size: .72rem; color: var(--s2-muted); text-align: center; line-height: 1.6;
  margin-top: -.25rem;
}
.ws-legal a { color: var(--s2-accent); text-decoration: none; }
.ws-legal a:hover { text-decoration: underline; }

/* Erfolg */
.ws-success {
  text-align: center; padding: 1.5rem;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.ws-success__icon svg circle { animation: ws-draw-circle .6s ease-out both; }
.ws-success__icon svg path  { animation: ws-draw-check .4s ease-out .5s both; }
@keyframes ws-draw-circle { from { stroke-dasharray: 150; stroke-dashoffset: 150; } to { stroke-dasharray: 150; stroke-dashoffset: 0; } }
@keyframes ws-draw-check  { from { opacity: 0; } to { opacity: 1; } }
.ws-success h3 { font-size: var(--fs-600); color: #fff; margin: 0; }
.ws-success p  { color: var(--s2-muted); max-width: 38ch; margin: 0 auto; }

/* ── Process ─────────────────────────────────────────────── */
.ki-process {
  padding-block: clamp(4rem, 7vw, 6rem);
  background: var(--s2-bg2);
}
.ki-process h2 { margin-block: 0 3rem; }
.ki-process__steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--s2-border); border-radius: 1rem; overflow: hidden;
  background: var(--s2-border);
}
@media (max-width: 860px) { .ki-process__steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .ki-process__steps { grid-template-columns: 1fr; } }
.ki-step {
  background: rgba(255,255,255,.025);
  padding: 2rem 1.75rem;
  display: flex; flex-direction: column; gap: .875rem;
  position: relative;
  transition: background var(--dur) var(--ease);
}
.ki-step:hover { background: rgba(255,255,255,.05); }
.ki-step__num {
  font-family: var(--font-head); font-weight: 900; font-size: 2.5rem;
  background: linear-gradient(135deg, var(--s2-accent), var(--s2-teal));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1; letter-spacing: -0.04em;
}
.ki-step h3 { color: #fff; font-size: var(--fs-500); margin: 0; }
.ki-step p  { color: var(--s2-muted); font-size: .84rem; margin: 0; }

/* ── FAQ ─────────────────────────────────────────────────── */
.ki-faq {
  padding-block: clamp(4rem, 7vw, 6rem);
  background: var(--s2-bg);
}
.ki-faq h2 { margin-block: 0 3rem; }
.ki-faq__list { max-width: 56rem; display: flex; flex-direction: column; gap: .5rem; }
.ki-faq__item {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: .75rem;
  overflow: hidden;
  transition: border-color var(--dur) var(--ease);
}
.ki-faq__item[open] { border-color: rgba(124,93,250,.3); }
.ki-faq__q {
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-family: var(--font-head); font-weight: 600;
  font-size: 1rem; color: #fff;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  user-select: none;
}
.ki-faq__q::-webkit-details-marker { display: none; }
.ki-faq__q::after {
  content: '+';
  font-size: 1.3rem; font-weight: 400; flex-shrink: 0;
  color: var(--s2-accent); transition: transform var(--dur) var(--ease);
}
.ki-faq__item[open] .ki-faq__q::after { transform: rotate(45deg); }
.ki-faq__a {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,.06);
}
.ki-faq__a p { color: var(--s2-muted); font-size: .9rem; line-height: 1.7; margin: 1rem 0 0; }

/* Light Mode */
html[data-theme="light"] .ki-hero { background: #F5F7FA; }
html[data-theme="light"] .ki-pillars { background: #EEF1F7; }
html[data-theme="light"] .ki-pillars h2 { color: #0C0E1D; }
html[data-theme="light"] .ki-pillar { background: rgba(0,0,0,.025); }
html[data-theme="light"] .ki-pillar h3 { color: #0C0E1D; }
html[data-theme="light"] .ki-pillar p { color: rgba(12,14,29,.6); }
html[data-theme="light"] .ki-curriculum { background: #F5F7FA; }
html[data-theme="light"] .ki-module { background: rgba(0,0,0,.02); }
html[data-theme="light"] .ki-module h3 { color: #0C0E1D; }
html[data-theme="light"] .ki-module p { color: rgba(12,14,29,.6); }
html[data-theme="light"] .ki-industries { background: #EEF1F7; }
html[data-theme="light"] .ki-ind-card { background: rgba(0,0,0,.03); border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .ki-ind-card h3 { color: #0C0E1D; }
html[data-theme="light"] .ki-ind-card p { color: rgba(12,14,29,.6); }
html[data-theme="light"] .ws-form-section { background: #F5F7FA; }
html[data-theme="light"] .ws-form-card { background: #fff; border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .ws-input { background: #F5F7FA; border-color: rgba(0,0,0,.15); color: #0C0E1D; }
html[data-theme="light"] .ws-input::placeholder { color: rgba(12,14,29,.35); }
html[data-theme="light"] .ws-radio { background: rgba(0,0,0,.03); border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .ws-radio strong { color: #0C0E1D; }
html[data-theme="light"] .ws-form-left > p { color: rgba(12,14,29,.6); }
html[data-theme="light"] .ws-form-promises li { color: rgba(12,14,29,.7); }
html[data-theme="light"] .ki-process { background: #EEF1F7; }
html[data-theme="light"] .ki-step { background: rgba(0,0,0,.02); }
html[data-theme="light"] .ki-step h3 { color: #0C0E1D; }
html[data-theme="light"] .ki-step p { color: rgba(12,14,29,.6); }
html[data-theme="light"] .ki-faq { background: #F5F7FA; }
html[data-theme="light"] .ki-faq__item { background: rgba(0,0,0,.025); border-color: rgba(0,0,0,.07); }
html[data-theme="light"] .ki-faq__q { color: #0C0E1D; }
html[data-theme="light"] .ki-faq__a p { color: rgba(12,14,29,.65); }

/* ── KI-Angebote Übersicht ───────────────────────────────── */
.ki-angebote {
  padding-block: clamp(5rem, 9vw, 7.5rem);
  background: var(--s2-surface);
}
.ki-angebote h2 { margin-block: 0 .75rem; }
.ki-angebote__sub { color: var(--s2-muted); max-width: 54ch; margin-bottom: 3rem; }
.ki-angebote__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 860px) { .ki-angebote__grid { grid-template-columns: 1fr; gap: 1.25rem; } }
.ki-angebote__card {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--s2-border);
  border-radius: 1rem;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.ki-angebote__card:hover { border-color: rgba(124,93,250,.3); transform: translateY(-4px); }
.ki-angebote__card--accent { border-color: rgba(124,93,250,.25); background: rgba(124,93,250,.05); }
.ki-angebote__img { aspect-ratio: 3/2; overflow: hidden; }
.ki-angebote__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.ki-angebote__card:hover .ki-angebote__img img { transform: scale(1.04); }
.ki-angebote__body { padding: 1.75rem; display: flex; flex-direction: column; gap: .75rem; flex: 1; }
.ki-angebote__tag {
  font-size: .72rem; font-family: var(--font-head); font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--s2-accent);
  align-self: flex-start;
}
.ki-angebote__body h3 { font-size: var(--fs-500); color: #fff; margin: 0; }
.ki-angebote__body p  { font-size: .88rem; color: var(--s2-muted); margin: 0; flex: 1; }
.ki-angebote__body .s2-btn { margin-top: auto; align-self: flex-start; }

/* ── Automatisiertes KI-Marketing ───────────────────────── */
.ki-automat {
  padding-block: clamp(5rem, 9vw, 7.5rem);
  background: var(--s2-bg);
}
.ki-automat h2 { margin-block: 0 .75rem; }
.ki-automat__sub { color: var(--s2-muted); max-width: 58ch; margin-bottom: 3rem; }
.ki-automat__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) { .ki-automat__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .ki-automat__grid { grid-template-columns: 1fr; } }
.ki-automat__card {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--s2-border);
  border-radius: .875rem;
  overflow: hidden;
  display: flex; flex-direction: column;
  text-decoration: none;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), background var(--dur) var(--ease);
}
.ki-automat__card:hover {
  border-color: rgba(124,93,250,.35);
  background: rgba(124,93,250,.05);
  transform: translateY(-3px);
}
.ki-automat__card-img { aspect-ratio: 2/1; overflow: hidden; }
.ki-automat__card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.ki-automat__card:hover .ki-automat__card-img img { transform: scale(1.05); }
.ki-automat__card-body { padding: 1rem 1.1rem 1.25rem; }
.ki-automat__card-body h3 { font-size: .92rem; font-family: var(--font-head); font-weight: 700; color: #fff; margin: 0 0 .3rem; }
.ki-automat__card-body p  { font-size: .78rem; color: var(--s2-muted); margin: 0; }
.ki-automat__cta { text-align: center; margin-top: 3rem; }

/* ── Revuflow — Mehr Google-Bewertungen ─────────────────── */
.ki-revuflow {
  padding-block: clamp(5rem, 9vw, 7.5rem);
  background: var(--s2-surface);
}
.ki-revuflow__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
@media (max-width: 860px) { .ki-revuflow__inner { grid-template-columns: 1fr; gap: 2.5rem; } }
.ki-revuflow__text h2 { margin-block: 0 1rem; }
.ki-revuflow__text > p { color: var(--s2-muted); margin-bottom: 2rem; font-size: .95rem; line-height: 1.75; }
.ki-rvf-stats { display: flex; gap: 2rem; margin-bottom: 2rem; flex-wrap: wrap; }
.ki-rvf-stat__num {
  display: block; font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  background: linear-gradient(135deg, #7C5DFA, #00C4A8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ki-rvf-stat__lbl { display: block; font-size: .78rem; font-family: var(--font-head); color: var(--s2-muted); text-transform: uppercase; letter-spacing: .07em; margin-top: .2rem; }
.ki-rvf-features {
  list-style: none; padding: 0; margin: 0 0 2rem;
  display: flex; flex-direction: column; gap: .75rem;
}
.ki-rvf-features li {
  display: flex; align-items: center; gap: .65rem;
  font-size: .9rem; color: rgba(239,241,245,.8);
  font-family: var(--font-head);
}
.ki-rvf-features li svg { display: none; }
.ki-rvf-features li::before { content: ''; flex-shrink: 0; width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--c-accent), var(--c-brand)); }
.ki-rvf-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.ki-revuflow__visual { position: relative; }
.ki-revuflow__visual img {
  width: 100%; border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.08);
  display: block;
}
.ki-rvf-badge {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  background: rgba(10,11,26,.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 2rem;
  padding: .6rem 1.25rem;
  display: flex; align-items: center; gap: .3rem;
  white-space: nowrap;
}
.ki-rvf-badge span { font-size: .78rem; font-family: var(--font-head); color: #fff; margin-left: .35rem; }

/* ── KI-Betreuungspaket ──────────────────────────────────── */
.ki-paket {
  padding-block: clamp(5rem, 9vw, 7.5rem);
  background: var(--s2-bg);
}
.ki-paket__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
@media (max-width: 860px) { .ki-paket__inner { grid-template-columns: 1fr; gap: 2.5rem; } }
@media (max-width: 860px) { .ki-paket__visual { order: -1; } }
.ki-paket__visual img {
  width: 100%; border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.08);
  display: block;
}
.ki-paket__text h2 { margin-block: 0 1rem; }
.ki-paket__text > p { color: var(--s2-muted); margin-bottom: 2rem; font-size: .95rem; line-height: 1.75; }
.ki-paket__list {
  list-style: none; padding: 0; margin: 0 0 2rem;
  display: flex; flex-direction: column; gap: .6rem;
}
.ki-paket__list li {
  padding-left: 1.4rem; position: relative;
  font-size: .9rem; color: rgba(239,241,245,.8);
  font-family: var(--font-head);
}
.ki-paket__list li::before {
  content: '→';
  position: absolute; left: 0;
  color: var(--s2-accent);
  font-weight: 700;
}
.ki-paket__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Light-Mode — neue Sektionen */
html[data-theme="light"] .ki-angebote { background: #EEF1F7; }
html[data-theme="light"] .ki-angebote__card { background: #fff; border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .ki-angebote__body h3 { color: #0C0E1D; }
html[data-theme="light"] .ki-angebote__body p  { color: rgba(12,14,29,.6); }
html[data-theme="light"] .ki-automat { background: #F5F7FA; }
html[data-theme="light"] .ki-automat__card { background: rgba(0,0,0,.02); border-color: rgba(0,0,0,.09); }
html[data-theme="light"] .ki-automat__card:hover { background: rgba(124,93,250,.05); }
html[data-theme="light"] .ki-automat__card-body h3 { color: #0C0E1D; }
html[data-theme="light"] .ki-automat__card-body p  { color: rgba(12,14,29,.55); }
html[data-theme="light"] .ki-revuflow { background: #EEF1F7; }
html[data-theme="light"] .ki-revuflow__text > p { color: rgba(12,14,29,.65); }
html[data-theme="light"] .ki-rvf-features li { color: rgba(12,14,29,.75); }
html[data-theme="light"] .ki-revuflow__visual img { border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .ki-rvf-badge { background: rgba(255,255,255,.95); border-color: rgba(0,0,0,.1); }
html[data-theme="light"] .ki-rvf-badge span { color: #0C0E1D; }
html[data-theme="light"] .ki-paket { background: #F5F7FA; }
html[data-theme="light"] .ki-paket__text > p { color: rgba(12,14,29,.65); }
html[data-theme="light"] .ki-paket__list li { color: rgba(12,14,29,.75); }
html[data-theme="light"] .ki-paket__visual img { border-color: rgba(0,0,0,.1); }

/* ── Revuflow Social-Proof-Card ──────────────────────────── */
.ki-rvf-proof {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: rgba(0,196,168,.07);
  border: 1px solid rgba(0,196,168,.22);
  border-left: 3px solid #00C4A8;
  border-radius: .75rem;
  padding: .9rem 1.1rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
  position: relative;
}
.ki-rvf-proof__story-badge {
  position: absolute; top: -1rem; left: .9rem;
  font-size: .65rem; font-family: var(--font-head); font-weight: 700;
  text-transform: uppercase; letter-spacing: .09em;
  color: #0B0D1A; background: #00C4A8;
  border: 1px solid #00C4A8;
  border-radius: 2rem; padding: .2rem .65rem;
  text-decoration: none; white-space: nowrap;
  transition: background var(--dur) var(--ease);
}
.ki-rvf-proof__story-badge:hover { background: #00dfc0; }
.ki-rvf-proof__left {
  display: flex; align-items: center; gap: .75rem; flex: 1; min-width: 0;
}
.ki-rvf-proof__logo {
  width: 42px; height: 42px; flex-shrink: 0;
  background: rgba(0,196,168,.1);
  border: 1px solid rgba(0,196,168,.25);
  border-radius: .5rem;
  display: flex; align-items: center; justify-content: center;
}
.ki-rvf-proof__info { min-width: 0; }
.ki-rvf-proof__info strong {
  display: block; font-size: .82rem; font-family: var(--font-head); font-weight: 700;
  color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ki-rvf-proof__info span {
  display: block; font-size: .7rem; color: var(--s2-muted); font-family: var(--font-head); margin-bottom: .3rem;
}
.ki-rvf-proof__stars { display: flex; gap: 2px; }
.ki-rvf-proof__right {
  display: flex; align-items: center; gap: .6rem; flex-shrink: 0;
}
.ki-rvf-proof__metric { text-align: right; }
.ki-rvf-proof__num {
  display: block; font-family: var(--font-head); font-weight: 800; font-size: 1.3rem;
  color: #00C4A8; line-height: 1;
}
.ki-rvf-proof__lbl {
  display: block; font-size: .68rem; color: var(--s2-muted); font-family: var(--font-head);
  text-transform: uppercase; letter-spacing: .06em; line-height: 1.3;
}
.ki-rvf-proof__g { opacity: .85; flex-shrink: 0; }

/* Light mode */
html[data-theme="light"] .ki-rvf-proof { background: rgba(0,196,168,.06); border-color: rgba(0,196,168,.3); }
html[data-theme="light"] .ki-rvf-proof__info strong { color: #0C0E1D; }

/* ── Stat-Highlight (Zahnarztpraxis Bewertungen) ─────────── */
.stat--highlight {
  border-color: rgba(0,196,168,.25);
  background: rgba(0,196,168,.07);
}
html[data-theme="light"] .stat--highlight { background: rgba(0,196,168,.06); border-color: rgba(0,196,168,.3); }

/* ── Result-Card Accent + Link ───────────────────────────── */
.result-card--accent {
  border-color: rgba(0,196,168,.25);
  background: rgba(0,196,168,.05);
}
.result-card--accent:hover { border-color: rgba(0,196,168,.45); }
.result-card--accent .result-card__icon { background: rgba(0,196,168,.15); border-color: rgba(0,196,168,.35); }
.result-card__link {
  display: inline-block; margin-top: 1rem;
  font-size: .8rem; font-family: var(--font-head); font-weight: 700;
  color: var(--s2-accent); text-decoration: none;
  transition: opacity var(--dur) var(--ease);
}
.result-card__link:hover { opacity: .75; }
html[data-theme="light"] .result-card--accent { background: rgba(0,196,168,.04); border-color: rgba(0,196,168,.25); }

/* ── Cookie-Banner ──────────────────────────────────────────── */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: #0D0E1C;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: var(--sp-4) var(--sp-6);
  box-shadow: 0 -4px 24px rgba(0,0,0,.4);
}
.cookie-banner__inner {
  max-width: 72rem; margin: 0 auto;
  display: flex; align-items: center; gap: var(--sp-6); flex-wrap: wrap;
}
.cookie-banner__text {
  flex: 1; min-width: 200px; margin: 0;
  font-size: var(--fs-300, .875rem); color: rgba(239,241,245,.7); line-height: 1.5;
}
.cookie-banner__link { color: var(--c-brand); text-decoration: none; }
.cookie-banner__link:hover { text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: var(--sp-3); flex-shrink: 0; }
.cookie-banner__btn {
  cursor: pointer; border: none;
  padding: .5rem 1.25rem; border-radius: var(--radius-btn);
  font-family: var(--font-head); font-weight: 600; font-size: .875rem;
  transition: opacity .2s;
}
.cookie-banner__btn:hover { opacity: .85; }
.cookie-banner__btn--accept {
  background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-brand) 100%);
  color: #fff;
}
.cookie-banner__btn--decline-link {
  background: none; border: none; cursor: pointer;
  font-size: .8rem; color: rgba(239,241,245,.4);
  padding: .25rem .5rem; font-family: var(--font-head);
  text-decoration: underline; text-underline-offset: 2px;
  transition: color .2s;
}
.cookie-banner__btn--decline-link:hover { color: rgba(239,241,245,.7); }
@media (max-width: 480px) {
  #cookie-banner { padding: var(--sp-4); }
  .cookie-banner__inner { flex-direction: column; align-items: flex-start; gap: var(--sp-3); }
  .cookie-banner__actions { width: 100%; display: flex; align-items: center; gap: var(--sp-4); }
  .cookie-banner__btn--accept { flex: 1; text-align: center; justify-content: center; }
}

/* ══════════════════════════════════════════════════════════════
   MICRO-ANIMATIONS — nur wenn keine Bewegungsreduzierung aktiv
══════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: no-preference) {

  /* ── Hero copy — stagger fade-up on load ─────────── */
  @keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: none; }
  }
  .hero__copy .s2-badge    { animation: heroFadeUp .55s ease both .05s; }
  .hero__copy .s2-headline { animation: heroFadeUp .65s ease both .2s; }
  .hero__copy .s2-lead     { animation: heroFadeUp .65s ease both .38s; }
  .hero__copy .actions     { animation: heroFadeUp .65s ease both .54s; }

  /* ── Scroll-reveal — set via JS (.is-visible toggle) ─ */
  [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
  }
  [data-reveal].is-visible            { opacity: 1; transform: none; }
  [data-reveal][data-delay="1"]       { transition-delay: .12s; }
  [data-reveal][data-delay="2"]       { transition-delay: .24s; }
  [data-reveal][data-delay="3"]       { transition-delay: .38s; }
  [data-reveal][data-delay="4"]       { transition-delay: .52s; }

  /* ── hcard SVG micro-animations ─────────────────── */
  @keyframes spinRing { to { transform: rotate(360deg); } }
  @keyframes pinBob   { 0%,100% { transform: translateY(0);    } 50% { transform: translateY(-6px); } }
  @keyframes starGlow { 0%,100% { filter: none; opacity: .88; } 50% { filter: drop-shadow(0 0 5px rgba(0,196,168,.55)); opacity: 1; } }

  /* KI card — dashed outer ring rotates */
  .hcard--accent .hcard__svg circle:nth-of-type(1) {
    transform-origin: 140px 74px;
    animation: spinRing 12s linear infinite;
  }
  /* Map card — pin softly bobs */
  .hcard:nth-child(3) .hcard__svg path {
    transform-origin: 108px 64px;
    animation: pinBob 3s ease-in-out infinite;
  }
  /* Reviews card — stars glow */
  .hcard--teal .hcard__svg text {
    animation: starGlow 2.5s ease-in-out infinite;
  }

  /* ── Mountains parallax — via JS (will-change hint) ─ */
  .hero__mountains { will-change: transform; }
}

/* ══ Google Reviews Slider ════════════════════════════════════ */
.reviews {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: var(--c-bg);
  overflow: hidden;
  position: relative;
}
.reviews::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.07) 50%, transparent);
}
.reviews::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.07) 50%, transparent);
}

.reviews__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.reviews__headline {
  font-size: var(--fs-700);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: .35rem 0 .75rem;
}

.reviews__score-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0;
}

.reviews__big-num {
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.reviews__score-meta { display: flex; flex-direction: column; gap: .2rem; }

.reviews__stars {
  color: #FFBD2E;
  font-size: 1rem;
  letter-spacing: .08em;
  line-height: 1;
}

.reviews__count {
  font-size: var(--fs-300);
  color: var(--c-on-dark-soft);
}

.reviews__controls {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
  padding-bottom: .2rem;
}

.reviews__nav { display: flex; gap: .5rem; }

.reviews__arr {
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--c-on-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s, background .2s;
}
.reviews__arr:hover:not(:disabled) {
  border-color: rgba(0,196,168,.5);
  background: rgba(0,196,168,.1);
}
.reviews__arr svg { width: 1.1rem; height: 1.1rem; pointer-events: none; }
.reviews__arr:disabled { opacity: .22; cursor: default; }

.reviews__all-link {
  color: var(--c-brand);
  font-family: var(--font-head);
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
}
.reviews__all-link:hover { color: #fff; }

/* ── Track ─────────────────────────────────────────────────── */
.reviews__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-left:  max(1.5rem, calc((100vw - var(--s2-wrap)) / 2));
  padding-right: max(1.5rem, calc((100vw - var(--s2-wrap)) / 2));
  scroll-padding-left: max(1.5rem, calc((100vw - var(--s2-wrap)) / 2));
  cursor: grab;
}
.reviews__track:active { cursor: grabbing; }
.reviews__track::-webkit-scrollbar { display: none; }

/* ── Review Card ────────────────────────────────────────────── */
.review-card {
  flex-shrink: 0;
  width: min(340px, 82vw);
  scroll-snap-align: start;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .85rem;
  position: relative;
  overflow: hidden;
  transition: border-color .25s;
}
.review-card:hover { border-color: rgba(0,196,168,.2); }

.review-card::before {
  content: '\201C';
  position: absolute;
  top: -.6rem; right: 1.1rem;
  font-size: 7rem;
  line-height: 1;
  font-family: var(--font-head);
  font-weight: 900;
  color: var(--c-brand);
  opacity: .07;
  pointer-events: none;
  user-select: none;
}

.review-card__stars {
  color: #FFBD2E;
  font-size: .9rem;
  letter-spacing: .1em;
}

.review-card__text {
  font-size: var(--fs-300);
  line-height: 1.65;
  color: rgba(239,241,245,.82);
  max-height: 7.5rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
  transition: max-height .4s cubic-bezier(.2,.7,.2,1);
}
.review-card__text.is-expanded {
  max-height: 60rem;
  -webkit-mask-image: none;
  mask-image: none;
}

.review-card__more {
  background: none;
  border: none;
  color: var(--c-brand);
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-top: -.2rem;
  transition: color .2s;
  text-align: left;
  flex-shrink: 0;
}
.review-card__more:hover { color: #fff; }

.review-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .25rem;
  gap: .5rem;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: .6rem;
  min-width: 0;
}

.review-card__avatar {
  width: 2rem; height: 2rem;
  border-radius: 50%;
  background: rgba(124,93,250,.18);
  border: 1px solid rgba(124,93,250,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .72rem;
  color: #a68ef9;
  flex-shrink: 0;
}

.review-card__name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: var(--fs-300);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-card__via {
  display: flex;
  align-items: center;
  gap: .3rem;
  font-size: .7rem;
  color: var(--c-on-dark-soft);
  font-family: var(--font-head);
  flex-shrink: 0;
}
.review-card__via svg { width: .9rem; height: .9rem; flex-shrink: 0; }

@media (max-width: 600px) {
  .reviews__head { flex-direction: column; align-items: flex-start; }
  .reviews__controls { padding-bottom: 0; }
}
