/* ============================================================
   UDM Slide-Deck Design — gemeinsames Stylesheet
   Quelle/Vorbild: _publish/nuedigital-2026, _publish/atron-abb
   Genutzt von allen Decks der DVG-Meldewesen-Serie.
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #334155; line-height: 1.5; background: #f1f5f9;
}

/* SLIDE NAV (oben, sticky) */
.slide-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid #e2e8f0;
  padding: 0.4rem 1rem;
  display: flex; align-items: center; gap: 0.4rem;
  overflow-x: auto; white-space: nowrap;
}
.slide-nav-label {
  font-size: 0.7rem; font-weight: 600; color: #64748b;
  text-transform: uppercase; letter-spacing: 0.05em; margin-right: 0.5rem;
}
.slide-nav a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  font-size: 0.78rem; font-weight: 600;
  color: #475569; background: #f1f5f9; text-decoration: none;
  transition: all 0.15s; flex-shrink: 0;
}
.slide-nav a:hover { background: #2fa4e7; color: white; }
.slide-nav a.meta { background: #e2e8f0; color: #475569; }
.slide-nav a.intro { background: #eff6ff; color: #2563eb; }
.slide-nav a.outro { background: #f0fdf4; color: #16a34a; }

/* SLIDE LAYOUT */
.slide { max-width: 1100px; margin: 0 auto; padding: 3rem 2rem 3.5rem; min-height: calc(100vh - 50px); }
.slide + .slide { border-top: 1px solid #e2e8f0; }
.slide h2 { font-size: 1.7rem; font-weight: 700; color: #0f172a; margin-bottom: 0.4rem; line-height: 1.25; }
.slide .subtitle { font-size: 0.95rem; color: #64748b; margin-bottom: 1.4rem; }
.section-marker { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.8rem; }
.section-marker-num {
  width: 28px; height: 28px; border-radius: 50%; background: #2fa4e7; color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700; flex-shrink: 0;
}
.section-marker-line { flex: 0 0 50px; height: 2px; background: linear-gradient(90deg, #2fa4e7, transparent); }
.section-marker-label {
  font-size: 0.7rem; font-weight: 700; color: #2fa4e7;
  text-transform: uppercase; letter-spacing: 0.08em;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 40%, #2fa4e7 100%);
  padding: 5rem 2rem 4rem; text-align: center; color: white; position: relative;
}
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 4px; background: linear-gradient(90deg, #2fa4e7, #73a839, #dd5600);
}
.hero-eyebrow {
  font-size: 0.78rem; font-weight: 600; opacity: 0.7;
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.6rem;
}
.hero h1 { font-size: 2.4rem; font-weight: 700; margin-bottom: 0.6rem; line-height: 1.2; }
.hero .claim {
  font-size: 1.3rem; font-weight: 500; opacity: 0.95;
  max-width: 760px; margin: 0 auto 1.6rem;
}
.hero .meta {
  display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap;
  font-size: 0.85rem; opacity: 0.85;
}
.hero .meta-item { display: inline-flex; align-items: center; gap: 0.35rem; }
.hero .partner-row {
  margin-top: 1.8rem; display: flex; align-items: center; gap: 0.8rem; justify-content: center;
  font-size: 0.78rem; opacity: 0.7; text-transform: uppercase; letter-spacing: 0.08em;
}

/* SHARED BUILDING BLOCKS */
.lead {
  font-size: 1.05rem; color: #1e293b; line-height: 1.6;
  max-width: 800px; margin-bottom: 1.2rem;
}
.lead strong { color: #0f172a; }
.punch {
  font-size: 0.98rem; font-weight: 400; color: #475569;
  margin: 1.4rem 0 0.4rem; line-height: 1.6;
  padding-left: 1rem; border-left: 4px solid #2fa4e7;
}

/* Schmerz-Karten */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.4rem 0; }
@media (max-width: 800px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-card {
  background: #fef2f2; border: 1px solid #fecaca; border-left: 4px solid #dc2626;
  border-radius: 6px; padding: 1.1rem 1.2rem;
}
.pain-card-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(220, 38, 38, 0.12); color: #b91c1c;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; margin-bottom: 0.6rem;
}
.pain-card h3 { color: #991b1b; font-size: 0.96rem; margin-bottom: 0.3rem; font-weight: 700; }
.pain-card p { color: #7f1d1d; font-size: 0.85rem; line-height: 1.5; }

/* Gegenueberstellung */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.4rem 0; }
@media (max-width: 800px) { .duo { grid-template-columns: 1fr; } }
.duo-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 1.2rem 1.3rem; }
.duo-card.neg { border-top: 4px solid #b45309; }
.duo-card.pos { border-top: 4px solid #16a34a; }
.duo-card h4 { font-size: 1.05rem; color: #0f172a; font-weight: 700; margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.5rem; }
.duo-card.neg h4 i { color: #b45309; }
.duo-card.pos h4 i { color: #16a34a; }
.duo-card ul { list-style: none; padding: 0; margin: 0; }
.duo-card li { font-size: 0.9rem; color: #475569; line-height: 1.5; padding: 0.35rem 0 0.35rem 1.2rem; position: relative; }
.duo-card li::before { content: ''; position: absolute; left: 0; top: 0.8rem; width: 7px; height: 7px; border-radius: 2px; background: #cbd5e1; }
.duo-card.pos li::before { background: #16a34a; }

/* UDM in einem Satz */
.udm-statement {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 1px solid #bfdbfe; border-radius: 10px;
  padding: 1.6rem 1.8rem; margin: 1.4rem 0;
}
.udm-statement-text {
  font-size: 1.35rem; font-weight: 600; color: #0c4a6e; line-height: 1.4;
  margin-bottom: 1.2rem;
}
.udm-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.4rem; }
@media (max-width: 800px) { .udm-pillars { grid-template-columns: 1fr; } }
.udm-pillar { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 1rem; }
.udm-pillar-icon {
  width: 38px; height: 38px; border-radius: 8px;
  background: #eff6ff; color: #2563eb;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; margin-bottom: 0.6rem;
}
.udm-pillar-icon.green { background: #f0fdf4; color: #16a34a; }
.udm-pillar-icon.orange { background: #fff7ed; color: #c2410c; }
.udm-pillar h4 { font-size: 0.94rem; color: #0f172a; margin-bottom: 0.3rem; font-weight: 700; }
.udm-pillar p { font-size: 0.83rem; color: #475569; line-height: 1.5; }

/* Architektur-/Doppelkarten */
.future-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 1.4rem 0; }
@media (max-width: 800px) { .future-grid { grid-template-columns: 1fr; } }
.future-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 10px;
  padding: 1.3rem 1.4rem; position: relative; border-top: 4px solid #2fa4e7;
}
.future-card.alt { border-top-color: #73a839; }
.future-card-header { display: flex; gap: 0.8rem; align-items: flex-start; margin-bottom: 1rem; }
.future-card-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: #eff6ff; color: #1d4ed8;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.future-card-icon.alt { background: #f0fdf4; color: #16a34a; }
.future-card-eyebrow { font-size: 0.72rem; font-weight: 700; color: #2563eb; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.2rem; }
.future-card-eyebrow.alt { color: #16a34a; }
.future-card h4 { font-size: 1.05rem; color: #0f172a; line-height: 1.3; font-weight: 700; }
.future-list { list-style: none; padding: 0; margin: 0; }
.future-list li {
  font-size: 0.88rem; color: #334155; line-height: 1.55;
  padding: 0.5rem 0 0.5rem 1.3rem; border-bottom: 1px solid #f1f5f9; position: relative;
}
.future-list li:last-child { border-bottom: none; }
.future-list li::before { content: ''; position: absolute; left: 0; top: 0.95rem; width: 8px; height: 8px; background: #2fa4e7; border-radius: 2px; }
.future-card.alt .future-list li::before { background: #73a839; }
.future-list strong { color: #0f172a; font-weight: 700; }

/* Projekt-/Beweis-Karten */
.vielfalt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.4rem 0; }
@media (max-width: 800px) { .vielfalt-grid { grid-template-columns: 1fr; } }
.vdv-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 10px;
  padding: 1.2rem 1.3rem; position: relative; display: flex; flex-direction: column;
  border-top: 4px solid #94a3b8;
}
.vdv-card.produktiv { border-top-color: #16a34a; }
.vdv-card.umsetzung { border-top-color: #dd5600; }
.vdv-card.angebot { border-top-color: #8b5cf6; }
.vdv-card.projekt { border-top-color: #64748b; }
.vdv-card-status {
  display: inline-block; align-self: flex-start;
  font-size: 0.66rem; font-weight: 700;
  padding: 0.18rem 0.55rem; border-radius: 4px;
  text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.7rem;
}
.vdv-card.produktiv .vdv-card-status { background: #f0fdf4; color: #15803d; }
.vdv-card.umsetzung .vdv-card-status { background: #fff7ed; color: #c2410c; }
.vdv-card.angebot .vdv-card-status { background: #f5f3ff; color: #6d28d9; }
.vdv-card.projekt .vdv-card-status { background: #f1f5f9; color: #475569; }
.vdv-card-title { font-size: 1.3rem; font-weight: 800; color: #0f172a; margin-bottom: 0.2rem; letter-spacing: -0.01em; }
.vdv-card-bereich { font-size: 0.92rem; color: #334155; font-weight: 500; margin-bottom: 0.9rem; }
.vdv-card-meta {
  font-size: 0.8rem; color: #475569; line-height: 1.55;
  padding: 0.7rem 0.8rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px;
  margin-top: auto;
}
.vdv-card-meta-row { display: flex; gap: 0.4rem; align-items: flex-start; padding: 0.15rem 0; }
.vdv-card-meta-label {
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  color: #64748b; min-width: 70px; padding-top: 0.05rem;
}
.vdv-card-meta-value { flex: 1; font-size: 0.82rem; color: #1e293b; line-height: 1.5; }

/* Vorteile */
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; }
@media (max-width: 800px) { .adv-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .adv-grid { grid-template-columns: 1fr; } }
.adv { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 0.7rem 0.85rem; font-size: 0.85rem; color: #334155; display: flex; align-items: center; gap: 0.5rem; line-height: 1.4; }
.adv i { color: #2fa4e7; font-size: 0.95rem; flex-shrink: 0; width: 1.1rem; text-align: center; }

/* Vergleichs-/Daten-Tabelle */
.compare { width: 100%; border-collapse: collapse; margin: 1.4rem 0; font-size: 0.9rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }
.compare th, .compare td { padding: 0.7rem 0.9rem; border-bottom: 1px solid #eef2f7; text-align: left; vertical-align: top; }
.compare thead th { background: #f8fafc; font-size: 0.8rem; color: #475569; font-weight: 700; vertical-align: bottom; line-height: 1.3; }
.compare .udm { background: #eff6ff; }
.compare thead .udm { border-top: 3px solid #2fa4e7; color: #0c4a6e; }
.compare tbody tr:last-child td { border-bottom: none; }
.compare .yes { color: #16a34a; }
.compare .no { color: #94a3b8; }
.compare .part { color: #c2410c; font-size: 0.82rem; font-weight: 600; }

/* "Was es nicht ist" / Hinweis-Zeilen */
.not-list { margin: 1.4rem 0; }
.not-row {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.1rem; margin-bottom: 0.6rem;
  background: #fff; border: 1px solid #e2e8f0; border-left: 4px solid #94a3b8; border-radius: 6px;
}
.not-icon { width: 32px; height: 32px; border-radius: 50%; background: #f1f5f9; color: #475569; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; flex-shrink: 0; }
.not-text { flex: 1; }
.not-text h4 { font-size: 1rem; color: #0f172a; margin-bottom: 0.25rem; }
.not-text p { font-size: 0.88rem; color: #475569; line-height: 1.55; }

/* CTA */
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 1.4rem 0; }
@media (max-width: 800px) { .cta-grid { grid-template-columns: 1fr; } }
.cta-card { background: linear-gradient(135deg, #0c4a6e, #0369a1); color: white; border-radius: 10px; padding: 1.5rem 1.4rem; position: relative; overflow: hidden; }
.cta-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #2fa4e7, #73a839, #dd5600); }
.cta-card.green { background: linear-gradient(135deg, #166534, #15803d); }
.cta-card-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; margin-bottom: 0.8rem; }
.cta-card h4 { font-size: 1.15rem; margin-bottom: 0.4rem; line-height: 1.3; }
.cta-card p { font-size: 0.9rem; opacity: 0.92; line-height: 1.55; }
.cta-finalclaim {
  text-align: center; font-size: 1.8rem; font-weight: 700;
  background: linear-gradient(135deg, #0c4a6e, #2fa4e7);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; color: transparent; margin: 1.6rem 0 0.5rem; line-height: 1.3;
}

/* Footer */
.deck-footer { text-align: center; padding: 2.5rem 2rem; color: #94a3b8; font-size: 0.82rem; border-top: 1px solid #e2e8f0; background: #fff; }
.deck-footer strong { color: #334155; }
.deck-footer a { color: #2563eb; text-decoration: none; }
.deck-footer-claim { color: #2563eb; font-weight: 600; margin-top: 0.5rem; }

/* KPI-Strip */
.kpi-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 0.8rem; margin: 1.4rem 0; }
.kpi-box { background: #fff; border: 1px solid #e2e8f0; border-top: 4px solid #2fa4e7; border-radius: 10px; padding: 0.9rem 0.8rem; text-align: center; }
.kpi-value { font-size: 1.7rem; font-weight: 800; color: #0c4a6e; line-height: 1.1; }
.kpi-label { font-size: 0.76rem; color: #64748b; margin-top: 0.25rem; line-height: 1.3; }

/* Capability-Grid (Chips) */
.cap-block { margin: 1.2rem 0; }
.cap-block-title { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #2fa4e7; margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.5rem; }
.cap-block-title.green { color: #16a34a; }
.cap-block-title.orange { color: #c2410c; }
.cap-block-title::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, #cbd5e1, transparent); }
.cap-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); gap: 0.5rem; }
.cap { display: flex; align-items: center; gap: 0.5rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 0.55rem 0.7rem; font-size: 0.85rem; color: #334155; line-height: 1.25; min-width: 0; overflow-wrap: anywhere; }
.cap code { overflow-wrap: anywhere; }
.cap i { color: #2fa4e7; width: 1.2rem; text-align: center; flex-shrink: 0; }
.cap.green i { color: #16a34a; }
.cap.orange i { color: #c2410c; }

/* Unterschiede-/Differenzierer-Karten */
.diff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 0.9rem; margin: 1.4rem 0; }
.diff-card { background: #fff; border: 1px solid #e2e8f0; border-left: 4px solid #2fa4e7; border-radius: 0 10px 10px 0; padding: 1.1rem 1.2rem; }
.diff-card-num { font-size: 0.72rem; font-weight: 800; color: #2fa4e7; letter-spacing: 0.06em; }
.diff-card h4 { font-size: 1rem; color: #0f172a; font-weight: 700; margin: 0.2rem 0 0.4rem; }
.diff-card p { font-size: 0.85rem; color: #475569; line-height: 1.5; }
.diff-card .vs { font-size: 0.78rem; color: #b45309; margin-top: 0.5rem; display: block; }

/* Stufen-/Ebenen-Karten */
.ver-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 1.4rem 0; }
@media (max-width: 900px) { .ver-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ver-grid { grid-template-columns: 1fr; } }
.ver-level { background: #fff; border: 1px solid #e2e8f0; border-top: 4px solid #2fa4e7; border-radius: 10px; padding: 1.1rem 1.2rem; }
.ver-level.k { border-top-color: #16a34a; }
.ver-level-tag { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #64748b; margin-bottom: 0.3rem; }
.ver-level h4 { font-size: 1rem; color: #0f172a; margin-bottom: 0.4rem; }
.ver-level p { font-size: 0.84rem; color: #475569; line-height: 1.5; }
.ver-level .lvl-limit { font-size: 0.78rem; color: #b45309; margin-top: 0.5rem; display: block; }

/* Demo-/Szenario-Anker */
.demo-cue { background: linear-gradient(135deg, #0b2840, #0c4a6e); color: #fff; border-radius: 16px; padding: 2rem 2.2rem; margin: 1.4rem 0; box-shadow: 0 14px 36px rgba(12,74,110,0.28); }
.demo-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: #dd5600; color: #fff; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 999px; margin-bottom: 1rem; }
.demo-cue h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.8rem; color: #fff; }
.demo-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.demo-steps li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.95rem; color: #dbeafe; line-height: 1.45; }
.demo-steps li i { color: #7fc4ed; margin-top: 0.2rem; flex-shrink: 0; width: 1.2rem; text-align: center; }
.demo-steps strong { color: #fff; }
.demo-punch { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.18); font-size: 1.05rem; font-weight: 600; color: #fff; }

/* Karten-Kacheln (Doc-Hub) */
.sc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; margin: 1.4rem 0 1.1rem; }
@media (max-width: 800px) { .sc-grid { grid-template-columns: 1fr; } }
.sc-card { display: flex; flex-direction: column; gap: 0.4rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 1rem 1.1rem; text-decoration: none; color: inherit; transition: all 0.15s; }
.sc-card:hover { border-color: #2fa4e7; box-shadow: 0 6px 18px rgba(47,164,231,0.14); transform: translateY(-2px); }
.sc-icon { width: 40px; height: 40px; border-radius: 9px; background: #eff6ff; color: #1d4ed8; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; }
.sc-card.alt .sc-icon { background: #f0fdf4; color: #16a34a; }
.sc-card.archive .sc-icon { background: #f1f5f9; color: #64748b; }
.sc-title { font-size: 0.98rem; font-weight: 700; color: #0f172a; }
.sc-desc { font-size: 0.82rem; color: #64748b; line-height: 1.45; flex: 1; }
.sc-open { font-size: 0.8rem; font-weight: 600; color: #2fa4e7; }

/* Steps / nummerierte Liste */
.steps { list-style: none; padding: 0; margin: 1.2rem 0; counter-reset: step; }
.steps li { position: relative; padding: 0.5rem 0 0.5rem 2.6rem; font-size: 0.92rem; color: #334155; line-height: 1.5; min-height: 2rem; }
.steps li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0.4rem;
  width: 1.7rem; height: 1.7rem; border-radius: 50%;
  background: #2fa4e7; color: #fff; font-size: 0.82rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* Codeblock (Datenmodell, Lifecycle) */
.codeblock { background: #0f172a; color: #e2e8f0; border-radius: 10px; padding: 1rem 1.2rem; font-family: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace; font-size: 0.8rem; line-height: 1.55; overflow-x: auto; margin: 1.2rem 0; white-space: pre; }
.codeblock .c { color: #7dd3fc; }
.codeblock .k { color: #fcd34d; }

/* Inhalts-Tabelle (generisch) */
.dtable { width: 100%; border-collapse: collapse; margin: 1.2rem 0; font-size: 0.88rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }
.dtable th, .dtable td { padding: 0.6rem 0.85rem; border-bottom: 1px solid #eef2f7; text-align: left; vertical-align: top; line-height: 1.45; }
.dtable thead th { background: #f8fafc; font-size: 0.78rem; color: #475569; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
.dtable tbody tr:last-child td { border-bottom: none; }
.dtable code { font-size: 0.82em; background: #f1f5f9; padding: 0.05rem 0.3rem; border-radius: 3px; }
.rel-badge { display: inline-block; font-size: 0.68rem; font-weight: 700; padding: 0.1rem 0.45rem; border-radius: 4px; }
.rel-badge.v1 { background: #dbeafe; color: #1e40af; }
.rel-badge.v11 { background: #fef3c7; color: #92400e; }
.rel-badge.v2 { background: #f1f5f9; color: #475569; }

/* Strang-Zeitleiste (Quartals-Gantt) */
.tl { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 1rem 1.2rem 1.2rem; margin: 1.2rem 0; }
.tl-months { display: flex; margin-left: 172px; border-bottom: 1px solid #e2e8f0; padding-bottom: 0.3rem; margin-bottom: 0.5rem; }
.tl-months .m { flex: 1; text-align: center; font-size: 0.72rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.02em; border-left: 1px dashed #eef2f6; }
.tl-months .m:first-child { border-left: none; }
.tl-row { display: flex; align-items: center; margin-bottom: 0.45rem; }
.tl-label { width: 164px; flex-shrink: 0; padding-right: 8px; font-size: 0.8rem; font-weight: 600; color: #0f172a; line-height: 1.25; }
.tl-label small { display: block; color: #94a3b8; font-size: 0.68rem; font-weight: 400; }
.tl-track { position: relative; flex: 1; height: 24px; background: repeating-linear-gradient(90deg, transparent, transparent calc(25% - 1px), #eef2f6 calc(25% - 1px), #eef2f6 25%); border-radius: 4px; }
.tl-bar { position: absolute; top: 3px; height: 18px; border-radius: 4px; display: flex; align-items: center; padding: 0 0.55rem; font-size: 0.7rem; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.12); }
.tl-bar.a { background: linear-gradient(90deg, #0c4a6e, #0369a1); }
.tl-bar.b { background: linear-gradient(90deg, #0369a1, #0ea5e9); }
.tl-bar.c { background: linear-gradient(90deg, #15803d, #4ade80); }
.tl-bar.d { background: linear-gradient(90deg, #b45309, #f59e0b); }
.tl-bar.e { background: repeating-linear-gradient(45deg, #64748b, #64748b 6px, #94a3b8 6px, #94a3b8 12px); }
.tl-cut { position: absolute; top: -3px; bottom: -3px; width: 2px; background: #b91c1c; }
.tl-cut::after { content: 'Cutover'; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); font-size: 0.6rem; color: #b91c1c; font-weight: 700; white-space: nowrap; }
.tl-legend { margin-left: 172px; margin-top: 0.7rem; display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; font-size: 0.72rem; color: #64748b; }
.tl-legend span { display: inline-flex; align-items: center; gap: 0.3rem; }
.tl-key { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }
@media (max-width: 720px) { .tl-label { width: 110px; } .tl-months, .tl-legend { margin-left: 118px; } }

/* Print */
@media print {
  body { background: white; font-size: 10pt; }
  .slide-nav { display: none; }
  .slide { padding: 1.5rem 0; break-before: page; min-height: auto; }
  .hero, .demo-cue, .cta-card, .udm-statement, .pain-card, .section-marker-num,
  .sc-icon, .kpi-box, .demo-badge, .cta-finalclaim {
    -webkit-print-color-adjust: exact; print-color-adjust: exact;
  }
}
