/* ============================================================
   PRODOC DIGITAL · Design System
   colors_and_type.css
   ------------------------------------------------------------
   Final tokens, locked in conversation:
     · Display:    Jost (Futura-revival, matches the wordmark)
     · Body:       Manrope (geometric-humanist, calm)
     · Editorial:  Newsreader Italic (pull-quotes only)
     · Mono:       JetBrains Mono (technical metadata)

     · Primary:    Indigo Blue #436AC4 (Hue 222° — slightly violet-shifted,
                                        a tone lighter than the original #2E6FAD)
     · Accent:     Violet     #8E6CDC (Hue 268°, analog to blue Δ46°)
     · Trust:      Amber/Gold #D4A437 (Hue 45°, complement to blue Δ177°)
     · Surface:    Cool white #F6F7FC + #FFFFFF cards
     · Dark inv:   #0F1626  (deep navy-violet for CTAs)

   Split-complementary harmony — blue dominates (≈60%),
   violet accentuates (≈25%), amber sparkles (≈15%).
   ============================================================ */

/* ============================================================
   LOCAL FONTS · self-hosted, no third-party CDN.
   Drop the woff2 files into assets/fonts/<family>/ — see
   assets/fonts/README.md for the exact filenames expected.
   All four families are licensed under the SIL Open Font
   License v1.1 (free to self-host and redistribute).
   ============================================================ */

/* Jost — display */
@font-face {
  font-family: 'Jost';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/jost/Jost-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('/assets/fonts/jost/Jost-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('/assets/fonts/jost/Jost-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/assets/fonts/jost/Jost-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal; font-weight: 800; font-display: swap;
  src: url('/assets/fonts/jost/Jost-ExtraBold.woff2') format('woff2');
}

/* Manrope — body */
@font-face {
  font-family: 'Manrope';
  font-style: normal; font-weight: 300; font-display: swap;
  src: url('/assets/fonts/manrope/Manrope-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/manrope/Manrope-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('/assets/fonts/manrope/Manrope-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('/assets/fonts/manrope/Manrope-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/assets/fonts/manrope/Manrope-Bold.woff2') format('woff2');
}

/* Newsreader — editorial italics only (pull quotes) */
@font-face {
  font-family: 'Newsreader';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/newsreader/Newsreader-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic; font-weight: 500; font-display: swap;
  src: url('/assets/fonts/newsreader/Newsreader-MediumItalic.woff2') format('woff2');
}

/* JetBrains Mono — technical metadata */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/jetbrains-mono/JetBrainsMono-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('/assets/fonts/jetbrains-mono/JetBrainsMono-Medium.woff2') format('woff2');
}


:root {
  /* ============================================================
     1. COLOR · PRIMARY · BLUE
     Slightly violet-shifted from the original PRODOC blue.
     This shift creates harmony with the violet accent family.
     ============================================================ */
  --blue-50:   #EBF0FB;
  --blue-100:  #D1DCF4;
  --blue-200:  #A3B8E8;
  --blue-300:  #6F90D6;
  --blue-400:  #436AC4;   /* ★ primary action color */
  --blue-500:  #2855B8;
  --blue-600:  #1E4CB3;   /* deep action / hover-pressed */
  --blue-700:  #163C8F;
  --blue-800:  #0F2C6B;
  --blue-900:  #091C46;

  /* legacy aliases — drop-in compatibility with prodoc.css */
  --accent:     var(--blue-400);
  --accent-lt:  var(--blue-50);
  --accent-mid: rgba(67, 106, 196, 0.10);


  /* ============================================================
     2. COLOR · VIOLET ACCENT
     Analog to blue. Used for technical highlights, the KI-marker
     fragments (logo), headline accent words, "encrypted/verified"
     vocabulary, mono tags.
     ============================================================ */
  --violet-50:   #F4EFFC;
  --violet-100:  #E5D9F8;
  --violet-200:  #CBB3F0;
  --violet-300:  #AC8AE5;
  --violet-400:  #8E6CDC;   /* ★ accent (system token) */
  --violet-500:  #7C5BD6;   /* deep accent / hover-pressed · literal KI-marker in logo SVG */
  --violet-600:  #6244B8;
  --violet-700:  #4B3392;
  --violet-800:  #34246A;
  --violet-900:  #1F1542;


  /* ============================================================
     3. COLOR · AMBER · TRUST / EDITORIAL
     180° complement to blue. Used SPARINGLY: TÜV-mark,
     certifications, the owl's eyes, pull-quote rules, the
     "ehrlicher Ansatz" callout. Never primary action.
     ============================================================ */
  --amber-50:   #FAF3D9;
  --amber-100:  #F3E29D;
  --amber-200:  #ECCC5E;
  --amber-300:  #DEB13E;
  --amber-400:  #D4A437;   /* ★ trust accent */
  --amber-500:  #B88A23;
  --amber-600:  #966E18;
  --amber-700:  #745312;
  --amber-800:  #4F390A;


  /* ============================================================
     4. COLOR · SLATE NEUTRALS
     Cool, slightly blue-tinted. Default surface system.
     ============================================================ */
  --slate-0:    #FFFFFF;
  --slate-50:   #F6F7FC;   /* page bg */
  --slate-100:  #ECEEF4;
  --slate-200:  #DDE1ED;
  --slate-300:  #C0C7D8;
  --slate-400:  #98A0B5;
  --slate-500:  #7782A0;
  --slate-600:  #4A5168;
  --slate-700:  #333A4F;
  --slate-800:  #1F2436;
  --slate-900:  #0F1626;   /* deepest UI dark */


  /* ============================================================
     5. SEMANTIC TOKENS
     Map to the scales above. Always use these in components.
     ============================================================ */
  /* Surfaces */
  --bg:         var(--slate-50);
  --bg-white:   var(--slate-0);
  --bg-panel:   var(--slate-100);
  --bg-tint:    var(--blue-50);            /* subtle blue panel */
  --bg-violet:  var(--violet-50);          /* subtle violet panel */
  --bg-amber:   var(--amber-50);           /* subtle trust panel */
  --bg-dark:    var(--slate-900);          /* #0F1626 */
  --cta-bg:     var(--bg-dark);

  /* Borders */
  --border:        var(--slate-200);
  --border-mid:    var(--slate-300);
  --border-strong: var(--slate-400);

  /* Text */
  --text-1:     var(--slate-900);          /* near-black, headings + body */
  --text-2:     var(--slate-600);          /* body copy */
  --text-3:     var(--slate-500);          /* meta, captions */
  --text-mute:  var(--slate-400);          /* placeholders */
  --text-inv:   #F0F2F8;                   /* on dark surfaces */
  --text-inv-2: rgba(240, 242, 248, 0.72);

  /* Status */
  --success:    #2F7D5A;
  --success-bg: #E6F3EC;
  --warn:       var(--amber-500);
  --warn-bg:    var(--amber-50);
  --danger:     #B53A2C;
  --danger-bg:  #FBEAE6;
  --info:       var(--blue-400);
  --info-bg:    var(--blue-50);

  /* Brand violet-on-dark (lighter for AA contrast on var(--bg-dark)) */
  --violet-on-dark: var(--violet-300);     /* #AC8AE5 */

  /* Focus */
  --focus-ring: 0 0 0 3px rgba(67, 106, 196, 0.32);


  /* ============================================================
     6. RADII · SHADOWS
     ============================================================ */
  --r-xs:  4px;
  --r-sm:  6px;
  --r:     9px;
  --r-md:  10px;
  --r-lg:  14px;
  --r-xl:  22px;
  --r-2xl: 28px;
  --r-pill: 999px;

  --shadow-xs: 0 1px 2px rgba(15, 22, 38, 0.06);
  --shadow-sm: 0 2px 6px rgba(15, 22, 38, 0.05), 0 1px 2px rgba(15, 22, 38, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 22, 38, 0.07), 0 2px 6px rgba(15, 22, 38, 0.05);
  --shadow-lg: 0 20px 56px rgba(15, 22, 38, 0.10), 0 4px 14px rgba(15, 22, 38, 0.06);
  --shadow-xl: 0 32px 80px rgba(15, 22, 38, 0.14), 0 8px 24px rgba(15, 22, 38, 0.08);
  --shadow-violet: 0 12px 36px rgba(142, 108, 220, 0.20);

  --ring-dark: inset 0 0 0 1px rgba(240, 242, 248, 0.10);


  /* ============================================================
     7. SPACING · GRID
     ============================================================ */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  --max:        1140px;
  --max-narrow:  720px;
  --px:         clamp(18px, 5vw, 68px);
  --nav-h:      64px;


  /* ============================================================
     8. MOTION
     ============================================================ */
  --ease:       cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast:     120ms;
  --t-base:     200ms;
  --t-slow:     400ms;


  /* ============================================================
     9. TYPE · FAMILIES (LOCKED)
     ============================================================ */
  --font-display:   'Jost', ui-sans-serif, system-ui, sans-serif;
  --font-h:         var(--font-display);

  --font-body:      'Manrope', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-b:         var(--font-body);

  --font-editorial: 'Newsreader', 'Iowan Old Style', Georgia, serif;
  --font-mono:      'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;


  /* ============================================================
    10. TYPE · SIZES + LINE-HEIGHTS
     ============================================================ */
  --fs-display-1: clamp(44px, 6vw, 76px);
  --fs-display-2: clamp(34px, 4.4vw, 56px);
  --fs-h1:        clamp(28px, 3.6vw, 44px);
  --fs-h2:        clamp(24px, 3.0vw, 36px);
  --fs-h3:        clamp(18px, 1.8vw, 22px);
  --fs-h4:        16px;
  --fs-lead:      clamp(17px, 1.4vw, 19px);
  --fs-body:      16px;
  --fs-body-sm:   14.5px;
  --fs-meta:      13px;
  --fs-micro:     11.5px;

  --lh-tight:     1.06;
  --lh-snug:      1.18;
  --lh-base:      1.55;
  --lh-relaxed:   1.7;

  --tr-tight:     -0.022em;   /* display — Jost has its own optical balance */
  --tr-snug:      -0.014em;
  --tr-base:      -0.004em;
  --tr-wide:      0.04em;
  --tr-eyebrow:   0.12em;
}


/* ============================================================
   SEMANTIC TYPE CLASSES
   ============================================================ */
.ds-display-1 {
  font-family: var(--font-display);
  font-size: var(--fs-display-1);
  font-weight: 600;
  line-height: var(--lh-tight);
  letter-spacing: var(--tr-tight);
  color: var(--text-1);
}
.ds-display-2 {
  font-family: var(--font-display);
  font-size: var(--fs-display-2);
  font-weight: 600;
  line-height: var(--lh-snug);
  letter-spacing: var(--tr-tight);
  color: var(--text-1);
}
.ds-h1 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 600;
  line-height: var(--lh-snug);
  letter-spacing: var(--tr-snug);
  color: var(--text-1);
}
.ds-h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 600;
  line-height: var(--lh-snug);
  letter-spacing: var(--tr-snug);
  color: var(--text-1);
}
.ds-h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: var(--tr-base);
  color: var(--text-1);
}
.ds-h4 {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 500;
  line-height: 1.35;
  color: var(--text-1);
}

.ds-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: var(--tr-eyebrow);
  text-transform: uppercase;
  color: var(--blue-400);
}
.ds-eyebrow::before {
  content: '';
  width: 18px; height: 1px;
  background: var(--slate-400);
}

.ds-pill-blue {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: var(--tr-eyebrow);
  text-transform: uppercase;
  color: var(--blue-700);
  background: var(--blue-50);
  padding: 4px 12px;
  border-radius: var(--r-pill);
}
.ds-pill-violet {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--violet-700);
  background: var(--violet-50);
  border: 1px solid var(--violet-100);
  padding: 3px 9px;
  border-radius: var(--r-sm);
}
.ds-pill-amber {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: var(--tr-eyebrow);
  text-transform: uppercase;
  color: var(--amber-700);
  background: var(--amber-50);
  border: 1px solid var(--amber-100);
  padding: 4px 11px;
  border-radius: var(--r-pill);
}
.ds-pill-amber::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--amber-400);
}

.ds-lead {
  font-family: var(--font-body);
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--text-2);
  font-weight: 400;
}

.ds-body,
body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--text-2);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ds-body-sm   { font-size: var(--fs-body-sm); line-height: 1.65; }
.ds-meta      { font-size: var(--fs-meta);    color: var(--text-3); }

.ds-quote {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.32;
  letter-spacing: -0.005em;
  color: var(--text-1);
  font-weight: 500;
}

.ds-mono {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0;
  color: var(--text-2);
}

.ds-link {
  color: var(--blue-700);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--blue-200);
  transition: color var(--t-fast) var(--ease),
              text-decoration-color var(--t-fast) var(--ease);
}
.ds-link:hover {
  color: var(--blue-800);
  text-decoration-color: var(--blue-500);
}


/* ============================================================
   BASE RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
img  { max-width: 100%; height: auto; display: block; }
ul   { list-style: none; }
a    { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--text-1); line-height: 1.18; }
h1 { font-size: var(--fs-display-2); font-weight: 600; letter-spacing: var(--tr-tight); }
h2 { font-size: var(--fs-h2);        font-weight: 600; letter-spacing: var(--tr-snug); }
h3 { font-size: var(--fs-h3);        font-weight: 500; letter-spacing: var(--tr-base); }
h4 { font-size: var(--fs-h4);        font-weight: 500; }
p  { margin: 0 0 1rem 0; }
p:last-child { margin-bottom: 0; }


/* ==========================================================================
   DS COMPONENTS · 2026 archetype layer  (.pr-*)
   Ported 1:1 from design_references/components/*.jsx — every px is canonical.
   Tokens only. Breakpoints: 980px (tablet), 640px (mobile).
   ========================================================================== */

/* ---- shared primitives ---------------------------------------------------- */
.pr-eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--font-body); font-size:11px; font-weight:600;
  letter-spacing:.12em; text-transform:uppercase; color:var(--blue-400);
  margin-bottom:14px; white-space:nowrap;
}
.pr-eyebrow::before{ content:''; width:18px; height:1px; background:var(--slate-400); }
.pr-mono{ font-family:var(--font-mono); font-size:11px; color:var(--text-3); letter-spacing:.04em; }

.pr-btn{
  display:inline-flex; align-items:center; justify-content:center;
  font-family:var(--font-body); font-size:14.5px; font-weight:600;
  border-radius:6px; padding:13px 26px; transition:transform var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.pr-btn--primary{ background:var(--slate-900); color:#fff; }
.pr-btn--primary:hover{ background:var(--blue-600); transform:translateY(-1px); }
.pr-btn--ghost{
  font-size:14px; font-weight:500; color:var(--text-2); padding:12px 0;
  border-bottom:1px solid var(--slate-200); border-radius:0;
}
.pr-btn--ghost:hover{ color:var(--slate-900); border-color:var(--violet-400); }
.pr-cta-row{ display:flex; align-items:flex-end; gap:16px; flex-wrap:wrap; }

:where(a,button,[tabindex]):focus-visible{ outline:none; box-shadow:var(--focus-ring); border-radius:3px; }

/* ---- Nav ------------------------------------------------------------------ */
.pr-nav{
  height:68px; padding:0 56px; display:flex; align-items:center;
  justify-content:space-between; background:transparent; position:relative; z-index:30;
}
.pr-nav__logo{ display:flex; align-items:center; }
.pr-nav__logo img{ height:24px; width:auto; display:block; }
.pr-nav__links{ display:flex; gap:32px; list-style:none; margin:0; padding:0; }
.pr-nav__link{
  font-family:var(--font-body); font-size:14px; font-weight:500;
  color:var(--text-2); padding-bottom:2px; border-bottom:1.5px solid transparent;
  transition:color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.pr-nav__link:hover{ color:var(--slate-900); border-color:var(--violet-400); }
.pr-nav__link.active{ color:var(--slate-900); border-color:var(--violet-400); }
.pr-nav__cta{
  background:transparent; color:var(--slate-900); padding:8px 0;
  border-bottom:1.5px solid var(--slate-900);
  font-family:var(--font-body); font-size:13.5px; font-weight:600;
}
.pr-nav__cta:hover{ color:var(--blue-600); border-color:var(--blue-600); }
.pr-hamburger{ display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:8px; }
.pr-hamburger span{ width:22px; height:2px; background:var(--slate-900); border-radius:2px; }
.pr-navov{
  position:fixed; inset:0; z-index:40; background:var(--slate-900);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:28px;
  opacity:0; pointer-events:none; transition:opacity var(--t-base) var(--ease);
}
.pr-navov.open{ opacity:1; pointer-events:auto; }
.pr-navov a{ font-family:var(--font-display); font-size:24px; font-weight:500; color:var(--text-inv); }
.pr-navov .pr-btn--primary{ background:var(--blue-400); }
.pr-navov-close{ position:absolute; top:24px; right:28px; background:none; border:0; color:var(--text-inv); font-size:26px; cursor:pointer; }

/* ---- HeroEditorial -------------------------------------------------------- */
/* Kanonischer Hero — von index/.pr-phero/.pr-events-hero gemeinsam genutzt */
.pr-hero{ padding:32px 56px 56px; position:relative; }
.pr-hero__grid{ display:grid; grid-template-columns:1fr 420px; gap:56px; align-items:center; }
.pr-hero__main{ min-width:0; }
.pr-hero__edition{
  display:flex; align-items:center; gap:16px; margin-bottom:36px; flex-wrap:wrap;
  font-family:var(--font-mono); font-size:11.5px; color:var(--text-3); letter-spacing:.04em;
}
.pr-hero__edition .ed-v{ color:var(--violet-400); }
.pr-hero__edition .ed-r{ width:60px; height:1px; background:var(--slate-200); }
.pr-hero__h1{
  font-family:var(--font-display); font-weight:600;
  font-size:clamp(46px,7.4vw,104px); line-height:.98; letter-spacing:-.028em;
  color:var(--slate-900); margin-bottom:24px;
}
.pr-accent{ font-family:var(--font-editorial); font-style:italic; font-weight:500; color:var(--violet-400); letter-spacing:-.020em; }
.pr-accent--amber{ font-family:inherit; font-style:inherit; font-weight:inherit; color:var(--amber-400); letter-spacing:inherit; }
.pr-hero__media{ }
.pr-hero__portrait{
  width:100%; max-width:420px; aspect-ratio:4/5; margin-left:auto; display:block;
  object-fit:cover; border-radius:6px; box-shadow:var(--shadow-lg);
}
.pr-hero__lead{ font-size:18px; line-height:1.55; color:var(--text-2); max-width:46ch; margin-bottom:28px; }

/* ---- TrustStrip ----------------------------------------------------------- */
.pr-trust{ border-top:1px solid var(--slate-200); border-bottom:1px solid var(--slate-200); background:var(--slate-0); }
.pr-trust__in{ padding:16px 56px; display:flex; align-items:center; gap:36px; flex-wrap:wrap; }
.pr-trust__item{ display:flex; align-items:center; gap:9px; font-family:var(--font-body); font-size:13px; color:var(--text-2); }
.pr-trust__dot{ width:5px; height:5px; border-radius:99px; background:var(--amber-400); flex:none; }

/* ---- ServicesList (editorial rows; body widened for verbatim copy) -------- */
.pr-services{ padding:80px 56px 56px; }
.pr-section-head{ display:flex; align-items:baseline; justify-content:space-between; gap:24px; margin-bottom:40px; }
.pr-section-title{
  font-family:var(--font-display); font-size:clamp(30px,5vw,48px); font-weight:600;
  letter-spacing:-.02em; line-height:1.05; color:var(--slate-900);
}
.pr-services__row{
  display:grid; grid-template-columns:64px 1fr; gap:32px;
  padding:36px 0; border-top:1px solid var(--slate-200);
  text-decoration:none; color:inherit; transition:background var(--t-fast) var(--ease);
}
.pr-services__row:hover{ background:var(--slate-50); }
.pr-services__num{ font-family:var(--font-display); font-size:30px; font-weight:600; letter-spacing:-.014em; color:var(--violet-400); }
.pr-services__rhead{ display:flex; align-items:baseline; justify-content:space-between; gap:16px; margin-bottom:14px; flex-wrap:wrap; }
.pr-services__rtitle{ font-family:var(--font-display); font-size:clamp(22px,2.6vw,30px); font-weight:500; letter-spacing:-.014em; line-height:1.12; color:var(--slate-900); }
.pr-services__tag{ font-family:var(--font-mono); font-size:10.5px; color:var(--violet-400); letter-spacing:.02em; white-space:nowrap; }
.pr-services__tag--amber{ color:var(--amber-700); }
.pr-services__body{ font-size:15px; line-height:1.7; color:var(--text-2); max-width:62ch; }
.pr-services__body p{ margin:0 0 12px; }
.pr-services__body p:last-child{ margin-bottom:0; }
.pr-services__body strong{ color:var(--slate-900); font-weight:600; }
.pr-services__more{ display:inline-block; margin-top:14px; font-family:var(--font-body); font-size:13px; font-weight:600; color:var(--blue-400); }
.pr-services__media{ margin-bottom:18px; border-radius:var(--r-lg); overflow:hidden; border:1px solid var(--slate-200); }
.pr-services__media img{ width:100%; aspect-ratio:16/10; object-fit:cover; display:block; }

/* ---- About + credential cards -------------------------------------------- */
.pr-about{ padding:80px 56px; background:var(--slate-0); border-top:1px solid var(--slate-200); }
.pr-about__grid{ display:grid; grid-template-columns:360px 1fr; gap:56px; align-items:start; }
.pr-about__media img{ width:100%; aspect-ratio:4/5; object-fit:cover; border-radius:var(--r-lg); box-shadow:var(--shadow-lg); display:block; }
.pr-about__bio{ font-size:16.5px; line-height:1.75; color:var(--text-2); margin-bottom:16px; max-width:60ch; }
.pr-cred-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:32px; }
.pr-cred{ background:var(--slate-0); border:1px solid var(--slate-200); border-radius:var(--r-lg); padding:22px; transition:border-color 150ms var(--ease), transform 150ms var(--ease); }
.pr-cred:hover{ border-color:var(--violet-500); transform:translateY(-2px); }
.pr-cred__tag{ font-family:var(--font-mono); font-size:10.5px; color:var(--violet-400); letter-spacing:.04em; text-transform:uppercase; }
.pr-cred h4{ font-family:var(--font-display); font-size:16px; font-weight:600; color:var(--slate-900); margin:10px 0 8px; line-height:1.3; }
.pr-cred p{ font-size:13.5px; line-height:1.6; color:var(--text-2); }

/* ---- ProcessTimeline ------------------------------------------------------ */
.pr-timeline{ background:var(--slate-50); padding:80px 56px; border-top:1px solid var(--slate-200); border-bottom:1px solid var(--slate-200); }
.pr-timeline__track{ position:relative; }
.pr-timeline__track::before{ content:''; position:absolute; top:28px; left:28px; right:28px; height:1px; background:var(--slate-200); }
.pr-timeline__track:has(.pr-timeline__grid--6)::before{ display:none; }
.pr-timeline__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; position:relative; }
.pr-timeline__grid--6{ grid-template-columns:repeat(3,1fr); row-gap:40px; }
.pr-timeline__num{
  width:56px; height:56px; border-radius:99px; background:#fff; border:1.5px solid var(--violet-400);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-size:22px; font-weight:600; color:var(--violet-400);
  letter-spacing:-.014em; margin-bottom:18px;
}
.pr-timeline__tag{ font-family:var(--font-mono); font-size:10.5px; color:var(--text-3); letter-spacing:.04em; text-transform:uppercase; margin-bottom:6px; }
.pr-timeline__t{ font-family:var(--font-display); font-size:20px; font-weight:500; letter-spacing:-.010em; line-height:1.2; color:var(--slate-900); margin-bottom:8px; }
.pr-timeline__d{ font-size:13.5px; line-height:1.55; color:var(--text-2); }

/* ---- EditorialQuote ------------------------------------------------------- */
.pr-quote{ background:var(--slate-0); padding:72px 56px; border-top:1px solid var(--slate-200); border-bottom:1px solid var(--slate-200); }
.pr-quote__grid{ display:grid; grid-template-columns:200px 1fr; gap:56px; align-items:start; }
.pr-quote__mono{ font-family:var(--font-mono); font-size:11px; color:var(--amber-400); letter-spacing:.04em; text-transform:uppercase; margin-bottom:16px; }
.pr-quote__label{ font-family:var(--font-body); font-size:11.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--amber-700); line-height:1.4; white-space:pre-line; }
.pr-quote__lede{ font-size:16.5px; line-height:1.75; color:var(--text-2); margin-bottom:24px; max-width:52ch; }
.pr-quote__text{ font-family:var(--font-editorial); font-style:italic; font-weight:400; font-size:clamp(22px,3vw,34px); line-height:1.22; letter-spacing:-.012em; color:var(--slate-900); margin-bottom:28px; max-width:34ch; }
.pr-quote__attrib{ display:flex; align-items:center; gap:14px; font-family:var(--font-body); font-size:13px; color:var(--text-3); }
.pr-quote__avatar{ width:40px; height:40px; border-radius:99px; object-fit:cover; border:2px solid var(--amber-400); }
.pr-quote__attrib strong{ display:block; color:var(--slate-900); font-weight:600; }

/* ---- FaqAccordion (reuses .faq-item/.faq-q/.faq-a JS contract) ----------- */
.pr-faq{ padding:80px 56px; }
.pr-faq__list{ border-bottom:1px solid var(--slate-200); }
.pr-faq .faq-item{ border-top:1px solid var(--slate-200); padding:0; }
.pr-faq .faq-q{
  all:unset; box-sizing:border-box; cursor:pointer; width:100%;
  display:grid; grid-template-columns:80px 1fr 60px; gap:32px; align-items:baseline;
  padding:24px 0;
}
.pr-faq .faq-idx{ font-family:var(--font-mono); font-size:13px; color:var(--violet-400); letter-spacing:.02em; }
.pr-faq .faq-qt{ font-family:var(--font-display); font-size:clamp(18px,2.2vw,22px); font-weight:500; letter-spacing:-.012em; line-height:1.25; color:var(--slate-900); }
.pr-faq .faq-plus{ font-family:var(--font-mono); font-size:16px; color:var(--text-3); text-align:right; transition:transform var(--t-base) var(--ease); display:inline-block; }
.pr-faq .faq-item.open .faq-plus{ transform:rotate(45deg); }
.pr-faq .faq-a{ max-height:0; overflow:hidden; transition:max-height 320ms var(--ease); }
.pr-faq .faq-a-inner{
  display:grid; grid-template-columns:80px 1fr 60px; gap:32px;
  padding:0 0 24px;
}
.pr-faq .faq-a-inner p{
  grid-column:2; font-family:var(--font-body); font-size:15px; line-height:1.7;
  color:var(--text-2); max-width:56ch; margin:0;
}

/* ---- CtaSection (id stays #kontakt) -------------------------------------- */
.pr-cta{ background:var(--slate-900); position:relative; overflow:hidden; padding:88px 56px; }
.pr-cta__grid{
  position:absolute; inset:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(142,108,220,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142,108,220,.08) 1px, transparent 1px);
  background-size:48px 48px;
  -webkit-mask-image:radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,.35) 80%);
  mask-image:radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,.35) 80%);
}
.pr-cta__in{ position:relative; max-width:720px; margin:0 auto; text-align:center; }
.pr-cta__eye{
  display:inline-flex; align-items:center; gap:10px; font-family:var(--font-mono);
  font-size:11px; color:var(--violet-300); letter-spacing:.04em; margin-bottom:18px; white-space:nowrap;
}
.pr-cta__eye .dot{ width:6px; height:6px; border-radius:99px; background:var(--violet-400); box-shadow:0 0 8px var(--violet-400); animation:pr-blink 2.4s var(--ease) infinite; }
@keyframes pr-blink{ 0%,100%{opacity:1;} 50%{opacity:.25;} }
.pr-cta__h2{ font-family:var(--font-display); font-size:clamp(34px,5.4vw,56px); font-weight:600; letter-spacing:-.022em; line-height:1.04; color:#fff; margin-bottom:16px; }
.pr-cta__h2 .pr-accent{ color:var(--violet-300); }
.pr-cta__sub{ font-family:var(--font-body); font-size:16.5px; line-height:1.65; color:rgba(240,242,248,.78); margin-bottom:32px; }
.pr-cta__actions{ display:inline-flex; align-items:center; gap:14px; flex-wrap:wrap; justify-content:center; }
.pr-cta__btn{ background:var(--blue-400); color:#fff; padding:13px 26px; border-radius:7px; font-family:var(--font-body); font-size:14.5px; font-weight:600; transition:background var(--t-fast) var(--ease), transform var(--t-fast) var(--ease); }
.pr-cta__btn:hover{ background:var(--blue-600); transform:translateY(-1px); }
.pr-cta__mail{ margin-top:32px; font-family:var(--font-mono); font-size:11px; color:rgba(240,242,248,.55); letter-spacing:.02em; }
.pr-cta__mail a{ color:rgba(240,242,248,.85); border-bottom:1px solid rgba(240,242,248,.3); padding-bottom:1px; }

/* ---- Footer --------------------------------------------------------------- */
.pr-footer{ background:var(--slate-50); border-top:1px solid var(--slate-200); }
.pr-footer__in{ padding:56px 56px 28px; }
.pr-footer__grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:48px; align-items:start; }
.pr-footer__brand img{ height:28px; width:auto; display:block; }
.pr-footer__brand p{ margin-top:18px; font-size:13.5px; line-height:1.65; color:var(--text-2); max-width:32ch; }
.pr-footer__col h4{ font-family:var(--font-mono); font-size:11px; font-weight:500; letter-spacing:.08em; text-transform:uppercase; color:var(--text-3); margin-bottom:14px; }
.pr-footer__col > div{ display:flex; flex-direction:column; gap:8px; font-family:var(--font-body); font-size:13.5px; color:var(--text-2); line-height:1.5; }
.pr-footer__col a:hover{ color:var(--slate-900); }
.pr-footer__col a[href^="mailto"]{ color:var(--slate-900); }
.pr-footer__linkedin{ display:inline-flex; align-items:center; gap:7px; }
.pr-footer__bottom{
  margin-top:48px; padding-top:24px; border-top:1px solid var(--slate-200);
  display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap;
  font-family:var(--font-mono); font-size:11px; color:var(--text-3); letter-spacing:.02em;
}
.pr-footer__bottom a{ color:var(--amber-700); border-bottom:1px solid var(--amber-400); padding-bottom:1px; }

/* ---- PillarHero ----------------------------------------------------------- */
.pr-phero{ padding:32px 56px 56px; }
.pr-phero__crumb{ display:flex; align-items:center; gap:16px; margin-bottom:28px; font-family:var(--font-mono); font-size:11.5px; color:var(--text-3); letter-spacing:.04em; flex-wrap:wrap; }
.pr-phero__crumb a{ color:var(--violet-400); }
.pr-phero__crumb .ed-r{ width:60px; height:1px; background:var(--slate-200); }
.pr-phero__h1{ font-family:var(--font-display); font-weight:600; font-size:clamp(34px,6vw,72px); line-height:1.02; letter-spacing:-.024em; color:var(--slate-900); margin-bottom:22px; max-width:18ch; }
.pr-phero__lead{ font-size:18px; line-height:1.55; color:var(--text-2); max-width:52ch; margin-bottom:28px; }

/* ---- pillar intro + prose + ServiceCard grid + blueprint ----------------- */
.pr-pillar-intro{ padding:8px 56px 8px; }
.pr-pillar-intro p{ font-size:19px; line-height:1.65; color:var(--text-2); max-width:52ch; }
.pr-prose{ padding:64px 56px; }
.pr-prose__body{ max-width:62ch; }
.pr-prose__body p{ font-size:16.5px; line-height:1.75; color:var(--text-2); margin:0 0 16px; }
.pr-prose__body p:last-child{ margin-bottom:0; }
.pr-prose__body strong{ color:var(--slate-900); font-weight:600; }
.pr-cardsec{ padding:40px 56px 80px; }
.pr-cardgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.pr-card{ display:flex; flex-direction:column; background:#fff; border-radius:10px; border:1px solid var(--slate-200); overflow:hidden; color:inherit; text-decoration:none; transition:border-color 150ms var(--ease), transform 150ms var(--ease); }
.pr-card:hover{ border-color:var(--violet-400); transform:translateY(-2px); }
.pr-card__img{ aspect-ratio:16/10; width:100%; object-fit:cover; display:block; }
.pr-card__body{ padding:22px; display:flex; flex-direction:column; gap:10px; }
.pr-card__tag{ align-self:flex-start; display:inline-flex; align-items:center; gap:6px; font-family:var(--font-mono); font-size:10.5px; color:var(--violet-400); background:var(--violet-50); border:1px solid var(--violet-100); border-radius:5px; padding:3px 8px; letter-spacing:.02em; }
.pr-card__tag--amber{ color:var(--amber-700); background:var(--amber-50); border-color:var(--amber-400); }
.pr-card__title{ font-family:var(--font-display); font-size:20px; font-weight:500; letter-spacing:-.010em; line-height:1.2; color:var(--slate-900); }
.pr-card__desc{ font-size:14px; line-height:1.55; color:var(--text-2); margin-top:2px; }
.pr-card__more{ margin-top:6px; font-family:var(--font-body); font-size:13px; font-weight:600; color:var(--blue-400); }

.pr-blueprint{ padding:24px 56px 64px; }
.pr-blueprint__panel{ background:#fff; border:1px solid var(--slate-200); border-radius:12px; padding:32px 36px; background-image:linear-gradient(rgba(67,106,196,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(67,106,196,.04) 1px, transparent 1px); background-size:24px 24px; }
.pr-blueprint__lbl{ font-family:var(--font-mono); font-size:11px; color:var(--violet-400); letter-spacing:.04em; margin-bottom:18px; }
.pr-blueprint__flow{ display:flex; align-items:center; justify-content:space-between; gap:0; flex-wrap:wrap; }
.pr-bp-box{ background:#fff; border:1.5px solid var(--blue-400); border-radius:10px; padding:16px 20px; box-shadow:var(--shadow-sm); min-width:200px; flex:1; }
.pr-bp-box__kind{ font-family:var(--font-mono); font-size:10.5px; color:var(--violet-400); letter-spacing:.04em; text-transform:uppercase; }
.pr-bp-box__title{ font-family:var(--font-display); font-size:18px; font-weight:500; letter-spacing:-.012em; color:var(--slate-900); margin:4px 0 8px; }
.pr-bp-box__meta{ font-family:var(--font-mono); font-size:11px; color:var(--text-2); }
.pr-bp-arrow{ display:flex; flex-direction:column; align-items:center; gap:6px; padding:0 16px; color:var(--violet-400); font-family:var(--font-mono); font-size:10.5px; min-width:120px; }
.pr-bp-arrow svg{ width:100%; max-width:160px; }
.pr-bp-arrow .lat{ color:var(--text-3); font-size:9.5px; }

/* ---- EventsHero + EventsList (Archetyp C) -------------------------------- */
.pr-events-hero{ padding:clamp(48px,7vw,88px) 56px clamp(36px,5vw,56px); background:var(--slate-50); border-bottom:1px solid var(--slate-200); }
.pr-events-hero__strip{ display:flex; align-items:center; gap:14px; font-family:var(--font-mono); font-size:11px; letter-spacing:.06em; color:var(--text-3); margin-bottom:28px; flex-wrap:wrap; }
.pr-events-hero__strip .ev-v{ color:var(--violet-400); }
.pr-events-hero__strip .ed-r{ width:24px; height:1px; background:var(--slate-200); }
.pr-events-hero__h1{ font-family:var(--font-display); font-size:clamp(36px,5.4vw,68px); font-weight:600; letter-spacing:-.022em; line-height:1.06; color:var(--slate-900); margin:0; max-width:18ch; }
.pr-events-hero__lead{ margin-top:24px; max-width:52ch; font-family:var(--font-body); font-size:18px; line-height:1.65; color:var(--text-2); margin-bottom:24px; }

.pr-events{ padding:clamp(40px,5vw,72px) 56px; background:#fff; }
.pr-events__in{ max-width:980px; margin:0 auto; }
.pr-events__head{ display:flex; align-items:baseline; gap:14px; margin-bottom:8px; flex-wrap:wrap; }
.pr-events__head--past{ margin-top:64px; }
.pr-events__head h2{ font-family:var(--font-display); font-size:24px; font-weight:600; letter-spacing:-.014em; color:var(--slate-900); margin:0; }
.pr-events__count{ font-family:var(--font-mono); font-size:11px; color:var(--violet-400); letter-spacing:.06em; }
.pr-events__count--archiv{ color:var(--text-3); }
.pr-events__rule{ border-top:1px solid var(--slate-200); }

/* Karussell nutzt die Legacy-.evt-*-Regeln (tokenisiert). Nur Polish: */
.pr-events__hint{ font-family:var(--font-body); font-size:15px; line-height:1.65; color:var(--text-2); max-width:60ch; margin:6px 0 22px; }
.evt-subtitle{ font-family:var(--font-body); font-size:13.5px; font-weight:500; color:var(--text-3); margin:2px 0 0; }

/* ---- LegalDocument (Archetyp D) ----------------------------------------- */
.pr-legal{ background:#fff; }
.pr-legal__header{ padding:clamp(48px,7vw,88px) 56px 0; background:var(--slate-50); border-bottom:1px solid var(--slate-200); }
.pr-legal__header-in{ max-width:1080px; margin:0 auto; padding-bottom:48px; }
.pr-legal__strip{ display:flex; align-items:center; gap:12px; font-family:var(--font-mono); font-size:11px; color:var(--text-3); letter-spacing:.06em; margin-bottom:24px; flex-wrap:wrap; }
.pr-legal__strip .ev-v{ color:var(--violet-400); }
.pr-legal__strip .ed-r{ width:24px; height:1px; background:var(--slate-200); }
.pr-legal__h1{ font-family:var(--font-display); font-size:clamp(34px,4.4vw,52px); font-weight:600; letter-spacing:-.018em; line-height:1.08; color:var(--slate-900); margin:0; max-width:20ch; }
.pr-legal__lede{ margin-top:20px; max-width:52ch; font-family:var(--font-body); font-size:17px; line-height:1.65; color:var(--text-2); }
.pr-legal__body{ padding:clamp(40px,5vw,72px) 56px; }
.pr-legal__body-in{ max-width:1080px; margin:0 auto; display:grid; grid-template-columns:220px 1fr; gap:clamp(40px,6vw,88px); align-items:start; }
.pr-legal__toc{ position:sticky; top:32px; font-family:var(--font-body); font-size:13.5px; }
.pr-legal__toc-h{ font-family:var(--font-mono); font-size:10.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--text-3); margin-bottom:16px; }
.pr-legal__toc ol{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:6px; }
.pr-legal__toc a{ display:grid; grid-template-columns:28px 1fr; gap:8px; padding:4px 0; color:var(--text-2); line-height:1.4; }
.pr-legal__toc a .n{ font-family:var(--font-mono); font-size:11px; color:var(--text-3); padding-top:2px; }
.pr-legal__toc a:hover{ color:var(--slate-900); }
.pr-legal__toc a.is-active{ color:var(--slate-900); font-weight:600; }
.pr-legal__toc-foot{ margin-top:28px; padding-top:18px; border-top:1px solid var(--slate-200); font-family:var(--font-mono); font-size:11px; color:var(--text-3); line-height:1.6; }
.pr-legal__reading{ max-width:660px; font-family:var(--font-body); font-size:16.5px; line-height:1.75; color:var(--text-2); }
.pr-legal__sec{ padding-top:12px; margin-bottom:48px; scroll-margin-top:80px; }
.pr-legal__sec-head{ display:flex; align-items:baseline; gap:14px; margin-bottom:12px; }
.pr-legal__num{ font-family:var(--font-mono); font-size:12px; letter-spacing:.06em; color:var(--violet-400); white-space:nowrap; }
.pr-legal__sec > h2{ font-family:var(--font-display); font-size:26px; font-weight:600; letter-spacing:-.014em; line-height:1.18; color:var(--slate-900); margin:0; }
.pr-legal__reading p{ margin:0 0 18px; }
.pr-legal__reading p:last-child{ margin-bottom:0; }
.pr-legal__reading h3{ font-family:var(--font-display); font-size:18px; font-weight:600; letter-spacing:-.005em; color:var(--slate-900); margin:28px 0 10px; line-height:1.32; }
.pr-legal__reading ul{ margin:0 0 18px; padding-left:0; list-style:none; }
.pr-legal__reading li{ position:relative; padding-left:22px; margin-bottom:6px; line-height:1.65; }
.pr-legal__reading li::before{ content:''; position:absolute; left:0; top:12px; width:8px; height:1px; background:var(--slate-400); }
.pr-legal__reading a{ color:var(--blue-600); border-bottom:1px solid var(--slate-200); padding-bottom:1px; }
.pr-legal__reading a:hover{ border-bottom-color:var(--blue-400); color:var(--blue-400); }
.pr-legal__reading strong{ color:var(--slate-900); font-weight:600; }
.pr-legal__reading code{ font-family:var(--font-mono); font-size:.92em; background:var(--slate-100); padding:1px 6px; border-radius:4px; color:var(--slate-900); }
.pr-legal__reading .info-box{ padding:18px 22px; background:var(--slate-50); border:1px solid var(--slate-200); border-radius:10px; line-height:1.65; margin:0 0 18px; }
.pr-legal__reading .info-box p{ margin:0 0 10px; }
.pr-legal__reading .info-box p:last-child{ margin-bottom:0; }
.pr-legal__reading table{ width:100%; border-collapse:collapse; margin:8px 0 18px; font-size:14.5px; }
.pr-legal__reading th{ text-align:left; font-family:var(--font-mono); font-size:11px; font-weight:500; letter-spacing:.04em; text-transform:uppercase; color:var(--text-3); padding:8px 12px 8px 0; border-bottom:1px solid var(--slate-200); }
.pr-legal__reading td{ font-size:14px; color:var(--text-2); padding:12px 12px 12px 0; border-bottom:1px solid var(--slate-200); vertical-align:top; }
.pr-legal__reading .highlight-box{ margin:18px 0; padding:16px 20px; background:var(--blue-50); border:1px solid var(--blue-100); border-left:3px solid var(--blue-400); border-radius:8px; }
.pr-legal__reading .highlight-box p{ margin:0; }
.pr-legal__reading ul ul{ margin:6px 0 0; }

/* ---- responsive ----------------------------------------------------------- */
@media (max-width:980px){
  .pr-nav,.pr-hero,.pr-trust__in,.pr-services,.pr-about,.pr-timeline,.pr-quote,.pr-faq,.pr-cta,.pr-footer__in,.pr-phero,.pr-pillar-intro,.pr-cardsec,.pr-blueprint,.pr-prose,.pr-events-hero,.pr-events{ padding-left:clamp(18px,5vw,40px); padding-right:clamp(18px,5vw,40px); }
  .pr-nav__links,.pr-nav__cta{ display:none; }
  .pr-hamburger{ display:flex; }
  .pr-hero__grid{ grid-template-columns:1fr; gap:32px; }
  .pr-hero__portrait{ max-width:480px; margin-left:0; }
  .pr-about__grid{ grid-template-columns:1fr; }
  .pr-cred-grid{ grid-template-columns:repeat(2,1fr); }
  .pr-timeline__grid{ grid-template-columns:repeat(2,1fr); }
  .pr-timeline__track::before{ display:none; }
  .pr-quote__grid{ grid-template-columns:1fr; gap:24px; }
  .pr-cardgrid{ grid-template-columns:repeat(2,1fr); }
  .pr-footer__grid{ grid-template-columns:1fr 1fr; }
  .pr-blueprint__flow{ flex-direction:column; align-items:stretch; }
  .pr-bp-arrow{ transform:rotate(90deg); min-width:0; padding:8px 0; }
  .pr-legal__header,.pr-legal__body{ padding-left:clamp(18px,5vw,40px); padding-right:clamp(18px,5vw,40px); }
  .pr-legal__body-in{ grid-template-columns:1fr; gap:32px; }
  .pr-legal__toc{ position:static; }
}
@media (max-width:640px){
  .pr-cred-grid,.pr-timeline__grid,.pr-cardgrid,.pr-footer__grid{ grid-template-columns:1fr; }
  .pr-services__row{ grid-template-columns:40px 1fr; gap:16px; }
  .pr-faq .faq-q,.pr-faq .faq-a-inner{ grid-template-columns:32px 1fr; gap:14px; }
  .pr-faq .faq-plus{ display:none; }
  .pr-faq .faq-a-inner p{ grid-column:2; }
  .pr-footer__bottom{ flex-direction:column; align-items:flex-start; }
}


/* ==========================================================================
   LEGACY COMPONENT LAYER (pre-2026) - re-skinned via the tokens above.
   Old :root + base reset removed: every legacy alias (--accent, --bg,
   --font-h, --nav-h, ...) now resolves to the 2026 design-system values.
   Progressively retired by the .pr-* layer.
   ========================================================================== */

.wrap      { max-width: var(--max); margin: 0 auto; padding: 0 var(--px); }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }


/* ==========================================================================
   SECTION 3: Shared Components (ONCE each)
   ========================================================================== */

/* --------------------------------------------------------------------------
   3A: Typography (pillar pages only – lokale-ki & wissensmanagement identical)
   -------------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: 'Raleway', sans-serif;
  color: var(--text-1);
  line-height: 1.25;
}
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   3B: Layout Utilities (pillar pages only – lokale-ki & wissensmanagement identical)
   -------------------------------------------------------------------------- */
.section { padding: 80px 0; }
.section-label {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-lt);
  padding: 4px 12px;
  border-radius: 99px;
  margin-bottom: 16px;
}
.section-intro { font-size: 1.1rem; color: var(--text-2); max-width: 700px; margin-bottom: 48px; }

/* Alternate-background section (workshops.html only) */
.sec-alt { background: var(--bg-white); }

/* --------------------------------------------------------------------------
   3C: Navigation – einheitliche Komponente für alle 7 Seiten
   Klassen: .nav, .nav-inner, .nav-logo (nur SVG), .nav-links, .nav-cta,
            .nav-hamburger, .nav-overlay, .nav-overlay-close
   -------------------------------------------------------------------------- */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  z-index: 100;
  background: rgba(243,245,248,0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--px);
}
.nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo img { height: 20px; width: auto; display: block; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.nav-links a {
  font-family: var(--font-h);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-2);
  padding: 6px 12px;
  border-radius: var(--r);
  transition: background .15s, color .15s;
}
.nav-links a:hover { background: var(--bg-panel); color: var(--text-1); text-decoration: none; }
.nav-links a.active { color: var(--accent); }
.nav-cta {
  background: var(--accent);
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  font-family: var(--font-h);
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s, transform .15s;
}
.nav-cta:hover { background: #255d96; transform: translateY(-1px); text-decoration: none; }
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-1);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,.97);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.nav-overlay.open { display: flex; }
.nav-overlay a {
  font-family: var(--font-h);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-1);
}
.nav-overlay-close {
  position: absolute;
  top: 20px; right: 24px;
  background: none; border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: var(--text-1);
}
@media(max-width:768px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}

/* --------------------------------------------------------------------------
   3D: Trust Strip
   index.html / workshops.html: .trust-strip, .trust-in, .t-item, .t-chk
   lokale-ki / wissensmanagement: .trust-strip, .trust-strip-inner, .trust-item,
     .trust-icon, .trust-label  — different class names & styles.
   Both sets preserved.
   -------------------------------------------------------------------------- */

/* Variant A: index.html & workshops.html */
.trust-strip {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: var(--bg-white); padding: 17px 0;
}
.trust-in {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--px);
  display: flex; flex-wrap: wrap; gap: 28px; align-items: center;
}
.t-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; color: var(--text-3); white-space: nowrap;
}
.t-chk { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; }

/* Variant B: lokale-ki.html & wissensmanagement.html (trust-strip reused, inner differs) */
/* Note: .trust-strip already declared above; pillar pages use padding:20px 0 (not 17px)
   If applying this stylesheet to pillar pages, their .trust-strip padding is page-specific (see Section 4). */
.trust-strip-inner {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  border-right: 1px solid var(--border);
  flex: 1 1 auto;
  min-width: 180px;
}
.trust-item:last-child { border-right: none; }
.trust-icon { font-size: 1.1rem; }
.trust-label {
  font-family: 'Raleway', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-1);
}

/* --------------------------------------------------------------------------
   3E: Sections (general) — index.html & workshops.html
   Note: pillar pages use .section/.section-label/.section-intro (see 3B above)
   -------------------------------------------------------------------------- */
.sec { padding: clamp(56px,9vw,104px) 0; }
.sec-lbl {
  font-size: 11.5px; font-weight: 600; letter-spacing: .10em;
  text-transform: uppercase; color: var(--text-3); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.sec h2 { margin-bottom: 40px; }
.sec-lbl::before {
  content: ''; display: inline-block; width: 18px; height: 1px;
  background: var(--border-mid);
}
/* Note: index.html has font-size:clamp(24px,3vw,38px); workshops.html has clamp(22px,2.8vw,36px).
   Most complete value (index.html) used here; workshops.html override in Section 4. */
.sec-h2 {
  font-family: var(--font-h); font-size: clamp(24px,3vw,38px);
  font-weight: 600; letter-spacing: -.02em; line-height: 1.12;
  color: var(--text-1); margin-bottom: 14px;
}
.sec-sub {
  font-size: 15.5px; color: var(--text-2); line-height: 1.72;
  max-width: 52ch; margin-bottom: 40px;
}
/* workshops.html only */
.sec-text {
  font-size: 15px; color: var(--text-2); line-height: 1.75; max-width: 64ch;
}
.sec-text p { margin-bottom: 16px; }
.sec-text p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   3F: Buttons — pillar pages (lokale-ki & wissensmanagement identical)
   -------------------------------------------------------------------------- */
.btn-primary {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--accent);
  color: #fff;
  padding: 13px 26px;
  border-radius: var(--r);
  border: none;
  cursor: pointer;
  transition: background .15s, transform .1s;
  text-decoration: none;
}
.btn-primary:hover { background: #255d96; transform: translateY(-1px); text-decoration: none; }
.btn-secondary {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  background: var(--bg-white);
  color: var(--accent);
  padding: 13px 26px;
  border-radius: var(--r);
  border: 1.5px solid var(--border);
  cursor: pointer;
  transition: border-color .15s, background .15s;
  text-decoration: none;
}
.btn-secondary:hover { border-color: var(--accent); background: var(--accent-lt); text-decoration: none; }
.btn-primary-dark {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--accent);
  color: #fff;
  padding: 14px 28px;
  border-radius: var(--r);
  border: none;
  cursor: pointer;
  transition: background .15s;
  text-decoration: none;
}
.btn-primary-dark:hover { background: #255d96; text-decoration: none; }
.btn-outline-dark {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  background: transparent;
  color: rgba(255,255,255,.85);
  padding: 14px 28px;
  border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,.3);
  cursor: pointer;
  transition: border-color .15s, background .15s;
  text-decoration: none;
}
.btn-outline-dark:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); text-decoration: none; }

/* --------------------------------------------------------------------------
   3G: FAQ
   index.html / workshops.html: outer wrapper is .faq-list (border+overflow),
     items use .faq-chevron (SVG), open class .faq-item.open.
   lokale-ki / wissensmanagement: outer .faq-list is a flex column,
     items have individual borders, use .faq-arrow (circle div), aria-expanded.
   Shared selectors (.faq-item, .faq-q, .faq-a, .faq-a-inner) have different values.
   Both sets included — overlap selector differences noted.
   -------------------------------------------------------------------------- */

/* Variant A: index.html & workshops.html */
.faq-list {
  max-width: 780px; margin: 0 auto;
  border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden;
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%; background: var(--bg-white); border: none; cursor: pointer;
  padding: 18px 24px; display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-h); font-size: 15px; font-weight: 600;
  color: var(--text-1); text-align: left; line-height: 1.4;
  transition: background .15s;
}
.faq-q:hover { background: var(--accent-lt); }
.faq-chevron {
  width: 18px; height: 18px; flex-shrink: 0; color: var(--text-3);
  transition: transform .25s var(--ease);
}
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a-inner {
  padding: 0 24px 18px 24px;
  font-size: 14px; color: var(--text-2); line-height: 1.7;
}

/* Variant B: lokale-ki.html & wissensmanagement.html
   Note: .faq-list, .faq-item, .faq-q, .faq-a, .faq-a-inner redeclared with different values.
   Place these after Variant A so pillar pages can override via selector specificity or source order. */
.faq-list-pillar {
  display: flex; flex-direction: column; gap: 8px; margin-top: 40px;
}
/* For pillar pages, use .faq-list-pillar as the outer wrapper class, OR override below: */
.faq-item-pillar {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.faq-arrow {
  width: 22px; height: 22px; min-width: 22px;
  border-radius: 50%;
  background: var(--bg-panel);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  transition: transform .25s;
  color: var(--accent);
}
.faq-q[aria-expanded="true"] .faq-arrow { transform: rotate(180deg); background: var(--accent-lt); }

/* --------------------------------------------------------------------------
   3H: CTA Section
   index.html / workshops.html: .cta-sec with grid overlay + .cta-h2, .cta-sub, .cta-btn
   lokale-ki / wissensmanagement: .cta-section (no grid overlay), .cta-inner, .cta-buttons
   Both sets preserved.
   -------------------------------------------------------------------------- */

/* Variant A: index.html & workshops.html */
.cta-sec {
  background: var(--bg-dark); position: relative; overflow: hidden;
}
.cta-sec::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(46,111,173,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46,111,173,.05) 1px, transparent 1px);
  background-size: 48px 48px; pointer-events: none;
}
.cta-inner {
  max-width: 680px; margin: 0 auto; text-align: center; position: relative;
}
/* Note: index.html uses clamp(26px,3.2vw,42px); workshops.html uses clamp(24px,3vw,40px) */
.cta-h2 {
  font-family: var(--font-h); font-size: clamp(26px,3.2vw,42px);
  font-weight: 600; letter-spacing: -.02em; line-height: 1.1;
  color: var(--text-inv); margin-bottom: 14px;
}
.cta-sub {
  font-size: 15px; color: rgba(238,242,247,.85); font-weight: 400; line-height: 1.7;
  margin-bottom: 32px;
}
.cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff; padding: 13px 26px;
  border-radius: 7px; font-size: 14.5px; font-weight: 500;
  transition: background .2s, transform .15s;
}
.cta-btn:hover { background: #235488; transform: translateY(-1px); }
.cta-contact {
  margin-top: 24px; font-size: 13px; color: rgba(238,242,247,.6); line-height: 1.7;
}
.cta-contact a {
  color: rgba(238,242,247,.85); border-bottom: 1px solid rgba(238,242,247,.3);
}
.cta-contact a:hover { color: var(--text-inv); }

/* Variant B: lokale-ki.html & wissensmanagement.html */
.cta-section {
  background: var(--bg-dark);
  padding: 80px 0;
}
/* .cta-inner already declared above; pillar pages use max-width:700px (not 680px) */
.cta-inner-pillar {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.cta-section h2 { color: #fff; margin-bottom: 16px; }
.cta-section p { color: rgba(255,255,255,.75); margin-bottom: 32px; font-size: 1.05rem; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   3I: Footer – einheitliche Komponente für alle 7 Seiten
   Klassen: .footer, .foot-grid (4 Spalten: Kontakt | leer | Netzwerk | Rechtliches),
            .foot-col, .foot-copy, .foot-linkedin
   -------------------------------------------------------------------------- */

.footer {
  background: var(--bg); border-top: 1px solid var(--border);
  padding: 56px 0 32px; color: var(--text-2);
}
.foot-grid {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--px);
  display: grid; grid-template-columns: repeat(4,1fr); gap: 36px;
}
.foot-col h4 {
  font-family: var(--font-h); font-size: 12px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--text-1); margin-bottom: 14px;
}
.foot-col p, .foot-col a {
  font-size: 13px; color: var(--text-2); line-height: 1.8; display: block;
}
.foot-col a:hover { color: var(--text-1); }
.foot-linkedin {
  display: inline-flex; align-items: center; gap: 7px;
}
.foot-linkedin svg { flex-shrink: 0; }
.foot-copy {
  max-width: var(--max); margin: 32px auto 0; padding: 24px var(--px) 0;
  border-top: 1px solid var(--border);
  font-size: 12px; color: var(--text-3);
}
@media(max-width:700px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:440px) { .foot-grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   3J: Scroll-Reveal Animations – einheitlich alle Seiten, .in trigger
   -------------------------------------------------------------------------- */
.rv {
  opacity: 0; transform: translateY(16px);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
}
.rv.in { opacity: 1; transform: none; }
.stg > * {
  opacity: 0; transform: translateY(12px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.stg.in > *:nth-child(1) { transition-delay: 0s;   opacity: 1; transform: none; }
.stg.in > *:nth-child(2) { transition-delay: .07s; opacity: 1; transform: none; }
.stg.in > *:nth-child(3) { transition-delay: .14s; opacity: 1; transform: none; }
.stg.in > *:nth-child(4) { transition-delay: .21s; opacity: 1; transform: none; }
.stg.in > *:nth-child(5) { transition-delay: .28s; opacity: 1; transform: none; }
.stg.in > *:nth-child(6) { transition-delay: .35s; opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   3K: Pillar-page shared components
   Comparison tables, Feature Blocks, Timeline, Scenario Cards, Cross-links —
   appear in both workshops.html and (differently styled) in lokale-ki &
   wissensmanagement.html. Shared structure; differences noted inline.
   -------------------------------------------------------------------------- */

/* -- Comparison Tables -- */
/* Variant A: workshops.html */
.comp-table-wrap {
  overflow-x: auto; margin: 32px 0;
  border: 1px solid var(--border); border-radius: var(--r-lg);
}
.comp-table {
  width: 100%; border-collapse: collapse;
  background: var(--bg-white); font-size: 13.5px;
}
.comp-table th {
  font-family: var(--font-h); font-size: 13px; font-weight: 600;
  letter-spacing: .02em; color: var(--text-1);
  background: var(--bg-panel); padding: 14px 18px;
  text-align: left; border-bottom: 1px solid var(--border);
}
.comp-table td {
  padding: 12px 18px; color: var(--text-2); line-height: 1.6;
  border-bottom: 1px solid var(--border); vertical-align: top;
}
.comp-table tr:last-child td { border-bottom: none; }
.comp-table tr:hover td { background: var(--accent-lt); }
.comp-table td:first-child { font-weight: 500; color: var(--text-1); white-space: nowrap; }
.comp-table td strong { color: var(--text-1); font-weight: 500; }
.comp-table .note {
  font-size: 13px; color: var(--text-3); font-style: italic;
  padding: 12px 18px; border-top: 1px solid var(--border);
  background: var(--bg-panel);
}
@media(max-width:600px) {
  .comp-table { font-size: 12.5px; }
  .comp-table th, .comp-table td { padding: 10px 12px; }
}

/* -- Feature Blocks (alternating) -- */
/* Variant A: workshops.html (1fr 1fr, alternates via nth-child) */
.feature-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: center; margin-bottom: clamp(48px,7vw,80px);
}
.feature-block:nth-child(even) .feature-img-wrap { order: 2; }
.feature-block:nth-child(even) .feature-text { order: 1; }
.feature-img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
  border-radius: var(--r-lg);
  box-shadow: 0 8px 28px rgba(12,17,24,.07);
}
.feature-img-placeholder {
  width: 100%; aspect-ratio: 16/10;
  background: var(--bg-panel); border: 1px dashed var(--border-mid);
  border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-3); font-size: 12px; text-align: center; padding: 20px; line-height: 1.4;
}
.feature-img-wrap {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--bg-panel);
  border-radius: var(--r-lg);
}
/* Note: lokale-ki uses .feature-img-wrap with aspect-ratio:4/3 (no overflow:hidden in workshops) */
.img-hint {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 6px 10px;
  font-size: 0.7rem;
  color: var(--text-3);
  background: rgba(238,241,246,.9);
  font-family: monospace;
  text-align: center;
  pointer-events: none;
  border-radius: 0 0 var(--r-lg) var(--r-lg);
}
.feature-text h3 {
  font-family: var(--font-h); font-size: clamp(17px,2vw,22px);
  font-weight: 600; color: var(--text-1); margin-bottom: 12px;
  letter-spacing: -.01em; line-height: 1.25;
}
.feature-text .feature-tag {
  display: inline-block; font-size: 11.5px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-lt);
  padding: 3px 10px; border-radius: 4px; margin-bottom: 12px;
}
.feature-text p {
  font-size: 14.5px; color: var(--text-2); line-height: 1.72; margin-bottom: 12px;
}
.feature-text p:last-child { margin-bottom: 0; }
.feature-meta {
  display: flex; gap: 16px; flex-wrap: wrap; margin-top: 14px;
  padding-top: 14px; border-top: 1px solid var(--border);
}
.feature-meta-item { font-size: 12.5px; color: var(--text-3); }
.feature-meta-item strong { color: var(--text-2); font-weight: 500; }
.feature-list { margin: 12px 0 12px 0; padding-left: 0; list-style: none; }
.feature-list li {
  font-size: 13.5px; color: var(--text-2); line-height: 1.65;
  padding: 3px 0 3px 18px; position: relative;
}
.feature-list li::before {
  content: '→'; position: absolute; left: 0; color: var(--accent); font-size: 12px;
}
@media(max-width:820px) {
  .feature-block { grid-template-columns: 1fr; gap: 24px; }
  .feature-block:nth-child(even) .feature-img-wrap { order: -1; }
  .feature-block:nth-child(even) .feature-text { order: 2; }
}

/* -- Timeline -- */
/* Variant A: workshops.html (vertical line left, dot-circle, padding-left) */
.timeline {
  max-width: 720px; margin: 0 auto;
  position: relative; padding-left: 40px;
}
.timeline::before {
  content: ''; position: absolute; left: 14px; top: 0; bottom: 0;
  width: 1.5px; background: var(--border);
}
.timeline-step {
  position: relative; margin-bottom: 40px;
}
.timeline-step:last-child { margin-bottom: 0; }
.timeline-dot {
  position: absolute; left: -40px; top: 3px;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--bg-white); border: 2px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: var(--accent);
  z-index: 1;
}
.timeline-step h3 {
  font-family: var(--font-h); font-size: 16.5px; font-weight: 600;
  color: var(--text-1); margin-bottom: 8px; line-height: 1.35;
}
.timeline-step p { font-size: 14px; color: var(--text-2); line-height: 1.7; }
.timeline-meta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--text-3); margin-top: 8px;
  padding: 4px 10px; background: var(--bg); border-radius: 4px;
}

/* -- Scenario Cards -- */
/* Variant A: workshops.html */
.scenario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.scenario-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r); padding: 22px 20px;
}
.scenario-card h4 {
  font-family: var(--font-h); font-size: 14px; font-weight: 600;
  color: var(--text-1); margin-bottom: 8px; line-height: 1.35;
}
.scenario-card p { font-size: 13.5px; color: var(--text-2); line-height: 1.65; }
@media(max-width:600px) { .scenario-grid { grid-template-columns: 1fr; } }

/* -- Cross-Link Cards -- */
/* Variant A: workshops.html */
.crosslink-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.crosslink-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 28px;
  transition: background .2s, border-color .2s; display: block;
}
.crosslink-card:hover { background: var(--accent-lt); border-color: var(--accent); }
.crosslink-card h3 {
  font-family: var(--font-h); font-size: 16px; font-weight: 600;
  color: var(--text-1); margin-bottom: 10px; line-height: 1.3;
}
.crosslink-card p { font-size: 13.5px; color: var(--text-2); line-height: 1.65; margin-bottom: 14px; }
.crosslink-link { font-size: 13.5px; font-weight: 500; color: var(--accent); }
@media(max-width:600px) { .crosslink-grid { grid-template-columns: 1fr; } }

/* -- Fit-Check-Box (workshops.html only) -- */
.fit-box {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 36px 40px; max-width: 680px; margin: 0 auto;
}
.fit-box h3 {
  font-family: var(--font-h); font-size: 18px; font-weight: 600;
  color: var(--text-1); margin-bottom: 20px; line-height: 1.35;
}
.fit-list { list-style: none; margin-bottom: 20px; }
.fit-list li {
  font-size: 14.5px; color: var(--text-2); line-height: 1.65;
  padding: 8px 0 8px 28px; position: relative;
  border-bottom: 1px solid var(--border);
}
.fit-list li:last-child { border-bottom: none; }
.fit-list li::before { content: '→'; position: absolute; left: 0; color: var(--accent); font-weight: 600; }
.fit-note { font-size: 13px; color: var(--text-3); font-style: italic; line-height: 1.65; }
@media(max-width:600px) { .fit-box { padding: 24px; } }

/* -- Note Box (workshops.html only) -- */
.note-box {
  background: var(--bg); border-left: 3px solid var(--accent);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 14px 20px; margin: 16px 0;
  font-size: 13.5px; color: var(--text-2); line-height: 1.65;
  font-style: italic;
}


/* ==========================================================================
   SECTION 4: Page-specific blocks
   ========================================================================== */

/* ===== index.html ===== */

/* body override for index.html: text-1 colour, 15px, 1.65 line-height */
/* (Apply via page-specific <style> or a body class .page-index) */

/* ===== Hero (alle Seiten) ===== */
.hero {
  padding-top: calc(var(--nav-h) + clamp(44px,7vw,88px));
  padding-bottom: clamp(44px,7vw,88px);
}
.hero .hero-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: center; min-height: 500px;
}
.hero-eye {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11.5px; font-weight: 600; letter-spacing: .10em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 18px;
}
.eye-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  animation: blink 2.4s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.2} }
.hero-h1 {
  font-family: var(--font-h); font-size: clamp(32px,4.2vw,54px);
  font-weight: 600; line-height: 1.08; letter-spacing: -.02em;
  color: var(--text-1); margin-bottom: 22px;
}
.hero-h1 .hl { color: var(--accent); }
.hero-h1 .lt { font-weight: 300; }
.hero-sub {
  font-size: 15.5px; color: var(--text-2); line-height: 1.72;
  max-width: 48ch; margin-bottom: 32px;
}
.ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.btn-p {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--text-1); color: #fff; padding: 11px 22px;
  border-radius: 7px; font-size: 14px; font-weight: 500;
  transition: background .2s, transform .15s;
}
.btn-p:hover { background: var(--accent); transform: translateY(-1px); }
.btn-t {
  font-size: 14px; color: var(--text-3);
  border-bottom: 1px solid var(--border); padding-bottom: 1px;
  transition: color .2s, border-color .2s;
}
.btn-t:hover { color: var(--text-1); border-color: var(--text-1); }
.hero-img-wrap { position: relative; }
.hero-img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  border-radius: var(--r-lg); display: block;
  box-shadow: 0 20px 56px rgba(12,17,24,.10), 0 4px 14px rgba(12,17,24,.06);
}
.img-placeholder {
  background: var(--bg-panel); border: 1px dashed var(--border-mid);
  border-radius: var(--r-lg); display: flex; align-items: center; justify-content: center;
  color: var(--text-3); font-size: 12px; text-align: center; padding: 16px;
  aspect-ratio: 4/5;
}
@media(max-width:820px) {
  .hero .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero .hero-img-wrap { order: -1; }
}

/* Service Cards – index.html */
.services-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 2px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden;
  margin-bottom: 24px;
}
/* Verweis-Kacheln-Container (Wissensmanagement → SaPeReS + KI-Bildgenerierung) */
.service-refs {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.service-card {
  background: var(--bg-white); padding: 28px 24px;
  display: flex; flex-direction: column;
  transition: background .2s;
}
.service-card:hover { background: var(--accent-lt); }
.service-img-wrap {
  position: relative;
  width: 100%; aspect-ratio: 16/10;
  margin-bottom: 18px;
  border-radius: var(--r);
  overflow: hidden;
}
.service-img-wrap .service-img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r); margin-bottom: 0; }
.service-img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
  border-radius: var(--r); margin-bottom: 18px;
}
.service-img-placeholder {
  width: 100%; aspect-ratio: 16/10;
  background: var(--bg-panel); border: 1px dashed var(--border-mid);
  border-radius: var(--r); margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-3); font-size: 12px; text-align: center;
}
.service-card h3 {
  font-family: var(--font-h); font-size: 16.5px; font-weight: 600;
  letter-spacing: -.01em; color: var(--text-1); margin-bottom: 12px; line-height: 1.32;
}
.service-card p {
  font-size: 13.5px; color: var(--text-2); line-height: 1.7; margin-bottom: 8px;
}
.service-card p strong { color: var(--text-1); font-weight: 500; }
.service-link {
  font-size: 13.5px; font-weight: 500; color: var(--accent);
  margin-top: auto; padding-top: 14px;
  border-top: 1px solid var(--border);
  transition: color .2s; display: inline-block;
}
.service-link:hover { color: var(--text-1); }

/* Reference card (4th tile) – index.html */
.service-ref {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 22px 24px;
  display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center;
  transition: background .2s;
}
.service-ref:hover { background: var(--accent-lt); }
.service-ref-img { width: 120px; height: 120px; object-fit: cover; border-radius: var(--r); }
.service-ref-img-wrap {
  position: relative;
  width: 120px; height: 120px;
  flex-shrink: 0;
  border-radius: var(--r);
  overflow: hidden;
}
.service-ref-img-wrap .service-ref-img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r); }
.service-ref-img-placeholder {
  width: 120px; height: 120px; border-radius: var(--r);
  background: var(--bg-panel); border: 1px dashed var(--border-mid);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-3); font-size: 11px; text-align: center; padding: 8px;
  flex-shrink: 0;
}
.service-ref h3 {
  font-family: var(--font-h); font-size: 15px; font-weight: 600;
  color: var(--text-1); margin-bottom: 6px; line-height: 1.32;
}
.service-ref p { font-size: 13px; color: var(--text-2); line-height: 1.6; margin-bottom: 8px; }
@media(max-width:820px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-refs { grid-template-columns: 1fr; }
}
@media(max-width:600px) {
  .service-ref { grid-template-columns: 1fr; }
  .service-ref-img-placeholder { width: 100%; height: auto; aspect-ratio: 16/9; }
}

/* About – index.html */
.about-grid {
  display: grid; grid-template-columns: 360px 1fr; gap: 68px; align-items: start;
}
.about-img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  border-radius: var(--r-lg);
  box-shadow: 0 8px 28px rgba(12,17,24,.07);
}
.about-img-placeholder {
  width: 100%; aspect-ratio: 4/5;
  border-radius: var(--r-lg);
  background: var(--bg-panel); border: 1px dashed var(--border-mid);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-3); font-size: 13px; text-align: center; padding: 16px;
}
.about-bio {
  font-size: 15px; color: var(--text-2); line-height: 1.75; margin-bottom: 28px; max-width: 48ch;
}
.trust-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trust-card {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r); padding: 16px;
}
.trust-card-icon { font-size: 20px; margin-bottom: 8px; }
.trust-card h4 {
  font-family: var(--font-h); font-size: 13.5px; font-weight: 600;
  color: var(--text-1); margin-bottom: 5px; line-height: 1.3;
}
.trust-card p { font-size: 12.5px; color: var(--text-2); line-height: 1.6; }
@media(max-width:820px) {
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .trust-cards { grid-template-columns: 1fr; }
}

/* Process – index.html */
.proc-cols {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 2px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden;
}
.proc-col { background: var(--bg-white); padding: 32px 22px; }
.proc-n {
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 16px;
  display: flex; align-items: center; gap: 7px;
}
.proc-n::before {
  content: attr(data-n); width: 20px; height: 20px; border-radius: 50%;
  border: 1.5px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 10.5px; font-weight: 700; flex-shrink: 0;
}
.proc-tit {
  font-family: var(--font-h); font-size: 16px; font-weight: 600;
  color: var(--text-1); margin-bottom: 9px; line-height: 1.35;
}
.proc-bod { font-size: 13.5px; color: var(--text-2); line-height: 1.7; }
@media(max-width:820px) { .proc-cols { grid-template-columns: 1fr 1fr; } }
@media(max-width:600px) { .proc-cols { grid-template-columns: 1fr; } }

/* Honest Approach – index.html */
.honest-sec {
  background: var(--bg-white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.honest-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.honest-inner .sec-h2 { margin-bottom: 22px; }
.honest-inner p { font-size: 15.5px; color: var(--text-2); line-height: 1.75; }


/* ===== workshops.html ===== */


/* sec-h2 override for workshops.html (smaller than index.html) */
.workshops-page .sec-h2 {
  font-size: clamp(22px,2.8vw,36px);
}

/* About / Trainer section – workshops.html
   Differences vs index.html: col width 300px (not 360px), aspect-ratio 3/4 (not 4/5),
   .about-img-wrap added, .about-bio has no max-width */
.workshops-page .about-grid {
  display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: start;
}
.about-img-wrap {
  position: relative;
}
.workshops-page .about-img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  border-radius: var(--r-lg);
  box-shadow: 0 8px 28px rgba(12,17,24,.07);
}
.workshops-page .about-bio {
  font-size: 15px; color: var(--text-2); line-height: 1.75; margin-bottom: 28px;
}
@media(max-width:820px) {
  .workshops-page .about-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* CTA h2 override for workshops.html */
.workshops-page .cta-h2 {
  font-size: clamp(24px,3vw,40px);
}


/* ===== lokale-ki.html ===== */

/* hero-eyebrow – used on pillar pages */
.hero-eyebrow {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* Trust strip padding override for pillar pages */
.lokale-ki-page .trust-strip,
.wissensmanagement-page .trust-strip { padding: 20px 0; }

/* Hero image aspect-ratio override for pillar pages (wissensmanagement-page bleibt querformatig falls reaktiviert; lokale-ki-page jetzt 4:5 wie Startseite + Workshops) */
.wissensmanagement-page .hero-img { aspect-ratio: 4/3; }
.wissensmanagement-page .img-placeholder { aspect-ratio: 4/3; }

/* What-is grid – lokale-ki.html */
.what-is-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 40px;
}
.what-is-text h2 { margin-bottom: 24px; }
.what-is-cards { display: flex; flex-direction: column; gap: 16px; }
.what-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 24px;
  border-left: 4px solid var(--accent);
}
.what-card h3 { font-size: 1rem; font-weight: 700; color: var(--accent); margin-bottom: 8px; }
.what-card p { font-size: 0.95rem; }
@media (max-width: 820px) { .what-is-grid { grid-template-columns: 1fr; } }

/* Comp table variant B – lokale-ki / wissensmanagement
   Different from workshops.html: background set on wrap, font-size 0.92rem,
   th uses text-transform:uppercase, tr:hover uses var(--bg-panel) not var(--accent-lt) */
.comp-table-wrap-pillar {
  overflow-x: auto;
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  background: var(--bg-white);
  margin-top: 32px;
}
.comp-table-pillar {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.comp-table-pillar th {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 14px 20px;
  background: var(--bg-panel);
  color: var(--text-2);
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.comp-table-pillar td {
  padding: 13px 20px;
  border-bottom: 1px solid var(--border);
  color: var(--text-2);
  vertical-align: top;
}
.comp-table-pillar tr:last-child td { border-bottom: none; }
.comp-table-pillar tr:hover td { background: var(--bg-panel); }
.comp-table-pillar td:first-child { font-weight: 600; color: var(--text-1); }
.comp-note {
  margin-top: 20px;
  font-size: 0.95rem;
  color: var(--text-2);
  background: var(--bg-panel);
  border-radius: var(--r);
  padding: 16px 20px;
  border-left: 3px solid var(--accent);
}

/* Feature blocks – lokale-ki (420px col, .flip modifier) */
.feature-blocks { display: flex; flex-direction: column; gap: 64px; margin-top: 40px; }
.feature-block-pillar {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 56px;
  align-items: center;
}
.feature-block-pillar.flip { grid-template-columns: 1fr 420px; }
.feature-block-pillar.flip .feature-img-wrap { order: 2; }
.feature-block-pillar.flip .feature-text { order: 1; }
.feature-block-pillar .feature-img-wrap {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-panel);
  aspect-ratio: 4/3;
}
.feature-block-pillar .feature-img { width: 100%; height: 100%; object-fit: cover; }
.feature-tag {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  background: var(--accent-lt);
  padding: 3px 10px;
  border-radius: 99px;
  margin-bottom: 12px;
}
.feature-block-pillar .feature-text h3 { margin-bottom: 12px; }
.feature-block-pillar .feature-text p { font-size: 0.97rem; }
.feature-scenarios {
  margin-top: 16px;
  font-size: 0.88rem;
  color: var(--text-3);
  font-style: italic;
}
.feature-scenarios strong { color: var(--text-2); font-style: normal; }
@media (max-width: 820px) {
  .feature-block-pillar,
  .feature-block-pillar.flip { grid-template-columns: 1fr; }
  .feature-block-pillar.flip .feature-img-wrap,
  .feature-block-pillar.flip .feature-text { order: unset; }
}

/* Assessment section – lokale-ki.html */
.assessment-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 56px;
  align-items: start;
  margin-top: 40px;
}
.assessment-img {
  border-radius: var(--r-lg);
  overflow: hidden;
}
.assessment-img img { width: 100%; height: auto; display: block; }
.assessment-steps { display: flex; flex-direction: column; gap: 20px; }
.assessment-step { display: flex; gap: 16px; align-items: flex-start; }
.assessment-num {
  width: 32px; height: 32px; min-width: 32px;
  border-radius: 50%;
  background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Raleway', sans-serif; font-size: 0.85rem; font-weight: 700;
  margin-top: 2px;
}
.assessment-step-content h4 { font-size: 1rem; font-weight: 700; color: var(--text-1); margin-bottom: 4px; }
.assessment-step-content p { font-size: 0.92rem; margin-bottom: 0; }
.assessment-meta {
  margin-top: 24px; padding: 16px 20px;
  background: var(--bg-panel); border-radius: var(--r);
  border-left: 3px solid var(--accent); font-size: 0.92rem;
}
.assessment-meta strong { color: var(--text-1); }
@media (max-width: 820px) {
  .assessment-grid { grid-template-columns: 1fr; }
  .assessment-img { order: -1; max-width: 480px; }
}

/* Hardware note – lokale-ki.html */
.hardware-note {
  margin-top: 20px; font-size: 0.9rem;
  color: var(--text-3); font-style: italic;
  background: var(--bg-panel); padding: 14px 18px; border-radius: var(--r);
}

/* Approach / Quote – lokale-ki.html */
.approach-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: center;
  margin-top: 40px;
}
.approach-quote {
  background: var(--bg-dark); border-radius: var(--r-lg);
  padding: 36px; color: rgba(255,255,255,.9);
}
.approach-quote p { font-size: 1.05rem; line-height: 1.7; font-style: italic; margin-bottom: 16px; }
.approach-quote cite { font-style: normal; font-size: 0.88rem; color: rgba(255,255,255,.6); }
.approach-img {
  border-radius: var(--r-lg); overflow: hidden;
  background: var(--bg-panel); aspect-ratio: 3/4;
}
.approach-img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 820px) {
  .approach-grid { grid-template-columns: 1fr; }
  .approach-img { order: -1; max-width: 320px; }
}

/* Timeline – lokale-ki / wissensmanagement (shared, vertical flex column) */
.timeline-pillar {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 40px;
  position: relative;
}
.timeline-pillar::before {
  content: '';
  position: absolute;
  left: 19px; top: 24px; bottom: 24px;
  width: 2px;
  background: var(--border);
}
.timeline-pillar .timeline-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 0 0 36px 0;
  position: relative;
}
.timeline-pillar .timeline-step:last-child { padding-bottom: 0; }
.timeline-num {
  width: 40px; height: 40px; min-width: 40px;
  border-radius: 50%;
  background: var(--bg-white); border: 2px solid var(--accent); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Raleway', sans-serif; font-size: 0.9rem; font-weight: 800;
  z-index: 1;
}
.timeline-content { padding-top: 8px; }
.timeline-content h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; }
.timeline-content p { font-size: 0.93rem; color: var(--text-2); }

/* Case cards – lokale-ki.html */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.case-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 28px;
}
.case-tag {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--text-3); background: var(--bg-panel);
  padding: 3px 10px; border-radius: 99px; margin-bottom: 12px;
}
.case-card h3 { font-size: 1rem; margin-bottom: 16px; }
.case-row { margin-bottom: 10px; font-size: 0.88rem; }
.case-row strong {
  color: var(--text-1); display: block;
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px;
}
.case-note {
  margin-top: 12px; font-size: 0.82rem; color: var(--text-3);
  font-style: italic; padding-top: 12px; border-top: 1px solid var(--border);
}
@media (max-width: 820px) { .case-grid { grid-template-columns: 1fr; } }

/* USP section – lokale-ki.html */
.usp-section { background: var(--bg-white); }
.usp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 40px;
}
.usp-highlights { display: flex; flex-direction: column; gap: 20px; }
.usp-item { display: flex; gap: 14px; align-items: flex-start; }
.usp-icon {
  width: 40px; height: 40px; min-width: 40px;
  border-radius: var(--r); background: var(--accent-lt);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; margin-top: 2px;
}
.usp-item-text h4 { font-size: 0.97rem; font-weight: 700; margin-bottom: 4px; }
.usp-item-text p { font-size: 0.88rem; color: var(--text-2); }
@media (max-width: 820px) { .usp-grid { grid-template-columns: 1fr; } }

/* Crosslink section – lokale-ki / wissensmanagement */
.crosslink-section { background: var(--bg-panel); }
.crosslink-grid-pillar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.crosslink-card-pillar {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.crosslink-card-pillar h3 { font-size: 1.1rem; }
.crosslink-card-pillar p { font-size: 0.93rem; color: var(--text-2); }
.crosslink-link-pillar {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Raleway', sans-serif; font-weight: 700;
  font-size: 0.9rem; color: var(--accent); margin-top: auto;
}
.crosslink-link-pillar:hover { text-decoration: underline; }
@media (max-width: 820px) { .crosslink-grid-pillar { grid-template-columns: 1fr; } }

/* Responsive for pillar pages */
@media (max-width: 600px) {
  .section { padding: 56px 0; }
  .trust-item { min-width: 140px; padding: 8px 16px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}


/* ===== wissensmanagement.html ===== */

/* Stat Box */
.stat-box {
  background: var(--bg-dark); border-radius: var(--r-lg);
  padding: 40px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 40px;
}
.stat-item { text-align: center; }
.stat-number {
  font-family: 'Raleway', sans-serif;
  font-size: 2.8rem; font-weight: 800;
  color: #fff; line-height: 1; margin-bottom: 8px;
}
.stat-label { font-size: 0.88rem; color: rgba(255,255,255,.65); line-height: 1.5; }
@media (max-width: 820px) { .stat-box { grid-template-columns: 1fr; } }

/* Two-column text */
.two-col-text {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: start; margin-top: 40px;
}
.two-col-text img.side-img {
  border-radius: var(--r-lg); width: 100%;
  aspect-ratio: 4/3; object-fit: cover; background: var(--bg-panel);
}
@media (max-width: 820px) { .two-col-text { grid-template-columns: 1fr; } }

/* Timeline sub-items (wissensmanagement-specific) */
.timeline-sub { margin-top: 12px; display: flex; flex-direction: column; gap: 10px; }
.timeline-sub-item {
  padding: 12px 16px; background: var(--bg-panel);
  border-radius: var(--r); font-size: 0.88rem;
}
.timeline-sub-item strong { color: var(--text-1); display: block; margin-bottom: 2px; font-size: 0.85rem; }

/* Scenario cards – wissensmanagement (different from workshops.html variant) */
.scenario-grid-wm {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; margin-top: 40px;
}
.scenario-card-wm {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 28px;
  border-left: 4px solid var(--accent);
}
.scenario-quote {
  font-size: 1.1rem; font-weight: 700;
  color: var(--text-1); font-style: italic; margin-bottom: 12px;
  font-family: 'Raleway', sans-serif;
}
.scenario-desc { font-size: 0.92rem; color: var(--text-2); }
@media (max-width: 820px) { .scenario-grid-wm { grid-template-columns: 1fr; } }

/* Datenschutz cards – wissensmanagement */
.ds-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; margin-top: 40px;
}
.ds-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 32px;
}
.ds-card h3 { font-size: 1.05rem; margin-bottom: 12px; }
.ds-card p { font-size: 0.92rem; }
.ds-note {
  grid-column: 1 / -1;
  background: var(--bg-panel); border-radius: var(--r);
  padding: 16px 20px; font-size: 0.92rem;
  border-left: 3px solid var(--accent);
}
@media (max-width: 820px) {
  .ds-grid { grid-template-columns: 1fr; }
  .ds-note { grid-column: 1; }
}

/* Maturity Widget (Reifegradmodell) – wissensmanagement */
.maturity-widget {
  margin-top: 40px;
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
}
.maturity-tabs {
  display: flex; border-bottom: 1px solid var(--border); overflow-x: auto;
}
.maturity-tab {
  flex: 1; min-width: 80px;
  padding: 14px 12px; text-align: center;
  font-family: 'Raleway', sans-serif; font-size: 0.82rem; font-weight: 700;
  color: var(--text-3); background: none; border: none; cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color .15s, border-color .15s, background .15s;
  white-space: nowrap;
}
.maturity-tab:hover { color: var(--accent); background: var(--accent-lt); }
.maturity-tab.active { color: var(--accent); border-bottom-color: var(--accent); background: var(--accent-lt); }
.maturity-tab .tab-num { display: block; font-size: 1.2rem; font-weight: 800; margin-bottom: 2px; }
.maturity-panels { padding: 32px; }
.maturity-panel { display: none; }
.maturity-panel.active { display: block; }
.maturity-panel-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.maturity-badge {
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--accent); background: var(--accent-lt);
  padding: 4px 12px; border-radius: 99px;
}
.maturity-panel h3 { font-size: 1.15rem; margin-bottom: 10px; }
.maturity-panel p { font-size: 0.93rem; }
.maturity-cta-hint {
  margin-top: 20px; padding: 16px 20px;
  background: var(--bg-panel); border-radius: var(--r);
  font-size: 0.9rem; border-left: 3px solid var(--accent);
}
.maturity-cta-hint a { color: var(--accent); font-weight: 600; }

/* Team Grid – wissensmanagement */
.team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 40px;
}
.team-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 24px;
}
.team-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; color: var(--text-1); }
.team-role { font-size: 0.8rem; font-weight: 600; color: var(--accent); margin-bottom: 10px; }
.team-card p { font-size: 0.88rem; color: var(--text-2); }
.team-card.highlight { border-color: var(--accent); border-width: 2px; background: var(--accent-lt); }
.team-card.platform { grid-column: 1 / -1; display: flex; gap: 20px; align-items: flex-start; }
.team-card.platform .platform-label {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem; font-weight: 800; color: var(--accent);
  min-width: 80px; margin-top: 4px;
}
@media (max-width: 820px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card.platform { grid-column: 1 / -1; }
}
@media (max-width: 600px) { .team-grid { grid-template-columns: 1fr; } }



/* ==========================================================================
   SECTION 5: Legal Pages (impressum.html, agb.html, datenschutzerklaerung.html)
   Shared legal layout, typography, and component styles.
   ========================================================================== */

.legal-page {
  padding-top: calc(var(--nav-h) + clamp(44px,7vw,72px));
  padding-bottom: clamp(56px,9vw,104px);
}
.legal-wrap { max-width: 800px; margin: 0 auto; padding: 0 var(--px) }

.legal-page h1 {
  font-family: var(--font-h); font-size: clamp(28px,4vw,42px);
  font-weight: 600; letter-spacing: -.02em; line-height: 1.1;
  color: var(--text-1); margin-bottom: 2rem; text-align: center;
}
.legal-page h2 {
  font-family: var(--font-h); font-size: 1.25rem; font-weight: 600;
  color: var(--text-1); margin-top: 2.5rem; margin-bottom: 1rem;
  border-bottom: 2px solid var(--accent); padding-bottom: .5rem; line-height: 1.3;
}
.legal-page h3 {
  font-family: var(--font-h); font-size: 1rem; font-weight: 600;
  color: var(--text-1); margin-top: 1.5rem; margin-bottom: .75rem;
}
.legal-page p { font-size: 14.5px; color: var(--text-2); line-height: 1.75; margin-bottom: 1rem; }
.legal-page ul, .legal-page ol { margin-bottom: 1.25rem; padding-left: 1.75rem; }
.legal-page li { font-size: 14.5px; color: var(--text-2); line-height: 1.75; margin-bottom: .4rem; }
.legal-page strong { color: var(--text-1); font-weight: 500 }
.legal-page a { color: var(--accent) }
.legal-page a:hover { text-decoration: underline }
.legal-page code {
  font-family: monospace; font-size: 13px; background: var(--bg-panel);
  padding: 1px 5px; border-radius: 4px;
}

/* Info box (accent blue left border) – used in impressum, agb, datenschutz */
.info-box {
  background: var(--accent-lt); border: 1px solid var(--border);
  border-left: 3px solid var(--accent); border-radius: 0 var(--r) var(--r) 0;
  padding: 1.5rem 1.75rem; margin: 1.5rem 0;
}
.info-box p:last-child { margin-bottom: 0 }

/* Highlight box (grey left border) – used in impressum, datenschutz */
.highlight-box {
  background: var(--bg-white); border: 1px solid var(--border);
  border-left: 3px solid var(--border-mid); border-radius: 0 var(--r) var(--r) 0;
  padding: 1rem 1.5rem; margin: 1.5rem 0;
}
.highlight-box p:last-child { margin-bottom: 0 }

/* Date box – used in agb only */
.date-box {
  background: var(--bg-white); border: 1px solid var(--border);
  border-left: 3px solid var(--border-mid); border-radius: 0 var(--r) var(--r) 0;
  padding: 1rem 1.5rem; margin: 1.5rem 0;
}
.date-box p { margin-bottom: 0 }

/* ===== Utility-Klassen (alle Seiten) ===== */
.bg-white   { background: var(--bg-white); }
.text-center { text-align: center; }
.mt-0  { margin-top: 0 !important; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-40 { margin-top: 40px; }
.mb-0  { margin-bottom: 0 !important; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-40 { margin-bottom: 40px; }
.max-w-640 { max-width: 640px; }
.max-w-700 { max-width: 700px; }
.max-w-800 { max-width: 800px; }

/* ===== events.html — CAROUSEL + COMPACT EVENT CARDS ===== */
.evt-carousel-wrap {
  position: relative;
  margin-top: 24px;
}
.evt-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 16px;            /* Platz für Focus-Outline + Scrollbar */
  scrollbar-width: thin;
  scrollbar-color: var(--border-mid) transparent;
  -webkit-overflow-scrolling: touch;
}
.evt-carousel::-webkit-scrollbar { height: 8px; }
.evt-carousel::-webkit-scrollbar-thumb { background: var(--border-mid); border-radius: 4px; }
.evt-carousel::-webkit-scrollbar-track { background: transparent; }

.evt-carousel .evt-card {
  flex: 0 0 calc((100% - 40px) / 3);     /* 3 Cards Desktop, gap 20px ×2 */
  scroll-snap-align: start;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, background 0.2s;
}
@media (max-width: 980px) {
  .evt-carousel .evt-card { flex-basis: calc((100% - 20px) / 2); }   /* 2 Cards Tablet */
}
@media (max-width: 640px) {
  .evt-carousel .evt-card { flex-basis: 85%; }                       /* 1 Card + Peek Mobile */
}

/* Bild + Datum-Overlay */
.evt-img-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--bg-panel);
  overflow: hidden;
}
.evt-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: filter 0.3s;
}
/* Slug-spezifische Crop-Korrekturen für nicht-16:9-Originale */
.evt-img--evt-pharma-summit { object-position: center 28%; }        /* hochformatiges Original */
.evt-img--evt-lmstudio-handson { object-position: center 38%; }     /* quadratisch */
.evt-img--evt-lokale-ki-einstieg { object-position: center center; } /* 3:2 → leichte Beschneidung links/rechts ist OK */
.evt-img--placeholder { object-position: center 30%; }              /* Stefan-Compliance Hochformat */
.evt-date-overlay {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(46,111,173,0.92);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-family: var(--font-h);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
}

/* Body */
.evt-body-wrap {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.evt-tag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-3);
  border: 1px solid var(--border);
  padding: 3px 10px;
  border-radius: 100px;
}
.evt-title {
  font-family: var(--font-h);
  font-size: 17px;
  font-weight: 600;
  color: var(--text-1);
  margin: 4px 0 2px;
  line-height: 1.25;
}
.evt-meta {
  font-size: 12.5px;
  color: var(--text-3);
  margin: 0 0 4px;
}
.evt-body {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.5;
  margin: 0;
}
.evt-card-bottom {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.evt-price {
  font-family: var(--font-h);
  font-size: 17px;
  font-weight: 600;
  color: var(--text-1);
}
.evt-cta {
  align-self: flex-start;
  font-size: 14px;
  padding: 9px 16px;
}
.evt-past-note {
  display: none;
  font-size: 12.5px;
  color: var(--text-3);
  font-style: italic;
}

/* Reports: spezielle Elemente */
.evt-insight {
  border-left: 3px solid var(--accent);
  padding: 8px 14px;
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--text-2);
  background: var(--accent-lt);
  border-radius: 0 var(--r) var(--r) 0;
}
.evt-insight strong { display: block; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent); margin-bottom: 2px; }

/* Funnel (z. B. „Weiterführend → LM-Studio") */
.evt-funnel {
  background: var(--bg-panel);
  border-radius: var(--r);
  padding: 10px 14px;
  font-size: 12.5px;
  color: var(--text-2);
}
.evt-funnel-label {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 2px;
}
.evt-funnel-link {
  color: var(--accent);
  font-weight: 500;
  text-decoration: none;
}
.evt-funnel-link:hover { text-decoration: underline; }

/* Past-Markierung (nur Announcements) */
.evt-card.is-past .evt-img { filter: grayscale(0.7) brightness(0.55); }
.evt-card.is-past { background: var(--bg-panel); border-color: var(--border-mid); }
.evt-card.is-past .evt-date-overlay { background: rgba(72,86,106,0.92); }
.evt-card.is-past .evt-tag { opacity: 0.65; }
.evt-card.is-past .evt-title { color: var(--text-2); }
.evt-card.is-past [data-cta-type="booking"] { display: none; }
.evt-card.is-past .evt-past-note { display: inline-block; }
.evt-card.is-past .evt-price { color: var(--text-3); text-decoration: line-through; }
.evt-card.is-past .evt-funnel { opacity: 0.6; }

/* Carousel-Navigation (Desktop) */
.evt-nav {
  position: absolute;
  top: -52px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border-mid);
  background: var(--bg-white);
  color: var(--text-1);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
  z-index: 2;
}
.evt-nav:hover { background: var(--accent-lt); border-color: var(--accent); color: var(--accent); }
.evt-nav:active { transform: scale(0.94); }
.evt-nav-prev { right: 52px; }
.evt-nav-next { right: 4px; }
.evt-nav[disabled] { opacity: 0.35; cursor: default; }
@media (max-width: 640px) {
  .evt-nav { display: none; }    /* auf Mobile reicht Swipe */
}

/* ===== Footer: Sanne-Credit ===== */
.foot-credits {
  max-width: var(--max);
  margin: 24px auto 0;
  padding: 18px var(--px) 0;
  border-top: 1px solid var(--border);
  font-size: 12.5px;
  color: var(--text-2);
  font-style: italic;
  text-align: center;
}
.foot-credits a {
  color: var(--accent);
  text-decoration: underline;
  transition: color 0.2s;
}
.foot-credits a:hover {
  color: var(--text-1);
}
