/* ABIS-Klientenbörse — im Gewand von www.abis-in-leipzig.de.
 * Gestaltungsidee: eine warme Pinnwand. Weiße productbox-Karten (20px Radius),
 * Inter, Markenorange #F64E2D, leichte orange Headlines, Pill-Buttons,
 * dünne Linien-Icons. Eingebettet (iframe) verschwinden Kopf und Fuß. */

:root {
  --orange: #F64E2D;
  --orange-hover: #D63F1E;
  --orange-tief: #D63F1E;
  --kopf-text: var(--orange);   /* Nav-Marke, Hero- & Abschnittsüberschriften */
  --titel: #353535;
  --text: #555555;
  --hell: #F7F5F3;
  --linie: #E9E5E1;
  --weiss: #FFFFFF;
  --frei: #2E8B57;
  --leise: #8A8177;   /* leise Nebentexte (Kopier-Icon, Tipps, Popup-Schließer) */
  --spalte: 46rem;
  --sans: 'Inter', Helvetica, Arial, sans-serif;
  --karten-radius: 20px;
  /* Schwebe-Schatten: zarter Kontaktschatten + weiter Umgebungsschatten,
     mittig unter der Karte — die Kachel wirkt, als läge Licht darunter. */
  --karten-schatten: 0 8px 24px -12px rgba(53, 53, 53, .22), 0 2px 5px rgba(53, 53, 53, .05);
  --karten-schatten-hoch: 0 24px 52px -16px rgba(53, 53, 53, .30), 0 6px 14px rgba(53, 53, 53, .09);
  --feder: cubic-bezier(.34, 1.4, .4, 1);
  --ruhig: cubic-bezier(.22, .8, .3, 1);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--weiss);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.versteckt {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

button { font-family: var(--sans); cursor: pointer; }
:focus-visible { outline: 2px solid var(--orange-tief); outline-offset: 3px; border-radius: 4px; }
::selection { background: rgba(246, 78, 45, .18); }

/* ---------- Kopf ---------- */
.kopf { border-bottom: 1px solid var(--linie); background: var(--weiss); position: relative; z-index: 8; }
.kopf-innen {
  max-width: var(--spalte); margin: 0 auto; padding: .8rem 1.2rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.kopf-marke { display: flex; align-items: center; gap: .9rem; text-decoration: none; }
.kopf-logo {
  width: 76px; height: auto; display: block;
  margin: 0 0 -30px;
  box-shadow: 2px 4px 10px rgba(53, 53, 53, .18);
}
.kopf-titel {
  font-weight: 600; font-size: 1.25rem; color: var(--kopf-text);
  line-height: 1.25; display: flex; flex-direction: column;
}
.kopf-sub { font-weight: 400; font-size: .72rem; color: var(--text); letter-spacing: .03em; }
.kopf-nav { display: flex; align-items: center; gap: 1.3rem; }
.kopf-nav .nav-link {
  font-size: .92rem; font-weight: 600; color: var(--orange-tief);
  text-decoration: none; transition: color .25s; white-space: nowrap;
}
.kopf-nav .nav-link:hover { color: var(--orange-hover); text-decoration: underline; text-underline-offset: 4px; }
/* Handy: Die Kopfzeile schob die ganze Seite seitlich raus (bei 375px war die Seite
   bis zu 676px breit und ließ sich horizontal wegschieben). Ursache: Die Nav-Links
   stehen auf `white-space:nowrap` (gegen hässliche Umbrüche, Stand 36) und die
   Kopfzeile durfte nicht umbrechen. Unter 34rem darf sie jetzt beides. */
@media (max-width: 34rem) {
  .kopf-innen { flex-wrap: wrap; gap: .4rem .9rem; padding: .7rem 1rem; }
  .kopf-nav { flex-wrap: wrap; gap: .3rem .9rem; }
  .kopf-nav .nav-link { font-size: .86rem; }
}

/* Rückweg zur eigenen Karte (nur für Teilnehmende, die aus „Meine Karte" kamen) */
.kopf-nav .nav-zurueck { display: inline-flex; align-items: center; gap: .3rem; padding: .25rem .8rem; border-radius: 100px; background: rgba(246, 78, 45, .1); font-weight: 700; }
.kopf-nav .nav-zurueck:hover { background: rgba(246, 78, 45, .16); text-decoration: none; }
.nav-link-stark {
  background: var(--orange); color: #fff !important; border-radius: 25px;
  padding: 8px 18px; font-weight: 400 !important;
  transition: background .4s;
}
.nav-link-stark:hover { background: var(--orange-hover); text-decoration: none !important; }
@media (max-width: 44rem) {
  .kopf-logo { width: 56px; margin-bottom: -18px; }
  .nav-link-stark { display: none; }
}

/* Eingebettet: Kopf und Fuß gehören der umgebenden Website */
body.eingebettet .kopf, body.eingebettet .fuss { display: none; }
body.eingebettet .buehne { padding-top: .6rem; padding-bottom: 1.6rem; }

/* ---------- Bühne ---------- */
.buehne { flex: 1; width: 100%; max-width: var(--spalte); margin: 0 auto; padding: 2.4rem 1.2rem 4rem; position: relative; z-index: 1; }

/* ============================================================
   START — zwei Kreise finden zueinander
   ============================================================ */
.begegnung-buehne { display: flex; justify-content: center; margin: .4rem auto 1.4rem; }
.begegnung { width: clamp(10rem, 34vw, 14rem); height: auto; }
.kreis-links {
  stroke: var(--titel); opacity: .55;
  stroke-dasharray: 400; stroke-dashoffset: 400;
  animation: kreis-zeichnet 1.4s var(--ruhig) forwards .15s;
}
.kreis-rechts {
  stroke: var(--orange);
  stroke-dasharray: 400; stroke-dashoffset: 400;
  animation: kreis-zeichnet 1.4s var(--ruhig) forwards .5s;
}
@keyframes kreis-zeichnet { to { stroke-dashoffset: 0; } }
.begegnung-punkt {
  color: var(--orange);
  transform-origin: 150px 85px;
  transform: scale(0);
  animation: punkt-auf .8s var(--feder) forwards 1.7s;
}
@keyframes punkt-auf { to { transform: scale(1); } }

.vorzeile {
  font-size: .8rem; font-weight: 400;
  letter-spacing: .1em; text-transform: uppercase; color: var(--titel);
  text-align: center; margin: 0 0 .7rem;
}
.startfrage {
  font-family: var(--sans); font-weight: 400;
  font-size: clamp(1.9rem, 5.5vw, 3rem);
  line-height: 1.2; text-align: center; color: var(--kopf-text);
  margin-bottom: 1rem;
}
.titel-teil {
  display: inline-block; opacity: 0; transform: translateY(.5em);
  animation: titel-auf 1s var(--ruhig) forwards;
}
.titel-teil:nth-child(1) { animation-delay: .15s; }
.titel-teil:nth-child(2) { animation-delay: .5s; }
@keyframes titel-auf { to { opacity: 1; transform: translateY(0); } }

.start-lead {
  text-align: center; color: var(--titel); max-width: 34rem;
  margin: 0 auto 1rem; font-size: 1.15rem; font-weight: 600;
  opacity: 0; animation: titel-auf 1s var(--ruhig) .8s forwards;
}
.start-unter {
  text-align: center; color: var(--text); max-width: 34rem;
  margin: 0 auto 2rem; font-size: 1.02rem;
  opacity: 0; animation: titel-auf 1s var(--ruhig) 1s forwards;
}
.start-tasten {
  display: flex; justify-content: center;
  opacity: 0; animation: titel-auf .9s var(--ruhig) 1.2s forwards;
}
.start-meta {
  font-size: .8rem; color: var(--text);
  text-align: center; max-width: 30rem; margin: 1.3rem auto 0; line-height: 1.6;
  opacity: 0; animation: titel-auf .9s var(--ruhig) 1.45s forwards;
}

/* ---------- Tasten ---------- */
.taste {
  display: inline-block;
  background: var(--orange); color: #fff; border: 2px solid var(--orange);
  border-radius: 25px;
  font-size: 1.05rem; font-weight: 400; letter-spacing: .01em;
  padding: 12px 26px;
  text-decoration: none; text-align: center;
  transition: background .4s, border-color .4s, transform .3s var(--feder), box-shadow .3s;
}
.taste:hover {
  background: var(--orange-hover); border-color: var(--orange-hover);
  transform: translateY(-2px);
  box-shadow: var(--karten-schatten-hoch);
}
.taste:active { transform: translateY(0) scale(.98); box-shadow: none; }
.taste-gross { font-size: 1.15rem; padding: 14px 32px; }

.cta-text {
  display: inline-flex; align-items: center; gap: .4rem;
  color: var(--orange-tief); font-size: .9rem; font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}
.cta-text span { transition: transform .3s var(--feder); }
.cta-text:hover { color: var(--orange-hover); }
.cta-text:hover span { transform: translateX(3px); }

/* ============================================================
   ABSCHNITTE
   ============================================================ */
.abschnitt { margin-top: 4.2rem; }
.abschnitt-titel {
  font-family: var(--sans); font-weight: 400;
  font-size: clamp(1.6rem, 4.8vw, 2.2rem); color: var(--kopf-text);
  line-height: 1.2; text-align: center; margin-bottom: .6rem;
  text-wrap: balance;
}
.abschnitt-unter {
  text-align: center; color: var(--text); max-width: 33rem;
  margin: 0 auto 1.8rem; font-size: .98rem;
}

/* ---------- So einfach geht's ---------- */
.schritte {
  list-style: none;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  margin-top: 1.8rem;
}
.schritt-karte {
  position: relative;
  background: var(--weiss); border-radius: var(--karten-radius);
  box-shadow: var(--karten-schatten);
  padding: 1.5rem 1.4rem 1.4rem;
  transition: transform .3s var(--feder), box-shadow .3s;
}
.schritt-karte:hover { transform: translateY(-3px); box-shadow: var(--karten-schatten-hoch); }
.schritt-zahl {
  position: absolute; top: 1.15rem; right: 1.25rem;
  font-size: 1.9rem; font-weight: 400; line-height: 1;
  color: var(--linie);
}
.schritt-motiv { display: block; width: 2.4rem; height: 2.4rem; color: var(--orange); margin-bottom: .8rem; }
.schritt-motiv svg { width: 100%; height: 100%; display: block; }
.schritt-titel { font-weight: 600; font-size: 1.05rem; color: var(--titel); margin-bottom: .35rem; }
.schritt-text { font-size: .9rem; color: var(--text); }
@media (max-width: 44rem) { .schritte { grid-template-columns: 1fr; } }

/* ---------- Passt das für mich? ---------- */
.pruef-reihe {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  align-items: stretch;
}
.pruef-karte {
  background: var(--weiss); border-radius: var(--karten-radius);
  box-shadow: var(--karten-schatten);
  padding: 1.5rem 1.6rem 1.5rem;
}
.karte-kicker {
  font-size: .76rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: var(--titel);
  margin-bottom: .9rem; line-height: 1.5;
}
.pruef-liste { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.pruef-liste li {
  position: relative; padding-left: 1.9rem;
  font-size: .93rem; color: var(--titel);
}
.pruef-liste li::before {
  content: ''; position: absolute; left: 0; top: .18rem;
  width: 1.15rem; height: 1.15rem; border-radius: 50%;
  background-position: center; background-repeat: no-repeat; background-size: contain;
}
.pruef-liste-ja li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F64E2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 12.5l2.6 2.6L16 9.5'/%3E%3C/svg%3E");
}
.pruef-liste-weiter li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8.5 12h7M12.5 8.5L16 12l-3.5 3.5'/%3E%3C/svg%3E");
}
.pruef-text { font-size: .88rem; color: var(--text); margin: 1rem 0 .6rem; }
@media (max-width: 44rem) { .pruef-reihe { grid-template-columns: 1fr; } }

.krisen-karte {
  background: var(--weiss);
  border-left: 4px solid var(--orange);
  border-radius: 0 var(--karten-radius) var(--karten-radius) 0;
  box-shadow: var(--karten-schatten);
  padding: 1.2rem 1.5rem;
  margin-top: 1rem;
}
.krisen-karte h3 { font-weight: 600; font-size: 1rem; color: var(--titel); margin-bottom: .4rem; }
.krisen-karte p { font-size: .93rem; color: var(--text); }
.krisen-karte a { color: var(--orange-tief); font-weight: 600; text-decoration: none; white-space: nowrap; }
.krisen-karte a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Der Durchgang: die eine laute Handlung der Einstiegsseite ---------- */
.durchgang {
  margin-top: 1.6rem;
  background: var(--hell); border-radius: 16px;
  padding: 1.7rem 1.6rem 1.8rem;
  text-align: center;
}
.durchgang-kicker {
  font-size: .76rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--orange-tief);
  margin-bottom: .4rem;
}
.durchgang-text {
  font-size: .98rem; color: var(--titel);
  max-width: 26rem; margin: 0 auto 1.2rem;
}

/* ============================================================
   DIE BÖRSE — Filter und Karten (karten.html)
   ============================================================ */
.abschnitt-erster { margin-top: 1rem; }
.hinweis-zeile {
  text-align: center; font-size: .82rem; color: var(--text);
  max-width: 30rem; margin: -.8rem auto 1.8rem;
}
.hinweis-zeile a {
  color: var(--orange-tief); text-decoration: underline;
  text-decoration-color: var(--linie); text-underline-offset: 3px;
}
.hinweis-zeile a:hover { text-decoration-color: var(--orange); }

.fussnote {
  text-align: center; font-size: .78rem; color: var(--text);
  max-width: 32rem; margin: 2.6rem auto 0;
  padding-top: 1.4rem; border-top: 1px solid var(--linie);
}
.fluester {
  text-align: center; font-size: .78rem; color: var(--text);
  max-width: 30rem; margin: 1.1rem auto 0;
}
.fluester a {
  color: var(--text); text-decoration: underline;
  text-decoration-color: var(--linie); text-underline-offset: 3px;
}
.fluester a:hover { color: var(--orange); text-decoration-color: var(--orange); }
.fussnote a { color: var(--text); text-decoration: underline; text-decoration-color: var(--linie); text-underline-offset: 3px; }
.fussnote a:hover { color: var(--orange); text-decoration-color: var(--orange); }
.filter { margin-bottom: 1.6rem; }
.form-pillen { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; }
.form-pille {
  font-size: .88rem; font-weight: 400; color: var(--titel);
  background: var(--weiss); border: 2px solid var(--linie); border-radius: 25px;
  padding: .42rem 1.05rem;
  transition: border-color .25s, background .25s, color .25s, transform .3s var(--feder);
}
.form-pille:hover { border-color: rgba(246, 78, 45, .45); transform: translateY(-1px); }
.form-pille[aria-pressed="true"] {
  background: var(--orange); border-color: var(--orange); color: #fff;
}

.filter-zeile {
  display: flex; justify-content: center; align-items: center; gap: 1.2rem;
  flex-wrap: wrap; margin-top: .9rem;
}
.format-pillen { display: flex; gap: .35rem; }
.format-pille {
  font-size: .78rem; font-weight: 400; color: var(--text);
  background: var(--hell); border: none; border-radius: 25px;
  padding: .3rem .8rem;
  transition: background .25s, color .25s;
}
.format-pille:hover { color: var(--titel); }
.format-pille[aria-pressed="true"] { background: var(--titel); color: #fff; }
.boersen-stand { font-size: .78rem; color: var(--text); }

.unter-chips {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem;
  margin-top: .9rem; padding-top: .9rem; border-top: 1px dashed var(--linie);
  animation: karte-auf .45s var(--ruhig) both;
}
.unter-chip {
  font-size: .78rem; color: var(--titel);
  background: var(--hell); border: 1.5px solid transparent; border-radius: 25px;
  padding: .28rem .8rem;
  transition: border-color .25s, background .25s;
}
.unter-chip:hover { border-color: rgba(246, 78, 45, .4); }
.unter-chip[aria-pressed="true"] { background: #FFF7F4; border-color: var(--orange); color: var(--orange-tief); }

/* ---------- Kartenraster ---------- */
.karten-raster {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  align-items: stretch;
}
@media (max-width: 44rem) { .karten-raster { grid-template-columns: 1fr; } }

@keyframes karte-auf { from { opacity: 0; transform: translateY(20px) scale(.975); } }
@keyframes karte-blinzeln { 0%, 91%, 97%, 100% { transform: scaleY(1); } 94% { transform: scaleY(.1); } }

.klient-karte {
  display: flex; flex-direction: column; gap: .85rem;
  background: var(--weiss); border-radius: var(--karten-radius);
  box-shadow: var(--karten-schatten);
  padding: 1.5rem 1.5rem 1.4rem;
  transition: transform .3s var(--feder), box-shadow .3s;
  animation: karte-auf .5s var(--ruhig) both;
  animation-delay: calc(var(--ki) * .06s);
}
.klient-karte:hover { transform: translateY(-6px); box-shadow: var(--karten-schatten-hoch); }

/* Kopf: Dachzeile links + Fokus-Punkt rechts */
/* Kopf: oben nur das Fach + Fokus-Chip daneben (eine Zeile) */
.karte-top { display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.karte-gang {
  font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text);
  margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; min-width: 0;
}
.karte-fokus {
  display: inline-flex; align-items: center; gap: .44rem; flex: none; white-space: nowrap;
  font-size: .72rem; font-weight: 600; color: var(--titel);
  padding: .26rem .68rem .26rem .56rem; border-radius: 100px; border: 1px solid var(--linie);
}
.karte-fokus .fdot { width: .72rem; height: .72rem; border-radius: 50%; flex: none; box-shadow: inset 0 0 0 1px rgba(0,0,0,.1); }
.karte-fokus .fdot.rot  { background: #F64E2D; }
.karte-fokus .fdot.blau { background: #007D83; }
/* Kombi „Privat & Beruf": links Privat-Rot, rechts Beruf-Petrol */
.karte-fokus .fdot.beide { background: linear-gradient(90deg, #F64E2D 0 50%, #007D83 50% 100%); }

/* Person: Bild + (Name, darunter sanft das Jahr) */
.karte-person { display: flex; align-items: center; gap: .85rem; }
.karte-ident { min-width: 0; }
.karte-jahr { font-size: .76rem; color: var(--text); opacity: .85; margin: .14rem 0 0; }

/* Meta in einer Zeile mit Trennpunkten */
.karte-meta { font-size: .8rem; color: var(--text); line-height: 1.4; display: flex; flex-wrap: wrap; gap: .1rem .5rem; margin: 0; }
.karte-meta .pkt { display: inline-flex; }
.karte-meta .pkt::before { content: "·"; color: var(--linie); margin-right: .5rem; }
.karte-meta .pkt:first-child::before { content: none; }

/* Fuss: Status + Handlung in einer Zeile, sitzt unten */
.karte-fuss {
  display: flex; align-items: center; justify-content: space-between; gap: .6rem; flex-wrap: wrap;
  margin-top: auto; padding-top: .85rem; border-top: 1px solid var(--linie);
}
.karte-fuss .kontakt-zone { flex: 0 1 auto; }
.karte-fuss .kontakt-offen { width: 100%; }
/* Dezenter Link zur eigenen Profilseite (nur bei Premium + freigeschalteter Seite) */
.karte-profil { display: block; text-align: center; margin-top: .7rem; font-size: .82rem;
  font-weight: 600; color: var(--orange-tief); text-decoration: none; }
.karte-profil:hover { text-decoration: underline; }
.karte-dachzeile {
  font-size: .64rem; font-weight: 400;
  letter-spacing: .05em; text-transform: uppercase; color: var(--text);
  margin: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.karte-kopfzeile { display: flex; align-items: center; gap: .8rem; margin-bottom: .7rem; }
.initial-kreis {
  flex: 0 0 auto;
  width: 3.4rem; height: 3.4rem; border-radius: 50%;
  background: #FFF7F4; border: 2px solid rgba(246, 78, 45, .35);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
  transition: transform .3s var(--feder), border-color .3s;
}
.initial-kreis svg { width: 2.6rem; height: 2.6rem; display: block; }
/* Die kleinen Gesichter blinzeln — pro Karte versetzt (--ki), damit ein Raum
 * voller Menschen entsteht statt eines synchronen Zwinker-Chors. Nur die Augen
 * (r=1.1/1.2) blinzeln; Ohrringe (r=1) und Brillen (r=3.4) bleiben ruhig. */
.initial-kreis circle[r="1.2"], .initial-kreis circle[r="1.1"] {
  transform-box: fill-box; transform-origin: center;
  animation: karte-blinzeln 7s infinite;
  animation-delay: calc(var(--ki, 0) * .9s);
}
.klient-karte:hover .initial-kreis { transform: scale(1.09); border-color: var(--orange); }
.klient-karte.belegt:hover .initial-kreis { transform: none; }
.karte-foto {
  flex: 0 0 auto; width: 3rem; height: 3rem; border-radius: 50%;
  object-fit: cover; box-shadow: var(--karten-schatten);
}
.karte-foto { width: 3.4rem; height: 3.4rem; }
.karte-name { font-weight: 600; font-size: 1.3rem; color: var(--titel); line-height: 1.12; }
.karte-satz {
  font-style: italic; font-size: .92rem; color: var(--text); line-height: 1.42; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.karte-chips { display: flex; flex-wrap: wrap; gap: .35rem; overflow: hidden; max-height: 1.9rem; }
.karte-sprachen { font-size: .8rem; color: var(--text); margin: -.15rem 0 .9rem; }
.chip {
  font-size: .76rem; color: var(--titel);
  background: var(--hell); border-radius: 25px; padding: .26rem .75rem;
}
.chip-live {
  background: #FFF7F4; border: 1.5px solid var(--orange);
  color: var(--orange-tief); font-weight: 600; text-decoration: none;
  transition: background .25s;
}
.chip-live:hover { background: var(--orange); color: #fff; }
body[data-welt="business"] .chip-live, .welt-business .chip-live { background: #EFF7F8; }
.karte-sachzeile {
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
  font-size: .84rem; color: var(--text);
  margin-top: auto; padding-top: .2rem; margin-bottom: 1rem;
}
.status { display: inline-flex; align-items: center; gap: .35rem; font-weight: 600; }
.status::before { content: ''; width: .5rem; height: .5rem; border-radius: 50%; }
.status-frei { color: var(--frei); }
.status-frei::before { background: var(--frei); }
.status-belegt { color: var(--text); font-weight: 400; }
.status-belegt::before { background: var(--linie); }
.karte-trenner { color: var(--linie); }

.karte-mail {
  align-self: flex-start;
  display: inline-block;
  background: var(--orange); color: #fff; border: none;
  border-radius: 25px;
  font-size: .9rem; font-weight: 600; letter-spacing: .01em;
  padding: 10px 22px;
  text-decoration: none; text-align: center;
  box-shadow: 0 12px 22px -14px rgba(246, 78, 45, .6);
  transition: background .35s, transform .3s var(--feder), box-shadow .3s;
}
.karte-mail:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: var(--karten-schatten-hoch); }
.karte-mail:active { transform: translateY(0) scale(.98); }

/* Kontaktbereich: Adresse erst auf Klick (Spam-Schutz + Kopier-Weg) */
.kontakt-zone { display: flex; }
.kontakt-offen {
  display: flex; flex-direction: column; gap: .6rem; width: 100%;
  animation: karte-auf .4s var(--ruhig) both;
}
.kontakt-adresse {
  font-size: .92rem; font-weight: 600; color: var(--titel);
  background: var(--hell); border-radius: 12px; padding: .5rem .8rem;
  word-break: break-all; user-select: all;
}
.kontakt-knoepfe { display: flex; flex-wrap: wrap; gap: .5rem; }
.kontakt-kopieren {
  font-family: var(--sans); font-size: .9rem; font-weight: 600;
  color: var(--orange-tief); background: #fff;
  border: 2px solid var(--orange); border-radius: 25px;
  padding: 8px 18px; cursor: pointer;
  transition: background .3s, color .3s;
}
.kontakt-kopieren:hover { background: var(--orange); color: #fff; }

/* Belegte Karten: blass, ohne Handlung */
.klient-karte.belegt { opacity: .68; }
.klient-karte.belegt:hover { transform: none; box-shadow: var(--karten-schatten); }
.klient-karte.belegt .initial-kreis {
  background: var(--hell); border-color: var(--linie); color: var(--text);
}
.belegt-hinweis {
  align-self: flex-start;
  font-size: .84rem; color: var(--text);
  background: var(--hell); border-radius: 25px; padding: 9px 18px;
}

/* Leerer Zustand — hier erzählt das Begegnungs-Motiv des Seitenkopfs */
.leer-karte {
  background: var(--hell); border-radius: var(--karten-radius);
  padding: 2.2rem 1.8rem; text-align: center;
  max-width: 32rem; margin: 0 auto;
  animation: karte-auf .5s var(--ruhig) both;
}
.leer-karte .begegnung { width: 7.5rem; margin-bottom: .5rem; }
.leer-titel { font-weight: 600; color: var(--titel); margin-bottom: .4rem; }
.leer-karte p { font-size: .93rem; }

/* Die Liveberatungs-Erklärung auf den Kartenseiten */
.liveberatung-erklaerung { max-width: 38rem; margin: 1.8rem auto 0; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 38rem; margin: 0 auto; display: flex; flex-direction: column; gap: .7rem; }
.faq-karte {
  background: var(--weiss); border-radius: var(--karten-radius);
  box-shadow: var(--karten-schatten);
  overflow: hidden;
}
.faq-karte summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; gap: .8rem;
  font-size: .95rem; font-weight: 600; color: var(--titel);
  padding: 1rem 1.3rem;
  transition: background .25s;
}
.faq-karte summary:hover { background: var(--hell); }
.faq-karte summary::-webkit-details-marker { display: none; }
.faq-karte summary::before {
  content: '+'; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.5rem; height: 1.5rem; border-radius: 50%;
  background: var(--hell); color: var(--orange);
  font-weight: 600; font-size: .95rem;
  transition: transform .3s var(--ruhig), background .25s, color .25s;
}
.faq-karte[open] summary::before { transform: rotate(45deg); background: var(--orange); color: #fff; }
.faq-inhalt { padding: 0 1.3rem 1.2rem 3.1rem; font-size: .92rem; color: var(--text); }
.faq-inhalt p { margin-bottom: .6rem; }
.faq-inhalt p:last-child { margin-bottom: 0; }

/* ---------- Leiser Schluss ---------- */
.vertiefen-block {
  text-align: center; max-width: 34rem; margin: 3.6rem auto 0;
  padding-top: 1.8rem; border-top: 1px solid var(--linie);
}
.vertiefen-text { font-size: .84rem; color: var(--text); margin-bottom: .8rem; }
.vertiefen-pill {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .85rem; font-weight: 600; color: var(--orange-tief);
  background: var(--hell); border-radius: 25px; padding: .55rem 1.15rem;
  text-decoration: none;
  transition: background .3s, transform .3s var(--feder);
}
.vertiefen-pill:hover { background: #FBE5DD; transform: translateY(-2px); }
.vertiefen-pill span { transition: transform .3s var(--feder); }
.vertiefen-pill:hover span { transform: translateX(3px); }

/* ---------- Fuß ---------- */
.fuss { background: var(--weiss); border-top: 1px solid var(--linie); margin-top: 4rem; }
/* Türen-Band über der Fußzeile — zentral, damit es auf allen Seiten gleich aussieht.
   Vorher stand es nur inline auf einzelnen Seiten; die Wissensseiten hatten es
   im Markup, aber ohne Farbregel — dort erschienen die zwei Links browserblau. */
.fuss-tueren { text-align: center; padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--linie); }
.fuss-tueren p { font-size: .85rem; color: var(--leise); margin: .25rem 0; }
.fuss-tueren a { font-weight: 600; text-decoration: none; white-space: nowrap; }
.fuss-tueren a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tuer-biz { color: #004650; }
.tuer-wb  { color: var(--orange); }

.fuss-innen {
  /* Bewusst breiter als die Textspalte (--spalte): Seit der Wissens-Block
     dazukam, sind es DREI Spalten. Bei 46rem rutschten die Rechtslinks in eine
     zweite Reihe und der Fuß wuchs auf 515px. Mit 58rem stehen alle drei
     nebeneinander — der Fuß ist wieder so hoch wie vorher. */
  max-width: 58rem; margin: 0 auto; padding: 3rem 1.2rem 2.6rem;
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 2.5rem; flex-wrap: wrap;
}
.fuss-identitaet { display: flex; align-items: flex-start; gap: 1.2rem; }
.fuss-logo { width: 64px; height: auto; display: block; box-shadow: 2px 4px 10px rgba(53, 53, 53, .14); }
.fuss-adresse { line-height: 1.5; }
.fuss-name { font-weight: 600; font-size: 1.02rem; color: var(--titel); margin-bottom: .55rem; }
.fuss-zeilen { font-size: .92rem; color: var(--text); }
.fuss-zeilen a { color: var(--text); text-decoration: none; }
.fuss-zeilen a:hover { color: var(--orange); }
.fuss-social { display: flex; gap: 1.1rem; flex-wrap: wrap; margin-top: .9rem; }
/* Social-Links im selben ruhigen Grau wie der Rest der Fußzeile. */
.fuss-social a {
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .84rem; color: var(--text); text-decoration: none;
  transition: color .25s;
}
.fuss-social a:hover { color: var(--orange-tief); text-decoration: underline; text-underline-offset: 3px; }
.fuss-social svg { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; }
/* 10rem statt 15rem: Die Rechtsspalte brauchte mehr Platz, als sie füllt —
   auf Impressum und Datenschutz (mit Social-Zeile) rutschte sie dadurch
   in eine zweite Reihe. */
.fuss-liste { min-width: 10rem; flex: 0 1 12rem; }
.fuss-liste a {
  display: block;
  font-size: .82rem; font-weight: 400; letter-spacing: .04em;
  /* Ruhig statt orange: Im Fuß gibt es nichts zu handeln — Orange ist die
     Handlungsfarbe und soll den echten Knöpfen gehören. Nebeneffekt: #555
     erreicht 7,5:1 Kontrast statt der 3,47:1 von Orange auf Weiß. */
  text-transform: uppercase; color: var(--text); text-decoration: none;
  padding: .5rem .1rem .45rem;
  border-top: 1px solid var(--linie);
  transition: color .25s, padding-left .25s var(--ruhig);
}
.fuss-liste a:last-child { border-bottom: 1px solid var(--linie); }
.fuss-liste a:hover { color: var(--orange-tief); padding-left: .45rem; }
@media (max-width: 44rem) {
  .fuss-innen { flex-direction: column; gap: 1.8rem; }
  .fuss-liste { width: 100%; flex: 1 1 auto; }
}

/* ============================================================
   FORMULARE — Einstellen, Kartenlink, Verwaltung
   ============================================================ */
.formular { max-width: 36rem; margin: 0 auto; text-align: left; }
.feld { margin-bottom: 1.3rem; }
.feld-name {
  display: block; font-size: .85rem; font-weight: 600;
  color: var(--titel); margin-bottom: .4rem;
}
.feld-hinweis { font-size: .78rem; color: var(--text); margin-top: .35rem; }
.feld input[type="text"], .feld input[type="email"], .feld input[type="password"],
.feld input[type="number"], .feld select, .feld textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; line-height: 1.5;
  color: var(--titel); background: var(--weiss);
  border: 2px solid var(--linie); border-radius: 14px;
  padding: .7rem 1rem;
  transition: border-color .3s, box-shadow .3s;
}
.feld textarea { resize: vertical; min-height: 5rem; }
.feld input:focus, .feld select:focus, .feld textarea:focus {
  outline: none; border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(246, 78, 45, .1);
}
.feld-doppel { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.wahl-reihe { display: flex; flex-wrap: wrap; gap: .5rem; }
.zaehler { text-align: right; font-size: .75rem; color: var(--text); margin-top: .3rem; }
.haken {
  display: flex; gap: .6rem; align-items: flex-start;
  font-size: .9rem; color: var(--titel); margin-bottom: .8rem; cursor: pointer;
}
.haken input {
  margin-top: .25rem; width: 1.05rem; height: 1.05rem;
  accent-color: var(--orange); flex: 0 0 auto;
}
.haken-gross { font-size: .95rem; align-items: center; }
.leitfaden-knopf {
  display: inline-flex; align-items: center; gap: .55rem; align-self: flex-start;
  margin: .5rem 0 1.1rem; padding: .72rem 1.35rem; border-radius: 100px;
  background: var(--orange); color: #fff; font-weight: 600; font-size: 1rem;
  text-decoration: none; box-shadow: 0 14px 26px -14px rgba(246, 78, 45, .6);
  transition: transform .3s var(--feder), box-shadow .3s, filter .3s;
}
.leitfaden-knopf:hover { transform: translateY(-2px); box-shadow: var(--karten-schatten-hoch); filter: brightness(1.04); }
.leitfaden-knopf span { font-size: 1.15rem; }

/* Beleg der unterschriebenen Zusage (Kartenlink) */
.zusage-beleg {
  max-width: 30rem; margin: 1.1rem auto 0; padding: 1rem 1.2rem;
  background: var(--weiss); border: 1px solid var(--linie); border-radius: 14px;
  box-shadow: var(--karten-schatten);
}
.zusage-beleg-titel { font-weight: 700; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-tief, var(--orange)); margin: 0 0 .4rem; }
/* Zusage einklappbar: Titel als Summary, Inhalt erst unter „aufklappen" */
details.zusage-beleg > summary.zusage-beleg-titel { cursor: pointer; margin: 0; list-style: none; display: flex; align-items: center; gap: .4rem; }
details.zusage-beleg > summary.zusage-beleg-titel::-webkit-details-marker { display: none; }
details.zusage-beleg > summary.zusage-beleg-titel::after { content: "▸"; font-size: .8em; transition: transform .2s var(--ruhig); }
details.zusage-beleg[open] > summary.zusage-beleg-titel::after { transform: rotate(90deg); }
details.zusage-beleg[open] > summary.zusage-beleg-titel { margin-bottom: .6rem; }
.zusage-beleg-text { font-size: .9rem; color: var(--titel); margin: 0 0 .5rem; line-height: 1.5; }
.zusage-beleg-meta { font-size: .82rem; color: var(--text); margin: 0; line-height: 1.5; }
.zusage-beleg-meta a { color: var(--orange); }
.zusage-beleg-doku { margin-top: .8rem; border-top: 1px solid var(--linie); padding-top: .7rem; }
.zusage-beleg-doku summary { cursor: pointer; font-size: .84rem; font-weight: 600; color: var(--orange); }
.zusage-doku-titel { font-size: .82rem; font-weight: 700; color: var(--titel); margin: .75rem 0 .1rem; }
.zusage-doku-text { font-size: .84rem; color: var(--text); margin: 0; line-height: 1.5; }
.formular-fuss {
  margin-top: 1.6rem;
  display: flex; flex-direction: column; align-items: flex-start; gap: .8rem;
}
.fehler-zeile { font-size: .9rem; font-weight: 600; color: #B3261E; }
button.taste { cursor: pointer; }

/* Foto-Upload */
.foto-wahl { font-size: .9rem; color: var(--text); }
.foto-vorschau { display: flex; align-items: center; gap: .9rem; margin-top: .7rem; }
.foto-vorschau:empty { margin-top: 0; }
.foto-vorschau img {
  width: 4.5rem; height: 4.5rem; border-radius: 50%; object-fit: cover;
  box-shadow: var(--karten-schatten);
}
.foto-weg {
  font-family: var(--sans); font-size: .82rem; font-weight: 600;
  color: var(--text); background: none; border: none; cursor: pointer;
  text-decoration: underline; text-decoration-color: var(--linie); text-underline-offset: 3px;
}
.foto-weg:hover { color: var(--orange); }

/* ---------- Verwaltung ---------- */
.vw-panel {
  background: var(--hell); border-radius: 16px;
  padding: 1.2rem 1.4rem; margin-bottom: 1.8rem;
}
.vw-panel .feld { margin-bottom: .9rem; }
.vw-panel-reihe { display: flex; flex-wrap: wrap; gap: .9rem 1.4rem; align-items: center; }
.vw-bereich { margin-top: 2.4rem; }
.vw-bereich-titel {
  font-size: .8rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--titel); margin-bottom: .8rem;
}
.vw-karte {
  background: var(--weiss); border-radius: var(--karten-radius);
  box-shadow: var(--karten-schatten);
  padding: 1.1rem 1.3rem 1.2rem; margin-bottom: .8rem;
}
.vw-kopf { display: flex; justify-content: space-between; gap: .8rem 1rem; flex-wrap: wrap; align-items: baseline; }
.vw-kopf-links { display: flex; align-items: center; gap: .8rem; }
.vw-foto { width: 3rem; height: 3rem; border-radius: 50%; object-fit: cover; flex: 0 0 auto; box-shadow: var(--karten-schatten); }
.vw-name { font-weight: 600; color: var(--titel); font-size: 1.05rem; }
.vw-meta { font-size: .8rem; color: var(--text); }
.vw-satz { font-style: italic; font-size: .9rem; color: var(--titel); margin: .4rem 0 .2rem; }
.vw-hinweis { font-size: .82rem; color: #B3261E; margin-top: .3rem; }
.vw-status { font-size: .74rem; font-weight: 600; border-radius: 25px; padding: .22rem .75rem; white-space: nowrap; }
.vw-status-wartet { background: #FFF7F4; color: var(--orange-tief); }
.vw-status-live { background: #E9F4EE; color: var(--frei); }
.vw-status-still { background: var(--hell); color: var(--text); }
.vw-aktionen { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .7rem; }
.taste-mini {
  font-family: var(--sans); font-size: .8rem; font-weight: 600;
  padding: 6px 14px; border-radius: 25px;
  border: 2px solid var(--orange); background: var(--weiss); color: var(--orange-tief);
  cursor: pointer; transition: background .3s, color .3s;
}
.taste-mini:hover { background: var(--orange); color: #fff; }
.taste-mini-voll { background: var(--orange); color: #fff; }
.taste-mini-voll:hover { background: var(--orange-hover); }
.taste-mini-leise { border-color: var(--linie); color: var(--text); font-weight: 400; }
.taste-mini-leise:hover { background: var(--hell); color: var(--titel); border-color: var(--linie); }

/* ---------- Kleine Bildschirme ---------- */
@media (max-width: 44rem) {
  .buehne { padding: 1.6rem .9rem 3rem; }
  .abschnitt { margin-top: 3.2rem; }
  .feld-doppel { grid-template-columns: 1fr; }
}

/* ---------- Ruhe für alle, die sie brauchen ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .titel-teil, .start-lead, .start-unter, .start-tasten, .start-meta,
  .klient-karte, .unter-chips, .leer-karte { opacity: 1 !important; transform: none !important; }
  .klient-karte.belegt { opacity: .68 !important; }
  .kreis-links { stroke-dashoffset: 0; opacity: .55; }
  .kreis-rechts { stroke-dashoffset: 0; }
  .begegnung-punkt { transform: scale(1); }
}

/* ---------- Namenssuche (Stand 8) ---------- */
.such-zeile { display: flex; justify-content: center; margin-bottom: 1rem; }
.suchfeld {
  width: 100%; max-width: 26rem; font-family: var(--sans); font-size: 1rem;
  color: var(--titel); background: var(--weiss);
  border: 2px solid var(--linie); border-radius: 25px; padding: .6rem 1.2rem;
  transition: border-color .25s, box-shadow .25s;
}
.suchfeld:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(246, 78, 45, .1); }

/* ---------- Statistik-Ausklappmenü in der Verwaltung (Stand 8) ---------- */
.stat-details { margin-bottom: 1.6rem; }
.stat-summary {
  cursor: pointer; list-style: none;
  font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--titel); padding: .8rem 1rem; background: var(--hell); border-radius: 14px;
  display: flex; align-items: center; gap: .6rem;
}
.stat-summary::-webkit-details-marker { display: none; }
.stat-summary::before {
  content: '+'; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.4rem; height: 1.4rem; border-radius: 50%;
  background: var(--weiss); color: var(--orange-tief); font-weight: 600;
  transition: transform .3s var(--ruhig);
}
.stat-details[open] .stat-summary::before { content: '\2212'; }
.stat-panel { margin-top: .6rem; }
.stat-zeile { display: flex; justify-content: space-between; align-items: baseline; padding: .4rem 0; border-bottom: 1px solid var(--linie); }
.stat-zeile:last-of-type { border-bottom: none; }
.stat-name { font-size: .92rem; color: var(--titel); }
.stat-zahl { font-size: .92rem; font-weight: 600; color: var(--orange-tief); }

/* ---------- Ausbildungsgang-Filter (Stand 10) ---------- */
.gang-filter {
  font-family: var(--sans); font-size: .82rem; color: var(--titel);
  background: var(--hell); border: none; border-radius: 25px; padding: .32rem .9rem;
  cursor: pointer;
}
.gang-filter:focus { outline: 2px solid var(--orange); outline-offset: 2px; }

/* ---------- Karte teilen (Postkarte/A4 mit QR, Stand 11) ---------- */
/* Öffentliche Karte: leiser, kleiner „Steckbrief herunterladen"-Link (kein Button).
   Das eigentliche Teilen/Posten ist Teilnehmenden-Service im eigenen Bereich. */
/* (Der Steckbrief-Aufruf sitzt jetzt als kompakte Pille „.karte-mail" im Karten-Fuß.) */
.karte-steckbrief {
  align-self: flex-start; margin-top: .4rem; padding: 0;
  background: none; border: none; cursor: pointer;
  font-family: var(--sans); font-size: .78rem; font-weight: 500; color: var(--text);
  text-decoration: underline; text-decoration-color: var(--linie); text-underline-offset: 3px;
  transition: color .25s, text-decoration-color .25s;
}
.karte-steckbrief:hover { color: var(--orange); text-decoration-color: var(--orange); }
.karte-steckbrief:disabled { opacity: .55; cursor: default; text-decoration: none; }

/* Kompakte Kontakt-Enthüllung (im Steckbrief-Popup): Adresse + Kopier-Icon + „Mail öffnen". */
.kk-adr { display: flex; align-items: center; gap: .4rem; background: var(--hell); border: 1px solid var(--linie); border-radius: 11px; padding: .45rem .5rem .45rem .8rem; }
.kk-adr .adr { flex: 1; min-width: 0; font-size: .9rem; color: var(--titel); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kk-copy { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 8px; border: 1px solid var(--linie); background: #fff; display: grid; place-items: center; cursor: pointer; color: var(--leise); }
.kk-copy:hover { color: var(--orange-tief); border-color: var(--orange); }
.kk-copy svg { width: 16px; height: 16px; }
.kk-mail { display: flex; align-items: center; justify-content: center; gap: .4rem; margin-top: .5rem; width: 100%; font: inherit; font-size: .9rem; font-weight: 600; padding: .55rem 1rem; border-radius: 999px; border: none; background: var(--orange-tief); color: #fff; cursor: pointer; text-decoration: none; }
.kk-mail:hover { filter: brightness(1.06); }
.kk-tipp { margin: .55rem 0 0; font-size: .78rem; line-height: 1.5; color: var(--leise); }
/* Verweis auf den ABIS-Kreis im Leer-Zustand (nur sichtbar, wenn KREIS_LIVE aktiv) */
.kreis-verweis { margin: 1.2rem 0 0; font-size: .92rem; }
.kreis-verweis a { color: var(--orange-tief); font-weight: 600; text-decoration: none; }
.kreis-verweis a:hover { text-decoration: underline; }

/* ---- Teilen-Studio (Teilnehmenden-Bereich) ---- */
.teilen-studio {
  background: var(--weiss); border-radius: var(--karten-radius);
  box-shadow: var(--karten-schatten); padding: 1.6rem 1.6rem 1.7rem; margin-top: 1.6rem;
  animation: mkAuf .5s var(--ruhig) both;
}
/* sanftes Einblenden auf „Meine Karte" (Karte + Studio) */
@keyframes mkAuf { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.mk-fade { animation: mkAuf .5s var(--ruhig) both; }
@media (prefers-reduced-motion: reduce) { .teilen-studio, .mk-fade { animation: none; } }
.ts-titel { font-size: 1.15rem; font-weight: 600; color: var(--titel); margin: 0 0 .3rem; }
.ts-note { font-size: .92rem; color: var(--leise); margin: 0 0 1.1rem; line-height: 1.5; }
.ts-feld-titel { font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 600; color: var(--leise); margin: 0 0 .5rem; }
.ts-welten { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.2rem; }
.ts-welt {
  font-family: var(--sans); font-size: .86rem; font-weight: 500; cursor: pointer;
  padding: .4rem 1.1rem; border-radius: 100px; border: 1px solid var(--linie);
  background: transparent; color: var(--text); transition: all .2s var(--ruhig);
}
.ts-welt-privat:hover { border-color: #F64E2D; color: #F64E2D; }
.ts-welt-business:hover { border-color: #007D83; color: #007D83; }
.ts-welt[aria-pressed="true"] { background: var(--ts-akz, var(--orange)); border-color: var(--ts-akz, var(--orange)); color: #fff; }
.ts-motive { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.3rem; }
.ts-motiv {
  font-family: var(--sans); font-size: .86rem; font-weight: 500; cursor: pointer;
  padding: .4rem 1.1rem; border-radius: 100px; border: 1px solid var(--linie);
  background: transparent; color: var(--text); transition: all .2s var(--ruhig);
}
.ts-motiv:hover { border-color: var(--ts-akz, var(--orange)); color: var(--ts-akz, var(--orange)); }
.ts-motiv[aria-pressed="true"] { background: var(--ts-akz, var(--orange)); border-color: var(--ts-akz, var(--orange)); color: #fff; }
.ts-vorschau { display: flex; gap: 1.1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.ts-vorschau figure { margin: 0; flex: 1 1 180px; display: flex; flex-direction: column; gap: .5rem; }
.ts-vorschau figcaption {
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--leise);
}
.ts-bild { border-radius: 14px; overflow: hidden; box-shadow: var(--karten-schatten); background: var(--hell); aspect-ratio: 1 / 1; }
.ts-canvas { width: 100%; height: auto; display: block; }
.ts-aktionen { display: flex; flex-direction: column; gap: .7rem; }
/* Drei Sektionen: Beitrag (quadratisch) · Story (hochkant) · Aushang (A4) */
.ts-block { margin-top: 1.5rem; padding-top: 1.4rem; border-top: 1px solid var(--linie); }
.ts-block:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
.ts-block-titel { font-size: 1rem; font-weight: 700; color: var(--titel); margin: 0 0 .8rem; display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; }
.ts-block-titel span { font-size: .74rem; font-weight: 500; color: var(--leise); letter-spacing: .01em; }
.ts-stile { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.3rem; }
.ts-vorschau-story { margin-bottom: 1.3rem; }
.ts-vorschau-story figure { flex: 0 0 auto; max-width: 230px; }
.ts-story { aspect-ratio: 9 / 16; }
.ts-vorschau-a4 { margin-bottom: 1.3rem; }
.ts-vorschau-a4 figure { flex: 0 0 auto; max-width: 300px; margin: 0 auto; }
.ts-a4 { aspect-ratio: 1 / 1.414; }
.ts-zeile { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.ts-zeile-titel {
  flex: 1 1 8.5rem; min-width: 8.5rem; font-size: .82rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--text);
}
.ts-btn {
  font-family: var(--sans); font-size: .84rem; font-weight: 500; cursor: pointer;
  padding: .48rem 1.1rem; border-radius: 100px; border: 1px solid var(--linie);
  background: transparent; color: var(--titel); transition: all .2s var(--ruhig);
}
.ts-btn:hover { border-color: var(--ts-akz, var(--orange)); color: var(--ts-akz, var(--orange)); }
.ts-btn-haupt { background: var(--ts-akz, var(--orange)); border-color: var(--ts-akz, var(--orange)); color: #fff; }
.ts-btn-haupt:hover { color: #fff; filter: brightness(1.05); }
.ts-btn:disabled { opacity: .55; cursor: default; }
@media (max-width: 30rem) { .ts-zeile-titel { flex-basis: 100%; } }

/* Studio als Tabs (Meine Karte) — nur ein Produkt sichtbar, sanfter Wechsel */
.ts-tabs { display: flex; gap: .2rem; margin-bottom: 1.4rem; border-bottom: 1px solid var(--linie); }
.ts-tab {
  font-family: var(--sans); font-size: .9rem; font-weight: 600; cursor: pointer;
  padding: .6rem .95rem; border: none; background: none; color: var(--leise);
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: color .2s var(--ruhig), border-color .2s var(--ruhig);
}
.ts-tab:hover { color: var(--titel); }
.ts-tab.aktiv { color: var(--ts-akz, var(--orange)); border-bottom-color: var(--ts-akz, var(--orange)); }
.ts-tab:focus-visible { outline: 2px solid var(--ts-akz, var(--orange)); outline-offset: 3px; border-radius: 6px; }
.ts-panel-note { font-size: .88rem; color: var(--leise); margin: 0 0 1.1rem; line-height: 1.5; }
.ts-panel { display: none; }
.ts-panel.aktiv { display: block; animation: tsFade .34s var(--ruhig); }
@keyframes tsFade { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .ts-panel.aktiv { animation: none; } }

.karte-teilen { margin-top: .9rem; padding-top: .7rem; border-top: 1px dashed var(--linie); }
.karte-teilen-auf {
  font-family: var(--sans); font-size: .8rem; font-weight: 600;
  color: var(--text); background: none; border: none; cursor: pointer;
  text-decoration: underline; text-decoration-color: var(--linie); text-underline-offset: 3px;
}
.karte-teilen-auf:hover { color: var(--orange-tief); text-decoration-color: var(--orange); }
.karte-teilen-wahl { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .6rem; }

/* ============================================================
 * Design-Evolution (Stand 11): „Struktur trägt · Licht berührt"
 * Warmes (privat) bzw. petrol (business) Farblicht NUR im Kopfbereich,
 * hinter dem Hero — verschwindet nach unten ins Weiß. Karten und
 * Bedienelemente bleiben auf ruhigem Weiß; Orange/Petrol bleibt die
 * einzige Handlungsfarbe. Additiv: ändert kein bestehendes Bauteil.
 * ============================================================ */
.lichthof { position: absolute; top: 0; left: 0; right: 0; height: 620px;
  overflow: hidden; z-index: 0; pointer-events: none; }
.lichthof canvas { width: 100%; height: 100%; display: block; }
.lichthof::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 62%, var(--weiss) 100%); }
body.eingebettet .lichthof { display: none; }

/* Weiche Seitenübergänge (Start ↔ Galerie): Licht und Logo tragen hinüber.
 * Progressive Enhancement — Browser ohne Unterstützung navigieren normal. */
@view-transition { navigation: auto; }
.lichthof { view-transition-name: seiten-licht; }
.kopf-logo { view-transition-name: marke-logo; }
::view-transition-old(seiten-licht), ::view-transition-new(seiten-licht) { animation-duration: .5s; }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*) { animation: none !important; }
}

.claim-kicker { text-align: center; font-size: .72rem; letter-spacing: .24em;
  text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: .5rem; }
.claim { text-align: center; font-size: clamp(2rem, 6vw, 3rem); font-weight: 300;
  letter-spacing: -.02em; line-height: 1; color: var(--titel); margin: 0 0 1.5rem; }
.claim b { font-weight: 700; color: var(--orange); }

/* ============================================================
 * „Kurz, bevor du schreibst" — liebevolle Absicherung als Overlay,
 * bevor die Kontaktadresse sichtbar wird (Stand 13). Einmal pro Sitzung.
 * ============================================================ */
.schutz-overlay {
  position: fixed; inset: 0; z-index: 320;
  display: flex; align-items: center; justify-content: center;
  background: rgba(40, 30, 20, .5); padding: 1.2rem;
  animation: schutz-fade .2s ease both;
}
@keyframes schutz-fade { from { opacity: 0; } }
.schutz-karte {
  background: var(--weiss); border-radius: var(--karten-radius);
  max-width: 30rem; width: 100%; padding: 1.9rem 1.9rem 1.6rem;
  box-shadow: 0 30px 70px -28px rgba(30, 20, 10, .55);
  max-height: 90vh; overflow: auto;
  animation: schutz-auf .35s var(--ruhig) both;
}
@keyframes schutz-auf { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.schutz-titel { font-size: 1.3rem; font-weight: 700; color: var(--titel); margin-bottom: .55rem; }
.schutz-intro { color: var(--text); margin-bottom: 1rem; }
.schutz-liste { list-style: none; display: flex; flex-direction: column; gap: .8rem; margin-bottom: 1.1rem; }
.schutz-liste li {
  font-size: .95rem; color: var(--text); line-height: 1.5;
  padding-left: 1.5rem; position: relative;
}
.schutz-liste li::before {
  content: '\2665'; position: absolute; left: 0; top: .05em;
  color: var(--orange); font-size: .95rem;
}
.schutz-liste b { color: var(--titel); }
.schutz-mehr { font-size: .85rem; color: var(--text); margin-bottom: 1.3rem; }
.schutz-mehr a { color: var(--orange-tief); font-weight: 600; }
.schutz-knoepfe { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: flex-end; align-items: center; }
.schutz-ja {
  background: var(--orange); color: #fff; border: none; border-radius: 25px;
  font-size: .95rem; font-weight: 600; padding: 11px 22px;
  box-shadow: 0 12px 22px -14px rgba(246, 78, 45, .6);
  transition: background .3s, transform .3s var(--feder);
}
.schutz-ja:hover { background: var(--orange-hover); transform: translateY(-2px); }
.schutz-zurueck {
  background: none; border: none; color: var(--text);
  font-size: .9rem; font-weight: 500; padding: 11px 14px;
  text-decoration: underline; text-decoration-color: var(--linie); text-underline-offset: 3px;
}
.schutz-zurueck:hover { color: var(--orange); text-decoration-color: var(--orange); }

/* Wissens-Block in der Fußzeile: die vier Erklärseiten. Trägt zugleich die
   interne Verlinkung — ohne die ranken einzelne Seiten praktisch nie. */
.fuss-wissen { display: flex; flex-direction: column; gap: .45rem; }
.fuss-wissen-t { font-size: .72rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--text); font-weight: 700; margin-bottom: .1rem; }
.fuss-wissen a { color: var(--text); text-decoration: none; font-size: .92rem; }
.fuss-wissen a:hover { color: var(--orange-tief); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 44rem) { /* Wissens-Block bündig zu den anderen zwei Spalten (kein margin-top mehr) */ }
