/* =============================================================================
   DHC — Daniel Herrmann Consulting
   Premium Brand System / Rebranding 2026
   Palette: Paper White · Protocol Navy · Working Blue · Ink · Validated Teal
   ============================================================================= */

/* -----------------------------------------------------------------------------
   1. DESIGN TOKENS
   ---------------------------------------------------------------------------*/
:root {
  /* Brand Colors */
  --paper:        #FAFAF7;
  --paper-warm:   #F4F2EC;
  --paper-cool:   #F0F2F6;
  --navy:         #0F2A44;
  --navy-deep:    #081A2D;
  --navy-soft:    #1A3A5A;
  --blue:         #1F5FA8;
  --blue-light:   #3D7AC2;
  --blue-deep:    #134680;
  --teal:         #0E6B6B;
  --teal-light:   #1A8A8A;
  --teal-deep:    #0A4F4F;
  --ink:          #2E2E2E;
  --ink-soft:     #4A4A4A;
  --ink-mute:     #6B6B6B;
  --ink-faint:    #9A9A9A;
  --line:         #E5E2DA;
  --line-soft:    #EDEAE2;
  --line-strong:  #D6D2C8;
  --white:        #FFFFFF;

  /* Gradients (Premium Signature) */
  --grad-hero:    linear-gradient(135deg, #0F2A44 0%, #1A3A5A 50%, #0E6B6B 100%);
  --grad-hero-soft: linear-gradient(135deg, rgba(15,42,68,0.04) 0%, rgba(31,95,168,0.06) 50%, rgba(14,107,107,0.04) 100%);
  --grad-accent:  linear-gradient(135deg, #1F5FA8 0%, #0E6B6B 100%);
  --grad-accent-warm: linear-gradient(135deg, #0E6B6B 0%, #1F5FA8 100%);
  --grad-text:    linear-gradient(135deg, #0F2A44 0%, #1F5FA8 60%, #0E6B6B 100%);
  --grad-cta:     linear-gradient(135deg, #0E6B6B 0%, #0A4F4F 100%);
  --grad-card:    linear-gradient(180deg, #FFFFFF 0%, #FAFAF7 100%);
  --grad-dark:    linear-gradient(180deg, #0F2A44 0%, #081A2D 100%);
  --grad-mesh:    radial-gradient(1200px 800px at 10% 0%, rgba(31,95,168,0.08), transparent 50%),
                  radial-gradient(1000px 700px at 90% 20%, rgba(14,107,107,0.07), transparent 55%),
                  radial-gradient(800px 600px at 50% 100%, rgba(15,42,68,0.04), transparent 60%);

  /* Typography */
  --font-display: 'DM Sans', system-ui, -apple-system, sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  /* Type Scale (fluid) */
  --fs-hero:    clamp(2.75rem, 6vw, 5rem);     /* 44 → 80 */
  --fs-h1:      clamp(2.25rem, 4.5vw, 3.5rem); /* 36 → 56 */
  --fs-h2:      clamp(1.75rem, 3.2vw, 2.75rem);/* 28 → 44 */
  --fs-h3:      clamp(1.25rem, 2vw, 1.625rem); /* 20 → 26 */
  --fs-lead:    clamp(1.0625rem, 1.5vw, 1.25rem); /* 17 → 20 */
  --fs-body:    1rem;
  --fs-small:   0.875rem;
  --fs-mono:    0.75rem;
  --fs-eyebrow: 0.6875rem;

  /* Spacing */
  --sp-xs:   0.5rem;
  --sp-sm:   0.75rem;
  --sp-md:   1rem;
  --sp-lg:   1.5rem;
  --sp-xl:   2rem;
  --sp-2xl:  3rem;
  --sp-3xl:  4rem;
  --sp-4xl:  6rem;
  --sp-5xl:  8rem;
  --sp-6xl:  10rem;

  /* Layout */
  --max-w:        1280px;
  --max-w-narrow: 960px;
  --max-w-wide:   1440px;
  --gutter:       max(1.5rem, 5vw);
  --section-y:    clamp(2.5rem, 5vw, 5rem);

  /* Radii */
  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   16px;
  --r-xl:   24px;
  --r-2xl:  32px;
  --r-full: 9999px;

  /* Shadows (subtle, premium) */
  --sh-sm:  0 1px 2px rgba(15,42,68,0.04), 0 1px 3px rgba(15,42,68,0.06);
  --sh-md:  0 4px 12px rgba(15,42,68,0.05), 0 1px 3px rgba(15,42,68,0.04);
  --sh-lg:  0 12px 32px rgba(15,42,68,0.08), 0 4px 12px rgba(15,42,68,0.04);
  --sh-xl:  0 24px 64px rgba(15,42,68,0.10), 0 8px 24px rgba(15,42,68,0.06);
  --sh-glow-teal: 0 0 0 1px rgba(14,107,107,0.18), 0 12px 36px rgba(14,107,107,0.18);
  --sh-glow-blue: 0 0 0 1px rgba(31,95,168,0.18), 0 12px 36px rgba(31,95,168,0.18);

  /* Motion */
  --ease:     cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast:   180ms;
  --t-base:   280ms;
  --t-slow:   480ms;
}

/* -----------------------------------------------------------------------------
   2. RESET / BASE
   ---------------------------------------------------------------------------*/
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* Sticky-header offset for anchor scrolls — prevents headlines hiding under header */
:is(section, [id]) { scroll-margin-top: 96px; }

/* SVG safe defaults — prevent uncontrolled scaling
   (without breaking SVG visualizations that should fill their container) */
svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
/* Inline icons (no parent class targeted by specific rules) get 1em default */
:is(span, a, button, li, label, p, h1, h2, h3, h4) > svg:not([class]):not([width]):not([height]) {
  width: 1em;
  height: 1em;
}
/* Block-context visualizations fill their wrapper */
.dna-vis svg,
.blog-card__visual svg,
.hero__bg svg,
.hero__atmos svg {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11", "kern";
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; }
ul, ol { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--font-display); color: var(--navy); letter-spacing: -0.02em; line-height: 1.1; font-weight: 600; }
p { margin: 0; }
::selection { background: var(--teal); color: var(--white); }

/* -----------------------------------------------------------------------------
   3. LAYOUT PRIMITIVES
   ---------------------------------------------------------------------------*/
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-inline: var(--gutter);
  width: 100%;
}
.container--narrow { max-width: var(--max-w-narrow); }
.container--wide   { max-width: var(--max-w-wide); }

.section { padding-block: var(--section-y); position: relative; }
.section--paper { background: var(--paper); }
.section--white { background: var(--white); }
.section--warm  { background: var(--paper-warm); }
.section--dark  { background: var(--grad-dark); color: var(--paper); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--white); }

/* -----------------------------------------------------------------------------
   4. TYPOGRAPHY
   ---------------------------------------------------------------------------*/
.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal);
  margin-bottom: var(--sp-md);
}
.eyebrow--blue  { color: var(--blue); }
.eyebrow--navy  { color: var(--navy); }
.eyebrow--mute  { color: var(--ink-mute); }

.headline-hero { font-size: var(--fs-hero); font-weight: 600; letter-spacing: -0.03em; line-height: 1.02; }
.headline-h1   { font-size: var(--fs-h1);   font-weight: 600; letter-spacing: -0.025em; line-height: 1.06; }
.headline-h2   { font-size: var(--fs-h2);   font-weight: 600; letter-spacing: -0.02em;  line-height: 1.1; }
.headline-h3   { font-size: var(--fs-h3);   font-weight: 600; letter-spacing: -0.015em; line-height: 1.2; }

.lead { font-size: var(--fs-lead); line-height: 1.55; color: var(--ink-soft); }
.muted { color: var(--ink-mute); }
.mono  { font-family: var(--font-mono); }

.gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* -----------------------------------------------------------------------------
   5. BUTTONS
   ---------------------------------------------------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  border-radius: var(--r-md);
  transition: all var(--t-base) var(--ease-out);
  position: relative;
  white-space: nowrap;
  line-height: 1;
  isolation: isolate;
  overflow: hidden;
}
.btn svg { width: 16px; height: 16px; transition: transform var(--t-base) var(--ease-out); }
.btn:hover svg { transform: translateX(3px); }

.btn-primary {
  background: var(--grad-cta);
  color: var(--white);
  box-shadow: var(--sh-md), inset 0 1px 0 rgba(255,255,255,0.16);
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 100%);
  opacity: 0;
  transition: opacity var(--t-base) var(--ease-out);
  z-index: -1;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: var(--sh-lg), inset 0 1px 0 rgba(255,255,255,0.2); }
.btn-primary:hover::before { opacity: 1; }

/* Explicit teal variant — used for call-booking CTAs across LPs.
   btn-primary already uses --grad-cta (teal). This modifier is a defensive
   re-assert so the green stays green even when a section overrides
   .btn-primary in a darker scope (e.g. dark CTA blocks). */
.btn-primary--teal {
  background: var(--grad-cta) !important;
  color: var(--white) !important;
}
.btn-primary--teal::before {
  background: linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 100%);
}

.btn-secondary {
  background: var(--white);
  color: var(--navy);
  border: 1px solid var(--line-strong);
}
.btn-secondary:hover { border-color: var(--navy); transform: translateY(-1px); box-shadow: var(--sh-md); }

.btn-ghost {
  background: transparent;
  color: var(--navy);
  padding-inline: 0;
}
.btn-ghost:hover { color: var(--teal); }

.btn-large { padding: 1.125rem 1.875rem; font-size: 1rem; }

/* -----------------------------------------------------------------------------
   6. HEADER / NAV
   ---------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-block: 1rem;
  transition: all var(--t-base) var(--ease-out);
}
.header .container { max-width: var(--max-w-wide); }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background: rgba(255,255,255,0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(229,226,218,0.7);
  border-radius: var(--r-full);
  padding: 0.4375rem 0.4375rem 0.4375rem 1.25rem;
  box-shadow: 0 1px 2px rgba(15,42,68,0.04), 0 8px 24px rgba(15,42,68,0.06);
}
.header.is-scrolled .header__inner {
  background: rgba(255,255,255,0.92);
  border-color: rgba(229,226,218,0.9);
  box-shadow: 0 2px 4px rgba(15,42,68,0.04), 0 12px 32px rgba(15,42,68,0.08);
}
@media (min-width: 1280px) {
  .header__inner { padding-left: 1.5rem; gap: 2rem; }
  .header__nav { gap: 1.75rem; }
}
.header__brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}
.header__brand img {
  height: 22px;
  width: auto;
  display: block;
}
.header.is-scrolled .header__brand img { height: 20px; }
.header__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}
.header__nav a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  transition: color var(--t-fast);
  letter-spacing: -0.005em;
}
.header__nav a:hover { color: var(--navy); }
.header__nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -6px;
  height: 1px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-base) var(--ease-out);
}
.header__nav a:hover::after { transform: scaleX(1); }

/* Active menu item — set by WP via current-menu-* body/li classes */
.header__nav .current-menu-item > a,
.header__nav .current-menu-parent > a,
.header__nav .current-menu-ancestor > a { color: var(--navy); }
.header__nav .current-menu-item > a::after,
.header__nav .current-menu-parent > a::after,
.header__nav .current-menu-ancestor > a::after { transform: scaleX(1); }

/* Dropdowns (WP emits <ul class="sub-menu"> under li.menu-item-has-children) */
.header__nav .menu-item-has-children { position: relative; }
.header__nav .menu-item-has-children > a { padding-right: 0.875rem; }
.header__nav .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px; height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  opacity: 0.6;
  transition: transform var(--t-fast), opacity var(--t-fast);
}
.header__nav .menu-item-has-children:hover > a::before,
.header__nav .menu-item-has-children:focus-within > a::before { opacity: 1; }
/* Invisible bridge so cursor can cross from parent to sub-menu without losing hover */
.header__nav .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -1rem; right: -1rem;
  height: 14px;
  display: none;
}
.header__nav .menu-item-has-children:hover::after,
.header__nav .menu-item-has-children:focus-within::after { display: block; }
.header__nav .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(229,226,218,0.9);
  border-radius: var(--r-lg);
  box-shadow: 0 2px 4px rgba(15,42,68,0.04), 0 16px 40px rgba(15,42,68,0.12);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity var(--t-base) var(--ease-out);
  z-index: 50;
}
.header__nav .menu-item-has-children:hover > .sub-menu,
.header__nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.header__nav .sub-menu li { list-style: none; }
.header__nav .sub-menu a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: var(--r-md);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ink-soft);
  white-space: nowrap;
}
.header__nav .sub-menu a:hover {
  background: rgba(14,107,107,0.08);
  color: var(--teal);
}
.header__nav .sub-menu a::after { display: none; }
/* Active-State im Dropdown — sichtbarer Marker (Teal-Bar links + bg-Tint +
   semibold). Vorher nur Farbe — kaum sichtbar. */
.header__nav .sub-menu .current-menu-item > a {
  color: var(--teal-deep);
  background: rgba(14,107,107,0.10);
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
}
.header__nav .sub-menu .current-menu-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  border-radius: 0 2px 2px 0;
  background: var(--teal);
}
/* Parent-Indikator: wenn man auf einer LP ist, soll "Leistungen" oben im
   Header auch markiert sein (color + underline). Bereits gehandhabt durch
   .current-menu-parent in den Zeilen oben — hier nur Hover-Konflikt fixen. */
.header__nav .menu-item-has-children.current-menu-parent > a,
.header__nav .menu-item-has-children.current-menu-ancestor > a {
  color: var(--teal-deep);
}
.header__nav .menu-item-has-children.current-menu-parent > a::after,
.header__nav .menu-item-has-children.current-menu-ancestor > a::after {
  background: var(--teal);
  transform: scaleX(1);
}

.header__cta { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4375rem 0.875rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--teal);
  background: rgba(14,107,107,0.07);
  border: 1px solid rgba(14,107,107,0.12);
  border-radius: var(--r-full);
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
}
.trust-badge__pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(14,107,107,0.18);
  animation: pulse 2.4s var(--ease-out) infinite;
  flex-shrink: 0;
}
@media (max-width: 1440px) { .trust-badge { display: none; } }
.btn-mini {
  padding: 0.5rem 1.125rem;
  font-size: 0.8125rem;
  border-radius: var(--r-full);
  background: var(--grad-cta);
  color: var(--white);
  font-weight: 600;
  transition: all var(--t-base) var(--ease-out);
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-mini:hover { transform: translateY(-1px); box-shadow: var(--sh-md); }

.menu-toggle { display: none; }

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.4); opacity: 0.4; }
}

/* -----------------------------------------------------------------------------
   7. HERO — premium re-design (depth, layered gradients, sophisticated motion)
   ---------------------------------------------------------------------------*/
.hero {
  position: relative;
  /* min-height vorher 100svh — auf großen Monitors viel Leerraum oben/unten.
     Jetzt skaliert mit Viewport-Höhe und hat sinnvolles Maximum. */
  min-height: clamp(640px, 78vh, 880px);
  padding-block: clamp(5rem, 8vh, 6.5rem) clamp(2rem, 4vh, 3rem);
  background: var(--paper);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero > .container {
  width: 100%;
}
/* Layer 1: warm radial wash (signature gradient) */
.hero::before {
  content: "";
  position: absolute;
  inset: -10% -5%;
  background-image:
    radial-gradient(ellipse 60% 50% at 12% 0%, rgba(31,95,168,0.13) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 92% 30%, rgba(14,107,107,0.16) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 50% 110%, rgba(15,42,68,0.10) 0%, transparent 60%);
  pointer-events: none;
  z-index: -1;
  animation: aurora-shift 18s ease-in-out infinite alternate;
}
/* Layer 2: fine dot grid masked to fade edges */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(15,42,68,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 90% 75% at 50% 40%, black 30%, transparent);
  -webkit-mask-image: radial-gradient(ellipse 90% 75% at 50% 40%, black 30%, transparent);
  pointer-events: none;
  z-index: -1;
  opacity: 0.7;
}
@keyframes aurora-shift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(-2%, 1%) scale(1.04); }
  100% { transform: translate(2%, -1%) scale(1.02); }
}

.hero .container { max-width: var(--max-w-wide); }

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.hero__content { max-width: 640px; }
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.875rem;
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  margin-bottom: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--ink-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.hero__eyebrow svg { width: 12px; height: 12px; color: var(--teal); }

/* SEO-H1: smaller than the display hook, but semantically the main page
   heading. Sits between the eyebrow and the big triple-hook display. */
.hero__seo-h1 {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--ink-soft);
  margin: 0 0 1.25rem;
  max-width: 560px;
}

.hero__title {
  font-size: var(--fs-hero);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.0;
  color: var(--navy);
  margin-bottom: 1.5rem;
}
.hero__title em {
  font-style: normal;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero__subtitle {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 2.5rem;
  max-width: 540px;
}
.hero__ctas { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero__strip {
  margin-top: 2.25rem;
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 1rem 1.5rem;
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  box-shadow: 0 1px 2px rgba(15,42,68,0.03), 0 6px 18px rgba(15,42,68,0.04);
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
}
.hero__meta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--ink-mute);
  white-space: nowrap;
}
.hero__meta-item svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; }
.hero__meta-item strong { color: var(--navy); font-weight: 600; }

.hero__visual {
  position: relative;
  aspect-ratio: 16/10;
  /* Skaliert mit der Viewport-Breite — auf 1280-1599 px Lücke vor dem
     1600er-Wide-Layer wirkt 460 px statisch, clamp gibt der Bühne Atem. */
  max-height: clamp(420px, 36vw, 480px);
  border-radius: var(--r-2xl);
  overflow: hidden;
  box-shadow: var(--sh-xl), 0 0 0 1px rgba(15,42,68,0.04);
  background: var(--grad-dark);
}
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15,42,68,0.18) 0%, transparent 30%, transparent 55%, rgba(15,42,68,0.62) 100%);
  z-index: 2;
  pointer-events: none;
}
.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31,95,168,0.18), transparent 50%, rgba(14,107,107,0.18));
  mix-blend-mode: overlay;
  z-index: 2;
  pointer-events: none;
}
.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 1.2s var(--ease-out);
}
.hero__visual:hover img { transform: scale(1.03); }
.hero__visual-overlay {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.hero__visual-meta {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero__visual-meta strong { color: var(--white); display: block; font-size: 0.875rem; letter-spacing: -0.005em; text-transform: none; font-family: var(--font-display); margin-top: 4px; }

.hero-badge {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: clamp(60px, 7vw, 84px);
  height: auto;
  z-index: 5;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.35));
  transition: transform var(--t-base) var(--ease-out);
  pointer-events: none;
}
.hero__visual:hover .hero-badge { transform: rotate(-2deg) scale(1.04); }

.hero__floater {
  position: absolute;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: var(--r-lg);
  padding: 0.875rem 1rem;
  box-shadow: var(--sh-lg);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 4;
}
.hero__floater--top {
  top: 1.5rem;
  left: -1rem;
  animation: float-up 4s var(--ease-out) infinite alternate;
}
.hero__floater--bottom {
  bottom: 4.5rem;
  right: -1.5rem;
  animation: float-up 4.4s var(--ease-out) infinite alternate-reverse;
}
.hero__floater-dot {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--grad-accent);
  display: grid;
  place-items: center;
  color: var(--white);
  flex-shrink: 0;
}
.hero__floater-dot svg { width: 16px; height: 16px; }
.hero__floater-text {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
}
.hero__floater-text small {
  display: block;
  font-weight: 400;
  color: var(--ink-mute);
  font-size: 0.6875rem;
  font-family: var(--font-mono);
  margin-top: 2px;
  letter-spacing: 0.04em;
}

@keyframes float-up {
  from { transform: translateY(0); }
  to   { transform: translateY(-8px); }
}

/* -----------------------------------------------------------------------------
   8. LOGOS BAR
   ---------------------------------------------------------------------------*/
.logos {
  padding-block: 4rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.logos__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: var(--ink-mute);
  margin-bottom: 2rem;
}
.logos__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 140px;
  filter: grayscale(1) opacity(0.5);
  transition: filter var(--t-base);
  height: 50px;
}
.logos__item:hover { filter: grayscale(0) opacity(1); }
.logos__item img { max-height: 100%; width: auto; max-width: 200px; }
.logos__item--text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--navy);
  letter-spacing: -0.02em;
  filter: opacity(0.5);
}

/* -----------------------------------------------------------------------------
   9. KEY FACTS
   ---------------------------------------------------------------------------*/
.key-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.fact {
  padding: 2rem 1.75rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAF7 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: all var(--t-base) var(--ease-out);
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
}
.fact::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-slow) var(--ease-out);
}
.fact:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: var(--sh-lg);
}
.fact:hover::before { transform: scaleX(1); }
.fact__icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
}
.fact__icon svg { width: 20px; height: 20px; }
.fact__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 0.625rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
}
.fact__desc {
  font-size: 0.875rem;
  color: var(--ink-mute);
  line-height: 1.55;
}

.stats-strip {
  margin-top: 4rem;
  padding-block: 2.5rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat__num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.stat__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 0.625rem;
}

/* -----------------------------------------------------------------------------
   10. SECTION HEADER (shared)
   ---------------------------------------------------------------------------*/
.section-head {
  max-width: 720px;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.section-head--center { margin-inline: auto; text-align: center; }
.section-head__title { margin-bottom: 1.25rem; }
.section-head__lead { color: var(--ink-soft); font-size: var(--fs-lead); line-height: 1.55; }

/* -----------------------------------------------------------------------------
   11. PROBLEM SECTION
   ---------------------------------------------------------------------------*/
.problems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.problem {
  padding: 1.875rem 1.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: all var(--t-base) var(--ease-out);
  position: relative;
}
.problem:hover {
  border-color: var(--teal);
  transform: translateY(-3px);
  box-shadow: var(--sh-lg);
}
.problem__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.problem__label::before {
  content: "";
  width: 4px; height: 4px;
  background: var(--teal);
  border-radius: 50%;
}
.problem__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--navy);
  letter-spacing: -0.015em;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}
.problem__body {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

.cost-strip {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--grad-dark);
  border-radius: var(--r-xl);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  color: var(--white);
}
.cost-strip__item { text-align: center; }
.cost-strip__num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  letter-spacing: -0.03em;
  color: var(--white);
  line-height: 1;
}
.cost-strip__label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.625rem;
}
.problem-outro {
  margin-top: 2.5rem;
  text-align: center;
  font-size: var(--fs-lead);
  color: var(--ink-soft);
  max-width: 720px;
  margin-inline: auto;
  line-height: 1.5;
}
.problem-outro strong { color: var(--navy); font-weight: 600; }

/* -----------------------------------------------------------------------------
   12. IVE PILLARS
   ---------------------------------------------------------------------------*/
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pillar {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: all var(--t-base) var(--ease-out);
}
.pillar::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-slow) var(--ease-out);
}
.pillar:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
  box-shadow: var(--sh-xl);
}
.pillar:hover::before { transform: scaleX(1); }
.pillar__letter {
  font-family: var(--font-display);
  /* Skaliert sanft mit dem Wide-Container statt fix bei 4rem zu kleben
     — auf 1280-1599 px ist 4rem nicht mehr proportional zur Headline. */
  font-size: clamp(3.25rem, 4.2vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  opacity: 0.9;
  margin-bottom: 0.875rem;
}
.pillar__tag {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background: rgba(31,95,168,0.08);
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  border-radius: var(--r-sm);
  margin-bottom: 1rem;
  align-self: flex-start;
  line-height: 1.3;
}
.pillar__title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.pillar__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 1.25rem;
  flex: 1;
}
.pillar__benefit {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-mute);
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  margin-bottom: 1.5rem;
  min-height: 5.5rem;
}
.pillar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.25rem;
  min-height: 48px;
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: var(--r-md);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--white);
  transition: all var(--t-base) var(--ease-out);
  align-self: stretch;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
}
.pillar__cta:hover {
  background: var(--blue-light);
  border-color: var(--blue-light);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(31,95,168,0.25);
}
.pillar__cta svg { width: 14px; height: 14px; transition: transform var(--t-base); }
.pillar__cta:hover svg { transform: translateY(2px); }

/* -----------------------------------------------------------------------------
   13. GLOBAL COMPLEXITY
   ---------------------------------------------------------------------------*/
.global-complex {
  background: var(--grad-dark);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.global-complex::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(800px 400px at 80% 0%, rgba(14,107,107,0.18), transparent 60%),
    radial-gradient(600px 400px at 0% 100%, rgba(31,95,168,0.18), transparent 60%);
  pointer-events: none;
}
.global-complex::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black, transparent);
  pointer-events: none;
}
.global-complex .container { position: relative; z-index: 1; }
.global-complex .section-head__title { color: var(--white); }
.global-complex .section-head__lead { color: rgba(255,255,255,0.7); }

.complex-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.complex-card {
  padding: 2rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-lg);
  transition: all var(--t-base) var(--ease-out);
}
.complex-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(14,107,107,0.4);
  transform: translateY(-3px);
}
.complex-card__num {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--teal-light);
  letter-spacing: 0.14em;
  margin-bottom: 1.25rem;
}
.complex-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.875rem;
  line-height: 1.3;
  color: var(--white);
}
.complex-card__body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}

.systems-grid {
  margin-top: 3rem;
  padding: 2.25rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-xl);
  position: relative;
  overflow: hidden;
}
.systems-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 240px at 0% 0%, rgba(14,107,107,0.18), transparent 60%),
    radial-gradient(600px 240px at 100% 100%, rgba(31,95,168,0.18), transparent 60%);
  pointer-events: none;
}
.systems-grid > * { position: relative; z-index: 1; }
.systems-grid__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.systems-grid__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-light);
}
.systems-grid__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.015em;
}
.systems-grid__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.system-tile {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-md);
  transition: all var(--t-base) var(--ease-out);
  position: relative;
  overflow: hidden;
}
.system-tile::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal-light), transparent);
  transform: scaleX(0);
  transition: transform var(--t-slow) var(--ease-out);
}
.system-tile:hover {
  background: rgba(14,107,107,0.12);
  border-color: rgba(93,189,189,0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(14,107,107,0.18);
}
.system-tile:hover::before { transform: scaleX(1); }
.system-tile__icon {
  width: 36px; height: 36px;
  border-radius: var(--r-sm);
  background: rgba(93,189,189,0.12);
  color: #5DBDBD;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.system-tile__icon svg { width: 18px; height: 18px; }
.system-tile__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--white);
  letter-spacing: -0.01em;
  line-height: 1.2;
  min-width: 0;
}
@media (max-width: 1024px) {
  .systems-grid__items { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .systems-grid__items { grid-template-columns: 1fr; }
}

/* -----------------------------------------------------------------------------
   14. TESTIMONIALS
   ---------------------------------------------------------------------------*/
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.testimonial {
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all var(--t-base);
}
.testimonial:hover { border-color: var(--line-strong); box-shadow: var(--sh-lg); transform: translateY(-2px); }
.testimonial__head {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}
.testimonial__avatar {
  width: 54px; height: 54px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px var(--white), 0 0 0 3px rgba(14,107,107,0.25);
}
.testimonial__quote {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink);
  flex: 1;
  position: relative;
  padding-left: 1.25rem;
}
.testimonial__quote::before {
  content: "\201E";
  position: absolute;
  left: -0.125rem;
  top: -0.25rem;
  font-family: var(--font-display);
  font-size: 2.5rem;
  line-height: 1;
  color: var(--teal);
  opacity: 0.35;
}
.testimonial__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.testimonial__role {
  font-size: 0.75rem;
  color: var(--ink-mute);
  margin-top: 2px;
  line-height: 1.4;
}

/* Carousel */
.testimonial-carousel {
  position: relative;
}
.testimonial-carousel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.testimonial-carousel__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.testimonial-carousel__controls {
  display: flex;
  gap: 0.5rem;
}
.testimonial-carousel__btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  background: var(--white);
  color: var(--navy);
  transition: all var(--t-base) var(--ease-out);
}
.testimonial-carousel__btn:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
  transform: translateY(-1px);
}
.testimonial-carousel__btn svg { width: 18px; height: 18px; }
.testimonial-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * 1rem) / 3);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0.25rem;
}
.testimonial-carousel__track::-webkit-scrollbar { display: none; }
.testi-card {
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: all var(--t-base) var(--ease-out);
}
.testi-card:hover { border-color: var(--line-strong); box-shadow: var(--sh-md); }
.testi-card__avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--white), 0 0 0 3px rgba(14,107,107,0.2);
}
.testi-card__quote {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-soft);
  flex: 1;
}
.testi-card__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--navy);
  margin-top: 0.25rem;
}
.testi-card__role {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
  line-height: 1.4;
}
.testimonial-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 1rem;
}
.testimonial-carousel__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--line-strong);
  transition: all var(--t-base);
}
.testimonial-carousel__dot.is-active {
  background: var(--teal);
  width: 24px;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .testimonial-carousel__track { grid-auto-columns: calc((100% - 1rem) / 2); }
}
@media (max-width: 720px) {
  .testimonial-carousel__track { grid-auto-columns: 88%; }
}

/* -----------------------------------------------------------------------------
   15. TEAM — wave grid with hover overlay (photos coming later)
   ---------------------------------------------------------------------------*/
.team-section {
  background: linear-gradient(180deg, var(--paper-warm) 0%, var(--paper) 100%);
  position: relative;
  overflow: hidden;
}
.team-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(700px 500px at 0% 100%, rgba(31,95,168,0.07), transparent 60%),
    radial-gradient(500px 400px at 100% 0%, rgba(14,107,107,0.05), transparent 60%);
  pointer-events: none;
}
.team-section .container { position: relative; z-index: 1; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.team-card {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--grad-dark);
  cursor: pointer;
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base) var(--ease-out);
  isolation: isolate;
}
.team-card:nth-child(2n) { transform: translateY(28px); }
.team-card:hover,
.team-card:nth-child(2n):hover { transform: translateY(-8px) !important; box-shadow: var(--sh-glow-teal); }

.team-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  z-index: 1;
  transition: transform 0.6s var(--ease-out), filter var(--t-base);
}
.team-card:hover .team-card__photo {
  transform: scale(1.05);
  filter: brightness(0.7);
}

.team-card__placeholder {
  position: absolute;
  inset: 0;
  background: var(--grad-dark);
  display: grid;
  place-items: center;
  z-index: 1;
}
.team-card__placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.team-card__placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(400px 300px at 100% 0%, rgba(14,107,107,0.18), transparent 60%),
    radial-gradient(300px 240px at 0% 100%, rgba(31,95,168,0.15), transparent 60%);
}
.team-card__initials {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 600;
  color: rgba(255,255,255,0.78);
  letter-spacing: -0.05em;
  position: relative;
  z-index: 1;
  transition: opacity var(--t-base);
}
.team-card:hover .team-card__initials { opacity: 0; }

.team-card__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.125rem 1.125rem;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, rgba(15,42,68,0.85) 100%);
  transition: opacity var(--t-base);
}
.team-card:hover .team-card__bottom { opacity: 0; }
.team-card__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--white);
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 2px;
}
.team-card__role {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.6);
}

.team-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, rgba(15,42,68,0.4) 0%, rgba(8,26,45,0.95) 100%);
  opacity: 0;
  transform: translateY(15%);
  transition: all var(--t-base) var(--ease-out);
}
.team-card:hover .team-card__overlay { opacity: 1; transform: translateY(0); }
.team-card__overlay-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--white);
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin-bottom: 4px;
}
.team-card__overlay-role {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
  margin-bottom: 0.875rem;
}
.team-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.team-card__tag {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  background: rgba(14,107,107,0.7);
  color: var(--white);
  border-radius: var(--r-sm);
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .team-card:nth-child(2n) { transform: none; }
}
@media (max-width: 720px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .team-card__initials { font-size: 2.25rem; }
}

.team-card__photo {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
  transition: filter var(--t-base);
}
.team-card:hover .team-card__photo { filter: saturate(1) brightness(0.7) blur(2px); }
.team-card__placeholder {
  width: 100%;
  height: 100%;
  background: var(--grad-dark);
  display: grid;
  place-items: center;
  position: relative;
}
.team-card__placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.team-card__initials {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  letter-spacing: -0.05em;
  position: relative;
}
.team-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  background: linear-gradient(180deg, transparent 30%, rgba(15,42,68,0.92) 100%);
  opacity: 0;
  transform: translateY(20%);
  transition: all var(--t-base) var(--ease-out);
}
.team-card:hover .team-card__overlay { opacity: 1; transform: translateY(0); }
.team-card__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--white);
  letter-spacing: -0.015em;
  margin-bottom: 4px;
  line-height: 1.2;
}
.team-card__role {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 0.75rem;
}
.team-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.team-card__tag {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  background: rgba(14,107,107,0.7);
  color: var(--white);
  border-radius: var(--r-sm);
}
.team-card__bottom-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 1;
  transition: opacity var(--t-fast);
}
.team-card:hover .team-card__bottom-label { opacity: 0; }

/* -----------------------------------------------------------------------------
   16. PROCESS / BEST PRACTICES
   ---------------------------------------------------------------------------*/
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  position: relative;
}
.process::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 10%, var(--line-strong) 90%, transparent);
  z-index: 0;
}
.process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.process-step__num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line-strong);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  transition: all var(--t-base);
}
.process-step:hover .process-step__num {
  background: var(--grad-accent);
  border-color: transparent;
  color: var(--white);
  transform: scale(1.08);
  box-shadow: var(--sh-glow-blue);
}
.process-step__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--navy);
  letter-spacing: -0.015em;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}
.process-step__desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.benefits {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}
.benefit__icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}
.benefit__icon svg { width: 18px; height: 18px; }
.benefit__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.015em;
  margin-bottom: 0.5rem;
}
.benefit__desc { font-size: 0.875rem; line-height: 1.6; color: var(--ink-soft); }

/* -----------------------------------------------------------------------------
   17. CLAIM BANNER
   ---------------------------------------------------------------------------*/
.claim {
  background: var(--grad-dark);
  color: var(--white);
  padding-block: clamp(5rem, 10vw, 8rem);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.claim::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(900px 500px at 30% 20%, rgba(14,107,107,0.20), transparent 55%),
    radial-gradient(700px 500px at 80% 100%, rgba(31,95,168,0.20), transparent 55%);
  pointer-events: none;
}
.claim__inner { position: relative; z-index: 1; max-width: 920px; margin-inline: auto; }
.claim__headline {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 1.75rem;
}
.claim__headline em {
  font-style: normal;
  background: linear-gradient(135deg, #5DBDBD 0%, #84D5E0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.claim__subtext {
  font-size: var(--fs-lead);
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  max-width: 680px;
  margin-inline: auto;
}

/* -----------------------------------------------------------------------------
   18. DNA SECTION
   ---------------------------------------------------------------------------*/
.dna {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.dna-pillar {
  padding: 2.25rem 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  position: relative;
  overflow: hidden;
  transition: all var(--t-base);
}
.dna-pillar::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: var(--grad-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-slow) var(--ease-out);
}
.dna-pillar:hover { transform: translateY(-4px); box-shadow: var(--sh-xl); }
.dna-pillar:hover::before { transform: scaleX(1); }
.dna-pillar__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.dna-pillar__label::before { content: ""; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; }
.dna-pillar__title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.dna-pillar__body {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* -----------------------------------------------------------------------------
   19. BLOG TEASER
   ---------------------------------------------------------------------------*/
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 3rem;
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all var(--t-base) var(--ease-out);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: var(--line-strong); }
.blog-card__visual {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
}
.blog-card__visual svg {
  width: 100%; height: 100%;
  display: block;
}
.blog-card__visual--alt-1 { background: linear-gradient(135deg, #0F2A44 0%, #1A3A5A 100%); }
.blog-card__visual--alt-2 { background: linear-gradient(135deg, #134680 0%, #0E6B6B 100%); }
.blog-card__visual--alt-3 { background: linear-gradient(135deg, #0E6B6B 0%, #1F5FA8 100%); }
.blog-grid__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 1rem;
  color: var(--ink-mute);
  font-size: 0.9375rem;
}

/* ── Single Post — Artikel-Hero (SVG ganz oben), Lead-Paragraph, Inline-CTA ─ */

/* Article-Hero: SVG-Komposition ganz oben im Body. Klare Trennung von der
   Card-Head-Meta-Leiste (die ist im Template über H1). */
.blog-article-hero {
  margin: 0 0 1.5rem;
  border-radius: var(--r-xl, 20px);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15,42,68,0.10);
  background: var(--navy);
}
.blog-article-hero svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 320;
}
@media (max-width: 640px) {
  .blog-article-hero svg { aspect-ratio: 4/3; }
  .blog-article-hero { margin: 0 0 1.25rem; }
}

/* Lead-Paragraph — der erste Absatz nach dem Hero. Gleiche Schriftart wie der
   Body, aber durch eine subtile Teal-Tint-Karte mit Left-Border visuell
   abgesetzt (statt durch eine andere Schrift). Das ist die TL;DR-Box. */
.post-single__body .post-lead {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--navy);
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 1.75rem;
  padding: 1.125rem 1.25rem;
  background: linear-gradient(135deg, rgba(14,107,107,0.06) 0%, rgba(14,107,107,0.03) 100%);
  border-left: 4px solid var(--teal-deep);
  border-radius: 0 var(--r-md, 12px) var(--r-md, 12px) 0;
}
.post-single__body .post-lead strong { color: var(--navy); }

/* IVE-Style Inline-CTA für Free-Downloads — folgt der Pillar-Card-Optik:
   schlanke Karte, klarer Titel + 1 Zeile Sub + dunkelgrüner Pillar-Button.
   Das Wort „Lead-Magnet" taucht NIRGENDS auf. */
.blog-inline-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem 2rem;
  align-items: center;
  margin: 2rem 0;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, #FFFFFF 0%, #F4F1E9 100%);
  border: 1px solid rgba(14,107,107,0.18);
  border-left: 4px solid var(--teal-deep);
  border-radius: var(--r-xl, 20px);
  box-shadow: 0 8px 24px rgba(15,42,68,0.06);
}
.blog-inline-cta__copy { min-width: 0; }
.blog-inline-cta__title {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--navy);
  margin: 0 0 0.375rem;
}
.blog-inline-cta__sub {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}
.blog-inline-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.5rem;
  background: var(--teal-deep);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  border: 1px solid var(--teal-deep);
  border-radius: var(--r-full);
  cursor: pointer;
  transition: background var(--t-fast) var(--ease-out), transform var(--t-fast) var(--ease-out), box-shadow var(--t-fast) var(--ease-out);
  white-space: nowrap;
}
.blog-inline-cta__btn:hover,
.blog-inline-cta__btn:focus-visible {
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15,42,68,0.18);
}
.blog-inline-cta__btn svg {
  width: 16px; height: 16px;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .blog-inline-cta {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
  .blog-inline-cta__btn {
    justify-content: center;
    width: 100%;
  }
}

/* Tabellen im Blog-Body — branded statt nackt-WP-Style */
.post-single__body table,
.post-single__body .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.75rem 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  border: 1px solid var(--line);
  border-radius: var(--r-md, 12px);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 4px 14px rgba(15,42,68,0.04);
}
.post-single__body table thead,
.post-single__body .wp-block-table thead {
  background: linear-gradient(135deg, var(--navy) 0%, #173659 100%);
  color: var(--white);
}
.post-single__body table th,
.post-single__body .wp-block-table th {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding: 0.875rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.post-single__body table td,
.post-single__body .wp-block-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  color: var(--ink);
}
.post-single__body table tbody tr:nth-child(even),
.post-single__body .wp-block-table tbody tr:nth-child(even) {
  background: rgba(14,107,107,0.025);
}
.post-single__body table tbody tr:last-child td,
.post-single__body .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
.post-single__body table strong,
.post-single__body .wp-block-table strong { color: var(--navy); }
.post-single__body figure.wp-block-table { margin: 1.75rem 0; }
.post-single__body figure.wp-block-table table { margin: 0; }
@media (max-width: 720px) {
  .post-single__body table,
  .post-single__body .wp-block-table table {
    font-size: 0.875rem;
  }
  .post-single__body table th,
  .post-single__body table td { padding: 0.625rem 0.75rem; }
}

/* ── Single-Post Meta-Leiste ergänzt um Autor ─────────────────────────────── */
.post-single__author {
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.blog-card__category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.25rem 0.625rem;
  background: rgba(255,255,255,0.95);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--navy);
  border-radius: var(--r-sm);
}
.blog-card__body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
.blog-card__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}
.blog-card__excerpt {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1.5rem;
}
.blog-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-mute);
}
.blog-card__link { color: var(--teal); font-weight: 600; }

.blog-cta { text-align: center; }

/* -----------------------------------------------------------------------------
   20. FAQ
   ---------------------------------------------------------------------------*/
.faq {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: border-color var(--t-base);
}
.faq-item[open] { border-color: var(--teal); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1rem;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  width: 12px; height: 12px;
  border-right: 2px solid var(--ink-mute);
  border-bottom: 2px solid var(--ink-mute);
  transform: rotate(45deg);
  transition: transform var(--t-base);
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(-135deg); border-color: var(--teal); }
.faq-item__body {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

/* -----------------------------------------------------------------------------
   21. FINAL CTA
   ---------------------------------------------------------------------------*/
.final-cta {
  background: var(--grad-dark);
  color: var(--white);
  padding-block: clamp(5rem, 10vw, 7.5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(900px 500px at 50% 0%, rgba(14,107,107,0.22), transparent 60%),
    radial-gradient(700px 500px at 50% 100%, rgba(31,95,168,0.18), transparent 60%);
}
.final-cta__inner { position: relative; z-index: 1; max-width: 840px; margin-inline: auto; }
.final-cta__title {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 1.25rem;
}
.final-cta__sub { font-size: var(--fs-lead); color: rgba(255,255,255,0.78); line-height: 1.5; max-width: 660px; margin: 0 auto 2.5rem; }
.final-cta__extra { font-family: var(--font-mono); font-size: 0.8125rem; color: rgba(255,255,255,0.55); margin-top: 1.25rem; letter-spacing: 0.04em; }

/* -----------------------------------------------------------------------------
   22. FOOTER
   ---------------------------------------------------------------------------*/
.footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.7);
  padding-block: 4rem 2rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer__brand { display: flex; flex-direction: column; gap: 1rem; }
.footer__brand-mark {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--white);
  letter-spacing: -0.02em;
}
.footer__brand-mark .header__brand-mark { width: 36px; height: 36px; font-size: 1rem; border-radius: 10px; }
.footer__claim { font-size: 0.875rem; line-height: 1.55; max-width: 320px; color: rgba(255,255,255,0.6); }
.footer__col-title {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.25rem;
}
.footer__list li { margin-bottom: 0.625rem; font-size: 0.875rem; }
.footer__list a { transition: color var(--t-fast); }
.footer__list a:hover { color: var(--white); }
.footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.5);
}
.footer__legal { display: flex; gap: 1.5rem; }
.footer__social { display: flex; gap: 0.75rem; }
.footer__social a {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  display: grid;
  place-items: center;
  transition: all var(--t-base);
}
.footer__social a:hover { background: var(--teal); }
.footer__social svg { width: 16px; height: 16px; color: rgba(255,255,255,0.8); }
.footer__social a:hover svg { color: var(--white); }
/* 5th column when a "Leistungen" services menu is registered */
.footer__grid--with-services { grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr; }

/* -----------------------------------------------------------------------------
   22b. BREADCRUMBS & SECTION-CTA UTILITIES (for landing pages)
   ---------------------------------------------------------------------------*/
.breadcrumbs {
  /* Top-Padding berücksichtigt den fixed Header — sonst rutscht der Pfad
     auf Mobile direkt unter die Menübar (User-Feedback Round-47: war
     zu nah dran). Großzügiger Abstand sowohl Desktop als auch Mobile. */
  padding: 6.5rem 0 1.25rem;
  font-size: 0.8125rem;
  color: var(--ink-mute);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-top: 5.5rem;
  }
}
.breadcrumbs__sep { margin: 0 0.375rem; color: var(--line-strong); }
.breadcrumbs a { color: var(--teal); text-decoration: none; transition: color var(--t-fast); }
.breadcrumbs a:hover { color: var(--teal-deep); text-decoration: underline; }
.breadcrumbs [aria-current="page"] { color: var(--ink); }

/* Wrapper for inline CTAs placed inside homepage sections to deep-link
   to landing pages without disrupting card grids. */
.section-cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
/* Two-CTA variant — primary deep-link + secondary overview link */
.section-cta--double {
  gap: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
}
/* Make the secondary button readable on dark sections (e.g. global-complex). */
.section--dark .section-cta .btn-secondary,
.global-complex .section-cta .btn-secondary {
  background: rgba(255,255,255,0.06);
  color: var(--white);
  border-color: rgba(255,255,255,0.22);
}
.section--dark .section-cta .btn-secondary:hover,
.global-complex .section-cta .btn-secondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.45);
  color: var(--white);
}

/* -----------------------------------------------------------------------------
   22c. LANDING-PAGE LAYOUT UTILITIES (prose, triggers, systems-list, hero CTAs)
   ---------------------------------------------------------------------------*/
.page-hero { padding-block: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 3.5rem); }
.page-hero .section-head { max-width: 820px; }
.page-hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.75rem;
}

.prose {
  max-width: 760px;
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: var(--ink-soft);
}
.prose--center { margin-inline: auto; text-align: center; }
.prose > p + p { margin-top: 1rem; }
.prose h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 2rem 0 0.625rem;
  line-height: 1.25;
}
.prose strong { color: var(--navy); font-weight: 600; }
.prose__note {
  max-width: 760px;
  margin-top: 1.75rem;
  padding: 1.25rem 1.5rem;
  background: var(--paper-cool);
  border-left: 3px solid var(--teal);
  border-radius: var(--r-md);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
.prose__note strong { color: var(--navy); }

.trigger-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.trigger-card {
  padding: 1.5rem 1.5rem 1.625rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: border-color var(--t-base), transform var(--t-base), box-shadow var(--t-base);
}
.trigger-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.trigger-card__title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.trigger-card__body {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.systems-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 2rem;
  max-width: 880px;
}
.systems-list li {
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.systems-list strong { color: var(--navy); font-weight: 600; }

/* Center-aligned Variante (LP1 S04 — System-Punkte mittig) */
.systems-list--center {
  margin-inline: auto;
  text-align: center;
}
.systems-list--center li {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.systems-list--center .systems-list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  color: inherit;
  transition: color var(--t-fast);
}
.systems-list--center .systems-list__link strong {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
}
.systems-list--center .systems-list__link span {
  max-width: 420px;
}
.systems-list--center .systems-list__link:hover { color: var(--teal); }
.systems-list--center .systems-list__link:hover strong { color: var(--teal-deep); }

/* KPI-stack variant for light backgrounds (page sections, not final-cta) */
.kpi-stack--page {
  background: var(--paper-cool);
  border: 1px solid var(--line);
  margin: 1.75rem 0 2rem;
}
.kpi-stack--page .kpi-stack__num { color: var(--navy); }
.kpi-stack--page .kpi-stack__label { color: var(--ink-mute); }

@media (max-width: 1024px) {
  .trigger-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .trigger-grid { grid-template-columns: 1fr; }
  .systems-list { grid-template-columns: 1fr; }
  .page-hero__ctas .btn { width: 100%; justify-content: center; }
}

/* -----------------------------------------------------------------------------
   23. ANIMATIONS - REVEAL ON SCROLL
   ---------------------------------------------------------------------------*/
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"] { transition-delay: 0.1s; }
[data-reveal-delay="2"] { transition-delay: 0.2s; }
[data-reveal-delay="3"] { transition-delay: 0.3s; }
[data-reveal-delay="4"] { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  * { animation-duration: 0s !important; transition-duration: 0s !important; }
}

/* -----------------------------------------------------------------------------
   24. RESPONSIVE
   ---------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { max-height: 540px; aspect-ratio: 5/4; order: -1; }
  .hero__floater--top { left: 1rem; }
  .hero__floater--bottom { right: 1rem; }
  .key-facts { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .problems { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .complex-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .short-quotes { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .team-card:nth-child(2n) { transform: none; }
  .process { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  .process::before { display: none; }
  .benefits { grid-template-columns: 1fr; }
  .dna { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .cost-strip { grid-template-columns: 1fr; gap: 1.5rem; }
  .header__nav { display: none; }
  .menu-toggle {
    display: grid;
    place-items: center;
    width: 40px; height: 40px;
    border-radius: var(--r-md);
    background: var(--white);
    border: 1px solid var(--line);
  }
  .menu-toggle svg { width: 18px; height: 18px; color: var(--navy); }
}

@media (max-width: 800px) {
  .header__cta .btn-mini { display: none; }
  .header__brand img { height: 18px; }
}
@media (max-width: 720px) {
  /* Hero collapses to a single column — hide the team photo on phones
     so the section reads as a clean type stack + KPI strip. */
  .hero__visual { display: none; }
  .hero__inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero__strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: var(--r-lg);
    padding: 0.875rem 1rem;
    gap: 0.75rem 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  /* Items align left so column items line up under each other regardless
     of label length — fixes the off-by-a-few-pixels feel where "0 kritische
     Findings" wasn't flush with "15+ Jahre Praxis" above it. */
  .hero__meta-item {
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
    font-size: 0.75rem;
    gap: 0.4rem;
    line-height: 1.3;
  }
  .hero__meta-item svg { width: 16px; height: 16px; }
}
@media (max-width: 640px) {
  :root { --gutter: 1.25rem; }
  .header__inner { padding: 0.5rem 0.5rem 0.5rem 1rem; }
  .trust-badge { display: none; }
  .key-facts { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .hero__title { font-size: clamp(2.25rem, 9vw, 3rem); }
  .hero__visual { max-height: 420px; }
  .hero__floater { display: none; }
  .btn { padding: 0.75rem 1.25rem; font-size: 0.875rem; }
}

/* -----------------------------------------------------------------------------
   25. PREMIUM UPGRADES — added in audit pass
   ---------------------------------------------------------------------------*/

/* Hero — softer atmospheric blobs (replaces previous data-stream SVG) */
.hero__atmos {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero__atmos-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  will-change: transform;
}
.hero__atmos-blob--a {
  width: 520px; height: 520px;
  top: -8%; left: -10%;
  background: radial-gradient(circle, rgba(31,95,168,0.5), transparent 65%);
  animation: blob-drift 22s ease-in-out infinite alternate;
}
.hero__atmos-blob--b {
  width: 620px; height: 620px;
  top: 30%; right: -12%;
  background: radial-gradient(circle, rgba(14,107,107,0.5), transparent 65%);
  animation: blob-drift 26s ease-in-out infinite alternate-reverse;
  animation-delay: -3s;
}
.hero__atmos-blob--c {
  width: 480px; height: 480px;
  bottom: -15%; left: 30%;
  background: radial-gradient(circle, rgba(15,42,68,0.35), transparent 65%);
  animation: blob-drift 30s ease-in-out infinite alternate;
  animation-delay: -8s;
}
@keyframes blob-drift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(40px, -30px) scale(1.08); }
}

/* Hero KPI side panel (replaces simple floaters) */
.hero__panel {
  position: absolute;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: var(--r-lg);
  padding: 1rem 1.125rem;
  box-shadow: var(--sh-xl);
  z-index: 4;
  width: 240px;
}
.hero__panel--top {
  top: 1.25rem;
  left: 1.25rem;
  animation: float-soft 5s var(--ease-out) infinite alternate;
}
.hero__panel--bot {
  bottom: 5rem;
  right: 1.25rem;
  animation: float-soft 5.4s var(--ease-out) infinite alternate-reverse;
}
.hero__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.hero__panel-label {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.hero__panel-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  color: var(--teal);
  font-weight: 500;
}
.hero__panel-status::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(14,107,107,0.18);
  animation: pulse 2.4s var(--ease-out) infinite;
}
.hero__panel-stat {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: -0.025em;
  color: var(--navy);
  line-height: 1;
}
.hero__panel-stat span {
  font-size: 0.875rem;
  color: var(--ink-mute);
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 4px;
}
.hero__panel-sub {
  font-size: 0.75rem;
  color: var(--ink-mute);
  margin-top: 0.5rem;
  line-height: 1.45;
}
.hero__panel-bar {
  margin-top: 0.625rem;
  height: 4px;
  border-radius: 2px;
  background: var(--paper-cool);
  overflow: hidden;
  position: relative;
}
.hero__panel-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: var(--grad-accent);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation: bar-fill 2.6s var(--ease-out) 0.6s forwards;
}
@keyframes bar-fill {
  to { transform: scaleX(1); }
}

/* Audit-trail mini list */
.hero__panel-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.hero__panel-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--ink-soft);
}
.hero__panel-list li svg {
  width: 12px; height: 12px;
  color: var(--teal);
  flex-shrink: 0;
}

@keyframes float-soft {
  from { transform: translateY(0); }
  to   { transform: translateY(-10px); }
}

/* Trust bar — refactored */
.trust-bar {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 1.5rem;
}
.trust-bar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.trust-bar__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.trust-bar__hint {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--ink-faint);
  letter-spacing: 0.04em;
}
/* Trust-bar marquee — auto-laufendes Karussell.
   Viewport maskiert die Ränder mit fade-out. Track enthält ZWEI identische
   Groups; @keyframes verschiebt von 0 → -50 %, dann zurück zu 0 (= visuell
   nahtloser Loop, weil Group #2 jetzt dort steht wo Group #1 war).
   Logos in dunklerem Grau (--ink-mute statt grayscale+opacity 0.5). */
.trust-bar__viewport {
  position: relative;
  overflow: hidden;
  /* Soft fade an beiden Rändern – Logos „erscheinen" und „verschwinden" */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.trust-bar__track {
  display: flex;
  width: max-content;
  /* 40 s ist langsam-souverän – nicht aggressiv-werblich */
  animation: trust-bar-scroll 40s linear infinite;
  will-change: transform;
}
.trust-bar__track:hover,
.trust-bar__track:focus-within {
  animation-play-state: paused;
}
.trust-bar__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  /* Eine Gruppe muss exakt 50 % des Tracks ausfüllen – Lücken zwischen
     Group-Pairs bleiben gleich, weil die Cells selbst Padding tragen. */
  gap: 3.5rem;
  padding-right: 3.5rem;
}
.trust-bar__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Cell-Höhe auf 56px aufgemacht — gibt dem PDA-Stamp (quasi-quadratisch
     mit Wortmark + Mini-Text + Halb-Globus) genug Vertikalraum, damit alle
     drei Lagen lesbar bleiben. Wordmark-Logos darüber (HP/BI/ISPE = 38px)
     sitzen ohnehin proportional zentriert. */
  height: 56px;
  flex: 0 0 auto;
  min-width: 140px;
  overflow: visible;
}
.trust-bar__logo {
  /* Dunkleres Grau – deutlich präsenter als das alte hellgrau,
     trotzdem zurückhaltend gegenüber Brand-Farben */
  filter: grayscale(1) brightness(0.55) contrast(1.05);
  opacity: 0.85;
  transition: filter var(--t-base), opacity var(--t-base);
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.trust-bar__cell:hover .trust-bar__logo {
  filter: grayscale(0) brightness(1) contrast(1);
  opacity: 1;
}
/* Boehringer slightly bigger to match J&J visual weight */
.trust-bar__cell--bi .trust-bar__logo   { max-height: 38px; }
.trust-bar__cell--jj .trust-bar__logo   { max-height: 26px; }
.trust-bar__cell--hp .trust-bar__logo   { max-height: 38px; }
.trust-bar__cell--gqma .trust-bar__logo { max-height: 32px; }
.trust-bar__cell--ispe .trust-bar__logo {
  max-height: 38px;
  /* Die ISPE-PNG hat einen weißen Hintergrund → wird zum Kasten, sobald
     ein brightness()-Filter Weiß zu Grau zieht. Lösung:
     - KEIN brightness-Filter (sonst kippt Weiß zu Grau, multiply hilft nicht)
     - mix-blend-mode: multiply rechnet pures Weiß gegen den weißen
       Trust-Bar-Hintergrund weg → Weiß = unsichtbar
     - höherer contrast() drückt das Logo in dunkles Grau, sodass es trotz
       fehlender brightness-Reduktion ähnlich präsent wirkt wie die anderen. */
  mix-blend-mode: multiply;
  filter: grayscale(1) contrast(1.5);
  opacity: 0.95;
}
.trust-bar__cell--ispe:hover .trust-bar__logo {
  filter: grayscale(0) contrast(1);
  opacity: 1;
}
/* PDA-Mark — offizielles SVG-Stamp (PDA-Wortmark + "Parenteral Drug
   Association" + Halb-Globus). Aspect ~1.16:1, braucht volle Cell-Höhe
   um nicht „abgeschnitten" zu wirken. min-width angehoben, damit das
   Stamp nicht in eine schmale Cell gepresst wird. */
.trust-bar__cell--pda {
  min-width: 96px;
}
.trust-bar__cell--pda .trust-bar__logo {
  max-height: 54px;
  filter: grayscale(1);
  opacity: 0.85;
}
.trust-bar__cell--pda:hover .trust-bar__logo {
  filter: grayscale(0);
  opacity: 1;
}
/* traqx — wide-format SVG (3.2:1 ratio), Höhe etwas niedriger damit der
   Schriftzug das optische Gewicht der quadratischen Logos nicht überrollt. */
.trust-bar__cell--traqx {
  min-width: 160px;
}
.trust-bar__cell--traqx .trust-bar__logo {
  max-height: 26px;
}

@keyframes trust-bar-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* Barrierefreiheit: kein Loop für User mit reduzierter Bewegung */
@media (prefers-reduced-motion: reduce) {
  .trust-bar__track { animation: none; }
  .trust-bar__viewport { overflow-x: auto; }
}

/* Trust-bar — mobile: schmalere Cells, langsameres Tempo + weichere
   Edge-Mask (15 % statt 6 %), damit Logos sanft erscheinen statt am
   rechten Rand zu „poppen". */
@media (max-width: 720px) {
  .trust-bar__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 15%, #000 85%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 15%, #000 85%, transparent 100%);
  }
  .trust-bar__track { animation-duration: 36s; }
  .trust-bar__group { gap: 2rem; padding-right: 2rem; }
  .trust-bar__cell  { height: 44px; min-width: 100px; }
  .trust-bar__cell--pda { min-width: 70px; }
  .trust-bar__cell--bi .trust-bar__logo,
  .trust-bar__cell--ispe .trust-bar__logo { max-height: 30px; }
  .trust-bar__cell--jj .trust-bar__logo   { max-height: 20px; }
  .trust-bar__cell--hp .trust-bar__logo,
  .trust-bar__cell--gqma .trust-bar__logo { max-height: 26px; }
  .trust-bar__cell--traqx .trust-bar__logo { max-height: 18px; }
  .trust-bar__cell--pda .trust-bar__logo  { max-height: 42px; }
}

.member-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  padding: 0.5rem 1rem;
}
.member-pill__crest {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--grad-accent);
  display: grid;
  place-items: center;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-bottom: 4px;
  position: relative;
}
.member-pill__crest::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px dashed rgba(14,107,107,0.35);
  border-radius: 50%;
}
.member-pill__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.8125rem;
  color: var(--navy);
  letter-spacing: -0.005em;
  line-height: 1.1;
}
.member-pill__role {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 2px;
}

/* Hero subtle dot pattern (premium texture) */
.hero__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(15,42,68,0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black, transparent);
  pointer-events: none;
  z-index: 0;
}

/* Fact card — premium dark variant (single column, not spanning) */
.fact--featured {
  background: var(--grad-dark);
  color: var(--white);
  border: 0;
  position: relative;
  overflow: hidden;
}
.fact--featured::before { background: linear-gradient(90deg, var(--teal-light), var(--blue-light)); height: 3px; width: 100%; }
.fact--featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(400px 280px at 100% 0%, rgba(14,107,107,0.32), transparent 60%),
    radial-gradient(320px 240px at 0% 100%, rgba(31,95,168,0.25), transparent 60%);
}
.fact--featured > * { position: relative; z-index: 1; }
.fact--featured .fact__title { color: var(--white); font-size: 1.125rem; line-height: 1.3; }
.fact--featured .fact__desc { color: rgba(255,255,255,0.78); font-size: 0.875rem; }
.fact--featured .fact__icon {
  background: rgba(14,107,107,0.25);
  color: var(--teal-light);
}
.fact-chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-top: 1.25rem;
  height: 44px;
}
.fact-chart__bar {
  flex: 1;
  background: rgba(255,255,255,0.18);
  border-radius: 2px;
  transform-origin: bottom;
  animation: bar-grow 1.4s var(--ease-out) backwards;
}
.fact-chart__bar--accent {
  background: linear-gradient(180deg, var(--teal-light), var(--teal));
}
@keyframes bar-grow {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}

/* Logos / partner row at bottom of hero — small */
.hero__cred {
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.hero__cred-label {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.hero__cred-logos {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.hero__cred-logos img {
  height: 28px;
  width: auto;
  filter: grayscale(1) opacity(0.5);
}

/* Section pattern background (universal subtle texture + atmospheric depth) */
.section--patterned {
  position: relative;
  overflow: hidden;
}
.section--patterned::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(15,42,68,0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black, transparent);
  pointer-events: none;
  z-index: 0;
}
.section--patterned::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(900px 500px at 0% 20%, rgba(31,95,168,0.06), transparent 60%),
    radial-gradient(800px 500px at 100% 80%, rgba(14,107,107,0.06), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.section--patterned .container { position: relative; z-index: 1; }

/* Subtle gradient divider for sections */
.section--paper {
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%);
}
.section--white {
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFBF7 100%);
}

/* IVE pillars — connecting visual */
.pillars-wrap {
  position: relative;
}
.pillars-wrap::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 16.66%;
  right: 16.66%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    var(--teal) 20%,
    var(--blue) 50%,
    var(--teal) 80%,
    transparent
  );
  opacity: 0.4;
  z-index: 0;
}
.pillar { position: relative; z-index: 1; }

/* Process — animated timeline */
.process-wrap { position: relative; }
.process__progress {
  position: absolute;
  top: 22px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: var(--line);
  border-radius: 1px;
  overflow: hidden;
  z-index: 0;
}
.process__progress::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--blue), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  animation: progress-fill 2.4s var(--ease-out) 0.4s forwards;
  border-radius: 1px;
}
@keyframes progress-fill {
  to { transform: scaleX(1); }
}

/* DNA — illustrated visuals */
.dna-vis {
  aspect-ratio: 240 / 160;
  margin-bottom: 1.5rem;
  background: linear-gradient(180deg, var(--paper-cool) 0%, var(--paper) 100%);
  border-radius: var(--r-md);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 0.5rem;
}
.dna-vis svg {
  width: 100%;
  height: 100%;
  display: block;
}
.dna-vis::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(160px 80px at 100% 0%, rgba(14,107,107,0.07), transparent 60%),
    radial-gradient(160px 80px at 0% 100%, rgba(31,95,168,0.05), transparent 60%);
  pointer-events: none;
}

/* Globale Komplexität — world dot map */
.world-dots {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 32%, rgba(14,107,107,0.45) 0, transparent 3px),
    radial-gradient(circle at 22% 38%, rgba(14,107,107,0.35) 0, transparent 2px),
    radial-gradient(circle at 28% 28%, rgba(14,107,107,0.4) 0, transparent 2.5px),
    radial-gradient(circle at 30% 50%, rgba(14,107,107,0.3) 0, transparent 2px),
    radial-gradient(circle at 48% 35%, rgba(14,107,107,0.55) 0, transparent 3px),
    radial-gradient(circle at 52% 30%, rgba(14,107,107,0.38) 0, transparent 2px),
    radial-gradient(circle at 56% 42%, rgba(14,107,107,0.3) 0, transparent 2px),
    radial-gradient(circle at 70% 30%, rgba(14,107,107,0.45) 0, transparent 3px),
    radial-gradient(circle at 75% 40%, rgba(14,107,107,0.35) 0, transparent 2px),
    radial-gradient(circle at 82% 32%, rgba(14,107,107,0.3) 0, transparent 2px),
    radial-gradient(circle at 78% 50%, rgba(14,107,107,0.4) 0, transparent 2.5px),
    radial-gradient(circle at 24% 60%, rgba(14,107,107,0.3) 0, transparent 2px),
    radial-gradient(circle at 30% 65%, rgba(14,107,107,0.35) 0, transparent 2px),
    radial-gradient(circle at 70% 65%, rgba(14,107,107,0.3) 0, transparent 2px);
  pointer-events: none;
  opacity: 0.7;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black, transparent);
}

/* Fact icons — different gradients per icon */
.fact:nth-child(1) .fact__icon { background: linear-gradient(135deg, rgba(31,95,168,0.12), rgba(31,95,168,0.04)); color: var(--blue); }
.fact:nth-child(2) .fact__icon { background: linear-gradient(135deg, rgba(14,107,107,0.12), rgba(14,107,107,0.04)); color: var(--teal); }
.fact:nth-child(3) .fact__icon { background: linear-gradient(135deg, rgba(15,42,68,0.12), rgba(15,42,68,0.04)); color: var(--navy); }
.fact:nth-child(4) .fact__icon { background: linear-gradient(135deg, rgba(31,95,168,0.12), rgba(14,107,107,0.08)); color: var(--blue-deep); }

/* Final CTA — KPI stack (replaces plain text) */
.kpi-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 2rem;
  margin-bottom: 3rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
}
.kpi-stack__item { text-align: center; }
.kpi-stack__num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -0.03em;
  color: var(--white);
  line-height: 1;
}
.kpi-stack__label {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 0.625rem;
}

/* Footer wordmark — preserve native aspect ratio */
.footer__wordmark {
  height: auto;
  width: 240px;
  max-width: 100%;
  display: block;
  filter: brightness(0) invert(1) opacity(0.92);
  margin-bottom: 1rem;
  object-fit: contain;
}

/* Eyebrow numbered system */
.eyebrow-num {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 1.25rem;
}
.eyebrow-num__num {
  font-weight: 600;
  color: var(--teal);
  position: relative;
  padding-right: 0.625rem;
}
.eyebrow-num__num::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 1px;
  background: var(--ink-faint);
  transform: translateY(-50%);
}

/* Responsive overrides for new elements */
@media (max-width: 1024px) {
  .hero__panel { display: none; }
  .pillars-wrap::before { display: none; }
  .fact--featured { grid-column: span 2; }
  /* trust-bar marquee: own breakpoint block defined oben, hier nichts mehr */
  .kpi-stack { grid-template-columns: repeat(2, 1fr); }
  .hero__cred { gap: 1rem; }
  .hero__cred-logos { gap: 1.25rem; }
  .hero__cred-logos img { height: 22px; }
}
@media (max-width: 640px) {
  .fact--featured { grid-column: span 1; }
  .kpi-stack { grid-template-columns: 1fr 1fr; }
  .hero__cred-logos img { height: 20px; }
}

/* -----------------------------------------------------------------------------
   26. LEGAL MODAL (Impressum / Datenschutz inline popup)
   ---------------------------------------------------------------------------*/
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.modal.is-open { display: flex; }
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,42,68,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: fade-in 0.32s var(--ease-out);
}
.modal__panel {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: 85vh;
  background: var(--paper);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: panel-rise 0.4s var(--ease-out);
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem 1.25rem;
  border-bottom: 1px solid var(--line);
}
.modal__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.modal__close {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--paper-cool);
  display: grid;
  place-items: center;
  transition: background var(--t-fast);
}
.modal__close svg { width: 18px; height: 18px; color: var(--ink-soft); }
.modal__close:hover { background: var(--line); }
.modal__body {
  padding: 1.75rem 2rem 2rem;
  overflow-y: auto;
  flex: 1;
}
.modal__body h3 {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.modal__body h3:first-child { margin-top: 0; }
.modal__body p, .modal__body ul {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 0.875rem;
}
.modal__body ul { padding-left: 1.25rem; list-style: disc; }
.modal__body a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }

/* Datenschutz — Hervorgehobener Widerspruchsrecht-Hinweis (Art. 21 DSGVO Pflichtgestaltung) */
.datenschutz-widerspruch {
  margin: 1.5rem 0;
  padding: 1.25rem 1.375rem 1rem;
  background: linear-gradient(160deg, rgba(31,95,168,0.06) 0%, rgba(14,107,107,0.05) 100%);
  border: 1px solid rgba(31,95,168,0.22);
  border-left: 4px solid var(--blue);
  border-radius: var(--r-md);
}
.datenschutz-widerspruch__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--blue-deep);
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.datenschutz-widerspruch__body,
.datenschutz-widerspruch__how {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0;
}
.datenschutz-widerspruch__body { margin-bottom: 0.625rem; }
.datenschutz-widerspruch__body strong { color: var(--navy); font-weight: 600; }
.datenschutz-widerspruch__how strong { color: var(--blue-deep); font-weight: 600; }

/* Datenschutz — Speicherdauer-Übersicht (3-Spalten-Grid wie Tabelle) */
.datenschutz-retention {
  margin: 0.75rem 0 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
}
.datenschutz-retention__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 2.5fr;
  gap: 0.875rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.8125rem;
  line-height: 1.55;
}
.datenschutz-retention__row:last-child { border-bottom: 0; }
.datenschutz-retention__row > span { display: block; color: var(--ink-soft); }
.datenschutz-retention__row strong { color: var(--navy); font-weight: 600; }
.datenschutz-retention__row--head {
  background: var(--paper-cool);
  padding: 0.5rem 1rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.datenschutz-retention__row--head > span {
  color: var(--ink-mute);
  font-weight: 600;
}
@media (max-width: 720px) {
  .datenschutz-retention__row { grid-template-columns: 1fr; gap: 0.25rem; padding: 0.875rem 1rem; }
  .datenschutz-retention__row--head { display: none; }
  .datenschutz-retention__row > span:nth-child(2) {
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    color: var(--teal);
    letter-spacing: 0.06em;
  }
}

@keyframes fade-in   { from { opacity: 0; } to { opacity: 1; } }
@keyframes panel-rise { from { opacity: 0; transform: translateY(20px) scale(0.98); } to { opacity: 1; transform: none; } }

body.modal-open { overflow: hidden; }

/* -----------------------------------------------------------------------------
   27. BOOKING MODAL (Calendly Inline Embed)
   ---------------------------------------------------------------------------*/
.modal--booking .modal__panel {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.modal--booking .modal__panel--calendly {
  max-width: 920px;
  max-height: 90vh;
}
.modal--booking .modal__body--calendly {
  padding: 0 1rem 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.modal--booking .modal__trust--top {
  padding: 1rem 1.25rem;
  margin: 0 0 0.5rem;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--r-md);
}
.modal--booking .calendly-inline-widget {
  border-radius: var(--r-md);
  overflow: hidden;
}
.modal--booking .calendly-inline-widget:empty::before {
  content: "Kalender wird geladen...";
  display: grid;
  place-items: center;
  height: 100%;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--ink-mute);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .modal--booking .modal__panel--calendly { max-height: 95vh; }
  .modal--booking .calendly-inline-widget { height: 600px !important; }
}

/* Legacy Fluent-Forms-in-Modal style (kept for fallback / other forms) */
.modal__panel--form {
  max-width: 560px;
}
.modal__panel--form .modal__header {
  padding: 1.5rem 2rem 1.25rem;
  align-items: flex-start;
  gap: 1rem;
}
.modal__eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.375rem;
}
.modal__body--form { padding: 1.5rem 2rem 1.75rem; }
.modal__lead {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.modal__form-wrap { margin-bottom: 1.5rem; }
.modal__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
}
.modal__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
}
.modal__trust svg { width: 14px; height: 14px; color: var(--teal); flex-shrink: 0; }

/* Fluent Forms styling inside modal */
.modal__form-wrap input[type="text"],
.modal__form-wrap input[type="email"],
.modal__form-wrap input[type="tel"],
.modal__form-wrap input[type="url"],
.modal__form-wrap textarea,
.modal__form-wrap select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.4;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
  -webkit-appearance: none;
  appearance: none;
}
.modal__form-wrap input:focus,
.modal__form-wrap textarea:focus,
.modal__form-wrap select:focus {
  outline: 0;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14,107,107,0.12);
}
.modal__form-wrap textarea { min-height: 100px; resize: vertical; }
.modal__form-wrap label,
.modal__form-wrap .ff-el-input--label > label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.4375rem;
}
.modal__form-wrap .ff-el-is-required > label::after {
  content: " *";
  color: var(--teal);
}
.modal__form-wrap .ff-el-group,
.modal__form-wrap .ff-t-cell { margin-bottom: 1rem; }
.modal__form-wrap .ff-btn,
.modal__form-wrap .ff-btn-submit,
.modal__form-wrap button[type="submit"] {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: var(--grad-cta);
  color: var(--white);
  border: 0;
  border-radius: var(--r-md);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform var(--t-base), box-shadow var(--t-base);
  margin-top: 0.5rem;
}
.modal__form-wrap .ff-btn:hover,
.modal__form-wrap .ff-btn-submit:hover,
.modal__form-wrap button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: var(--sh-md);
}
.modal__form-wrap .ff-el-form-check-label {
  font-size: 0.8125rem;
  color: var(--ink-mute);
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.modal__form-wrap input[type="checkbox"],
.modal__form-wrap input[type="radio"] {
  width: 16px; height: 16px;
  margin-top: 2px;
  accent-color: var(--teal);
  flex-shrink: 0;
}
.modal__form-wrap .ff-message-success,
.modal__form-wrap .ff_message_success {
  padding: 1.25rem;
  background: rgba(14,107,107,0.08);
  border: 1px solid rgba(14,107,107,0.2);
  border-radius: var(--r-md);
  color: var(--teal-deep);
  font-size: 0.9375rem;
}
.modal__form-wrap .ff-el-is-error input,
.modal__form-wrap .ff-el-is-error textarea { border-color: #C0392B; }
.modal__form-wrap .error.text-danger,
.modal__form-wrap .ff-el-is-error .text-danger {
  font-size: 0.75rem;
  color: #C0392B;
  margin-top: 0.25rem;
}
@media (max-width: 640px) {
  .modal__body--form { padding: 1.25rem 1.25rem 1.5rem; }
  .modal__panel--form .modal__header { padding: 1.25rem 1.25rem 1rem; }
  .modal__trust { font-size: 0.625rem; gap: 0.625rem 1rem; }
}

/* Mobile menu drawer */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--paper);
  z-index: 99;
  padding: 6rem 1.5rem 2rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a:not(.btn) {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--navy);
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--line);
}
.mobile-menu .mobile-menu__lang {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.mobile-menu .mobile-menu__lang .lang-switch {
  background: rgba(15,42,68,0.06);
  border-radius: var(--r-full);
  padding: 4px;
  display: inline-flex;
}
.mobile-menu .mobile-menu__cta-wrap {
  margin-top: 1rem;
  padding: 1.25rem;
  background: var(--paper-cool);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}
.mobile-menu .mobile-menu__cta-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
}
.mobile-menu .btn {
  margin-top: 0;
  align-self: stretch;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  padding: 0.75rem 1.25rem;
  color: var(--white) !important;
  border: 0;
}
.mobile-menu .btn svg { width: 16px; height: 16px; color: var(--white); }
/* Sub-menus in mobile drawer — show inline, visually nested under parent */
.mobile-menu .menu-item-has-children > a { border-bottom: 0; }
.mobile-menu .sub-menu {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1rem;
  border-left: 2px solid var(--line);
}
.mobile-menu .sub-menu li { margin: 0; }
.mobile-menu .sub-menu a {
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
  padding: 0.625rem 0 !important;
  color: var(--ink-soft) !important;
  border-bottom: 1px solid var(--line-soft) !important;
}
.mobile-menu .sub-menu li:last-child a { border-bottom: 0 !important; }
.mobile-menu .current-menu-item > a,
.mobile-menu .current-menu-parent > a {
  /* Aktive LP im Akkordion-Menü deutlich hervorheben: Teal-Text + Linke
     Akzent-Linie + leichter Hintergrund-Tint. Vorher war nur die
     Schriftfarbe Teal, was Annette und Daniel im Mobile schlecht erkannt
     haben. */
  color: var(--teal) !important;
  font-weight: 600 !important;
  background: rgba(14, 107, 107, 0.06) !important;
  border-left: 3px solid var(--teal) !important;
  padding-left: 1rem !important;
  margin-left: -1rem !important;
}

/* -----------------------------------------------------------------------------
   LEAD-MAGNET MODAL
   ---------------------------------------------------------------------------*/
.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}
.lead-modal[hidden] { display: none; }
.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,26,45,0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: fadeIn var(--t-base) var(--ease-out);
}
.lead-modal__panel {
  position: relative;
  width: min(540px, 100%);
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 2.25rem 2rem 2rem;
  box-shadow: var(--sh-xl);
  animation: modalIn var(--t-slow) var(--ease-out);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.lead-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px; height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink-mute);
  transition: background var(--t-base);
}
.lead-modal__close:hover { background: var(--paper-cool); color: var(--navy); }
.lead-modal__close svg { width: 18px; height: 18px; }
.lead-modal__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.75rem;
}
.lead-modal__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.lead-modal__lead {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 1.5rem;
}
.lead-modal__form { display: flex; flex-direction: column; gap: 0.875rem; }
.lead-modal__field { display: flex; flex-direction: column; gap: 0.375rem; }
.lead-modal__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.lead-modal__opt {
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-faint);
}
.lead-modal__field input {
  padding: 0.75rem 0.875rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-md);
  font: inherit;
  font-size: 0.9375rem;
  color: var(--ink);
  background: var(--white);
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.lead-modal__field input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14,107,107,0.15);
}
.lead-modal__consent {
  font-size: 0.75rem;
  color: var(--ink-mute);
  line-height: 1.5;
  margin-top: 0.25rem;
}
.lead-modal__submit {
  margin-top: 0.5rem;
  width: 100%;
  justify-content: center;
}
.lead-modal__error {
  font-size: 0.8125rem;
  color: #C0392B;
  padding: 0.625rem 0.875rem;
  background: rgba(192,57,43,0.08);
  border-radius: var(--r-md);
}
.lead-modal__success { text-align: center; padding: 1rem 0; }
.lead-modal__success-icon {
  width: 64px; height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(14,107,107,0.12);
  color: var(--teal);
  display: grid;
  place-items: center;
}
.lead-modal__success-icon svg { width: 28px; height: 28px; }
.lead-modal__success-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.lead-modal__success-text { font-size: 0.875rem; color: var(--ink-soft); }
.lead-modal__success-link {
  color: var(--teal);
  border-bottom: 1px solid currentColor;
}
body.lead-modal-open { overflow: hidden; }

/* -----------------------------------------------------------------------------
   BLOG OVERLAY (alle Artikel)
   ---------------------------------------------------------------------------*/
.blog-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.blog-overlay[hidden] { display: none; }
.blog-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,26,45,0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: fadeIn var(--t-base) var(--ease-out);
}
.blog-overlay__panel {
  position: absolute;
  inset: 2.5vh 3vw;
  background: var(--white);
  border-radius: var(--r-xl);
  display: flex;
  flex-direction: column;
  box-shadow: var(--sh-xl);
  overflow: hidden;
  animation: modalIn var(--t-slow) var(--ease-out);
}
.blog-overlay__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--paper) 0%, var(--white) 100%);
}
.blog-overlay__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.25rem;
}
.blog-overlay__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  color: var(--navy);
  letter-spacing: -0.02em;
}
.blog-overlay__close {
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink-mute);
  transition: all var(--t-base);
  flex-shrink: 0;
}
.blog-overlay__close:hover { background: var(--paper-cool); color: var(--navy); }
.blog-overlay__close svg { width: 20px; height: 20px; }
.blog-overlay__body {
  flex: 1;
  overflow-y: auto;
  padding: 2rem;
}
.blog-overlay__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 4rem 0;
  color: var(--ink-mute);
  font-size: 0.875rem;
}
.blog-overlay__spinner {
  width: 18px; height: 18px;
  border: 2px solid var(--line);
  border-top-color: var(--teal);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.blog-overlay__empty {
  max-width: 480px;
  margin: 3rem auto;
  text-align: center;
  padding: 2.5rem 2rem;
  background: var(--paper-cool);
  border-radius: var(--r-lg);
}
.blog-overlay__empty-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.blog-overlay__empty-text {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.blog-overlay__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.blog-overlay__item {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: all var(--t-base) var(--ease-out);
  text-decoration: none;
  color: inherit;
}
.blog-overlay__item:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: var(--sh-md);
}
.blog-overlay__item-cat {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.625rem;
}
.blog-overlay__item-title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.015em;
  line-height: 1.3;
  margin-bottom: 0.625rem;
  flex: 1;
}
.blog-overlay__item-excerpt {
  font-size: 0.875rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 1rem;
}
.blog-overlay__item-meta {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: var(--ink-mute);
}
body.blog-overlay-open { overflow: hidden; }
@media (max-width: 720px) {
  .blog-overlay__panel { inset: 0; border-radius: 0; }
  .blog-overlay__head { padding: 1.25rem 1.25rem 1rem; }
  .blog-overlay__body { padding: 1.25rem; }
}

/* -----------------------------------------------------------------------------
   LANGUAGE SWITCH (DE / EN)
   ---------------------------------------------------------------------------*/
.lang-switch {
  display: inline-flex;
  padding: 2px;
  background: var(--paper-cool);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
}
.lang-switch__btn {
  padding: 0.25rem 0.625rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--ink-mute);
  border-radius: var(--r-full);
  transition: all var(--t-base) var(--ease-out);
}
.lang-switch__btn:hover { color: var(--navy); }
.lang-switch__btn.is-active {
  background: var(--navy);
  color: var(--white);
}
/* Lang-Switch bleibt auf Mobile sichtbar — sitzt im Header zwischen Logo
   und Burger. Burger-Menü hat den Switch nicht mehr (Round-47), damit
   Sprache jederzeit ohne Menü-Öffnen umschaltbar ist. */
@media (max-width: 540px) {
  .lang-switch { padding: 1px; }
  .lang-switch__btn { padding: 0.2rem 0.45rem; font-size: 0.625rem; }
}

/* Blog preview note + live posts grid */
.blog-preview-note {
  margin-top: 0.875rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: inline-block;
  padding: 0.375rem 0.875rem;
  background: rgba(31,95,168,0.06);
  border: 1px dashed rgba(31,95,168,0.25);
  border-radius: var(--r-full);
}
.blog-preview-note[hidden] { display: none; }
.blog-grid--live .blog-card__visual {
  background: linear-gradient(135deg, var(--teal) 0%, var(--blue) 100%);
}

/* -----------------------------------------------------------------------------
   ARTICLE PREVIEW OVERLAY (placeholder articles)
   ---------------------------------------------------------------------------*/
.article-preview {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.article-preview[hidden] { display: none; }
.article-preview__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,26,45,0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: fadeIn var(--t-base) var(--ease-out);
}
.article-preview__panel {
  position: absolute;
  inset: 2.5vh max(2vw, 1rem);
  background: var(--white);
  border-radius: var(--r-xl);
  display: flex;
  flex-direction: column;
  box-shadow: var(--sh-xl);
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
  animation: modalIn var(--t-slow) var(--ease-out);
}
.article-preview__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink-mute);
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--line);
  transition: all var(--t-base);
  z-index: 2;
}
.article-preview__close:hover { background: var(--paper-cool); color: var(--navy); }
.article-preview__close svg { width: 20px; height: 20px; }
.article-preview__scroll {
  overflow-y: auto;
  padding: 3.5rem clamp(1.5rem, 5vw, 4rem) 3rem;
}
.article-preview__head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.article-preview__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.article-preview__cat { color: var(--teal); }
.article-preview__sep { color: var(--ink-faint); }
.article-preview__title {
  font-family: var(--font-display);
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.875rem;
}
.article-preview__lead {
  font-size: var(--fs-lead);
  color: var(--ink-soft);
  line-height: 1.55;
}
.article-preview__body {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
}
.article-preview__body h2 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  letter-spacing: -0.015em;
  color: var(--navy);
  line-height: 1.3;
  margin: 2.25rem 0 0.625rem;
}
.article-preview__body p {
  margin-bottom: 1.125rem;
}
.article-preview__outro {
  margin-top: 2rem !important;
  padding: 1.25rem 1.5rem;
  background: var(--paper-cool);
  border-left: 3px solid var(--teal);
  border-radius: var(--r-sm);
  font-style: italic;
  color: var(--ink-soft);
}
body.article-preview-open { overflow: hidden; }
[data-article-preview] { cursor: pointer; }
@media (max-width: 720px) {
  .article-preview__panel { inset: 0; border-radius: 0; max-width: 100%; }
  .article-preview__scroll { padding: 3rem 1.25rem 2.5rem; }
}

/* =============================================================================
   MOBILE ACCORDIONS — Section 02 problems, 03 IVE pillars, 08 DNA pillars
   ============================================================================= */
@media (max-width: 720px) {
  /* Common chevron used on all expandable cards */
  .problem,
  .pillar,
  .dna-pillar {
    cursor: pointer;
    position: relative;
    padding-right: 3rem;
  }
  .problem::after,
  .pillar::after,
  .dna-pillar::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 1.25rem;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--ink-mute);
    border-bottom: 2px solid var(--ink-mute);
    transform: rotate(45deg);
    transition: transform 0.25s var(--ease-out), top 0.25s;
    pointer-events: none;
  }
  .problem.is-open::after,
  .pillar.is-open::after,
  .dna-pillar.is-open::after {
    transform: rotate(-135deg);
    top: 1.75rem;
  }

  /* Section 02 — Problems: compact collapsed state */
  .problem {
    padding: 0.875rem 3rem 0.875rem 1rem;
  }
  .problem::after { top: 1rem; }
  .problem.is-open::after { top: 1.125rem; }
  .problem__label {
    margin-bottom: 0.375rem;
    font-size: 0.625rem;
  }
  .problem__title {
    font-size: 0.9375rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .problem__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s var(--ease-out), margin-top 0.25s;
    margin-top: 0;
    font-size: 0.8125rem;
  }
  .problem.is-open .problem__body {
    max-height: 600px;
    margin-top: 0.625rem;
  }

  /* Section 03 IVE — compact collapsed state: letter sits next to Für-Pill */
  .pillar {
    padding: 0.875rem 3rem 0.875rem 1.25rem;
  }
  .pillar__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .pillar__letter {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0;
  }
  .pillar__tag {
    margin-bottom: 0;
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
  }
  .pillar__title {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
  /* IMPORTANT: min-height beats max-height per spec, so we have to clear
     the desktop min-heights on the hidden children or they keep adding
     pillar height even when collapsed. */
  .pillar__desc,
  .pillar__benefit,
  .pillar__cta {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-color: transparent;
    opacity: 0;
    transition: max-height 0.35s var(--ease-out),
                opacity 0.25s,
                margin 0.25s,
                padding 0.25s,
                border-color 0.25s;
  }
  .pillar__cta {
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
  }
  .pillar.is-open .pillar__desc {
    max-height: 400px;
    margin-bottom: 1rem;
    opacity: 1;
  }
  .pillar.is-open .pillar__benefit {
    max-height: 400px;
    margin-bottom: 1.25rem;
    padding-top: 1rem;
    border-top-color: var(--line);
    opacity: 1;
  }
  .pillar.is-open .pillar__cta {
    max-height: 80px;
    opacity: 1;
    padding: 0.875rem 1.25rem;
    margin-top: 0.5rem;
  }

  /* Section 08 DNA — compact collapsed state with smaller visual */
  .dna-pillar { padding: 1rem 3rem 1rem 1.25rem; }
  .dna-pillar::after { top: 1.25rem; }
  .dna-pillar.is-open::after { top: 1.5rem; }
  .dna-vis {
    aspect-ratio: 4 / 1.5;
    max-height: 80px;
    margin-bottom: 0.625rem;
    border-radius: var(--r-sm);
  }
  .dna-pillar__label {
    margin-bottom: 0.25rem;
    font-size: 0.625rem;
  }
  .dna-pillar__title {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0;
  }
  .dna-pillar__body {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    opacity: 0;
    font-size: 0.875rem;
    transition: max-height 0.35s var(--ease-out), opacity 0.25s, margin 0.25s;
  }
  .dna-pillar.is-open .dna-pillar__body {
    max-height: 400px;
    margin-top: 0.625rem;
    opacity: 1;
  }
}

/* Section 04 — Systems grid: chip layout on mobile (3 per row, no icons) */
@media (max-width: 720px) {
  .systems-grid__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
  .system-tile {
    padding: 0.625rem 0.5rem;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    text-align: center;
    min-height: 48px;
  }
  .system-tile__icon { display: none; }
  .system-tile__name { font-size: 0.75rem; line-height: 1.2; }
}
@media (max-width: 480px) {
  .systems-grid__items { grid-template-columns: repeat(2, 1fr); }
}

/* Section 05 — mobile: hide the 3 featured testimonials, keep carousel only */
@media (max-width: 720px) {
  .testimonials-grid { display: none; }
  .testimonial-carousel { margin-top: 0; }
}

/* =============================================================================
   TEAM CARDS — name-only on bottom; allow overlay content to scroll if tall
   ============================================================================= */
.team-card__bottom .team-card__role { display: none; }
.team-card__overlay { overflow-y: auto; }
.team-card__overlay::-webkit-scrollbar { width: 4px; }
.team-card__overlay::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.25); border-radius: 2px; }

/* Mobile only — Regensburg-Baskets poster cards in a 2-up grid that
   sticky-stacks on scroll: row 1 stays, row 2 flies over it, etc.
   Name is always visible on the card; tap reveals role + tags overlay. */
@media (max-width: 720px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    padding-bottom: 0;
  }
  .team-card {
    position: sticky;
    top: 80px;
    aspect-ratio: 3/4;
    max-width: none;
    width: 100%;
    margin: 0;
    transform: none !important;
    background: linear-gradient(160deg, var(--navy) 0%, #0E6B6B 100%);
    box-shadow: 0 -10px 28px rgba(8,26,45,0.45);
    isolation: isolate;
    /* Stop iOS Safari from interpreting two quick taps as zoom — the
       second tap should always reach our toggle handler. */
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .team-card:nth-child(2n) { transform: none !important; }

  /* Photo anchored to the bottom of the card */
  .team-card__photo { z-index: 2; object-position: center 22%; }
  .team-card__placeholder { z-index: 2; }
  .team-card__overlay { z-index: 4; }

  /* Default bottom bar: just the first name in display type */
  .team-card__bottom {
    background: linear-gradient(180deg, transparent 0%, rgba(8,26,45,0.95) 80%) !important;
    padding: 1.5rem 0.625rem 0.625rem;
    z-index: 3;
  }
  .team-card__bottom .team-card__name {
    font-family: var(--font-display);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--white);
    text-align: left;
  }

  /* Open state — overlay reveals role + tags with readable sizes */
  .team-card__overlay {
    padding: 0.875rem 0.75rem;
    background: linear-gradient(180deg, rgba(8,26,45,0.55) 0%, rgba(8,26,45,0.95) 60%);
    overflow-y: auto;
  }
  .team-card__overlay-name {
    font-size: 0.9375rem;
    margin-bottom: 2px;
    line-height: 1.15;
  }
  .team-card__overlay-role {
    font-size: 0.6875rem;
    line-height: 1.3;
    margin-bottom: 0.625rem;
  }
  .team-card__tags { gap: 3px; }
  .team-card__tag {
    font-size: 0.5625rem;
    padding: 2px 6px;
    letter-spacing: 0.04em;
  }

  /* Tap toggles open state */
  .team-card.is-open .team-card__overlay { opacity: 1; transform: translateY(0); }
  .team-card.is-open .team-card__bottom { opacity: 0; }
  .team-card.is-open .team-card__photo,
  .team-card.is-open .team-card__placeholder { filter: saturate(1) brightness(0.6) blur(1.5px); }
}

/* =============================================================================
   PROCESS — mobile horizontal carousel with connecting line
   ============================================================================= */
@media (max-width: 720px) {
  .process-wrap {
    overflow: hidden;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    padding: 0 0 1rem;
    position: relative;
  }
  /* Edge fades so the user sees there's more content to the right */
  .process-wrap::before,
  .process-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 1.5rem;
    width: 20px;
    pointer-events: none;
    z-index: 3;
  }
  .process-wrap::before {
    left: 0;
    background: linear-gradient(90deg, var(--white) 0%, transparent 100%);
  }
  .process-wrap::after {
    right: 0;
    background: linear-gradient(270deg, var(--white) 0%, transparent 100%);
  }
  /* Connector line attached to each circle directly. Each step except
     the last gets a horizontal line that begins at its circle's right
     edge and extends until the next step's circle. Because the line is
     a pseudo on the number element, it inherits the circle's exact
     vertical centre regardless of reveal-state translateY offsets. */
  .process__progress { display: none; }
  .process-step__num { position: relative; }
  .process-step:not(:last-child) .process-step__num::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 80vw;
    height: 2px;
    background: var(--line-strong);
    transform: translateY(-50%);
    z-index: -1;
  }

  /* JS-driven carousel: vertical pans guaranteed to pass through, and the
     swipe gets momentum so the feel approaches a native scroll. */
  .process-wrap.is-js-carousel { overflow: hidden; }
  .process {
    grid-template-columns: none;
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    gap: 1rem;
    padding: 0 var(--gutter) 0;
    position: relative;
    will-change: transform;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .process.is-dragging { transition: none; }
  /* Kill the desktop connecting line on the flex container */
  .process::before { display: none; }

  .process-step {
    flex: 0 0 78%;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  }
  .process-step__num {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    background: var(--white);
    box-shadow: 0 0 0 4px var(--white);
    position: relative;
    z-index: 2;
  }
  .process-step__num.is-current {
    background: var(--grad-accent);
    color: var(--white);
    border-color: transparent;
    transform: scale(1.08);
  }
  .process-step__title { font-size: 1rem; margin-bottom: 0.5rem; }
  .process-step__desc  { font-size: 0.875rem; }

  /* Scroll affordance: dot indicator below */
  .process-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 0.75rem;
  }
  .process-dots__dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--line-strong);
    transition: all var(--t-base);
  }
  .process-dots__dot.is-active {
    width: 18px;
    border-radius: 3px;
    background: var(--blue);
  }
}
/* Desktop: hide dots */
.process-dots { display: none; }

/* Section 09 — Blog as horizontal carousel on mobile */
@media (max-width: 720px) {
  .blog-grid {
    grid-template-columns: none !important;
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    padding: 0.5rem var(--gutter) 1.5rem;
    scrollbar-width: none;
  }
  .blog-grid::-webkit-scrollbar { display: none; }
  .blog-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }
}

/* =============================================================================
   SCROLL-TO-TOP — persistent floating button after scroll
   ============================================================================= */
.scroll-top {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: grid;
  place-items: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(15,42,68,0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity var(--t-base), transform var(--t-base), background var(--t-base);
  z-index: 90;
}
.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top:hover { background: var(--blue); }
.scroll-top svg { width: 20px; height: 20px; }
@media (max-width: 720px) {
  .scroll-top { width: 40px; height: 40px; bottom: 1rem; right: 1rem; }
}

/* Calendly iframe — full-width inside the centered modal body */
.modal--booking .calendly-inline-widget {
  display: block;
  width: 100% !important;
  margin: 0 auto;
  align-self: stretch;
  min-width: 0 !important;
}
.modal--booking .calendly-inline-widget iframe {
  display: block;
  width: 100% !important;
  margin: 0 auto;
}

/* =============================================================================
   STICKY MOBILE CTA — bottom-left "Termin buchen" pill
   ============================================================================= */
.sticky-cta {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  display: none; /* mobile only */
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.125rem;
  background: var(--grad-cta);
  color: var(--white) !important;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  border-radius: var(--r-full);
  box-shadow: 0 10px 28px rgba(15,42,68,0.30);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity var(--t-base), transform var(--t-base);
}
.sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.sticky-cta svg { width: 18px; height: 18px; color: var(--white); }
.sticky-cta:hover { transform: translateY(-2px); }
@media (max-width: 720px) {
  .sticky-cta { display: inline-flex; }
}

/* Standard-Cookiebot-Widget komplett aus dem Layout nehmen — wir haben einen
   eigenen `.cookie-renew`-Button gebaut, der sauberer mit dem Sticky-CTA
   "Termin buchen" links-unten koexistiert (Cookie-Icon rechts-unten,
   Sticky-CTA links-unten). Cookiebot-Default-Widget hatte je nach Version
   inkonsistente Positionierung und Z-Index-Probleme. */
#CookiebotWidget,
.CookiebotWidget,
#CookiebotWidget-show,
.CookiebotWidget-show {
  display: none !important;
}

/* ─── Cookie-Renew-Floating-Button ──────────────────────────────────────────
   Dauerhaft sichtbar (Desktop UND Mobile), rechts unten — direkt über dem
   Scroll-Top-Button gestackt. Klick triggert Cookiebot.renew() via
   .js-cookie-settings Handler. */
.cookie-renew {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--navy);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(15,42,68,0.12);
  transition: background var(--t-base), border-color var(--t-base), transform var(--t-base);
  z-index: 89;
}
.cookie-renew:hover {
  background: var(--paper-cool);
  border-color: var(--ink-mute);
  transform: translateY(-2px);
}
.cookie-renew svg { width: 18px; height: 18px; }

/* Scroll-Top sitzt direkt ÜBER dem Cookie-Renew-Button damit beide rechts-
   unten gestackt sind. Cookie-Renew bleibt immer sichtbar, scroll-top
   blendet bei scroll-up ein. */
.scroll-top {
  /* Override default bottom: 1.25rem — stack über cookie-renew (40px + 1.25rem
     base + 0.5rem gap) */
  bottom: calc(1.25rem + 40px + 0.5rem) !important;
}
@media (max-width: 720px) {
  .cookie-renew { bottom: 1rem; right: 1rem; width: 36px; height: 36px; }
  .cookie-renew svg { width: 16px; height: 16px; }
  .scroll-top { bottom: calc(1rem + 36px + 0.5rem) !important; }
}

/* Section 04 complex-cards: sticky-stack on mobile. Each card sticks at
   the same top so the next one flies over its predecessor on scroll; the
   reverse on scroll up. min-height gives each card its own scroll section.
   Solid bg required so the previous card's content isn't visible through
   the new one as it slides over. */
@media (max-width: 720px) {
  .complex-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 0;
  }
  .complex-card {
    position: sticky;
    top: 80px;
    margin: 0;
    min-height: 56vh;
    background: linear-gradient(165deg, #0F2A44 0%, #0E6B6B 100%);
    border: 1px solid rgba(93,189,189,0.18);
    box-shadow: 0 -12px 32px rgba(8,26,45,0.6);
  }
  /* Tighten transition from section 04 cards into the systems grid below */
  .systems-grid { margin-top: 1.5rem; }
}

/* =============================================================================
   ROUND-5 mobile fixes
   ============================================================================= */
@media (max-width: 720px) {
  /* Sticky-stack needs an ancestor with visible overflow. The global-
     complex and team-section both clip with overflow:hidden for their
     bg patterns — relax that on mobile so position:sticky fires. */
  .global-complex,
  .team-section { overflow: visible; }
  .global-complex::before,
  .global-complex::after,
  .team-section::before { clip-path: inset(0); }

  /* Each sticky card gets an explicit z-index so the next card paints
     ON TOP of the previous as you scroll. */
  .complex-card { z-index: 1; }
  .complex-card:nth-child(2) { z-index: 2; }
  .complex-card:nth-child(3) { z-index: 3; }
  .team-card { z-index: 1; }
  .team-card:nth-child(2) { z-index: 2; }
  .team-card:nth-child(3) { z-index: 3; }
  .team-card:nth-child(4) { z-index: 4; }
  .team-card:nth-child(5) { z-index: 5; }
  .team-card:nth-child(6) { z-index: 6; }
  .team-card:nth-child(7) { z-index: 7; }
  .team-card:nth-child(8) { z-index: 8; }

  /* IVE — final compact sizing. Slight breathing room above the title
     and (when open) between title and desc; otherwise tight. */
  .pillar {
    padding: 0.625rem 3rem 0.625rem 1.125rem;
    min-height: 0;
  }
  .pillar__head {
    gap: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .pillar__letter {
    font-size: 2rem;
  }
  .pillar__title {
    font-size: 1.1875rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .pillar.is-open .pillar__title { margin-bottom: 0.5rem; }
  .pillar__desc { flex: 0 0 auto; min-height: 0; }
  .pillar__benefit { min-height: 0; }
  .pillar__cta { min-height: 0; }

  /* Tighter bottom space after the process carousel */
  .process-wrap { padding-bottom: 0.25rem; }
  .process-dots  { margin-top: 0.5rem; }
  .benefits      { margin-top: 1.5rem; padding-top: 1.5rem; }
}

/* =============================================================================
   ROUND 13 — Neutralise team-card :hover styles on every touch surface.
   Mobile browsers leave :hover sticky after a tap, which kept the overlay
   open even after the .is-open class was removed. Combine multiple
   detectors so we catch Samsung Internet, iOS Safari, Chrome Android
   and any hybrid device that reports a coarse pointer.
   ============================================================================= */
@media (hover: none), (pointer: coarse), (max-width: 720px) {
  .team-card:hover,
  .team-card:nth-child(2n):hover { transform: none !important; box-shadow: none !important; }
  .team-card:hover .team-card__photo { transform: none !important; filter: none !important; }
  .team-card:hover .team-card__initials { opacity: 1 !important; }
  .team-card:hover .team-card__bottom,
  .team-card:hover .team-card__bottom-label { opacity: 1 !important; }
  .team-card:hover .team-card__overlay { opacity: 0 !important; transform: translateY(15%) !important; }
  /* .is-open (set on tap) is the only thing that opens the overlay on
     touch — wins the cascade unconditionally. */
  .team-card.is-open .team-card__overlay { opacity: 1 !important; transform: translateY(0) !important; }
  .team-card.is-open .team-card__bottom,
  .team-card.is-open .team-card__bottom-label { opacity: 0 !important; }
  .team-card.is-open .team-card__photo,
  .team-card.is-open .team-card__placeholder { filter: saturate(1) brightness(0.6) blur(1.5px) !important; }
}

/* =============================================================================
   LARGE-SCREEN OPTIMIZATION (>1600px)
   ============================================================================

   Auf 27"-Monitoren und ultrawides war das Above-the-Fold „klein in der Mitte":
   - Container bei 1440px gedeckelt → links/rechts riesige Lücken
   - Hero-Visual fest auf 460px max-height → Bild wirkte verloren
   - Display-Hook (--fs-hero clamp 6vw) wuchs nur bis ~80px (= 1333px viewport)

   Diese Layer hebt die Decken sauber gestaffelt an, ohne die <=1440px-Welt
   anzufassen. Schritt 1: 1600px (Hero atmet). Schritt 2: 1920px (volle
   ultrawide-Bühne).
   ============================================================================= */

@media (min-width: 1600px) {
  :root {
    /* Container darf jetzt 1520px werden (von 1440px) – die Sections sehen
       dadurch komponiert aus statt verlassen. */
    --max-w:      1360px;
    --max-w-wide: 1520px;
    /* Display-Hook skaliert weiter mit, aber gedeckelt damit's nicht peinlich
       gigantisch wird. */
    --fs-hero:    clamp(2.75rem, 5.5vw, 6rem);   /* 44 → 96 */
    --fs-lead:    clamp(1.0625rem, 1.4vw, 1.375rem); /* 17 → 22 */
  }

  /* Hero — auf wide etwas mehr Padding, aber weniger als vorher (8rem max).
     User-Feedback Round-49: HP ATF Abstände oben/unten zu groß. */
  .hero { padding-block: clamp(4.5rem, 5vw, 6rem); min-height: clamp(680px, 72vh, 820px); }
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(3.5rem, 6vw, 6rem);
  }
  .hero__content { max-width: 720px; }
  .hero__subtitle { max-width: 600px; }
  .hero__seo-h1 { max-width: 640px; font-size: 1.1875rem; }
  .hero__visual { max-height: 560px; aspect-ratio: 16/10; }
  /* Trust-Strip darf mehr atmen */
  .hero__strip { padding: 1.125rem 1.75rem; gap: 1rem 2rem; }

  /* Trust-Bar Marquee — etwas mehr Abstand zwischen Logos */
  .trust-bar__group { gap: 4.5rem; padding-right: 4.5rem; }
  .trust-bar__cell  { height: 64px; min-width: 160px; }
  .trust-bar__cell--pda { min-width: 110px; }
  .trust-bar__cell--bi .trust-bar__logo,
  .trust-bar__cell--hp .trust-bar__logo,
  .trust-bar__cell--ispe .trust-bar__logo { max-height: 44px; }
  .trust-bar__cell--gqma .trust-bar__logo { max-height: 36px; }
  .trust-bar__cell--jj .trust-bar__logo   { max-height: 30px; }
  .trust-bar__cell--traqx .trust-bar__logo { max-height: 30px; }
  /* PDA-Stamp etwas kleiner als die Cell, damit der Logo-Footprint
     nicht das doppelte Gewicht der 44px-Wordmarks rechts/links hat. */
  .trust-bar__cell--pda .trust-bar__logo  { max-height: 56px; }

  /* Section-Heads bekommen mehr Headroom statt verloren auf der Fläche zu wirken */
  .section-head { max-width: 880px; }
}

@media (min-width: 1920px) {
  :root {
    /* Auf echten 4K-/ultrawide-Setups: noch mehr Bühne, aber dann
       hart deckeln – sonst zerfällt das visuelle Gewicht. */
    --max-w:      1440px;
    --max-w-wide: 1600px;
  }
  .hero__inner { gap: 7rem; }
  .hero__visual { max-height: 620px; }
}

/* =============================================================================
   ALTERNATIVE CONTACT TILES — unter dem Primary-CTA in der Final-CTA-Sektion
   ----------------------------------------------------------------------------
   Visueller Anker: weißer Primary-Button bleibt der Held. Tiles sind dezenter
   (transparent + dünne Border), öffnen aber drei harte Pfade: Anrufen, Rückruf,
   Mail. Auf Final-CTA-Hintergrund (dunkles Navy-Gradient) deshalb mit Light-on-
   Dark-Styling.
   ============================================================================= */
.contact-alt {
  margin-top: 2.75rem;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
/* "oder"-Divider mit Strichen links und rechts — leichter visueller Trenner
   zwischen Primary-CTA und den Sekundär-Optionen. */
.contact-alt__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.contact-alt__divider::before,
.contact-alt__divider::after {
  content: "";
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: rgba(255,255,255,0.18);
}
.contact-alt__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
/* Anti-Buttons: Paper White (#FAFAF7) Füllung mit Validated-Teal (#0E6B6B)
   Border. Sichtbar als sekundäre CTAs auf dem dunklen Navy-Background,
   aber farblich klar im Brand verankert. Hover hebt + füllt mit reinem Weiß. */
.contact-alt__cta {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1.125rem 1.25rem;
  background: #FAFAF7;
  border: 1px solid #0E6B6B;
  border-radius: var(--r-lg);
  color: var(--navy);
  text-align: left;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--t-base), border-color var(--t-base), transform var(--t-base), box-shadow var(--t-base);
}
.contact-alt__cta:hover,
.contact-alt__cta:focus-visible {
  background: #FFFFFF;
  border-color: var(--teal);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(14,107,107,0.18);
  outline: none;
}
.contact-alt__cta-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(14,107,107,0.10);
  color: var(--teal);
  transition: background var(--t-base), color var(--t-base);
}
.contact-alt__cta:hover .contact-alt__cta-icon {
  background: var(--teal);
  color: #FFFFFF;
}
.contact-alt__cta-icon svg { width: 19px; height: 19px; }
.contact-alt__cta-body {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}
.contact-alt__cta-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.contact-alt__cta-value {
  font-size: 0.8125rem;
  color: var(--ink-soft);
  line-height: 1.4;
  word-break: break-word;
}
.contact-alt__cta-hours {
  font-size: 0.6875rem;
  color: var(--ink-mute);
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 0.125rem;
}
@media (max-width: 720px) {
  .contact-alt { margin-top: 2.25rem; }
  .contact-alt__divider { margin-bottom: 1.25rem; }
  .contact-alt__divider::before,
  .contact-alt__divider::after { max-width: 60px; }
  .contact-alt__row { grid-template-columns: 1fr; gap: 0.75rem; }
  .contact-alt__cta { padding: 1rem 1.125rem; }
}

/* =============================================================================
   CALLBACK MODAL — separat von Lead-Magnet-Modal, gleicher Stil-Sprachschatz
   ============================================================================= */
.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}
.callback-modal[hidden] { display: none; }
.callback-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,26,45,0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: fadeIn var(--t-base) var(--ease-out);
}
.callback-modal__panel {
  position: relative;
  width: min(540px, 100%);
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 2.25rem 2rem 2rem;
  box-shadow: var(--sh-xl);
  animation: modalIn var(--t-slow) var(--ease-out);
}
.callback-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px; height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink-mute);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: background var(--t-base);
}
.callback-modal__close:hover { background: var(--paper-cool); color: var(--navy); }
.callback-modal__close svg { width: 18px; height: 18px; }
.callback-modal__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.75rem;
}
.callback-modal__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.callback-modal__lead {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 1.5rem;
}
.callback-modal__form { display: flex; flex-direction: column; gap: 0.875rem; }
.callback-modal__field { display: flex; flex-direction: column; gap: 0.375rem; }
.callback-modal__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.callback-modal__field input,
.callback-modal__field textarea {
  padding: 0.75rem 0.875rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-md);
  font: inherit;
  font-size: 0.9375rem;
  color: var(--ink);
  background: var(--white);
  transition: border-color var(--t-base), box-shadow var(--t-base);
  resize: vertical;
}
.callback-modal__field input:focus,
.callback-modal__field textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14,107,107,0.15);
}
.callback-modal__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.callback-modal__submit {
  margin-top: 0.5rem;
  width: 100%;
  justify-content: center;
}
.callback-modal__legal {
  font-size: 0.75rem;
  color: var(--ink-mute);
  line-height: 1.5;
  margin-top: 0.5rem;
}
.callback-modal__success { text-align: center; padding: 1rem 0 0.5rem; }
.callback-modal__success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  display: grid;
  place-items: center;
  margin: 0 auto 1rem;
}
.callback-modal__success-icon svg { width: 28px; height: 28px; }
.callback-modal__success-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.callback-modal__success-lead {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
.callback-modal__error {
  font-size: 0.8125rem;
  color: #C0392B;
  padding: 0.625rem 0.875rem;
  background: rgba(192,57,43,0.08);
  border-radius: var(--r-md);
  margin-top: 0.5rem;
}

/* =============================================================================
   LP: /leistungen/system-validierung/  — page-system-validierung.php
   ============================================================================= */

/* Hero: 2-Spalten — Copy links, Orbit-Visualisierung rechts. Mehr Atem für
   die Copy-Spalte, Visual deckelt damit's auf Wide-Screen nicht riesig wird. */
.sv-hero { padding-block: clamp(3.5rem, 6vw, 6rem); }
.sv-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.sv-hero__copy .headline-h1 { margin-bottom: 1.25rem; }
.sv-hero__chips {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sv-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.875rem;
  background: rgba(14,107,107,0.10);
  border: 1px solid rgba(14,107,107,0.25);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: var(--teal);
}
.sv-chip--ghost {
  background: transparent;
  border-color: var(--line-strong);
  color: var(--ink-mute);
}

/* Orbit-Diagramm: GxP-Kern + 4 System-Nodes. width:100% sorgt dafür dass
   aspect-ratio greift und die Nodes auf den Rand der Box gepinnt werden
   können — ohne expliziten Wert kollabiert der Container und alle Nodes
   sitzen aufeinander. */
.sv-hero__visual {
  position: relative;
  /* Etwas gestaucht (~10% breiter als hoch) — wirkt wie eine perspektivisch
     geneigte Orbit-Ebene. Mathematisch sitzen die 6 Nodes weiterhin EXAKT
     auf der nun ellipsenförmigen Ring-Linie (sin²+cos²=1 gilt skalen-
     unabhängig auf Achsen-symmetrischen Ellipsen). */
  aspect-ratio: 1.1 / 1;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.sv-orbit {
  position: relative;
  width: 100%;
  height: 100%;
}
.sv-orbit__ring {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(14,107,107,0.25);
  border-radius: 50%;
  animation: sv-rotate 60s linear infinite;
}
.sv-orbit__ring--inner {
  inset: 18%;
  border-color: rgba(31,95,168,0.20);
  border-style: solid;
  animation-duration: 90s;
  animation-direction: reverse;
}
/* Zusätzliche "Universum"-Akzente: ein noch innerer dezent gepunkteter
   Ring + ein sehr feiner äußerer Halo. Beide bewusst sehr leise, damit
   die Grafik nicht überladen wirkt. */
.sv-orbit__ring--mid {
  inset: 9%;
  border-color: rgba(14,107,107,0.14);
  border-style: dotted;
  animation-duration: 75s;
}
.sv-orbit__ring--core-halo {
  inset: 32%;
  border-color: rgba(31,95,168,0.12);
  border-style: dashed;
  animation-duration: 45s;
  animation-direction: reverse;
}
@keyframes sv-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
/* Star-Dots: 4 winzige Punkte in unterschiedlichen Quadranten, statisch
   positioniert — geben den „Sterne im Hintergrund"-Effekt ohne Animation. */
.sv-orbit__star {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(14,107,107,0.55);
  box-shadow: 0 0 6px rgba(14,107,107,0.35);
  z-index: 1;
}
.sv-orbit__star--1 { top: 12%; left: 32%; }
.sv-orbit__star--2 { top: 22%; left: 70%; width: 2px; height: 2px; opacity: 0.65; }
.sv-orbit__star--3 { top: 68%; left: 22%; width: 2px; height: 2px; opacity: 0.55; }
.sv-orbit__star--4 { top: 82%; left: 65%; }
.sv-orbit__star--5 { top: 42%; left: 8%;  width: 2px; height: 2px; opacity: 0.5; background: rgba(31,95,168,0.55); }
.sv-orbit__star--6 { top: 55%; left: 88%; width: 2px; height: 2px; opacity: 0.5; background: rgba(31,95,168,0.55); }

.sv-orbit__core {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 32%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal-dark, #0B5757) 100%);
  color: var(--white);
  /* Flex statt Grid → GxP und VALIDIERT stehen eng zentriert untereinander */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1875rem;
  text-align: center;
  box-shadow: 0 12px 36px rgba(15,42,68,0.25);
  z-index: 2;
}
.sv-orbit__core-num {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}
.sv-orbit__core-label {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
  margin: 0;
  padding: 0 0.25rem;
  line-height: 1;
}
.sv-orbit__node {
  position: absolute;
  background: var(--white);
  border: 1px solid rgba(14,107,107,0.35);
  border-radius: var(--r-full);
  padding: 0.7rem 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--navy);
  box-shadow:
    0 6px 18px rgba(15,42,68,0.12),
    0 0 0 4px rgba(14,107,107,0.06);
  white-space: nowrap;
  z-index: 3;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.sv-orbit__node:hover {
  box-shadow:
    0 10px 24px rgba(15,42,68,0.18),
    0 0 0 6px rgba(14,107,107,0.10);
}
/* 6 Pills auf 60°-Intervallen rund um den Outer-Ring — Trig-Koordinaten
   für (x,y) auf Einheits-Kreis: x = 50% + 50%·sin(θ), y = 50% − 50%·cos(θ).
   translate(-50%, -50%) zentriert die Pill exakt auf dem berechneten Punkt
   und lässt sie den Ring leicht überlappen. */
.sv-orbit__node { transform: translate(-50%, -50%); }
.sv-orbit__node--p1 { top: 0;     left: 50%;   }                /* 12 Uhr   */
.sv-orbit__node--p2 { top: 25%;   left: 93.3%; }                /* 2 Uhr    */
.sv-orbit__node--p3 { top: 75%;   left: 93.3%; }                /* 4 Uhr    */
.sv-orbit__node--p4 { top: 100%;  left: 50%;   }                /* 6 Uhr    */
.sv-orbit__node--p5 { top: 75%;   left: 6.7%;  }                /* 8 Uhr    */
.sv-orbit__node--p6 { top: 25%;   left: 6.7%;  }                /* 10 Uhr   */
.sv-orbit__node:hover { transform: translate(-50%, -50%) scale(1.04); }

/* Neues System-Block-Layout: Head (Eyebrow + Title + Intro) FULL-WIDTH oben
   zentriert, dann __body als 2-Col-Grid mit Visual + Detail. So sieht's
   nicht mehr lopsided aus, jeder Block hat dieselbe horizontale Balance. */
.sv-systems .section-head { margin-bottom: 1rem; }
.section-head--center { text-align: center; }
.section-head--center .eyebrow,
.section-head--center .eyebrow-num { justify-content: center; }
.section-head--center .section-head__lead { margin-inline: auto; max-width: 760px; }

.sv-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid rgba(15,42,68,0.08);
}
.sv-block:first-of-type { padding-top: 1.5rem; }
.sv-block:last-child { border-bottom: 0; }
.sv-block__head {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
}
.sv-block__intro {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 1rem 0 0;
}
.sv-block__body {
  display: grid;
  /* 4fr/8fr statt 5fr/7fr — Card wird dekoratives Begleit-Element,
     Detail-Text bekommt deutlich mehr horizontalen Raum. Damit füllt der
     Text die Spalte und der Block wirkt nicht mehr lopsided. */
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
.sv-block--reverse .sv-block__body {
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
}
.sv-block--reverse .sv-block__visual { order: 2; }
.sv-block--reverse .sv-block__detail { order: 1; }
.sv-block__detail { min-width: 0; max-width: 720px; }
.sv-block__detail > p:first-child:not(.sv-block__note) {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
/* H4 "Was wir abdecken" mit dezenter Akzentlinie und linksbündig. Bullet-Liste
   bleibt links (Lesbarkeit), Note ebenfalls links — die ganze Detail-Spalte
   fühlt sich jetzt als eigenständiger Text-Block an, nicht als „Rest der
   neben dem Kärtchen herumdümpelt". */
.sv-block__subhead {
  position: relative;
  padding-left: 0;
}
.sv-block__subhead::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--teal);
  vertical-align: middle;
  margin-right: 0.75rem;
  margin-top: -2px;
}
.sv-block__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1rem;
}
.sv-block__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 1.25rem;
}
.sv-block__copy > p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
.sv-block__subhead {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 1.5rem 0 0.75rem;
}
.sv-block__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.sv-block__list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
}
.sv-block__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: var(--teal);
  border-radius: 50%;
}
.sv-block__note {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-soft);
  padding: 1rem 1.25rem;
  background: rgba(14,107,107,0.06);
  border-left: 3px solid var(--teal);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  margin: 0;
}

/* System-Karten (Visual links/rechts neben dem Copy-Block). Aufgewertet
   mit subtilem Pattern, Glow vom Icon weg, dezenter Akzent-Strip. */
.sv-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-2xl);
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 12px 36px rgba(15,42,68,0.08), 0 2px 6px rgba(15,42,68,0.04);
  overflow: hidden;
  max-width: 340px;
  margin-inline: auto;
}
/* Punkte-Raster im Hintergrund (matched die Hero-Aurora der Homepage) */
.sv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(15,42,68,0.06) 1px, transparent 1px);
  background-size: 16px 16px;
  mask-image: radial-gradient(circle at 80% 20%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 80% 20%, black, transparent 70%);
  pointer-events: none;
}
/* Glow vom Icon — Teal-Halo */
.sv-card::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -20%;
  width: 60%;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at center, rgba(14,107,107,0.18) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.sv-card__corner {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--ink-faint);
}
.sv-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--teal) 0%, var(--navy) 100%);
  color: var(--white);
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
.sv-card__icon svg { width: 28px; height: 28px; }
.sv-card__title {
  font-family: var(--font-display);
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--navy);
  position: relative;
  z-index: 1;
}
.sv-card__subtitle {
  font-size: 0.875rem;
  color: var(--ink-mute);
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
.sv-card__points {
  list-style: none;
  padding: 1rem 0 0;
  margin: 0;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 1;
}
.sv-card__points li {
  display: flex;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--ink-soft);
  padding: 0.4rem 0;
  letter-spacing: 0.02em;
}
.sv-card__bullet { color: var(--teal); font-weight: bold; }

/* Mid-Section CTA — Brand-Farben: Paper-White-Background, dezenter
   Teal-Glow, Teal-Akzent-Linie oben, Button im Teal-Gradient. */
.sv-midcta {
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  max-width: 720px;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
  background: #FAFAF7;
  border: 1px solid rgba(14,107,107,0.18);
  border-radius: var(--r-xl);
  box-shadow: 0 8px 24px rgba(14,107,107,0.10);
  position: relative;
  overflow: hidden;
}
/* Teal-Akzent-Linie ganz oben — Brand-Anker */
.sv-midcta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  border-radius: 0 0 3px 3px;
}
.sv-midcta::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 50%;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at center, rgba(14,107,107,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.sv-midcta__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.875rem;
  position: relative;
  z-index: 1;
}
.sv-midcta__title {
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin: 0 0 0.75rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.sv-midcta__lead {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 auto 1.5rem;
  max-width: 520px;
  position: relative;
  z-index: 1;
}
.sv-midcta .btn { position: relative; z-index: 1; }

/* Cross-System-Flow */
.sv-flow .section-head { margin-bottom: 2.5rem; }
.sv-flow__diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0;
  margin: 2.5rem 0 2rem;
  padding: 2rem 1.5rem;
  background: var(--paper-cool);
  border-radius: var(--r-xl);
}
.sv-flow__node {
  text-align: center;
  padding: 1.25rem 0.75rem;
  background: var(--white);
  border-radius: var(--r-lg);
  box-shadow: 0 4px 12px rgba(15,42,68,0.06);
  border: 1px solid var(--line);
}
.sv-flow__node-label {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--navy);
}
.sv-flow__node-sub {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 0.375rem;
}
.sv-flow__arrow {
  color: var(--teal);
  padding: 0 0.5rem;
}
.sv-flow__arrow svg {
  width: 100%;
  height: 16px;
  display: block;
}

/* Track Record — vollflächige Navy-Dark-Sektion mit Aurora-Glow und großen
   KPI-Karten in Glas-Optik. Inspired by Hero-Aurora der Homepage. */
.sv-track {
  position: relative;
  background: var(--navy);
  color: var(--white);
  padding-block: clamp(4rem, 7vw, 6rem);
  overflow: hidden;
}
.sv-track__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sv-track__aurora {
  position: absolute;
  inset: -10%;
  background-image:
    radial-gradient(ellipse 50% 40% at 10% 0%, rgba(31,95,168,0.40) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 30%, rgba(14,107,107,0.45) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 50% 110%, rgba(31,95,168,0.30) 0%, transparent 60%);
  animation: sv-track-shift 18s ease-in-out infinite alternate;
}
@keyframes sv-track-shift {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-2%, 1%) scale(1.04); }
}
.sv-track__grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 30%, transparent);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 30%, transparent);
}
/* Light-Variante des section-head für dunklen Background */
.sv-track .section-head__title {
  color: var(--white);
  /* Gradient-Text war auf Navy zu unleserlich — feste weiße Farbe statt. */
}
.sv-track .section-head__title .gradient-text {
  background: none;
  -webkit-text-fill-color: var(--teal);
  color: var(--teal);
}
.sv-track .section-head__lead { color: rgba(255,255,255,0.85); }
.section-head--light .eyebrow-num--light {
  color: rgba(255,255,255,0.7);
}
.section-head--light .eyebrow-num--light .eyebrow-num__num {
  color: var(--teal);
}

.sv-track__grid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
.sv-track__card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-xl);
  padding: 2rem 1.5rem;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background var(--t-base), border-color var(--t-base);
}
.sv-track__card:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.22);
}
.sv-track__card--accent {
  background: rgba(14,107,107,0.18);
  border-color: rgba(14,107,107,0.45);
}
.sv-track__num {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--white);
  display: inline-flex;
  align-items: flex-start;
}
/* + / % als helles Weiß statt dunkles Teal — Kontrast auf Navy war zu schwach */
.sv-track__num-plus {
  font-size: 0.55em;
  color: rgba(255,255,255,0.7);
  margin-left: 0.05em;
  font-weight: 500;
}
/* Alle vier Track-Cards bekommen den gleichen Style — Accent-Variante
   entfernt, weil die "warum ist nur die 0 hinterlegt"-Frage berechtigt war.
   Stattdessen subtiles Teal-Glow auf der 0-Zahl selbst als Akzent. */
.sv-track__num-zero {
  position: relative;
  display: inline-block;
  color: var(--white);
  text-shadow: 0 0 24px rgba(14,107,107,0.55), 0 0 4px rgba(14,107,107,0.40);
}
.sv-track__label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  margin-top: 0.75rem;
}
.sv-track__hint {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  margin-top: 0.5rem;
  line-height: 1.4;
}

/* Cross-System Risk Labels über den Pfeilen */
.sv-flow__arrow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.sv-flow__risk {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background: rgba(192,57,43,0.10);
  border: 1px solid rgba(192,57,43,0.30);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  color: #B33A2D;
  white-space: nowrap;
}
.sv-flow__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: var(--ink-mute);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.sv-flow__legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(192,57,43,0.85);
  border: 1px solid rgba(192,57,43,1);
  flex-shrink: 0;
}

/* ============================================================================
   LP2 — Section 01 Kontext (2-col mit Pharma-Stack-Sidecard)
   ============================================================================ */
.sv-kontext {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.sv-kontext__prose {
  max-width: 640px;
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: var(--ink-soft);
}
.sv-kontext__prose > p + p { margin-top: 1rem; }
.sv-kontext__prose strong { color: var(--navy); font-weight: 600; }

/* Pharma-Operations-Stack sticky sidecard */
.sv-stack {
  position: sticky;
  top: calc(var(--header-h, 80px) + 1.5rem);
  padding: 1.75rem 1.625rem 1.5rem;
  background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--paper);
  border-radius: var(--r-xl, 20px);
  box-shadow: 0 12px 32px rgba(15,42,68,0.18);
}
.sv-stack__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal-light);
}
.sv-stack__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--white);
  margin: 0.375rem 0 1.25rem;
}
.sv-stack__layers {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.sv-stack__layer {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0.875rem;
  align-items: center;
  padding: 0.75rem 0.875rem;
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background var(--t-fast), transform var(--t-fast);
}
.sv-stack__layer:hover {
  background: rgba(255,255,255,0.08);
  transform: translateX(-2px);
}
.sv-stack__layer-num {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--teal-light);
  text-align: center;
}
.sv-stack__layer-content {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}
.sv-stack__layer-content strong {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: -0.005em;
}
.sv-stack__layer-content span {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.65);
}
.sv-stack__layer--lab        { border-left: 3px solid var(--teal); }
.sv-stack__layer--production { border-left: 3px solid var(--blue-light); }
.sv-stack__layer--distribution { border-left: 3px solid var(--blue); }
.sv-stack__layer--quality    { border-left: 3px solid var(--teal-light); }
.sv-stack__note {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* ============================================================================
   LP2 — Section 03 Cross-System-Flow Nodes — equal heights & widths
   ============================================================================ */
.sv-flow__diagram { align-items: stretch; }
.sv-flow__node {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.sv-flow__node-label {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.005em;
}
.sv-flow__node-sub {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
  text-align: center;
}

/* ============================================================================
   LP2 — Section 04 Testimonial + IVE-Bridge (below KPI cards)
   ============================================================================ */
.sv-track__testimonial {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-xl);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 1;
}
.sv-track__quote {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.sv-track__quote-mark {
  width: 48px;
  height: 48px;
  color: #5DBDBD;
  opacity: 1;
  filter: drop-shadow(0 0 12px rgba(93,189,189,0.35));
}
.sv-track__quote blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.005em;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
  margin: 0;
  quotes: "„" """;
}
.sv-track__quote-source {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.sv-track__quote-source strong {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--white);
}
.sv-track__quote-source span {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.65);
}
/* Portrait-Variante mit Foto links + Name/Rolle rechts (Round-38 — Patryk-
   Testimonial mit Novartis-Klarnamen statt anonymem QA-Director). */
.sv-track__quote-source--portrait {
  flex-direction: row;
  align-items: center;
  gap: 0.875rem;
  padding-top: 1rem;
}
.sv-track__quote-source--portrait > div {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}
.sv-track__quote-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(255,255,255,0.18);
  flex-shrink: 0;
}
.sv-track__bridge {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: var(--r-md);
  background: rgba(14,107,107,0.16);
  border: 1px solid rgba(14,107,107,0.30);
}
.sv-track__bridge-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal-light);
}
.sv-track__bridge-text {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
.sv-track__bridge-text strong { color: var(--white); }
.sv-track__bridge-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: var(--white);
  color: var(--navy);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  border-radius: var(--r-full);
  align-self: flex-start;
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.sv-track__bridge-cta svg { width: 16px; height: 16px; }
.sv-track__bridge-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255,255,255,0.12);
}
@media (max-width: 768px) {
  .sv-track__testimonial { grid-template-columns: 1fr; }
}

/* --- Responsive --------------------------------------------------------- */
@media (max-width: 1024px) {
  .sv-kontext { grid-template-columns: 1fr; }
  .sv-stack { position: relative; top: 0; }
  .sv-hero__grid { grid-template-columns: 1fr; }
  .sv-hero__visual { max-width: 360px; }
  .sv-block__body,
  .sv-block--reverse .sv-block__body { grid-template-columns: 1fr; gap: 1.75rem; }
  .sv-block--reverse .sv-block__visual,
  .sv-block--reverse .sv-block__detail { order: initial; }
  .sv-card { max-width: 360px; margin-inline: auto; }
  .sv-flow__diagram {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
  .sv-track__grid-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .sv-orbit__core { width: 44%; }
  .sv-orbit__node { padding: 0.45rem 0.75rem; font-size: 0.6875rem; }
  .sv-card { padding: 1.5rem 1.25rem 1.25rem; }
  .sv-card__title { font-size: 1.375rem; }
  .sv-track__grid-cards { grid-template-columns: 1fr; }
  .sv-track__num { font-size: 3rem; }
  .sv-midcta { padding: 1.75rem 1.25rem; }
}

/* =============================================================================
   LP system-validierung — Plattform-Übersicht + Bidirektional-Flow
   ============================================================================= */

/* Plattform-Übersichts-Grid — kompakte 4-Spalten-Tabelle, jeder Eintrag ist
   ein Icon + Name + Sub-Hint. Erste 4 sind aktive Links (zur Detail-Block-
   Anker auf der Page), Rest sind statische Spans. */
.sv-platforms {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(15,42,68,0.10);
}
.sv-platforms__head {
  text-align: center;
  margin-bottom: 1.75rem;
}
.sv-platforms__head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.sv-platforms__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0.625rem 0 0;
}
.sv-platforms__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.sv-plat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 1rem 1rem 0.875rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  color: var(--navy);
  text-decoration: none;
  transition: border-color var(--t-base), transform var(--t-base), box-shadow var(--t-base);
  cursor: default;
}
a.sv-plat { cursor: pointer; }
a.sv-plat:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(14,107,107,0.10);
}
.sv-plat__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(14,107,107,0.10);
  color: var(--teal);
  display: grid;
  place-items: center;
  margin-bottom: 0.25rem;
}
.sv-plat__icon svg { width: 16px; height: 16px; }
.sv-plat__name {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--navy);
}
.sv-plat__hint {
  font-size: 0.75rem;
  color: var(--ink-mute);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.sv-plat--secondary {
  background: transparent;
  border-style: dashed;
}
.sv-plat--secondary .sv-plat__icon {
  background: rgba(15,42,68,0.06);
  color: var(--ink-soft);
}
@media (max-width: 1024px) {
  .sv-platforms__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .sv-platforms__grid { grid-template-columns: repeat(2, 1fr); }
}

/* Cross-System Flow — Headline linksbündig, Intro auf Grafik-Breite. */
.sv-flow__head {
  text-align: left;
  max-width: 1000px;
  margin-inline: auto 0;
  margin-bottom: 2rem;
}
.sv-flow__head .eyebrow-num { justify-content: flex-start; }
.sv-flow__intro {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
  /* gleiche Breite wie die Grafik darunter */
  max-width: 1000px;
  margin: 1rem 0 0;
}

/* Grafik-Container: Cards UND Pfeile gleichmäßig groß, mehr Atem */
.sv-flow__diagram {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 0;
  margin: 0 auto;
  max-width: 1000px;
  padding: 2.5rem 1.5rem;
  background: var(--paper-cool);
  border-radius: var(--r-xl);
}
.sv-flow__node {
  padding: 1.5rem 0.75rem;
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  box-shadow: 0 4px 12px rgba(15,42,68,0.06);
  text-align: center;
}

/* Bidirektionaler Connector — flacher roter Blitz, KEINE Umrandung/Fill.
   Layout via Grid statt Flex, damit die Pfeil-Linie IMMER in Reihe 1 sitzt
   (fixe Höhe 20px) und der Blitz unabhängig vom Label-Wrap exakt auf der
   Linie zentriert ist. Vorher: justify-content: center mit variabler
   Container-Höhe hat den mittleren Blitz (langes Label „Sample-ID ·
   Audit-Trail") von der Linie wegtreiben lassen. */
.sv-flow__link {
  position: relative;
  display: grid;
  grid-template-rows: 20px auto;
  justify-items: center;
  align-items: start;
  gap: 0.625rem;
  padding: 0 0.5rem;
  color: var(--teal);
  min-width: 0;
}
.sv-flow__link-line {
  width: 100%;
  height: 20px;
  display: block;
  grid-row: 1;
  align-self: center;
}
.sv-flow__bolt {
  position: absolute;
  top: 10px; /* exakt Mitte der 20px-Linie in Grid-Reihe 1 */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  color: #C0392B;
  background: var(--paper-cool); /* matched dem Section-Hintergrund — wirkt freigestellt */
  border: 0;
  border-radius: 0;
  padding: 2px;
}
.sv-flow__bolt svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(192,57,43,0.30));
}
.sv-flow__link-label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
  text-align: center;
  line-height: 1.3;
  margin-top: 0.25rem;
  max-width: 100%;
  word-wrap: break-word;
}
/* Legende näher an die Grafik, kleiner und schlanker */
.sv-flow__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  color: var(--ink-mute);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.sv-flow__legend-icon {
  width: 14px;
  height: 14px;
  color: #C0392B;
  flex-shrink: 0;
}
/* Prose unter der Grafik — zentriert, mittlere Breite */
.sv-flow__prose {
  max-width: 760px;
  margin: 2.5rem auto 0;
  text-align: center;
}
.sv-flow__prose p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 1024px) {
  .sv-flow__head { text-align: center; }
  .sv-flow__head .eyebrow-num { justify-content: center; }
  .sv-flow__intro { margin-inline: auto; }
  .sv-flow__diagram {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
  }
  .sv-flow__link {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    min-height: 60px;
  }
  .sv-flow__link-line {
    width: 32px;
    height: 100%;
    transform: rotate(90deg);
  }
  .sv-flow__bolt {
    position: static;
    transform: none;
  }
  .sv-flow__link-label { width: 100%; margin: 0; }
}

/* =============================================================================
   LP system-validierung — V4 Sweep (Orbit Hero, alternierendes 2-Col-Layout,
   Mobile-Karten mit vertikalem Divider, Section-01 zentriert, Bolt-Center-Fix)
   ============================================================================= */

/* SECTION 01 — Kontext-Prose: 2-Spalten-Grid (Desktop) statt linksbündig.
   Erste 2 Absätze bilden das Grid, der Track-Record-Satz steht zentriert
   darunter als „Lead-out". */
.prose--two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  max-width: 1000px;
  margin: 2rem auto 0;
  align-items: start;
}
/* Override the global .prose > p + p { margin-top: 1rem } — in the 2-col
   grid, both paragraphs sit in separate cells and must align top-to-top. */
.prose--two-col > p,
.prose--two-col > p + p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.prose--two-col > .prose__lead-out {
  grid-column: 1 / -1;
  text-align: center;
  margin: 1.25rem auto 0;
  max-width: 760px;
  font-size: 1.0625rem;
  color: var(--ink);
}
@media (max-width: 720px) {
  .prose--two-col { grid-template-columns: 1fr; gap: 1rem; }
  .prose--two-col > p + p { margin-top: 0.5rem; }
  .prose--two-col > .prose__lead-out { text-align: left; }
}

/* SYSTEM-BLOCKS V4 — alternierendes 2-Spalten-Layout zurück:
   __head + __detail teilen sich eine Spalte, __visual die andere.
   Mit display:contents auf __body verteilen sich die drei Kinder direkt
   im äußeren Grid, damit __head die volle Spalte bekommt und das Visual
   über beide Reihen reicht.

   Fixe 380px-Card-Spalte sorgt dafür, dass linksbündige UND rechtsbündige
   Blöcke EXAKT gleich breite Text-Spalten haben (vorher: 1.1fr/0.9fr →
   reverse-Blöcke hatten schmalere Text-Spalten). */
.sv-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  column-gap: clamp(2rem, 4vw, 4rem);
  row-gap: 1.25rem;
  align-items: start;
  padding-block: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid rgba(15,42,68,0.08);
}
.sv-block:first-of-type { padding-top: 1.5rem; }
.sv-block:last-child { border-bottom: 0; }
.sv-block__head {
  grid-column: 1;
  grid-row: 1;
  text-align: left;
  max-width: none;
  margin: 0;
}
.sv-block__head .sv-block__eyebrow { justify-content: flex-start; }
.sv-block__body { display: contents; }
.sv-block__visual {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sv-block__detail {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  max-width: none;
  text-align: left;
  margin: 0;
}
/* Reverse-Variante: Card-Spalte sitzt links (380px fix), Text-Spalte
   rechts (1fr). Damit ist die Text-Breite identisch zum non-reverse. */
.sv-block--reverse { grid-template-columns: 380px minmax(0, 1fr); }
.sv-block--reverse .sv-block__head    { grid-column: 2; }
.sv-block--reverse .sv-block__detail  { grid-column: 2; }
.sv-block--reverse .sv-block__visual  { grid-column: 1; }
.sv-block--reverse .sv-block__head .sv-block__eyebrow { justify-content: flex-start; }

/* AUSKLAPP-BUTTON unterhalb des Intro-Textes — pillförmig, dezent navy/teal.
   Im Eingeklappt-Zustand: „Details anzeigen ▾". Aufgeklappt: „Details
   schließen ▴" (Chevron rotiert 180°). Im Eingeklappt-Zustand fehlt die
   detail-Sektion komplett im Layout (hidden-Attribut), die Karte rückt
   nach oben neben den Head — keine wachsenden Leerflächen. */
.sv-block__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.5rem 1rem;
  background: rgba(14,107,107,0.06);
  color: var(--navy);
  border: 1px solid rgba(14,107,107,0.18);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--t-base), border-color var(--t-base), color var(--t-base);
}
.sv-block__toggle:hover {
  background: rgba(14,107,107,0.12);
  border-color: rgba(14,107,107,0.35);
  color: var(--teal);
}
.sv-block__toggle:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.sv-block__toggle-icon {
  width: 14px;
  height: 14px;
  transition: transform var(--t-base);
}
.sv-block__toggle[aria-expanded="true"] .sv-block__toggle-icon {
  transform: rotate(180deg);
}
.sv-block__toggle[aria-expanded="true"] {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}
/* detail bleibt unsichtbar, solange das hidden-Attribut sitzt — kein
   Grid-Platz, kein Scroll-Overhead. JS entfernt hidden beim Aufklappen. */
.sv-block__detail[hidden] { display: none; }

.sv-card {
  max-width: 380px;
  width: 100%;
}
.sv-block__subhead {
  text-align: left;
  margin: 0.5rem 0 1rem;
}
.sv-block__subhead::before,
.sv-block__subhead::after { content: none; }
.sv-block__list { max-width: none; margin-inline: 0; }
.sv-block__note {
  max-width: none;
  margin-inline: 0;
  text-align: left;
}

/* MOBILE: alternierendes Layout zusammenklappen — Head zuerst, Visual,
   dann Detail. Bei reverse-Blöcken gleiche Reihenfolge. */
@media (max-width: 1024px) {
  .sv-block,
  .sv-block--reverse {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
  .sv-block__head,
  .sv-block--reverse .sv-block__head,
  .sv-block__visual,
  .sv-block--reverse .sv-block__visual,
  .sv-block__detail,
  .sv-block--reverse .sv-block__detail {
    grid-column: 1;
  }
  .sv-block__head,    .sv-block--reverse .sv-block__head    { grid-row: 1; }
  .sv-block__visual,  .sv-block--reverse .sv-block__visual  { grid-row: 2; }
  .sv-block__detail,  .sv-block--reverse .sv-block__detail  { grid-row: 3; }
}

/* MOBILE-CARD V4: horizontal full-width — LEFT: Icon + Title/Subtitle,
   vertikaler grauer Divider in der Mitte, RIGHT: Bullets */
@media (max-width: 720px) {
  .sv-card {
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1.1fr);
    gap: 1rem;
    align-items: center;
    padding: 1.25rem;
    position: relative;
  }
  .sv-card::after { display: none; }
  .sv-card::before {
    content: "";
    grid-column: 2;
    align-self: stretch;
    width: 1px;
    background: var(--line);
    margin-block: 0.25rem;
  }
  .sv-card__corner { display: none; }
  .sv-card__icon {
    margin-bottom: 0.5rem;
    grid-column: 1;
    align-self: center;
    justify-self: start;
  }
  .sv-card__title {
    font-size: 1.0625rem;
    grid-column: 1;
    align-self: center;
    margin: 0;
  }
  .sv-card__subtitle {
    font-size: 0.8125rem;
    grid-column: 1;
    align-self: center;
    margin: 0.125rem 0 0;
  }
  /* Icon + Title + Subtitle als Stack in der linken Spalte */
  .sv-card {
    grid-template-areas:
      "icon  div bullets"
      "title div bullets"
      "sub   div bullets";
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1.1fr);
    grid-template-rows: auto auto auto;
    align-items: center;
  }
  .sv-card::before {
    grid-area: div;
  }
  .sv-card__icon     { grid-area: icon; margin-bottom: 0.25rem; }
  .sv-card__title    { grid-area: title; }
  .sv-card__subtitle { grid-area: sub; }
  .sv-card__points {
    grid-area: bullets;
    border-top: 0;
    margin: 0;
    padding: 0;
    align-self: center;
  }
}

/* SECTION 03 — Prose typo wie Intro (gleiche Größe/Stil) */
.sv-flow__head { text-align: left; max-width: 1000px; margin-inline: auto; }
.sv-flow__head .eyebrow-num { justify-content: flex-start; }
.sv-flow__intro,
.sv-flow__prose p {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 1000px;
  margin: 1rem auto 0;
  text-align: left;
}
.sv-flow__prose { max-width: 1000px; margin: 2.5rem auto 0; text-align: left; }

/* SECTION 04 — Track-Record Zahlen kleiner */
.sv-track__num {
  font-size: clamp(2rem, 3.5vw, 3rem); /* war clamp(2.75rem, 5vw, 4rem) */
  font-weight: 600;
  letter-spacing: -0.03em;
}
.sv-track__num-plus { font-size: 0.5em; }

/* PLATFORM-TABELLE — echte Tabelle statt 12-Tile-Grid */
.sv-table {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(15,42,68,0.10);
  max-width: 980px;
  margin-inline: auto;
}
.sv-table__head { text-align: center; margin-bottom: 1.5rem; }
.sv-table__head .eyebrow { display: inline-flex; }
.sv-table__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  color: var(--navy);
  margin: 0.625rem 0 0;
  letter-spacing: -0.01em;
}
.sv-table__grid {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15,42,68,0.06);
  border: 1px solid var(--line);
}
.sv-table__grid thead {
  background: rgba(14,107,107,0.06);
}
.sv-table__grid th {
  text-align: left;
  padding: 0.875rem 1rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.sv-table__grid td {
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.sv-table__grid tr:last-child td { border-bottom: 0; }
.sv-table__grid td a { color: var(--navy); text-decoration: none; }
.sv-table__grid td a:hover { color: var(--teal); }
.sv-table__row--muted td { background: rgba(15,42,68,0.025); color: var(--ink-soft); }
.sv-table__row--muted td strong { color: var(--ink-soft); }
.sv-table__note {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--ink-mute);
  font-style: italic;
}
@media (max-width: 720px) {
  .sv-table__col-hide-mobile { display: none; }
  .sv-table__grid th,
  .sv-table__grid td { padding: 0.75rem 0.75rem; font-size: 0.875rem; }
}

/* =============================================================================
   LP 4 — /leistungen/gamp-5-compliance/  (Prefix: .gc-*)
   Eigenstaendiges Design: Aktenzeichen-Hero, Sticky-Side-Nav, Tabs, Karussell,
   Side-by-Side Compare, Risiko-Pyramide, Storyboard, Bonus-Banner, Final-CTA.
   ============================================================================= */

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.gc-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1200px 600px at 50% -100px, rgba(14,107,107,0.05), transparent 60%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-cool) 100%);
  padding-block: clamp(3.5rem, 6vw, 5.5rem) clamp(2.5rem, 4vw, 4rem);
  background-image: radial-gradient(rgba(15,42,68,0.045) 1px, transparent 1px);
  background-size: 22px 22px;
}
.gc-hero__bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.gc-hero__halo {
  position: absolute;
  width: 280px; aspect-ratio: 1/1;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
}
.gc-hero__halo--1 { top: -80px;  left: 12%;  background: radial-gradient(circle, rgba(14,107,107,0.40), transparent 70%); }
.gc-hero__halo--2 { top: -40px;  left: 48%;  background: radial-gradient(circle, rgba(31,95,168,0.35),  transparent 70%); }
.gc-hero__halo--3 { top: -100px; right: 8%;  background: radial-gradient(circle, rgba(192,57,43,0.20),  transparent 70%); }
.gc-hero .container { position: relative; z-index: 1; }
.gc-hero__head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 2.5rem;
}
.gc-hero__head .eyebrow { justify-content: center; }
.gc-hero__title { margin: 0.5rem 0 1.25rem; }
.gc-hero__lead { margin: 0 auto 0; max-width: 800px; }
.gc-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.gc-hero__ctas .btn { padding: 0.75rem 1.4rem; }

/* Hero-Ribbon: schmaler Streifen mit den 4 Kern-Zahlen */
.gc-hero__ribbon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 2.5rem;
  padding: 0.875rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  box-shadow: 0 6px 24px rgba(15,42,68,0.06);
  max-width: 940px;
  margin-inline: auto;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--ink-mute);
}
.gc-hero__ribbon-item { display: inline-flex; gap: 0.4rem; align-items: baseline; }
.gc-hero__ribbon-item strong {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.gc-hero__ribbon-sep {
  width: 1px; height: 16px; background: var(--line);
  display: inline-block;
}

/* Cloud-Hero-Ribbon — sitzt auf der hellen Hero-Section, gleicher visueller
   Stil wie der HP `.hero__strip` (weiß-translucent + dunkler Text), damit
   die KPI-Stats auf hellem Paper-Background lesbar sind. Vorher als
   dark-glass für eine dunkle Hero gestaltet → KPIs verschwammen.
   Round-49 Fix. */
.cloud-hero__ribbon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.875rem 1.5rem;
  margin-top: 2rem;
  padding: 0.875rem 1.5rem;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  box-shadow: 0 1px 2px rgba(15,42,68,0.03), 0 6px 18px rgba(15,42,68,0.05);
}
.cloud-hero__ribbon-item { display: inline-flex; gap: 0.4rem; align-items: baseline; }
.cloud-hero__ribbon-item strong {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.cloud-hero__ribbon-sep {
  width: 1px; height: 14px;
  background: var(--line-strong);
  display: inline-block;
}
@media (max-width: 720px) {
  .cloud-hero__ribbon { gap: 0.5rem 0.875rem; padding: 0.625rem 1rem; }
  .cloud-hero__ribbon-sep { display: none; }
}

/* 3-Stempel-Komposition */
.gc-stamps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 2vw, 1.25rem);
  max-width: 1080px;
  margin: 0 auto;
}
.gc-stamp {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1.25rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: 0 10px 28px rgba(15,42,68,0.08);
  text-decoration: none;
  color: var(--ink);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
  overflow: hidden;
}
.gc-stamp::before {
  /* dezente Akten-Linie oben */
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--teal) 100%);
}
.gc-stamp--gamp::before  { background: linear-gradient(90deg, #1F5FA8, #0E6B6B); }
.gc-stamp--annex::before { background: linear-gradient(90deg, #003399, #FFCC00); }
.gc-stamp--cfr::before   { background: linear-gradient(90deg, #B22234, #3C3B6E); }
.gc-stamp:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15,42,68,0.14);
  border-color: rgba(14,107,107,0.35);
}
.gc-stamp__seal {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  color: var(--navy);
  opacity: 0.85;
  margin-bottom: 0.875rem;
}
.gc-stamp__seal svg { width: 100%; height: 100%; }
.gc-stamp__num {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.gc-stamp__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin-bottom: 0.375rem;
}
.gc-stamp__sub {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.gc-stamp__arrow {
  margin-top: 0.875rem;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(14,107,107,0.10);
  color: var(--teal);
  display: grid;
  place-items: center;
  transition: transform var(--t-base), background var(--t-base);
}
.gc-stamp__arrow svg { width: 14px; height: 14px; }
.gc-stamp:hover .gc-stamp__arrow {
  transform: translateY(2px);
  background: var(--teal);
  color: var(--white);
}

/* ── LAYOUT WRAPPER + STICKY-SIDE-NAV ─────────────────────────────────────── */
.gc-layout { background: var(--paper); padding-block: clamp(3rem, 5vw, 5rem); }
.gc-layout__inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
.gc-sticky-nav {
  position: sticky;
  top: calc(var(--header-h, 72px) + 1rem);
  align-self: start;
  padding: 1.25rem 0;
  border-left: 2px solid var(--line);
}
.gc-sticky-nav__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding-left: 1.25rem;
  margin-bottom: 0.875rem;
}
.gc-sticky-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gc-sticky-nav__list li { margin: 0; }
.gc-sticky-nav__list a {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  text-decoration: none;
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: color var(--t-base), border-color var(--t-base), background var(--t-base);
}
.gc-sticky-nav__list a span {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  color: var(--ink-mute);
}
.gc-sticky-nav__list a:hover,
.gc-sticky-nav__list a.is-active {
  color: var(--teal);
  border-left-color: var(--teal);
  background: rgba(14,107,107,0.04);
}
.gc-sticky-nav__list a.is-active span { color: var(--teal); }
.gc-sticky-nav__cta { margin-top: 1.5rem; padding-left: 1.25rem; }
.btn-small { padding: 0.5rem 0.875rem; font-size: 0.8125rem; }

@media (max-width: 1023px) {
  .gc-layout__inner { grid-template-columns: 1fr; }
  .gc-sticky-nav { display: none; }
}

/* ── SECTIONS (Content-Spalte) ────────────────────────────────────────────── */
.gc-content { min-width: 0; }
.gc-section {
  padding-block: clamp(2.5rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(15,42,68,0.08);
}
.gc-section:last-child { border-bottom: 0; }
.gc-section--paper {
  margin-inline: calc(-1 * clamp(1rem, 2vw, 2rem));
  padding-inline: clamp(1rem, 2vw, 2rem);
  background: var(--paper-cool);
  border-radius: var(--r-xl);
  border-bottom: 0;
  margin-block: 1rem;
}
.gc-section__head { max-width: 760px; margin-bottom: 2rem; }
.gc-section__head .section-head__lead { margin-top: 0.875rem; }

.gc-list { margin: 1rem 0 0; padding: 0; list-style: none; }
.gc-list li {
  position: relative;
  padding-left: 1.5rem;
  margin: 0.5rem 0;
  line-height: 1.6;
}
.gc-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

/* ── TABS (Section 01) ────────────────────────────────────────────────────── */
.gc-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.5rem;
}
.gc-tabs__btn {
  background: transparent;
  border: 0;
  padding: 0.75rem 1rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  cursor: pointer;
  position: relative;
  transition: color var(--t-base);
}
.gc-tabs__btn::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 2px;
  background: transparent;
  transition: background var(--t-base);
}
.gc-tabs__btn:hover { color: var(--teal); }
.gc-tabs__btn.is-active {
  color: var(--navy);
  font-weight: 600;
}
.gc-tabs__btn.is-active::after { background: var(--teal); }
.gc-tabs__panel { min-height: 280px; }
.gc-tabs__panel[hidden] { display: none; }
.gc-tabs__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
@media (max-width: 720px) {
  .gc-tabs__grid { grid-template-columns: 1fr; }
}
.gc-tabs__body p { margin-bottom: 0.875rem; line-height: 1.65; color: var(--ink-soft); }

.gc-callout {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  border-radius: var(--r-lg);
  padding: 1.25rem 1.25rem;
  box-shadow: 0 4px 14px rgba(15,42,68,0.04);
}
.gc-callout--teal { border-left-color: var(--teal); background: rgba(14,107,107,0.04); }
.gc-callout--navy { border-left-color: var(--navy); background: rgba(15,42,68,0.04); }
.gc-callout__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.gc-callout p { margin: 0; line-height: 1.55; }

/* ── ANNEX 11 KARUSSELL (Section 02) ──────────────────────────────────────── */
.gc-carousel {
  position: relative;
  margin-top: 1.5rem;
}
.gc-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 320px);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.5rem 0.5rem 1.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--teal) transparent;
}
.gc-carousel__track::-webkit-scrollbar { height: 8px; }
.gc-carousel__track::-webkit-scrollbar-track { background: rgba(15,42,68,0.06); border-radius: 4px; }
.gc-carousel__track::-webkit-scrollbar-thumb { background: rgba(14,107,107,0.45); border-radius: 4px; }

.gc-annex-card {
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.25rem;
  box-shadow: 0 4px 14px rgba(15,42,68,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.gc-annex-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15,42,68,0.10); }
.gc-annex-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gc-annex-card__n {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--teal);
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  background: rgba(14,107,107,0.08);
  border-radius: var(--r-sm);
}
.gc-annex-card__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
  margin: 0;
}
.gc-annex-card__body {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* Heat-Marker (3-Punkt-Skala) */
.gc-card__heat {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  padding: 0.25rem 0.4rem;
  background: rgba(15,42,68,0.04);
  border-radius: var(--r-full);
}
.gc-card__heat-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(15,42,68,0.18);
}
.gc-card__heat--low   .gc-card__heat-dot:nth-child(1) { background: #4CAF50; }
.gc-card__heat--mid   .gc-card__heat-dot:nth-child(1),
.gc-card__heat--mid   .gc-card__heat-dot:nth-child(2) { background: #F5A623; }
.gc-card__heat--high  .gc-card__heat-dot { background: #C0392B; }

.gc-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(15,42,68,0.10);
  cursor: pointer;
  display: grid;
  place-items: center;
  color: var(--navy);
  z-index: 2;
  transition: background var(--t-base), color var(--t-base);
}
.gc-carousel__nav:hover { background: var(--teal); color: var(--white); }
.gc-carousel__nav--prev { left: -8px; }
.gc-carousel__nav--next { right: -8px; }
.gc-carousel__nav svg { width: 18px; height: 18px; }
@media (max-width: 720px) {
  .gc-carousel__nav { display: none; }
}
.gc-carousel__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.875rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--ink-mute);
  align-items: center;
}
.gc-carousel__legend-sep {
  width: 1px; height: 12px; background: var(--line);
  display: inline-block; margin: 0 0.25rem;
}

/* ── EU/US COMPARE (Section 03) ───────────────────────────────────────────── */
.gc-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: stretch;
  margin-top: 1.5rem;
}
.gc-compare__col {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(1.25rem, 2vw, 1.75rem);
  box-shadow: 0 8px 24px rgba(15,42,68,0.06);
}
.gc-compare__col--eu  { border-top: 4px solid #003399; }
.gc-compare__col--us  { border-top: 4px solid #B22234; }
.gc-compare__flag { margin-bottom: 0.75rem; }
.gc-compare__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 0.25rem;
}
.gc-compare__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.gc-compare__list {
  list-style: none;
  margin: 0; padding: 0;
}
.gc-compare__list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.625rem;
  align-items: start;
  padding-block: 0.625rem;
  border-top: 1px solid var(--line);
}
.gc-compare__list li:first-child { border-top: 0; }
.gc-compare__icon { color: var(--teal); }
.gc-compare__icon svg { width: 22px; height: 22px; }
.gc-compare__list strong {
  display: block;
  color: var(--navy);
  margin-bottom: 0.125rem;
}
.gc-compare__list p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.gc-compare__vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink-mute);
  font-family: var(--font-mono);
}
.gc-compare__vs-line {
  width: 1px;
  flex: 1;
  background: linear-gradient(180deg, transparent, var(--line), transparent);
  min-height: 60px;
}
.gc-compare__vs-label {
  font-size: 1.5rem;
  padding: 0.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  color: var(--teal);
}
@media (max-width: 900px) {
  .gc-compare { grid-template-columns: 1fr; }
  .gc-compare__vs { flex-direction: row; min-height: 40px; }
  .gc-compare__vs-line { height: 1px; width: auto; min-height: 0; background: linear-gradient(90deg, transparent, var(--line), transparent); }
}

.gc-csa-callout {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(31,95,168,0.06), rgba(14,107,107,0.06));
  border: 1px solid rgba(14,107,107,0.20);
  border-radius: var(--r-xl);
}
.gc-csa-callout__badge {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  color: var(--white);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(15,42,68,0.20);
}
.gc-csa-callout__body h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--navy);
  margin: 0 0 0.5rem;
}
.gc-csa-callout__body p { margin: 0; line-height: 1.55; color: var(--ink-soft); }

/* ── RISIKO-PYRAMIDE (Section 04) ─────────────────────────────────────────── */
.gc-pyramid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem auto 0;
  max-width: 880px;
}
.gc-pyramid__tier {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  padding: 0.875rem 1.25rem;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 4px 12px rgba(15,42,68,0.05);
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.gc-pyramid__tier:hover { transform: scale(1.01); box-shadow: 0 8px 20px rgba(15,42,68,0.10); }
.gc-pyramid__tier--5 { width: 60%;  border-left: 4px solid #C0392B; }
.gc-pyramid__tier--4 { width: 75%;  border-left: 4px solid #E67E22; }
.gc-pyramid__tier--3 { width: 88%;  border-left: 4px solid #F1C40F; }
.gc-pyramid__tier--1 { width: 100%; border-left: 4px solid #16A085; }
.gc-pyramid__label {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.gc-pyramid__cat {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}
.gc-pyramid__name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.005em;
}
.gc-pyramid__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.gc-pyramid__detail p { margin: 0; font-size: 0.875rem; line-height: 1.5; color: var(--ink-soft); flex: 1; }
.gc-pyramid__effort {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--ink-mute);
  white-space: nowrap;
  text-align: right;
}
.gc-pyramid__effort strong {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--navy);
  margin-right: 0.25rem;
}
.gc-pyramid__caption {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--ink-mute);
  font-style: italic;
  margin: 1rem auto 0;
  max-width: 700px;
}
@media (max-width: 720px) {
  .gc-pyramid__tier,
  .gc-pyramid__tier--5,
  .gc-pyramid__tier--4,
  .gc-pyramid__tier--3,
  .gc-pyramid__tier--1 { width: 100%; grid-template-columns: 1fr; }
  .gc-pyramid__detail { flex-direction: column; align-items: flex-start; margin-top: 0.5rem; }
}

/* ── STORYBOARD (Section 05) ──────────────────────────────────────────────── */
.gc-storyboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  counter-reset: storyboard;
}

/* Inspection-Tease — kompakte Karte mit 3 Schritten als One-Liner +
   prominenter Link auf die volle Audit-Vorbereitungs-LP. Ersetzt das
   ausführliche Storyboard, damit die GAMP-5-LP die Audit-LP nicht mehr
   kannibalisiert (Notion-Audit-Befund). */
.gc-inspection-tease__card {
  margin-top: 2rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: linear-gradient(135deg, var(--white) 0%, var(--paper-cool) 100%);
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal-deep);
  border-radius: var(--r-xl, 20px);
  box-shadow: 0 10px 28px rgba(15,42,68,0.06);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem 2rem;
  align-items: center;
}
.gc-inspection-tease__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.gc-inspection-tease__steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.875rem;
  align-items: baseline;
}
.gc-inspection-tease__num {
  grid-row: 1 / 3;
  align-self: start;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--teal-deep);
  background: rgba(14,107,107,0.08);
  border-radius: var(--r-md, 8px);
  text-align: center;
  padding: 0.375rem 0;
}
.gc-inspection-tease__steps strong {
  grid-column: 2;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.gc-inspection-tease__sub {
  grid-column: 2;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--ink-soft);
}
.gc-inspection-tease__cta {
  white-space: nowrap;
  align-self: center;
}
@media (max-width: 800px) {
  .gc-inspection-tease__card {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .gc-inspection-tease__cta { justify-self: stretch; text-align: center; }
}
.gc-storyboard__step {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 1.5rem;
  box-shadow: 0 6px 18px rgba(15,42,68,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.gc-storyboard__step::after {
  /* Pfeil zur naechsten Step-Karte */
  content: "";
  position: absolute;
  top: 50%; right: -16px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--teal);
  border-right: 2px solid var(--teal);
  rotate: 45deg;
  opacity: 0.6;
}
.gc-storyboard__step:last-child::after { display: none; }
.gc-storyboard__num {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  color: var(--teal);
}
.gc-storyboard__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  display: grid; place-items: center;
  margin-bottom: 0.5rem;
}
.gc-storyboard__icon svg { width: 22px; height: 22px; }
.gc-storyboard__title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  color: var(--navy);
  margin: 0;
}
.gc-storyboard__step p { margin: 0; font-size: 0.9375rem; line-height: 1.55; color: var(--ink-soft); }
@media (max-width: 900px) {
  .gc-storyboard { grid-template-columns: 1fr; }
  .gc-storyboard__step::after { top: auto; bottom: -16px; right: 50%; transform: translateX(50%) rotate(135deg); }
}

/* ── BONUS-BANNER (Mid-CTA fuer LM-2) ─────────────────────────────────────── */
.gc-bonus {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  margin: 2.5rem auto;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, rgba(14,107,107,0.06), rgba(31,95,168,0.04));
  border: 1px solid rgba(14,107,107,0.20);
  border-radius: var(--r-2xl);
  position: relative;
  overflow: hidden;
}
.gc-bonus::before {
  content: "★";
  position: absolute;
  top: -20px; right: 20px;
  font-size: 120px;
  color: rgba(14,107,107,0.05);
  pointer-events: none;
  line-height: 1;
}
.gc-bonus__pdf {
  position: relative;
  width: 180px;
  aspect-ratio: 1/1.3;
  background: var(--white);
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 12px 36px rgba(15,42,68,0.18), inset 0 0 0 1px var(--line);
  transform: rotate(-3deg);
  transition: transform var(--t-base);
}
.gc-bonus:hover .gc-bonus__pdf { transform: rotate(-1deg) translateY(-3px); }
.gc-bonus__pdf-page { position: relative; height: 100%; display: flex; flex-direction: column; gap: 0.5rem; padding-top: 0.5rem; }
.gc-bonus__pdf-line {
  height: 6px;
  background: rgba(15,42,68,0.10);
  border-radius: 3px;
}
.gc-bonus__pdf-line--head {
  height: 12px;
  background: linear-gradient(90deg, var(--navy), var(--teal));
  width: 80%;
  border-radius: 4px;
}
.gc-bonus__pdf-line--short { width: 60%; }
.gc-bonus__pdf-stamp {
  position: absolute;
  bottom: 4px; right: 4px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(14,107,107,0.10);
  color: var(--teal);
  display: grid; place-items: center;
  border: 1px dashed var(--teal);
}
.gc-bonus__pdf-stamp svg { width: 20px; height: 20px; }
.gc-bonus__copy { min-width: 0; }
.gc-bonus__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.gc-bonus__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  color: var(--navy);
  margin: 0 0 0.625rem;
  letter-spacing: -0.01em;
}
.gc-bonus__lead { margin: 0 0 1rem; line-height: 1.55; color: var(--ink-soft); }
.gc-bonus__meta {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--ink-mute);
}
.gc-bonus__meta li { display: inline-flex; align-items: center; gap: 0.25rem; }
.gc-bonus__meta li::before { content: "✓"; color: var(--teal); }
@media (max-width: 720px) {
  .gc-bonus { grid-template-columns: 1fr; text-align: center; }
  .gc-bonus__pdf { margin: 0 auto; transform: rotate(-2deg); }
}

/* ── TRACK RECORD STRIPE ──────────────────────────────────────────────────── */
.gc-track { padding-block: clamp(2.5rem, 4vw, 4rem); }
.gc-track__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
.gc-track__card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: 0 6px 18px rgba(15,42,68,0.06);
}
.gc-track__num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1;
}
.gc-track__plus { font-size: 0.5em; color: var(--teal); }
.gc-track__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 0.5rem;
}
.gc-track__hint { font-size: 0.75rem; color: var(--ink-mute); margin-top: 0.25rem; line-height: 1.4; }
@media (max-width: 720px) {
  .gc-track__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.gc-faq { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
.gc-faq__item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 0;
  overflow: hidden;
  transition: box-shadow var(--t-base);
}
.gc-faq__item[open] { box-shadow: 0 8px 24px rgba(15,42,68,0.08); }
.gc-faq__q {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--navy);
  position: relative;
  padding-right: 3rem;
  transition: color var(--t-base);
}
.gc-faq__q::-webkit-details-marker { display: none; }
.gc-faq__q::after {
  content: "";
  position: absolute;
  right: 1.25rem; top: 50%;
  width: 12px; height: 12px;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: translateY(-60%) rotate(45deg);
  transition: transform var(--t-base);
}
.gc-faq__item[open] .gc-faq__q::after { transform: translateY(-30%) rotate(-135deg); }
.gc-faq__a {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ── FINAL CTA (Dark, mit 3 Optionen) ─────────────────────────────────────── */
.section--dark {
  background: var(--navy);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.gc-final { padding-block: clamp(3rem, 5vw, 5rem); }
.gc-final__bg { position: absolute; inset: 0; pointer-events: none; }
.gc-final__aurora {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(600px 300px at 20% 30%, rgba(14,107,107,0.25), transparent 60%),
    radial-gradient(500px 250px at 80% 70%, rgba(31,95,168,0.20), transparent 60%);
  filter: blur(40px);
}
.gc-final__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}
.gc-final .container { position: relative; z-index: 1; }
.gc-final__head { text-align: center; max-width: 760px; margin: 0 auto 2.5rem; }
.gc-final__head .eyebrow--light {
  display: inline-flex;
  color: rgba(255,255,255,0.7);
}
.gc-final__head h2 { color: var(--white); margin: 0.75rem 0 1rem; }
.gc-final__head p { color: rgba(255,255,255,0.85); }
.gc-final__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .gc-final__options { grid-template-columns: 1fr; }
}
.gc-final__card {
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-xl);
  padding: 1.5rem;
  color: var(--white);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  transition: transform var(--t-base), background var(--t-base), border-color var(--t-base);
}
.gc-final__card:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.10);
  border-color: rgba(14,107,107,0.5);
}
.gc-final__card--primary {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark, #0B5757));
  border-color: var(--teal);
}
.gc-final__card--primary:hover { background: linear-gradient(135deg, #1F8585, #0E6B6B); }
.gc-final__card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.10);
  display: grid; place-items: center;
  margin-bottom: 0.875rem;
}
.gc-final__card-icon svg { width: 22px; height: 22px; }
.gc-final__card-label {
  position: absolute;
  top: 1rem; right: 1rem;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  background: rgba(255,255,255,0.16);
  border-radius: var(--r-full);
}
.gc-final__card h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  color: var(--white);
}
.gc-final__card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.80);
}
.gc-final__card-arrow {
  position: absolute;
  bottom: 1rem; right: 1.25rem;
  font-family: var(--font-mono);
  font-size: 1.125rem;
  color: rgba(255,255,255,0.65);
  transition: transform var(--t-base), color var(--t-base);
}
.gc-final__card:hover .gc-final__card-arrow { transform: translateX(4px); color: var(--white); }
.eyebrow--light { color: rgba(255,255,255,0.7) !important; }

/* =============================================================================
   LP 6 — /leistungen/audit-vorbereitung/  (Prefix: .au-*)
   Eigenstaendiges Design: asymmetrischer Hero mit 3D-Audit-Dossier,
   Layer-Stack (Documents/Process/People), Velocity-Cockpit mit Halbring-Gauges,
   3 Engagement-Karten (Pricing-Style), 4-Step-Rescue-Pipeline, Bonus-LM-3,
   2-Spalten-FAQ, Final-CTA wie Homepage.
   ============================================================================= */

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.au-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--paper) 0%, var(--paper-cool) 100%);
  padding-block: clamp(3.5rem, 6vw, 5.5rem) clamp(3rem, 5vw, 4.5rem);
}
.au-hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.au-hero__line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14,107,107,0.18), transparent);
}
.au-hero__line--1 { top: 22%; left: -10%; right: -10%; }
.au-hero__line--2 { top: 78%; left: -10%; right: -10%; opacity: 0.5; }
.au-hero .container { position: relative; z-index: 1; }
.au-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
@media (max-width: 1023px) {
  .au-hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
.au-hero__authorities {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  padding: 0.375rem 0.875rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  box-shadow: 0 4px 14px rgba(15,42,68,0.06);
}
.au-hero__authority {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 600;
}
.au-hero__sep {
  width: 1px; height: 12px;
  background: var(--line);
}
.au-hero__title { margin: 0 0 1.25rem; }
.au-hero__lead { margin: 0 0 1.75rem; max-width: 560px; }
.au-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.au-hero__ctas .btn { padding: 0.75rem 1.4rem; }

/* Hero-Stats: Inline-Strip mit 4 KPIs, 0-Findings hervorgehoben */
.au-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
  margin: 0;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: 0 6px 18px rgba(15,42,68,0.06);
  max-width: 540px;
}
.au-hero__stats > div {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  border-right: 1px solid var(--line);
  padding-right: 0.875rem;
}
.au-hero__stats > div:last-child { border-right: 0; padding-right: 0; }
.au-hero__stats dt {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
  line-height: 1.3;
}
.au-hero__stats dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
}
.au-hero__stats dd em {
  font-style: normal;
  font-size: 0.75em;
  color: var(--teal);
}
.au-hero__stat--accent dd { color: var(--teal); }
.au-hero__stat--accent { position: relative; }
.au-hero__stat--accent::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(14,107,107,0.08), rgba(31,95,168,0.04));
  z-index: -1;
}
@media (max-width: 720px) {
  .au-hero__stats { grid-template-columns: repeat(2, 1fr); }
  .au-hero__stats > div { border-right: 0; padding-right: 0; }
}

/* ── 3D-Audit-Dossier (Hero-Visual rechts) ────────────────────────────────── */
.au-hero__visual {
  position: relative;
  min-height: 460px;
  perspective: 1200px;
}
.au-dossier {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  /* 3D-Transform deutlich abgeschwächt — Tabs konnten sonst nicht sauber aus
     dem Transform-Kontext heraus animiert werden */
  transform: rotateY(-2deg);
}
.au-dossier__shadow {
  position: absolute;
  bottom: -24px;
  left: 8%;
  right: 8%;
  height: 32px;
  background: radial-gradient(ellipse at center, rgba(15,42,68,0.30), transparent 70%);
  filter: blur(8px);
  z-index: 0;
}
.au-dossier__back {
  position: absolute;
  top: 16px;
  left: 16px;
  right: -16px;
  bottom: -8px;
  background: var(--paper-cool);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15,42,68,0.10);
  z-index: 0;
}
.au-dossier__tabs {
  position: absolute;
  /* Tabs sitzen RECHTS NEBEN dem Dossier — komplett außerhalb der Mappe,
     damit die Labels in voller Länge lesbar sind statt unter der Cover-Karte */
  top: 10%;
  left: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 3;
  align-items: flex-start;
}
.au-dossier__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  /* Alle Tabs gleich breit, Labels linksbündig — kein "wie zufällig herausstehend" mehr */
  min-width: 140px;
  padding: 0.5rem 1rem 0.5rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 0;
  border-radius: 0 8px 8px 0;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 4px 4px 12px rgba(15,42,68,0.10);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}
.au-dossier__tab--1 { border-color: var(--teal); color: var(--teal); }
.au-dossier__tab--2 { border-color: rgba(31,95,168,0.6); color: var(--navy); }
.au-dossier__tab--3 { border-color: rgba(14,107,107,0.5); color: var(--teal); }
.au-dossier__tab--4 { border-color: rgba(192,57,43,0.5); color: #C0392B; }
.au-dossier__tab-label { display: inline-block; }
.au-dossier__tab-hint {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink-soft);
  padding-left: 0;
  transition: max-width 360ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 220ms ease 80ms,
              padding-left 360ms cubic-bezier(0.22, 1, 0.36, 1);
}
.au-dossier__tab:hover,
.au-dossier__tab:focus-visible {
  transform: translateX(6px);
  background: var(--white);
  box-shadow: 8px 8px 22px rgba(15,42,68,0.18);
  outline: none;
  z-index: 4;
}
/* Stelle sicher, dass die ausfahrenden Tabs nicht vom Hero-Wrapper geclippt werden */
.au-hero__visual,
.au-hero__grid { overflow: visible !important; }
@media (prefers-reduced-motion: reduce) {
  .au-dossier__tab,
  .au-dossier__tab-hint { transition: none; }
}
.au-dossier__cover {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 20px 40px rgba(15,42,68,0.14), 0 4px 8px rgba(15,42,68,0.06);
  z-index: 2;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.au-dossier__header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.75rem;
}
.au-dossier__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  /* KEIN text-transform:uppercase — sonst wird das gewollt klein gehaltene
     „dhc" automatisch zu „DHC". Statt CSS-Uppercase manuell uppercasen
     bei den anderen Wörtern. */
  text-transform: none;
  color: var(--ink-mute);
}
.au-dossier__num {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--navy);
  margin-top: 0.25rem;
  letter-spacing: 0.02em;
}
.au-dossier__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.au-dossier__list li {
  position: relative;
  padding-left: 1.625rem;
  font-size: 0.8125rem;
  color: var(--ink-soft);
  line-height: 1.4;
}
.au-dossier__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 1px;
  width: 14px; height: 14px;
  border: 1.5px solid var(--line);
  border-radius: 3px;
  background: var(--white);
}
.au-dossier__list li.is-done::before {
  background: var(--teal);
  border-color: var(--teal);
}
.au-dossier__list li.is-done::after {
  content: "";
  position: absolute;
  left: 3px; top: 4px;
  width: 8px; height: 4px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}
.au-dossier__list li.is-doing::before {
  background: rgba(245,166,35,0.18);
  border-color: #F5A623;
}
.au-dossier__list li.is-doing::after {
  content: "";
  position: absolute;
  left: 5px; top: 5px;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #F5A623;
  animation: au-pulse 1.6s ease-in-out infinite;
}
@keyframes au-pulse {
  0%, 100% { transform: scale(1);   opacity: 1;   }
  50%      { transform: scale(1.6); opacity: 0.4; }
}
.au-dossier__seal {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 60px;
  height: 60px;
  opacity: 0.55;
  color: var(--teal);
  transform: rotate(-12deg);
}
.au-dossier__seal svg { width: 100%; height: 100%; }
.au-dossier__footer {
  border-top: 1px solid var(--line);
  padding-top: 0.625rem;
}
.au-dossier__readiness {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
}
.au-dossier__readiness-label {
  color: var(--ink-mute);
  text-transform: uppercase;
  flex-shrink: 0;
}
.au-dossier__readiness-bar {
  flex: 1;
  height: 6px;
  background: var(--line);
  border-radius: 3px;
  overflow: hidden;
}
.au-dossier__readiness-fill {
  display: block;
  height: 100%;
  width: 78%;
  background: linear-gradient(90deg, var(--teal), var(--navy));
  border-radius: 3px;
}
.au-dossier__readiness-pct {
  color: var(--navy);
  font-weight: 600;
  flex-shrink: 0;
}

/* ── SHARED: au-section + au-section__head ────────────────────────────────── */
.au-section { padding-block: clamp(3rem, 5vw, 4.5rem); }
.au-section--paper {
  background: var(--paper-cool);
}
.au-section__head { max-width: 820px; margin-bottom: 2.5rem; }
.au-section__head .section-head__lead { margin-top: 0.875rem; }

/* ── SECTION 01: Layer-Stack ──────────────────────────────────────────────── */
.au-layer-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  max-width: 980px;
}
.au-layer {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(15,42,68,0.05);
  transition: box-shadow var(--t-base), border-color var(--t-base);
}
.au-layer:hover { box-shadow: 0 12px 28px rgba(15,42,68,0.10); }
.au-layer.is-active { border-color: rgba(14,107,107,0.30); }
.au-layer__toggle {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.au-layer__icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  display: grid; place-items: center;
}
.au-layer__icon svg { width: 26px; height: 26px; }
.au-layer--process .au-layer__icon { background: rgba(31,95,168,0.08); color: var(--navy); }
.au-layer--people  .au-layer__icon { background: rgba(14,107,107,0.08); color: var(--teal-deep); }
.au-layer__head { display: flex; flex-direction: column; gap: 0.125rem; min-width: 0; }
.au-layer__num {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.au-layer__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.au-layer__teaser {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.au-layer__chevron {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  display: grid; place-items: center;
  transition: transform var(--t-base);
}
.au-layer__chevron svg { width: 16px; height: 16px; }
.au-layer__toggle[aria-expanded="true"] .au-layer__chevron { transform: rotate(180deg); }
.au-layer__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 1.25rem;
}
.au-layer.is-active .au-layer__body {
  max-height: 600px;
  padding: 0 1.25rem 1.5rem 5.875rem;
}
.au-layer__body p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
.au-layer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 1.5rem;
}
.au-layer__list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.au-layer__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.5em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal);
}
@media (max-width: 720px) {
  .au-layer__toggle { grid-template-columns: 44px 1fr auto; gap: 0.75rem; padding: 1rem; }
  .au-layer__icon { width: 44px; height: 44px; }
  .au-layer__teaser { display: none; }
  .au-layer.is-active .au-layer__body { padding: 0 1rem 1.25rem; }
  .au-layer__list { grid-template-columns: 1fr; }
}

/* ── SECTION 02: Velocity-Cockpit ─────────────────────────────────────────── */
.au-cockpit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 900px) { .au-cockpit { grid-template-columns: 1fr; } }
.au-gauge {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 1.5rem 1.25rem 1.25rem;
  box-shadow: 0 6px 18px rgba(15,42,68,0.06);
  text-align: center;
  position: relative;
}
.au-gauge--accent { border-color: rgba(14,107,107,0.35); box-shadow: 0 12px 28px rgba(14,107,107,0.12); }
.au-gauge--accent::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, rgba(14,107,107,0.20), transparent);
  z-index: -1;
}
.au-gauge__svg { width: 160px; height: auto; margin: 0 auto 0.25rem; display: block; }
.au-gauge__bg { fill: none; stroke: var(--line); stroke-width: 8; stroke-linecap: round; }
.au-gauge__fill {
  fill: none;
  stroke: var(--teal);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 157;
  stroke-dashoffset: calc(157 - (157 * var(--gauge-pct) / 100));
  transition: stroke-dashoffset 1.2s ease;
}
.au-gauge--accent .au-gauge__fill { stroke: url(#au-gauge-gradient), var(--teal); }
.au-gauge__needle {
  stroke: var(--navy);
  stroke-width: 2;
  stroke-linecap: round;
  transform-origin: 60px 60px;
  transform: rotate(calc(-90deg + var(--gauge-angle, 0deg)));
  transition: transform 1.2s ease;
}
.au-gauge__needle-pivot { fill: var(--navy); }
.au-gauge__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 0.5rem;
}
.au-gauge__values {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5rem;
  font-family: var(--font-display);
  margin: 0.375rem 0 0.5rem;
}
.au-gauge__before { color: var(--ink-mute); font-size: 0.875rem; text-decoration: line-through; }
/* Großer Einzel-Wert der exakt zur Gauge-Füllung passt — ersetzt das Before/After-Paar */
.au-gauge__big {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0.375rem 0 0.5rem;
  text-align: center;
}
.au-gauge__arrow { color: var(--teal); font-weight: 600; }
.au-gauge__after {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.au-gauge__caption { font-size: 0.8125rem; color: var(--ink-mute); margin: 0; line-height: 1.4; }

.au-velocity__levers { max-width: 920px; }
.au-velocity__levers h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
  margin: 0 0 1.25rem;
}
.au-velocity__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 2rem;
}
@media (max-width: 720px) { .au-velocity__grid { grid-template-columns: 1fr; } }
.au-velocity__grid > div {
  position: relative;
  padding-left: 3rem;
}
.au-velocity__icon {
  position: absolute;
  left: 0; top: 0;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  display: grid; place-items: center;
}
.au-velocity__icon svg { width: 18px; height: 18px; }
.au-velocity__grid strong {
  display: block;
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.au-velocity__grid p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

/* ── SECTION 03: Engagement-Modelle (Pricing-Style) ───────────────────────── */
.au-engage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 900px) { .au-engage__grid { grid-template-columns: 1fr; } }
.au-engage__card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 6px 18px rgba(15,42,68,0.06);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.au-engage__card:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(15,42,68,0.12); }
.au-engage__card--featured {
  border-color: var(--teal);
  background: linear-gradient(180deg, rgba(14,107,107,0.04), transparent 50%);
  transform: scale(1.02);
}
.au-engage__card--featured:hover { transform: scale(1.02) translateY(-3px); }
.au-engage__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 0.875rem;
  background: var(--teal);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: var(--r-full);
  box-shadow: 0 4px 12px rgba(14,107,107,0.30);
}
.au-engage__head { display: flex; align-items: center; gap: 0.875rem; }
.au-engage__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.au-engage__icon svg { width: 22px; height: 22px; }
.au-engage__card--featured .au-engage__icon { background: var(--teal); color: var(--white); }
.au-engage__name { display: flex; flex-direction: column; gap: 0.125rem; }
.au-engage__num {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.au-engage__name h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0;
}
.au-engage__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.au-engage__specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  margin: 0;
  padding: 0.875rem;
  background: rgba(15,42,68,0.03);
  border-radius: var(--r-md);
}
.au-engage__specs > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0.5rem;
  align-items: baseline;
}
.au-engage__specs dt {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.au-engage__specs dd {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--navy);
}
.au-engage__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.au-engage__list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--ink-soft);
}
.au-engage__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--teal);
}
.au-engage__cta {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  border: 1px solid rgba(14,107,107,0.30);
  border-radius: var(--r-md);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background var(--t-base), color var(--t-base);
}
.au-engage__cta:hover { background: var(--teal); color: var(--white); }
.au-engage__cta--primary { background: var(--teal); color: var(--white); border-color: var(--teal); }
.au-engage__cta--primary:hover { background: var(--navy); border-color: var(--navy); }

.au-engage__note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  background: rgba(15,42,68,0.04);
  border-left: 3px solid var(--navy);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.au-engage__note svg { width: 28px; height: 28px; color: var(--navy); }
.au-engage__note p { margin: 0; color: var(--ink-soft); line-height: 1.55; }
.au-engage__note strong { color: var(--navy); }

/* ── SECTION 04: Rescue-Pipeline ─────────────────────────────────────────── */
.au-pipeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  position: relative;
}
@media (max-width: 900px) { .au-pipeline { grid-template-columns: 1fr; } }
.au-pipeline__step {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 1.5rem 1.25rem;
  box-shadow: 0 6px 18px rgba(15,42,68,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  z-index: 1;
}
.au-pipeline__connector {
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), transparent);
  z-index: 0;
}
.au-pipeline__connector::after {
  content: "";
  position: absolute;
  right: 0; top: -4px;
  width: 0; height: 0;
  border-left: 6px solid var(--teal);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  opacity: 0.6;
}
@media (max-width: 900px) {
  .au-pipeline__connector {
    top: auto; bottom: -1rem; right: 50%; transform: translateX(50%);
    width: 2px; height: 2rem;
    background: linear-gradient(180deg, var(--teal), transparent);
  }
  .au-pipeline__connector::after {
    right: -4px; top: auto; bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--teal);
    border-bottom: 0;
  }
}
.au-pipeline__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  display: grid; place-items: center;
  margin-bottom: 0.25rem;
}
.au-pipeline__icon svg { width: 22px; height: 22px; }
.au-pipeline__num {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.au-pipeline__step h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0;
  letter-spacing: -0.005em;
}
.au-pipeline__step p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.au-rescue__quote {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.5rem 1.75rem;
  margin-top: 2rem;
  max-width: 760px;
  background: linear-gradient(135deg, rgba(15,42,68,0.04), rgba(14,107,107,0.04));
  border-radius: var(--r-xl);
  position: relative;
}
.au-rescue__quote svg { width: 32px; height: 32px; color: var(--teal); }
.au-rescue__quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--navy);
  font-style: italic;
  letter-spacing: -0.005em;
}
.au-rescue__quote cite {
  display: block;
  grid-column: 2;
  margin-top: 0.5rem;
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ── BONUS-BANNER (LM-3) ─────────────────────────────────────────────────── */
.au-bonus-wrap { padding-block: 2rem; }
.au-bonus {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-2xl);
  box-shadow: 0 12px 32px rgba(15,42,68,0.08);
  position: relative;
  overflow: hidden;
}
.au-bonus::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(14,107,107,0.04));
  pointer-events: none;
}
@media (max-width: 720px) {
  .au-bonus { grid-template-columns: 1fr; text-align: center; }
}
.au-bonus__cover {
  position: relative;
  width: 180px;
  aspect-ratio: 0.78 / 1;
  background: linear-gradient(140deg, var(--navy) 0%, #0E3559 100%);
  border-radius: 4px 8px 8px 8px;
  padding: 1rem;
  box-shadow:
    0 16px 36px rgba(15,42,68,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.06);
  transform: rotate(-4deg);
  transition: transform var(--t-base);
  margin: 0 auto;
}
.au-bonus:hover .au-bonus__cover { transform: rotate(-2deg) translateY(-3px); }
.au-bonus__cover-tab {
  position: absolute;
  top: -8px; right: 18px;
  padding: 0.25rem 0.6rem;
  background: var(--teal);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -2px 8px rgba(14,107,107,0.40);
}
.au-bonus__cover-stamp {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 56px; height: 56px;
  color: rgba(255,255,255,0.55);
  transform: rotate(-8deg);
}
.au-bonus__cover-stamp svg { width: 100%; height: 100%; }
.au-bonus__cover-lines {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.au-bonus__cover-line {
  height: 4px;
  background: rgba(255,255,255,0.12);
  border-radius: 2px;
}
.au-bonus__cover-line--head {
  height: 10px;
  background: linear-gradient(90deg, rgba(255,255,255,0.55), rgba(255,255,255,0.20));
  border-radius: 3px;
  width: 80%;
}
.au-bonus__cover-line--short { width: 55%; }
.au-bonus__cover-line--mid { width: 70%; }
.au-bonus__copy { min-width: 0; }
.au-bonus__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.au-bonus__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: var(--navy);
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}
.au-bonus__lead { margin: 0 0 1rem; line-height: 1.55; color: var(--ink-soft); }
.au-bonus__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--ink-mute);
}
.au-bonus__meta li { display: inline-flex; align-items: center; gap: 0.375rem; }
.au-bonus__meta li::before { content: "✓"; color: var(--teal); font-weight: 600; }
.au-bonus__cta { display: inline-flex; align-items: center; gap: 0.5rem; }

/* ── SECTION 05: FAQ als 2-Spalten-Grid ───────────────────────────────────── */
.au-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
  /* Each row sizes to its own card — open one card and the neighbour stays compact */
  grid-auto-rows: min-content;
  align-items: start;
}
@media (max-width: 900px) { .au-faq { grid-template-columns: 1fr; } }
.au-faq__item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  align-self: start;
  height: max-content;
  overflow: hidden;
  transition: box-shadow var(--t-base);
}
.au-faq__item[open] { box-shadow: 0 8px 20px rgba(15,42,68,0.08); }
.au-faq__q {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--navy);
  position: relative;
  padding-right: 2.75rem;
  line-height: 1.4;
  transition: color var(--t-base);
}
.au-faq__q::-webkit-details-marker { display: none; }
.au-faq__q::after {
  content: "+";
  position: absolute;
  right: 1.25rem; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--teal);
  transition: transform var(--t-base), content var(--t-base);
}
.au-faq__item[open] .au-faq__q::after { transform: translateY(-50%) rotate(45deg); }
.au-faq__a {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ── FINAL CTA (Dark, 3 Karten — reuse Pattern aus LP 4 mit au-Prefix) ────── */
.au-final { padding-block: clamp(3rem, 5vw, 5rem); }
.au-final__bg { position: absolute; inset: 0; pointer-events: none; }
.au-final__aurora {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(600px 300px at 25% 30%, rgba(14,107,107,0.25), transparent 60%),
    radial-gradient(500px 250px at 75% 70%, rgba(31,95,168,0.20), transparent 60%);
  filter: blur(40px);
}
.au-final__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}
.au-final .container { position: relative; z-index: 1; }
.au-final__head { text-align: center; max-width: 760px; margin: 0 auto 2.5rem; }
.au-final__head .eyebrow--light { display: inline-flex; color: rgba(255,255,255,0.7); }
.au-final__head h2 { color: var(--white); margin: 0.75rem 0 1rem; }
.au-final__head p { color: rgba(255,255,255,0.85); }
.au-final__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 900px) { .au-final__options { grid-template-columns: 1fr; } }
.au-final__card {
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-xl);
  padding: 1.5rem;
  color: var(--white);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  transition: transform var(--t-base), background var(--t-base), border-color var(--t-base);
}
.au-final__card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.10); border-color: rgba(14,107,107,0.5); }
.au-final__card--primary {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark, #0B5757));
  border-color: var(--teal);
}
.au-final__card--primary:hover { background: linear-gradient(135deg, #1F8585, #0E6B6B); }
.au-final__card-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.10);
  display: grid; place-items: center;
  margin-bottom: 0.875rem;
}
.au-final__card-icon svg { width: 22px; height: 22px; }
.au-final__card-label {
  position: absolute;
  top: 1rem; right: 1rem;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  background: rgba(255,255,255,0.16);
  border-radius: var(--r-full);
}
.au-final__card h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  color: var(--white);
}
.au-final__card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.80);
}
.au-final__card-arrow {
  position: absolute;
  bottom: 1rem; right: 1.25rem;
  font-family: var(--font-mono);
  font-size: 1.125rem;
  color: rgba(255,255,255,0.65);
  transition: transform var(--t-base), color var(--t-base);
}
.au-final__card:hover .au-final__card-arrow { transform: translateX(4px); color: var(--white); }

/* =============================================================================
   LP 4 POLISH PATCH (28.05.2026) — Stamps, Annex, CFR, Pyramide, Storyboard,
   Bonus-Image, Sticky-Nav-CTA, Final-CTA-Cards & dark-section gradient-text
   ============================================================================= */

/* 1. Stamps — Brand-Farbverläufe statt Flag-Farben + größere Seal-SVGs */
.gc-stamp--gamp::before  { background: linear-gradient(90deg, var(--navy), var(--teal)); }
.gc-stamp--annex::before { background: linear-gradient(90deg, var(--teal), #4FA3A3); }
.gc-stamp--cfr::before   { background: linear-gradient(90deg, var(--navy), #1F5FA8); }
.gc-stamp__seal {
  width: 130px;
  height: 130px;
  opacity: 1;
  margin-bottom: 1rem;
}
.gc-stamp__seal svg { stroke-width: 1.2; }
.gc-stamp__seal svg text { font-size: 11px; }

/* 2. Annex-Karussell — Pfeile außen, kleiner, ohne Background-Kreis */
.gc-carousel { padding-inline: clamp(2.5rem, 5vw, 4rem); }
.gc-carousel__track { padding-inline: 0; }
.gc-carousel__nav {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--teal);
  transition: color var(--t-base), transform var(--t-base);
}
.gc-carousel__nav:hover {
  background: transparent;
  color: var(--navy);
  transform: translateY(-50%) scale(1.15);
}
.gc-carousel__nav--prev { left: 0; }
.gc-carousel__nav--next { right: 0; }
.gc-carousel__nav svg { width: 24px; height: 24px; stroke-width: 2.5; }

/* 3. Annex-Karten — Punkt-Prefix-Style */
.gc-annex-card__n { display: inline-flex; align-items: baseline; gap: 0.25rem; }
.gc-annex-card__n-prefix {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}

/* 4. Annex-Legende — Findings-Label vor den Heat-Markern */
.gc-carousel__legend-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--navy);
  margin-right: 0.25rem;
}

/* 5. CFR-Compare — ↔ Pfeil zentriert via min-height-Floor + explicit align-self */
.gc-compare {
  align-items: stretch;
}
.gc-compare__vs {
  align-self: stretch;
  min-height: 100%;
}
.gc-compare__vs-line {
  flex: 1 1 0;
  min-height: 80px;
  background: linear-gradient(180deg, transparent, var(--line) 30%, var(--line) 70%, transparent);
}

/* 6. Pyramide — alle Bausteine gleiche Höhe via min-height */
.gc-pyramid__tier {
  min-height: 88px;
}
.gc-pyramid__tier .gc-pyramid__detail p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 7. Storyboard — Pfeile exakt mittig zwischen den Karten */
.gc-storyboard { gap: clamp(1.5rem, 3vw, 2rem); }
.gc-storyboard__step::after {
  right: calc(-1 * clamp(0.75rem, 1.5vw, 1rem) - 6px);
}

/* 8. Bonus-Banner — echtes PDF-Cover-Bild statt SVG-Mockup */
.gc-bonus__pdf {
  position: relative;
  width: 200px;
  aspect-ratio: 0.74 / 1;
  background: none;
  padding: 0;
  box-shadow: none;
  transform: rotate(-3deg);
  transition: transform var(--t-base);
}
.gc-bonus:hover .gc-bonus__pdf { transform: rotate(-1deg) translateY(-3px); }
.gc-bonus__pdf-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 4px 8px 8px 4px;
  box-shadow:
    0 18px 36px rgba(15,42,68,0.22),
    0 4px 10px rgba(15,42,68,0.10),
    inset 0 0 0 1px rgba(15,42,68,0.06);
}
.gc-bonus__pdf-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  padding: 0.25rem 0.6rem;
  background: var(--teal);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -2px 8px rgba(14,107,107,0.30);
}

/* 9. Sticky-Side-Nav CTA — primary-teal statt secondary für mehr Gewicht */
.gc-sticky-nav__cta .btn {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}
.gc-sticky-nav__cta .btn:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

/* 10. Final-CTA Headline — gradient-text auf dark-Background lesbar machen */
.section--dark .gradient-text,
.gc-final .gradient-text,
.au-final .gradient-text {
  background: linear-gradient(135deg, #5FCFCF, #B6E8E8);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* 11. Final-CTA-Cards — weiß mit teal-Border wie HP, "Meist gewählt" beibehalten */
.gc-final__card,
.au-final__card {
  background: #FAFAF7;
  border: 1px solid var(--teal);
  color: var(--navy);
}
.gc-final__card h3,
.au-final__card h3 { color: var(--navy); }
.gc-final__card p,
.au-final__card p { color: var(--ink-soft); }
.gc-final__card:hover,
.au-final__card:hover {
  background: #FFFFFF;
  border-color: var(--teal);
  box-shadow: 0 12px 28px rgba(14,107,107,0.20);
}
.gc-final__card--primary,
.au-final__card--primary {
  background: linear-gradient(135deg, var(--teal), #0B5757);
  border-color: var(--teal);
  color: var(--white);
}
.gc-final__card--primary:hover,
.au-final__card--primary:hover {
  background: linear-gradient(135deg, #1F8585, #0E6B6B);
  color: var(--white);
}
.gc-final__card--primary h3,
.au-final__card--primary h3 { color: var(--white); }
.gc-final__card--primary p,
.au-final__card--primary p { color: rgba(255,255,255,0.85); }
.gc-final__card-icon,
.au-final__card-icon {
  background: rgba(14,107,107,0.10);
  color: var(--teal);
}
.gc-final__card--primary .gc-final__card-icon,
.au-final__card--primary .au-final__card-icon {
  background: rgba(255,255,255,0.18);
  color: var(--white);
}
.gc-final__card-label,
.au-final__card-label {
  background: var(--teal);
  color: var(--white);
}
.gc-final__card--primary .gc-final__card-label,
.au-final__card--primary .au-final__card-label {
  background: rgba(255,255,255,0.20);
  color: var(--white);
}
.gc-final__card-arrow,
.au-final__card-arrow {
  color: var(--teal);
}
.gc-final__card--primary .gc-final__card-arrow,
.au-final__card--primary .au-final__card-arrow {
  color: rgba(255,255,255,0.7);
}

/* =============================================================================
   LP 3 POLISH PATCH (28.05.2026) — Klickbare Hero-Chips, Method-Bridge,
   schickere Plattform-Tabelle, HP-System-Tiles als Links
   ============================================================================= */

/* 1. Hero-Chips als Anchor-Links — sichtbar als anklickbar (hover, focus) */
a.sv-chip {
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--t-base), background var(--t-base), border-color var(--t-base), color var(--t-base);
}
a.sv-chip:hover,
a.sv-chip:focus-visible {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
  transform: translateY(-1px);
  outline: none;
}

/* 2. Method-Bridge nach dem Kontext-Block: hervorgehobener Inline-CTA-Block */
.sv-methodbridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  margin: 2.5rem auto 0;
  max-width: 1000px;
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.5rem, 3vw, 2rem);
  background: linear-gradient(135deg, rgba(14,107,107,0.06), rgba(31,95,168,0.04));
  border: 1px solid rgba(14,107,107,0.18);
  border-radius: var(--r-xl);
  box-shadow: 0 6px 18px rgba(15,42,68,0.06);
}
.sv-methodbridge__copy { min-width: 0; }
.sv-methodbridge__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.375rem;
}
.sv-methodbridge h3 {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  color: var(--navy);
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.sv-methodbridge p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.sv-methodbridge__cta {
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .sv-methodbridge { grid-template-columns: 1fr; }
  .sv-methodbridge__cta { justify-self: start; }
}

/* 3. Plattform-Tabelle (Section 02 Ende) — schickere Optik */
.sv-table__grid thead {
  background: linear-gradient(180deg, rgba(14,107,107,0.08), rgba(14,107,107,0.04));
}
.sv-table__grid tbody tr {
  transition: background var(--t-base);
}
.sv-table__grid tbody tr:hover {
  background: rgba(14,107,107,0.04);
}
.sv-table__grid tbody tr:nth-child(even):not(.sv-table__row--muted) {
  background: rgba(15,42,68,0.02);
}
.sv-table__grid tbody tr:nth-child(even):not(.sv-table__row--muted):hover {
  background: rgba(14,107,107,0.05);
}
.sv-table__grid td strong {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--navy);
}
.sv-table__grid td a {
  position: relative;
  display: inline-block;
}
.sv-table__grid td a::after {
  content: " →";
  opacity: 0;
  transition: opacity var(--t-base);
  color: var(--teal);
}
.sv-table__grid td a:hover::after { opacity: 1; }

/* 4. HP System-Tiles als anklickbare Links — Farben des Original-Tiles
   beibehalten (weißer Text auf dark-navy-Background), nur Hover-State + Cursor */
a.system-tile {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a.system-tile:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
/* .system-tile hat schon hover-transform/border/box-shadow — Klick-Affordance
   nicht doppelt setzen, nur das Icon-Color-Flip ergänzen */
a.system-tile:hover .system-tile__icon {
  background: rgba(93,189,189,0.25);
  color: var(--white);
}

/* =============================================================================
   ROUND-2 POLISH PATCH (28.05.2026) — LP 3 Orbit, LP 4 stamps/CFR/pyramid/storyboard
   ============================================================================= */

/* ── LP 3 — Orbit-Nodes als Anchor-Links ─────────────────────────────────── */
a.sv-orbit__node {
  text-decoration: none;
  color: var(--navy);
  cursor: pointer;
  transition: background var(--t-base), color var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
}
a.sv-orbit__node:hover,
a.sv-orbit__node:focus-visible {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
  box-shadow:
    0 10px 24px rgba(14,107,107,0.30),
    0 0 0 6px rgba(14,107,107,0.12);
  outline: none;
}

/* ── LP 3 — Tabelle: konsistentes Farbschema ─────────────────────────────── */
/* Zebra-Striping entfernen, dafuer einheitliche subtile Border + cleaner Header */
.sv-table__grid thead {
  background: linear-gradient(180deg, rgba(14,107,107,0.10), rgba(14,107,107,0.05));
}
.sv-table__grid tbody tr:nth-child(even):not(.sv-table__row--muted) {
  background: transparent;
}
.sv-table__grid tbody tr:not(.sv-table__row--muted) {
  background: var(--white);
}
.sv-table__grid tbody tr:not(.sv-table__row--muted):hover {
  background: rgba(14,107,107,0.04);
}
.sv-table__grid tbody tr.sv-table__row--muted {
  background: rgba(15,42,68,0.025);
}
.sv-table__grid tbody tr.sv-table__row--muted:hover {
  background: rgba(15,42,68,0.05);
}
/* Klare Zellen-Borders fuer einheitliche Linienfuehrung */
.sv-table__grid td,
.sv-table__grid th {
  border-bottom: 1px solid var(--line);
}

/* ── LP 4 — Stamps: Seal-SVG noch größer + zentral platziert ─────────────── */
.gc-stamp {
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}
.gc-stamp__seal {
  width: 180px;
  height: 180px;
  margin-bottom: 1.25rem;
  color: var(--navy);
  opacity: 0.92;
}
.gc-stamp__seal svg { width: 100%; height: 100%; }
.gc-stamp:hover .gc-stamp__seal { color: var(--teal); }

/* ── LP 4 — CFR-Compare: VS-Spalte mit explizitem 1fr-auto-1fr-Grid ──────── */
.gc-compare__vs {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  justify-items: center;
  align-self: stretch;
  gap: 0.5rem;
  min-height: 100%;
}
.gc-compare__vs-line {
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--line) 30%, var(--line) 70%, transparent);
  flex: none;
  min-height: 40px;
  display: block;
}
.gc-compare__vs-label {
  align-self: center;
  justify-self: center;
}
@media (max-width: 900px) {
  .gc-compare__vs {
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-flow: column;
  }
  .gc-compare__vs-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line) 30%, var(--line) 70%, transparent);
    min-width: 40px;
    min-height: 0;
  }
}

/* ── LP 4 — Pyramide: alle Tiers gleich groß ohne Text-Clip ──────────────── */
.gc-pyramid__tier {
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.125rem 1.25rem;
}
.gc-pyramid__tier .gc-pyramid__detail p {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.gc-pyramid__detail {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 1.25rem;
  align-items: center;
}
.gc-pyramid__effort {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.125rem;
  text-align: right;
  white-space: nowrap;
}
.gc-pyramid__effort strong {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-right: 0;
}
.gc-pyramid__effort span {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .gc-pyramid__tier {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .gc-pyramid__detail {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .gc-pyramid__effort {
    align-items: flex-start;
    text-align: left;
    white-space: normal;
  }
}

/* ── LP 4 — Storyboard mit expliziten Connector-Elementen ────────────────── */
.gc-storyboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: clamp(0.5rem, 1.5vw, 1rem);
  align-items: stretch;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.gc-storyboard__step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 1.5rem;
  box-shadow: 0 6px 18px rgba(15,42,68,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.gc-storyboard__step::after { display: none; }
.gc-storyboard__connector {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(14,107,107,0.10);
  color: var(--teal);
  align-self: center;
  justify-self: center;
}
.gc-storyboard__connector svg { width: 20px; height: 20px; }
@media (max-width: 900px) {
  .gc-storyboard {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .gc-storyboard__connector {
    transform: rotate(90deg);
    justify-self: center;
  }
}

/* ── LP 4 — Tracking: dass Section-Stamps mit dem schon-vorhandenen Akzent gut aussehen ──── */
.gc-stamp__num {
  font-size: 0.6875rem;
  margin-bottom: 0.25rem;
}
.gc-stamp__title {
  font-size: 1.0625rem;
  margin-bottom: 0.25rem;
}

/* ── /leistungen/-Übersichtsseite — Auto-Layout aus den 4 LP-Cards ──────── */
.leistungen-overview {
  padding-block: clamp(3rem, 5vw, 5rem);
}
.leistungen-overview__head { text-align: center; max-width: 760px; margin: 0 auto 3rem; }
.leistungen-overview__head h1 { margin: 0.5rem 0 1rem; }
.leistungen-overview__head p { font-size: var(--fs-lead); color: var(--ink-soft); }
.leistungen-overview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.leistungen-overview__card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: 0 6px 18px rgba(15,42,68,0.06);
  text-decoration: none;
  color: var(--ink);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.leistungen-overview__card:hover {
  transform: translateY(-4px);
  border-color: rgba(14,107,107,0.30);
  box-shadow: 0 14px 32px rgba(15,42,68,0.12);
}
.leistungen-overview__card-num {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}
.leistungen-overview__card-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0;
  letter-spacing: -0.01em;
}
.leistungen-overview__card-desc {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
  flex: 1;
}
.leistungen-overview__card-cta {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  margin-top: 0.5rem;
}

/* ── Verwandte Leistungen — Cross-LP-Links Partial ─────────────────────────
   Wird via parts/related-services.php auf jeder LP eingebunden, direkt vor
   dem Final-CTA-Partial. Zeigt drei verwandte Service-Karten in einem
   schmalen Container. Visuell verwandt mit leistungen-overview__card aber
   kompakter (3-Spalten-Grid, weniger Padding). ───────────────────────────── */
.related-services {
  padding-block: clamp(2.5rem, 4vw, 4rem);
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-cool) 100%);
  border-top: 1px solid var(--line);
}
.related-services__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
}
.related-services__head .eyebrow {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.related-services__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin: 0;
}
.related-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
  max-width: 1100px;
  margin: 0 auto;
}
.related-services__card {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.5rem 1.375rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 4px 14px rgba(15,42,68,0.05);
  text-decoration: none;
  color: var(--ink);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.related-services__card:hover {
  transform: translateY(-3px);
  border-color: rgba(14,107,107,0.32);
  box-shadow: 0 12px 28px rgba(15,42,68,0.10);
}
.related-services__card-num {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
}
.related-services__card-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.related-services__card-desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  flex: 1;
}
.related-services__card-cta {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--teal);
  margin-top: 0.375rem;
  letter-spacing: -0.005em;
}
.related-services__card:hover .related-services__card-cta {
  color: var(--teal-deep);
}
@media (max-width: 900px) {
  .related-services__grid { grid-template-columns: 1fr; }
}

/* =============================================================================
   CSV-BERATUNG LANDING — distinctive visual identity (csv-* namespace)
   Hero stat-stack, trust strip, ALCOA card, trigger carousel, IVE pillars,
   pyramid-vs-boutique compare, contact grid.
   ============================================================================= */

/* -- 1. HERO -------------------------------------------------------------- */
.csv-hero {
  padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-cool) 100%);
  position: relative;
  overflow: hidden;
}
/* Legacy Atmos-Layer (split-grid Hero) — bleibt für andere LPs verfügbar. */
.csv-hero__atmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 15%, rgba(14,107,107,0.06) 0%, transparent 45%),
    radial-gradient(circle at 15% 90%, rgba(15,42,68,0.05) 0%, transparent 50%);
}
.csv-hero .container { position: relative; z-index: 1; }
.csv-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.csv-hero__copy { max-width: 620px; }
.csv-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--navy);
  margin: 1rem 0 1.25rem;
}
.csv-hero__claim {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 1.25rem;
}
.csv-hero__claim em {
  font-style: normal;
  color: var(--teal);
  font-weight: 600;
}
.csv-hero__lead {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 1.75rem;
}
.csv-hero__ctas {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
}
.csv-hero__ctas--center { justify-content: center; }

/* -- 1c. HERO Editorial-Bold-Variante (csv-hero--editorial) — Round-24 ---- */
/* Move-away from LP4-Stamps. Pure typography + horizontal journey + KPI-ribbon. */
.csv-hero--editorial {
  padding-block: clamp(3rem, 5.5vw, 5rem) clamp(2rem, 4vw, 3.5rem);
}
.csv-hero--editorial .csv-hero__atmos { display: none; }
/* Editorial-Hero: Background-Mesh statt Punkt-Raster */
.csv-hero--editorial .csv-hero__bg {
  background-image:
    radial-gradient(1100px 700px at 20% -10%, rgba(31,95,168,0.10), transparent 60%),
    radial-gradient(900px 600px at 90% 30%, rgba(14,107,107,0.10), transparent 60%);
}
.csv-hero--editorial .csv-hero__halo { display: none; }

/* Editorial: schmaler Head, größerer H1 + Claim */
.csv-hero__title--xl {
  font-size: clamp(2.5rem, 5.5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 1rem auto 1.5rem;
  max-width: 18ch;
}
.csv-hero__claim--xl {
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin: 0 auto 1.5rem;
  max-width: 760px;
}
.csv-hero__claim--xl em {
  font-style: normal;
  color: var(--teal);
  font-weight: 700;
  background: linear-gradient(135deg, var(--teal) 0%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Validation-Journey — schmale horizontale Line mit 6 Milestones */
.csv-journey {
  margin: clamp(2rem, 4vw, 2.75rem) auto clamp(2rem, 3.5vw, 2.5rem);
  max-width: 920px;
  padding: 1.5rem 0;
  position: relative;
}
.csv-journey__cap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-mute);
  margin-bottom: 1.5rem;
}
.csv-journey__cap-sep { color: var(--line-strong); }
.csv-journey__cap-sub { color: var(--teal); }
.csv-journey__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  position: relative;
  align-items: start;
}
/* Connector-Linie über alle Steps — durchgezogenes Gradient */
.csv-journey__track::before {
  content: "";
  position: absolute;
  top: 8px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 2px;
  background: linear-gradient(90deg,
    var(--line-strong) 0%,
    var(--blue) 30%,
    var(--teal) 70%,
    var(--teal-deep) 100%);
  border-radius: 999px;
  z-index: 0;
}
.csv-journey__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  z-index: 1;
}
.csv-journey__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--ink-mute);
  box-shadow: 0 2px 6px rgba(15,42,68,0.08);
  transition: transform var(--t-fast);
}
.csv-journey__step:nth-child(2) .csv-journey__dot { border-color: var(--blue); }
.csv-journey__step:nth-child(3) .csv-journey__dot { border-color: var(--blue); }
.csv-journey__step:nth-child(4) .csv-journey__dot { border-color: var(--teal-light); }
.csv-journey__step:nth-child(5) .csv-journey__dot { border-color: var(--teal); }
.csv-journey__dot--check {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
  border-color: var(--teal-deep);
  display: grid;
  place-items: center;
  color: var(--white);
  box-shadow: 0 4px 14px rgba(14,107,107,0.35);
}
.csv-journey__dot--check svg { width: 12px; height: 12px; }
.csv-journey__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.csv-journey__label--final { color: var(--teal-deep); }

/* KPI-Ribbon inline (Track-Record-Echo) */
.csv-hero__kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  margin: clamp(2rem, 3.5vw, 3rem) auto 0;
  max-width: 880px;
  padding: 1.5rem;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
}
.csv-hero__kpi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.csv-hero__kpi dt {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  order: 2;
}
.csv-hero__kpi dd {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--navy);
  margin: 0;
  display: inline-flex;
  align-items: flex-start;
}
.csv-hero__kpi dd em {
  font-style: normal;
  font-size: 0.5em;
  color: var(--ink-mute);
  font-weight: 600;
  margin-left: 0.1em;
  margin-top: 0.1em;
}
.csv-hero__kpi--accent dd { color: var(--teal); }
.csv-hero__kpi--accent .csv-hero__kpi-num {
  position: relative;
  text-shadow: 0 0 24px rgba(14,107,107,0.20);
}

/* -- 1b. HERO Seals-Variante (csv-hero--seals) — LP4-Pattern-inspiriert ---- */
/* (kept as available variant; current LP1 uses --editorial above) */
.csv-hero--seals { padding-block: clamp(3rem, 5.5vw, 5rem) clamp(2rem, 4vw, 3.5rem); }
.csv-hero--seals .csv-hero__atmos { display: none; }
.csv-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(15,42,68,0.045) 1px, transparent 1px);
  background-size: 22px 22px;
  background-position: 0 0;
  opacity: 0.85;
}
.csv-hero__halo {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  pointer-events: none;
}
.csv-hero__halo--1 {
  top: -160px;
  left: -120px;
  background: radial-gradient(circle, rgba(31,95,168,0.20), transparent 65%);
}
.csv-hero__halo--2 {
  top: 30%;
  right: -180px;
  background: radial-gradient(circle, rgba(14,107,107,0.18), transparent 65%);
}
.csv-hero__halo--3 {
  bottom: -220px;
  left: 30%;
  background: radial-gradient(circle, rgba(15,42,68,0.12), transparent 65%);
}
.csv-hero__head {
  max-width: 820px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.csv-hero__head .eyebrow { justify-content: center; }
.csv-hero__head .csv-hero__title {
  font-size: clamp(2.125rem, 5vw, 3.75rem);
  margin: 0.875rem auto 1.25rem;
}
.csv-hero__head .csv-hero__lead {
  max-width: 720px;
  margin: 0 auto;
}

/* 3-Seal-Komposition (Audit-Garantien) */
.csv-seals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  max-width: 1080px;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
}
.csv-seal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.625rem 1.25rem 3rem;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
  text-decoration: none;
  color: var(--ink);
  box-shadow: 0 4px 16px rgba(15,42,68,0.05), 0 24px 48px rgba(15,42,68,0.08);
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base), border-color var(--t-base);
}
.csv-seal:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(15,42,68,0.10), 0 32px 64px rgba(15,42,68,0.14);
  border-color: rgba(14,107,107,0.3);
}
.csv-seal__stamp {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin-bottom: 0.875rem;
  color: var(--navy);
  filter: drop-shadow(0 4px 12px rgba(15,42,68,0.12));
}
.csv-seal--time    .csv-seal__stamp { color: var(--blue-deep); }
.csv-seal--budget  .csv-seal__stamp { color: var(--navy); }
.csv-seal--findings .csv-seal__stamp { color: var(--teal-deep); }
.csv-seal:hover .csv-seal__stamp { color: var(--teal); transition: color var(--t-base); }
.csv-seal__stamp svg { width: 100%; height: 100%; }
.csv-seal__num {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--ink-mute);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.csv-seal__title {
  font-family: var(--font-display);
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin-bottom: 0.375rem;
}
.csv-seal__sub {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  max-width: 230px;
}
.csv-seal__arrow {
  position: absolute;
  bottom: 1rem;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--paper-cool);
  color: var(--teal);
  transition: background var(--t-fast), transform var(--t-fast);
}
.csv-seal__arrow svg { width: 14px; height: 14px; }
.csv-seal:hover .csv-seal__arrow {
  background: var(--teal);
  color: var(--white);
  transform: translateY(2px);
}

/* Validation-Lifecycle 3-layer stack centerpiece (LP5-Pattern-parallel) */
.csv-hero__viz {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.csv-phases {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  padding: 1.375rem 1.5rem 1.625rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
  box-shadow: 0 4px 16px rgba(15,42,68,0.05), 0 24px 60px rgba(15,42,68,0.10);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.csv-phases__cap {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-mute);
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--line);
}
.csv-phases__layer {
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1rem;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--paper);
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base), border-color var(--t-base);
}
.csv-phases__layer:hover {
  transform: translateX(-2px);
  box-shadow: var(--sh-md);
  border-color: var(--line-strong);
}
.csv-phases__num {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--ink-mute);
  text-align: center;
}
.csv-phases__content {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}
.csv-phases__content strong {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--navy);
}
.csv-phases__content span {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
}
.csv-phases__check {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  color: var(--white);
  flex-shrink: 0;
}
.csv-phases__check svg { width: 16px; height: 16px; }

/* Layer flavours */
.csv-phases__layer--spec {
  background: linear-gradient(135deg, rgba(15,42,68,0.05) 0%, rgba(15,42,68,0.01) 100%);
}
.csv-phases__layer--validation {
  background: linear-gradient(135deg, rgba(31,95,168,0.09) 0%, rgba(31,95,168,0.02) 100%);
}
.csv-phases__layer--validation .csv-phases__content strong { color: var(--blue-deep); }
.csv-phases__layer--validation .csv-phases__num { color: var(--blue); }

.csv-phases__layer--audit {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(14,107,107,0.22);
}
.csv-phases__layer--audit .csv-phases__num,
.csv-phases__layer--audit .csv-phases__content strong { color: var(--white); }
.csv-phases__layer--audit .csv-phases__content span { color: rgba(255,255,255,0.78); }
.csv-phases__layer--audit:hover {
  box-shadow: 0 16px 40px rgba(14,107,107,0.30);
  border-color: transparent;
}

.csv-phases__boundary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.125rem 0;
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-mute);
  position: relative;
}
.csv-phases__boundary::before,
.csv-phases__boundary::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 50%, transparent);
}

/* Trust strip — regulatory frameworks (default + centered variant) */
.csv-trust-strip {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.csv-trust-strip--center {
  justify-content: center;
  flex-direction: column;
  gap: 0.875rem;
  text-align: center;
}
.csv-trust-strip__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-mute);
}
.csv-trust-strip__list {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.csv-trust-strip--center .csv-trust-strip__list { justify-content: center; }
.csv-trust-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--navy);
  white-space: nowrap;
  transition: border-color var(--t-fast), transform var(--t-fast);
}
.csv-trust-chip:hover { border-color: var(--teal); transform: translateY(-1px); }

/* Anker-Chip-Variante (Sprungpunkt zu /leistungen/gamp-5-compliance/ etc.) */
.csv-trust-chip--link {
  gap: 0.375rem;
  text-decoration: none;
  cursor: pointer;
  transition: border-color var(--t-fast), transform var(--t-fast), background var(--t-fast), color var(--t-fast);
}
.csv-trust-chip--link:hover {
  background: rgba(14,107,107,0.06);
  border-color: var(--teal);
  color: var(--teal-deep);
  transform: translateY(-1px);
}
.csv-trust-chip__icon {
  width: 11px;
  height: 11px;
  opacity: 0.55;
  transition: opacity var(--t-fast), transform var(--t-fast);
}
.csv-trust-chip--link:hover .csv-trust-chip__icon {
  opacity: 1;
  transform: translate(1px, -1px);
}

/* -- 2. GRUNDLAGEN with ALCOA+ card ------------------------------------- */
.csv-grundlagen {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.csv-grundlagen__prose {
  max-width: 640px;
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: var(--ink-soft);
}
.csv-grundlagen__prose > p + p { margin-top: 1rem; }
.csv-grundlagen__prose strong { color: var(--navy); font-weight: 600; }

.csv-alcoa {
  position: sticky;
  top: calc(var(--header-h, 80px) + 1.5rem);
  padding: 1.75rem 1.75rem 1.5rem;
  background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--paper);
  border-radius: var(--r-xl, 20px);
  box-shadow: 0 12px 32px rgba(15,42,68,0.18);
}
.csv-alcoa__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal-light);
}
.csv-alcoa__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--white);
  margin: 0.375rem 0 1.25rem;
}
.csv-alcoa__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  /* Single column → ALCOA-Reihenfolge liest sich linear top-to-bottom
     (A · L · C · O · A · + · C · C · E · A). Davor war 2-Spalten-Grid, was
     beim Column-First-Lesen verwirrt hat. */
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.csv-alcoa__list li {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.85);
}
.csv-alcoa__list li strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: rgba(255,255,255,0.10);
  border-radius: 6px;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--teal-light);
  flex-shrink: 0;
}
.csv-alcoa__plus {
  grid-column: 1 / -1;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--teal-light);
  padding: 0.375rem 0;
  border-top: 1px dashed rgba(255,255,255,0.15);
  border-bottom: 1px dashed rgba(255,255,255,0.15);
}
.csv-alcoa__note {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* -- 3. TRIGGER CAROUSEL ------------------------------------------------ */
.csv-carousel {
  margin: clamp(1.5rem, 3vw, 2.5rem) 0;
  position: relative;
}
.csv-carousel__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.5rem clamp(1.5rem, 5vw, 3rem) 1.5rem;
  scroll-padding-left: clamp(1.5rem, 5vw, 3rem);
}
.csv-carousel__track::-webkit-scrollbar { display: none; }

/* Scrollbar variant — left-aligned with heading, subtle scrollbar
   (Round-24: deutlich dezenter — keine aggressive Teal-Bar mehr) */
.csv-carousel--scrollbar {
  padding-bottom: 0.5rem;
}
.csv-carousel--scrollbar .csv-carousel__track {
  padding: 0.5rem 0 1.25rem;
  scroll-padding-left: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--line-strong) transparent;
  -ms-overflow-style: auto;
}
.csv-carousel--scrollbar .csv-carousel__track::-webkit-scrollbar {
  display: block;
  height: 6px;
}
.csv-carousel--scrollbar .csv-carousel__track::-webkit-scrollbar-track {
  background: transparent;
}
.csv-carousel--scrollbar .csv-carousel__track::-webkit-scrollbar-thumb {
  background: var(--line-strong);
  border-radius: 999px;
  transition: background 0.2s ease;
}
.csv-carousel--scrollbar .csv-carousel__track:hover::-webkit-scrollbar-thumb {
  background: var(--teal);
}
.csv-trigger {
  flex: 0 0 clamp(280px, 28vw, 360px);
  scroll-snap-align: start;
  padding: 1.75rem 1.625rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: border-color var(--t-base), transform var(--t-base), box-shadow var(--t-base);
  display: flex;
  flex-direction: column;
  position: relative;
}
.csv-trigger:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
}
.csv-trigger__num {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--teal);
  line-height: 1;
  margin-bottom: 0.875rem;
}
.csv-trigger__title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin-bottom: 0.625rem;
  line-height: 1.3;
}
.csv-trigger__body {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.csv-trigger__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: transparent;
  border: 0;
  padding: 0;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--teal);
  cursor: pointer;
  align-self: flex-start;
  transition: color var(--t-fast), gap var(--t-fast);
}
.csv-trigger__cta:hover {
  color: var(--teal-deep);
  gap: 0.625rem;
}
.csv-carousel__hint {
  text-align: center;
  margin-top: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* Compliance-Gap-Analyse lead-magnet banner */
.csv-magnet-cta {
  margin-top: 2rem;
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--paper);
  border-radius: var(--r-xl, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  box-shadow: 0 12px 32px rgba(15,42,68,0.18);
}
.csv-magnet-cta__body { flex: 1 1 320px; }
.csv-magnet-cta__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal-light);
}
.csv-magnet-cta__title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--white);
  margin: 0.375rem 0 0.5rem;
}
.csv-magnet-cta__sub {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.csv-magnet-cta__btn { flex-shrink: 0; }

/* -- 4. IVE PILLARS (full-bleed alternating rows) ----------------------- */
.csv-ive { padding-bottom: 0; }

/* Section head with IVE logo right of copy */
.csv-ive__head {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 240px);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.csv-ive__head-copy { max-width: 720px; }
.csv-ive__head-copy .eyebrow-num { margin-bottom: 0.75rem; }
.csv-ive__head-copy .section-head__title { margin: 0 0 1rem; }
.csv-ive__head-copy .section-head__lead {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  max-width: 640px;
}
.csv-ive__logo {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  filter: drop-shadow(0 12px 32px rgba(15,42,68,0.10));
}
.csv-ive__logo svg,
.csv-ive__logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.csv-ive__logo-img {
  object-fit: contain;
  /* Offizielles SVG (1112×938) ist transparent — kein mix-blend-mode
     Hack mehr nötig. aspect-ratio matcht den echten viewBox damit das
     Bild ohne Pop-In Höhe reservieren kann. */
  aspect-ratio: 1112 / 938;
}

.csv-ive__intro {
  max-width: 760px;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  font-style: italic;
}
.csv-pillar {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  position: relative;
}
.csv-pillar--i { background: var(--white); }
.csv-pillar--v { background: var(--paper); border-block: 1px solid var(--line); }
.csv-pillar--e { background: var(--white); }
.csv-pillar__grid {
  display: grid;
  grid-template-columns: minmax(140px, 240px) 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
.csv-pillar__letter {
  font-family: var(--font-display);
  font-size: clamp(8rem, 18vw, 14rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: var(--teal);
  text-align: center;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.92;
  position: sticky;
  top: calc(var(--header-h, 80px) + 2rem);
  /* decorative accent — vertical line + numbered tag */
  padding: 0.5rem 0 1rem;
  border-bottom: 2px solid currentColor;
  border-bottom-color: rgba(14,107,107,0.20);
  filter: drop-shadow(0 8px 28px rgba(14,107,107,0.15));
}
.csv-pillar__letter::before {
  content: attr(data-pillar-num);
  display: block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--teal);
  opacity: 0.7;
  -webkit-text-fill-color: var(--teal);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.csv-pillar--v .csv-pillar__letter {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom-color: rgba(15,42,68,0.20);
  filter: drop-shadow(0 8px 28px rgba(15,42,68,0.15));
}
.csv-pillar--v .csv-pillar__letter::before {
  color: var(--navy);
  -webkit-text-fill-color: var(--navy);
}
.csv-pillar__body { max-width: 720px; }
.csv-pillar__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--teal);
  margin-bottom: 0.625rem;
}
.csv-pillar--v .csv-pillar__eyebrow { color: var(--navy); }
.csv-pillar__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 1rem;
}
.csv-pillar__text {
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 1rem;
}
.csv-pillar__text strong { color: var(--navy); font-weight: 600; }
.csv-pillar__outcome {
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--teal);
  background: var(--paper-cool);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}
.csv-pillar--v .csv-pillar__outcome { background: var(--white); }
.csv-pillar__outcome strong { color: var(--navy); }

/* -- 5. COMPARE — pyramid vs flat -------------------------------------- */
.csv-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  margin: clamp(2rem, 4vw, 3rem) 0;
  padding: clamp(2rem, 4vw, 3rem);
  background: var(--paper-cool);
  border-radius: var(--r-xl, 20px);
  border: 1px solid var(--line);
}
/* Compact / centered variant — kachel insgesamt mittig + schmaler */
.csv-compare--center {
  max-width: 880px;
  margin-inline: auto;
}
.csv-compare--center .csv-compare__viz {
  padding: 1rem 0;
  min-height: 160px;
}
.csv-compare--center .csv-pyramid__layer { height: 28px; font-size: 0.625rem; }
.csv-compare--center .csv-pyramid__layer--1 { width: 60px; }
.csv-compare--center .csv-pyramid__layer--2 { width: 95px; }
.csv-compare--center .csv-pyramid__layer--3 { width: 130px; }
.csv-compare--center .csv-pyramid__layer--4 { width: 165px; }
.csv-compare--center .csv-flat__node { width: 60px; height: 60px; font-size: 0.625rem; }
.csv-compare__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.csv-compare__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0.375rem 0.875rem;
  border-radius: var(--r-full);
}
.csv-compare__label--negative {
  background: rgba(180,60,60,0.08);
  color: #B43C3C;
  border: 1px solid rgba(180,60,60,0.18);
}
.csv-compare__label--neutral {
  background: rgba(15,42,68,0.06);
  color: var(--ink-soft);
  border: 1px solid rgba(15,42,68,0.14);
}
.csv-compare__label--positive {
  background: rgba(14,107,107,0.10);
  color: var(--teal);
  border: 1px solid rgba(14,107,107,0.22);
}
.csv-compare__viz {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
  min-height: 200px;
}
.csv-compare__caption {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 280px;
  margin: 0;
}
.csv-compare__divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  height: 100%;
  min-height: 240px;
  justify-content: center;
}
.csv-compare__divider-line {
  flex: 1;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--line-strong) 50%, transparent 100%);
  min-height: 60px;
}
.csv-compare__divider-label {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  text-transform: uppercase;
  background: var(--paper-cool);
  padding: 0.375rem 0.75rem;
  border-radius: var(--r-full);
  border: 1px solid var(--line);
}

/* Pyramid graphic (CSS-only) — brand-aligned neutral tones (no red) */
.csv-pyramid {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.csv-pyramid__layer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  background: linear-gradient(180deg, #6B7E91 0%, #4D5F73 100%);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px;
}
.csv-pyramid__layer--1 { width: 70px;  background: linear-gradient(180deg, #8B9CAE 0%, #6B7E91 100%); }
.csv-pyramid__layer--2 { width: 110px; background: linear-gradient(180deg, #6B7E91 0%, #4D5F73 100%); }
.csv-pyramid__layer--3 { width: 150px; background: linear-gradient(180deg, #4D5F73 0%, #344A5E 100%); }
.csv-pyramid__layer--4 { width: 190px; background: linear-gradient(180deg, #344A5E 0%, var(--navy) 100%); }
.csv-pyramid__layer span { padding: 0 0.75rem; }

/* Flat boutique structure */
.csv-flat {
  display: flex;
  gap: 0.875rem;
  align-items: center;
  justify-content: center;
}
.csv-flat__node {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(14,107,107,0.25);
  position: relative;
}
.csv-flat__node:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0.875rem;
  height: 2px;
  background: var(--teal);
  opacity: 0.4;
  transform: translateY(-50%);
}

/* -- 6. FAQ category chips --------------------------------------------- */
.csv-faq-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.625rem;
  background: rgba(14,107,107,0.10);
  color: var(--teal);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-right: 0.875rem;
}
.csv-faq-q { flex: 1; }
.csv-faq-link {
  margin: 0.5rem 1.5rem 1.5rem;
  padding-top: 0.75rem;
  border-top: 1px dashed var(--line);
  font-size: 0.875rem;
}
.csv-faq-link a {
  color: var(--teal);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(14,107,107,0.3);
  transition: color var(--t-fast), border-color var(--t-fast);
}
.csv-faq-link a:hover {
  color: var(--teal-deep);
  border-bottom-color: var(--teal-deep);
}

/* -- 7. CONTACT — 3-method grid ---------------------------------------- */
.csv-contact { background: linear-gradient(180deg, var(--paper) 0%, var(--paper-cool) 100%); }
.csv-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.csv-contact__card {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 2rem 1.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--t-base), transform var(--t-base), box-shadow var(--t-base);
  position: relative;
  overflow: hidden;
}
.csv-contact__card:hover {
  border-color: var(--teal);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15,42,68,0.10);
}
.csv-contact__card--primary {
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 100%);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(14,107,107,0.25);
}
.csv-contact__card--primary:hover {
  border-color: transparent;
  box-shadow: 0 16px 40px rgba(14,107,107,0.35);
}
.csv-contact__icon {
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--r-md);
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  margin-bottom: 0.375rem;
}
.csv-contact__card--primary .csv-contact__icon {
  background: rgba(255,255,255,0.16);
  color: var(--white);
}
.csv-contact__icon svg { width: 22px; height: 22px; }
.csv-contact__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
}
.csv-contact__card--primary .csv-contact__eyebrow { color: rgba(255,255,255,0.75); }
.csv-contact__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin: 0.125rem 0 0.5rem;
  line-height: 1.25;
}
.csv-contact__card--primary .csv-contact__title { color: var(--white); }
.csv-contact__body {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  flex-grow: 1;
}
.csv-contact__card--primary .csv-contact__body { color: rgba(255,255,255,0.85); }
.csv-contact__cta {
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--teal);
  margin-top: 1rem;
}
.csv-contact__card--primary .csv-contact__cta { color: var(--white); }
.csv-contact__card:hover .csv-contact__cta { letter-spacing: 0.005em; }

/* -- 8. RESPONSIVE ----------------------------------------------------- */
@media (max-width: 1024px) {
  .csv-hero__grid { grid-template-columns: 1fr; }
  .csv-hero__viz { justify-content: center; }
  .csv-phases { max-width: 460px; margin: 0 auto; }
  /* csv-seals: enger Gap auf Tablet, weniger Padding (legacy) */
  .csv-seals { gap: 0.875rem; }
  .csv-seal { padding: 1.375rem 1rem 2.75rem; }
  .csv-seal__stamp { width: 92px; height: 92px; }
  /* Editorial Hero: kleinere KPI-Karte */
  .csv-hero__kpis { gap: 0.875rem; padding: 1.25rem 1rem; }
  .csv-hero__kpi dd { font-size: clamp(1.625rem, 4vw, 2.25rem); }
  .csv-grundlagen { grid-template-columns: 1fr; }
  .csv-alcoa { position: relative; top: 0; }
  .csv-ive__head { grid-template-columns: 1fr; }
  .csv-ive__logo { max-width: 200px; margin: 0 auto; }
  .csv-compare {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .csv-compare__divider { flex-direction: row; min-height: 0; width: 100%; }
  .csv-compare__divider-line { width: 100%; height: 1px; min-height: 0; background: linear-gradient(90deg, transparent 0%, var(--line-strong) 50%, transparent 100%); }
  .csv-pillar__grid { grid-template-columns: 1fr; }
  .csv-pillar__letter {
    position: relative;
    top: 0;
    font-size: clamp(6rem, 16vw, 9rem);
    text-align: left;
    line-height: 1;
  }
}
@media (max-width: 720px) {
  /* csv-seals stacked on mobile (legacy variant) */
  .csv-seals { grid-template-columns: 1fr; max-width: 380px; }
  .csv-seal { padding: 1.5rem 1.25rem 2.75rem; }
  .csv-seal__stamp { width: 100px; height: 100px; }
  /* Editorial Hero — KPI-Ribbon 2×2 + Journey kompakter */
  .csv-hero__kpis { grid-template-columns: repeat(2, 1fr); }
  .csv-journey__cap { flex-wrap: wrap; }
  .csv-journey__label { font-size: 0.5625rem; letter-spacing: 0.08em; }
}
@media (max-width: 540px) {
  /* Journey: 6 Steps werden zu eng — Labels schmaler + Dots smaller */
  .csv-journey__track { gap: 0; }
  .csv-journey__dot { width: 14px; height: 14px; border-width: 2px; }
  .csv-journey__dot--check { width: 18px; height: 18px; }
  .csv-journey__dot--check svg { width: 10px; height: 10px; }
  .csv-journey__track::before { top: 6px; }
  .csv-journey__label { font-size: 0.5rem; }
}
@media (max-width: 640px) {
  .csv-phases { padding: 1.125rem 1.125rem 1.25rem; }
  .csv-phases__layer { grid-template-columns: 28px 1fr auto; gap: 0.625rem; padding: 0.75rem 0.875rem; }
  .csv-phases__content strong { font-size: 0.875rem; }
  .csv-magnet-cta { padding: 1.5rem; }
  .csv-magnet-cta__btn { width: 100%; justify-content: center; }
  .csv-trigger { flex-basis: 280px; }
  .csv-pyramid__layer--1 { width: 60px; }
  .csv-pyramid__layer--2 { width: 100px; }
  .csv-pyramid__layer--3 { width: 140px; }
  .csv-pyramid__layer--4 { width: 180px; }
  .csv-flat__node { width: 56px; height: 56px; font-size: 0.5625rem; }
  .csv-trust-strip { flex-direction: column; align-items: flex-start; }
  .csv-faq-tag { display: block; margin-bottom: 0.375rem; margin-right: 0; }
}

/* =============================================================================
   ROUND-3 POLISH PATCH (28.05.2026) — LP 4 Stamps wirklich groß, Distance/Trenner,
   Pyramide-Visual restoren, VS-Pfeil mittig (final)
   ============================================================================= */

/* 1. Stamps Seal-SVG GROSS + 100% opak — wird auf jeden Fall sichtbar */
.gc-stamp__seal {
  width: 200px !important;
  height: 200px !important;
  margin-bottom: 1rem !important;
  opacity: 1 !important;
  color: var(--navy) !important;
}
.gc-stamp__seal svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
.gc-stamp:hover .gc-stamp__seal { color: var(--teal) !important; }

/* 2. Hero-Distance: schmaler Spacer + dezente Linie zwischen Stat-Ribbon und Sticky-Nav-Layout */
.gc-hero { padding-bottom: clamp(2rem, 3vw, 2.5rem); }
.gc-layout { padding-block: clamp(2rem, 3vw, 3rem); }
.gc-layout::before {
  content: "";
  display: block;
  width: clamp(160px, 30%, 280px);
  height: 1px;
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
  background: linear-gradient(90deg, transparent, var(--line) 30%, var(--line) 70%, transparent);
}

/* 3. VS-Pfeil endgültig mittig — absolute Positionierung im Compare-Container */
.gc-compare {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: clamp(3rem, 6vw, 5rem) !important;
}
.gc-compare__vs {
  position: absolute;
  inset: 0;
  left: 50%;
  width: 60px;
  transform: translateX(-50%);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none;
  z-index: 1;
}
.gc-compare__vs-line {
  flex: 1;
  width: 1px !important;
  height: auto !important;
  background: linear-gradient(180deg, transparent, var(--line) 30%, var(--line) 70%, transparent);
  min-height: 30px;
}
.gc-compare__vs-label {
  flex-shrink: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 1.5rem;
  margin: 0.5rem 0;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .gc-compare { grid-template-columns: 1fr !important; gap: 1rem !important; }
  .gc-compare__vs {
    position: relative;
    inset: auto;
    transform: none;
    left: auto;
    width: 100%;
    flex-direction: row !important;
    margin: 0;
  }
  .gc-compare__vs-line { height: 1px !important; width: auto !important; background: linear-gradient(90deg, transparent, var(--line), transparent); min-height: 0; min-width: 30px; }
}

/* 4. Pyramide WIEDER pyramidenförmig — progressive Breiten + gleiche Höhen */
.gc-pyramid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  max-width: 880px;
  margin: 1.5rem auto 0;
}
.gc-pyramid__tier {
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr) auto !important;
  gap: 1.25rem !important;
  align-items: center !important;
  padding: 0.875rem 1.25rem !important;
  min-height: 84px !important;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 4px 12px rgba(15,42,68,0.05);
}
.gc-pyramid__tier--5 { width: 60%  !important; border-left: 4px solid #C0392B; }
.gc-pyramid__tier--4 { width: 75%  !important; border-left: 4px solid #E67E22; }
.gc-pyramid__tier--3 { width: 88%  !important; border-left: 4px solid #F1C40F; }
.gc-pyramid__tier--1 { width: 100% !important; border-left: 4px solid #16A085; }
.gc-pyramid__detail {
  display: contents !important;
}
.gc-pyramid__tier .gc-pyramid__detail p {
  margin: 0;
  font-size: 0.8125rem !important;
  line-height: 1.45;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gc-pyramid__effort {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 0 !important;
  white-space: nowrap !important;
  text-align: right !important;
}
.gc-pyramid__effort strong {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-right: 0;
}
.gc-pyramid__effort span {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  text-transform: uppercase;
  margin-top: 0.125rem;
}
@media (max-width: 720px) {
  .gc-pyramid__tier,
  .gc-pyramid__tier--5,
  .gc-pyramid__tier--4,
  .gc-pyramid__tier--3,
  .gc-pyramid__tier--1 {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }
  .gc-pyramid__tier .gc-pyramid__detail p { -webkit-line-clamp: unset; }
  .gc-pyramid__effort { align-items: flex-start !important; text-align: left !important; }
}

/* =============================================================================
   BLOG / NEWSLETTER (28.05.2026) — Back-Pfad, Cluster-Color-Coding, Filter-Chips,
   Inline-Newsletter-Karte am Artikelende, Newsletter-Modal, LM-Newsletter-Checkbox
   ============================================================================= */

/* ── Cluster-Color-System (über Category-Slug) ────────────────────────────── */
:root {
  /* Default cluster: navy/teal */
  --cluster-bg: rgba(14,107,107,0.08);
  --cluster-fg: var(--teal);
}
.post-cluster--methodik,
.blog-filter__chip--methodik,
[data-category="methodik"] .blog-card__visual,
[data-category="methodik"] .post-cluster {
  --cluster-bg: rgba(14,107,107,0.12);
  --cluster-fg: var(--teal);
}
.post-cluster--audit,
.blog-filter__chip--audit,
[data-category="audit"] .post-cluster {
  --cluster-bg: rgba(192,57,43,0.10);
  --cluster-fg: #C0392B;
}
.post-cluster--regulatorik,
.blog-filter__chip--regulatorik,
[data-category="regulatorik"] .post-cluster {
  --cluster-bg: rgba(31,95,168,0.10);
  --cluster-fg: var(--navy);
}
.post-cluster--cloud,
.blog-filter__chip--cloud,
[data-category="cloud"] .post-cluster {
  --cluster-bg: rgba(93,189,189,0.18);
  --cluster-fg: #0E6B6B;
}
.post-cluster--case-study,
.blog-filter__chip--case-study,
[data-category="case-study"] .post-cluster {
  --cluster-bg: rgba(241,196,15,0.18);
  --cluster-fg: #B7860B;
}
.post-cluster--how-to,
.blog-filter__chip--how-to,
[data-category="how-to"] .post-cluster {
  --cluster-bg: rgba(230,126,34,0.14);
  --cluster-fg: #C66D1E;
}

/* ── 6 Content-Format-Cluster (Notion-Formate A–F) ──────────────────────────
   A — Pillar Wissen       · Persona Rot-Blau · Navy + Teal-Akzent
   B — Case Snapshot       · Persona Rot       · Warmes Gold (B7860B)
   C — Regulatory Update   · Persona Blau      · Protocol Navy
   D — How-To              · Persona Rot       · Orange (siehe oben — already defined)
   E — Position Paper      · Persona Rot-Blau · Purple-Ink (7A4FA8)
   F — FAQ-Hub             · persona-übergreifend · Slate (4A5F7A)
   ─────────────────────────────────────────────────────────────────────────── */
.post-cluster--pillar,
.blog-filter__chip--pillar,
[data-category="pillar"] .post-cluster,
[data-category="pillar"] .blog-card__visual {
  --cluster-bg: rgba(31,95,168,0.12);
  --cluster-fg: var(--navy);
  --cluster-accent: var(--teal);
}
.post-cluster--case-snapshot,
.blog-filter__chip--case-snapshot,
[data-category="case-snapshot"] .post-cluster,
[data-category="case-snapshot"] .blog-card__visual {
  --cluster-bg: rgba(241,196,15,0.18);
  --cluster-fg: #B7860B;
  --cluster-accent: #D4A017;
}
.post-cluster--regulatory-update,
.blog-filter__chip--regulatory-update,
[data-category="regulatory-update"] .post-cluster,
[data-category="regulatory-update"] .blog-card__visual {
  --cluster-bg: rgba(31,95,168,0.10);
  --cluster-fg: var(--navy);
  --cluster-accent: var(--blue);
}
.post-cluster--position-paper,
.blog-filter__chip--position-paper,
[data-category="position-paper"] .post-cluster,
[data-category="position-paper"] .blog-card__visual {
  --cluster-bg: rgba(122,79,168,0.12);
  --cluster-fg: #7A4FA8;
  --cluster-accent: #9F77C7;
}
.post-cluster--faq-hub,
.blog-filter__chip--faq-hub,
[data-category="faq-hub"] .post-cluster,
[data-category="faq-hub"] .blog-card__visual {
  --cluster-bg: rgba(74,95,122,0.12);
  --cluster-fg: #4A5F7A;
  --cluster-accent: #6B7E91;
}

/* Blog-Card-Visual-Tint pro Format — überschreibt die alt-1/alt-2/alt-3-
   Gradients, wenn ein Format-Cluster gesetzt ist. */
[data-category="pillar"] .blog-card__visual {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 60%, var(--teal-deep) 100%);
}
[data-category="case-snapshot"] .blog-card__visual {
  background: linear-gradient(135deg, #B7860B 0%, #D4A017 100%);
}
[data-category="regulatory-update"] .blog-card__visual {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
}
[data-category="how-to"] .blog-card__visual {
  background: linear-gradient(135deg, #C66D1E 0%, #E07A2E 100%);
}
[data-category="position-paper"] .blog-card__visual {
  background: linear-gradient(135deg, #5C3A85 0%, #7A4FA8 100%);
}
[data-category="faq-hub"] .blog-card__visual {
  background: linear-gradient(135deg, #2F3E52 0%, #4A5F7A 100%);
}

/* ── Blog-Format-Hero: SVG-Grafik oben in der Single-Post-Karte ───────────── */
.blog-format-hero {
  position: relative;
  margin: 0 0 1.75rem;
  border-radius: var(--r-xl, 20px);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(15,42,68,0.10);
}
.blog-format-hero svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 280;
}
/* Wenn das Hero direkt nach dem Eyebrow-Chip steht, etwas mehr Abstand */
.blog-format-hero + .blog-hero { margin-top: -0.5rem; }
@media (max-width: 640px) {
  .blog-format-hero svg { aspect-ratio: 800 / 320; }
}
.post-cluster {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  background: var(--cluster-bg);
  color: var(--cluster-fg);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Blog-Archive: Filter-Chips ───────────────────────────────────────────── */
.blog-archive { padding-block: clamp(3rem, 5vw, 4.5rem); }
.blog-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 2.5rem;
  max-width: 900px;
}
.blog-filter__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.875rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  text-decoration: none;
  transition: background var(--t-base), color var(--t-base), border-color var(--t-base), transform var(--t-base);
}
.blog-filter__chip:hover {
  background: var(--cluster-bg, rgba(14,107,107,0.08));
  color: var(--cluster-fg, var(--teal));
  border-color: var(--cluster-fg, rgba(14,107,107,0.30));
  transform: translateY(-1px);
}
.blog-filter__chip.is-active {
  background: var(--cluster-fg, var(--teal));
  color: var(--white);
  border-color: var(--cluster-fg, var(--teal));
}

.blog-grid--clustered {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-card--clustered .blog-card__visual {
  position: relative;
  background: linear-gradient(135deg, var(--cluster-bg) 0%, transparent 80%);
}
.blog-card--clustered .blog-card__visual .post-cluster {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  z-index: 2;
}

/* ── Single-Post: Back-Nav + Meta ─────────────────────────────────────────── */
.post-single__nav {
  padding-block: 1rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.post-single__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color var(--t-base), gap var(--t-base);
}
.post-single__back:hover {
  color: var(--teal);
  gap: 0.75rem;
}
.post-single__back svg { width: 18px; height: 18px; }

.post-single__head { padding-block: clamp(2.5rem, 4vw, 4rem); }
.post-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--ink-mute);
}
.post-single__meta .post-cluster { font-size: 0.625rem; }
.post-single__date { letter-spacing: 0.06em; }
.post-single__reading { letter-spacing: 0.06em; }
.post-single__hero-wrap { margin-block: 0; }
.post-single__hero { width: 100%; height: auto; display: block; border-radius: var(--r-xl); }
.post-single__body { line-height: 1.7; font-size: 1.0625rem; color: var(--ink); }
.post-single__body p { margin-bottom: 1.25rem; }
.post-single__body h2 { margin: 2.5rem 0 1rem; font-family: var(--font-display); font-size: 1.5rem; color: var(--navy); }
.post-single__body h3 { margin: 1.75rem 0 0.75rem; font-family: var(--font-display); font-size: 1.25rem; color: var(--navy); }
/* Blog-Body-Listen — der globale `ul,ol { list-style:none }`-Reset wird hier
   gezielt überschrieben, damit Praxis-Artikel echte Bulletpoints zeigen. */
.post-single__body ul { padding-left: 1.5rem; margin-bottom: 1.25rem; list-style: disc; }
.post-single__body ol { padding-left: 1.5rem; margin-bottom: 1.25rem; list-style: decimal; }
.post-single__body ul li,
.post-single__body ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  line-height: 1.6;
}
.post-single__body ul li::marker { color: var(--teal-deep); }
.post-single__body ol li::marker { color: var(--teal-deep); font-weight: 600; }
.post-single__body ul ul,
.post-single__body ol ul { list-style: circle; margin: 0.375rem 0; }
.post-single__body ul ol,
.post-single__body ol ol { list-style: lower-alpha; margin: 0.375rem 0; }
.post-single__body li { margin-bottom: 0.5rem; }
.post-single__body a { color: var(--teal); text-decoration: underline; }
.post-single__edit { margin-top: 2rem; opacity: 0.6; }

/* ── Inline-Newsletter-Karte am Ende des Artikels ─────────────────────────── */
.post-newsletter {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 1.25rem;
  align-items: center;
  margin-top: 3rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(14,107,107,0.06), rgba(31,95,168,0.04));
  border: 1px solid rgba(14,107,107,0.20);
  border-radius: var(--r-xl);
}
.post-newsletter__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--teal);
  color: var(--white);
  display: grid;
  place-items: center;
}
.post-newsletter__icon svg { width: 28px; height: 28px; }
.post-newsletter__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 0.25rem;
}
.post-newsletter__copy p { margin: 0; font-size: 0.9375rem; line-height: 1.5; color: var(--ink-soft); }
.post-newsletter__cta { flex-shrink: 0; white-space: nowrap; }
@media (max-width: 720px) {
  .post-newsletter { grid-template-columns: 1fr; text-align: left; }
  .post-newsletter__cta { justify-self: start; }
}

/* ── LM-Modal: Newsletter-Opt-in Checkbox ────────────────────────────────── */
.lead-modal__newsletter {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.625rem;
  align-items: start;
  padding: 0.875rem 0.875rem;
  background: rgba(14,107,107,0.04);
  border: 1px solid rgba(14,107,107,0.18);
  border-radius: var(--r-md);
  cursor: pointer;
  margin: 0.5rem 0 0.75rem;
}
.lead-modal__newsletter input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0; height: 0;
}
.lead-modal__newsletter-check {
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  display: grid;
  place-items: center;
  color: transparent;
  transition: background var(--t-base), border-color var(--t-base), color var(--t-base);
}
.lead-modal__newsletter-check svg {
  width: 14px;
  height: 14px;
  stroke-width: 3;
}
.lead-modal__newsletter input:checked ~ .lead-modal__newsletter-check {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}
.lead-modal__newsletter:hover .lead-modal__newsletter-check {
  border-color: rgba(14,107,107,0.45);
}
.lead-modal__newsletter input:focus-visible ~ .lead-modal__newsletter-check {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.lead-modal__newsletter-text {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

/* ── Newsletter-Modal (separate Standalone-Anmeldung) ────────────────────── */
.newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.newsletter-modal[hidden] { display: none; }
.newsletter-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,42,68,0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.newsletter-modal__panel {
  position: relative;
  background: var(--white);
  border-radius: var(--r-2xl);
  padding: 2rem 1.75rem;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 24px 60px rgba(15,42,68,0.30);
  text-align: center;
}
.newsletter-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(15,42,68,0.04);
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  color: var(--ink-mute);
  transition: background var(--t-base), color var(--t-base);
}
.newsletter-modal__close:hover { background: rgba(15,42,68,0.10); color: var(--navy); }
.newsletter-modal__close svg { width: 18px; height: 18px; }
.newsletter-modal__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--teal);
  color: var(--white);
  display: grid;
  place-items: center;
  margin: 0.5rem auto 1.25rem;
}
.newsletter-modal__icon svg { width: 32px; height: 32px; }
.newsletter-modal__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.newsletter-modal__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin: 0 0 0.75rem;
}
.newsletter-modal__lead {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
}
.newsletter-modal__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.newsletter-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  text-align: left;
}
.newsletter-modal__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.newsletter-modal__field input {
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-size: 0.9375rem;
  background: var(--white);
}
.newsletter-modal__field input:focus { outline: 2px solid var(--teal); outline-offset: 1px; }
.newsletter-modal__honeypot { position: absolute; left: -9999px; top: -9999px; }
.newsletter-modal__submit { width: 100%; justify-content: center; }
.newsletter-modal__error {
  margin-top: 0.5rem;
  padding: 0.625rem 0.875rem;
  background: rgba(192,57,43,0.08);
  color: #C0392B;
  border-radius: var(--r-md);
  font-size: 0.875rem;
}
.newsletter-modal__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.newsletter-modal__success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(14,107,107,0.10);
  color: var(--teal);
  display: grid;
  place-items: center;
}
.newsletter-modal__success-icon svg { width: 28px; height: 28px; }
.newsletter-modal__success h4 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--navy);
  margin: 0;
}
.newsletter-modal__success p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.newsletter-modal__legal {
  margin: 1rem 0 0;
  font-size: 0.6875rem;
  color: var(--ink-mute);
  line-height: 1.4;
}
.newsletter-modal__legal a { color: var(--teal); }

/* =============================================================================
   SAP-VALIDIERUNG LANDING — distinct visual identity (sap-* namespace)
   Migration-paths hero viz (3 converging tracks), SAP-spec sidecard,
   risk-heatmap stolpersteine, path-comparison columns, testimonial
   spotlight, compact horizontal IVE, stats-bar.
   ============================================================================= */

/* -- 1. HERO with migration-paths visualization ------------------------- */
.sap-hero {
  padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%);
  position: relative;
  overflow: hidden;
}
.sap-hero__atmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 20%, rgba(14,107,107,0.07) 0%, transparent 50%),
    radial-gradient(circle at 20% 95%, rgba(15,42,68,0.06) 0%, transparent 55%);
}
.sap-hero .container { position: relative; z-index: 1; }
.sap-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.sap-hero__copy { max-width: 620px; }
.sap-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--navy);
  margin: 1rem 0 1.25rem;
}
.sap-hero__claim {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 1.25rem;
}
.sap-hero__claim em { font-style: normal; color: var(--teal); font-weight: 600; }
.sap-hero__lead {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 1.75rem;
}
.sap-hero__ctas {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
}

/* Migration-paths visualization */
.sap-hero__viz {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}
.sap-paths {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 1fr minmax(120px, 160px);
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1.25rem 0.75rem;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
  box-shadow: 0 4px 16px rgba(15,42,68,0.04), 0 24px 60px rgba(15,42,68,0.10);
  position: relative;
  min-height: 320px;
}
.sap-paths__row {
  display: flex;
  align-items: center;
}
.sap-paths__row--green { grid-row: 1; }
.sap-paths__row--brown { grid-row: 2; }
.sap-paths__row--blue  { grid-row: 3; }
.sap-paths__label {
  padding: 0.75rem 1rem;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--paper-cool);
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  width: 100%;
}
.sap-paths__label strong {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--navy);
}
.sap-paths__label span {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.sap-paths__row--green .sap-paths__label { border-left: 4px solid var(--teal); }
.sap-paths__row--brown .sap-paths__label { border-left: 4px solid var(--navy); }
.sap-paths__row--blue .sap-paths__label  { border-left: 4px solid var(--teal-light); }
/* Klickbare ATF-Pfad-Rows — als <a>-Element gerendert, scrollen zu Section 03. */
.sap-paths__row--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform var(--t-fast) var(--ease-out);
}
.sap-paths__row--link:hover .sap-paths__label,
.sap-paths__row--link:focus-visible .sap-paths__label {
  border-color: var(--teal);
  box-shadow: 0 6px 16px rgba(14,107,107,0.15);
  transform: translateX(2px);
  outline: none;
}

.sap-paths__svg {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  height: 100%;
}

.sap-paths__dest {
  grid-column: 3;
  grid-row: 1 / span 3;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.25rem 1rem;
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 100%);
  color: var(--white);
  border-radius: var(--r-lg);
  box-shadow: 0 12px 32px rgba(14,107,107,0.30);
}
.sap-paths__dest-check {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 0.625rem;
}
.sap-paths__dest-check svg { width: 20px; height: 20px; color: var(--white); }
.sap-paths__dest-title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.sap-paths__dest-sub {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-top: 0.25rem;
}

/* Trust strip — SAP-specific, two chip categories */
.sap-trust-strip {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.sap-trust-strip__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-mute);
}
.sap-trust-strip__list {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sap-trust-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4375rem 0.875rem;
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: border-color var(--t-fast), transform var(--t-fast);
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
}
.sap-trust-chip--reg { border-color: rgba(14,107,107,0.25); color: var(--teal); }
.sap-trust-chip--plat { border-color: rgba(15,42,68,0.2); color: var(--navy); background: var(--paper-cool); }
.sap-trust-chip:hover { transform: translateY(-1px); }
/* Klickbare Variante — als <a>-Element gerendert, gleiche Optik wie statische
   Pillen, aber mit Hover-Lift + Teal-Underline-Akzent für die Affordance. */
.sap-trust-chip--link {
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--t-fast) var(--ease-out), box-shadow var(--t-fast) var(--ease-out), border-color var(--t-fast) var(--ease-out);
}
.sap-trust-chip--link:hover,
.sap-trust-chip--link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(14,107,107,0.18);
  border-color: var(--teal);
  outline: none;
}

/* -- 2. GRUNDLAGEN with sap-spec sidebar ------------------------------- */
.sap-grundlagen {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.sap-grundlagen__prose {
  max-width: 640px;
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: var(--ink-soft);
}
.sap-grundlagen__prose > p + p { margin-top: 1rem; }
.sap-grundlagen__prose strong { color: var(--navy); font-weight: 600; }
.sap-grundlagen__prose a { color: var(--teal); border-bottom: 1px solid rgba(14,107,107,0.25); text-decoration: none; }
.sap-grundlagen__prose a:hover { color: var(--teal-deep); border-bottom-color: var(--teal-deep); }

.sap-spec-card {
  position: sticky;
  top: calc(var(--header-h, 80px) + 1.5rem);
  padding: 1.75rem 1.625rem 1.625rem;
  background: var(--paper-cool);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
}
.sap-spec-card__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal);
}
.sap-spec-card__title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin: 0.375rem 0 1.25rem;
}
.sap-spec-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sap-spec-card__list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.875rem;
  align-items: start;
}
.sap-spec-card__list li strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.125rem;
}
.sap-spec-card__list li span {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink-soft);
}
.sap-spec-card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--teal);
}

/* -- 3. RISK GRID (Stolpersteine — 3 risk cards) ----------------------- */
.sap-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.sap-risk-card {
  padding: 1.75rem 1.625rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--line-strong);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.sap-risk-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.sap-risk-card--high { border-top-color: #B43C3C; }
.sap-risk-card--med  { border-top-color: #C68633; }
.sap-risk-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.sap-risk-card__num {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink-mute);
  line-height: 1;
}
.sap-risk-card__severity {
  display: flex;
  gap: 4px;
}
.sap-risk-card__severity span {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #B43C3C;
}
.sap-risk-card--med .sap-risk-card__severity span { background: #C68633; }
.sap-risk-card__severity span.is-dim { background: rgba(0,0,0,0.10); }
.sap-risk-card__level {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #B43C3C;
  margin-bottom: 0.625rem;
}
.sap-risk-card--med .sap-risk-card__level { color: #C68633; }
.sap-risk-card__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin-bottom: 0.625rem;
  line-height: 1.3;
}
.sap-risk-card__body {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 1rem;
  flex-grow: 1;
}
.sap-risk-card__body strong { color: var(--navy); font-weight: 600; }
.sap-risk-card__tags {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.sap-risk-card__tags span {
  padding: 0.25rem 0.625rem;
  background: var(--paper-cool);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  text-transform: uppercase;
}

/* Magnet CTA banner — dark navy, dual action */
.sap-magnet-cta {
  margin-top: clamp(2rem, 3vw, 2.5rem);
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--paper);
  border-radius: var(--r-xl, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  box-shadow: 0 12px 32px rgba(15,42,68,0.20);
}
.sap-magnet-cta__body { flex: 1 1 360px; }
.sap-magnet-cta__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal-light);
}
.sap-magnet-cta__title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--white);
  margin: 0.375rem 0 0.5rem;
}
.sap-magnet-cta__sub {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.sap-magnet-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.625rem;
  flex-shrink: 0;
}
.sap-magnet-cta__alt {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color var(--t-fast);
}
.sap-magnet-cta__alt:hover { color: var(--teal-light); }

/* -- 4. PATHS COMPARE (Greenfield/Brownfield/Bluefield 3-col) ---------- */
.sap-paths-compare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.sap-path {
  position: relative;
  padding: 1.875rem 1.625rem 1.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
  display: flex;
  flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.sap-path:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,42,68,0.10); }
.sap-path--featured {
  border-color: var(--teal);
  box-shadow: 0 8px 24px rgba(14,107,107,0.15);
}
.sap-path--featured:hover { box-shadow: 0 20px 48px rgba(14,107,107,0.20); }
.sap-path__ribbon {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3125rem 0.875rem;
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 100%);
  color: var(--white);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(14,107,107,0.30);
}
.sap-path__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.sap-path__icon {
  width: 56px; height: 56px;
  display: grid;
  place-items: center;
  border-radius: var(--r-md);
  background: var(--paper-cool);
}
.sap-path__icon svg { width: 32px; height: 32px; }
.sap-path--green .sap-path__icon { background: rgba(14,107,107,0.10); color: var(--teal); }
.sap-path--brown .sap-path__icon { background: rgba(15,42,68,0.10); color: var(--navy); }
.sap-path--blue .sap-path__icon  { background: rgba(93,189,189,0.20); color: var(--teal-light); }
.sap-path__name {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--navy);
  line-height: 1;
}
.sap-path__sub {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.sap-path__body { display: flex; flex-direction: column; flex-grow: 1; }
.sap-path__body p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 1.25rem;
}
.sap-path__body p strong { color: var(--navy); font-weight: 600; }
.sap-path__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--line);
}
.sap-path__meta div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0.625rem;
  align-items: center;
}
.sap-path__meta dt {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
}
.sap-path__meta dd {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sap-path__meta dd em { font-style: normal; font-weight: 600; color: var(--navy); }
.sap-path__bar {
  display: inline-block;
  height: 4px;
  width: 60px;
  border-radius: 2px;
  background: var(--line);
  position: relative;
  overflow: hidden;
}
.sap-path__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-light) 100%);
  border-radius: inherit;
}
.sap-path__bar--full::before { right: 0; }
.sap-path__bar--med::before { right: 60%; }
.sap-path__bar--med-high::before { right: 30%; }

.sap-paths-compare__note {
  margin: clamp(1.5rem, 3vw, 2.5rem) auto 0;
  max-width: 700px;
  text-align: center;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
}
.sap-paths-compare__note strong { color: var(--navy); font-weight: 600; }

/* -- 5. CASE (Novartis testimonial spotlight, dark section) ------------ */
.sap-case {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.sap-case__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 90% 10%, rgba(14,107,107,0.20) 0%, transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(93,189,189,0.10) 0%, transparent 50%);
}
.sap-case .container { position: relative; z-index: 1; }
.sap-case__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.sap-case__client {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1rem;
  margin-bottom: 1.5rem;
  background: var(--white);
  border-radius: var(--r-md);
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
.sap-case__client img {
  height: 28px;
  width: auto;
  display: block;
}
.sap-case__eyebrow .eyebrow-num__num { color: var(--teal-light); }
.sap-case__eyebrow { color: rgba(255,255,255,0.7); }
.sap-case__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--white);
  margin: 1rem 0 1.75rem;
}
.sap-case__facts {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.sap-case__facts div { display: flex; flex-direction: column; gap: 0.25rem; }
.sap-case__facts dt {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--teal-light);
}
.sap-case__facts dd {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
}

.sap-case__quote {
  position: relative;
  padding: 2rem 2rem 1.75rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-xl, 20px);
  margin: 0;
}
.sap-case__mark {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  width: 40px; height: 40px;
  color: var(--teal-light);
  opacity: 0.92;
}
.sap-case__quote-text {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.55;
  color: var(--white);
  margin: 1.75rem 0 1.5rem;
  position: relative;
  z-index: 1;
}
.sap-case__attribution {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.sap-case__avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 100%);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.sap-case__avatar--photo {
  object-fit: cover;
  object-position: center top;
  background: none;
  border: 2px solid rgba(255,255,255,0.18);
}
.sap-case__name {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--white);
}
.sap-case__role {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  margin-top: 2px;
}
.sap-case__tags {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.sap-case__tags span {
  padding: 0.25rem 0.625rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
}

.sap-case__bridge {
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  max-width: 780px;
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  text-align: center;
}
.sap-case__bridge strong { color: var(--teal-light); }

/* -- 6. IVE (compact horizontal 3-col + stats-bar) --------------------- */
.sap-ive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.sap-ive-col {
  position: relative;
  padding: 1.875rem 1.625rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.sap-ive-col:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.sap-ive-col__letter {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.625rem;
}
.sap-ive-col--v .sap-ive-col__letter {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sap-ive-col__name {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--navy);
}
.sap-ive-col__tag {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--teal);
  margin: 0.125rem 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.sap-ive-col--v .sap-ive-col__tag { color: var(--navy); }
.sap-ive-col__body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}
.sap-ive-col__body strong { color: var(--navy); font-weight: 600; }

.sap-stats-bar {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 1.5rem 2rem;
  background: var(--paper-cool);
  border-radius: var(--r-xl, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.sap-stats-bar__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-mute);
  flex-shrink: 0;
}
.sap-stats-bar__items {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.sap-stats-bar__item { display: flex; flex-direction: column; align-items: flex-start; }
.sap-stats-bar__num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1;
}
.sap-stats-bar__num span {
  font-size: 0.625em;
  font-weight: 600;
  color: var(--teal);
  margin-left: 0.05em;
}
.sap-stats-bar__label-small {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-mute);
  margin-top: 0.375rem;
}

/* -- RESPONSIVE -------------------------------------------------------- */
@media (max-width: 1024px) {
  .sap-hero__grid { grid-template-columns: 1fr; }
  .sap-hero__viz { max-width: 480px; margin: 0 auto; }
  .sap-grundlagen { grid-template-columns: 1fr; }
  .sap-spec-card { position: relative; top: 0; }
  .sap-risk-grid { grid-template-columns: 1fr; }
  .sap-paths-compare { grid-template-columns: 1fr; }
  .sap-case__grid { grid-template-columns: 1fr; gap: 2rem; }
  .sap-ive-grid { grid-template-columns: 1fr; }
  .sap-stats-bar { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .sap-paths {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0.75rem;
    min-height: 0;
  }
  .sap-paths__row--green, .sap-paths__row--brown, .sap-paths__row--blue { grid-row: auto; grid-column: 1; }
  .sap-paths__svg { display: none; }
  .sap-paths__dest { grid-column: 1; grid-row: auto; padding: 1rem 1.25rem; flex-direction: row; gap: 0.875rem; text-align: left; justify-content: flex-start; }
  .sap-paths__dest-check { margin: 0; }
  .sap-trust-strip { flex-direction: column; align-items: flex-start; }
  .sap-magnet-cta { padding: 1.5rem; flex-direction: column; align-items: stretch; }
  .sap-magnet-cta__actions { align-items: stretch; }
  .sap-magnet-cta__actions .btn { justify-content: center; }
  .sap-stats-bar__items { gap: 1.25rem; }
  .sap-stats-bar__num { font-size: 1.5rem; }
}

/* =============================================================================
   ROUND-4 POLISH PATCH (28.05.2026)
   ============================================================================= */

/* LP 4: Stamps kleiner — Text innerhalb der inneren Form */
.gc-stamp__seal {
  width: 150px !important;
  height: 150px !important;
  margin-bottom: 1rem !important;
}

/* LP 4 Section 03: Compare-Arrow ohne Hintergrund-Kreis */
.gc-compare__vs-label {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  font-size: 2rem !important;
  color: var(--teal) !important;
  box-shadow: none !important;
  padding: 0.5rem !important;
}

/* LP 4 Pyramide: kompaktere Label-Spalte, weniger Höhe — Text bekommt
   mehr horizontalen Raum (vor allem Tier 5, das nur 60% breit ist) */
.gc-pyramid__tier {
  grid-template-columns: max-content minmax(0, 1fr) auto !important;
  gap: 1rem !important;
  min-height: 0 !important;
  padding: 0.875rem 1.125rem !important;
}
.gc-pyramid__label {
  flex-shrink: 0;
  min-width: 0;
}
.gc-pyramid__cat {
  white-space: nowrap;
}
.gc-pyramid__name {
  white-space: nowrap;
}
.gc-pyramid__tier .gc-pyramid__detail p {
  -webkit-line-clamp: unset !important;
  display: block !important;
  overflow: visible !important;
  font-size: 0.875rem !important;
  line-height: 1.5;
}
/* Tier 5, 4, 3: name darf brechen — alle drei haben jetzt zweizeilige Labels */
.gc-pyramid__tier--5 .gc-pyramid__name,
.gc-pyramid__tier--4 .gc-pyramid__name,
.gc-pyramid__tier--3 .gc-pyramid__name {
  white-space: normal;
  line-height: 1.2;
}
/* Alle Tiers: Label-Spalte + Detail-Spalte vertikal mittig zueinander */
.gc-pyramid__tier {
  align-items: center !important;
}
.gc-pyramid__tier .gc-pyramid__label {
  align-self: center;
}
/* Tier 1: gleiche Mindesthöhe wie Tier 3 (beide zweizeilige Labels haben) */
.gc-pyramid__tier--1,
.gc-pyramid__tier--3 {
  min-height: 76px !important;
}

/* /leistungen/ Overview — sauberes 3-Spalten-Layout für die 6 Cards */
.leistungen-overview__grid {
  grid-template-columns: repeat(3, 1fr) !important;
  max-width: 1100px !important;
}
@media (max-width: 960px) {
  .leistungen-overview__grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
  .leistungen-overview__grid { grid-template-columns: 1fr !important; }
}

/* Modal-Fix: success/form mit [hidden] werden trotz display:flex versteckt */
.newsletter-modal__form[hidden],
.newsletter-modal__success[hidden],
.lead-modal__form[hidden],
.lead-modal__success[hidden],
.callback-modal__form[hidden],
.callback-modal__success[hidden] { display: none !important; }

/* Newsletter-Modal: Name+Email 2-Spalten auf Desktop */
.newsletter-modal__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (max-width: 560px) {
  .newsletter-modal__fields { grid-template-columns: 1fr; }
}

/* Archive: Subscribe-Banner oben */
.blog-subscribe-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem clamp(1rem, 3vw, 2rem);
  align-items: center;
  margin: 0 auto 2.5rem;
  max-width: 1080px;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, rgba(14,107,107,0.08), rgba(31,95,168,0.04));
  border: 1px solid rgba(14,107,107,0.20);
  border-radius: var(--r-xl);
}
.blog-subscribe-bar__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--teal);
  color: var(--white);
  display: grid;
  place-items: center;
}
.blog-subscribe-bar__icon svg { width: 24px; height: 24px; }
.blog-subscribe-bar__title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 0.125rem;
}
.blog-subscribe-bar__lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--ink-soft);
}
.blog-subscribe-bar__cta { white-space: nowrap; }
@media (max-width: 720px) {
  .blog-subscribe-bar { grid-template-columns: 1fr; }
  .blog-subscribe-bar__cta { justify-self: start; }
}

/* Archive Tiles: Cluster-Color-Band oben */
.blog-card--clustered {
  position: relative;
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
  box-shadow: 0 4px 14px rgba(15,42,68,0.05);
}
.blog-card--clustered::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--cluster-fg);
  z-index: 1;
}
.blog-card--clustered:hover {
  transform: translateY(-4px);
  border-color: rgba(14,107,107,0.30);
  box-shadow: 0 18px 36px rgba(15,42,68,0.12);
}
.blog-card--clustered .blog-card__link-wrap {
  display: block;
  color: inherit;
  text-decoration: none;
}
.blog-card--clustered .blog-card__visual {
  aspect-ratio: 16/9;
  position: relative;
  background: linear-gradient(135deg, var(--cluster-bg) 0%, transparent 80%);
  overflow: hidden;
}
.blog-card--clustered .blog-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Artikel-spezifisches Hero-SVG, das im Card-Visual sitzt — füllt die Card-Höhe
   und schneidet bei Bedarf den unteren Subtitle ab (xMidYMid slice).
   WICHTIG: Wenn das SVG aus irgendeinem Grund fehlt, sorgt der Cluster-Gradient
   im Hintergrund dafür, dass die Card NICHT wie eine leere weiße Fläche aussieht. */
.blog-card__visual--article {
  position: relative;
  overflow: hidden;
  /* Fallback: Cluster-Farbverlauf — wird vom inneren SVG übermalt, wenn vorhanden */
  background: linear-gradient(135deg, var(--navy, #0F2A44) 0%, var(--teal-deep, #0E6B6B) 100%);
  aspect-ratio: 16/9;
  min-height: 180px;
}
[data-category="pillar"] .blog-card__visual--article {
  background: linear-gradient(135deg, #0F2A44 0%, #1F5FA8 100%);
}
[data-category="how-to"] .blog-card__visual--article {
  background: linear-gradient(135deg, #C66D1E 0%, #E07A2E 100%);
}
[data-category="case-snapshot"] .blog-card__visual--article {
  background: linear-gradient(135deg, #B7860B 0%, #D4A017 100%);
}
[data-category="regulatory-update"] .blog-card__visual--article {
  background: linear-gradient(135deg, #0F2A44 0%, #1F5FA8 100%);
}
[data-category="position-paper"] .blog-card__visual--article {
  background: linear-gradient(135deg, #5C3A85 0%, #7A4FA8 100%);
}
[data-category="faq-hub"] .blog-card__visual--article {
  background: linear-gradient(135deg, #2F3E52 0%, #4A5F7A 100%);
}
.blog-card__visual--article .blog-article-hero,
.blog-card__visual--article figure.blog-article-hero {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.blog-card__visual--article .blog-article-hero svg {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: auto;
}
.blog-card--clustered .blog-card__visual .post-cluster {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  z-index: 2;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(15,42,68,0.10);
}
.blog-card--clustered .blog-card__body { padding: 1.25rem 1.25rem 1.5rem; }
.blog-card--clustered .blog-card__title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 0.625rem;
}
.blog-card--clustered .blog-card__excerpt {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card--clustered .blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.875rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.blog-card--clustered .blog-card__link {
  margin-left: auto;
  color: var(--teal);
  font-weight: 600;
}

/* Single-Post: Paper-Card auf dunklem BG */
body.single-post {
  background: linear-gradient(180deg, var(--paper) 0%, #C9D4DD 280px, #B5C2CE 100%);
}
.post-single { background: transparent; }
/* Back-Arrow sticky am Viewport — bleibt beim Scrollen immer oben links sichtbar */
.post-single__nav {
  position: sticky;
  top: clamp(80px, 10vh, 96px);
  z-index: 10;
  background: transparent;
  border-bottom: 0;
  padding-block: 1rem;
  pointer-events: none;
}
.post-single__nav > .container { pointer-events: none; }
.post-single__back {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--white);
  padding: 0.5rem 0.875rem;
  border-radius: var(--r-full);
  border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(15,42,68,0.12);
  font-weight: 500;
  text-decoration: none;
  color: var(--navy);
  transition: transform var(--t-base), box-shadow var(--t-base);
}
/* Icon-only back-button — kompakter Kreis statt langem Pill */
.post-single__back--icon {
  width: 44px;
  height: 44px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
}
.post-single__back--icon svg {
  width: 20px;
  height: 20px;
}
.post-single__back:hover,
.post-single__back:focus-visible {
  transform: translateX(-2px);
  box-shadow: 0 10px 24px rgba(15,42,68,0.18);
  outline: none;
}
.post-single__paper {
  max-width: 880px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--r-2xl);
  box-shadow: 0 30px 70px rgba(15,42,68,0.18), 0 4px 14px rgba(15,42,68,0.08);
  overflow: hidden;
}
.post-single[data-category] .post-single__paper { border-top: 4px solid var(--cluster-fg); }
.post-single__paper-head {
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem) clamp(1rem, 2vw, 1.5rem);
}
.post-single__paper-head .post-single__meta { margin-bottom: 1rem; }
.post-single__paper-head h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.post-single__paper-hero {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.post-single__paper-body {
  padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1.5rem, 4vw, 3rem) clamp(2rem, 4vw, 3rem);
}
/* Wenn der Body direkt mit dem Artikel-Hero startet, Padding-Top stark reduzieren —
   der Hero hat eigenen Bottom-Margin, sodass der Lead-Paragraph nahtlos anschließt. */
.post-single__paper-body > .post-single__body > .blog-article-hero:first-child {
  margin-top: -0.5rem;
}
.post-single__paper-body .post-single__body { font-size: 1rem; line-height: 1.7; color: var(--ink); }
.post-single__paper-body p { margin-bottom: 1.25rem; }
.post-single__paper-body h2 { margin: 2.25rem 0 0.875rem; font-family: var(--font-display); font-size: 1.375rem; color: var(--navy); }
.post-single__paper-body h3 { margin: 1.5rem 0 0.625rem; font-family: var(--font-display); font-size: 1.125rem; color: var(--navy); }
.post-single__paper-body a { color: var(--teal); }

/* Subscribe-Card oben (zwischen Hero und Body) */
.post-subscribe-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem 1.25rem;
  align-items: center;
  margin: 0 clamp(1.5rem, 4vw, 3rem) 0;
  padding: 0.875rem 1.25rem;
  background: rgba(14,107,107,0.06);
  border-left: 3px solid var(--teal);
  border-radius: var(--r-md);
}
.post-subscribe-top__copy {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--ink-soft);
}
.post-subscribe-top__copy strong { color: var(--navy); display: block; margin-bottom: 0.125rem; }
.post-subscribe-top__cta {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--teal);
  background: transparent;
  border: 1px solid var(--teal);
  cursor: pointer;
  padding: 0.5rem 0.875rem;
  border-radius: var(--r-full);
  transition: background var(--t-base), color var(--t-base);
}
.post-subscribe-top__cta:hover { background: var(--teal); color: var(--white); }
@media (max-width: 600px) {
  .post-subscribe-top { grid-template-columns: 1fr; }
  .post-subscribe-top__cta { justify-self: start; }
}

/* Confirm-Page für Newsletter-Double-Opt-In */
.newsletter-confirm {
  max-width: 560px;
  margin: clamp(3rem, 8vw, 5rem) auto;
  padding: clamp(2rem, 4vw, 3rem);
  background: var(--white);
  border-radius: var(--r-2xl);
  box-shadow: 0 20px 60px rgba(15,42,68,0.12);
  text-align: center;
}
.newsletter-confirm__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--teal);
  color: var(--white);
  display: grid;
  place-items: center;
  margin: 0 auto 1.25rem;
}
.newsletter-confirm__icon svg { width: 32px; height: 32px; }
.newsletter-confirm--error .newsletter-confirm__icon { background: #C0392B; }
.newsletter-confirm h1 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--navy);
  margin: 0 0 0.75rem;
}
.newsletter-confirm p {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 1rem;
}
.newsletter-confirm__cta { display: inline-flex; margin-top: 1rem; }

/* =============================================================================
   CLOUD-VALIDIERUNG LANDING — distinct visual identity (cloud-* namespace)
   Shared-responsibility stack hero, vendor-audit boundary cards, release-
   velocity rhythm grid, hybrid-bridge viz, cross-stream swim-lanes, lead-
   magnet bonus banner with book-cover viz.
   ============================================================================= */

/* -- 1. HERO ----------------------------------------------------------- */
.cloud-hero {
  padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(180deg, var(--paper-cool) 0%, var(--paper) 100%);
  position: relative;
  overflow: hidden;
}
.cloud-hero__atmos {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 40% at 80% 10%, rgba(93,189,189,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 15% 90%, rgba(15,42,68,0.06) 0%, transparent 60%);
}
.cloud-hero .container { position: relative; z-index: 1; }
.cloud-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.cloud-hero__copy { max-width: 620px; }
.cloud-hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 4.2vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.1;
  color: var(--navy);
  margin: 1rem 0 1.25rem;
}
.cloud-hero__claim {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 1.25rem;
}
.cloud-hero__claim em { font-style: normal; color: var(--teal); font-weight: 600; }
.cloud-hero__lead {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 1.75rem;
}
.cloud-hero__ctas { display: flex; gap: 0.875rem; flex-wrap: wrap; align-items: center; }

/* Shared-responsibility stack viz */
.cloud-hero__viz { max-width: 460px; margin-left: auto; width: 100%; }
.cloud-stack {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
  padding: 1.25rem;
  box-shadow: 0 4px 16px rgba(15,42,68,0.04), 0 24px 60px rgba(15,42,68,0.10);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.cloud-stack__cap {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
  text-align: center;
  padding-bottom: 0.875rem;
  border-bottom: 1px dashed var(--line);
  margin-bottom: 0.25rem;
}
.cloud-stack__layer {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.875rem;
  align-items: center;
  padding: 1rem 1.125rem;
  border-radius: var(--r-md);
  transition: transform var(--t-base);
}
.cloud-stack__layer:hover { transform: translateX(4px); }
/* Klickbare Variante — als <a>-Element gerendert. */
.cloud-stack__layer--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.cloud-stack__layer--link:hover,
.cloud-stack__layer--link:focus-visible {
  box-shadow: 0 6px 18px rgba(15,42,68,0.16);
  outline: none;
}
.cloud-stack__layer--customer {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(14,107,107,0.20);
}
.cloud-stack__layer--paas {
  background: var(--paper-cool);
  border: 1px solid var(--line);
}
.cloud-stack__layer--iaas {
  background: var(--navy-deep);
  color: var(--paper);
}
.cloud-stack__layer-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  opacity: 0.6;
  line-height: 1;
}
.cloud-stack__layer-content { display: flex; flex-direction: column; gap: 0.125rem; }
.cloud-stack__layer-content strong {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.005em;
}
.cloud-stack__layer-content span {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  opacity: 0.85;
}
.cloud-stack__boundary {
  position: relative;
  text-align: center;
  margin: 0.125rem 0;
}
.cloud-stack__boundary::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--teal) 0 6px, transparent 6px 12px);
}
.cloud-stack__boundary span {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--white);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--teal);
  border: 1px solid var(--teal);
  border-radius: var(--r-full);
  white-space: nowrap;
}

/* Trust strip: cloud platforms (IaaS vs SaaS) */
.cloud-trust-strip {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cloud-trust-strip__label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-mute);
}
.cloud-trust-strip__list {
  display: flex; gap: 0.625rem; flex-wrap: wrap; list-style: none; margin: 0; padding: 0;
}
.cloud-platform-chip {
  display: inline-flex; align-items: center;
  padding: 0.4375rem 0.875rem;
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform var(--t-fast);
}
.cloud-platform-chip--iaas { color: var(--ink-soft); border-color: var(--line-strong); }
.cloud-platform-chip--saas { color: var(--teal); border-color: rgba(14,107,107,0.25); background: rgba(14,107,107,0.04); }
.cloud-platform-chip:hover { transform: translateY(-1px); }
/* Klickbare Variante — als <a>-Element gerendert. */
.cloud-platform-chip--link {
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--t-fast) var(--ease-out), box-shadow var(--t-fast) var(--ease-out), border-color var(--t-fast) var(--ease-out);
}
.cloud-platform-chip--link:hover,
.cloud-platform-chip--link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(14,107,107,0.18);
  border-color: var(--teal);
  outline: none;
}

/* -- 2. CONTEXT (H2-1) — dark mode (cloud-atmosphere) ----------------- */
.cloud-kontext {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: rgba(255,255,255,0.92);
}
.cloud-kontext__atmos {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(900px 600px at 85% 10%, rgba(14,107,107,0.18), transparent 60%),
    radial-gradient(700px 500px at 10% 90%, rgba(31,95,168,0.15), transparent 60%);
}
.cloud-kontext .container { position: relative; z-index: 1; }
.cloud-kontext .section-head__title { color: var(--white); }
.cloud-kontext .section-head__lead { color: rgba(255,255,255,0.78); }
.cloud-context { display: flex; flex-direction: column; gap: 2rem; }
.cloud-context__prose {
  max-width: 820px;
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
}
.cloud-context__prose > p + p,
.cloud-context__prose > p + ul,
.cloud-context__prose > ul + p { margin-top: 1rem; }
.cloud-context__prose strong { color: var(--white); font-weight: 600; }
/* Dark-Mode-Override für strong gegen den dunklen Hintergrund */
.cloud-kontext .cloud-context__prose strong { color: var(--white); }
.cloud-context__layers {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 0.5rem;
}
.cloud-context__layers li {
  padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-left: 3px solid var(--teal-light);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}
.cloud-context__layers li strong { color: var(--white); }
.cloud-context__layers li span { color: rgba(255,255,255,0.72); }

.cloud-points-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.cloud-point {
  padding: 1.5rem 1.375rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base), background var(--t-base);
}
.cloud-point:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.10);
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}
.cloud-point__num {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--teal-light);
  margin-bottom: 0.625rem;
}
.cloud-point__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.cloud-point__body {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.cloud-context__closing {
  max-width: 820px;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
.cloud-context__closing strong { color: var(--teal-light); font-weight: 600; }

/* -- 3. VENDOR-AUDIT GRID (H2-2) --------------------------------------- */
.cloud-vendor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.cloud-vendor-card {
  padding: 1.75rem 1.625rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  transition: border-color var(--t-base), transform var(--t-base);
}
.cloud-vendor-card:hover { transform: translateY(-2px); border-color: var(--line-strong); }
.cloud-vendor-card--accent { border-left: 4px solid var(--teal); }
.cloud-vendor-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--line);
}
.cloud-vendor-card__num {
  width: 32px; height: 32px;
  display: grid;
  place-items: center;
  background: var(--paper-cool);
  border-radius: var(--r-md);
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--teal);
}
.cloud-vendor-card__cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.cloud-vendor-card__cert {
  padding: 0.25rem 0.5rem;
  background: var(--paper-cool);
  border: 1px solid var(--line);
  border-radius: var(--r-sm, 6px);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.cloud-vendor-card__badge {
  padding: 0.3125rem 0.625rem;
  background: rgba(14,107,107,0.10);
  border: 1px solid rgba(14,107,107,0.22);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--teal);
  text-transform: uppercase;
}
.cloud-vendor-card__split {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cloud-vendor-card__split-half {
  padding: 0.25rem 0.625rem;
  border-radius: var(--r-sm, 6px);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cloud-vendor-card__split-half.is-ok { background: rgba(14,107,107,0.10); color: var(--teal); }
.cloud-vendor-card__split-half.is-risk { background: rgba(180,60,60,0.10); color: #B43C3C; }
.cloud-vendor-card__split-arrow { color: var(--ink-mute); }
.cloud-vendor-card__platforms {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.cloud-vendor-card__platforms span {
  padding: 0.25rem 0.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-sm, 6px);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.cloud-vendor-card__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin-bottom: 0.625rem;
  line-height: 1.3;
}
.cloud-vendor-card__body {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}
.cloud-vendor-card__body strong { color: var(--navy); font-weight: 600; }

/* Magnet CTA banner (H2-2 → GAMP 5) */
.cloud-magnet-cta {
  margin-top: clamp(2rem, 3vw, 2.5rem);
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--paper);
  border-radius: var(--r-xl, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  box-shadow: 0 12px 32px rgba(15,42,68,0.18);
}
.cloud-magnet-cta__body { flex: 1 1 360px; }
.cloud-magnet-cta__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--teal-light);
}
.cloud-magnet-cta__title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--white);
  margin: 0.375rem 0 0.5rem;
}
.cloud-magnet-cta__sub {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.cloud-magnet-cta__btn { flex-shrink: 0; }

/* -- 4. RELEASE-VELOCITY (H2-3) ---------------------------------------- */
.cloud-release { display: flex; flex-direction: column; gap: clamp(1.5rem, 3vw, 2.5rem); }
.cloud-release__compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: stretch;
}
.cloud-release__col {
  padding: 1.75rem 1.625rem;
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
}
.cloud-release__col--bad {
  background: var(--paper-cool);
  border: 1px solid var(--line);
  opacity: 0.85;
}
.cloud-release__col--good {
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 100%);
  color: var(--white);
  box-shadow: 0 12px 32px rgba(14,107,107,0.20);
}
.cloud-release__col-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
}
.cloud-release__col--good .cloud-release__col-eyebrow { color: rgba(255,255,255,0.7); }
.cloud-release__col-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0.5rem 0 0.75rem;
  color: var(--navy);
}
.cloud-release__col--good .cloud-release__col-num { color: var(--white); }
.cloud-release__col-num span { font-size: 0.55em; opacity: 0.85; font-weight: 600; }
.cloud-release__col-body {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}
.cloud-release__col--good .cloud-release__col-body { color: rgba(255,255,255,0.85); }
.cloud-release__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--ink-mute);
}

/* Platform rhythm visualisation */
.cloud-rhythm {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
  padding: 1.5rem 1.75rem;
}
.cloud-rhythm__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.25rem;
}
.cloud-rhythm__head-label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-mute);
}
.cloud-rhythm__head-axis {
  display: flex;
  gap: clamp(2rem, 6vw, 4rem);
}
.cloud-rhythm__head-axis span {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.cloud-rhythm__row {
  display: grid;
  grid-template-columns: 200px 1fr 140px;
  gap: 1.25rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px dashed var(--line);
}
.cloud-rhythm__row:last-child { border-bottom: 0; }
.cloud-rhythm__label { display: flex; flex-direction: column; gap: 0.125rem; }
.cloud-rhythm__label strong {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--navy);
}
.cloud-rhythm__label span {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: var(--ink-mute);
}
.cloud-rhythm__track {
  position: relative;
  height: 24px;
  background: linear-gradient(90deg, var(--paper-cool) 0%, var(--paper-cool) 100%);
  border-radius: var(--r-full);
  overflow: hidden;
}
.cloud-rhythm__pulse,
.cloud-rhythm__dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px; height: 12px;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(14,107,107,0.18);
}
.cloud-rhythm__dot { width: 7px; height: 7px; box-shadow: 0 0 0 2px rgba(14,107,107,0.12); }
.cloud-rhythm__flow {
  position: absolute;
  inset: 6px 0;
  background: linear-gradient(90deg, var(--teal-light) 0%, var(--teal) 50%, var(--teal-light) 100%);
  border-radius: var(--r-full);
  opacity: 0.65;
}
.cloud-rhythm__effort {
  text-align: right;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: var(--teal);
  font-weight: 600;
}
.cloud-release__handover {
  max-width: 820px;
  margin: 0;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
}
.cloud-release__handover strong { color: var(--navy); }

/* -- 5. HYBRID STACK (H2-4) -------------------------------------------- */
.cloud-hybrid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.25rem;
  align-items: stretch;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl, 20px);
}
.cloud-hybrid__side {
  padding: 1.25rem;
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.cloud-hybrid__side--prem {
  background: var(--paper-warm);
  border: 1px solid var(--line);
}
.cloud-hybrid__side--cloud {
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 100%);
  color: var(--white);
}
.cloud-hybrid__side-label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
  padding-bottom: 0.625rem;
  border-bottom: 1px dashed var(--line);
  width: 100%;
}
.cloud-hybrid__side--cloud .cloud-hybrid__side-label { color: rgba(255,255,255,0.75); border-bottom-color: rgba(255,255,255,0.2); }
.cloud-hybrid__nodes {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.cloud-hybrid__node {
  padding: 0.625rem 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
}
.cloud-hybrid__side--cloud .cloud-hybrid__node {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.18);
  color: var(--white);
}

.cloud-hybrid__bridge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  min-width: 140px;
}
.cloud-hybrid__bridge-flow {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  justify-content: center;
}
.cloud-hybrid__bridge-flow span {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--teal);
  opacity: 0.3;
  animation: cloudFlow 1.8s ease-in-out infinite;
}
.cloud-hybrid__bridge-flow span:nth-child(1) { animation-delay: 0s; }
.cloud-hybrid__bridge-flow span:nth-child(2) { animation-delay: 0.18s; }
.cloud-hybrid__bridge-flow span:nth-child(3) { animation-delay: 0.36s; }
.cloud-hybrid__bridge-flow span:nth-child(4) { animation-delay: 0.54s; }
.cloud-hybrid__bridge-flow span:nth-child(5) { animation-delay: 0.72s; }
.cloud-hybrid__bridge-flow--reverse { flex-direction: row-reverse; }
@keyframes cloudFlow {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}
@media (prefers-reduced-motion: reduce) {
  .cloud-hybrid__bridge-flow span { animation: none; opacity: 0.6; }
}
.cloud-hybrid__bridge-label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  text-align: center;
}

.cloud-hybrid-rules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.cloud-hybrid-rule {
  padding: 1.625rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
}
.cloud-hybrid-rule__icon {
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
  background: rgba(14,107,107,0.08);
  color: var(--teal);
  border-radius: var(--r-md);
  margin-bottom: 0.875rem;
}
.cloud-hybrid-rule__icon svg { width: 22px; height: 22px; }
.cloud-hybrid-rule__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.cloud-hybrid-rule__body {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}
.cloud-hybrid-rule__body strong { color: var(--navy); font-weight: 600; }

/* -- 6. CROSS-STREAM SWIM-LANES (H2-5) --------------------------------- */
.cloud-streams {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.cloud-stream {
  padding: 1.5rem 1.375rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
}
.cloud-stream--app        { border-top: 4px solid var(--teal); }
.cloud-stream--compliance { border-top: 4px solid var(--navy); }
.cloud-stream--business   { border-top: 4px solid var(--teal-light); }
.cloud-stream__head {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--line);
}
.cloud-stream__dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.cloud-stream--app .cloud-stream__dot        { background: var(--teal); box-shadow: 0 0 0 4px rgba(14,107,107,0.15); }
.cloud-stream--compliance .cloud-stream__dot { background: var(--navy); box-shadow: 0 0 0 4px rgba(15,42,68,0.12); }
.cloud-stream--business .cloud-stream__dot   { background: var(--teal-light); box-shadow: 0 0 0 4px rgba(93,189,189,0.15); }
.cloud-stream__name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--navy);
}
.cloud-stream__sub {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 0.125rem;
}
.cloud-stream__body {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}
.cloud-streams__seam {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.4375rem 1rem;
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 100%);
  color: var(--white);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(14,107,107,0.25);
}

.cloud-pm-body {
  max-width: 760px;
  margin: 2.5rem auto 0;
  font-size: var(--fs-lead);
  line-height: 1.65;
  color: var(--ink-soft);
  text-align: center;
}
.cloud-pm-body__heading { text-align: center; }
.cloud-pm-list { justify-items: center; }
.cloud-pm-list li { text-align: left; }
.cloud-pm-body > p + h3,
.cloud-pm-body > p + p,
.cloud-pm-body > ul + p { margin-top: 1.25rem; }
.cloud-pm-body__heading {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 1.5rem 0 0.75rem;
}
.cloud-pm-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 1rem;
}
.cloud-pm-list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.cloud-pm-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 6px; height: 6px;
  background: var(--teal);
  border-radius: 50%;
}
.cloud-pm-list li strong { color: var(--navy); font-weight: 600; margin-right: 0.25rem; }
.cloud-pm-body .cloud-stats-mini { justify-content: center; }
.cloud-pm-body .section-cta { text-align: center; justify-content: center; display: flex; }

.cloud-stats-mini {
  margin-top: 1.75rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
  background: var(--paper-cool);
  border-radius: var(--r-md);
}
.cloud-stats-mini > div { display: flex; flex-direction: column; gap: 0.125rem; }
.cloud-stats-mini strong {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy);
}
.cloud-stats-mini span {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* -- 7. BONUS LEAD-MAGNET (H2-6) --------------------------------------- */
.cloud-bonus {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.cloud-bonus__atmos {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 85% 20%, rgba(93,189,189,0.16) 0%, transparent 50%),
    radial-gradient(circle at 15% 90%, rgba(14,107,107,0.12) 0%, transparent 55%);
}
.cloud-bonus .container { position: relative; z-index: 1; }
.cloud-bonus__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.cloud-bonus__copy { max-width: 620px; }
.cloud-bonus__eyebrow .eyebrow-num__num { color: var(--teal-light); }
.cloud-bonus__eyebrow { color: rgba(255,255,255,0.7); }
.cloud-bonus__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--white);
  margin: 1rem 0 1.25rem;
}
/* Override: default gradient-text (Navy → Blue → Teal) ist auf dunklem
   cloud-bonus-BG nicht lesbar. Hellere Teal→Cyan-Gradient für Kontrast. */
.cloud-bonus__title .gradient-text {
  background: linear-gradient(135deg, #5ED3D3 0%, #1A8A8A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Fallback wenn background-clip nicht unterstützt wird */
  color: var(--teal-light);
}

/* LP5 Round-2: Section-Head--cloud-narrow Modifier — Lead-Text bekommt
   die gleiche max-width wie die darunterliegende Grafik (~1000px für die
   release-rhythm, hybrid, streams-Container) damit der Text "so breit wie
   die Grafik" abschließt statt ungebremst breit zu laufen. */
.section-head--cloud-narrow .section-head__lead {
  max-width: 880px;
}
.section-head--cloud-narrow .section-head__title {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.cloud-bonus__body {
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin: 0 0 1.5rem;
}
.cloud-bonus__meta {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.cloud-bonus__meta-item {
  padding: 0.3125rem 0.75rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-full);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
}

/* Real Lead-Magnet-Cover (Image-Based) — ersetzt CSS-Buchcover */
.cloud-bonus__cover {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.cloud-bonus__cover-stack {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.35));
}
.cloud-bonus__cover-shadow {
  position: absolute;
  inset: auto 8% -10px 8%;
  height: 24px;
  background: radial-gradient(50% 100% at 50% 50%, rgba(0,0,0,0.45), transparent 70%);
  filter: blur(8px);
  z-index: 0;
}
.cloud-bonus__cover-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-md);
  box-shadow: 0 20px 50px rgba(0,0,0,0.30), 0 0 0 1px rgba(255,255,255,0.06);
  transform: rotate(-2deg) translateY(0);
  transition: transform var(--t-base);
}
.cloud-bonus__cover-img:hover {
  transform: rotate(0deg) translateY(-3px);
}

/* -- RESPONSIVE -------------------------------------------------------- */
@media (max-width: 1024px) {
  .cloud-hero__grid { grid-template-columns: 1fr; }
  .cloud-hero__viz { max-width: 460px; margin: 0 auto; }
  .cloud-points-grid { grid-template-columns: repeat(2, 1fr); }
  .cloud-vendor-grid { grid-template-columns: 1fr; }
  .cloud-hybrid { grid-template-columns: 1fr; }
  .cloud-hybrid__bridge { flex-direction: row; min-width: 0; }
  .cloud-hybrid__bridge-flow,
  .cloud-hybrid__bridge-flow--reverse { flex-direction: row; }
  .cloud-hybrid-rules { grid-template-columns: 1fr; }
  .cloud-streams { grid-template-columns: 1fr; }
  .cloud-streams__seam { bottom: auto; top: 0; transform: translateX(-50%) translateY(-50%); }
  .cloud-pm-list { grid-template-columns: 1fr; }
  .cloud-rhythm__row { grid-template-columns: 1fr; gap: 0.625rem; }
  .cloud-rhythm__effort { text-align: left; }
  .cloud-bonus__inner { grid-template-columns: 1fr; }
  .cloud-bonus__cover { max-width: 240px; }
}
@media (max-width: 640px) {
  .cloud-points-grid { grid-template-columns: 1fr; }
  .cloud-release__compare { grid-template-columns: 1fr; }
  .cloud-release__divider { transform: rotate(90deg); padding: 0.5rem 0; }
  .cloud-trust-strip { flex-direction: column; align-items: flex-start; }
  .cloud-magnet-cta { padding: 1.5rem; }
  .cloud-magnet-cta__btn { width: 100%; justify-content: center; }
  .cloud-rhythm__head-axis { display: none; }
  .cloud-stats-mini { gap: 1rem 1.25rem; }
  .cloud-stats-mini strong { font-size: 1.125rem; }
  .cloud-bonus__btn { width: 100%; justify-content: center; }
}

/* =============================================================================
   ROUND-5 POLISH (28.05.2026) — LP 6 / Pyramid Tier 5 / Authority-Pills /
   Bonus-Image / LP-Page-Final-CTA-Konsistenz
   ============================================================================= */

/* LP 6 Authority-Pills: separate Chips mit "·"-Trenner zwischen ihnen */
.au-hero__authorities {
  display: inline-flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem 1rem !important;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  box-shadow: 0 4px 14px rgba(15,42,68,0.06);
}
.au-hero__authority {
  font-family: var(--font-mono);
  font-size: 0.75rem !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 600;
  padding: 0.125rem 0.5rem;
  position: relative;
}
.au-hero__authority + .au-hero__authority::before {
  content: "·";
  margin-left: -0.5rem;
  margin-right: 0.375rem;
  color: var(--ink-mute);
  font-weight: 400;
}
/* Alte Separator-Spans nicht mehr rendern (Fallback fürs bestehende DOM) */
.au-hero__sep { display: none !important; }

/* LP 6 Layer-Stack: alle defaultmäßig zugeklappt + Icons größer + Karten zentriert + Closing-Animation cleanen */
.au-layers .au-layer-stack { max-width: 980px; margin-inline: auto; }
.au-layer.is-active .au-layer__body { padding-bottom: 1.5rem !important; }
.au-layer__icon { width: 56px !important; height: 56px !important; }
.au-layer__icon svg { width: 30px !important; height: 30px !important; }
/* Im Default-State (eingeklappt) ein Hauch Farbe + Hinweis-Text damit nicht leer wirkt */
.au-layer:not(.is-active) .au-layer__toggle {
  background: linear-gradient(135deg, var(--cluster-bg, rgba(14,107,107,0.04)), transparent 70%);
}
.au-layer:not(.is-active) .au-layer__teaser {
  display: inline-flex;
  padding: 0.25rem 0.625rem;
  background: var(--cluster-bg, rgba(14,107,107,0.10));
  border-radius: var(--r-full);
  color: var(--cluster-fg, var(--teal));
}
.au-layer--documents { --cluster-fg: var(--teal); --cluster-bg: rgba(14,107,107,0.10); }
.au-layer--process   { --cluster-fg: var(--navy); --cluster-bg: rgba(31,95,168,0.10); }
.au-layer--people    { --cluster-fg: var(--teal-deep); --cluster-bg: rgba(14,107,107,0.10); }
/* Smoother collapse: max-height animiert weiter, padding-bottom auch */
.au-layer__body {
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
}

/* LP 6 Engagement-Cards: alle gleich hoch via Stretch + Body als flex column */
.au-engage__grid { align-items: stretch; }
.au-engage__card { display: flex !important; flex-direction: column !important; }
.au-engage__card .au-engage__lead,
.au-engage__card .au-engage__list { flex: 1 1 auto; }

/* LP 6 Rescue-Pipeline — 4 gleich breite Karten, Pfeile absolut zwischen ihnen */
.au-pipeline {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: clamp(1.25rem, 2.5vw, 2rem) !important;
  align-items: stretch !important;
  position: relative;
  list-style: none;
  padding: 0;
}
.au-pipeline__step {
  position: relative !important;
  grid-column: auto !important;
}
/* Pfeil zwischen den Karten — sitzt am rechten Rand jeder Karte (außer letzter),
   vertikal mittig zur Karte. Brauche keinen separaten Connector-DOM mehr. */
.au-pipeline__step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: calc(clamp(1.25rem, 2.5vw, 2rem) * -0.5);
  transform: translate(50%, -50%);
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--teal);
  z-index: 2;
  line-height: 1;
  pointer-events: none;
}
/* Inline-Connector-DOMs ausblenden — werden nicht mehr verwendet */
.au-pipeline .au-pipeline__connector {
  display: none !important;
}
@media (max-width: 900px) {
  .au-pipeline {
    grid-template-columns: 1fr !important;
    gap: clamp(1.5rem, 3vw, 2rem) !important;
  }
  .au-pipeline__step:not(:last-child)::after {
    content: "↓";
    top: auto;
    bottom: calc(clamp(1.5rem, 3vw, 2rem) * -0.5);
    right: 50%;
    transform: translate(50%, 50%);
    font-size: 1.5rem;
  }
}

/* LP 6 Bonus-Cover als echtes Bild */
.au-bonus__cover {
  position: relative;
  width: 200px !important;
  aspect-ratio: 0.78 / 1 !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  transform: rotate(-3deg) !important;
  transition: transform var(--t-base);
  margin: 0 auto;
}
.au-bonus__cover-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 4px 8px 8px 4px;
  box-shadow:
    0 18px 36px rgba(15,42,68,0.24),
    0 4px 10px rgba(15,42,68,0.10),
    inset 0 0 0 1px rgba(255,255,255,0.06);
}
.au-bonus__cover-tab {
  position: absolute;
  top: -10px;
  right: 16px;
  padding: 0.25rem 0.6rem;
  background: var(--teal);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -2px 8px rgba(14,107,107,0.30);
}

/* LP 6 Velocity-Section — header + levers centred above/below the gauge cards */
.au-velocity .au-section__head {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.au-velocity .au-section__head .eyebrow-num {
  justify-content: center;
}
.au-velocity .au-section__head .section-head__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
.au-velocity__levers {
  margin-left: auto !important;
  margin-right: auto !important;
}
.au-velocity__levers h3 {
  text-align: center;
}

/* LP 6 Layer-Stack — center the stack + smoother collapse animation */
.au-layer-stack {
  margin-left: auto !important;
  margin-right: auto !important;
}
.au-layer__body {
  transition: max-height 380ms cubic-bezier(0.22, 1, 0.36, 1),
              padding 380ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  padding: 0 1.25rem 0 5.875rem !important;
}
.au-layer.is-active .au-layer__body {
  padding: 0 1.25rem 1.5rem 5.875rem !important;
}
.au-layer__toggle .au-layer__chevron {
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* Blog landing — dark hero band on /blog/ and category archives */
.blog-hero {
  position: relative;
  padding-block: clamp(4.5rem, 8vw, 7rem) clamp(3rem, 5vw, 4.5rem);
  overflow: hidden;
  isolation: isolate;
}
.blog-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.blog-hero__aurora {
  position: absolute;
  inset: -20% -5% auto -5%;
  height: 120%;
  background:
    radial-gradient(60% 50% at 15% 30%, rgba(14,107,107,0.45), transparent 60%),
    radial-gradient(45% 40% at 80% 60%, rgba(31,95,168,0.40), transparent 60%);
  filter: blur(40px);
  opacity: 0.85;
}
.blog-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, black 30%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, black 30%, black 80%, transparent);
  opacity: 0.45;
}
.blog-hero__head { margin-bottom: 2rem; }
.blog-hero__head .eyebrow--light {
  color: rgba(255,255,255,0.80);
}
.blog-hero__head .section-head__title {
  color: var(--white);
  margin-bottom: 0.75rem;
}
.blog-hero__head .gradient-text {
  background: linear-gradient(120deg, #5ED3D3, #8DB6F1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.blog-hero__lead {
  color: rgba(255,255,255,0.78) !important;
  max-width: 680px;
  margin-inline: auto;
}

/* Subscribe bar — dark variant (glass card on dark hero) */
.blog-subscribe-bar--dark {
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 18px 40px rgba(0,0,0,0.20);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.blog-subscribe-bar--dark .blog-subscribe-bar__icon {
  background: rgba(14,107,107,0.85);
}
.blog-subscribe-bar--dark .blog-subscribe-bar__title {
  color: var(--white);
}
.blog-subscribe-bar--dark .blog-subscribe-bar__lead {
  color: rgba(255,255,255,0.75);
}

/* Blog-Archive section sits directly below dark hero — keep flow tight */
.blog-hero + .blog-archive {
  padding-top: clamp(2rem, 4vw, 3rem);
}

/* =============================================================================
   ROUND-48 — MOBILE LAYOUTS: Sticky-Stack · Karussell · ATF · Tabellen

   Konsolidierter Mobile-Sweep nach User-Feedback. Adressiert acht Punkte
   aus dem Mobile-Screenshot-Walk-Through:
     1  HP Blog erste Kachel Gap
     3  Blog-Single Meta-Layout + Bild/Tabelle overflow
     4  LP1 S04 Systemnamen + collapsible
     6  LP2 S02/S03/S05 — sticky-stack + Karussell + sticky-stack
     7  LP3 ATF-Grafik kleiner + Fokus-Spalte sichtbar
     8  LP4 GAMP-5 Mobile-Stack + Karussell-Bars + Peek
     9  LP5 Cloud ATF lesbar + Karussell + Tage/Stunden + sticky-stack
    10  LP6 Audit-Visual hide + sticky-stack + Karussell

   Reuse-Pattern: Sticky-Stack-Mixin (4 Sections) + Karussell-Mixin (5).
   Steht NACH Round-46 + allen früheren Mobile-Regeln → gewinnt im Cascade.
   ============================================================================= */

@media (max-width: 720px) {

  /* ─── REUSE: STICKY-STACK auf Mobile ─────────────────────────────────────
     Übernimmt das HP-S04-Pattern (.complex-grid) für vier weitere Sections:
     LP2 S02 + S05, LP5 S04, LP6 S02. Jede Karte „klebt" beim Hochscrollen
     oben — die nächste fliegt drüber. */
  .sap-risk-grid,
  .sap-ive-grid,
  .cloud-hybrid-rules,
  .au-velocity__grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 0;
  }
  .sap-risk-card,
  .sap-ive-col,
  .cloud-hybrid-rule,
  .au-velocity__grid > div {
    position: sticky;
    top: 80px;
    margin: 0 0 1rem;
    /* min-height nur so groß wie nötig — vorher 56vh, jetzt nutzt Cards
       natural-content-height. */
    background: var(--white);
    box-shadow: 0 -12px 32px rgba(8,26,45,0.18);
    border-radius: var(--r-xl);
  }
  .au-velocity__grid > div { padding: 1.25rem 1.25rem 1.5rem; }
  /* Sticky funktioniert nur wenn alle Vorfahren overflow: visible haben */
  #stolpersteine, #ive,
  #hybrid, #layers, #velocity { overflow: visible; }

  /* ─── REUSE: KARUSSELL mit dauerhaft sichtbarer Scrollbar ─────────────────
     Übernimmt scroll-snap-x + visible-thumb Pattern für fünf Sections:
     LP2 S03, LP4 S02 + S03 (Peek-Variante) + S04, LP5 S02, LP6 S03. */
  .sap-paths-compare,
  .gc-compare,
  .gc-pyramid,
  .cloud-vendor-grid,
  .au-engage__grid {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: none;
    gap: 1rem;
    /* Karussell startet bündig zum normalen Text (kein negativer
       margin-inline mehr — sass die Karten weniger am linken Rand kleben).
       padding-right etwas größer damit auf der peek-Seite Atemraum bleibt. */
    padding: 0.5rem 1.5rem 1.25rem 0;
    scroll-padding-left: 0;
    scrollbar-width: thin;
    scrollbar-color: var(--teal) rgba(15,42,68,0.08);
  }
  .sap-paths-compare::-webkit-scrollbar,
  .gc-compare::-webkit-scrollbar,
  .gc-pyramid::-webkit-scrollbar,
  .cloud-vendor-grid::-webkit-scrollbar,
  .au-engage__grid::-webkit-scrollbar {
    height: 8px;
    display: block;
  }
  .sap-paths-compare::-webkit-scrollbar-track,
  .gc-compare::-webkit-scrollbar-track,
  .gc-pyramid::-webkit-scrollbar-track,
  .cloud-vendor-grid::-webkit-scrollbar-track,
  .au-engage__grid::-webkit-scrollbar-track {
    background: rgba(15,42,68,0.08);
    border-radius: 4px;
  }
  .sap-paths-compare::-webkit-scrollbar-thumb,
  .gc-compare::-webkit-scrollbar-thumb,
  .gc-pyramid::-webkit-scrollbar-thumb,
  .cloud-vendor-grid::-webkit-scrollbar-thumb,
  .au-engage__grid::-webkit-scrollbar-thumb {
    background: var(--teal);
    border-radius: 4px;
  }
  .sap-paths-compare > .sap-path,
  .gc-compare > .gc-compare__col,
  .gc-pyramid .gc-pyramid__tier,
  .cloud-vendor-grid > .cloud-vendor-card,
  .au-engage__grid > .au-engage__card {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }

  /* ─── PUNKT 1: HP Blog erste Kachel Gap ─────────────────────────────────
     Track-Padding angleichen damit erste Kachel nicht am Rand klebt. */
  .blog-grid {
    margin-inline: calc(var(--gutter, 1rem) * -1);
    padding-inline: var(--gutter, 1rem);
    scroll-padding-inline: var(--gutter, 1rem);
  }

  /* ─── PUNKT 3: Blog-Single Mobile ────────────────────────────────────────
     Nav-Strip etwas abgesetzt, Meta-Reihe sauber gruppiert,
     Body-Bilder + Tabellen niemals über die Karten-Kante hinaus. */
  .post-single__nav { padding-block: 0.75rem; margin-bottom: 0.75rem; }
  .post-single__back--icon { width: 38px; height: 38px; }
  .post-single__paper-head .post-single__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem 0.75rem;
  }
  .post-single__paper-head .post-single__meta .post-cluster {
    order: 0;
    margin-right: auto;
  }
  .post-single__paper-head .post-single__meta .post-single__date,
  .post-single__paper-head .post-single__meta .post-single__reading,
  .post-single__paper-head .post-single__meta .post-single__author { order: 1; }

  /* Body-Content overflow-safe */
  .post-single__paper-body img,
  .post-single__paper-body figure,
  .post-single__paper-body .wp-block-image {
    max-width: 100%;
    height: auto;
  }
  .post-single__paper-body figure img { width: 100%; }
  .post-single__paper-body table,
  .post-single__paper-body .wp-block-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
  .post-single__paper-body table::-webkit-scrollbar,
  .post-single__paper-body .wp-block-table::-webkit-scrollbar { height: 6px; }
  .post-single__paper-body table::-webkit-scrollbar-thumb,
  .post-single__paper-body .wp-block-table::-webkit-scrollbar-thumb {
    background: var(--teal);
    border-radius: 3px;
  }

  /* ─── PUNKT 4: LP1 S04 Systemliste — Headlines + collapsible ─────────────
     Default-Listenitem zeigt nur den Namen mit Trennstrich. Beschreibung
     ist initial collapsed; JS-Toggle (.is-open) öffnet sie. */
  .systems-list--center { gap: 0; }
  .systems-list--center li {
    padding: 0;
    border-bottom: 1px solid var(--line);
  }
  .systems-list--center .systems-list__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0.25rem;
    gap: 0.25rem;
    width: 100%;
  }
  .systems-list--center .systems-list__link strong {
    font-size: 1.0625rem;
    color: var(--navy);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .systems-list--center .systems-list__link strong::after {
    content: "▾";
    font-size: 0.75rem;
    color: var(--ink-mute);
    transition: transform var(--t-base);
  }
  .systems-list--center .systems-list__link.is-open strong::after {
    transform: rotate(180deg);
  }
  .systems-list--center .systems-list__link span {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s var(--ease-out), opacity 0.25s var(--ease-out);
  }
  .systems-list--center .systems-list__link.is-open span {
    max-height: 240px;
    opacity: 1;
  }

  /* ─── PUNKT 7: LP3 ATF-Grafik kleiner + Fokus-Spalte sichtbar ───────────── */
  .sv-hero__visual {
    max-width: 280px;
    margin: 1rem auto 0;
    padding-inline: 0.5rem;
  }
  .sv-hero__visual svg { width: 100%; height: auto; }
  /* Tabelle horizontal scrollbar machen — Fokus-Spalte ist wieder sichtbar */
  .sv-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .sv-table__grid { min-width: 560px; }
  .sv-table__col-hide-mobile { display: table-cell !important; }

  /* ─── PUNKT 8: LP4 GAMP-5 spezifische Tweaks ────────────────────────────
     a) generelle Mobile-Stack-Garantie für gc-Reihen
     b) S03 EU/US-Peek (rechts 18% des nächsten Pfeils zeigen)
     c) S04 Pyramide aufsteigende Höhen Kat-1 → Kat-5 */
  .gc-section [class$="__grid"]:not(.gc-pyramid):not(.gc-compare) {
    grid-template-columns: 1fr !important;
  }
  /* S03 Peek-Karussell */
  .gc-compare {
    scroll-padding-inline: 1rem;
    padding-inline: 1rem 2.5rem; /* rechts mehr → peek auf nächste Karte */
  }
  .gc-compare > .gc-compare__col { flex: 0 0 82%; }
  .gc-compare__vs { display: none; } /* Pfeil-Trenner raus auf Mobile */
  /* S04 Pyramide Karussell mit aufsteigenden Höhen */
  .gc-pyramid > .gc-pyramid__tier { min-height: 220px; }
  .gc-pyramid > .gc-pyramid__tier[data-tier="2"] { min-height: 240px; }
  .gc-pyramid > .gc-pyramid__tier[data-tier="3"] { min-height: 270px; }
  .gc-pyramid > .gc-pyramid__tier[data-tier="4"] { min-height: 300px; }
  .gc-pyramid > .gc-pyramid__tier[data-tier="5"] { min-height: 330px; }

  /* ─── PUNKT 9: LP5 Cloud ATF + S03 spacing ──────────────────────────────
     ATF Ribbon mit KPIs war auf transparentem Hero-Background unlesbar —
     jetzt dark glassmorph background. S03 Tage/Stunden-Gap reduziert. */
  .cloud-hero__ribbon {
    background: rgba(15,42,68,0.85);
    color: var(--white);
    padding: 0.875rem 1rem;
    border-radius: var(--r-lg);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    border: 1px solid rgba(255,255,255,0.12);
  }
  .cloud-hero__ribbon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cloud-hero__ribbon-item strong {
    font-size: 1.125rem;
    color: #6FCBCB;
  }
  .cloud-hero__ribbon-sep { display: none; } /* Trenner braucht's im Column-Layout nicht */
  /* S03 Tage/Stunden-Vergleich tighter */
  .cloud-release__compare { gap: 0.5rem; }
  .cloud-release__divider { margin: -0.25rem 0; }

  /* ─── PUNKT 10: LP6 Audit ATF-Visual ausblenden auf Mobile ───────────────
     Dossier-Lesezeichen/Stack-Grafik ist auf Mobile nicht sinnvoll
     darstellbar — wird komplett ausgeblendet (rein dekorativ, aria-hidden). */
  .au-hero__visual { display: none !important; }
  .au-hero__copy { padding-bottom: 1.5rem; }

  /* ─── ROUND-49: LP6 S01 Layer-Stack auf Mobile als pure Accordion ─────────
     Vorher: sticky-stack mit 56vh-Karten = riesig leere weiße Flächen weil
     der Body kollabiert ist. Jetzt: keine sticky-Karten, jeder Layer ist
     nur ein Header-Button im "collapsed"-State, Tap öffnet den Body via
     aria-expanded-Toggle (JS schon vorhanden in main.js).
     Card-Hintergrund nur bei AKTIVEM Layer sichtbar, sonst transparent. */
  .au-layer-stack { display: flex; flex-direction: column; gap: 0.5rem; }
  .au-layer {
    background: transparent;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    box-shadow: none;
  }
  .au-layer.is-active {
    background: var(--white);
    border-color: rgba(14,107,107,0.30);
    box-shadow: var(--sh-md, 0 4px 16px rgba(15,42,68,0.08));
  }
  .au-layer__toggle { padding: 0.875rem 1rem; }
  .au-layer__body {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    opacity: 0;
    transition: max-height 0.4s var(--ease-out), opacity 0.3s var(--ease-out), padding 0.3s var(--ease-out);
  }
  .au-layer.is-active .au-layer__body {
    max-height: 720px;
    opacity: 1;
    padding: 0 1rem 1.25rem;
  }

}
/* ============================================================================
   END ROUND-48
   ============================================================================ */


/* =============================================================================
   ROUND-46 — RESPONSIVE LAPTOP TUNING (720-1199 px)

   Adressiert die Zwischenzone zwischen Tablet (<=720) und Standard-Desktop
   (>=1200). Auf 13"-14" Laptops (1024-1366 px) wurden mehrere 4-col-Grids zu
   eng, der Hero-KPI-Strip brach unkontrolliert und Sticky-Side-Nav-Layouts
   quetschten den Content-Slot auf ~580 px zusammen. Dieser Block korrigiert
   die Cascade ZWISCHEN 720-1199, ohne die Mobile-(<720) oder Desktop-(>=1200)
   Stiles zu berühren. Steht NACH allen anderen Regeln, hat damit Cascade-
   Priorität in seiner Spannweite.
   ============================================================================= */

@media (min-width: 720px) and (max-width: 1199px) {

  /* -- HP: Hero KPI-Strip — 4 → 2×2 für lesbare Labels ------------------- */
  .hero__strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 0.875rem 1.25rem;
    gap: 0.875rem 1.5rem;
  }

  /* -- HP: Process — 4 → 2×2, Verbindungslinie raus (greift bei 2×2 nicht) */
  .process { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 2rem; }
  .process::before { display: none; }

  /* -- HP: Team-Grid — 4 → 3 schon ab 1199 statt 1024, Wave neutralisiert */
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .team-card:nth-child(2n) { transform: none; }

  /* -- Footer: 5-col (with-services) → 3-col damit Service-Links atmen ---- */
  .footer__grid--with-services { grid-template-columns: 1.4fr 1fr 1fr; }

  /* -- LP1 CSV-Beratung: Hero kollabiert früher, KPI-Säule atmet --------- */
  .csv-hero__grid { grid-template-columns: 1fr; }
  .csv-hero__viz { justify-content: center; }
  .csv-phases { max-width: 460px; margin: 0 auto; }
  .csv-grundlagen { grid-template-columns: 1fr; }
  .csv-alcoa { position: relative; top: 0; }

  /* -- LP4 GAMP-5: Sticky-Nav schmaler, Storyboard + Track-Record auf 2-col */
  .gc-layout__inner {
    grid-template-columns: minmax(180px, 200px) 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
  .gc-storyboard { grid-template-columns: repeat(2, 1fr); }
  .gc-track__grid { grid-template-columns: repeat(2, 1fr); }
  .gc-inspection-tease__card { grid-template-columns: 1fr; }
  .gc-inspection-tease__cta { justify-self: start; }

  /* -- LP6 Audit-Vorbereitung: Rescue-Pipeline 4 → 2×2, Connector raus --- */
  .au-pipeline { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 2rem; }
  .au-pipeline__connector { display: none; }

}
