/* ═══════════════════════════════════════════════════════════════
   Leapway, Gestaltung seit dem Redesign (live ab 25.09.2026)
   Farbflächen mit geraden Kanten, Serif-Überschriften ohne Schlusspunkt,
   Akzentwort nur in Hero und Claim. Gilt für Startseite, Führung,
   KI-Schulungen, Prozesse und Anwendungsfälle, Vorträge, Über uns.
   Seiten werden erzeugt mit _build/redesign/build_live.py.
   Bei Änderungen die Version ?v= in build_live.py hochzählen.
   ═══════════════════════════════════════════════════════════════ */

:root {
  --paper: #FAF8F5;
  --paper-2: #F3EEE6;
  --sand: #ECE4D6;
  --white: #FFFFFF;
  --ink: #0E1B3D;
  --text: #2E3950;
  --muted: #5F687B;
  --line: #E4DDD1;
  --navy: #15306B;
  --deep: #0A163A;
  --deeper: #07102B;
  --blue: #1F66D0;
  --sky: #8FC4F0;
  --ice: #EEF4FD;
  --ice-2: #DCE8F8;
  --on-dark: rgba(255, 255, 255, .78);
  --serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --sans: 'Figtree', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 1200px;
  --edge: max(32px, calc((100vw - 1200px) / 2 + 32px));
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans); font-size: 17px; line-height: 1.6;
  color: var(--text); background: var(--paper);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
ul { list-style: none; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }

/* ─── Typografie (wie Variante 1, wird separat überarbeitet) ─── */
h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); font-weight: 500; letter-spacing: -.018em; line-height: 1.08; }
h2 { font-size: clamp(2.05rem, 3.7vw, 3.2rem); }
h3 { font-size: 1.42rem; line-height: 1.2; font-weight: 600; letter-spacing: -.01em; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--blue); font-weight: 500; }
h1 em, h2 em { white-space: nowrap; }
.on-dark h1, .on-dark h2, .on-dark h3 { color: #fff; }
.on-dark h1 em, .on-dark h2 em, .on-dark h3 em { color: var(--sky); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .95rem; font-weight: 600; color: var(--navy); }
.eyebrow::before { content: ''; width: 22px; height: 1.5px; background: currentColor; opacity: .45; }
.on-dark .eyebrow { color: var(--sky); }
.lead { font-size: 1.16rem; line-height: 1.6; color: var(--muted); max-width: 660px; }
.sec-head h2:first-child, .sec-head > div > h2:first-child, .svc-intro h2:first-child, .pb-text h2:first-child, .benefit-text h2:first-child { margin-top: 0; }
.cta-final h2:first-child { margin-top: 0; }
.p-aud { color: var(--sky); font-weight: 500; font-size: 1rem; }
.nw { white-space: nowrap; }
.on-dark .lead { color: rgba(255, 255, 255, .74); }

/* ─── Abschnitte ─── */
.sec { padding: 120px 0; }
.sec-tight { padding: 88px 0; }
.sec-top { padding: 112px 0 48px; }
.sec-top .sec-head { margin-bottom: 0; }
.bg-paper { background: var(--paper); }
.bg-paper2 { background: var(--paper-2); }
.bg-white { background: var(--white); }
.bg-deep { background: var(--deep); color: rgba(255, 255, 255, .8); }
.bg-ice { background: var(--ice); }
.sec-head { max-width: 760px; margin-bottom: 56px; }
.sec-head h2 { margin: 16px 0 18px; }
.sec-head.split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: end; }
.sec-head.split .lead { margin-bottom: 6px; }

/* ─── Buttons ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 999px; border: 1px solid transparent;
  font-family: var(--sans); font-size: 1rem; font-weight: 600; line-height: 1.2;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}
.btn svg { width: 17px; height: 17px; flex-shrink: 0; transition: transform .2s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--navy); }
.btn-light { background: #fff; color: var(--deep); }
.btn-light:hover { background: var(--ice); }
.btn-outline-w { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .42); }
.btn-outline-w:hover { border-color: #fff; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; }

.more { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .98rem; color: var(--ink); text-decoration: none; }
.more svg { width: 16px; height: 16px; transition: transform .2s ease; }
a:hover .more svg, .more:hover svg { transform: translateX(4px); }
.on-color .more { color: #fff; }

/* ═══ Navigation (wie Variante 1) ═══ */
.nav { position: fixed; top: 14px; left: 0; right: 0; z-index: 100; padding: 0 16px; pointer-events: none; }
.nav-pill {
  pointer-events: auto; max-width: 1140px; margin: 0 auto;
  display: flex; align-items: center; gap: 8px; padding: 7px 7px 7px 22px;
  background: rgba(10, 22, 58, .8);
  backdrop-filter: saturate(160%) blur(18px); -webkit-backdrop-filter: saturate(160%) blur(18px);
  border: 1px solid rgba(255, 255, 255, .10); border-radius: 999px;
  box-shadow: 0 12px 34px rgba(7, 16, 43, .22);
}
.nav-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.nav-logo img { height: 25px; width: auto; filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: 2px; margin: 0 auto; }
.nav-links > a, .nav-dd > a {
  display: inline-flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, .80); text-decoration: none;
  font-size: .95rem; font-weight: 500; padding: 9px 14px; border-radius: 999px; white-space: nowrap;
  transition: background-color .2s ease, color .2s ease;
}
.nav-links > a:hover, .nav-dd > a:hover, .nav-links a.active { background: rgba(255, 255, 255, .12); color: #fff; }
.nav-dd { position: relative; }
.nav-dd > a svg { width: 11px; height: 11px; opacity: .7; }
.nav-dd-menu {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translate(-50%, 6px);
  min-width: 290px; padding: 8px; background: #fff; border-radius: 16px; box-shadow: 0 20px 50px rgba(10, 22, 58, .14);
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-dd-menu::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-dd:hover .nav-dd-menu, .nav-dd:focus-within .nav-dd-menu, .nav-dd.open .nav-dd-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-dd-menu a { display: block; padding: 11px 14px; border-radius: 10px; text-decoration: none; color: var(--ink); }
.nav-dd-menu a:hover { background: var(--ice); }
.nav-dd-menu a.active { background: var(--ice); color: var(--ink); }
.nav-dd-menu a.active b { color: var(--navy); }
.nav-dd-menu a b { display: block; font-weight: 600; font-size: .96rem; }
.nav-dd-menu a span { display: block; font-size: .84rem; color: var(--muted); margin-top: 1px; }
.nav-cta { flex-shrink: 0; background: #fff; color: var(--deep); text-decoration: none; padding: 11px 20px; border-radius: 999px; font-weight: 600; font-size: .95rem; white-space: nowrap; }
.nav-cta:hover { background: var(--ice); }
.nav-burger { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 999px; border: 0; background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer; align-items: center; justify-content: center; }
.nav-burger svg { width: 22px; height: 22px; }
.nav-drawer { pointer-events: auto; display: none; max-width: 1140px; margin: 10px auto 0; padding: 14px; background: #fff; border-radius: 22px; box-shadow: 0 20px 50px rgba(10, 22, 58, .14); }
.nav-drawer a { display: block; padding: 13px 16px; border-radius: 12px; text-decoration: none; color: var(--ink); font-weight: 500; }
.nav-drawer a:hover { background: var(--ice); }
.nav-drawer .dr-sec { font-size: .85rem; color: var(--muted); padding: 12px 16px 4px; }
.nav-drawer .dr-sub { padding-left: 28px; }
.nav-drawer .dr-cta { margin-top: 8px; background: var(--ink); color: #fff; text-align: center; border-radius: 999px; font-weight: 600; }
.nav.open .nav-drawer { display: block; }

/* ═══ Startseiten-Hero (etwas kürzer, damit die Leistungen anschließen) ═══ */
.hero { position: relative; overflow: hidden; min-height: max(660px, calc(100svh - 150px)); background: var(--deep); display: flex; align-items: stretch; }
.hero-media { position: absolute; top: 0; right: 0; bottom: 0; width: 60%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 53%; }
.hero-media[data-bild="2"] img { position: absolute; left: 9%; top: 3%; width: auto; height: 104%; max-width: none; object-fit: fill; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%); mask-image: linear-gradient(90deg, transparent 0%, #000 22%); }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, var(--deep) 38%, rgba(10, 22, 58, .86) 50%, rgba(10, 22, 58, .30) 70%, rgba(10, 22, 58, .05) 100%),
    linear-gradient(0deg, rgba(10, 22, 58, .92) 0%, rgba(10, 22, 58, 0) 34%);
}
.hero .hero-inner { position: relative; z-index: 2; width: 100%; padding-top: 156px; padding-bottom: 36px; display: flex; flex-direction: column; }
.hero .hero-copy { margin: auto 0; }
.hero-copy { max-width: 680px; }
.hero-kicker { color: var(--sky); font-weight: 500; font-size: 1.02rem; margin: 0 0 26px; }
.hero h1 { margin: 0 0 26px; color: #fff; font-size: clamp(2.7rem, 5.2vw, 4.6rem); line-height: 1.02; letter-spacing: -.025em; }
.hero h1 em { color: var(--sky); }
.hero h1 .h1-sub { display: block; margin-top: 12px; font-size: .42em; line-height: 1.25; letter-spacing: -.01em; color: rgba(255, 255, 255, .92); font-weight: 400; }
.hero .lead { color: rgba(255, 255, 255, .76); margin-bottom: 38px; }
.btn-xl { padding: 20px 40px; font-size: 1.08rem; min-width: 320px; }
.hero-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 360px)); gap: 48px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .16); }
.hero-facts b { display: block; color: #fff; font-weight: 600; font-size: 1rem; margin-bottom: 3px; }
.hero-facts span { color: rgba(255, 255, 255, .6); font-size: .92rem; line-height: 1.45; display: block; }
.hero-facts { position: relative; }
.hero-credit { position: absolute; z-index: 2; right: 0; bottom: calc(100% + 14px); margin: 0; text-align: right; color: rgba(255, 255, 255, .82); font-size: .88rem; line-height: 1.35; }
.hero-credit b { display: block; color: #fff; font-weight: 600; }
.hero-credit .ai-note { display: block; margin-top: 3px; font-size: .74rem; color: rgba(255, 255, 255, .55); }
/* Mobil steht der Namenshinweis als kleine Box über der Oberzeile, nah am Foto */
.hero-credit-m { display: none; }
.photo-note { display: none; }
.keep { white-space: nowrap; }

/* ═══ Leistungen: Farbband direkt unter dem Hero ═══ */
.svc { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; border-top: 6px solid var(--sky); }
.svc-intro { background: var(--deep); color: var(--on-dark); padding: 64px 44px 60px var(--edge); display: flex; flex-direction: column; }
.svc-intro h2 { color: #fff; }
.svc-intro .lead { color: rgba(255, 255, 255, .72); }
.svc-intro h2 { font-size: clamp(1.9rem, 2.4vw, 2.35rem); margin: 14px 0 16px; }
.svc-intro .lead { font-size: 1.04rem; margin-bottom: 22px; }
.svc-intro .note { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .66); font-size: .95rem; }
.svc-intro .more { color: #fff; }
.svc-intro .note .more { margin-top: 10px; }
.svc-col { display: flex; flex-direction: column; padding: 64px 36px 56px; text-decoration: none; transition: background-color .2s ease; }
.svc-col h3 { font-size: 1.7rem; margin-bottom: 6px; }
/* Nummern 1 bis 3: zeigen, dass die drei Spalten die „drei Ansatzpunkte“ sind */
.svc-num { display: block; font-family: var(--serif); font-size: 3.2rem; line-height: 1; margin-bottom: 16px; }
.svc-1 .svc-num { color: var(--sky); }
.svc-2 .svc-num { color: rgba(255, 255, 255, .72); }
.svc-3 .svc-num { color: var(--blue); }
.svc-col .aud { font-size: .95rem; margin-bottom: 18px; }
.svc-col > p { margin-bottom: 22px; }
.svc-col ul { margin-bottom: 30px; }
.svc-col li { padding: 10px 0; font-size: .96rem; }
.svc-col .more { margin-top: auto; }
.svc-1 { background: var(--navy); color: var(--on-dark); }
.svc-1:hover { background: #122a5e; }
.svc-2 { background: var(--blue); color: rgba(255, 255, 255, .86); }
.svc-2:hover { background: #1a5bbd; }
.svc-3 { background: var(--ice-2); color: var(--text); }
.svc-3:hover { background: #cfdff5; }
.svc-1 h3, .svc-2 h3 { color: #fff; }
.svc-1 .aud, .svc-2 .aud { color: #fff; }
.svc-3 .aud { color: var(--navy); font-weight: 600; }
.svc-1 li, .svc-2 li { border-top: 1px solid rgba(255, 255, 255, .22); color: #fff; }
.svc-3 li { border-top: 1px solid rgba(21, 48, 107, .16); color: var(--ink); }
.svc-1 .more, .svc-2 .more { color: #fff; }

/* ═══ Logos ═══ */
.logos { padding: 54px 0 58px; background: var(--white); border-bottom: 1px solid var(--line); }
.logos-label { text-align: center; color: var(--muted); font-size: .95rem; margin-bottom: 30px; }
.logos-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 26px 42px; }
.logos-row img { height: 32px; width: auto; max-width: 118px; object-fit: contain; filter: grayscale(1); opacity: .55; transition: filter .2s ease, opacity .2s ease; }
.logos-row img:hover { filter: grayscale(0); opacity: 1; }
.logos-row img.lg-s { height: 24px; }
.logos-row img.lg-l { height: 42px; }

/* ═══ Farbfelder-Raster (statt Kacheln) ═══ */
.fields { display: grid; grid-template-columns: repeat(2, 1fr); }
.fields.three { grid-template-columns: repeat(3, 1fr); }
.fields.four { grid-template-columns: repeat(4, 1fr); }
.field { padding: 44px 44px 40px; display: flex; flex-direction: column; text-decoration: none; color: var(--text); transition: background-color .2s ease; }
.field h3 { margin-bottom: 10px; }
.field p { color: var(--muted); }
.field .q { font-family: var(--serif); font-size: 1.6rem; line-height: 1.24; letter-spacing: -.012em; color: var(--ink); margin-bottom: 12px; }
.field .topic { font-weight: 600; font-size: .96rem; color: var(--blue); margin-bottom: 12px; }
.field .more { margin-top: auto; padding-top: 18px; }
.f-navy { background: var(--navy); }
.f-navy h3, .f-navy .q { color: #fff; }
.f-navy p { color: var(--on-dark); }
.f-navy .topic { color: var(--sky); }
.f-navy .more { color: #fff; }
a.f-navy:hover { background: #122a5e; }
.f-blue { background: var(--blue); }
.f-blue h3, .f-blue .q { color: #fff; }
.f-blue p { color: rgba(255, 255, 255, .84); }
.f-blue .topic { color: #fff; }
.f-blue .more { color: #fff; }
a.f-blue:hover { background: #1a5bbd; }
.f-ice { background: var(--ice-2); }
a.f-ice:hover { background: #cfdff5; }
.f-light { background: var(--ice); }
a.f-light:hover { background: #e2ecfb; }
.f-white { background: #fff; }
a.f-white:hover { background: #f7f9fd; }
.f-sand { background: var(--paper-2); }
.field .num { font-family: var(--serif); font-size: 2.4rem; line-height: 1; color: var(--blue); margin-bottom: 18px; }
.f-navy .num, .f-blue .num { color: #fff; }

/* ═══ Vorgehen (dunkel, flach) ═══ */
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.process-visual { position: sticky; top: 110px; height: min(620px, calc(100vh - 150px)); min-height: 460px; background: var(--navy); display: flex; align-items: center; justify-content: center; }
.cycle { width: 88%; max-width: 470px; height: auto; overflow: visible; }
.cycle .seg { fill: none; stroke: rgba(255, 255, 255, .14); stroke-width: 16; stroke-linecap: round; transition: stroke .45s ease; }
.cycle .seg.on { stroke: var(--sky); }
.cycle .lbl { font-family: var(--sans); font-size: 15px; font-weight: 600; fill: rgba(255, 255, 255, .45); transition: fill .45s ease; }
.cycle .lbl.on { fill: #fff; }
.cycle .c-num { font-family: var(--serif); font-size: 92px; font-weight: 500; fill: #fff; }
.cycle .c-name { font-family: var(--serif); font-style: italic; font-size: 26px; fill: var(--sky); }
.steps { display: flex; flex-direction: column; }
.step { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; padding: 20px 0; opacity: .32; transition: opacity .45s ease; }
.step.on { opacity: 1; }
.step:first-child { min-height: 48vh; }
.step:last-child { min-height: 56vh; }
.step .n { font-family: var(--serif); font-size: 1rem; color: var(--sky); margin-bottom: 14px; }
.step h3 { color: #fff; font-size: clamp(1.7rem, 2.6vw, 2.2rem); margin-bottom: 8px; }
.step .sq { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: rgba(255, 255, 255, .72); margin-bottom: 18px; }
.step p { color: rgba(255, 255, 255, .74); max-width: 480px; }
.process-foot { margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .14); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.process-foot p { color: rgba(255, 255, 255, .7); max-width: 560px; }

/* ═══ Formate-Tabelle (wie Variante 1) ═══ */
.ft { border-top: 1px solid var(--line); }
.ft-row { display: grid; grid-template-columns: 56px 1.1fr .75fr 1.55fr; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.ft-scale { display: flex; align-items: flex-end; gap: 3px; height: 30px; }
.ft-scale i { width: 7px; background: #D8D0C2; }
.ft-scale i:nth-child(1) { height: 30%; }
.ft-scale i:nth-child(2) { height: 55%; }
.ft-scale i:nth-child(3) { height: 80%; }
.ft-scale i:nth-child(4) { height: 100%; }
.ft-scale[data-lvl="1"] i:nth-child(-n+1), .ft-scale[data-lvl="2"] i:nth-child(-n+2), .ft-scale[data-lvl="3"] i:nth-child(-n+3), .ft-scale[data-lvl="4"] i:nth-child(-n+4) { background: var(--blue); }
.ft-ring { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--blue); position: relative; }
.ft-ring::before, .ft-ring::after { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 2px; background: var(--blue); transform: translate(-50%, -50%); }
.ft-ring::after { transform: translate(-50%, -50%) rotate(90deg); }
.ft-row h3 { font-size: 1.32rem; }
.ft-size { font-weight: 600; color: var(--navy); font-size: .98rem; }
.ft-row p { color: var(--muted); }
.ft-foot { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; color: var(--muted); }

/* ═══ Person: geteilte Fläche ═══ */
.person { display: grid; grid-template-columns: 420px 1fr; gap: 72px; align-items: center; }
.person-frame { margin: 0; }
.pf-img { position: relative; aspect-ratio: 1 / 1; }
.pf-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 6%; -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 97%); mask-image: linear-gradient(to bottom, #000 70%, transparent 97%); }
.person-frame figcaption { margin-top: 4px; font-size: .92rem; line-height: 1.4; color: var(--muted); }
.person-frame figcaption b { display: block; color: var(--ink); font-weight: 600; }
.person-frame .ai-note { display: block; font-size: .74rem; color: #8A827E; margin-top: 3px; }
.person .pb-text { padding: 0; }
.person-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.pb-photo { position: relative; overflow: hidden; min-height: 640px; background: var(--ice-2); }
.pb-photo img { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 84%; width: auto; max-width: none; }
.pb-cap { position: absolute; left: 32px; bottom: 26px; z-index: 1; color: var(--ink); font-size: .92rem; line-height: 1.4; background: rgba(255, 255, 255, .9); padding: 10px 14px; }
.pb-cap b { display: block; font-weight: 600; }
.pb-cap .ai-note { display: block; font-size: .74rem; color: #6F6A67; margin-top: 2px; }
.pb-text { padding: 110px var(--edge) 100px 72px; }
.pb-text h2 { margin: 16px 0 20px; }
.pb-text > p { color: var(--muted); font-size: 1.06rem; }
.creds { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; margin: 30px 0 24px; }
.cred { border-top: 2px solid var(--navy); padding: 14px 0 18px; }
.cred b { display: block; color: var(--ink); font-weight: 600; font-size: .98rem; line-height: 1.3; }
.cred span { display: block; font-size: .88rem; color: var(--muted); margin-top: 3px; line-height: 1.4; }
.network { font-size: .98rem; color: var(--muted); margin-bottom: 26px; }

/* ═══ Stimmen, Bühne, Podcast: Farbband ═══ */
.voices { display: grid; grid-template-columns: 1.25fr 1fr 1.05fr; min-height: 560px; }
.v-quote { background: var(--navy); padding: 72px 56px 60px var(--edge); display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.v-quote blockquote { font-family: var(--serif); font-size: clamp(1.4rem, 2.1vw, 1.85rem); line-height: 1.34; color: #fff; }
.v-quote cite { font-style: normal; color: var(--on-dark); }
.v-quote cite b { color: #fff; font-weight: 600; }
.v-talk { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; text-decoration: none; }
.v-talk img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; transition: transform .6s ease; }
.v-talk:hover img { transform: scale(1.03); }
.v-talk::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(10, 22, 58, .94) 0%, rgba(10, 22, 58, .4) 50%, rgba(10, 22, 58, 0) 72%); }
.v-talk .v-in { position: relative; z-index: 2; padding: 34px 34px 36px; }
.v-talk h3 { color: #fff; font-size: 1.55rem; margin-bottom: 14px; }
.v-talk li { font-size: .93rem; color: rgba(255, 255, 255, .82); padding: 7px 0; border-top: 1px solid rgba(255, 255, 255, .2); }
.v-talk ul { margin-bottom: 18px; }
.v-talk .more { color: #fff; }
.v-side { display: flex; flex-direction: column; }
.v-pod { flex: 1; background: var(--ice-2); padding: 44px 40px 34px 36px; text-decoration: none; color: var(--text); transition: background-color .2s ease; }
.v-pod:hover { background: #cfdff5; }
.v-pod img { width: 96px; height: 96px; object-fit: cover; margin-bottom: 18px; }
.v-pod h3 { font-size: 1.32rem; margin-bottom: 8px; }
.v-pod p { font-size: .95rem; color: var(--muted); margin-bottom: 14px; }
.v-check { background: var(--ice); padding: 30px 40px 34px 36px; }
.v-side h3 { hyphens: manual; -webkit-hyphens: manual; }
.v-check h3 { font-size: 1.22rem; margin-bottom: 4px; }
.v-check p { font-size: .92rem; color: var(--muted); margin-bottom: 10px; }
.v-check a { display: block; padding: 10px 0; border-top: 1px solid rgba(21, 48, 107, .14); text-decoration: none; color: var(--navy); font-weight: 600; font-size: .95rem; }
.v-check a span { display: block; font-weight: 400; color: var(--muted); font-size: .85rem; margin-top: 1px; }
.v-check a:hover { color: var(--blue); }

/* ═══ FAQ (wie Variante 1) ═══ */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.faq-grid .sec-head { position: sticky; top: 120px; margin-bottom: 0; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; font-family: var(--serif); font-size: 1.28rem; font-weight: 500; color: var(--ink); line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.pm { position: relative; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); flex-shrink: 0; transition: background-color .2s ease; }
.pm::before, .pm::after { content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.6px; background: var(--ink); transform: translate(-50%, -50%); }
.pm::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .3s ease; }
details[open] > summary .pm { background: var(--navy); border-color: var(--navy); }
details[open] > summary .pm::before, details[open] > summary .pm::after { background: #fff; }
details[open] > summary .pm::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq .ans { padding: 0 60px 26px 0; color: var(--muted); }

/* ═══ Abschluss (flach, dunkel) ═══ */
.cta-final { text-align: center; background: var(--deep); color: rgba(255, 255, 255, .78); padding: 140px 0 130px; }
.cta-final h2 { color: #fff; font-size: clamp(2.5rem, 5.6vw, 4.8rem); line-height: 1.04; letter-spacing: -.025em; margin: 18px auto 24px; max-width: 900px; }
.cta-final h2 em { color: var(--sky); }
.cta-final .lead { margin: 0 auto 36px; color: rgba(255, 255, 255, .74); }
.cta-final .btns { justify-content: center; }
.cta-mail { margin-top: 26px; font-size: .95rem; }
.cta-mail a { color: #fff; }

/* ═══ Unterseiten ═══ */
.phero { background: var(--deep); color: rgba(255, 255, 255, .8); padding: 158px 0 96px; }
.phero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: end; }
.crumbs { font-size: .88rem; color: rgba(255, 255, 255, .55); margin-bottom: 26px; }
.crumbs a { text-decoration: none; color: rgba(255, 255, 255, .72); }
.crumbs a:hover { color: #fff; }
.crumbs span { margin: 0 8px; opacity: .6; }
.phero h1 { color: #fff; font-size: clamp(2.7rem, 5.2vw, 4.4rem); line-height: 1.03; letter-spacing: -.025em; margin: 18px 0 22px; }
.phero h1 em { color: var(--sky); }
.phero .quote { font-family: var(--serif); font-style: italic; font-size: 1.42rem; line-height: 1.35; color: var(--sky); margin-bottom: 20px; max-width: 620px; }
.phero .lead { color: rgba(255, 255, 255, .74); margin-bottom: 34px; }
.glance { background: var(--navy); color: var(--on-dark); padding: 30px 32px 14px; border-top: 3px solid var(--sky); }
.glance-title { font-family: var(--serif); font-size: 1.3rem; color: #fff; font-weight: 600; margin-bottom: 8px; }
.glance-row { display: grid; grid-template-columns: 104px 1fr; gap: 14px; padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .95rem; line-height: 1.45; }
.glance-row dt { color: rgba(255, 255, 255, .6); font-size: .88rem; padding-top: 1px; }
.glance-row dd { color: #fff; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.split .sec-head { margin-bottom: 0; }
.stack { display: flex; flex-direction: column; }
.stack > div { padding: 26px 30px; border-top: 1px solid rgba(21, 48, 107, .14); }
.stack > div:first-child { border-top: 0; }
.stack h3 { font-size: 1.22rem; margin-bottom: 6px; }
.stack p { color: var(--muted); font-size: .98rem; }
.stack.f-ice { padding: 8px 0; }
.diag-sub { margin-top: 16px; color: var(--muted); }

.mod-sub { font-weight: 600; color: var(--navy); margin-bottom: 14px; }
.proc { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ps { position: relative; min-height: 260px; padding: 30px 38px 30px 44px; margin-right: -16px; clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 22px 50%); }
.ps:first-child { padding-left: 28px; clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%); }
.ps:last-child { margin-right: 0; }
.ps .pn { display: block; font-family: var(--serif); font-size: 1.5rem; line-height: 1; margin-bottom: 16px; }
.ps h3 { font-size: 1.2rem; margin-bottom: 8px; }
.ps p { font-size: .92rem; line-height: 1.5; }
.ps:nth-child(1) { background: var(--ice); }
.ps:nth-child(2) { background: var(--ice-2); }
.ps:nth-child(3) { background: var(--blue); }
.ps:nth-child(4) { background: var(--navy); }
.ps:nth-child(5) { background: var(--deep); }
.ps:nth-child(-n+2) .pn { color: var(--blue); }
.ps:nth-child(-n+2) p { color: var(--muted); }
.ps:nth-child(n+3) .pn { color: var(--sky); }
.ps:nth-child(n+3) h3 { color: #fff; }
.ps:nth-child(n+3) p { color: rgba(255, 255, 255, .8); }
.mods { border-top: 1px solid var(--line); }
.mods details { border-bottom: 1px solid var(--line); }
.mods summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 64px 1fr 34px; gap: 20px; align-items: center; padding: 26px 0; }
.mods summary::-webkit-details-marker { display: none; }
.mods .mn { font-family: var(--serif); font-size: 1.05rem; color: var(--blue); }
.mods summary h3 { font-size: 1.5rem; }
.mods summary .mq { display: block; font-family: var(--sans); font-size: 1rem; color: var(--muted); font-weight: 400; margin-top: 6px; letter-spacing: 0; line-height: 1.45; }
.mods .mbody { padding: 0 54px 28px 84px; }
.mods .focus { display: inline-block; padding: 14px 18px; background: var(--ice); color: var(--ink); }
.mods .focus b { color: var(--navy); font-weight: 600; }
.band { margin-top: 32px; padding: 32px 36px; background: var(--navy); color: var(--on-dark); }
.band h3 { color: #fff; font-size: 1.3rem; margin-bottom: 8px; }

.benefit-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); }
.benefit-photo { position: relative; min-height: 520px; background: var(--ice-2); overflow: hidden; }
.benefit-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.benefit-text { padding: 100px var(--edge) 96px 72px; }
.benefit-text h2 { margin: 16px 0 18px; }
.line-list { margin-top: 26px; }
.line-list li { padding: 16px 0 16px 22px; border-top: 1px solid var(--line); color: var(--ink); font-size: 1.05rem; position: relative; }
.line-list li:last-child { border-bottom: 1px solid var(--line); }
.line-list li::before { content: ''; position: absolute; left: 0; top: 26px; width: 10px; height: 2px; background: var(--blue); }

.ladder { display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; }
.rung { padding: 26px 26px 24px; display: flex; flex-direction: column; justify-content: flex-end; }
.rung h3 { font-size: 1.3rem; margin-bottom: 6px; }
.rung p { font-size: .95rem; }
.rung:nth-child(1) { min-height: 150px; background: var(--ice); }
.rung:nth-child(2) { min-height: 200px; background: var(--ice-2); }
.rung:nth-child(3) { min-height: 250px; background: var(--blue); }
.rung:nth-child(4) { min-height: 300px; background: var(--navy); }
.rung:nth-child(1) p, .rung:nth-child(2) p { color: var(--muted); }
.rung:nth-child(3) h3, .rung:nth-child(4) h3 { color: #fff; }
.rung:nth-child(3) p, .rung:nth-child(4) p { color: rgba(255, 255, 255, .82); }
.side-line { margin-top: 20px; color: var(--muted); }
.side-line b { color: var(--ink); font-weight: 600; }

.check-band { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.check-band .meta { font-size: .92rem; font-weight: 600; color: var(--blue); margin-bottom: 6px; }
.check-band h3 { font-size: 1.5rem; margin-bottom: 8px; }
.check-band p { color: var(--muted); max-width: 760px; }

.trust-quote { max-width: 820px; margin: 38px auto 0; text-align: center; }
.trust-quote blockquote { font-family: var(--serif); font-size: 1.45rem; line-height: 1.4; color: var(--ink); }
.trust-quote cite { display: block; margin-top: 12px; font-style: normal; color: var(--muted); font-size: .95rem; }

.other .aud { font-size: .95rem; margin: -4px 0 14px; }
.f-navy.other .aud, .f-blue.other .aud { color: #fff; }
.other h3 { font-size: 1.6rem; }
.other .oq { font-family: var(--serif); font-style: italic; font-size: 1.12rem; line-height: 1.4; }
.f-navy .oq, .f-blue .oq { color: #fff; }

.stat-split { display: grid; grid-template-columns: .9fr 1.1fr; margin-bottom: 56px; }
.stat-field { background: var(--navy); color: var(--on-dark); padding: 40px 40px 36px; }
.stat-big { display: flex; align-items: baseline; gap: 16px; }
.stat-big b { font-family: var(--serif); font-size: clamp(4rem, 7vw, 6rem); font-weight: 500; line-height: .9; color: #fff; letter-spacing: -.03em; }
.stat-big span { font-size: 1.02rem; color: var(--on-dark); max-width: 220px; line-height: 1.4; }
.stat-facts { margin-top: 26px; }
.stat-facts li { padding: 9px 0; border-top: 1px solid rgba(255, 255, 255, .18); color: #fff; font-size: .96rem; }
.stat-text { background: var(--ice); padding: 40px 44px; }
.stat-text h3 { margin-bottom: 12px; }
.stat-text p { color: var(--muted); }
.stat-text .pq { margin-top: 22px; padding-left: 18px; border-left: 2px solid var(--blue); font-family: var(--serif); font-style: italic; font-size: 1.12rem; line-height: 1.4; color: var(--ink); }
.bar-note { margin-top: 0; padding: 20px 28px; background: var(--ice-2); color: var(--navy); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; align-items: center; }
.bar-note b { font-weight: 600; }

.cells { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cells.four { grid-template-columns: repeat(4, 1fr); }
.cells div { padding: 22px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--ink); background: #fff; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.timeline::before { content: ''; position: absolute; left: 26px; right: 26px; top: 26px; height: 1.5px; background: rgba(255, 255, 255, .2); }
.tl { position: relative; padding-right: 26px; }
.tl .dot { position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 50%; background: var(--deep); border: 1.5px solid var(--sky); color: #fff; font-family: var(--serif); font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; }
.tl h3 { color: #fff; font-size: 1.3rem; margin-bottom: 10px; }
.tl p { color: rgba(255, 255, 255, .72); font-size: .97rem; }
.work .sub { font-family: var(--serif); font-style: italic; font-size: 1.18rem; margin-bottom: 14px; }
.f-navy .sub { color: var(--sky); }
.f-ice .sub { color: var(--blue); }
.work .goal { margin-top: auto; padding-top: 18px; }
.work .field > p:nth-of-type(2) { margin-bottom: 22px; }
.f-navy .goal { border-top: 1px solid rgba(255, 255, 255, .18); color: #fff; }
.f-ice .goal { border-top: 1px solid rgba(21, 48, 107, .16); color: var(--ink); }

/* ═══ Footer ═══ */
.foot { background: var(--deeper); color: rgba(255, 255, 255, .62); padding: 80px 0 36px; font-size: .95rem; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.foot-brand img { height: 28px; width: auto; filter: brightness(0) invert(1); margin-bottom: 18px; }
.foot-brand p { max-width: 340px; line-height: 1.55; }
.foot h4 { font-family: var(--sans); font-size: .95rem; font-weight: 600; color: #fff; margin-bottom: 16px; }
.foot li { margin-bottom: 9px; }
.foot a { text-decoration: none; color: rgba(255, 255, 255, .62); }
.foot a:hover { color: #fff; }
.foot-bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: .86rem; }

/* ═══ Einblenden beim Scrollen (wie Variante 1) ═══ */
.js .rv { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .rv { opacity: 1; transform: none; transition: none; }
  .step { opacity: 1; }
}

/* ═══ Vorträge ═══ */
.talks .mbody { max-width: 900px; }
.talks .talk-desc { color: var(--text); font-size: 1.04rem; }
.talks .tk-label { margin: 22px 0 0; font-weight: 600; color: var(--navy); font-size: .95rem; }
.talks .line-list { margin-top: 10px; }
.talks .line-list li { font-size: 1rem; }
.talks .talk-fit { margin: 20px 0 16px; color: var(--muted); font-size: .96rem; }
.talks .talk-fit b { color: var(--ink); font-weight: 600; }
.sec.stage { padding-bottom: 0; }
.stage .sec-head { margin-bottom: 48px; }
.strip { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 25%; }
.link-row { display: flex; flex-wrap: wrap; gap: 14px 32px; margin-top: 26px; }
.proc.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.proc.three .ps { min-height: 200px; }
.band .more { color: #fff; margin-top: 16px; }
.band-first { margin-top: 0; }

/* ═══ Über uns ═══ */
.person-frame.rect .pf-img { aspect-ratio: 4 / 5; }
/* Freigestelltes Porträt (Startseite): ohne Fläche dahinter, ohne Ausblendung */
.person-frame.cut .pf-img { aspect-ratio: 1176 / 1056; }
.person-frame.cut .pf-img img { object-fit: contain; object-position: 50% 100%; -webkit-mask-image: none; mask-image: none; }
.person-frame.cut figcaption { margin-top: 12px; }
.person-frame.rect .pf-img img { object-position: 50% 18%; -webkit-mask-image: none; mask-image: none; }
.person-frame .li-link { display: inline-block; margin-top: 12px; font-weight: 600; font-size: .92rem; color: var(--navy); text-decoration: none; }
.person-frame .li-link:hover { color: var(--blue); }
.person-frame.rect figcaption { margin-top: 14px; }
.cred.wide { grid-column: 1 / -1; }
.pb-text .pq { margin: 24px 0; padding-left: 18px; border-left: 2px solid var(--blue); font-family: var(--serif); font-style: italic; font-size: 1.24rem; line-height: 1.4; color: var(--ink); }

/* ═══ Weitere Seiten (seit 25.09.2026): Kontakt, Rechtstexte, 404, Danke, Whitepaper, Download ═══ */
button, input, select, textarea { font: inherit; }
.phero .lead a, .on-dark .tl a { color: var(--sky); }
.phero-grid.solo { grid-template-columns: minmax(0, 1fr); }
.phero-grid.solo > div { max-width: 860px; }
.phero.slim { padding-bottom: 72px; }
.fields.one { grid-template-columns: minmax(0, 760px); }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .lead { margin-left: auto; margin-right: auto; }

/* Kontakt */
.contact-grid { align-items: start; }
.contact-facts { margin-top: 30px; border-top: 1px solid rgba(255, 255, 255, .14); max-width: 520px; }
.contact-facts div { display: grid; grid-template-columns: 104px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.contact-facts dt { color: rgba(255, 255, 255, .6); font-size: .9rem; }
.contact-facts dd, .contact-facts a { color: #fff; }
.form-card, .success-card { background: #fff; color: var(--text); padding: 38px 40px 34px; border-top: 4px solid var(--sky); }
.on-dark .form-card h2, .on-dark .success-card h2 { color: var(--ink); font-size: 1.9rem; margin-bottom: 6px; }
.form-intro { color: var(--muted); margin-bottom: 24px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-item { margin-bottom: 16px; }
.f-item label { display: block; font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.f-item .req { color: var(--blue); margin-left: 2px; }
.f-item input, .f-item textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); font-size: .98rem; }
.f-item textarea { min-height: 150px; resize: vertical; }
.f-item input:focus, .f-item textarea:focus { outline: none; border-color: var(--navy); background: #fff; }
.privacy-note { font-size: .86rem; color: var(--muted); margin: 2px 0 18px; }
.privacy-note a { color: var(--blue); }
.form-error { background: #F6DDDA; color: #7A241B; padding: 12px 14px; font-size: .92rem; margin-bottom: 14px; }
.submit-btn { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 600; font-size: 1rem; cursor: pointer; transition: background-color .2s ease; }
.submit-btn:hover { background: var(--navy); }
.submit-btn[disabled] { opacity: .6; cursor: wait; }
.success-card { text-align: center; padding: 48px 40px; }
.success-card .check { width: 64px; height: 64px; border-radius: 50%; background: var(--ice); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }

/* Rechtstexte */
.prose { max-width: 820px; }
.prose h2 { font-size: 1.75rem; margin: 52px 0 14px; }
.prose > h2:first-child, .prose > section:first-child h2 { margin-top: 0; }
.prose h3 { font-size: 1.22rem; margin: 30px 0 10px; }
.prose p, .prose li, .prose address { margin-bottom: 12px; font-style: normal; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 14px; }
.prose ol { padding-left: 22px; margin-bottom: 14px; }
.prose a { color: var(--blue); overflow-wrap: anywhere; }
.prose .legal-block { background: var(--paper); padding: 20px 24px; margin: 16px 0 20px; }
.prose .legal-block p:last-child { margin-bottom: 0; }
.prose .source { font-size: .9rem; color: var(--muted); margin-top: 44px; }

/* 404 */
.err-code { font-family: var(--serif); font-size: clamp(4rem, 10vw, 7rem); line-height: 1; color: var(--sky); margin-bottom: 8px; }
.cells a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 22px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--ink); background: #fff; text-decoration: none; transition: background-color .2s ease; }
.cells a:hover { background: var(--ice); }
.cells a svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--blue); }

/* Whitepaper */
.wp-item { display: grid; grid-template-columns: 320px 1fr; background: #fff; }
.wp-cover { position: relative; background: var(--ice-2); padding: 36px 44px; display: flex; align-items: center; justify-content: center; }
.wp-cover img { width: 100%; max-width: 220px; height: auto; box-shadow: 0 18px 40px rgba(7, 16, 43, .18); }
.wp-new { position: absolute; top: 0; left: 0; background: var(--navy); color: #fff; font-size: .86rem; font-weight: 600; padding: 7px 14px; }
.wp-body { padding: 48px 52px; display: flex; flex-direction: column; align-items: flex-start; }
.wp-body h3 { font-size: 2rem; margin-bottom: 6px; }
.wp-sub { font-family: var(--serif); font-style: italic; font-size: 1.18rem; color: var(--blue); margin-bottom: 16px; }
.wp-body > p { color: var(--muted); max-width: 640px; }
.wp-tags { margin: 14px 0 26px; font-size: .94rem; font-weight: 600; color: var(--navy); }

/* Download (Leitfäden) */
.dl-list { border-top: 1px solid var(--line); }
.dl-item { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.dl-item h3 { font-size: 1.5rem; margin-bottom: 4px; }
.dl-item p { color: var(--muted); }
.dl-note { margin-top: 32px; background: var(--paper-2); padding: 20px 24px; font-size: .96rem; color: var(--text); max-width: 820px; }
.dl-note a { color: var(--blue); }

/* ═══ Responsiv ═══ */
@media (max-width: 1100px) {
  .nav-links > a, .nav-dd > a { padding: 9px 11px; font-size: .92rem; }
  .svc { grid-template-columns: repeat(3, 1fr); }
  .svc-intro { grid-column: 1 / -1; padding: 64px 32px 44px; border-bottom: 6px solid var(--sky); }
  .svc-intro h2 { font-size: 2.5rem; }
  .svc-col h3 { font-size: 1.5rem; padding-right: 60px; }
  .svc-col { position: relative; }
  .svc-num { position: absolute; top: 58px; right: 36px; margin: 0; font-size: 2.8rem; }
  .svc-intro .note { margin-top: 8px; }
}
@media (max-width: 1024px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: inline-flex; }
  .nav-pill { padding: 6px 6px 6px 20px; }
  .process-grid { grid-template-columns: 1fr; gap: 0; }
  .process-visual { display: none; }
  .step, .step:first-child, .step:last-child { min-height: 0; opacity: 1; }
  .step { position: relative; margin: 0 -32px; padding: 36px 32px; }
  .step:nth-child(even) { background: var(--navy); }
  .step .n { position: absolute; top: 36px; right: 32px; margin: 0; font-size: 2rem; line-height: 1; }
  .step h3 { padding-right: 64px; }
  .process-foot { margin-top: 0; }
  .phero-grid { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .glance { max-width: 560px; }
  .voices { grid-template-columns: 1fr 1fr; }
  .v-quote { grid-column: 1 / -1; padding: 64px 32px 56px; }
  .v-talk { min-height: 480px; }
  .v-pod, .v-check { padding-right: 32px; }
  .ladder, .fields.four { grid-template-columns: repeat(2, 1fr); }
  .rung:nth-child(n) { min-height: 170px; }
  .proc, .proc.three { grid-template-columns: 1fr; }
  .proc.three .ps { min-height: 0; }
  .ps, .ps:first-child { min-height: 0; margin-right: 0; padding: 26px 28px 34px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), 50% 100%, 0 calc(100% - 14px)); margin-bottom: -6px; }
  .ps:last-child { clip-path: none; margin-bottom: 0; padding-bottom: 28px; }
}
@media (max-width: 900px) {
  .sec { padding: 88px 0; }
  .sec-tight { padding: 68px 0; }
  .sec-top { padding: 84px 0 36px; }
  .sec-head { margin-bottom: 40px; }
  .sec-head.split { grid-template-columns: 1fr; gap: 0; }
  .hero { display: block; min-height: 0; }
  .hero::before { display: none; }
  .hero-media { position: absolute; top: 0; left: 0; right: 0; bottom: auto; width: 100%; height: 520px; }
  .hero-media img { object-position: 50% 16%; }
  .hero-media[data-bild="2"] img { position: absolute; left: 0; top: 44px; width: 100%; height: calc(100% - 44px); object-fit: cover; object-position: 40% 0%; -webkit-mask-image: none; mask-image: none; }
  .hero-kicker { margin-bottom: 20px; }
  .hero h1 { margin-bottom: 20px; }
  .btn-xl { min-width: 0; width: 100%; }
  .hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 22, 58, .55) 0%, rgba(10, 22, 58, 0) 20%, rgba(10, 22, 58, 0) 42%, rgba(10, 22, 58, .8) 76%, var(--deep) 100%); }
  .hero .hero-inner { padding-top: 318px; padding-bottom: 40px; }
  .hero-credit { display: none; }
  .hero-credit-m { display: inline-block; margin: 0 0 24px; padding: 10px 14px; background: rgba(7, 16, 43, .78); color: rgba(255, 255, 255, .8); font-size: .84rem; line-height: 1.4; }
  /* KI-Hinweis dezent als Bildunterschrift am Foto, unten rechts über der Namensbox */
  .photo-note { display: block; position: absolute; z-index: 2; right: 32px; top: 84px; font-size: .72rem; color: rgba(255, 255, 255, .78); text-shadow: 0 1px 4px rgba(7, 16, 43, .9); }
  /* 2x2-Schachbrett (X Y Y X) auf dem Handy abwechselnd: drittes und viertes Feld tauschen die Farbe */
  .fields:has(> .f-navy:first-child) > .f-ice:nth-child(3) { background: var(--navy); }
  .fields:has(> .f-navy:first-child) > .f-ice:nth-child(3) :is(h3, .q, .more) { color: #fff; }
  .fields:has(> .f-navy:first-child) > .f-ice:nth-child(3) p { color: var(--on-dark); }
  .fields:has(> .f-navy:first-child) > .f-ice:nth-child(3) .topic { color: var(--sky); }
  .fields:has(> .f-navy:first-child) > .f-navy:nth-child(4) { background: var(--ice-2); }
  .fields:has(> .f-navy:first-child) > .f-navy:nth-child(4) :is(h3, .q, .more) { color: var(--ink); }
  .fields:has(> .f-navy:first-child) > .f-navy:nth-child(4) p { color: var(--muted); }
  .fields:has(> .f-navy:first-child) > .f-navy:nth-child(4) .topic { color: var(--blue); }
  .fields:has(> .f-white:first-child) > .f-ice:nth-child(3) { background: #fff; }
  .fields:has(> .f-white:first-child) > .f-white:nth-child(4) { background: var(--ice-2); }
  .hero-credit-m b { display: block; color: #fff; font-weight: 600; font-size: .9rem; }
  .hero-credit-m .ai-note { display: block; margin-top: 2px; font-size: .74rem; color: rgba(255, 255, 255, .58); }
  .hero-facts { grid-template-columns: 1fr; gap: 16px; margin-top: 44px; }
  .svc { grid-template-columns: 1fr; }
  .svc-intro { padding: 60px 20px 40px; }
  .svc-intro h2 { font-size: 2.3rem; }
  .svc-col { padding: 44px 32px 40px; }
  .svc-num { top: 38px; right: 32px; }
  .fields, .fields.three, .fields.four { grid-template-columns: 1fr; }
  .field { padding: 36px 32px 32px; }
  .ft-row { grid-template-columns: 44px 1fr; gap: 6px 16px; padding: 24px 0; }
  .ft-row .ft-scale, .ft-row .ft-ring { grid-row: 1 / 4; align-self: start; margin-top: 4px; }
  .person-band, .benefit-band { grid-template-columns: 1fr; }
  .person { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .person-frame { max-width: 340px; }
  .pb-photo { min-height: 460px; }
  .pb-text, .benefit-text { padding: 72px 32px 72px; }
  .wp-item { grid-template-columns: 1fr; }
  .wp-cover { padding: 36px 32px; }
  .wp-body { padding: 36px 32px 40px; }
  .dl-item { grid-template-columns: 1fr; gap: 14px; }
  .benefit-photo { min-height: 360px; }
  .faq-grid, .split, .stat-split { grid-template-columns: 1fr; gap: 40px; }
  .stat-split { gap: 0; }
  .faq-grid .sec-head { position: static; }
  .voices { grid-template-columns: 1fr; }
  .v-quote, .v-talk, .v-side { grid-column: 1; }
  .v-pod, .v-check { padding: 40px 32px; }
  .check-band { grid-template-columns: 1fr; gap: 20px; }
  .cells, .cells.four { grid-template-columns: 1fr 1fr; }
  .strip { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr; gap: 28px; }
  .timeline::before { left: 26px; right: auto; top: 26px; bottom: 26px; width: 1.5px; height: auto; }
  .tl { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding-right: 0; }
  .tl .dot { margin-bottom: 0; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / 3; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding: 0 20px; }
  .nav { top: 10px; padding: 0 10px; }
  .nav-logo img { height: 22px; }
  .sec { padding: 72px 0; }
  .hero h1 { font-size: 2.55rem; }
  .hero .btns .btn, .phero .btns .btn { width: 100%; }
  .phero { padding: 124px 0 64px; }
  .phero h1 { font-size: 2.5rem; }
  .phero .quote { font-size: 1.22rem; }
  .glance { padding: 24px 22px 10px; }
  .glance-row { grid-template-columns: 1fr; gap: 2px; }
  .svc-col, .field { padding: 36px 20px 32px; }
  .photo-note { right: 20px; top: 80px; }
  .svc-num { top: 30px; right: 20px; font-size: 2.5rem; }
  .svc-col h3 { padding-right: 52px; }
  .step { margin: 0 -20px; padding: 32px 20px; }
  .step .n { right: 20px; }
  .field .q { font-size: 1.38rem; }
  .pb-text, .benefit-text { padding: 60px 20px; }
  .pb-cap { left: 20px; }
  .v-quote { padding: 52px 20px 44px; }
  .v-pod, .v-check { padding: 36px 20px; }
  .v-talk .v-in { padding: 28px 20px 30px; }
  .creds { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; gap: 0; }
  .form-card, .success-card { padding: 30px 22px 26px; }
  .wp-body { padding: 30px 20px 34px; }
  .prose h2 { font-size: 1.5rem; }
  .faq summary { font-size: 1.14rem; }
  .faq .ans { padding-right: 0; }
  .mods summary { grid-template-columns: 1fr 34px; gap: 14px; }
  .mods .mn { display: none; }
  .mods .mbody { padding: 0 0 24px; }
  .ladder, .fields.four { grid-template-columns: 1fr; }
  .rung:nth-child(n) { min-height: 0; }
  .band, .stat-field, .stat-text { padding: 28px 22px; }
  .stack > div { padding: 22px 20px; }
  .cells, .cells.four { grid-template-columns: 1fr; }
  .logos-row { gap: 22px 34px; }
  .logos-row img { height: 28px; max-width: 110px; }
  .logos-row img.lg-l { height: 36px; }
  .cta-final { padding: 110px 0 100px; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-brand { grid-column: auto; }
}
@media (max-width: 400px) {
  .nw { white-space: normal; }
  .svc-intro h2 { font-size: 2rem; }
  .svc-col h3 { font-size: 1.35rem; }
  h2 { font-size: 1.78rem; }
  h1, h2 { overflow-wrap: break-word; }
  h1 em, h2 em { white-space: normal; }
  .sec-head.split { grid-template-columns: minmax(0, 1fr); }
}
.fields > *, .svc > *, .voices > *, .ladder > * { min-width: 0; }
h3 { overflow-wrap: break-word; }
@media (max-width: 400px) { h3 { hyphens: auto; -webkit-hyphens: auto; } }
