/* ============================================================
   AVK DIGITAL — Shared Stylesheet
   Design System: "Electric Editorial"
   Ink-Schwarz · Marken-Lila · Volt (nur für CTAs)
   Bricolage Grotesque (Display) · Archivo (Body) · IBM Plex Mono (Daten/Labels)
   ============================================================ */

/* ---------- Fonts (lokal gehostet — DSGVO: keine Anfrage an Google) ----------
   Hinweis: Für 'Bricolage Grotesque' ist bewusst kein @font-face hinterlegt —
   Überschriften nutzen den sans-serif-Fallback (gewünschter Look). Die Dateien
   liegen unter assets/fonts/, falls die Schrift wieder aktiviert werden soll. */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../assets/fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../assets/fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/ibm-plex-mono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/ibm-plex-mono-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/ibm-plex-mono-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/ibm-plex-mono-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/ibm-plex-mono-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/ibm-plex-mono-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- CSS Variables ---------- */
:root {
  /* Farbsystem: bewusst reduziert — Lila = Marke, Volt = nur Handlung (CTA) */
  --ink:        #0A080F;
  --ink-2:      #0F0C16;
  --ink-3:      #161221;
  --clr-bg:     var(--ink);
  --clr-bg-2:   var(--ink-2);
  --clr-bg-3:   var(--ink-3);

  --clr-purple:        #9913CB;
  --clr-purple-bright: #B83AE8;
  --clr-purple-glow:   rgba(153, 19, 203, 0.45);

  --volt:       #CDFF45;          /* exklusiv für CTAs — Isolationseffekt */
  --volt-dim:   rgba(205, 255, 69, 0.14);

  --clr-white:      #FFFFFF;
  --clr-text:       #FFFFFF;
  --clr-gray:       #B5AFC4;
  --clr-text-muted: #B5AFC4;
  --clr-gray-dim:   #7A7489;
  --line:           rgba(255, 255, 255, 0.09);
  --line-purple:    rgba(153, 19, 203, 0.35);

  --font-display: 'Bricolage Grotesque', sans-serif;
  --font-primary: 'Archivo', sans-serif;
  --font-mono:    'IBM Plex Mono', monospace;

  --max-w:      1280px;
  --radius:     2px;              /* scharfe Kanten = editorial, kein 0815-Pill */
  --transition: 0.3s cubic-bezier(0.25, 0.6, 0.3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-primary);
  background-color: var(--ink);
  color: var(--clr-white);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

::selection { background: var(--clr-purple); color: #fff; }

:focus-visible {
  outline: 2px solid var(--volt);
  outline-offset: 3px;
}

/* ---------- Container ---------- */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2em;
}

/* ============================================================
   SCROLL PROGRESS (Goal-Gradient-Effekt: Fortschritt motiviert)
   ============================================================ */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--clr-purple), var(--volt));
  z-index: 2001;
  pointer-events: none;
}

/* ============================================================
   NAVIGATION — schlanke Leiste statt schwebender Pille
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background var(--transition), border-color var(--transition);
}

.nav.scrolled,
.nav:hover {
  background: rgba(10, 8, 15, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}

.nav__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 1.35rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding var(--transition);
}

.nav.scrolled .nav__inner { padding: 0.7rem 2rem; }

.nav__logo { flex-shrink: 0; line-height: 0; }

.nav__logo-img {
  height: 76px;
  width: auto;
  display: block;
  transition: height var(--transition);
}

.nav.scrolled .nav__logo-img { height: 54px; }

.nav__links {
  display: flex;
  gap: 2.2em;
  align-items: center;
}

.nav__links a:not(.nav__cta),
.nav__trigger {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clr-gray);
  transition: color var(--transition);
  position: relative;
}

.nav__links a:not(.nav__cta)::after,
.nav__trigger::after {
  content: '';
  position: absolute;
  bottom: -5px; left: 0;
  width: 0; height: 1px;
  background: var(--volt);
  transition: width var(--transition);
}

.nav__links a:not(.nav__cta):hover { color: var(--clr-white); }
.nav__links a:not(.nav__cta):hover::after { width: 100%; }

/* CTA in der Nav — einziges Volt-Element der Leiste, zieht das Auge */
.nav__cta {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--volt);
  color: var(--ink) !important;
  padding: 0.7em 1.5em;
  border-radius: var(--radius);
  transition: transform var(--transition), box-shadow var(--transition);
}

.nav__cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 0 var(--clr-purple);
}

/* Hamburger */
.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
  z-index: 1002;
}

.nav__hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--clr-white);
  transition: transform var(--transition), opacity var(--transition);
}

.nav__hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Mobile Nav Overlay — nummerierter Index, großzügige Tap-Flächen */
.nav__mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 8, 15, 0.98);
  z-index: 999;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 6.5rem 2rem 3rem;
  gap: 0;
  overflow-y: auto;
  counter-reset: mobnav;
}

.nav__mobile.open { display: flex; }

.nav__mobile a:not(.btn) {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 5.5vw, 1.7rem);
  font-weight: 700;
  color: var(--clr-white);
  padding: 0.55em 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 0.9em;
  counter-increment: mobnav;
  transition: color var(--transition), padding-left var(--transition);
}

.nav__mobile a:not(.btn)::before {
  content: counter(mobnav, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--clr-purple-bright);
  letter-spacing: 0.1em;
}

.nav__mobile a:not(.btn):hover,
.nav__mobile a:not(.btn):active {
  color: var(--volt);
  padding-left: 0.4em;
}

.nav__mobile .btn { margin-top: 2em; justify-content: center; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
  padding-top: 125px;
}

.hero__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 65% at 70% 20%, rgba(153, 19, 203, 0.18) 0%, transparent 60%),
    linear-gradient(180deg, rgba(10,8,15,0.55) 0%, rgba(10,8,15,0.25) 45%, rgba(10,8,15,0.95) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 2em 15em;
  text-align: left;
}

.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 8.5vw, 6.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--clr-white);
  margin-bottom: 0.45em;
  max-width: 12em;
}

/* Outline-Wort: visueller Kontrast erzeugt Blickanker (Visual Salience) */
.hero__headline .outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--clr-purple-bright);
  text-shadow: 0 0 60px var(--clr-purple-glow);
}

.hero__headline .accent {
  color: var(--clr-purple-bright);
  text-shadow: 0 0 50px var(--clr-purple-glow);
}

.hero__sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 400;
  color: var(--clr-gray);
  max-width: 540px;
  margin: 8em 0 2.4em;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

/* Scroll Indicator — dünne animierte Linie */
.hero__scroll {
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7em;
  color: var(--clr-gray-dim);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.hero__scroll svg { display: none; }

.hero__scroll::after {
  content: '';
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, var(--clr-purple-bright), transparent);
  animation: scroll-line 1.8s ease-in-out infinite;
  transform-origin: top;
}

@keyframes scroll-line {
  0%   { transform: scaleY(0); }
  50%  { transform: scaleY(1); }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================================
   TICKER — Bewegung zieht Aufmerksamkeit, kommuniziert Breite
   ============================================================ */
.ticker {
  position: relative;
  z-index: 3;
  background: var(--clr-purple);
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  overflow: hidden;
  transform: rotate(-1.2deg) scale(1.02);
  margin: -1.5em 0 1em;
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 36s linear infinite;
}

.ticker:hover .ticker__track { animation-play-state: paused; }

.ticker__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ticker__item {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  padding: 0.85em 0;
  white-space: nowrap;
}

.ticker__sep {
  margin: 0 1.4em;
  color: var(--volt);
  font-size: 0.85rem;
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   BUTTONS — Volt nur hier: das Auge lernt "Volt = Handlung"
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  padding: 1.05em 2em;
  border-radius: var(--radius);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition),
              background var(--transition), color var(--transition),
              border-color var(--transition);
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn--primary {
  background: var(--volt);
  color: var(--ink);
  border-color: var(--volt);
}

.btn--primary::after { content: '→'; transition: transform var(--transition); }

.btn--primary:hover {
  transform: translate(-3px, -3px);
  box-shadow: 5px 5px 0 var(--clr-purple);
}

.btn--primary:hover::after { transform: translateX(4px); }

.btn--outline {
  background: transparent;
  color: var(--clr-white);
  border-color: rgba(255,255,255,0.3);
}

.btn--outline:hover {
  border-color: var(--volt);
  color: var(--volt);
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 7.5em 0; position: relative; }

.section--dark  { background: var(--ink); }
.section--dark2 { background: var(--ink-2); }
.section--dark3 { background: var(--ink-3); }
.section--light { background: color-mix(in srgb, var(--clr-purple) 5%, var(--ink)); }

.section__label {
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--clr-purple-bright);
  margin-bottom: 1.4em;
}

.section__label::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--clr-purple-bright);
}

.section__header--center .section__label::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--clr-purple-bright);
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.5vw, 4.6rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--clr-white);
  margin-bottom: 0.7em;
}

.section__title .accent { color: var(--clr-purple-bright); }

.section__desc {
  font-size: 1.02rem;
  color: var(--clr-gray);
  max-width: 620px;
  line-height: 1.75;
}

.section__header { margin-bottom: 4em; }
.section__header--center { text-align: center; }
.section__header--center .section__desc { margin: 0 auto; }

/* ============================================================
   STATS BAND — Zahlen verankern (Anchoring), 0 € = Risk Reversal
   ============================================================ */
.stats-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink-2);
}

.stats-band__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stats-band__cell {
  padding: 2.8em 1.5em;
  text-align: center;
  border-left: 1px solid var(--line);
}

.stats-band__cell:first-child { border-left: none; }

.stat__number {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  color: var(--clr-white);
  line-height: 1;
}

.stat__number .suffix { color: var(--clr-purple-bright); }

.promise__title {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.3vw, 1.95rem);
  font-weight: 700;
  color: var(--clr-white);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.promise__text {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--clr-gray-dim);
  margin-top: 0.9em;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.5;
}

.stat__char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.45em);
  filter: blur(8px);
  transition:
    opacity 0.55s ease,
    transform 0.55s cubic-bezier(0.25, 0.6, 0.3, 1),
    filter 0.55s ease;
  transition-delay: calc(var(--ci) * 45ms);
}

[data-animate-text].is-revealed .stat__char {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.stat__label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--clr-gray-dim);
  margin-top: 0.9em;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ============================================================
   SERVICE VIEWER — scroll-getriebene Bühne (Apple-Product-Viewer-
   Prinzip): Stage klebt im Viewport, Scroll schaltet die Slides
   ============================================================ */
#services {
  font-family: var(--font-primary);
}

.service-viewer {
  /* Scroll-Strecke: 100svh Bühne + 9 Schritte à 55svh */
  height: 595svh;
  position: relative;
}

.service-viewer__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: flex;
}

.service-viewer__inner {
  display: flex;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  height: 100%;
}

/* Kapitel-Chips (wie Apples Segment-Navigation) */
.service-viewer__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6em;
  margin-bottom: 1.5em;
}

.service-chip {
  font-family: var(--font-mono);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-gray-dim);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.7em 1.5em;
  cursor: pointer;
  transition: color var(--transition), border-color var(--transition),
              background var(--transition);
  white-space: nowrap;
}

.service-chip:hover {
  color: var(--clr-white);
  border-color: var(--line-purple);
}

.service-chip.is-active {
  color: var(--volt);
  border-color: var(--volt);
  background: var(--volt-dim);
  box-shadow: 0 0 18px rgba(205, 255, 69, 0.18);
}

/* Slide-Bühne — Portal-Reveal */
.service-viewer__body {
  position: relative;
  flex: 1;
  min-height: 0;
}

.service-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 4em;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.service-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.service-slide__info {
  max-width: 480px;
}

.service-slide__num {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--volt);
  margin-bottom: 1em;
}

.service-slide__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: break-word;
  hyphens: manual;
  text-wrap: balance;
  color: var(--clr-white);
  margin-bottom: 0.5em;
  transform: translateY(14px);
  transition: transform 0.5s cubic-bezier(0.25, 0.6, 0.3, 1);
}

.service-slide.is-active .service-slide__title { transform: translateY(0); }

.service-slide__title .accent { color: var(--clr-purple-bright); }

.service-slide__desc {
  font-size: 0.98rem;
  color: var(--clr-gray);
  line-height: 1.7;
  margin-bottom: 1.8em;
}

.service-slide__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-purple-bright);
  border-bottom: 1px solid var(--line-purple);
  padding-bottom: 0.4em;
  transition: color var(--transition), border-color var(--transition), gap var(--transition);
}

.service-slide__link:hover {
  color: var(--volt);
  border-color: var(--volt);
  gap: 0.9em;
}

/* Canvas — gerahmte Bildbühne wie page-hero__icon-wrap */
.service-slide__canvas {
  position: relative;
  height: 100%;
  max-height: 62vh;
  border: 1px solid var(--line);
  background: var(--ink-2);
  overflow: hidden;
}

.service-slide__canvas::before,
.service-slide__canvas::after {
  content: '+';
  position: absolute;
  font-family: var(--font-mono);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--volt);
  line-height: 1;
  z-index: 3;
  transition: transform 0.55s cubic-bezier(0.25, 0.6, 0.3, 1);
}

.service-slide__canvas::before { top: 10px; left: 14px; }
.service-slide__canvas::after  { bottom: 10px; right: 14px; }

.service-slide__canvas:hover::before {
  transform: translate(34px, 34px) rotate(180deg) scale(2.6);
}

.service-slide__canvas:hover::after {
  transform: translate(-34px, -34px) rotate(180deg) scale(2.6);
}

.service-slide__cta {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.service-slide__canvas:hover .service-slide__cta {
  opacity: 1;
  pointer-events: auto;
}

.service-slide__cta .btn--outline {
  background: rgba(0, 0, 0, 0.75);
}

.service-slide.is-active .service-slide__canvas:hover img {
  transform: scale(1.12);
  filter: grayscale(1);
}

.service-slide__canvas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  filter: grayscale(0);
  transition:
    transform 0.9s cubic-bezier(0.25, 0.6, 0.3, 1),
    filter 0.6s ease;
}

.service-slide.is-active .service-slide__canvas img { transform: scale(1); }

/* Meta-Zeile: Zähler + Fortschritt */
.service-viewer__meta {
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin-top: 1.5em;
}

.service-viewer__counter {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--clr-gray-dim);
  flex-shrink: 0;
}

.service-viewer__counter #sv-current { color: var(--volt); }

.service-viewer__progress {
  flex: 1;
  height: 2px;
  background: var(--line);
  position: relative;
  overflow: hidden;
}

.service-viewer__progress span {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: linear-gradient(90deg, var(--clr-purple), var(--clr-purple-bright) 70%, var(--volt));
  transition: width 0.15s linear;
}

/* ============================================================
   ALTE SERVICE-CARDS (werden auf Unterseiten noch genutzt)
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--ink);
  transition: background var(--transition);
}

.service-card:hover { background: rgba(153, 19, 203, 0.1); }

.service-card__bg, .service-card__overlay { display: none; }

.service-card__content { position: relative; z-index: 1; padding: 2.5em; }

.service-card__icon {
  font-size: 2rem;
  margin-bottom: 0.7em;
  display: block;
  filter: grayscale(1) brightness(1.6);
}

.service-card__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--clr-white);
  margin-bottom: 0.4em;
}

.service-card__desc {
  font-size: 0.9rem;
  color: var(--clr-gray);
  line-height: 1.6;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-top: 1.2em;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--clr-purple-bright);
  letter-spacing: 0;
  text-transform: uppercase;
  transition: gap var(--transition), color var(--transition);
}

.service-card:hover .service-card__link { gap: 0.8em; color: var(--volt); }

/* ============================================================
   USP GRID — geteilte Linien, Tabellen-Ästhetik
   ============================================================ */
.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  counter-reset: usp;
}

.usp-card {
  background: var(--ink);
  padding: 2.6em 2.2em;
  position: relative;
  transition: background var(--transition);
  counter-increment: usp;
}

.usp-card::before {
  content: '/' counter(usp, decimal-leading-zero);
  position: absolute;
  top: 1.4em; right: 1.6em;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--clr-gray-dim);
  letter-spacing: 0.1em;
  transition: color var(--transition);
}

.usp-card:hover { background: rgba(153, 19, 203, 0.09); }
.usp-card:hover::before { color: var(--volt); }

.usp-card__icon {
  font-size: 1.7rem;
  margin-bottom: 1.1em;
  filter: grayscale(1) brightness(1.7);
  display: block;
}

.usp-card__title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--clr-white);
  margin-bottom: 0.6em;
}

.usp-card__text {
  font-size: 0.9rem;
  color: var(--clr-gray);
  line-height: 1.7;
}

/* ============================================================
   SCROLL-STACK — sticky Panels überlappen beim Scrollen
   (Effekt wie 7i7 "problem_cards" — volle Sektion, ohne Radius)
   Die Sektionen bringen ihren eigenen, deckenden Hintergrund mit,
   sodass die nächste Sektion die vorige beim Scrollen voll überlagert.
   ============================================================ */
.scroll-stack {
  font-family: var(--font-display);
}

.scroll-stack #prozess .timeline_num,
.scroll-stack #prozess .timeline_label {
  font-family: var(--font-display);
}

.scroll-stack__panel {
  position: sticky;
  top: 0;
  min-height: 100vh;
}

@media (max-width: 860px) {
  /* Stacking nur auf Desktop — mobil normaler Fluss */
  .scroll-stack__panel {
    position: static;
    min-height: 0;
  }
}

/* #ueber-uns — scroll-getriebene Video-Bühne */
#ueber-uns.scroll-stack__panel {
  position: relative;
  min-height: 460vh;
  padding: 0;
  overflow: visible;
  background: var(--ink);
}

.shine-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--ink);
}

.shine-video-frame {
  position: relative;
  width: var(--shine-width, 100vw);
  height: var(--shine-height, 100vh);
  max-width: 100vw;
  overflow: hidden;
  border: var(--shine-border, 0px) solid rgba(255,255,255,0.12);
  border-radius: 0;
  box-shadow: var(--shine-shadow, none);
  transition: border-color 0.2s ease;
  will-change: width, height, box-shadow;
}

.shine-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: contrast(1.04) saturate(0.92);
}

.shine-video-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 46%, rgba(0,0,0,0) 0 26%, rgba(0,0,0,0.28) 74%),
    linear-gradient(180deg, rgba(10,8,15,0.2), rgba(10,8,15,0.38));
}

.shine-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(92vw, 1180px);
  text-align: center;
  pointer-events: none;
  opacity: var(--shine-copy-opacity, 0);
  filter: blur(var(--shine-copy-blur, 24px));
  transform:
    translate(-50%, calc(-50% + var(--shine-copy-y, 180px)))
    scale(var(--shine-copy-scale, 0.96));
  will-change: opacity, filter, transform;
}

.shine-copy__headline,
.shine-copy strong {
  display: block;
}

.shine-copy__layer {
  position: relative;
  z-index: 1;
}

.shine-copy__headline {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 10vw, 9rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 18px 70px rgba(0,0,0,0.72);
}

.shine-copy--intro {
  --shine-circle-x: 72%;
  --shine-circle-y: 50%;
  --shine-circle-size: clamp(172px, 22vw, 360px);
  --shine-circle-radius: clamp(86px, 11vw, 180px);
}

.shine-copy--intro .shine-copy__layer--base .shine-copy__headline {
  color: var(--clr-purple-bright);
}

.shine-copy__orb {
  position: absolute;
  left: var(--shine-circle-x);
  top: var(--shine-circle-y);
  z-index: 0;
  width: var(--shine-circle-size);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--clr-purple-bright);
  box-shadow: 0 0 90px rgba(153,19,203,0.38);
  transform: translate(-50%, -50%);
}

.shine-copy__layer--cut {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: var(--clr-white);
  pointer-events: none;
  clip-path: circle(var(--shine-circle-radius) at var(--shine-circle-x) var(--shine-circle-y));
}

.shine-copy__layer--cut .shine-copy__headline,
.shine-copy__layer--cut strong {
  color: var(--clr-white);
}

.shine-copy strong {
  margin-top: 0.35em;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4.8vw, 4.6rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--clr-white);
  text-shadow: 0 14px 58px rgba(0,0,0,0.78), 0 0 34px rgba(153,19,203,0.28);
}

.shine-copy--final {
  z-index: 3;
}

.shine-copy__logo {
  display: block;
  width: clamp(190px, 28vw, 430px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 18px 54px rgba(0,0,0,0.72));
}

.shine-copy--final strong {
  margin-top: 0.2em;
  color: var(--clr-white);
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #ueber-uns.scroll-stack__panel {
    min-height: 430vh;
  }

  .shine-copy {
    width: 90vw;
  }

  .shine-copy__headline {
    white-space: normal;
    font-size: clamp(2.8rem, 15vw, 4.8rem);
  }

  .shine-copy--intro {
    --shine-circle-x: 75%;
    --shine-circle-size: clamp(140px, 42vw, 220px);
    --shine-circle-radius: clamp(70px, 21vw, 110px);
  }

  .shine-copy strong {
    font-size: clamp(1.35rem, 7vw, 2.35rem);
  }

  .shine-copy__logo {
    width: clamp(170px, 58vw, 300px);
  }
}

/* Apple-inspirierter Highlight-Slider im Ueber-uns-Panel */
#avk-vorteile.scroll-stack__panel {
  position: relative;
  min-height: 138vh;
  padding: 0;
  overflow: visible;
  z-index: 2;
}

.avk-vorteile__pin {
  position: sticky;
  top: 0;
  min-height: 100vh;
  padding: 7.5em 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink-2);
}

#prozess.scroll-stack__panel {
  z-index: 3;
  min-height: 100vh;
}

@media (max-width: 860px) {
  #avk-vorteile.scroll-stack__panel {
    min-height: 0;
  }

  .avk-vorteile__pin {
    position: relative;
    min-height: 0;
    padding: 4.5em 0;
  }

  #prozess.scroll-stack__panel {
    min-height: 0;
  }

  #prozess {
    padding-bottom: 4.5em;
  }
}

.all-access-pass__container.avk-pass {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.avk-pass__viewport {
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  outline: none;
}

.avk-pass__viewport::-webkit-scrollbar { display: none; }

.avk-pass__track {
  display: flex;
  gap: clamp(1rem, 2vw, 1.5rem);
  width: max-content;
  padding:
    0
    max(2em, calc((100vw - var(--max-w)) / 2 + 2em))
    0.5em;
}

.avk-pass__card {
  position: relative;
  flex: 0 0 clamp(360px, 56vw, 720px);
  aspect-ratio: 1 / 1;
  height: auto;
  scroll-snap-align: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: var(--ink-2);
  isolation: isolate;
}

.avk-pass__card img,
.avk-pass__card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: grayscale(0.15) contrast(1.03);
  transition: transform 0.9s cubic-bezier(0.25, 0.6, 0.3, 1), filter 0.5s ease;
}

.avk-pass__card:hover img,
.avk-pass__card:hover video {
  transform: scale(1);
  filter: grayscale(0) contrast(1.05);
}

.avk-pass__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding:
    1.35rem
    max(2em, calc((100vw - var(--max-w)) / 2 + 2em))
    0;
}

.avk-pass__button {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: rgba(15, 12, 22, 0.82);
  color: var(--clr-white);
  font-size: 2.1rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.avk-pass__button:hover {
  border-color: var(--clr-purple-bright);
  color: var(--volt);
  background: rgba(153, 19, 203, 0.18);
}

.avk-pass__button:disabled {
  cursor: default;
  opacity: 0.35;
  color: var(--clr-gray-dim);
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(15, 12, 22, 0.45);
}

.avk-pass__progress {
  width: min(36vw, 340px);
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.avk-pass__progress span {
  display: block;
  width: var(--avk-pass-progress, 25%);
  height: 100%;
  background: linear-gradient(90deg, var(--clr-purple-bright), var(--volt));
  transition: width 0.25s ease;
}

@media (max-width: 767px) {
  .avk-pass__track {
    padding-left: 1em;
    padding-right: 1em;
  }

  .avk-pass__card {
    flex-basis: 84vw;
    height: auto;
  }

  .avk-pass__controls {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* ============================================================
   LOGO SLIDER (Technologien)
   ============================================================ */
.logo-slider-section {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.logo-slider__label {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--clr-gray-dim);
  margin-bottom: 2.5em;
}

.logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.logo-slider__track {
  display: flex;
  gap: 0;
  width: max-content;
}

.logo-slider__track.is-animated {
  animation: logo-scroll var(--logo-duration, 32s) linear infinite;
}

.logo-slider:hover .logo-slider__track { animation-play-state: paused; }

.logo-slider__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 1.75em;
}

.logo-slider__item img {
  max-height: 28px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  transition: opacity var(--transition);
}

.logo-slider__item img:hover { opacity: 1; }

/* Optischer Ausgleich der Silhouetten */
.logo-slider__item img[src$="Apple Music Logo.png"]  { max-height: 33px; }
.logo-slider__item img[src$="Amazon Music Logo.png"] { max-height: 30px; }
.logo-slider__item img[src$="Google Logo.png"]       { max-height: 31px; }
.logo-slider__item img[src$="Tiktok Logo.png"]       { max-height: 24px; }
.logo-slider__item img[src$="Wordpress Logo.png"]    { max-height: 26px; }
.logo-slider__item img[src$="Deezer Logo.png"]       { max-height: 30px; }
.logo-slider__item img[src$="n8n Logo.png"]          { max-height: 34px; }
.logo-slider__item img[src$="Claude-AI-Logo.png"]    { max-height: 30px; }
.logo-slider__item img[src$="Openai Logo.png"]       { max-height: 25px; }
.logo-slider__item img[src$="Adobe-Logo.png"]        { max-height: 33px; }
.logo-slider__item img[src$="RTL-Plus-Logo.png"]     { max-height: 20px; }

/* ============================================================
   PROZESS — "Wachstumstreppe": die Phasen steigen diagonal an,
   verbunden durch laufende Leiterbahn-Connectoren. Riesige
   Konturziffern überlagern die Stufen. (--i wird per JS gesetzt)
   ============================================================ */
.process-list {
  display: flex;
  align-items: flex-end;
  gap: 2.4em;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 1em;
}

/* Jede Phase steht eine Stufe höher als die vorige */
.process-item {
  position: relative;
  flex: 1;
  margin-bottom: calc(var(--i, 0) * 82px);
  transition: transform var(--transition);
}

.process-item:hover { transform: translateY(-8px); }

/* Riesige Konturziffer als Architektur — ragt über die Karte */
.process-item__num {
  display: block;
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(4rem, 6.5vw, 6rem);
  font-weight: 800;
  line-height: 0.85;
  margin-bottom: -0.26em;
  margin-left: -0.04em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(184, 58, 232, 0.55);
  transition: color var(--transition), -webkit-text-stroke var(--transition);
  pointer-events: none;
}

.process-item__num::before {
  content: 'PHASE';
  display: block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  -webkit-text-stroke: 0;
  color: var(--clr-gray-dim);
  margin-bottom: 0.9em;
}

.process-item:hover .process-item__num {
  color: var(--clr-purple-bright);
  -webkit-text-stroke: 2px var(--clr-purple-bright);
  text-shadow: 0 0 40px var(--clr-purple-glow);
}

/* Die Stufen-Karte */
.process-item__content {
  position: relative;
  z-index: 1;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-top: 2px solid var(--line-purple);
  border-radius: var(--radius);
  padding: 2em 1.6em 1.8em;
  min-height: 250px;
  transition: border-color var(--transition), background var(--transition),
              box-shadow var(--transition);
}

.process-item:hover .process-item__content {
  border-color: var(--line-purple);
  border-top-color: var(--clr-purple-bright);
  background: rgba(153, 19, 203, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.process-item__title {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--clr-white);
  margin-bottom: 0.6em;
}

.process-item__text {
  font-size: 0.9rem;
  color: var(--clr-gray);
  line-height: 1.7;
}

/* Leiterbahn-Connectoren: laufende Striche fließen zur nächsten
   Stufe — horizontal in die Lücke, dann senkrecht hinauf */
.process-item + .process-item::before {
  content: '';
  position: absolute;
  left: calc(-1.2em - 1px);
  top: 86px;
  width: 2px;
  height: 82px;
  background: repeating-linear-gradient(
    180deg,
    var(--clr-purple-bright) 0 5px,
    transparent 5px 11px
  );
  animation: trace-up 0.9s linear infinite;
  pointer-events: none;
}

.process-item + .process-item::after {
  content: '';
  position: absolute;
  left: calc(-2.4em - 30px);
  top: calc(86px + 82px);
  width: calc(1.2em + 30px);
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--clr-purple-bright) 0 5px,
    transparent 5px 11px
  );
  animation: trace-right 0.9s linear infinite;
  pointer-events: none;
}

@keyframes trace-up    { to { background-position: 0 -11px; } }
@keyframes trace-right { to { background-position: 11px 0; } }

/* ============================================================
   PROZESS-TIMELINE — inspiriert vom Sui timeline_wrapper:
   zweispaltige Module, zentrale Progress-Line, kantige Systemkarten
   ============================================================ */
#prozess {
  position: relative;
  overflow: hidden;
  padding-bottom: 7.5em;
}

#prozess::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(153, 19, 203, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(10, 8, 15, 0), rgba(10, 8, 15, 0.52));
}

#prozess > .container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
}

#prozess .timeline_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(5rem, 10vw, 11rem);
}

#prozess .timeline_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3em;
  text-align: center;
}

#prozess .timeline_heading .section__title {
  margin-bottom: 0;
}

#prozess .timeline_description {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  max-width: 640px;
}

#prozess .blue_cube {
  flex: 0 0 auto;
  width: 0.82em;
  height: 0.82em;
  background: var(--clr-purple-bright);
  box-shadow: 0 0 24px var(--clr-purple-glow);
}

#prozess .timeline_description .section__desc {
  margin: 0;
  text-align: left;
}

#prozess .timeline_main {
  --timeline-card-height: clamp(480px, 42vw, 540px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2px minmax(0, 1fr);
  gap: clamp(3.6rem, 7vw, 7.8rem);
  width: 100%;
  align-items: stretch;
}

#prozess .timeline_colum_left {
  display: flex;
  flex-direction: column;
  gap: clamp(8rem, 14vw, 14.5rem);
  padding-top: 0;
}

#prozess .timeline_colum_left.right {
  padding-top: clamp(7rem, 11vw, 11.5rem);
}

#prozess .colum_card_main {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  background: rgba(15, 12, 22, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

#prozess .colum_card_main:hover {
  border-color: var(--line-purple);
  transform: translateY(-6px);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42), 0 0 44px rgba(153, 19, 203, 0.14);
}

#prozess .colum_card_main.is-active {
  border-color: rgba(184, 58, 232, 0.72);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.46), 0 0 54px rgba(153, 19, 203, 0.2);
}

#prozess .timeline_colum_card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9em;
  min-height: 70px;
  padding: 1em 1.15em;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(10, 8, 15, 0.45);
}

#prozess .timeline_colum_card:first-child {
  border-top: 0;
}

#prozess .timeline_colum_card.bottom {
  align-items: flex-start;
  gap: 1em;
  min-height: 128px;
  padding-left: 3.9em;
}

#prozess .timeline_num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.7rem;
  height: 2.7rem;
  padding: 0 0.55em;
  border: 1px solid rgba(184, 58, 232, 0.5);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--clr-white);
  background: rgba(153, 19, 203, 0.08);
}

#prozess .timeline_label {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clr-white);
}

#prozess .timeline_colum_card.bottom p {
  color: var(--clr-gray);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}

#prozess .timeline_card_anim {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding-left: 0;
  overflow: hidden;
}

#prozess .timeline_card_anim img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.52;
  transform: none;
  transition: transform 0.9s cubic-bezier(0.25, 0.6, 0.3, 1), filter 0.6s ease, opacity 0.6s ease;
}

#prozess .colum_card_main.is-active .timeline_card_anim img,
#prozess .colum_card_main:hover .timeline_card_anim img {
  filter: grayscale(0) contrast(1.05);
  opacity: 0.9;
  transform: none;
}

#prozess .colum_card_main.is-active .timeline_num {
  border-color: var(--clr-purple-bright);
  color: var(--volt);
}

#prozess .gray_cube {
  position: absolute;
  left: 2.35em;
  bottom: -0.44em;
  z-index: 2;
  width: 0.88em;
  height: 0.88em;
  background: var(--ink-2);
  border: 1px solid rgba(184, 58, 232, 0.48);
}

#prozess .gray_cube.bottom {
  top: -0.44em;
  bottom: auto;
}

#prozess .timeline_connector {
  position: absolute;
  left: 2.7em;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.4em;
  padding: 4.35em 0 2.7em;
  pointer-events: none;
}

#prozess .connector_line_top {
  width: 1px;
  flex: 1;
  background: linear-gradient(180deg, rgba(184, 58, 232, 0.72), rgba(255, 255, 255, 0.12));
}

#prozess .connector_line_bottom {
  width: 100%;
  height: 1px;
  background: rgba(184, 58, 232, 0.72);
}

#prozess .timeline_progress {
  position: relative;
  width: 2px;
  min-height: 100%;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0 2px,
    transparent 2px 12px
  );
}

#prozess .timeline_current {
  position: absolute;
  top: var(--timeline-current-y, 75px);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 150px;
  transform: translate(-50%, -50%);
  transition: top 0.18s cubic-bezier(0.25, 0.6, 0.3, 1);
}

#prozess .tl_current_top,
#prozess .tl_current_bottom {
  width: 2px;
  flex: 1;
  background: var(--clr-purple-bright);
  box-shadow: 0 0 22px var(--clr-purple-glow);
}

#prozess .white_cube {
  flex: 0 0 auto;
  width: 0.8em;
  height: 0.8em;
  background: var(--clr-white);
  box-shadow: 0 0 20px rgba(255,255,255,0.42), 0 0 34px var(--clr-purple-glow);
}

@media (max-width: 1024px) {
  #prozess .timeline_main {
    --timeline-card-height: auto;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  #prozess .timeline_progress {
    display: none;
  }

  #prozess .timeline_colum_left,
  #prozess .timeline_colum_left.right {
    gap: 1.6rem;
    padding-top: 0;
  }

  #prozess .colum_card_main {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  #prozess .timeline_wrapper {
    gap: 3rem;
  }

  #prozess .timeline_description {
    align-items: flex-start;
  }

  #prozess .timeline_colum_card.bottom {
    padding-left: 1.15em;
  }

  #prozess .timeline_connector,
  #prozess .gray_cube {
    display: none;
  }

  #prozess .timeline_card_anim {
    padding-left: 0;
  }

  #prozess .timeline_card_anim img {
    min-height: 0;
  }
}

/* ============================================================
   POSITIONING
   ============================================================ */
.media-band {
  position: relative;
  overflow: hidden;
}

.media-band__video {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.media-band__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.25;
}

.media-band__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 65% at 70% 20%, rgba(153, 19, 203, 0.18) 0%, transparent 60%),
    linear-gradient(180deg, rgba(10,8,15,0.55) 0%, rgba(10,8,15,0.25) 45%, rgba(10,8,15,0.95) 100%);
}

.media-band > .stats-band,
.media-band > #positionierung {
  position: relative;
  z-index: 2;
  background: transparent;
}

.positioning-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5em;
  align-items: start;
}

.positioning-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.positioning-body__spacer {
  visibility: hidden;
}

.positioning-facts {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.positioning-fact {
  display: flex;
  gap: 1.2em;
  align-items: flex-start;
  padding: 1.5em 0.5em;
  border-bottom: 1px solid var(--line);
  transition: background var(--transition), padding-left var(--transition);
}

.positioning-fact:hover {
  background: rgba(153, 19, 203, 0.06);
  padding-left: 1em;
}

.positioning-fact__icon {
  width: 26px; height: 26px;
  border-radius: var(--radius);
  background: var(--volt-dim);
  border: 1px solid rgba(205, 255, 69, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--volt);
  flex-shrink: 0;
  margin-top: 3px;
}

.positioning-fact strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-white);
  margin-bottom: 0.25em;
}

.positioning-fact p {
  font-size: 0.88rem;
  color: var(--clr-gray);
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  position: relative;
  overflow: hidden;
  padding: 7em 2em;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 80% at 50% 110%, rgba(153,19,203,0.3) 0%, transparent 65%),
    var(--ink-2);
  border-top: 1px solid var(--line-purple);
  border-bottom: 1px solid var(--line-purple);
}

.cta-banner::before {
  content: 'AVK';
  position: absolute;
  bottom: -0.32em;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(10rem, 28vw, 24rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(153, 19, 203, 0.18);
  pointer-events: none;
  white-space: nowrap;
}

.cta-banner__title {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--clr-white);
  margin-bottom: 0.7em;
  letter-spacing: -0.015em;
}

.cta-banner__sub {
  position: relative;
  font-size: 1.02rem;
  color: var(--clr-gray);
  max-width: 520px;
  margin: 0 auto 2.5em;
}

.cta-banner .btn { position: relative; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--ink-2);
  border-top: 1px solid var(--line);
  padding: 5em 0 2em;
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3em;
  margin-bottom: 4em;
}

.footer__tagline {
  font-size: 0.9rem;
  color: var(--clr-gray-dim);
  line-height: 1.7;
  max-width: 300px;
  margin-bottom: 2em;
}

.footer__col-title {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--clr-purple-bright);
  margin-bottom: 1.5em;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.footer__links a {
  font-size: 0.9rem;
  color: var(--clr-gray-dim);
  transition: color var(--transition), padding-left var(--transition);
}

.footer__links a:hover { color: var(--clr-white); padding-left: 4px; }

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  margin-bottom: 0.8em;
}

.footer__contact-item span:first-child {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--clr-purple-bright);
  flex-shrink: 0;
  margin-top: 4px;
  text-transform: uppercase;
}

.footer__contact-item span:last-child {
  font-size: 0.9rem;
  color: var(--clr-gray-dim);
  line-height: 1.5;
}

.footer__bottom {
  border-top: 1px solid var(--line);
  padding-top: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}

.footer__copy {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--clr-gray-dim);
}

.footer__legal { display: flex; gap: 2em; }

.footer__legal a {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--clr-gray-dim);
  transition: color var(--transition);
}

.footer__legal a:hover { color: var(--clr-white); }

/* ============================================================
   STICKY MOBILE CTA — immer erreichbar (Fitts' Law)
   ============================================================ */
.sticky-cta {
  display: none;
  position: fixed;
  left: 1em; right: 1em; bottom: 1em;
  z-index: 1500;
  background: var(--volt);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  padding: 1.05em 1em;
  border-radius: var(--radius);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0,0,0,0.2);
  transform: translateY(140%);
  transition: transform 0.35s cubic-bezier(0.25, 0.6, 0.3, 1);
}

.sticky-cta.show { transform: translateY(0); }

@media (max-width: 767px) {
  .sticky-cta { display: block; }
}

/* ============================================================
   ANIMATIONS — Entrance
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.25, 0.6, 0.3, 1);
}

.fade-up.visible { opacity: 1; transform: translateY(0); }

.fade-up--delay-1 { transition-delay: 0.08s; }
.fade-up--delay-2 { transition-delay: 0.16s; }
.fade-up--delay-3 { transition-delay: 0.24s; }
.fade-up--delay-4 { transition-delay: 0.32s; }
.fade-up--delay-5 { transition-delay: 0.4s; }

/* ============================================================
   DIVIDERS
   ============================================================ */
.glow-divider,
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-purple) 30%, var(--line-purple) 70%, transparent);
}

/* ============================================================
   MEGA MENU
   ============================================================ */
.nav__item--mega { display: flex; align-items: center; }

.nav__trigger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 0;
}

.nav__trigger:hover,
.nav__item--mega.open .nav__trigger { color: var(--clr-white); }

.nav__trigger:hover::after,
.nav__item--mega.open .nav__trigger::after { width: 100%; }

.nav__chevron {
  width: 12px; height: 12px;
  stroke: currentColor;
  fill: none;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.nav__item--mega.open .nav__chevron { transform: rotate(180deg); }

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  z-index: 998;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(14, 11, 21, 0.98), rgba(8, 7, 12, 0.98)),
    radial-gradient(circle at 12% 0%, rgba(153, 19, 203, 0.18), transparent 34%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line-purple);
}

.mega-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-menu__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 1.35em 2em 1.55em;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.mega-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: stretch;
  min-height: 112px;
  padding: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: rgba(17, 14, 26, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  color: var(--clr-white);
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.mega-item__media {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 112px;
  height: 112px;
  aspect-ratio: 1;
}

.mega-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 1;
  filter: none;
  transform: scale(1);
  transition: transform var(--transition);
}

.mega-item::after {
  content: '';
  position: absolute;
  left: 112px;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--clr-purple-bright), var(--volt));
  opacity: 0;
  z-index: 3;
  transition: opacity var(--transition);
}

.mega-item:hover {
  background: rgba(153, 19, 203, 0.14);
  border-color: rgba(205, 255, 69, 0.34);
  transform: translateY(-1px);
}

.mega-item:hover .mega-item__media img {
  transform: scale(1.05);
}

.mega-item:hover::after {
  opacity: 1;
}

.mega-item__body {
  display: grid;
  gap: 0.45em;
  min-width: 0;
  position: relative;
  z-index: 2;
  align-content: center;
  padding: 1em 1.05em;
}

.mega-item__title {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--clr-white);
}

.mega-item__desc {
  display: block;
  max-width: 22ch;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--clr-gray-dim);
}

/* ============================================================
   CUSTOM CURSOR
   ============================================================ */
.cursor-blob {
  position: fixed;
  top: 0; left: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 99999;
  backdrop-filter: grayscale(1) invert(1);
  -webkit-backdrop-filter: grayscale(1) invert(1);
  opacity: 0;
  transition: opacity 0.25s ease, width 0.2s ease, height 0.2s ease;
  will-change: transform;
}

.cursor-active .cursor-blob { opacity: 1; }
.cursor-blob.is-hover { width: 54px; height: 54px; }

html.cursor-active,
html.cursor-active * { cursor: none !important; }

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker__track,
  .logo-slider__track.is-animated,
  .hero__scroll::after { animation: none !important; }
  .process-item::before,
  .process-item::after { animation: none !important; }
  .fade-up { transition: none; opacity: 1; transform: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .positioning-grid { grid-template-columns: 1fr; gap: 3em; }
  .positioning-body__spacer { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .mega-menu__grid { grid-template-columns: repeat(2, 1fr); }

  .service-slide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 1.5em;
    align-items: start;
  }
  .service-slide__canvas { order: -1; max-height: none; min-height: 0; }
  .service-slide__info { max-width: none; }
  .service-slide__desc { margin-bottom: 1.2em; }

  .stats-band__grid { grid-template-columns: repeat(2, 1fr); }
  .stats-band__cell:nth-child(odd) { border-left: none; }
  .stats-band__cell:nth-child(n+3) { border-top: 1px solid var(--line); }

  /* Prozess-Treppe: vertikal mit ansteigender Einrückung */
  .process-list {
    flex-direction: column;
    align-items: stretch;
    gap: 2.6em;
    max-width: 640px;
  }

  .process-item {
    margin-bottom: 0 !important;
    margin-left: calc(var(--i, 0) * 2em);
  }

  .process-item__content { min-height: 0; }

  /* Connector: senkrecht laufende Striche zur nächsten Stufe */
  .process-item + .process-item::before {
    left: 1.6em;
    top: -2.6em;
    height: 2.6em;
    width: 2px;
    animation: trace-down 0.9s linear infinite;
  }

  .process-item + .process-item::after { display: none; }
}

@keyframes trace-down { to { background-position: 0 11px; } }

@media (max-width: 767px) {
  .nav__links { display: none; }
  .nav__hamburger { display: flex; }
  .nav__inner { padding: 1rem 2rem; }
  .nav.scrolled .nav__inner { padding: 0.6rem 2rem; }
  .nav__logo-img { height: 58px; }
  .nav.scrolled .nav__logo-img { height: 46px; }
  .mega-menu { display: none; }

  .section { padding: 4.5em 0; }
  .section__header { margin-bottom: 2.5em; }

  .hero { padding-top: 100px; }
  .hero__content { padding: 0 1.5em 11em; }
  .hero__actions .btn { width: 100%; justify-content: center; }

  .ticker__item { font-size: 0.85rem; }

  .service-viewer { height: 685svh; }

  .service-viewer__inner { padding-top: 100px; }

  /* Chips: horizontal scrollbar statt Umbruch */
  .service-viewer__chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
  }
  .service-viewer__chips::-webkit-scrollbar { display: none; }

  .service-slide__title { font-size: 1.85rem; }
  .service-slide__desc { font-size: 0.88rem; margin-bottom: 1em; }

  /* Prozess-Treppe: kompaktere Einrückung auf kleinen Displays */
  .process-item { margin-left: calc(var(--i, 0) * 0.9em); }
  .process-item__num { font-size: 3.2rem; }
  .process-item__content { padding: 1.5em 1.3em; }

  .footer__grid { grid-template-columns: 1fr; }

  .cta-banner { padding: 5em 1.5em; }

  /* Lange deutsche Komposita ("Wachstumsschritt") dürfen nicht überlaufen */
  .cta-banner__title,
  .section__title {
    hyphens: auto;
    overflow-wrap: break-word;
  }
  .cta-banner__title { font-size: clamp(1.7rem, 7.5vw, 2.6rem); }

  .clients__grid { gap: 2em 2.5em; }
  .clients__grid img { max-height: 34px; max-width: 130px; }

  /* Platz für Sticky-CTA am Seitenende */
  .footer { padding-bottom: 6em; }
}

@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
}

@media (max-width: 400px) {
  /* "AVK DIGITAL" (geschütztes Leerzeichen) muss auf kleinste Displays passen */
  .hero__headline { font-size: 2.1rem; }
}

/* ============================================================
   KONTAKT-MODAL — globales Popup-Formular
   ============================================================ */
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
}

.contact-modal[hidden] { display: none; }

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 15, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.contact-modal__panel {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100svh - 3em);
  overflow-y: auto;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.8em;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 120px var(--clr-purple-glow);
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.25, 0.6, 0.3, 1);
}

.contact-modal.open .contact-modal__backdrop { opacity: 1; }
.contact-modal.open .contact-modal__panel { opacity: 1; transform: none; }

.contact-modal__close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--clr-gray);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: color var(--transition), border-color var(--transition);
}

.contact-modal__close:hover { color: var(--clr-white); border-color: var(--volt); }

.contact-modal__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--volt);
}

.contact-modal__title {
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  color: var(--clr-white);
  margin: 0.4em 0 0.35em;
}

.contact-modal__desc {
  color: var(--clr-gray);
  font-size: 0.95rem;
  margin-bottom: 2em;
  max-width: 46ch;
}

.contact-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
}

.contact-modal__privacy {
  font-size: 0.8rem;
  color: var(--clr-gray-dim);
  text-align: center;
  margin: 0;
}

.contact-modal__privacy a { color: var(--clr-purple-bright); }

/* Honeypot — für Menschen unsichtbar, für Bots ein Köder */
.form__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Status-Meldung nach dem Absenden (Modal + Kontaktseite) */
.form__status {
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 0.9em 1.2em;
  border: 1px solid var(--volt);
  background: var(--volt-dim);
  color: var(--clr-white);
  border-radius: var(--radius);
  margin: 0;
}

.form__status.is-error {
  border-color: #FF5B5B;
  background: rgba(255, 91, 91, 0.12);
}

@media (max-width: 767px) {
  .contact-modal { padding: 0.8em; }
  .contact-modal__panel { padding: 1.9em 1.3em; max-height: calc(100svh - 1.6em); }
}

/* ============================================================
   COOKIE CONSENT — Leiste am unteren Rand (DSGVO / TDDDG)
   „Alle akzeptieren" und „Nur notwendige" gleichrangig.
   ============================================================ */
.cookie-consent {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 2500;
  background: rgba(15, 12, 22, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid var(--line-purple);
  box-shadow: 0 -24px 60px rgba(0, 0, 0, 0.45);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.25, 0.6, 0.3, 1), opacity 0.35s ease;
}

.cookie-consent.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .cookie-consent { transition: none; }
}

.cookie-consent__inner {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 1.8em 2em 1.6em;
}

.cookie-consent__close {
  position: absolute;
  top: 0.6em; right: 0.8em;
  background: none;
  border: none;
  color: var(--clr-gray);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.2em 0.4em;
}

.cookie-consent__close:hover { color: var(--clr-white); }

.cookie-consent__main {
  display: flex;
  align-items: center;
  gap: 2.5em;
}

.cookie-consent__copy { flex: 1 1 auto; min-width: 0; }

.cookie-consent__eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clr-purple-bright);
  margin-bottom: 0.5em;
}

.cookie-consent__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--clr-white);
  margin-bottom: 0.45em;
}

.cookie-consent__text {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--clr-gray);
  max-width: 62ch;
}

.cookie-consent__links {
  margin-top: 0.6em;
  display: flex;
  gap: 1.4em;
}

.cookie-consent__links a {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clr-gray);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent__links a:hover { color: var(--volt); }

.cookie-consent__actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  min-width: 240px;
}

/* Buttons — Akzeptieren & Ablehnen bewusst gleich groß und gleich sichtbar */
.cc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.95em 1.6em;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  color: var(--clr-white);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition),
              background var(--transition), color var(--transition), border-color var(--transition);
}

.cc-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--clr-purple);
}

.cc-btn--accent {
  background: var(--volt);
  border-color: var(--volt);
  color: var(--ink);
}

.cc-btn--ghost {
  border-color: transparent;
  color: var(--clr-gray);
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.cc-btn--ghost:hover {
  transform: none;
  box-shadow: none;
  color: var(--volt);
}

/* ── Einstellungs-Ebene ── */
.cookie-consent__settings {
  margin-top: 1.6em;
  padding-top: 1.4em;
  border-top: 1px solid var(--line);
  max-height: min(46vh, 420px);
  overflow-y: auto;
}

.cc-row {
  padding: 0.9em 0;
  border-bottom: 1px solid var(--line);
}

.cc-row:last-of-type { border-bottom: none; }

.cc-row__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
}

.cc-row__label {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-white);
}

.cc-row__badge {
  margin-left: 1em;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--clr-purple-bright);
  border: 1px solid var(--line-purple);
  padding: 0.25em 0.7em;
  border-radius: var(--radius);
}

.cc-row__desc {
  margin-top: 0.5em;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--clr-gray);
  max-width: 72ch;
}

/* Switch */
.cc-switch {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  cursor: pointer;
}

.cc-switch input {
  position: absolute;
  opacity: 0;
  width: 100%; height: 100%;
  margin: 0;
  cursor: pointer;
}

.cc-switch input:disabled { cursor: not-allowed; }

.cc-switch__track {
  width: 46px; height: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid var(--line);
  transition: background var(--transition), border-color var(--transition);
}

.cc-switch__track::after {
  content: '';
  position: absolute;
  top: 3px; left: 4px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--clr-gray);
  transition: transform var(--transition), background var(--transition);
}

.cc-switch input:checked + .cc-switch__track {
  background: var(--clr-purple);
  border-color: var(--clr-purple-bright);
}

.cc-switch input:checked + .cc-switch__track::after {
  transform: translateX(21px);
  background: var(--clr-white);
}

.cc-switch input:disabled + .cc-switch__track {
  background: rgba(153, 19, 203, 0.35);
  border-color: var(--line-purple);
}

.cc-switch input:focus-visible + .cc-switch__track {
  outline: 2px solid var(--volt);
  outline-offset: 3px;
}

.cookie-consent__settings-actions {
  display: flex;
  gap: 0.8em;
  margin-top: 1.3em;
}

.cookie-consent__settings-actions .cc-btn { width: auto; flex: 1 1 0; }

/* ── Responsive ── */
@media (max-width: 860px) {
  .cookie-consent__inner { padding: 1.5em 1.3em 1.3em; }

  .cookie-consent__main {
    flex-direction: column;
    align-items: stretch;
    gap: 1.3em;
  }

  .cookie-consent__actions { min-width: 0; }

  .cookie-consent__settings { max-height: 38vh; }

  .cookie-consent__settings-actions { flex-direction: column; }

  .cookie-consent__title { font-size: 1.1rem; }
}
