/* ============================================================
   DEUDAT eDSB — Funnel-Stylesheet (Design: Claude Design vs3)
   Lokale IBM-Plex-Fonts (woff2) statt Google Fonts (DSGVO-Leitplanke).
   CSS 1:1 aus dem vs3-Handoff uebernommen; nur Fonts lokalisiert.
   ============================================================ */
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/ibm-plex-sans-400.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/ibm-plex-sans-500.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/ibm-plex-sans-600.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Sans';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/ibm-plex-sans-700.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/ibm-plex-mono-500.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/ibm-plex-mono-600.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Serif';font-style:italic;font-weight:400;font-display:swap;src:url('../fonts/ibm-plex-serif-400-italic.woff2') format('woff2');}
@font-face{font-family:'IBM Plex Serif';font-style:italic;font-weight:500;font-display:swap;src:url('../fonts/ibm-plex-serif-500-italic.woff2') format('woff2');}

/* =================================================================
   DEUDAT eDSB — Landingpage
   Design language: premium B2B, anwaltskanzlei-seriös, SaaS-modern
   ================================================================= */

:root {
  /* Brand — DEUDAT CI: Bordeaux-Leitfarbe, Rosé-Akzente, neutrale Tinte */
  --navy-950: #4F0F1B;      /* tiefstes Bordeaux (Footer) */
  --navy-900: #7C1A29;      /* Bordeaux Tief — dunkle Flächen */
  --navy-800: #8E1F30;
  --navy-700: #9D2235;      /* Bordeaux — Leitfarbe / Akzent */
  --navy-600: #B0394B;
  --blue-50:  #FBF1F3;      /* Rosé Tint */
  --blue-100: #F3DDE4;      /* Rosé Soft */

  --accent: #9D2235;        /* CTA = Bordeaux */
  --accent-600: #7C1A29;
  --accent-50:  #FBF1F3;

  --rose: #E3A7B4;          /* Rosé Akzent */
  --brand-red: #9D2235;

  --ink-900: #26262B;       /* Tinte — Überschriften */
  --ink-700: #3A3A40;       /* Fließtext */
  --ink-500: #5D5D64;       /* Gedämpft */
  --ink-400: #95959D;       /* Zart */
  --ink-200: #DCD4D7;
  --ink-100: #ECE7E9;
  --ink-50:  #F7F4F5;
  --paper:   #FFFFFF;
  --cream:   #FAF6F7;

  --ok: #9D2235;            /* positiv = Bordeaux */
  --warn: #95959D;          /* negativ = neutrales Grau */

  --shadow-sm: 0 1px 2px rgba(79,15,27,.06), 0 1px 1px rgba(79,15,27,.04);
  --shadow-md: 0 4px 10px rgba(79,15,27,.06), 0 2px 4px rgba(79,15,27,.04);
  --shadow-lg: 0 20px 40px -16px rgba(79,15,27,.18), 0 4px 12px rgba(79,15,27,.06);
  --shadow-xl: 0 40px 80px -24px rgba(79,15,27,.28);

  --radius-sm: 8px;
  --radius:    14px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --maxw: 1180px;
  --pad:  clamp(20px, 4vw, 40px);

  --font: 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --serif: 'IBM Plex Serif', Georgia, serif;
  --mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-900);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 { margin: 0; letter-spacing: -0.02em; line-height: 1.1; color: var(--ink-900); font-weight: 700; }
h1 { font-size: clamp(36px, 5.5vw, 64px); letter-spacing: -0.03em; line-height: 1.05; }
h2 { font-size: clamp(28px, 3.8vw, 44px); }
h3 { font-size: clamp(20px, 2.2vw, 24px); }
p  { margin: 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-700);
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  padding: 6px 14px;
  border-radius: 4px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 0; background: var(--accent); }

.serif-accent { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--brand-red); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  padding: 13px 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .2s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
  user-select: none;
}
.btn svg { width: 16px; height: 16px; }
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 6px 16px -4px rgba(157,34,53,.45), inset 0 1px 0 rgba(255,255,255,.18);
}
.btn-primary:hover { background: var(--accent-600); transform: translateY(-1px); box-shadow: 0 10px 22px -6px rgba(157,34,53,.55); }
.btn-secondary {
  background: var(--paper);
  color: var(--navy-900);
  border-color: var(--ink-200);
}
.btn-secondary:hover { border-color: var(--navy-700); background: var(--ink-50); }
.btn-ghost {
  background: transparent;
  color: var(--navy-900);
  border-color: transparent;
  padding: 13px 14px;
}
.btn-ghost:hover { color: var(--accent-600); }
.btn-tel {
  font-weight: 700;
  color: var(--navy-900);
  background: var(--paper);
  border-color: var(--ink-200);
}
.btn-tel:hover { border-color: var(--navy-700); }
.btn-lg { padding: 16px 26px; font-size: 16px; border-radius: 14px; }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
.header.is-scrolled { border-bottom-color: var(--ink-100); background: rgba(255,255,255,.94); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo img { height: 42px; width: auto; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: var(--navy-900);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 10px;
}
.header-tel:hover { color: var(--accent-600); }
.header-tel .ico { color: var(--accent); }

@media (max-width: 720px) {
  .logo img { height: 34px; }
  .header-tel span.label { display: none; }
  .header-tel { padding: 10px; border: 1px solid var(--ink-200); border-radius: 10px; }
  .header-actions .btn-primary { padding: 11px 16px; font-size: 14px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(48px, 7vw, 96px);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 90% -10%, rgba(157,34,53,.10), transparent 60%),
    radial-gradient(ellipse 60% 50% at -10% 30%, rgba(157,34,53,.08), transparent 60%),
    linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(79,15,27,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(79,15,27,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 60% 80% at 50% 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 80% at 50% 30%, #000 30%, transparent 80%);
  pointer-events: none;
}
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 56px; align-items: center; }
/* Lange Woerter (z. B. „Datenschutzbeauftragter") umbrechen lassen, statt die
   Textspalte breiter zu ziehen und die Karte zusammenzudruecken (min-content). */
.hero h1 { overflow-wrap: break-word; hyphens: auto; }
.hero h1 .accent { color: var(--accent-600); }
.hero h1 .underline {
  position: relative;
  white-space: nowrap;
}
.hero h1 .underline::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -2px; height: 8px;
  background: linear-gradient(90deg, rgba(157,34,53,.4), rgba(157,34,53,.18));
  border-radius: 4px;
  z-index: -1;
}
.hero-sub {
  margin-top: 22px;
  font-size: clamp(17px, 1.6vw, 19px);
  color: var(--ink-700);
  max-width: 56ch;
  line-height: 1.55;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-trust {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  font-size: 14px;
  color: var(--ink-500);
}
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .tick { color: var(--accent); }

/* Hero visual: shield card */
.hero-card {
  position: relative;
  background: linear-gradient(160deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  isolation: isolate;
}
.hero-card::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(227,167,180,.28), transparent 52%),
    radial-gradient(circle at 0% 100%, rgba(79,15,27,.5), transparent 55%);
  z-index: -1;
}
.hero-card .badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-card h3 {
  color: #fff;
  margin-top: 18px;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 14px;
}
.hero-card li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 15px;
  color: rgba(255,255,255,.86);
}
.hero-card li b { color: #fff; font-weight: 600; display: block; margin-bottom: 2px; }
.hero-card li .ico-circle {
  width: 28px; height: 28px;
  border-radius: 6px;
  background: rgba(255,255,255,.12);
  color: #E3A7B4;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-card .signature {
  margin-top: 28px;
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
  color: rgba(255,255,255,.55);
}
.hero-card .signature .dpo-stamp {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; color: rgba(255,255,255,.85);
}
.hero-card .stamp-circle {
  width: 36px; height: 36px;
  border: 1.5px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
}

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-card { max-width: 520px; margin-inline: auto; padding: 28px; }
}

/* ---------- Section base ---------- */
section { padding: clamp(64px, 9vw, 120px) 0; }
.section-head { display: flex; flex-direction: column; gap: 14px; max-width: 720px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head p.lead { color: var(--ink-500); font-size: 17px; }
.section-head.center { margin-inline: auto; align-items: center; text-align: center; }

/* ---------- Logo strip ---------- */
.logo-strip {
  background: var(--cream);
  padding: 36px 0;
  border-top: 1px solid var(--ink-100);
  border-bottom: 1px solid var(--ink-100);
  overflow: hidden;
}
.logo-strip .label {
  text-align: center;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-500);
  margin-bottom: 26px;
}
/* marquee */
.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0;
  animation: marquee 38s linear infinite;
  will-change: transform;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 44px;
  padding: 0 40px;
  color: var(--ink-400);
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 18px;
  opacity: .8;
  filter: grayscale(1);
  transition: opacity .2s ease, color .2s ease, filter .2s ease;
}
.client-logo:hover { opacity: 1; color: var(--navy-700); filter: grayscale(0); }
.client-logo .mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  margin-right: 10px;
  border-radius: 4px;
  background: currentColor;
  color: #fff;
  font-family: var(--mono);
  font-size: 12px;
}
.client-logo .mark span { color: #fff; }
.client-logo.bg .mark { background: var(--ink-400); }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; width: 100%; }
}

/* ---------- USP block ---------- */
.usp {
  background: var(--paper);
}
.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.usp-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-lg);
  padding: 30px 26px 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
}
.usp-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--blue-100);
}
.usp-card .num {
  position: absolute; top: 22px; right: 24px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-400);
}
.usp-card .ico {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: var(--blue-50);
  color: var(--navy-700);
}
.usp-card.accent .ico { background: var(--accent-50); color: var(--accent-600); }
.usp-card h3 { font-size: 19px; }
.usp-card p { color: var(--ink-500); font-size: 15px; line-height: 1.55; }
@media (max-width: 960px) { .usp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .usp-grid { grid-template-columns: 1fr; } .usp-card { min-height: 0; } }

/* ---------- Comparison ---------- */
.compare { background: var(--cream); }
.compare-table {
  background: var(--paper);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  border: 1px solid var(--ink-100);
}
.compare-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  align-items: stretch;
}
.compare-row > div { padding: 22px 26px; border-top: 1px solid var(--ink-100); display: flex; align-items: center; gap: 14px; }
.compare-row:first-child > div { border-top: 0; }
.compare-row .crit { font-weight: 600; color: var(--navy-900); }
.compare-row.head > div {
  background: var(--ink-50);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink-500);
  padding-top: 18px; padding-bottom: 18px;
}
.compare-row .col-deudat { background: linear-gradient(180deg, rgba(157,34,53,.04), rgba(157,34,53,.02)); border-left: 1px solid var(--ink-100); border-right: 1px solid var(--ink-100); }
.compare-row.head .col-deudat {
  background: var(--navy-900);
  color: #fff;
  position: relative;
}
.compare-row.head .col-deudat::before {
  content: "Empfohlen";
  position: absolute; top: 50%; right: 16px;
  transform: translateY(-50%);
  background: var(--rose);
  color: var(--navy-950);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 9px;
  border-radius: 4px;
}
.compare .ico-check { color: var(--ok); flex-shrink: 0; }
.compare .ico-cross { color: var(--warn); flex-shrink: 0; }
.compare-row .val { font-size: 15px; color: var(--ink-700); }
.compare-row .col-intern .val { color: var(--ink-500); }
@media (max-width: 760px) {
  .compare-row { grid-template-columns: 1fr; }
  .compare-row > div { border-top: 1px solid var(--ink-100); }
  .compare-row .col-deudat, .compare-row .col-intern { padding-top: 14px; padding-bottom: 14px; }
  .compare-row.head { display: none; }
  .compare-row .crit { background: var(--ink-50); font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-500); padding-top: 14px; padding-bottom: 8px; }
  .compare-row .col-deudat::before { content: "DEUDAT eDSB"; }
  .compare-row .col-intern::before { content: "Interner DSB"; }
  .compare-row .col-deudat::before, .compare-row .col-intern::before {
    display: block; font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.06em; color: var(--ink-400); margin-right: auto;
  }
}

/* ---------- Process ---------- */
.process { background: var(--paper); }
.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 24px 20px 22px;
  background: var(--paper);
  border: 1px solid var(--ink-100);
  border-radius: var(--radius);
  counter-increment: step;
  transition: transform .2s ease, box-shadow .2s ease;
}
.step:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.step .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--navy-900);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.step h4 { font-size: 16px; color: var(--navy-900); margin-bottom: 4px; }
.step p { font-size: 14px; color: var(--ink-500); line-height: 1.5; }
.step.is-final .num { background: var(--accent); }
.timeline-line {
  display: none;
}
@media (min-width: 880px) {
  .timeline { position: relative; }
  .timeline::before {
    content: "";
    position: absolute;
    top: 42px; left: 4%; right: 4%;
    height: 2px;
    background: linear-gradient(to right, var(--ink-200) 0%, var(--ink-200) 90%, transparent);
    z-index: 0;
  }
  .step { background: var(--paper); position: relative; z-index: 1; }
}
@media (max-width: 880px) { .timeline { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .timeline { grid-template-columns: 1fr; } }

/* ---------- Stats / Counters ---------- */
.stats {
  background: var(--navy-900);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(227,167,180,.16), transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(79,15,27,.55), transparent 60%);
  pointer-events: none;
}
.stats h2 { color: #fff; }
.stats .section-head p.lead { color: rgba(255,255,255,.7); }
.stats .eyebrow { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.85); }
.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.stat {
  padding: 32px 28px;
  border-left: 1px solid rgba(255,255,255,.08);
}
.stat:first-child { border-left: 0; padding-left: 0; }
.stat .value {
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}
.stat .value .suffix { font-size: .5em; color: rgba(255,255,255,.55); font-weight: 600; }
.stat .label {
  margin-top: 12px;
  font-size: 15px;
  color: rgba(255,255,255,.7);
  line-height: 1.4;
}
@media (max-width: 880px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { border-left: 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.08); }
  .stat:nth-child(-n+2) { border-top: 0; }
}

/* ---------- Enterprise hint ---------- */
.enterprise { background: var(--cream); }
.enterprise-card {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  background: var(--paper);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--ink-100);
  box-shadow: var(--shadow-md);
}
.enterprise-text { padding: clamp(32px, 4vw, 52px); display: flex; flex-direction: column; gap: 18px; justify-content: center; }
.enterprise-text h2 { font-size: clamp(24px, 2.8vw, 34px); }
.enterprise-text p { color: var(--ink-500); max-width: 52ch; }
.enterprise-text ul { list-style: none; padding: 0; margin: 6px 0 0; display: grid; gap: 10px; }
.enterprise-text li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink-700); }
.enterprise-text li svg { color: var(--accent); flex-shrink: 0; }
.enterprise-aside {
  background:
    linear-gradient(160deg, var(--navy-900), var(--navy-800));
  color: #fff;
  padding: clamp(32px, 4vw, 52px);
  display: flex; flex-direction: column; gap: 22px; justify-content: center;
  position: relative;
  overflow: hidden;
}
.enterprise-aside::before {
  content: "";
  position: absolute;
  width: 220px; height: 220px;
  border: 1.5px solid rgba(255,255,255,.08);
  border-radius: 50%;
  right: -60px; bottom: -60px;
}
.enterprise-aside::after {
  content: "";
  position: absolute;
  width: 140px; height: 140px;
  border: 1.5px solid rgba(255,255,255,.06);
  border-radius: 50%;
  right: -20px; bottom: -20px;
}
.enterprise-aside .ind {
  position: relative;
  z-index: 1;
  display: flex; flex-direction: column; gap: 14px;
}
.enterprise-aside .ind-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 14px;
}
.enterprise-aside .ind-row:last-child { border-bottom: 0; }
.enterprise-aside .ind-row .name { color: rgba(255,255,255,.7); }
.enterprise-aside .ind-row .val { font-family: var(--serif); font-style: italic; font-size: 16px; }
@media (max-width: 820px) {
  .enterprise-card { grid-template-columns: 1fr; }
}

/* ---------- FAQ ---------- */
.faq { background: var(--paper); }
.faq-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items: start;
}
.faq-list { display: grid; gap: 8px; }
.faq-item {
  border: 1px solid var(--ink-100);
  background: var(--paper);
  border-radius: var(--radius);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open] { border-color: var(--blue-100); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 600;
  color: var(--navy-900);
  font-size: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev {
  width: 28px; height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--ink-50);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy-700);
  transition: transform .2s ease, background .2s ease;
}
.faq-item[open] summary .chev { background: var(--accent-50); color: var(--accent-600); transform: rotate(45deg); }
.faq-item .answer {
  padding: 0 22px 20px;
  color: var(--ink-500);
  font-size: 15px;
  line-height: 1.6;
}
.faq-side h2 { margin-bottom: 16px; }
.faq-side p { color: var(--ink-500); margin-bottom: 18px; }
.faq-side .help-card {
  margin-top: 20px;
  padding: 22px;
  background: var(--cream);
  border: 1px solid var(--ink-100);
  border-radius: var(--radius);
}
.faq-side .help-card .who {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
}
.faq-side .help-card .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.faq-side .help-card .name { font-weight: 600; color: var(--navy-900); font-size: 15px; }
.faq-side .help-card .role { font-size: 13px; color: var(--ink-500); }
.faq-side .help-card .quote { font-family: var(--serif); font-style: italic; color: var(--ink-700); font-size: 16px; line-height: 1.5; }
@media (max-width: 880px) { .faq-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- Conversion ---------- */
.conversion {
  background:
    linear-gradient(180deg, var(--cream), var(--paper));
}
.conv-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: stretch;
}
.conv-options {
  display: grid;
  gap: 14px;
  align-content: start;
}
.conv-option {
  display: flex; align-items: center; gap: 16px;
  padding: 22px 24px;
  background: var(--paper);
  border: 1px solid var(--ink-100);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.conv-option:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--blue-100); }
.conv-option .ico {
  width: 48px; height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--accent-50);
  color: var(--accent-600);
  display: inline-flex; align-items: center; justify-content: center;
}
.conv-option .body { flex: 1; }
.conv-option .body h4 { font-size: 16px; color: var(--navy-900); margin-bottom: 2px; }
.conv-option .body p { font-size: 14px; color: var(--ink-500); }
.conv-option .arrow { color: var(--ink-400); transition: color .2s ease, transform .2s ease; }
.conv-option:hover .arrow { color: var(--accent-600); transform: translateX(2px); }

.conv-form {
  background: var(--paper);
  border: 1px solid var(--ink-100);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
}
.conv-form h3 { font-size: 22px; margin-bottom: 6px; }
.conv-form .promise {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px;
  color: var(--accent-600);
  font-weight: 600;
  margin-bottom: 22px;
}
.conv-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 13px; font-weight: 600; color: var(--navy-900); }
.field input, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--ink-200);
  background: var(--paper);
  border-radius: 10px;
  color: var(--ink-900);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(157,34,53,.12);
}
.field textarea { resize: vertical; min-height: 110px; }
.conv-form .consent {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13px; color: var(--ink-500);
  margin: 4px 0 18px;
}
.conv-form .consent input { margin-top: 3px; }
.conv-form button[type=submit] { width: 100%; }

.success-state {
  display: none;
  padding: 40px 24px;
  text-align: center;
  flex: 1;
  flex-direction: column; align-items: center; justify-content: center; gap: 16px;
}
.success-state.is-on { display: flex; }
.success-state .check {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--accent-50); color: var(--accent-600);
  display: inline-flex; align-items: center; justify-content: center;
}
.success-state h3 { font-size: 22px; }
.success-state p { color: var(--ink-500); font-size: 15px; max-width: 36ch; }

@media (max-width: 880px) {
  .conv-grid { grid-template-columns: 1fr; }
  .conv-form .row { grid-template-columns: 1fr; }
}

/* ---------- Footer ---------- */
.footer {
  background: var(--navy-950);
  color: rgba(255,255,255,.75);
  padding: 64px 0 28px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}
.footer h5 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
}
.footer p, .footer a { color: rgba(255,255,255,.65); text-decoration: none; line-height: 1.7; }
.footer a:hover { color: #fff; }
.footer .brand {
  margin-bottom: 18px;
}
.footer .brand-mark {
  font-family: var(--font);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
  display: inline-flex; align-items: center; gap: 10px;
}
.footer .brand-mark::before {
  content: "";
  width: 22px; height: 22px;
  border: 1.5px solid var(--brand-red);
  display: inline-block;
  position: relative; top: 1px;
}
.footer .tag { color: rgba(255,255,255,.5); font-size: 13px; max-width: 32ch; margin-top: 8px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.footer .legal {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 13px;
  color: rgba(255,255,255,.45);
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- Scroll-in animations ---------- */
/* Reveal nur aktiv, wenn JS laeuft (html.js) -> ohne JS ist Inhalt sofort sichtbar (SEO/No-JS). */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Floating mobile CTA bar ---------- */
.mobile-cta {
  display: none;
  position: fixed; left: 12px; right: 12px; bottom: 12px;
  z-index: 60;
  background: var(--paper);
  border: 1px solid var(--ink-100);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  padding: 8px;
  gap: 8px;
  align-items: center;
}
.mobile-cta a { flex: 1; }
.mobile-cta .btn { width: 100%; padding: 12px 14px; font-size: 14px; }
@media (max-width: 720px) { .mobile-cta { display: flex; } body { padding-bottom: 88px; } }

/* ============================================================
   THEME-INTEGRATION (Ergaenzungen ueber das vs3-Design hinaus)
   ============================================================ */

/* Skip-Link (A11y) */
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;}
.skip-link:focus{left:12px;top:12px;background:var(--accent);color:#fff;padding:10px 16px;border-radius:10px;text-decoration:none;}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;}

/* Honeypot (Spamschutz, fuer Menschen unsichtbar) */
.deudat-hp{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;}

/* Formular: serverseitige Fehlermeldung */
.form-alert{background:var(--accent-50);border:1px solid var(--blue-100);color:var(--accent-600);border-radius:10px;padding:12px 14px;font-size:14px;margin-bottom:16px;}
.field input.has-error,.field textarea.has-error{border-color:var(--brand-red);}

/* Logo-Strip: echte Bild-Logos (Customizer) einfarbig/ruhig */
.client-logo img{height:30px;width:auto;filter:grayscale(1);opacity:.8;transition:opacity .2s ease,filter .2s ease;}
.client-logo:hover img{opacity:1;filter:grayscale(0);}

/* Danke-Seite */
.danke{padding:clamp(72px,12vw,140px) 0;background:linear-gradient(180deg,var(--paper),var(--cream));text-align:center;}
.danke .inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:18px;}
.danke .check{width:64px;height:64px;border-radius:50%;background:var(--accent-50);color:var(--accent-600);display:inline-flex;align-items:center;justify-content:center;}
.danke h1{font-size:clamp(30px,4vw,46px);}
.danke p{color:var(--ink-500);font-size:18px;max-width:46ch;}

/* Fallback-Seite (index.php) */
.fallback{padding:clamp(64px,9vw,120px) 0;}
.fallback .prose p{margin:0 0 1rem;}

/* ============================================================
   NIS2-FUNNEL — zusaetzliche Komponenten (Design-Handoff NIS2)
   Check-Wizard, Fakten, Fahrplan. Geteilte Bausteine (Header, Stats,
   FAQ, Conversion, Footer, Reveal) stammen aus dem vs3-Block oben.
   ============================================================ */
.check-section { background: var(--paper); }
.nc-shell { position: relative; background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-xl); box-shadow: var(--shadow-xl); padding: clamp(22px, 2.4vw, 30px); display: flex; flex-direction: column; justify-content: center; }
.nc-shell::before { content: "NIS2-CHECK \00b7 KOSTENLOS"; position: absolute; top: -11px; left: 28px; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; color: #fff; background: var(--navy-900); padding: 4px 12px; border-radius: 4px; }
#nis2check { position: relative; }
.nc-step, .nc-result, .nc-success { opacity: 0; transform: translateY(10px); transition: opacity .32s ease, transform .32s cubic-bezier(.2,.7,.2,1); }
.nc-step.is-in, .nc-result.is-in, .nc-success.is-in { opacity: 1; transform: none; }
.nc-step.is-leaving { opacity: 0; transform: translateY(-8px); }
.nc-head { margin-bottom: 22px; }
.nc-progress { height: 6px; border-radius: 99px; background: var(--ink-100); overflow: hidden; }
.nc-progress > span { display: block; height: 100%; background: linear-gradient(90deg, var(--navy-700), var(--navy-600)); border-radius: 99px; transition: width .4s cubic-bezier(.2,.7,.2,1); }
.nc-progress--full { margin-bottom: 22px; }
.nc-meta { display: flex; justify-content: space-between; margin-top: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-400); }
.nc-stepno { color: var(--navy-700); font-weight: 600; }
.nc-q { font-size: clamp(19px, 2vw, 23px); }
.nc-qsub { margin-top: 8px; color: var(--ink-500); font-size: 14.5px; }
.nc-options { margin-top: 20px; display: grid; gap: 10px; }
.nc-grid3 { grid-template-columns: repeat(3, 1fr); }
.nc-grid2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 520px) { .nc-grid3 { grid-template-columns: 1fr; } .nc-grid2 { grid-template-columns: 1fr; } }
.nc-option { position: relative; display: flex; align-items: center; gap: 13px; text-align: left; width: 100%; padding: 15px 16px; border: 1.5px solid var(--ink-200); border-radius: 12px; background: var(--paper); color: var(--ink-900); font-size: 15px; font-weight: 500; cursor: pointer; transition: border-color .15s ease, background .15s ease, transform .1s ease, box-shadow .15s ease; }
.nc-grid3 .nc-option { flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; min-height: 78px; font-weight: 600; }
.nc-option:hover { border-color: var(--navy-600); background: var(--blue-50); }
.nc-option:active { transform: scale(.99); }
.nc-option.is-selected { border-color: var(--navy-700); background: var(--blue-50); box-shadow: 0 0 0 3px rgba(157,34,53,.1); }
.nc-mark { flex-shrink: 0; width: 16px; height: 16px; border: 1.5px solid #c9bfc2; border-radius: 3px; background: var(--paper); transition: background .15s ease, border-color .15s ease; }
.nc-grid3 .nc-mark { display: none; }
.nc-option.is-selected .nc-mark { background: var(--navy-700); border-color: var(--navy-700); }
.nc-option-label { flex: 1; line-height: 1.35; }
.nc-tick { flex-shrink: 0; width: 22px; height: 22px; color: var(--navy-700); opacity: 0; transform: scale(.6); transition: opacity .15s ease, transform .15s ease; }
.nc-tick svg { width: 18px; height: 18px; }
.nc-option.is-selected .nc-tick { opacity: 1; transform: none; }
.nc-grid3 .nc-tick { position: absolute; top: 12px; right: 12px; }
.nc-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; }
.nc-back { background: none; border: none; color: var(--navy-700); font-weight: 600; font-size: 14px; padding: 6px 4px; cursor: pointer; }
.nc-back:hover { color: var(--accent-600); }
.nc-hint { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-400); }
.nc-result-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 4px; margin-bottom: 14px; }
.nc-result-tag::before { content: ""; width: 7px; height: 7px; background: currentColor; }
.nc-result--hoch .nc-result-tag { background: var(--navy-900); color: #fff; }
.nc-result--mittel .nc-result-tag { background: var(--accent-50); color: var(--navy-700); }
.nc-result--einzel .nc-result-tag { background: var(--ink-50); color: var(--ink-700); }
.nc-result--niedrig .nc-result-tag { background: var(--ink-50); color: var(--ink-500); }
.nc-result-title { font-size: clamp(22px, 2.4vw, 28px); }
.nc-result-lead { margin-top: 10px; color: var(--ink-700); font-size: 15.5px; }
.nc-duties { margin-top: 20px; background: var(--cream); border: 1px solid var(--ink-100); border-radius: 14px; padding: 18px 20px; }
.nc-duties-h { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 12px; }
.nc-duties ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.nc-duties li { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; font-size: 14.5px; color: var(--ink-700); line-height: 1.45; }
.nc-d-ico { width: 22px; height: 22px; border-radius: 5px; background: var(--accent-50); color: var(--navy-700); display: inline-flex; align-items: center; justify-content: center; }
.nc-d-ico svg { width: 13px; height: 13px; }
.nc-form { margin-top: 20px; }
.nc-form-h { font-weight: 600; color: var(--navy-900); font-size: 15.5px; margin-bottom: 12px; }
.nc-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 520px) { .nc-fields { grid-template-columns: 1fr; } }
.nc-input { width: 100%; font: inherit; font-size: 15px; padding: 12px 14px; border: 1px solid var(--ink-200); border-radius: 10px; color: var(--ink-900); transition: border-color .15s ease, box-shadow .15s ease; }
.nc-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(157,34,53,.12); }
.nc-input.is-invalid { border-color: var(--brand-red); box-shadow: 0 0 0 4px rgba(157,34,53,.12); }
.nc-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; color: var(--ink-500); margin: 12px 0 16px; }
.nc-consent input { margin-top: 3px; }
.nc-consent a { color: var(--navy-700); text-decoration: underline; }
.nc-submit { width: 100%; }
.nc-promise { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--accent-600); font-weight: 600; margin-top: 14px; }
.nc-promise svg { width: 15px; height: 15px; }
.nc-disclaimer { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--ink-100); font-size: 12px; color: var(--ink-400); line-height: 1.5; }
.nc-restart { display: inline-block; margin-top: 14px; background: none; border: none; color: var(--ink-500); font-size: 13px; text-decoration: underline; padding: 4px 0; cursor: pointer; }
.nc-restart:hover { color: var(--navy-700); }
.nc-success { text-align: center; padding: 24px 8px; }
.nc-success-ico { width: 60px; height: 60px; border-radius: 16px; background: var(--accent-50); color: var(--navy-700); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.nc-success-ico svg { width: 30px; height: 30px; }
.nc-success h3 { font-size: 23px; }
.nc-success p { margin: 12px auto 22px; color: var(--ink-500); max-width: 40ch; font-size: 15px; }

/* Fakten */
.facts { background: var(--cream); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fact-card { background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-lg); padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.fact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--blue-100); }
.fact-ico { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-50); color: var(--navy-700); display: inline-flex; align-items: center; justify-content: center; }
.fact-card h3 { font-size: 18px; }
.fact-big { font-family: var(--font); font-size: 30px; font-weight: 700; letter-spacing: -0.02em; color: var(--navy-700); line-height: 1; font-variant-numeric: tabular-nums; }
.fact-card p { color: var(--ink-500); font-size: 14.5px; line-height: 1.5; }
@media (max-width: 920px) { .facts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .facts-grid { grid-template-columns: 1fr; } }

/* Fahrplan */
.roadmap { background: var(--paper); }
.road-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; }
.road-step { position: relative; z-index: 1; background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius); padding: 24px 22px; transition: transform .2s ease, box-shadow .2s ease; }
.road-step:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.road-badge { display: inline-flex; align-items: baseline; gap: 4px; font-family: var(--mono); font-weight: 600; font-size: 13px; color: #fff; background: var(--navy-900); padding: 7px 12px; border-radius: 8px; margin-bottom: 16px; }
.road-step:last-child .road-badge { background: var(--accent); }
.road-badge b { font-size: 18px; }
.road-step h4 { font-size: 16px; margin-bottom: 5px; }
.road-step p { font-size: 14px; color: var(--ink-500); line-height: 1.5; }
@media (max-width: 860px) { .road-grid { grid-template-columns: repeat(2, 1fr); } .road-grid::before { display: none; } }
@media (max-width: 480px) { .road-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .nc-step, .nc-result, .nc-success { opacity: 1 !important; transform: none !important; transition: none; } }

/* ============================================================
   VIDEO-SEKTION (selbst gehostet, z. B. eDSB in 1 Minute)
   ============================================================ */
.video-section { background: var(--cream); }
.video-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(28px, 4vw, 52px); align-items: center; }
.video-text h2 { font-size: clamp(26px, 3vw, 38px); margin: 14px 0 0; }
.video-text .lead { margin-top: 14px; }
.video-points { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.video-points li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; font-size: 15.5px; color: var(--ink-700); }
.video-points li svg { color: var(--accent); margin-top: 2px; }
.video-cta { margin-top: 26px; }
.video-wrap { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-xl); border: 1px solid var(--ink-100); background: #000; aspect-ratio: 16 / 9; }
.video-wrap video { width: 100%; height: 100%; display: block; object-fit: cover; }
.video-note { text-align: center; margin-top: 14px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; color: var(--ink-400); }
@media (max-width: 960px) { .video-grid { grid-template-columns: 1fr; } }

/* Marquee: echte Bild-Logos – gross, farbig, transparent (kein weisser Kasten) */
.logo-strip .marquee { padding: 6px 0; }
.client-logo { height: auto; padding: 0 38px; }
.client-logo img { height: 56px; width: auto; max-width: 230px; object-fit: contain; filter: none; opacity: .95; transition: opacity .2s ease, transform .2s ease; }
.client-logo:hover img { opacity: 1; transform: translateY(-1px); }
@media (max-width: 720px) { .client-logo { padding: 0 26px; } .client-logo img { height: 46px; max-width: 180px; } }

/* ============================================================
   STARTSEITE / FUNNEL-HUB (Design-Handoff Startseite)
   Geteilte Bausteine (Header, Marquee, Stats, Conversion, Footer)
   kommen aus dem vs3-Block oben. Hier nur Hub-spezifisches.
   ============================================================ */

/* Header: Wortmarken-Erweiterung „direkt" */
.logo .sep { width: 1px; height: 26px; background: var(--ink-200); }
.logo .sub { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: var(--ink-500); }
.logo .sub b { color: var(--navy-700); }
@media (max-width: 760px) { .logo .sep, .logo .sub { display: none; } }

/* Hero-Variante: einspaltig, max-width 820px (überschreibt das 2-spaltige Funnel-Hero) */
.home .hero-inner { display: block; max-width: 820px; }
.home .hero { padding: clamp(52px,7vw,92px) 0 clamp(20px,3vw,36px); }
.hero-meta { margin-top: 22px; font-size: 14px; color: var(--ink-500); }
.hero-meta a { color: var(--navy-700); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--blue-100); }
.hero-meta a:hover { border-color: var(--navy-700); }

/* Logo-Strip auf der Startseite auf Paper-Bg (statt Cream) */
.home .logo-strip { background: var(--paper); }

/* Funnel-Verzeichnis */
.angebote { background: var(--paper); padding-top: clamp(32px, 4vw, 56px); }
.funnel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 820px) { .funnel-grid { grid-template-columns: 1fr; } }
.funnel-card { position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--ink-100); border-top: 3px solid var(--navy-700); border-radius: var(--radius-lg); padding: 30px 30px 26px; text-decoration: none; color: inherit; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.funnel-card::after { content: ""; position: absolute; right: -40px; top: -40px; width: 160px; height: 160px; border: 1.5px solid var(--blue-100); border-radius: 50%; opacity: .6; transition: transform .4s ease; pointer-events: none; }
.funnel-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-top-color: var(--accent); }
.funnel-card:hover::after { transform: scale(1.15); }
.fc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.fc-ico { width: 52px; height: 52px; border-radius: 13px; background: var(--accent-50); color: var(--navy-700); display: inline-flex; align-items: center; justify-content: center; }
.fc-path { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--ink-400); background: var(--ink-50); border: 1px solid var(--ink-100); padding: 5px 11px; border-radius: 6px; }
.fc-path b { color: var(--navy-700); }
.funnel-card h3 { font-size: 22px; }
.funnel-card > p { margin-top: 10px; color: var(--ink-500); font-size: 15.5px; line-height: 1.55; }
.fc-points { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.fc-points li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; font-size: 14.5px; color: var(--ink-700); }
.fc-points li svg { color: var(--accent); margin-top: 2px; }
.fc-cta { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--ink-100); display: inline-flex; align-items: center; gap: 9px; font-weight: 600; color: var(--navy-700); font-size: 15px; }
.fc-cta svg { transition: transform .2s ease; }
.funnel-card:hover .fc-cta svg { transform: translateX(3px); }

/* „In Vorbereitung"-Kacheln */
.soon-wrap { margin-top: 30px; }
.soon-label { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-400); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.soon-label::after { content: ""; flex: 1; height: 1px; background: var(--ink-100); }
.soon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 1000px) { .soon-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .soon-grid { grid-template-columns: 1fr; } }
.soon-tile { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 18px 20px; background: var(--cream); border: 1px dashed var(--ink-200); border-radius: var(--radius); }
.soon-ico { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; background: var(--paper); border: 1px solid var(--ink-100); color: var(--ink-400); display: inline-flex; align-items: center; justify-content: center; }
.soon-tile h4 { font-size: 15px; color: var(--ink-700); }
.soon-tile > div { min-width: 0; }
.soon-tile p { font-size: 13px; color: var(--ink-400); margin-top: 1px; }
.soon-badge { margin-left: auto; font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-500); background: var(--paper); border: 1px solid var(--ink-200); padding: 4px 8px; border-radius: 5px; white-space: nowrap; }

/* So funktioniert's */
.how { background: var(--cream); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; }
.how-grid::before { content: ""; position: absolute; top: 30px; left: 8%; right: 8%; height: 2px; background: linear-gradient(to right, var(--ink-200), var(--ink-200) 92%, transparent); z-index: 0; }
.how-step { position: relative; z-index: 1; background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius); padding: 26px 24px; }
.how-num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy-900); color: #fff; font-family: var(--mono); font-weight: 600; font-size: 15px; margin-bottom: 16px; }
.how-step:last-child .how-num { background: var(--accent); }
.how-step h4 { font-size: 17px; margin-bottom: 5px; }
.how-step p { font-size: 14.5px; color: var(--ink-500); line-height: 1.5; }
@media (max-width: 760px) { .how-grid { grid-template-columns: 1fr; } .how-grid::before { display: none; } }

/* ============================================================
   SCROLL-FORTSCHRITT (Leseposition) + native Scrollleiste in CI
   ============================================================ */
.scroll-progress {
	position: fixed; top: 0; left: 0; right: 0; height: 3px;
	z-index: 120; background: rgba(157,34,53,.10); pointer-events: none;
}
.scroll-progress span {
	display: block; height: 100%; width: 0;
	background: linear-gradient(90deg, var(--navy-700), var(--navy-600));
	box-shadow: 0 0 8px rgba(157,34,53,.45);
	transition: width .08s linear;
}
@media (prefers-reduced-motion: reduce) {
	.scroll-progress span { transition: none; }
}

/* Native Scrollleiste markenkonform (nur Desktop/feiner Zeiger) */
@media (pointer: fine) {
	html { scrollbar-width: thin; scrollbar-color: var(--navy-700) var(--ink-50); }
	::-webkit-scrollbar { width: 12px; height: 12px; }
	::-webkit-scrollbar-track { background: var(--ink-50); }
	::-webkit-scrollbar-thumb { background: var(--navy-700); border-radius: 8px; border: 3px solid var(--ink-50); }
	::-webkit-scrollbar-thumb:hover { background: var(--accent-600); }
}

/* ============================================================
   RECHTSSEITEN (Impressum, Datenschutzhinweise)
   ============================================================ */
.legal-section { padding: clamp(48px, 7vw, 88px) 0; }
.legal-inner { max-width: 820px; margin: 0 auto; }
.legal-title { font-size: clamp(30px, 4vw, 46px); letter-spacing: -0.02em; margin: 14px 0 10px; }
.legal-prose { color: var(--ink-700); font-size: 16px; line-height: 1.72; }
.legal-prose h2 { font-size: 25px; color: var(--ink-900); margin: 34px 0 10px; line-height: 1.25; }
.legal-prose h3 { font-size: 21px; color: var(--ink-900); margin: 30px 0 8px; line-height: 1.3; }
.legal-prose h4 { font-size: 17px; color: var(--ink-900); margin: 24px 0 6px; }
.legal-prose h5 { font-size: 15.5px; color: var(--ink-900); margin: 20px 0 6px; }
.legal-prose h6 { font-size: 14px; color: var(--ink-500); margin: 18px 0 4px; text-transform: none; letter-spacing: 0; }
.legal-prose p { margin: 0 0 14px; }
.legal-prose ul, .legal-prose ol { margin: 0 0 14px; padding-left: 22px; }
.legal-prose li { margin-bottom: 6px; }
.legal-prose a { color: var(--navy-700); text-decoration: underline; text-underline-offset: 2px; word-break: break-word; }
.legal-prose a:hover { color: var(--accent-600); }
.legal-prose strong, .legal-prose b { color: var(--ink-900); font-weight: 700; }
.legal-prose hr { border: 0; border-top: 1px solid var(--ink-100); margin: 28px 0; }

/* ============================================================
   MODERN POLISH (v1.4) — dezente Tiefe & Mikro-Interaktionen,
   strikt in der CI (nur Bordeaux-/Rosé-Töne, IBM Plex).
   Alle Animationen respektieren prefers-reduced-motion.
   ============================================================ */

/* Anker-Sprünge nicht unter dem Sticky-Header verstecken */
html { scroll-padding-top: 96px; }

/* Markierter Text in Markenfarbe */
::selection { background: var(--navy-700); color: #fff; }

/* Header: wird beim Scrollen etwas kompakter */
.header-inner { transition: padding .25s ease; }
.header.is-scrolled .header-inner { padding-top: 9px; padding-bottom: 9px; }

/* Primär-Button: Bordeaux-Verlauf + Licht-Sweep beim Hover */
.btn-primary { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy-600) 0%, var(--navy-700) 45%, var(--navy-900) 100%); }
.btn-primary::after { content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 55%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-20deg); pointer-events: none; transition: left .01s; }
.btn-primary:hover { background: linear-gradient(135deg, var(--navy-600) 0%, var(--navy-800) 45%, var(--navy-900) 100%); }
.btn-primary:hover::after { left: 130%; transition: left .55s ease; }

/* Eyebrow-Quadrat: ruhiger Puls */
@keyframes deudat-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(157,34,53,.30); } 55% { box-shadow: 0 0 0 6px rgba(157,34,53,0); } }
.eyebrow .dot { animation: deudat-pulse 3s ease-in-out infinite; }

/* Hero: sanft treibende Rosé-Aura für mehr Tiefe */
@keyframes deudat-drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-48px,28px,0) scale(1.1); } }
.hero::after { content: ""; position: absolute; top: -140px; right: -100px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(227,167,180,.32), transparent 62%); filter: blur(12px); animation: deudat-drift 24s ease-in-out infinite alternate; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; }

/* Hero-Karte: Kanten-Highlight + kaum merkliches Schweben (nur Desktop) */
.hero-card { box-shadow: var(--shadow-xl), inset 0 1px 0 rgba(255,255,255,.16); }
@keyframes deudat-float { from { transform: translateY(0); } to { transform: translateY(-6px); } }
@media (min-width: 961px) { .hero-card { animation: deudat-float 6s ease-in-out infinite alternate; } }

/* Karten-Icons: Mikro-Reaktion beim Hover der Karte */
.usp-card .ico, .fact-card .fact-ico, .conv-option .ico, .fc-ico, .soon-ico { transition: transform .25s ease; }
.usp-card:hover .ico, .fact-card:hover .fact-ico, .conv-option:hover .ico, .funnel-card:hover .fc-ico { transform: scale(1.08) rotate(-3deg); }

/* Video: feiner Bordeaux-Ring um den Player */
.video-wrap { box-shadow: var(--shadow-xl), 0 0 0 6px rgba(157,34,53,.06); }

/* Footer: feine Rosé-Verlaufskante als Abschluss */
.footer { position: relative; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--rose), transparent); opacity: .55; }

/* Kontrast-Anhebung: kleine Grau-Texte von ink-400 auf ink-500 (AA) */
.nc-hint, .soon-badge, .video-note, .fc-path { color: var(--ink-500); }

@media (prefers-reduced-motion: reduce) {
	.eyebrow .dot, .hero::after, .hero-card { animation: none !important; }
	.btn-primary::after { display: none; }
	.header-inner { transition: none; }
}

/* Video-Transkript (aufklappbar) */
.video-transcript { margin-top: 14px; border: 1px solid var(--ink-100); border-radius: var(--radius); background: var(--paper); }
.video-transcript summary { cursor: pointer; padding: 13px 18px; font-weight: 600; font-size: 14px; color: var(--navy-900); list-style: none; }
.video-transcript summary::-webkit-details-marker { display: none; }
.video-transcript summary::before { content: "+"; display: inline-block; margin-right: 9px; color: var(--navy-700); font-weight: 700; }
.video-transcript[open] summary::before { content: "–"; }
.video-transcript__text { padding: 0 18px 16px; font-size: 14.5px; line-height: 1.65; color: var(--ink-700); }
.video-transcript__text p { margin: 0 0 10px; }
