/* ===========================================================================
   EntruempelKumpel – Corporate Design (Schwarz / Weiss / Orange)
   Reskin auf die bestehende Markup-Struktur. Funktionalitaet bleibt unveraendert
   (alle funktionalen Klassen/IDs werden hier nur neu gestylt).
   =========================================================================== */

:root {
  --black:   #050505;
  --black-2: #101010;
  --black-3: #181818;
  --white:   #ffffff;
  --offwhite:#f7f4ef;
  --soft:    #efebe4;
  --orange:  #ff6b00;
  --orange-2:#ff8a1f;
  --green:   #16a34a;
  --green-2: #0f7a35;
  --text:    #111111;
  --muted:   #6f6f6f;
  --line:    rgba(0,0,0,.10);
  --line-white: rgba(255,255,255,.14);
  --shadow:  0 28px 80px rgba(0,0,0,.18);
  --radius:  28px;
  --max:     1220px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--offwhite);
  color: var(--text);
  line-height: 1.45;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.accent { color: var(--orange); }

/* ── Reveal-Animationen ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .5s ease; }
.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(2) { transition-delay: .06s; }
.stagger.visible > *:nth-child(3) { transition-delay: .12s; }
.stagger.visible > *:nth-child(4) { transition-delay: .18s; }
.stagger.visible > *:nth-child(5) { transition-delay: .24s; }
.stagger.visible > *:nth-child(6) { transition-delay: .30s; }
.stagger.visible > *:nth-child(7) { transition-delay: .36s; }
.stagger.visible > *:nth-child(8) { transition-delay: .42s; }

/* ===========================================================================
   BUTTONS
   =========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 0; border-radius: 999px; padding: 14px 22px;
  font-weight: 900; letter-spacing: -.01em; white-space: nowrap; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.nav-icon { font-size: 1.05em; line-height: 1; }
.wa-ic { display: inline-flex; align-items: center; line-height: 1; }
.wa-ic svg { width: 1.15em; height: 1.15em; display: block; }
.tel-ic { display: inline-flex; align-items: center; line-height: 1; }
.tel-ic svg { width: 1.08em; height: 1.08em; display: block; }

.btn-primary { background: var(--orange); color: var(--black); box-shadow: 0 16px 32px rgba(255,107,0,.30); }
.btn-primary:hover { background: var(--orange-2); }

.btn-green { background: var(--green); color: #fff; box-shadow: 0 16px 32px rgba(22,163,74,.28); }
.btn-green:hover { background: var(--green-2); }

.btn-dark { background: var(--black); color: #fff; border: 1px solid rgba(255,255,255,.15); }
.btn-dark:hover { background: #000; }

.btn-ghost { background: transparent; color: var(--black); border: 1px solid var(--line); }
.btn-ghost:hover { background: rgba(0,0,0,.04); }

.btn-outline-light { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255,255,255,.28); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); }

.btn-light { background: #fff; color: var(--black); border: 1px solid #fff; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.btn-light:hover { background: rgba(255,255,255,.88); }

/* ===========================================================================
   MICROBAR + NAV
   =========================================================================== */
.microbar {
  background: var(--orange); color: var(--black);
  font-size: 13px; font-weight: 900; letter-spacing: .01em;
  text-align: center; padding: 9px 16px; text-transform: uppercase;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent; border-bottom: 1px solid transparent; color: #fff;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.nav.is-solid {
  background: rgba(5,5,5,.92);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-white);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 22px; min-height: 76px;
}
.brand { display: flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-logo { height: 52px; width: auto; display: block; }
.mark {
  width: 52px; height: 52px; flex-shrink: 0;
  background: var(--black-3); border-radius: 14px;
  display: grid; place-items: center; padding: 7px;
  box-shadow: 6px 6px 0 var(--orange);
}
.mark svg { width: 100%; height: 100%; }
.brand-title { font-size: 21px; font-weight: 900; line-height: 1; letter-spacing: -.04em; color: #fff; }
.brand-title span { color: var(--orange); }
.brand-sub {
  margin-top: 5px; font-size: 10.5px; text-transform: uppercase; letter-spacing: .12em;
  color: rgba(255,255,255,.6); font-weight: 800;
}
.desktop-links { display: flex; gap: 24px; align-items: center; font-size: 14px; font-weight: 800; }
.desktop-links a { color: rgba(255,255,255,.74); }
.desktop-links a:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

/* ===========================================================================
   HERO (dunkel, mit Raster + Orange-Glow)
   =========================================================================== */
.hero {
  position: relative; overflow: hidden; color: #fff;
  min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column;
  padding-top: 116px; background: var(--black);
}
.hero-photo { display: none; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img, .hero-bg video { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,5,5,.95) 0%, rgba(5,5,5,.84) 36%, rgba(5,5,5,.30) 64%, rgba(5,5,5,.58) 100%),
    linear-gradient(0deg, rgba(5,5,5,.9) 0%, rgba(5,5,5,0) 34%);
}
.hero-layout {
  position: relative; z-index: 2; flex: 1;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, 440px); gap: 48px;
  align-items: center; padding: 32px 0 40px;
  width: min(1340px, calc(100% - 40px));
}
.hero-head { min-width: 0; max-width: 880px; align-self: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--orange); font-weight: 900; font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; margin-bottom: 18px;
}
.hero-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--orange); }
.hero-head h1 {
  font-size: clamp(44px, 6.2vw, 86px); line-height: .92; letter-spacing: -.045em;
  margin-bottom: 22px; text-shadow: 0 2px 30px rgba(0,0,0,.45);
  text-wrap: balance;
}
.hero-sub {
  font-size: clamp(16px, 1.5vw, 20px); color: rgba(255,255,255,.82);
  max-width: 52ch; margin-bottom: 30px;
}
.hero-sub strong { color: #fff; }
.hero-locline { font-size: 14px; font-weight: 800; letter-spacing: .02em; color: rgba(255,255,255,.72); margin: -10px 0 16px; white-space: nowrap; }
.hero-locline strong { color: var(--orange); }
/* "& Umgebung" buendig an der Stadt: feste Rotator-Breite aufheben */
.hero-locline .loc-rotator { min-width: 0 !important; }
.hero-points { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px 24px; margin-top: 16px; max-width: 480px; }
.hero-points li { display: flex; flex-direction: row; align-items: center; gap: 13px; min-width: 0; }
.hp-label { font-size: 15px; line-height: 1.2; color: rgba(255,255,255,.92); font-weight: 800; }
.hero-points li strong { color: #fff; font-weight: 900; }
.hp-check { width: 22px; height: 22px; flex-shrink: 0; display: grid; place-items: center; background: var(--orange); color: #000; border-radius: 50%; font-size: 12px; font-weight: 900; }
.hp-ic { width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center; color: var(--orange); }
.hp-ic svg { width: 46px; height: 46px; display: block; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.btn-lg { padding: 18px 28px; font-size: 16px; }
.btn-glass {
  background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.32);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.btn-glass:hover { background: rgba(255,255,255,.16); }
.hero-chips { display: flex; gap: 12px; flex-wrap: wrap; }
.hchip {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-radius: 14px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
}
.hchip-ic {
  width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center;
  border: 1.5px solid rgba(255,138,25,.55); border-radius: 12px; color: var(--orange);
  background: rgba(255,107,0,.08);
}
.hchip-ic svg { width: 21px; height: 21px; }
.hchip strong { display: block; font-size: 14.5px; letter-spacing: -.02em; }
.hchip span { font-size: 12.5px; color: rgba(255,255,255,.65); }

.hero-stats { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.14); }
.hero-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 22px 0; }
.hstat { display: flex; align-items: center; gap: 12px; }
.hstat-ic {
  width: 42px; height: 42px; flex-shrink: 0; display: grid; place-items: center;
  border: 1.5px solid rgba(255,255,255,.28); border-radius: 12px; font-size: 19px; color: var(--orange);
}
.hstat strong { display: block; font-size: 19px; letter-spacing: -.03em; }
.hstat span { font-size: 12.5px; color: rgba(255,255,255,.62); }

/* Logo-Slider unten im Hero (dunkle Variante) */
.hero-logos { position: relative; z-index: 2; padding: 16px 0 36px; }
.hero-logos .logos-label { color: rgba(255,255,255,.55); margin-bottom: 16px; }

/* ── Lead-Panel = weisse Brutalist-Card ── */
.hero-form { align-self: center; }
.lead-panel {
  background: #fff; color: var(--text);
  border-radius: 30px; padding: 26px;
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 18px 18px 0 var(--orange), 0 34px 90px rgba(0,0,0,.45);
}
.lead-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 6px; }
.lead-head h2 { font-size: 27px; line-height: .98; letter-spacing: -.05em; }
.lead-sub { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.lead-tag {
  flex-shrink: 0; background: var(--orange); color: #000; font-weight: 900; font-size: 12px;
  text-transform: uppercase; letter-spacing: .04em; padding: 7px 12px; border-radius: 999px;
}

/* Fortschritt */
.wiz-progress { margin-bottom: 18px; }
.wiz-progress-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.wiz-progress-top span { font-size: 12px; font-weight: 800; color: var(--orange); text-transform: uppercase; letter-spacing: .06em; }
.wiz-progress-top strong { font-size: 15px; letter-spacing: -.03em; }
.wiz-bar { height: 8px; background: #ececec; border-radius: 999px; overflow: hidden; }
.wiz-bar span { display: block; height: 100%; width: 20%; background: var(--orange); border-radius: 999px; transition: width .3s ease; }

/* Honeypot */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Wizard-Schritte (nur mit aktivem JS einzeln einblenden) */
.wiz-on .wizard-step { display: none; }
.wiz-on .wizard-step.is-active { display: block; animation: stepIn .25s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.wiz-q { font-weight: 900; font-size: 16px; letter-spacing: -.02em; margin-bottom: 12px; }
.wiz-opt-tag { color: var(--muted); font-weight: 700; font-size: 13px; }

/* Options-Grid + Buttons */
.opt-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.opt-grid.cols-2 { grid-template-columns: 1fr 1fr; }
.opt {
  display: flex; align-items: center; gap: 10px;
  background: #f4f3f1; border: 2px solid transparent; border-radius: 16px;
  padding: 14px 14px; font-weight: 800; font-size: 14.5px; color: var(--text);
  cursor: pointer; text-align: left; width: 100%;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.opt:hover { transform: translateY(-1px); background: #efeeea; }
.opt .opt-ic { font-size: 20px; line-height: 1; }
.opt.is-sel { border-color: var(--orange); background: #fff6ee; box-shadow: 0 8px 22px rgba(255,107,0,.18); }
.opt input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--orange); }

/* Flaeche + Chips */
.wiz-area { position: relative; margin-bottom: 12px; }
.wiz-area-unit { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); font-weight: 800; }
.input, .textarea {
  width: 100%; background: #f4f3f1; border: 2px solid #e7e4df; border-radius: 14px;
  padding: 14px 16px; font-size: 15px; color: var(--text); transition: border-color .15s ease, background .15s ease;
}
.input:focus, .textarea:focus { outline: 0; border-color: var(--orange); background: #fff; }
.textarea { min-height: 96px; resize: vertical; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.chip {
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 9px 13px; font-size: 13px; font-weight: 800; cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.chip:hover { border-color: var(--orange); }
.chip.is-sel { background: var(--black); color: #fff; border-color: var(--black); }
.wiz-hint { color: var(--muted); font-size: 13px; margin-top: 4px; }

/* Ergebnis-Schritt */
.estimate-box { background: var(--black); color: #fff; border-radius: 22px; padding: 22px; text-align: center; margin-bottom: 16px; }
.estimate-label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.6); font-weight: 800; margin-bottom: 6px; }
.estimate-range { font-size: 34px; font-weight: 900; letter-spacing: -.04em; color: var(--orange); line-height: 1; margin-bottom: 10px; }
.estimate-disclaimer { font-size: 12.5px; color: rgba(255,255,255,.62); line-height: 1.5; }
.wiz-cta { margin-bottom: 14px; }
.wiz-cta-title { font-weight: 900; font-size: 17px; letter-spacing: -.03em; margin-bottom: 4px; }
.wiz-cta-sub { color: var(--muted); font-size: 13.5px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.form-grid .textarea { grid-column: 1 / -1; }

/* Foto-Upload */
.form-upload { margin-bottom: 12px; }
.form-upload-input { position: absolute; left: -9999px; opacity: 0; }
.form-upload-label {
  display: flex; align-items: center; gap: 12px; cursor: pointer;
  background: #f4f3f1; border: 2px dashed #d8d3ca; border-radius: 16px; padding: 14px 16px;
  transition: border-color .15s ease, background .15s ease;
}
.form-upload-label:hover { border-color: var(--orange); background: #fff6ee; }
.form-upload-ic { font-size: 22px; }
.form-upload-main { display: block; font-weight: 800; font-size: 14.5px; }
.form-upload-opt { color: var(--muted); font-weight: 700; }
.form-upload-sub { display: block; color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.form-upload-files { list-style: none; margin-top: 10px; display: grid; gap: 6px; }
.form-upload-files li { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; padding: 8px 12px; background: #f4f3f1; border-radius: 10px; }
.form-upload-files li.fu-bad { background: #fdecec; color: #b42318; }
.fu-size { color: var(--muted); flex-shrink: 0; }

.privacy-check { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: #444; margin-bottom: 12px; }
.privacy-check input { width: 18px; height: 18px; accent-color: var(--orange); margin-top: 1px; }
.privacy-check a { color: var(--orange); font-weight: 800; }

.form-success { display: none; background: #ecfdf3; color: #027a48; border: 1px solid #a6f4c5; border-radius: 14px; padding: 14px 16px; font-weight: 700; font-size: 14px; margin-bottom: 12px; }
.wiz-or { text-align: center; color: var(--muted); font-size: 13px; font-weight: 700; margin: 6px 0 10px; }
.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.wiz-nav { display: flex; gap: 10px; margin-top: 16px; }
.wiz-nav .btn { flex: 1; }
.wiz-back { flex: 0 0 auto !important; }
.privacy { text-align: center; color: var(--muted); font-size: 12px; margin-top: 12px; }
.form-error { display: none; margin-top: 10px; background: #fdecec; color: #b42318; border-radius: 12px; padding: 10px 14px; font-size: 13.5px; font-weight: 700; }
.form-error:not(:empty) { display: block; }

/* ── Kostencheck-Sektion (aus dem Hero ausgelagert) ── */
.kostencheck-section { background: var(--offwhite); }
.kc-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, 460px); gap: 48px; align-items: center; }
.kc-intro .kicker { margin-bottom: 16px; }
.kc-intro h2 { font-size: clamp(34px, 4.6vw, 60px); line-height: .9; letter-spacing: -.06em; color: var(--black); margin-bottom: 16px; }
.kc-intro h2 .accent { color: var(--orange); }
.kc-intro > p { color: var(--muted); font-size: 17px; margin-bottom: 22px; max-width: 46ch; }
.kc-trust { list-style: none; display: grid; gap: 10px; }
.kc-trust li { position: relative; padding-left: 30px; font-weight: 800; font-size: 14.5px; color: #333; }
.kc-trust li::before { content: "✓"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; display: grid; place-items: center; background: var(--orange); color: #000; border-radius: 50%; font-size: 12px; font-weight: 900; }

/* ===========================================================================
   SECTIONS / HEADINGS
   =========================================================================== */
.section { padding: 104px 0; position: relative; }
.section-head { max-width: 860px; margin-bottom: 50px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.kicker {
  display: inline-flex; background: var(--orange); color: #000; border-radius: 999px;
  padding: 8px 14px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em;
  margin-bottom: 16px;
}
.section-head h2 { font-size: clamp(36px, 5vw, 64px); line-height: .9; letter-spacing: -.06em; color: var(--black); margin-bottom: 14px; }
.section-head h2 span, .section-head h2 .accent { color: var(--orange); }
.section-head p { color: var(--muted); font-size: 18px; max-width: 720px; margin-inline: auto; }
.section-head:not(.center) p { margin-inline: 0; }

/* ── Leistungen ── */
.service-highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sh-card {
  background: #fff; border: 1px solid var(--line); border-radius: 26px; overflow: hidden;
  box-shadow: 0 18px 52px rgba(0,0,0,.07); transition: transform .22s ease, box-shadow .22s ease;
  display: flex; flex-direction: column;
}
.sh-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.sh-card img { width: 100%; height: 188px; object-fit: cover; }
.sh-body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.sh-body h3 { font-size: 21px; line-height: 1; letter-spacing: -.04em; }
.sh-body p { color: var(--muted); font-size: 14.5px; }
.sh-link { margin-top: auto; color: var(--orange); font-weight: 900; }
.service-more { text-align: center; color: var(--muted); margin-top: 28px; font-size: 15px; }

/* ── Ablauf (dunkle Sektion) ── */
.process-section { background: var(--black); color: #fff; overflow: hidden; }
.process-section .section-head h2 { color: #fff; }
.process-section .section-head p { color: rgba(255,255,255,.65); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.10); border-radius: 22px;
  padding: 30px 26px 32px; color: #fff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.step:hover { transform: translateY(-7px); border-color: rgba(255,107,0,.55); box-shadow: 0 30px 60px rgba(0,0,0,.45); }
.step-no {
  position: absolute; top: -16px; right: 8px; z-index: 0;
  font-size: 96px; font-weight: 900; line-height: 1; letter-spacing: -.06em;
  color: rgba(255,255,255,.06); pointer-events: none;
}
.step-icon {
  position: relative; z-index: 1; width: 58px; height: 58px; border-radius: 16px;
  background: var(--orange); color: #000; display: grid; place-items: center; margin-bottom: 22px;
  box-shadow: 0 12px 26px rgba(255,107,0,.35);
}
.step-icon svg { width: 27px; height: 27px; }
.step h3 { position: relative; z-index: 1; font-size: 21px; line-height: 1.02; letter-spacing: -.04em; margin-bottom: 10px; }
.step p { position: relative; z-index: 1; color: rgba(255,255,255,.62); font-size: 14.5px; line-height: 1.55; }
/* Pfeil-Verbinder zwischen den Schritten (Flow) */
.step:not(:last-child)::after {
  content: ""; position: absolute; top: 54px; right: -17px; z-index: 2;
  width: 12px; height: 12px;
  border-top: 2px solid var(--orange); border-right: 2px solid var(--orange);
  transform: rotate(45deg);
}

/* ── Preisfaktoren ── */
.factor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.factor-item { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 20px; box-shadow: 0 14px 40px rgba(0,0,0,.05); }
.factor-icon { width: 50px; height: 50px; flex-shrink: 0; border-radius: 14px; background: var(--black); color: var(--orange); display: grid; place-items: center; font-size: 24px; }
.factor-text { display: flex; flex-direction: column; }
.factor-text strong { font-size: 15.5px; letter-spacing: -.02em; }
.factor-text span { color: var(--muted); font-size: 13px; }

/* ── Vorher / Nachher ── */
.ba-shell { display: grid; grid-template-columns: 1.06fr .94fr; gap: 28px; align-items: stretch; }
.ba-slider {
  position: relative; min-height: 520px; border-radius: 32px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow); background: #111; user-select: none;
}
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before { clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0); }
.ba-label { position: absolute; top: 20px; z-index: 3; background: var(--orange); color: #000; border-radius: 999px; padding: 7px 13px; font-weight: 900; font-size: 12px; text-transform: uppercase; }
.ba-left { left: 20px; }
.ba-right { right: 20px; background: var(--black); color: #fff; }
.ba-divider { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 5px; background: var(--orange); transform: translateX(-50%); z-index: 4; box-shadow: 0 0 0 8px rgba(255,107,0,.16); }
.ba-handle { position: absolute; top: 50%; left: var(--pos, 50%); transform: translate(-50%, -50%); z-index: 5; width: 56px; height: 56px; border-radius: 50%; background: var(--orange); color: #000; display: grid; place-items: center; font-size: 22px; font-weight: 900; box-shadow: 0 16px 36px rgba(255,107,0,.4); pointer-events: none; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 6; }
.ba-copy { background: var(--black); color: #fff; border-radius: 32px; padding: 40px; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: center; }
.ba-copy h3 { font-size: clamp(30px, 3.4vw, 48px); line-height: .92; letter-spacing: -.05em; margin-bottom: 18px; }
.ba-copy > p { color: rgba(255,255,255,.7); font-size: 17px; margin-bottom: 24px; }
.ba-list { display: grid; gap: 12px; }
.ba-list div { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.ba-list div span { width: 26px; height: 26px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #000; font-weight: 900; }

/* ── Warum wir ── */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 18px 52px rgba(0,0,0,.06); transition: transform .2s ease; }
.why-card:hover { transform: translateY(-5px); }
.why-icon { width: 60px; height: 60px; border-radius: 18px; background: var(--black); display: grid; place-items: center; font-size: 28px; margin-bottom: 20px; }
.why-card h3 { font-size: 20px; line-height: 1; letter-spacing: -.04em; margin-bottom: 10px; }
.why-card p { color: var(--muted); font-size: 14.5px; }

/* ── Einsatzgebiet ── */
.area-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: start; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.area-item { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; font-weight: 900; box-shadow: 0 12px 34px rgba(0,0,0,.05); transition: transform .18s ease, border-color .18s ease; }
.area-item:hover { transform: translateY(-3px); border-color: var(--orange); }
.area-item.is-main { background: var(--black); color: #fff; grid-column: span 1; }
.area-name { flex: 1; }
.area-flag { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--orange); }
.area-go { color: var(--orange); font-size: 18px; }
.area-pin { font-size: 15px; }
.area-aside { background: var(--black); color: #fff; border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.area-aside-title { font-size: 20px; font-weight: 900; letter-spacing: -.03em; margin-bottom: 16px; }
.area-points { list-style: none; display: grid; gap: 12px; margin-bottom: 22px; }
.area-points li { display: flex; gap: 10px; color: rgba(255,255,255,.78); font-size: 14.5px; }
.area-aside-btn { width: 100%; }
.area-note { text-align: center; margin-top: 26px; color: var(--muted); }
.area-note a { color: var(--orange); font-weight: 800; }

/* ── FAQ (details/summary) ── */
.faq-section .container > .section-head { margin-bottom: 40px; }
.faq-section details {
  max-width: 920px; margin: 0 auto 12px;
  border: 2px solid var(--black); border-radius: 18px; background: #fff; overflow: hidden;
  box-shadow: 6px 6px 0 rgba(0,0,0,.08);
}
.faq-section summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  font-weight: 900; font-size: 16.5px; letter-spacing: -.02em;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary::after { content: "+"; color: var(--orange); font-size: 28px; line-height: 1; flex-shrink: 0; transition: transform .2s ease; }
.faq-section details[open] summary::after { content: "×"; }
.faq-section details > p { padding: 0 24px 22px; color: var(--muted); font-size: 15px; }

/* ── Finaler CTA (Orange-Panel) ── */
.final {
  background: var(--orange); color: var(--black);
  border-radius: 36px; padding: 56px 48px;
  display: grid; gap: 18px;
}
.final h2 { font-size: clamp(34px, 5vw, 64px); line-height: .88; letter-spacing: -.06em; max-width: 16ch; }
.final h2 span { color: #fff; }
.final p { font-size: 19px; font-weight: 700; max-width: 60ch; }
.final-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.final-actions .btn-primary { background: var(--black); color: #fff; }
.final-actions .btn-ghost { background: #fff; color: var(--black); border-color: #fff; }

/* ===========================================================================
   FOOTER
   =========================================================================== */
footer { background: var(--black); color: rgba(255,255,255,.65); padding: 56px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.footer-h { color: #fff; font-weight: 900; font-size: 17px; letter-spacing: -.02em; margin-bottom: 14px; }
footer p { font-size: 14px; margin-bottom: 8px; }
footer .footer-grid a { display: block; color: rgba(255,255,255,.65); margin-bottom: 8px; font-size: 14px; }
footer .footer-grid a:hover { color: var(--orange); }
.legal { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line-white); font-size: 13px; }
.legal a:hover { color: var(--orange); }

/* ===========================================================================
   STICKY MOBILE
   =========================================================================== */
.sticky-mobile { display: none; }

/* ===========================================================================
   HERO-DYNAMIK: schwebendes Badge, Deko-Form, 3-Schritte-Intro
   =========================================================================== */
.hero-form { position: relative; }
.lead-badge {
  position: absolute; top: -18px; left: -14px; z-index: 6;
  display: flex; flex-direction: column; line-height: 1.05;
  background: var(--orange); color: #000; font-weight: 800; font-size: 11px;
  padding: 10px 14px; border-radius: 16px; transform: rotate(-4deg);
  box-shadow: 8px 8px 0 rgba(0,0,0,.22);
  animation: floaty 5s ease-in-out infinite;
}
.lead-badge strong { font-size: 18px; letter-spacing: -.04em; }

.lead-badge { animation-name: floatyBadge; }
@keyframes floatyBadge { 0%,100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-6px); } }

/* Intro (3 Schritte) vor dem Check */
.lead-intro { display: none; }
.lead-panel.kc-collapsed .lead-intro { display: block; animation: stepIn .25s ease; }
.lead-panel.kc-collapsed #wizProgress,
.lead-panel.kc-collapsed #leadForm { display: none; }
.intro-steps { display: grid; gap: 10px; margin-bottom: 16px; }
.intro-step { display: flex; align-items: center; gap: 14px; background: #f4f3f1; border: 1px solid rgba(0,0,0,.05); border-radius: 16px; padding: 14px 16px; }
.intro-step strong { width: 42px; height: 42px; flex-shrink: 0; background: var(--black); color: #fff; border-radius: 13px; display: grid; place-items: center; font-size: 18px; font-weight: 900; }
.intro-step-title { font-size: 16px; font-weight: 900; letter-spacing: -.03em; line-height: 1.05; margin-bottom: 2px; }
.intro-step p { color: var(--muted); font-size: 13px; }
.kc-start-btn { width: 100%; padding: 16px; font-size: 16px; }
.intro-or { text-align: center; color: var(--muted); font-size: 13px; font-weight: 700; margin: 12px 0 10px; }

.mini-process { display: flex; align-items: stretch; gap: 8px; margin-bottom: 16px; }
.mini-step {
  flex: 1; display: flex; align-items: center; gap: 8px;
  background: #f4f3f1; border-radius: 12px; padding: 9px 10px;
  font-weight: 800; font-size: 12px; letter-spacing: -.01em;
}
.mini-step strong {
  width: 24px; height: 24px; flex-shrink: 0; background: var(--black); color: #fff;
  border-radius: 8px; display: grid; place-items: center; font-size: 12px;
}
.mini-step span { line-height: 1.05; }
.mini-arrow { align-self: center; color: var(--orange); font-weight: 900; flex-shrink: 0; }

/* ===========================================================================
   REGION-PANEL ("Schnell vor Ort")
   =========================================================================== */
.region-panel {
  position: relative; overflow: hidden;
  background: var(--black); color: #fff;
  border-radius: 40px; padding: 44px 48px;
  display: block;
  box-shadow: var(--shadow);
}
.region-copy { max-width: 760px; }
.region-panel::after {
  content: ""; position: absolute; right: -120px; top: -120px;
  width: 340px; height: 340px; background: var(--orange); border-radius: 50%; opacity: .92;
}
.region-copy { position: relative; z-index: 1; }
.region-copy .kicker { margin-bottom: 16px; }
.region-copy h2 { font-size: clamp(34px, 4.4vw, 60px); line-height: .9; letter-spacing: -.06em; color: #fff; margin-bottom: 14px; }
.region-copy h2 .accent { color: var(--orange); }
.region-copy > p { color: rgba(255,255,255,.72); font-size: 17px; margin-bottom: 18px; }
.region-points { list-style: none; display: grid; gap: 10px; margin-bottom: 24px; }
.region-points li { display: flex; gap: 10px; color: rgba(255,255,255,.85); font-weight: 700; font-size: 14.5px; }
.regions { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: center; }
.regions a {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: #fff; color: var(--black); border-radius: 16px; padding: 16px 18px;
  font-weight: 900; letter-spacing: -.02em; transition: transform .18s ease, box-shadow .18s ease;
}
.regions a:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,0,0,.28); }
.regions a::after { content: "→"; color: var(--orange); font-size: 20px; }
/* Einsatzgebiet: Lauf-Slider (Marquee) – kompakt, alle Orte bleiben im HTML (SEO) */
.region-marquee { position: relative; z-index: 1; margin-top: 30px; overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
          mask: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.rm-track { display: flex; gap: 12px; width: max-content; animation: rmscroll 55s linear infinite; }
.region-marquee:hover .rm-track { animation-play-state: paused; }
.rm-chip { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px;
  background: #fff; color: var(--black); border-radius: 999px; padding: 12px 20px;
  font-weight: 900; letter-spacing: -.02em; text-decoration: none; white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease; }
.rm-chip::before { content: "📍"; font-size: 13px; }
.rm-chip:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.3); }
@keyframes rmscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .rm-track { animation: none; flex-wrap: wrap; } }

/* ===========================================================================
   TRUST-LOGOS (Marquee – läuft unendlich)
   =========================================================================== */
.logos-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0 30px; overflow: hidden; }
.logos-label { text-align: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); margin-bottom: 20px; }
.marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.marquee-track { display: flex; align-items: center; width: max-content; animation: ek-marquee 20s linear infinite; }
/* 4 Sätze im Track, Verschiebung um genau 1 Satz (-25%) -> lückenlose Endlosschleife */
@keyframes ek-marquee { from { transform: translateX(0); } to { transform: translateX(calc(-100% / 6)); } }
/* margin-right (statt gap) -> -50% ist exakt eine Hälfte = nahtlos */
.logo-item { margin-right: 48px; height: 32px; width: auto; object-fit: contain; opacity: .55; transition: opacity .2s ease; }
.logo-item:hover { opacity: 1; }
.logo-ph {
  margin-right: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 50px; min-width: 160px; padding: 0 22px; white-space: nowrap;
  background: #f5f3f0; border: 1px solid var(--line); border-radius: 14px;
  color: #a3a3a3; font-weight: 900; letter-spacing: .03em;
}
.logo-ph-ic { font-size: 16px; filter: grayscale(1); opacity: .7; }
/* Echte Logos auf weißer Karte (gut sichtbar auf dunklem Streifen) */
.logo-chip {
  display: inline-flex; align-items: center; justify-content: center;
  margin-right: 18px; height: 62px; padding: 0 22px;
  background: #fff; border-radius: 14px;
}
.logo-chip img { height: 34px; width: auto; max-width: 200px; object-fit: contain; display: block; }

/* ===========================================================================
   TEAM
   =========================================================================== */
.team-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.team-media { position: relative; padding: 0 18px 30px 0; }
.team-photo { display: block; object-fit: cover; }
.team-photo-main { width: 100%; aspect-ratio: 4 / 3; border-radius: 32px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.team-photo-sub { position: absolute; right: -10px; bottom: 0; width: 46%; aspect-ratio: 4 / 3; border-radius: 22px; border: 6px solid var(--offwhite); box-shadow: 16px 16px 0 var(--orange); }
.team-badge { position: absolute; left: 18px; top: 18px; z-index: 2; background: var(--black); color: #fff; font-weight: 900; font-size: 12px; padding: 9px 14px; border-radius: 999px; }
.team-copy .kicker { margin-bottom: 16px; }
.team-copy h2 { font-size: clamp(34px, 4.4vw, 58px); line-height: .9; letter-spacing: -.06em; color: var(--black); margin-bottom: 16px; }
.team-copy > p { color: var(--muted); font-size: 17px; margin-bottom: 22px; }
.team-points { display: grid; gap: 12px; margin-bottom: 26px; }
.team-points div { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 15px; }
.team-points div span { width: 34px; height: 34px; flex-shrink: 0; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; font-size: 17px; box-shadow: 0 8px 20px rgba(0,0,0,.06); }

/* Vereinheitlichte Linien-Icons (gleicher Stil wie der Ablauf-Bereich) */
.factor-icon svg { width: 26px; height: 26px; display: block; }
.why-icon { color: var(--orange); }
.why-icon svg { width: 30px; height: 30px; display: block; }
.team-points div span svg { width: 18px; height: 18px; display: block; }
.region-points li { align-items: center; }
.region-points li span { display: inline-grid; place-items: center; width: 22px; height: 22px; flex: 0 0 auto; }
.region-points li span svg { width: 19px; height: 19px; display: block; }

/* ===========================================================================
   RESPONSIVE
   =========================================================================== */
@media (max-width: 1060px) {
  .desktop-links { display: none; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); grid-template-areas: "head" "form" "extra"; gap: 30px; }
  .hero::after { display: none; }
  /* Hintergrundfoto als Streifen oben (statt das ganze hohe Hero zu überdecken) -> weniger Zoom.
     Unten weich ausblenden, damit keine harte schwarze Kante entsteht. */
  .hero-bg {
    inset: 0 0 auto 0; height: 560px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 60%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 0%, #000 60%, transparent 100%);
  }
  .hero-bg img { object-position: center 28%; }
  .hero-floater { display: none; }
  .hero-stats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .kc-layout { grid-template-columns: 1fr; }
  .region-panel { grid-template-columns: minmax(0, 1fr); }
  .region-panel::after { display: none; }
  .regions { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .service-highlight-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
  .step:not(:last-child)::after { display: none; }
  .factor-grid { grid-template-columns: 1fr 1fr; }
  .ba-shell, .area-layout { grid-template-columns: 1fr; }
  .team-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .area-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .microbar { font-size: 11px; }
  .hide-sm { display: none; }
  .nav-inner { min-height: 64px; }
  .brand-sub { display: none; }
  .hero { min-height: 100vh; min-height: 100dvh; padding-top: 92px; }
  .hero::before { background: linear-gradient(180deg, rgba(5,5,5,.55) 0%, rgba(5,5,5,.78) 46%, rgba(5,5,5,.95) 72%); }
  .hero-bg { height: 440px; }
  .hero-bg img { object-position: center 26%; }
  .hero-layout { padding: 18px 0 32px; }
  .hero-sub { display: none; }
  .hero-head h1 { font-size: clamp(38px, 10vw, 54px); }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { width: 100%; }
  .hero-stats-grid { grid-template-columns: 1fr 1fr; gap: 14px; padding: 18px 0; }
  .lead-panel { padding: 20px; box-shadow: 10px 10px 0 var(--orange), 0 24px 60px rgba(0,0,0,.4); }
  .hero-trust { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .service-highlight-grid, .why-grid, .steps, .factor-grid, .area-grid, .footer-grid { grid-template-columns: 1fr; }
  .opt-grid.cols-2 { grid-template-columns: 1fr 1fr; }
  .form-grid, .result-actions { grid-template-columns: 1fr; }
  .ba-slider { min-height: 420px; }
  .ba-copy, .area-aside, .final { padding: 28px; border-radius: 24px; }
  .region-panel { padding: 26px 22px; border-radius: 26px; }
  .team-photo-sub { width: 52%; box-shadow: 10px 10px 0 var(--orange); }
  .team-media { padding-right: 6px; }
  .logo-item { height: 32px; margin-right: 22px; }
  .logo-ph { min-width: 128px; height: 44px; margin-right: 22px; font-size: 14px; }
  .regions { grid-template-columns: 1fr; }
  .lead-badge { top: -14px; left: 50%; transform: translateX(-50%) rotate(-4deg); }
  .mini-step span { font-size: 11px; }
  .legal { flex-direction: column; text-align: center; }
  /* Sticky-Schnellkontakt unten */
  .sticky-mobile {
    display: flex; gap: 10px; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90;
  }
  .sticky-mobile .btn { flex: 1; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
  body { padding-bottom: 78px; }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal, .stagger > * { transition: none !important; opacity: 1 !important; transform: none !important; }
  .lead-badge, .hero-floater { animation: none !important; }
  .marquee-track { animation: none !important; }
}
