/* ============================================================
   Tawodo Landingpage
   Design-System: Spektrum aus dem Logo, weißes Papier, Signage-Typo
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* Papier & Tinte */
  --paper:      #FFFFFF;
  --mist:       #F4F6FA;
  --mist-deep:  #EBEFF5;
  --ink:        #0B0E14;
  --ink-80:     #2B313D;
  --ink-60:     #545C6B;
  --ink-40:     #67707F;
  --line:       #E2E7EF;
  --line-soft:  #EFF2F7;

  /* Spektrum aus dem Tawodo-Logo. Jede Farbe gehört zu genau einem Werkzeug. */
  --sp-cyan:    #16C6F4;
  --sp-blue:    #3E7BF6;
  --sp-indigo:  #6B54F0;
  --sp-violet:  #9B3FE0;
  --sp-magenta: #EE3A97;
  --sp-orange:  #FF8A3C;

  --spectrum: linear-gradient(96deg,
    var(--sp-cyan) 0%, var(--sp-blue) 26%, var(--sp-violet) 48%,
    var(--sp-magenta) 72%, var(--sp-orange) 100%);

  /* Textsichere Spektrum-Varianten. Die hellen Logofarben taugen für
     Flächen und Ränder, nicht für Buchstaben oder Icons auf Weiß
     (Orange auf Weiß schafft nur rund 2,2:1). Gleiche Werte wie in den
     LinkedIn-Slides, damit die Produktlinie einheitlich bleibt. */
  --tx-cyan:    #0B7E9E;
  --tx-blue:    #2F5FD0;
  --tx-indigo:  #5B44D6;
  --tx-violet:  #7F2CBD;
  --tx-magenta: #C2126B;
  --tx-orange:  #A94D0B; /* dunkler als #C2570F: auf --mist reichten nur 4,16:1 */

  /* Akzent der laufenden Sektion. Wird pro Band überschrieben. */
  --accent: var(--sp-blue);

  /* Typo */
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body:    "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --mono:    "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;

  /* Maße */
  --wrap:    1280px;
  --pad:     clamp(20px, 5vw, 64px);
  --rail:    128px;
  --r-sm:    6px;
  --r-md:    12px;
  --r-lg:    20px;
  --r-xl:    28px;

  --band-y:  clamp(72px, 9vw, 136px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color-scheme: light;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Sprungziele dürfen nicht unter der klebenden Navigation landen.
   Exakt die Höhe der Leiste, sonst blitzt der vorige Abschnitt darunter durch. */
:target,
section[id] { scroll-margin-top: 70px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }

/* Kein Verzögern durch Doppeltipp-Zoom auf Touchgeräten */
a, button, summary, [role="tab"] { touch-action: manipulation; }

/* Zahlen laufen in Spalten sauber untereinander */
.price__rows, .dates, .row__key, .screen__chip, .price__figure, .sponsor__figure {
  font-variant-numeric: tabular-nums;
}

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--sp-blue);
  outline-offset: 3px;
  border-radius: 3px;
}

::selection { background: #0B0E14; color: #fff; }

/* ---------- Typo-Rollen ---------- */
.d-xl, .d-l, .d-m, .d-s {
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 112%;
  letter-spacing: -0.03em;
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}
/* Genauso groß wie die Zwischenüberschriften. Größer geht in zwei
   Spalten nicht: bei 64 px braucht der erste Satz 901 px, die Spalte
   hat aber nur 800 px, dann bricht die Zeile. */
.d-xl { font-size: clamp(2.1rem, 4.2vw, 3.5rem); letter-spacing: -0.04em; line-height: 1.02; }
.d-l  { font-size: clamp(2rem, 4.2vw, 3.5rem); }
.d-m  { font-size: clamp(1.5rem, 2.5vw, 2.15rem); line-height: 1.06; }
.d-s  { font-size: clamp(1.15rem, 1.5vw, 1.4rem); line-height: 1.15; letter-spacing: -0.02em; }

.lead {
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.55;
  color: var(--ink-80);
  max-width: 46ch;
  margin: 0;
}

.label {
  font-family: var(--mono);
  font-size: 0.715rem;
  font-weight: 500;
  letter-spacing: 0.145em;
  text-transform: uppercase;
  color: var(--ink-40);
  margin: 0;
}
.label--accent { color: var(--accent); }

.muted { color: var(--ink-60); }
.tight { max-width: 60ch; }

/* Der einzige Ort, an dem das volle Spektrum in Text auftaucht */
.spectrum-text {
  background: var(--spectrum);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  /* Auf Geräten mit Aussparung nach innen rücken statt darunter laufen */
  padding-left: max(var(--pad), env(safe-area-inset-left));
  padding-right: max(var(--pad), env(safe-area-inset-right));
}

.band { padding-block: var(--band-y); position: relative; }
.band--mist { background: var(--mist); }
.band--ink  { background: var(--ink); color: #fff; }
.band--tight { padding-block: clamp(52px, 6vw, 88px); }

.band--ink .lead,
.band--ink .muted { color: #A8B0BE; }
.band--ink .label { color: #6F7889; }

/* Kopfzeile einer Sektion. Standard ist ein einfacher Stapel.
   Die Rail-Variante mit Label gibt es nur dort, wo das Label wirklich
   etwas Neues sagt, sonst wird die Seite über alle Bänder gleichförmig. */
.head {
  margin-bottom: clamp(34px, 4.5vw, 64px);
  max-width: 62ch;
}
.head > * + * { margin-top: 18px; }

.head--rail {
  display: grid;
  grid-template-columns: var(--rail) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 40px);
  align-items: start;
  max-width: none;
}
.head--rail > * + * { margin-top: 0; }
.head__rail { padding-top: 0.55em; }
.head__rail .label { position: relative; padding-left: 26px; }
.head__rail .label::before {
  content: "";
  position: absolute;
  left: 0; top: 0.52em;
  width: 16px; height: 2px;
  background: var(--accent);
}
.head__body > * + * { margin-top: 18px; }

@media (max-width: 860px) {
  .head--rail { grid-template-columns: 1fr; gap: 14px; }
  .head__rail { padding-top: 0; }
}

.hr {
  border: 0;
  height: 1px;
  background: var(--line);
  margin: 0;
}
.band--ink .hr { background: #232935; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.005em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.btn__arrow { transition: transform .18s ease; }
.btn:hover .btn__arrow { transform: translateX(3px); }

.btn--primary {
  color: #fff;
  background: var(--ink);
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(11,14,20,.2);
}
/* Spektrum liegt unter dem Button und schiebt sich beim Hover hoch */
.btn--primary::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--spectrum);
  opacity: 0;
  transition: opacity .28s ease;
}
.btn--primary > * { position: relative; }
.btn--primary:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(11,14,20,.22); }
.btn--primary:hover::before { opacity: 1; }

.btn--ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}
.btn--ghost:hover { border-color: var(--ink-40); background: #fff; }
.band--ink .btn--ghost { border-color: #333A48; color: #fff; }
.band--ink .btn--ghost:hover { border-color: #6F7889; background: #131822; }

.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0,0,0,.28); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 3px;
  transition: border-color .18s ease, gap .18s ease;
}
.link-arrow:hover { border-color: var(--accent); gap: 12px; }
.band--ink .link-arrow { color: #fff; border-color: #333A48; }

@media (prefers-reduced-motion: reduce) {
  .btn, .btn__arrow, .link-arrow { transition: none; }
  .btn:hover { transform: none; }
}

/* ============================================================
   Navigation
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background-color .25s ease;
}
.nav.is-stuck { border-bottom-color: var(--line); }
.nav__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 68px;
}
.nav__brand { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.nav__brand img { width: 38px; height: 38px; object-fit: contain; }
.nav__brand span {
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 118%;
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a {
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--ink-60);
  transition: color .16s ease;
}
.nav__links a:hover { color: var(--ink); }
.nav .btn { padding: 11px 20px; font-size: 0.92rem; }

@media (max-width: 1000px) {
  .nav__links { display: none; }
}

/* Dünne Fortschrittslinie im Spektrum, ganz oben.
   Wo der Browser Scroll-Timelines kennt, läuft sie ohne JavaScript. */
.progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: var(--spectrum);
  z-index: 90;
  pointer-events: none;
}
@keyframes progress-grow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@supports (animation-timeline: scroll()) {
  .progress {
    animation: progress-grow linear both;
    animation-timeline: scroll(root block);
  }
}

/* Unsichtbarer Fühler direkt unter dem Seitenanfang. Solange er sichtbar
   ist, klebt die Navigation noch nicht. Spart einen Scroll-Listener. */
.nav-sentinel {
  position: absolute;
  top: 0; left: 0;
  width: 1px; height: 8px;
  pointer-events: none;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  z-index: 100;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; }

/* ============================================================
   Hero — die Kachelwand
   ============================================================ */
/* Der erste Bildschirm gehört ganz dem Hero. Nichts vom nächsten,
   getönten Band darf beim Laden schon durchblitzen. */
.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 69px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(36px, 4.5vw, 64px);
}
.hero__wrap { width: 100%; }

/* Zwei Spalten. Die linke muss mindestens 800 px breit sein, sonst
   passt der erste Satz der Überschrift nicht in eine Zeile. */
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 2.7fr) minmax(0, 1fr);
  gap: clamp(24px, 3.5vw, 48px);
  align-items: center;
}
.hero__copy { position: relative; z-index: 2; }
.hero__copy > * + * { margin-top: 22px; }
.hero__copy .lead { max-width: 46ch; }

/* Der harte Umbruch trennt die beiden Sätze, aber erst ab Tabletbreite. */
.hero h1 { max-width: none; text-wrap: pretty; }
.nur-breit { display: none; }
@media (min-width: 760px) { .nur-breit { display: inline; } }

.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Canvas-Bühne: bricht rechts aus dem Raster aus */
.hero__stage {
  position: relative;
  align-self: stretch;
  min-height: 420px;
  margin-right: calc(var(--pad) * -1);
}
.hero__stage canvas { display: block; width: 100%; height: 100%; }

/* Statischer Ersatz, falls WebGL fehlt oder Bewegung reduziert wird */
.hero__fallback {
  position: absolute;
  inset: 0;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 12px;
  align-content: center;
}
.hero__fallback.is-on { display: grid; }
.hero__fallback i {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: 0 6px 18px rgba(11,14,20,.06);
  min-height: 72px;
  position: relative;
}
.hero__fallback i::after {
  content: "";
  position: absolute;
  left: 12px; top: 12px;
  width: 14px; height: 14px;
  border-radius: 4px;
  background: var(--c, var(--sp-blue));
}

@media (max-width: 980px) {
  .hero { min-height: 0; padding-top: clamp(28px, 6vw, 48px); }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 100%; }
  .hero__stage {
    order: -1;
    min-height: 280px;
    margin-inline: calc(var(--pad) * -1);
  }
}

/* ============================================================
   Zettelwirtschaft — das Problem
   ============================================================ */
/* Kopf des Abschnitts mit Bild daneben. Vorher stand die Fläche
   rechts der Überschrift leer. */
.paperwork__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  margin-bottom: clamp(34px, 4.5vw, 64px);
}
.paperwork__top .head { margin-bottom: 0; max-width: none; }
.paperwork__bild { margin: 0; }
.paperwork__bild img {
  width: 100%;
  border-radius: var(--r-lg);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
@media (max-width: 880px) {
  .paperwork__top { grid-template-columns: 1fr; gap: 24px; }
  .paperwork__bild { order: -1; }
  .paperwork__bild img { aspect-ratio: 16 / 9; }
}

.paperwork__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.paperwork__list li {
  display: grid;
  grid-template-columns: var(--rail) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 40px);
  padding-block: clamp(20px, 2.6vw, 30px);
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.paperwork__where {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ink-40);
}
.paperwork__what {
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 108%;
  font-size: clamp(1.15rem, 2.1vw, 1.75rem);
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 0;
}
@media (max-width: 860px) {
  .paperwork__list li { grid-template-columns: 1fr; gap: 6px; }
}

.pull {
  margin: clamp(40px, 5vw, 64px) 0 0;
  padding-left: clamp(20px, 3vw, 32px);
  border-left: 3px solid var(--accent);
  max-width: 62ch;
}
.pull p {
  font-family: var(--display);
  font-weight: 500;
  font-stretch: 106%;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0;
}
.pull cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-40);
}

/* ============================================================
   Für wen — Perspektiven-Umschalter
   ============================================================ */
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.tab {
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--ink-60);
  transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}
.tab:hover { color: var(--ink); border-color: var(--ink-40); }
.tab[aria-selected="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.perspective { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(28px, 4vw, 60px); align-items: start; }
.perspective[hidden] { display: none; }

.shift { list-style: none; margin: 0; padding: 0; }
.shift li { padding-block: clamp(16px, 2vw, 24px); border-top: 1px solid var(--line); }
.shift li:first-child { border-top: 0; padding-top: 0; }
.shift__before,
.shift__after { display: flex; gap: 12px; align-items: baseline; }
.shift__before { color: var(--ink-40); }
.shift__after { margin-top: 8px; font-weight: 500; }
.shift__mark {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  flex: 0 0 62px;
  padding-top: 2px;
}
.shift__after .shift__mark { color: var(--accent); }
.shift p { margin: 0; }

.perspective__aside figure { margin: 0; }
.perspective__aside img {
  width: 100%;
  border-radius: var(--r-lg);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.perspective__aside figcaption {
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--ink-40);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .perspective { grid-template-columns: 1fr; }
  .perspective__aside { order: -1; }
}

/* ============================================================
   Alles in einer App — Werkzeug-Demo
   ============================================================ */
.app { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(28px, 4.5vw, 68px); align-items: center; }

.tools { list-style: none; margin: 0; padding: 0; }
.tools li { border-top: 1px solid var(--line); }
.tools li:last-child { border-bottom: 1px solid var(--line); }
.tool {
  width: 100%;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  text-align: left;
  padding: 20px 0;
  background: none;
  border: 0;
  cursor: pointer;
}
.tool__dot {
  width: 12px; height: 12px;
  border-radius: 4px;
  background: var(--c);
  margin-top: 6px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.tool__name {
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 108%;
  font-size: clamp(1.1rem, 1.8vw, 1.42rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--ink-40);
  transition: color .2s ease;
}
.tool__note {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: var(--ink-60);
  font-size: 0.98rem;
  transition: max-height .32s ease, opacity .24s ease, margin-top .32s ease;
}
.tool[aria-selected="true"] .tool__name { color: var(--ink); }
.tool[aria-selected="true"] .tool__dot { transform: scale(1.5); box-shadow: 0 0 0 6px color-mix(in srgb, var(--c) 16%, transparent); }
.tool[aria-selected="true"] .tool__note { max-height: 8em; opacity: 1; margin-top: 8px; }
.tool:hover .tool__name { color: var(--ink); }

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

/* Gerät */
.device {
  position: relative;
  width: min(330px, 78vw);
  margin-inline: auto;
  aspect-ratio: 9 / 18.5;
  background: var(--ink);
  border-radius: 42px;
  padding: 11px;
  box-shadow: 0 30px 70px -20px rgba(11,14,20,.42), 0 0 0 1px rgba(11,14,20,.08);
}
.device__screen {
  position: relative;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.device__notch {
  position: absolute;
  top: 9px; left: 50%;
  transform: translateX(-50%);
  width: 92px; height: 22px;
  background: var(--ink);
  border-radius: 999px;
  z-index: 5;
}
.screen {
  position: absolute;
  inset: 0;
  padding: 44px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
}
.screen[hidden] { display: none; }
.screen__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-soft);
}
.screen__title {
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 108%;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}
.screen__chip {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--c);
}

/* Zeilen im Screen */
.row {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  background: var(--mist);
  font-size: 0.78rem;
  line-height: 1.35;
}
.row--flat { background: transparent; border: 1px solid var(--line-soft); }
.row--accent { background: color-mix(in srgb, var(--c) 10%, #fff); }
.row strong { font-weight: 600; display: block; }
.row small { color: var(--ink-40); font-size: 0.68rem; letter-spacing: .01em; }
.row__key {
  font-family: var(--mono);
  font-size: 0.62rem;
  color: var(--ink-40);
  flex: 0 0 auto;
  letter-spacing: .04em;
}
.row__pill {
  margin-left: auto;
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 0.6rem;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--c);
  color: #fff;
}
.row__pill--quiet { background: var(--mist-deep); color: var(--ink-60); }
.row__av {
  flex: 0 0 auto;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--mist-deep);
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 0.6rem;
  color: var(--ink-60);
}

.bubble {
  max-width: 82%;
  padding: 9px 12px;
  border-radius: 14px;
  font-size: 0.78rem;
  line-height: 1.4;
  background: var(--mist);
}
.bubble--me { margin-left: auto; background: var(--c); color: #fff; }
.bubble em {
  display: block;
  font-style: normal;
  font-size: 0.64rem;
  opacity: .72;
  margin-top: 4px;
}

.screen__foot {
  margin-top: auto;
  display: flex;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
}
.screen__foot i {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: var(--mist-deep);
}
.screen__foot i.is-on { background: var(--c); }

@media (max-width: 900px) {
  .app { grid-template-columns: 1fr; }
  .app__device { order: -1; }
}

/* ============================================================
   Zwei Ziele — dunkles Band
   ============================================================ */
/* Kein wiederholter Sektionstitel mehr. Die beiden Spaltentitel
   sind die Aussage, das Farbwort trägt den Akzent. Die leicht
   getönte Fläche ersetzt das frühere schwarze Band. */
.goals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.4vw, 32px);
}
.goal {
  border-top: 3px solid var(--c);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  background: color-mix(in srgb, var(--c) 5%, #fff);
  padding: 30px clamp(22px, 2.6vw, 36px) clamp(28px, 3vw, 40px);
}
.goal > * + * { margin-top: 18px; }
.goal h2 {
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 112%;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}
.goal ul { list-style: none; margin: 26px 0 0; padding: 0; }
.goal li {
  padding: 15px 0;
  border-top: 1px solid color-mix(in srgb, var(--c) 22%, transparent);
  color: var(--ink-60);
  font-size: 0.98rem;
}
/* Dunkle Variante bleibt erhalten, falls ein Band wieder ink wird */
.band--ink .goal { background: transparent; border-radius: 0; padding-inline: 0; }
.band--ink .goal li { border-top-color: #232935; color: #C3CAD6; }
@media (max-width: 800px) { .goals { grid-template-columns: 1fr; } }

/* ============================================================
   Benefits
   ============================================================ */
/* Aufklappbare Themen. Gleiche Anmutung wie die Fragen unten,
   aber mit Farbpunkt und zweispaltiger Antwort, damit sich die
   beiden Abschnitte nicht doppeln. */
/* Zwei Spalten, damit rechts keine tote Fläche steht. Jede Spalte
   ist eine Gruppe und klappt unabhängig von der anderen auf. */
.themen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(32px, 4.5vw, 72px);
  align-items: start;
}
.themen__gruppe {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-40);
  margin: 0 0 6px;
}
.themen__spalte { border-top: 1px solid var(--line); }
.themen details { border-bottom: 1px solid var(--line); }
@media (max-width: 820px) {
  .themen { grid-template-columns: 1fr; gap: 0; }
  .themen__spalte + .themen__spalte { margin-top: 32px; }
}
.themen summary {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
}
.themen summary::-webkit-details-marker { display: none; }
.themen__punkt {
  width: 11px; height: 11px;
  border-radius: 4px;
  background: var(--c);
  transition: transform .2s ease, box-shadow .2s ease;
}
.themen details[open] .themen__punkt {
  transform: scale(1.35);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--c) 16%, transparent);
}
.themen__name {
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 108%;
  font-size: clamp(1.15rem, 2vw, 1.62rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ink-60);
  transition: color .2s ease;
}
.themen summary:hover .themen__name,
.themen details[open] .themen__name { color: var(--ink); }
.themen__antwort {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 28px;
}
.themen__antwort p {
  margin: 0;
  grid-column: 2;
  max-width: 62ch;
  color: var(--ink-60);
}
@media (prefers-reduced-motion: reduce) {
  .themen__punkt, .themen__name { transition: none; }
}
@media (max-width: 640px) {
  .themen summary { grid-template-columns: 14px minmax(0,1fr) 20px; gap: 12px; }
  .themen__antwort { grid-template-columns: 1fr; }
  .themen__antwort p { grid-column: 1; }
}

/* Festes Raster statt freiem Umbruch: zehn Einträge stehen so
   garantiert in zwei gleich langen Zeilen. */
.chips {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(20px, 2.6vw, 30px) 0 0;
  padding: 0;
  list-style: none;
}
.chips li {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
  line-height: 1.3;
  color: var(--ink-60);
  background: #fff;
}
@media (max-width: 900px) { .chips { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .chips { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Google-Bewertung als kleiner Beleg neben der Überschrift. Sterne per
   SVG-Maske: ein Fünf-Sterne-Streifen in Grau, darüber derselbe Streifen
   in Gold, nur so breit wie die Bewertungsquote. Maske muss auf beiden
   Ebenen einzeln stehen, sie vererbt sich nicht auf Pseudo-Elemente. */
.rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.rating__sterne {
  --stern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 1.2 12.5 7.3 19.1 7.8 14.1 12.1 15.6 18.6 10 15.1 4.4 18.6 5.9 12.1 0.9 7.8 7.5 7.3Z'/%3E%3C/svg%3E");
  position: relative;
  width: 92px; height: 16px;
  flex: 0 0 auto;
}
.rating__sterne,
.rating__sterne::before {
  -webkit-mask: var(--stern) repeat-x left center / 18.4px 16px;
          mask: var(--stern) repeat-x left center / 18.4px 16px;
}
.rating__sterne { background: var(--line); }
.rating__sterne::before {
  content: "";
  position: absolute; inset: 0;
  width: 86%; /* 4,3 von 5 */
  background: #F5A623;
}
.rating__zahl {
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 108%;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.rating__text {
  font-size: 0.92rem;
  color: var(--ink-60);
}
.rating__text a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.rating__text a:hover { color: var(--ink); }

/* ============================================================
   Stimmen — Kachelwand, die durchläuft
   Greift die Kacheln aus dem Hero auf. Eine Endlosschleife aus zwei
   identischen Sätzen, die genau um die halbe Strecke verschoben wird.
   ============================================================ */
.wall {
  position: relative;
  margin-inline: calc(var(--pad) * -1);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}
/* Kein Padding am Track. Die halbe Strecke muss exakt der Breite eines
   Kachelsatzes entsprechen, sonst springt die Schleife beim Umbruch. */
.wall__track {
  display: flex;
  width: max-content;
  animation: wall-roll 64s linear infinite;
}
.wall__track > .tile { margin-right: 20px; }

@keyframes wall-roll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* Anhalten bei Mauszeiger, Tastaturfokus oder per Schalter */
.wall:hover .wall__track,
.wall:focus-within .wall__track,
.wall.is-paused .wall__track { animation-play-state: paused; }

/* Reihenfolge in der Kachel: erst die Aussage, dann der Name,
   darunter die Firmierung. Die Spektrumfarbe sitzt als schmale
   Kante oben, damit oben kein Element vor dem Zitat steht. */
.tile {
  flex: 0 0 clamp(288px, 28vw, 404px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: clamp(24px, 2.4vw, 32px);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--c);
  border-radius: var(--r-lg);
  /* Kräftiger als vorher, weil die Kacheln jetzt auf Weiß stehen */
  box-shadow: 0 10px 30px -8px rgba(11, 14, 20, .10);
}
.tile blockquote {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 104%;
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  line-height: 1.3;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.tile__wer {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: auto 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  line-height: 1.4;
}
.tile__wer b {
  display: block;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}
/* Portrait der Person, quadratisch beschnitten und rund maskiert */
.tile__foto {
  width: 46px; height: 46px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--mist-deep);
}
/* Ersatz, wenn kein Foto vorliegt: Initialen statt erfundenem Gesicht */
.tile__initialen {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--c) 14%, #fff);
  color: var(--c);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.tile__firma {
  display: block;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--c);
  margin-top: 4px;
}

/* Ohne Bewegung: kein Lauf, dafür von Hand scrollbar */
@media (prefers-reduced-motion: reduce) {
  .wall { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .wall__track { animation: none; }
  .wall__track [data-klon] { display: none; }
}

/* ============================================================
   Preis — zwei Kacheln: die Plattform (Pflicht), Marketing (optional)
   ============================================================ */
.pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(20px, 2.6vw, 32px);
  align-items: stretch;
}
@media (max-width: 860px) { .pricing { grid-template-columns: 1fr; } }

.pricing__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--c);
  border-radius: var(--r-lg);
  padding: clamp(26px, 3vw, 40px);
}
.pricing__card--addon { background: var(--mist); }

.pricing__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.pricing__name {
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 110%;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
.pricing__badge {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ci);
  background: color-mix(in srgb, var(--c) 12%, #fff);
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.pricing__figure {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 20px;
  font-family: var(--display);
  font-weight: 700;
  font-stretch: 114%;
  letter-spacing: -0.04em;
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  line-height: 1;
}
.pricing__unit {
  font-size: 0.92rem;
  color: var(--ink-60);
  margin: 6px 0 0;
}

.pricing__list {
  list-style: none;
  margin: 26px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
}
.pricing__list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  font-size: 0.96rem;
  line-height: 1.45;
}
.pricing__list li::before {
  content: "✓";
  color: var(--ci);
  font-weight: 700;
  font-size: 0.9rem;
}
.pricing__list b { font-weight: 600; }

.pricing__setup {
  list-style: none;
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
}
.pricing__setup li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.86rem;
  color: var(--ink-60);
}
.pricing__setup li span:last-child { font-family: var(--mono); white-space: nowrap; }

/* Der Button sitzt unten in der Kachel, auch wenn die Listen
   unterschiedlich lang sind. margin-top: auto braucht dafür den
   Flex-Container von .pricing__card, direkter Nachfahre reicht. */
.pricing__card > .btn {
  margin-top: auto;
  align-self: flex-start;
  padding: 11px 20px;
  font-size: 0.92rem;
}
.pricing__list { margin-bottom: 26px; }

/* ============================================================
   Verbände-Teaser
   ============================================================ */
.teaser {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}
.teaser__media { position: relative; min-height: 300px; }
.teaser__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.teaser__body { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.teaser__body .label { color: #6F7889; }
.teaser__body p { color: #A8B0BE; margin: 0; max-width: 42ch; }
@media (max-width: 820px) { .teaser { grid-template-columns: 1fr; } }

/* ============================================================
   Webinar
   ============================================================ */
.webinar { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(28px, 4.5vw, 72px); align-items: start; }
.dates { list-style: none; margin: 0; padding: 0; }
.dates li {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.dates li:last-child { border-bottom: 1px solid var(--line); }
.dates__when {
  font-family: var(--mono);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.dates__when small { display: block; color: var(--ink-40); font-size: 0.72rem; letter-spacing: .06em; }
.dates__topic { font-weight: 500; }
.dates__topic small { display: block; color: var(--ink-60); font-weight: 400; font-size: 0.86rem; }
@media (max-width: 720px) {
  .webinar { grid-template-columns: 1fr; }
  .dates li { grid-template-columns: 1fr; gap: 6px; }
  .dates li .btn { justify-self: start; margin-top: 8px; }
}

/* ============================================================
   Abschluss-CTA
   ============================================================ */
/* Gestapelt, nicht als Text-links-Liste-rechts. Sonst hat dieser
   Abschnitt dieselbe Anordnung wie der Webinar-Abschnitt davor. */
.close { max-width: 56ch; }
.close > * + * { margin-top: 18px; }
.close h2 { text-wrap: balance; }

/* Die vier Punkte als Karten mit farbiger Oberkante, gleiche
   Sprache wie die zwei Ziele weiter oben. */
.close__list {
  list-style: none;
  margin: clamp(40px, 5vw, 64px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}
.close__list li {
  padding: 20px clamp(16px, 1.6vw, 22px) clamp(20px, 2.2vw, 26px);
  border-top: 3px solid var(--c);
  border-radius: 0 0 var(--r-md) var(--r-md);
  background: color-mix(in srgb, var(--c) 5%, #fff);
  color: var(--ink-60);
  font-size: 0.95rem;
  line-height: 1.5;
}
.close__list li b {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 106%;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
/* Dunkle Variante für die Verbände-Seite */
.band--ink .close__list li {
  background: transparent;
  border-radius: 0;
  padding-inline: 0;
  color: #C3CAD6;
}
.band--ink .close__list li b { color: #fff; }
@media (max-width: 900px) { .close__list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .close__list { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: baseline;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 106%;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  letter-spacing: -0.02em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .x {
  justify-self: end;
  width: 14px; height: 14px;
  position: relative;
  transition: transform .22s ease;
}
.faq summary .x::before,
.faq summary .x::after {
  content: "";
  position: absolute;
  background: var(--ink-40);
  left: 0; top: 6px;
  width: 14px; height: 2px;
}
.faq summary .x::after { transform: rotate(90deg); }
.faq details[open] summary .x { transform: rotate(45deg); }
.faq__answer {
  padding: 0 38px 26px 0;
  color: var(--ink-60);
  max-width: 68ch;
}
.faq__answer p { margin: 0; }
@media (prefers-reduced-motion: reduce) { .faq summary .x { transition: none; } }

/* ============================================================
   Footer
   ============================================================ */
.foot { background: var(--ink); color: #A8B0BE; padding-block: clamp(52px, 6vw, 84px) 34px; }
.foot__top { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 56px); }
.foot__brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.foot__brand img { width: 34px; height: 34px; }
.foot__brand span { font-family: var(--display); font-weight: 700; font-stretch: 118%; font-size: 1.14rem; color: #fff; letter-spacing: -0.03em; }
.foot h3 { font-family: var(--mono); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: #6F7889; margin: 0 0 14px; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 3px; }
.foot a { display: inline-block; padding-block: 5px; text-decoration: none; font-size: 0.94rem; transition: color .16s ease; }
.foot a:hover { color: #fff; }
.foot__rule { height: 2px; background: var(--spectrum); margin: clamp(36px, 4vw, 56px) 0 22px; border-radius: 2px; }
.foot__bottom { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.06em; color: #6F7889; }
@media (max-width: 760px) { .foot__top { grid-template-columns: 1fr 1fr; } .foot__brand-col { grid-column: 1 / -1; } }

/* ============================================================
   Scroll-Reveal
   ============================================================ */
/* Grundregel: Inhalt ist sichtbar. Versteckt wird nur, wenn JavaScript da ist
   und ihn auch wieder einblenden kann. Ohne JS, beim Drucken oder bei einem
   Vollseiten-Screenshot steht trotzdem alles auf der Seite. */
/* Kein will-change hier. Es erzeugt eine Compositor-Ebene, in der die
   Transition hängen bleibt, wenn die Klasse im selben Frame gesetzt wird. */
html.js .rise {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1),
              transform .7s cubic-bezier(.22,.61,.36,1);
}
html.js .rise.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.js .rise { opacity: 1; transform: none; transition: none; }
}
@media print {
  html.js .rise { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   FAQ mit Suche
   Das Suchfeld filtert die Fragen live. Ohne JavaScript stehen
   alle Fragen offen sichtbar da, Feld und Chips sind dann
   ausgeblendet (html:not(.js)).
   ============================================================ */
.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.ask { max-width: 780px; margin: clamp(28px, 4vw, 44px) 0 clamp(24px, 3vw, 36px); }
html:not(.js) .ask { display: none; }

.ask__box { position: relative; }
.ask__label {
  display: block;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-40);
  margin-bottom: 10px;
}
.ask__field {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.ask__field:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 14%, transparent);
}
.ask__icon {
  justify-self: center;
  width: 24px; height: 24px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--spectrum);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1;
}
.ask__input {
  border: 0;
  background: transparent;
  padding: 18px 4px;
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 106%;
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
  letter-spacing: -0.02em;
  color: var(--ink);
  min-width: 0;
}
.ask__input::placeholder { color: var(--ink-40); font-weight: 500; letter-spacing: -0.01em; }
.ask__input:focus { outline: none; }
.ask__clear {
  justify-self: center;
  width: 30px; height: 30px;
  border: 0; border-radius: 50%;
  background: var(--mist-deep);
  color: var(--ink-60);
  font-size: 1.05rem; line-height: 1;
  cursor: pointer;
  transition: background .16s ease, color .16s ease;
}
.ask__clear:hover { background: var(--ink); color: #fff; }

/* Vorschlagsliste unter dem Feld */
.ask__hits {
  position: absolute;
  z-index: 30;
  left: 0; right: 0;
  margin: 6px 0 0;
  padding: 6px;
  list-style: none;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(11, 14, 20, .12);
  max-height: 320px;
  overflow-y: auto;
}
.ask__hits li { margin: 0; }
.ask__hit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: 10px;
  padding: 11px 12px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink-80);
}
.ask__hit:hover,
.ask__hit.is-aktiv { background: var(--mist); color: var(--ink); }
.ask__hit-thema {
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-40);
  white-space: nowrap;
}
.ask__hint { margin: 10px 0 0; font-size: 0.86rem; color: var(--ink-40); }

/* Themen-Chips */
.ask__themen { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.thema {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink-60);
  border-radius: 999px;
  padding: 8px 15px;
  font-family: var(--body);
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color .16s ease, color .16s ease, background .16s ease;
}
.thema:hover { border-color: var(--ink-40); color: var(--ink); }
.thema.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }

.ask__count {
  margin: 16px 0 0;
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-40);
}

/* Trefferhervorhebung in den Fragen */
.faq mark {
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  color: inherit;
  border-radius: 3px;
  padding: 0 2px;
}
.faq--suche details[hidden] { display: none; }
.faq--suche details.is-treffer > summary { color: var(--ink); }

/* Leerzustand */
.ask__leer {
  border: 1px dashed var(--line);
  border-radius: 16px;
  padding: clamp(22px, 3vw, 30px);
  color: var(--ink-60);
  margin-top: 8px;
}
.ask__leer p { margin: 0; }
.ask__leer-titel {
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 106%;
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 6px !important;
}

/* Kontaktblock */
.ask__kontakt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  margin-top: clamp(40px, 5vw, 68px);
  padding-top: clamp(32px, 4vw, 48px);
  border-top: 2px solid transparent;
  border-image: var(--spectrum) 1;
}
.ask__kontakt h3 { margin: 0 0 10px; }
.ask__kontakt p { margin: 0 0 10px; color: var(--ink-60); max-width: 46ch; }
.ask__kontakt-direkt { font-size: 0.94rem; }
.ask__kontakt-direkt a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

.ask__form { display: grid; gap: 6px; }
.ask__form textarea,
.ask__form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  padding: 13px 15px;
  font-family: var(--body);
  font-size: 0.98rem;
  color: var(--ink);
  margin-bottom: 12px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.ask__form textarea { resize: vertical; min-height: 92px; }
.ask__form textarea:focus,
.ask__form input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 14%, transparent);
}
.ask__form .btn { justify-self: start; }
.ask__form-hint { margin: 10px 0 0; font-size: 0.82rem; color: var(--ink-40); }

@media (max-width: 860px) {
  .ask__kontakt { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .ask__field, .thema, .ask__clear, .ask__form textarea, .ask__form input { transition: none; }
}
