/* ═══════════════════════════════════════════════════════════
   FE Leads — Solarscout Recruiting-LP · Look v2
   Design-Referenz: leads.fe.group (Skew-Balken, gestaffelte
   Display-Typo, sharp edges, Layer-Graus, Magenta-Akzente)
   CI: Leadslila #C91E70 · Dunkel · Space Grotesk VERSALIEN · Visby CF
   ═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Space Grotesk';
  src: url('../assets/fonts/SpaceGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Visby CF';
  src: url('../assets/fonts/VisbyCF-Heavy.woff') format('woff');
  font-weight: 900;
  font-display: swap;
}
/* CI kennt genau drei Schnitte: Space Grotesk Bold, Visby CF Heavy (900), Visby CF Demi Bold (600). */
@font-face {
  font-family: 'Visby CF';
  src: url('../assets/fonts/VisbyCF-DemiBold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
}

:root {
  --accent: #C91E70;
  --accent-dark: #A31659;
  --bg: #161616;
  --bg-deep: #0E0E0E;
  --bar-grey: #2C2C2C;
  --bar-grey-2: #232323;
  --card: #1F1F1F;
  --line: rgba(255, 255, 255, 0.09);
  --white: #FFFFFF;
  --grey: #BDBDBD;
  --grey-mid: #8A8A8A;
  --grey-dark: #555555;
  --font-display: 'Space Grotesk', 'Arial Black', sans-serif;
  --font-body: 'Visby CF', 'Montserrat', -apple-system, sans-serif;
  --skew: -8deg;
  --container: 1080px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* form.hidden = true muss display:grid schlagen (Erfolgs-Panel!) */
[hidden] { display: none !important; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 600;
  line-height: 1.55;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

img, video { max-width: 100%; display: block; }

/* ── Typo ── */
.kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: var(--accent);
  margin-bottom: 1.1em;
}
.section-headline {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.9rem, 6vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  margin-bottom: 0.55em;
}
.section-sub {
  color: var(--grey);
  font-size: clamp(0.98rem, 2.6vw, 1.1rem);
  max-width: 34em;
  margin-bottom: 1.8em;
}
.accent { color: var(--accent); }

/* ── Buttons (sharp) ── */
.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.btn-primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 10px 34px rgba(201, 30, 112, 0.35);
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-primary:active { transform: translateY(0); }
.btn-big {
  font-size: clamp(0.95rem, 3vw, 1.1rem);
  padding: 1.1em clamp(1.2em, 4vw, 2.2em);
}
.btn-small {
  background: var(--accent);
  color: var(--white);
  font-size: 0.78rem;
  padding: 0.7em 1.3em;
}
.btn-block { display: block; width: 100%; }

/* ── Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 14, 14, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-logo { height: 44px; width: auto; }

/* ── Hero (Skew-Balken-Typo wie leads.fe.group) ── */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 55% at 75% 0%, rgba(201, 30, 112, 0.16), transparent 62%),
    linear-gradient(180deg, #1C1C1C 0%, var(--bg) 88%);
  padding: clamp(30px, 6vw, 72px) 0 clamp(36px, 7vw, 72px);
}
.hero-grid { display: grid; gap: clamp(24px, 5vw, 56px); }
@media (min-width: 980px) {
  .hero-grid { grid-template-columns: 1.06fr 0.94fr; align-items: start; }
}
/* Deko: schräge Grau-Balken + FE-Wasserzeichen */
.hero::before,
.hero::after {
  content: '';
  position: absolute;
  height: clamp(38px, 7vw, 72px);
  left: -6%;
  right: 42%;
  background: var(--bar-grey-2);
  transform: skewY(0deg) skewX(var(--skew));
  z-index: 0;
}
.hero::before { top: clamp(30px, 6vw, 64px); right: 34%; opacity: 0.55; }
.hero::after { bottom: clamp(26px, 5vw, 56px); left: 40%; right: -6%; opacity: 0.4; }
.hero-mark {
  position: absolute;
  right: -70px;
  top: 44%;
  width: clamp(220px, 34vw, 380px);
  opacity: 0.05;
  transform: rotate(12deg);
  pointer-events: none;
  z-index: 0;
}
.hero .container { position: relative; z-index: 1; }

.hero-tag {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(0.72rem, 2.2vw, 0.85rem);
  padding: 0.55em 1.2em;
  transform: skewX(var(--skew));
  margin-bottom: 1.6em;
}
.hero-tag > span { display: inline-block; transform: skewX(calc(var(--skew) * -1)); }

.hero-headline {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.92;
  margin-bottom: 0.5em;
}
.hero-headline .hl-row {
  display: inline-block;
  background: var(--bar-grey);
  transform: skewX(var(--skew));
  padding: 0.06em 0.28em;
  margin: 0 0 0.14em;
}
.hero-headline .hl-row > span {
  display: inline-block;
  transform: skewX(calc(var(--skew) * -1));
}
.hero-headline .hl-1 { font-size: clamp(2.2rem, 9vw, 4rem); }
.hero-headline .hl-2 {
  font-size: clamp(2.8rem, 12vw, 5.2rem);
  margin-left: clamp(24px, 8vw, 90px);
  background: var(--bg-deep);
}
.hero-headline .hl-2 span { color: var(--accent); }

.hero-row {
  display: flex;
  gap: clamp(14px, 4vw, 24px);
  align-items: center;
  margin-top: 1.4em;
}
.hero-video { width: clamp(160px, 44vw, 240px); flex-shrink: 0; }
.hero-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border: 1px solid var(--line);
  background: #000;
  position: relative;
}
.hero-carousel::-webkit-scrollbar { display: none; }
.hc-track { display: flex; }
.hc-slide {
  position: relative;
  min-width: 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  cursor: pointer;
}
.hc-slide video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
  display: block;
}
.hc-slide::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
}
.hc-name {
  position: absolute;
  left: 10px;
  bottom: 8px;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}
.hc-dots {
  display: flex;
  gap: 7px;
  margin-top: 9px;
}
.hc-dot {
  width: 18px;
  height: 4px;
  border: 0;
  padding: 0;
  background: var(--grey-dark);
  cursor: pointer;
  transition: background 0.2s ease;
}
.hc-dot.active { background: var(--accent); }
.hero-video figcaption {
  margin-top: 8px;
  font-size: 0.78rem;
  color: var(--grey-mid);
  line-height: 1.4;
}
.hero-checks {
  list-style: none;
  display: grid;
  gap: 0.9em;
  align-content: center;
}
.hero-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: clamp(0.95rem, 2.9vw, 1.1rem);
}
.hero-micro {
  margin-top: 1.2em;
  font-size: 0.8rem;
  color: var(--grey-mid);
}

/* ── Check-Icon (Kreis + Haken, Styleguide-Anzeige) ── */
.check {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent);
  position: relative;
  flex-shrink: 0;
}
.check::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  width: 6px;
  height: 11px;
  border: solid var(--white);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.check-big { width: 64px; height: 64px; }
.check-big::after { left: 23px; top: 15px; width: 13px; height: 25px; border-width: 0 5px 5px 0; }

/* ── Proof-Band (Trust direkt nach dem Hero) ── */
.proof {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(30px, 6vw, 52px) 0;
}
.proof-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 4vw, 56px);
  flex-wrap: wrap;
}
.proof-badge {
  width: clamp(142px, 40vw, 190px);
  aspect-ratio: 1;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  text-align: center;
  flex-shrink: 0;
}
.proof-over {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}
.proof-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 5.4vw, 2.4rem);
  line-height: 1.05;
  color: var(--accent);
}
.proof-label {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  padding: 0 12px;
}
.proof-note {
  width: 100%;
  text-align: center;
  margin-top: 1.2em;
  color: var(--grey-mid);
  font-size: 0.85rem;
}

/* ── Testimonials (mobil: Snap-Karussell) ── */
.testimonials { padding: clamp(44px, 9vw, 88px) 0; }
.video-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(72vw, 260px);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 20px 14px;
  margin: 0 -20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.video-grid::-webkit-scrollbar { display: none; }
.video-card { scroll-snap-align: center; }
.video-shell {
  position: relative;
  overflow: hidden;
  background: #000;
  border: 1px solid var(--line);
  cursor: pointer;
}
.video-shell video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
  display: block;
}
/* Verlauf unten fürs saubere Poster-Finish */
.video-shell::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 34%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.video-shell.playing::after { opacity: 0; }
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 0;
  background: var(--accent);
  box-shadow: 0 10px 30px rgba(201, 30, 112, 0.5);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.play-btn::after {
  content: '';
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--white);
}
.play-btn:hover { transform: translate(-50%, -50%) scale(1.08); background: var(--accent-dark); }
.video-shell.playing .play-btn { display: none; }
/* Name + Rolle wie die Team-Sektion der Original-Seite */
.video-card figcaption {
  padding: 12px 4px 0;
  text-align: center;
}
.video-card figcaption strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.02rem;
}
.video-card figcaption span {
  display: block;
  color: var(--accent);
  font-weight: 600;
  font-style: italic;
  font-size: 0.82rem;
  margin-top: 1px;
}
.video-hint {
  margin-top: 0.9em;
  color: var(--grey-dark);
  font-size: 0.8rem;
}
.video-placeholder {
  aspect-ratio: 9 / 16;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  border: 2px dashed var(--line);
}
@media (min-width: 900px) {
  .video-grid {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  .video-hint { display: none; }
}

/* Zitat-Cards unter den Team-Videos */
.quote-grid {
  display: grid;
  gap: 12px;
  margin-top: clamp(18px, 4vw, 28px);
}
@media (min-width: 700px) {
  .quote-grid { grid-template-columns: repeat(3, 1fr); }
}
.quote-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  padding: 18px 18px 16px;
  margin: 0;
}
.quote-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--grey);
  font-weight: 600;
}
.quote-card footer {
  margin-top: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.74rem;
  color: var(--accent);
}

/* ── Steps ── */
.steps {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  padding: clamp(44px, 9vw, 88px) 0;
  position: relative;
  overflow: hidden;
}
.steps::after {
  content: '';
  position: absolute;
  height: clamp(34px, 6vw, 60px);
  left: 55%;
  right: -6%;
  bottom: clamp(22px, 4vw, 44px);
  background: var(--bar-grey-2);
  transform: skewX(var(--skew));
  opacity: 0.5;
}
.step-list { display: grid; gap: clamp(18px, 4vw, 26px); max-width: 620px; position: relative; z-index: 1; }
.step { display: flex; gap: 18px; align-items: flex-start; }
/* Outline-Ziffern wie leads.fe.group */
.step-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 7vw, 3.2rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--accent);
  width: 72px;
  flex-shrink: 0;
}
@supports not (-webkit-text-stroke: 2px black) {
  .step-num { color: var(--accent); }
}
.step h3 {
  font-family: var(--font-body);
  font-weight: 900;
  font-size: 1.08rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.15em;
}
.step p { color: var(--grey); font-size: 0.98rem; }
.steps-punch {
  margin-top: 1.5em;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 4.6vw, 2rem);
  line-height: 1.08;
  position: relative;
  z-index: 1;
}

/* ── Transformation (Magenta-Band) ── */
.transformation {
  background: linear-gradient(115deg, var(--accent-dark) 0%, var(--accent) 55%, #E02581 100%);
  padding: clamp(44px, 9vw, 88px) 0;
  text-align: center;
}
.transformation-headline {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.45rem, 5vw, 2.5rem);
  line-height: 1.06;
  max-width: 18em;
  margin: 0 auto 0.6em;
}
.transformation-text {
  font-size: clamp(0.95rem, 2.7vw, 1.12rem);
  max-width: 36em;
  margin: 0 auto 1.4em;
  color: rgba(255, 255, 255, 0.93);
}
.transformation-slogan {
  font-family: var(--font-body);
  font-weight: 900;
  font-size: clamp(1.15rem, 3.6vw, 1.6rem);
}

/* ── Requirements ── */
.requirements { padding: clamp(44px, 9vw, 88px) 0 clamp(24px, 5vw, 44px); }
.req-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 14px;
  max-width: 820px;
}
.req-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  padding: 24px 22px;
}
.req-card.req-card-no { border-top-color: var(--grey-dark); }
.req-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.05rem;
  margin-bottom: 0.9em;
}
.req-list { list-style: none; display: grid; gap: 0.65em; }
.req-list li {
  position: relative;
  padding-left: 28px;
  color: var(--grey);
  font-size: 0.95rem;
}
.req-yes li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid var(--accent);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.req-no li::before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--grey-dark);
  font-weight: 900;
}

/* ── FAQ ── */
.faq { padding: clamp(24px, 5vw, 44px) 0 clamp(44px, 9vw, 88px); }
.faq-item { border-bottom: 1px solid var(--line); max-width: 680px; }
.faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 900;
  font-size: 1rem;
  padding: 1em 2em 1em 0;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 1.4rem;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { color: var(--grey); padding: 0 0 1.2em; max-width: 38em; font-size: 0.95rem; }

/* ── Formular-Karte (im Hero) ── */
.hero-form {
  background: rgba(14, 14, 14, 0.82);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  padding: clamp(20px, 5vw, 30px);
  scroll-margin-top: 74px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.form-headline {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.3rem, 4.4vw, 1.7rem);
  line-height: 1.05;
  margin-bottom: 0.3em;
}
.form-sub { color: var(--grey-mid); font-size: 0.88rem; margin-bottom: 1.4em; }
#apply-form { display: grid; gap: 15px; }
.field label, .chips-field legend {
  display: block;
  font-weight: 900;
  font-size: 0.9rem;
  margin-bottom: 0.45em;
}
.field input[type="text"],
.field input[type="tel"],
.field input[type="email"] {
  width: 100%;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.05rem; /* ≥16px: iOS zoomt sonst beim Fokus */
  padding: 0.85em 0.95em;
  outline: none;
  transition: border-color 0.15s ease;
  -webkit-appearance: none;
}
.field input:focus { border-color: var(--accent); }
.field input.invalid { border-color: #E5484D; }
.field input::placeholder { color: var(--grey-dark); }

.chips-field { border: 0; }
.field-hint { color: var(--grey-mid); font-size: 0.84rem; margin: -0.15em 0 0.65em; }
.chips { display: flex; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 100%; height: 100%; cursor: pointer; }
.chip span {
  display: inline-block;
  min-width: 86px;
  text-align: center;
  padding: 0.75em 1.5em;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--card);
  font-weight: 900;
  font-size: 0.98rem;
  transition: all 0.15s ease;
}
.chip input:checked + span {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}
.chip input:focus-visible + span { outline: 2px solid var(--white); outline-offset: 2px; }
.chips.invalid .chip span { border-color: #E5484D; }

.hp-field { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }

.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--grey-mid);
  cursor: pointer;
}
.consent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--accent); flex-shrink: 0; }
.consent a { color: var(--grey); }
.consent.invalid { color: #E5484D; }

.btn-submit { position: relative; margin-top: 6px; }
.btn-submit .btn-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.btn-submit.loading { pointer-events: none; opacity: 0.85; }
.btn-submit.loading .btn-spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-error { color: #FF7A85; font-size: 0.92rem; font-weight: 600; }
.form-error a { color: var(--white); }

.success-panel {
  background: var(--card);
  border: 1px solid var(--accent);
  padding: 42px 26px;
  text-align: center;
}
.success-panel .check-big { margin: 0 auto 18px; }
.success-panel h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.success-panel p { color: var(--grey); }

/* ── Sektions-CTA + Finale ── */
.section-cta { margin-top: 1.6em; }
.finale {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 10vw, 92px) 0;
}
.finale::before {
  content: '';
  position: absolute;
  height: clamp(34px, 6vw, 60px);
  left: -6%;
  right: 52%;
  top: clamp(18px, 4vw, 36px);
  background: var(--bar-grey-2);
  transform: skewX(var(--skew));
  opacity: 0.45;
}
.finale .container { position: relative; z-index: 1; }
.finale .hero-micro { margin-top: 1.1em; }

/* ── Footer ── */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-deep);
  padding: 34px 0 104px; /* Platz für Sticky-CTA */
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}
.footer-logo { height: 52px; width: auto; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: var(--grey-mid); text-decoration: none; font-size: 0.88rem; }
.footer-links a:hover { color: var(--white); }
.footer-note { color: var(--grey-dark); font-size: 0.82rem; }

/* ── Video-Lightbox ── */
body.no-scroll { overflow: hidden; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(8, 8, 8, 0.94);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.lightbox video {
  max-height: min(84vh, 84dvh);
  max-width: min(94vw, 480px);
  width: auto;
  background: #000;
  border: 1px solid var(--line);
}
.lb-close {
  position: absolute;
  top: calc(10px + env(safe-area-inset-top));
  right: 12px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.55);
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
}
.lb-close:hover { background: var(--accent); border-color: var(--accent); }
.lb-name {
  margin-top: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  color: var(--grey);
}

/* ── Sticky Mobile CTA ── */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(14, 14, 14, 0.97) 72%, transparent);
  transform: translateY(0);
  transition: transform 0.25s ease;
}
.sticky-cta.hidden-cta { transform: translateY(110%); }
.sticky-cta .btn { padding: 1em 1.4em; font-size: 0.98rem; }

@media (min-width: 768px) {
  .sticky-cta { display: none; }
  .site-footer { padding-bottom: 34px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   UPGRADE 06.08.2026 — Hero-Licht · Statusleiste · Einsatzgebiets-Karte
   · mobil zentrierte Typografie
   Additiv ans Ende gehängt: überschreibt gezielt, ändert nichts Bestehendes.
   ═══════════════════════════════════════════════════════════════════════ */

/* ── ① Hero: gerichtetes Licht statt flacher Fläche ────────────────────
   Das Magenta kommt aus EINER Quelle (rechts oben, dort wo die Karte sitzt)
   und läuft nach links unten aus — kein Vollflächen-Schleier. */
.hero {
  background:
    radial-gradient(30% 18% at 84% 9%,  rgba(201, 30, 112, 0.20), transparent 66%),
    radial-gradient(52% 34% at 92% 2%,  rgba(201, 30, 112, 0.09), transparent 70%),
    radial-gradient(70% 46% at 6% 100%, rgba(84, 40, 108, 0.10), transparent 68%),
    radial-gradient(140% 90% at 50% 118%, rgba(0, 0, 0, 0.55), transparent 62%),
    linear-gradient(180deg, #1A1A1A 0%, var(--bg) 58%, var(--bg-deep) 100%);
}
/* Filmkorn — nimmt dem Verlauf das Banding und die Billig-Glätte */
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.32;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");
}

/* ── ② Statusleiste unter dem Header ──────────────────────────────── */
.statusbar {
  background: var(--bg-deep);
  border-bottom: 1px solid var(--line);
}
.statusbar .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 clamp(14px, 4vw, 40px);
  padding-top: 9px;
  padding-bottom: 9px;
}
.sb-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(0.56rem, 1.9vw, 0.66rem);
  white-space: nowrap;
  padding: 3px 0;
}
.sb-item > span { color: var(--grey-dark); }
.sb-item > b { color: var(--white); font-weight: 700; letter-spacing: 0.1em; }
.sb-item.live > b { color: var(--accent); }
.sb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  align-self: center;
  box-shadow: 0 0 0 0 rgba(201, 30, 112, 0.7);
  animation: sb-pulse 3.2s ease-out infinite;
}
@keyframes sb-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(201, 30, 112, 0.55); }
  70%  { box-shadow: 0 0 0 7px rgba(201, 30, 112, 0); }
  100% { box-shadow: 0 0 0 0 rgba(201, 30, 112, 0); }
}
@media (min-width: 700px) {
  .statusbar .container { justify-content: flex-start; gap: 0 clamp(20px, 5vw, 56px); }
}

/* ── ③ Einsatzgebiets-Karte ───────────────────────────────────────── */
.geo-block { margin-top: clamp(20px, 4.5vw, 30px); }
.geo-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 12px;
}
.geo-head .kicker { margin: 0; color: var(--white); font-size: 0.7rem; letter-spacing: 0.2em; }
.geo-head em {
  font-style: normal;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  color: var(--accent);
}
.geo {
  position: relative;
  display: block;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, #191114 0%, #131313 60%);
  overflow: hidden;
}
.geo-zoom {
  position: relative;
  width: 100%;
  aspect-ratio: 137 / 90; /* wird von geo.js aus dem echten Ausschnitt gesetzt */
}
.geo-zoom svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.geo-grid   { stroke: rgba(255, 255, 255, 0.05); stroke-width: 0.22; }
.geo-border { stroke: rgba(255, 255, 255, 0.34); stroke-width: 0.22; stroke-linejoin: round; }
/* Echte Kreisgrenzen: Nachbarn zurückhaltend, unsere drei Kreise als Fläche */
.geo-kreis {
  fill: rgba(255, 255, 255, 0.018);
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 0.3;
  stroke-linejoin: round;
}
.geo-ziel {
  fill: rgba(201, 30, 112, 0.15);
  stroke: rgba(201, 30, 112, 0.8);
  stroke-width: 0.42;
  stroke-linejoin: round;
}
.geo-ziel.stadt { fill: rgba(201, 30, 112, 0.32); stroke-width: 0.55; }
.geo-dot    { fill: var(--white); }
.geo-dot.quiet { fill: rgba(255, 255, 255, 0.42); }
.geo-cross  { stroke: rgba(255, 255, 255, 0.35); stroke-width: 0.22; }
.geo-ring   { fill: none; stroke: var(--accent); }
.geo-ring.r2 { stroke-width: 0.34; opacity: 0.8; }
.geo-ring.r3 { stroke-width: 0.22; opacity: 0.4; }
.geo-core   { fill: var(--accent); }
.geo-ffm    { filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5)); }

.geo-label {
  position: absolute;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: clamp(0.5rem, 1.55vw, 0.63rem);
  line-height: 1.25;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}
.geo-label b { display: block; font-weight: 700; color: var(--white); }
.geo-label i { display: block; font-style: normal; color: var(--grey-mid); letter-spacing: 0.14em; font-size: 0.86em; }
.geo-label.to-left { transform: translate(-100%, -50%); text-align: right; }
.geo-label.quiet b { color: rgba(255, 255, 255, 0.5); font-size: 0.9em; }
.geo-label.strong b { color: var(--white); }
.geo-label.area {
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.24em;
  font-size: clamp(0.44rem, 1.35vw, 0.56rem);
}
.geo-label.area b { color: inherit; font-weight: 700; }
.geo-label.strong i { color: var(--accent); }

.geo-mini {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: clamp(46px, 13%, 78px);
  text-align: center;
  padding: 6px 6px 4px;
  background: rgba(10, 10, 10, 0.72);
  border: 1px solid var(--line);
  backdrop-filter: blur(2px);
}
.geo-mini svg { width: 100%; height: auto; display: block; }
.geo-de      { stroke: rgba(255, 255, 255, 0.62); stroke-width: 11; stroke-linejoin: round; }
.geo-de-dot  { fill: var(--accent); }
.geo-de-glow { fill: rgba(201, 30, 112, 0.28); }
.geo-mini-cap {
  display: block;
  margin-top: 3px;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.44rem;
  color: var(--grey-mid);
}
.geo-legend {
  margin-top: 10px;
  font-size: 0.8rem;
  color: var(--grey);
  line-height: 1.5;
}
.geo-legend b { color: var(--white); font-weight: 900; }
.geo-legend .sep { color: var(--grey-dark); padding: 0 6px; }
.geo-legend-2 { display: block; color: var(--grey-mid); font-size: 0.92em; margin-top: 2px; }

/* ── ④ Mobil: Typografie mittig, Karte als eigener Block ──────────── */
@media (max-width: 699px) {
  .hero .hero-left { text-align: center; }
  .hero-tag { margin-left: auto; margin-right: auto; }
  .hero-headline { display: flex; flex-direction: column; align-items: center; }
  .hero-headline br { display: none; }
  .hero-headline .hl-2 { margin-left: 0; }
  .hero .section-sub { margin-left: auto; margin-right: auto; max-width: 34ch; }
  .hero-row { align-items: center; gap: 14px; text-align: left; }
  .hero-video { width: clamp(150px, 42vw, 210px); }
  .hero-video figcaption { text-align: left; }
  .hero-checks li { font-size: clamp(0.88rem, 3.3vw, 1rem); }
  .hero-checks .check { width: 24px; height: 24px; }
  .geo-head { justify-content: center; flex-wrap: wrap; }
  .geo-legend { text-align: center; }
  .geo-label.quiet { display: none; }
  .geo-mini { right: 7px; bottom: 7px; width: 52px; padding: 4px 4px 3px; }
  .geo-mini-cap { letter-spacing: 0.1em; }
  .hero-form { text-align: left; }
}

/* Zwischenbereich 700–979 px: Video und Vorteile nebeneinander, Karte darunter */
@media (min-width: 700px) and (max-width: 979px) {
  .hero-video { width: clamp(190px, 30vw, 250px); }
  .hero-checks { align-content: start; padding-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .sb-dot { animation: none; }
}

/* Desktop: die tote Fläche rechts neben den Vorteilen bekommt Marken-Textur
   statt Leere (Leere wirkt nur premium, wenn Fotografie sie füllt — hier nicht). */
@media (min-width: 980px) {
  .hero-mark {
    right: auto;
    left: 30%;
    top: 46%;
    width: clamp(260px, 26vw, 420px);
    opacity: 0.055;
    transform: rotate(-10deg);
  }
  .hero-video { width: clamp(220px, 22vw, 268px); }
  .hero-checks { align-content: start; padding-top: 6px; }
  .geo-block { max-width: 560px; }
}

/* ── Ton-Schalter am Hero-Video ────────────────────────────────────────
   Eigener, immer sichtbarer Knopf. Bewusst mit Wort statt nur Icon:
   ein durchgestrichener Lautsprecher allein wird oft falsch gelesen. */
.hero-video { position: relative; }
.hc-sound {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  background: rgba(10, 10, 10, 0.72);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.62rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
/* unsichtbare Vergrößerung auf 44px Tap-Ziel, ohne den Knopf klobig zu machen */
.hc-sound::before {
  content: '';
  position: absolute;
  inset: -6px;
}
.hc-sound:hover,
.hc-sound:focus-visible {
  background: rgba(20, 20, 20, 0.9);
  border-color: rgba(255, 255, 255, 0.5);
}
.hc-sound.on {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}
.hc-sound-svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hc-sound-svg .spk { fill: currentColor; stroke-width: 1.2; }
.hc-sound .waves { display: none; }
.hc-sound.on .waves { display: block; }
.hc-sound.on .slash { display: none; }
.hc-sound-txt { white-space: nowrap; }

@media (max-width: 359px) {
  .hc-sound-txt { display: none; }   /* auf sehr schmalen Geräten nur das Zeichen */
  .hc-sound { padding: 7px 8px; }
}

/* ── Einwilligungs-Banner (eigener Namensraum fe-cc, NICHT .consent) ──
   z-index 200 liegt über der Sticky-Leiste (60); die Leiste wird zusätzlich
   ausgeblendet, solange der Banner offen ist — sonst verdeckt er auf 320 px
   genau den Haupt-Knopf. */
.fe-cc {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 200;
  background: var(--bg-deep);
  border-top: 2px solid var(--accent);
  box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.5);
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  animation: fe-cc-auf 0.22s ease-out;
}
@keyframes fe-cc-auf { from { transform: translateY(100%); } to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .fe-cc { animation: none; } }

.fe-cc-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
@media (min-width: 860px) {
  .fe-cc-inner { grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
}
.fe-cc-text {
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--grey);
}
.fe-cc-text strong { color: var(--white); }
.fe-cc-text a { color: var(--accent); }
.fe-cc-klar { display: inline-block; margin-top: 4px; color: var(--grey-mid); }

/* Beide Knöpfe gleich groß und gleich prominent — Ablehnen darf nicht
   schwerer sein als Zustimmen. */
.fe-cc-knoepfe { display: flex; gap: 10px; }
.fe-cc-btn {
  flex: 1 1 0;
  min-height: 48px;
  padding: 0.9em 1.4em;
  border: 1px solid var(--white);
  border-radius: 3px;
  background: transparent;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 860px) { .fe-cc-btn { flex: 0 0 auto; } }
.fe-cc-ja { background: var(--accent); border-color: var(--accent); }
.fe-cc-ja:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.fe-cc-nein:hover { background: rgba(255, 255, 255, 0.1); }

/* Sticky-CTA weicht dem Banner */
.sticky-cta.fe-cc-verdeckt { transform: translateY(110%); }
