/*
Theme Name: Talmero Vorschaltseite
Theme URI: https://talmero.de
Description: Einseitige Vorschaltseite fuer Talmero. Zeigt das Angebot fuer Testpersonen im Talmero-Design und fuehrt jede Bewerbung auf talmero.de/bewerben. Keine Beitraege, keine Seiten, keine Plugins noetig.
Author: Talmero
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietaer (Talmero). Schriften: SIL Open Font License 1.1
Text Domain: talmero-vorschalt
*/

/* ------------------------------------------------------------------
   Schriften. Geist (Vercel) und Space Grotesk (Florian Karsten), beide
   SIL Open Font License 1.1, selbst gehostet: kein Aufruf bei Google.
   Der Latin-Teilsatz deckt Umlaute, ß und das Eurozeichen ab. Die Dateien
   sind dieselben, die talmero.de ausliefert.
   ------------------------------------------------------------------ */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/space-grotesk-latin.woff2") format("woff2");
}

/* ------------------------------------------------------------------
   Farben und Maße: identisch mit den Tokens der öffentlichen Seiten von
   talmero.de (tailwind.config.ts: night / on-night / brand).
   ------------------------------------------------------------------ */
:root {
  --night: #101312;
  --night-deep: #0b0e0d;
  --night-raised: #141817;
  --night-card: #171b1a;
  --night-hover: #1e2322;
  --ink: #f2f1eb;
  --muted: #9ba29d;
  --dim: #8a918c;
  --brand: #0f7b5f;
  --brand-bright: #14a97f;
  --brand-deep: #0a5c46;
  --brand-tint: rgba(20, 169, 127, 0.1);
  --line: rgba(242, 241, 235, 0.1);
  --line-strong: rgba(242, 241, 235, 0.2);
  --badge-bronze: #cd7f32;
  --badge-silver: #c0c0c0;
  --badge-gold: #ffd700;
  --badge-platinum: #e5e4e2;
  --font-body: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Geist", system-ui, sans-serif;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --radius-card: 1.5rem;
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-x: clip;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ink);
  text-wrap: balance;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
::selection {
  background: var(--brand);
  color: #fff;
}
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--night), 0 0 0 5px rgba(20, 169, 127, 0.35);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Layout ----------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}
.section > .container {
  position: relative;
}
.section-base {
  background: var(--night);
}
.section-raised {
  background: var(--night-raised);
}
.section-deep {
  background: var(--night-deep);
}
.section-lined {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-tight {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 4rem;
  }
  .section {
    padding: 6rem 0;
  }
  .section-tight {
    padding: 4rem 0;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 90rem;
  }
}

/* Typografie ------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-bright);
}
.eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  flex-shrink: 0;
  background: currentColor;
}
.display {
  font-size: clamp(2.75rem, 6vw + 1rem, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}
.h1 {
  font-size: clamp(2.25rem, 4vw + 1rem, 4rem);
  line-height: 1.02;
  letter-spacing: -0.028em;
}
.h2 {
  font-size: clamp(1.75rem, 2.5vw + 1rem, 2.75rem);
  line-height: 1.06;
  letter-spacing: -0.024em;
}
.h3 {
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  font-weight: 500;
}
.lead {
  font-size: clamp(1.0625rem, 0.5vw + 0.95rem, 1.25rem);
  line-height: 1.65;
  color: var(--muted);
  text-wrap: pretty;
}
.measure {
  max-width: 65ch;
}
.intro {
  max-width: 42rem;
  margin-bottom: 3rem;
}
.stat {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.muted {
  color: var(--muted);
}
.dim {
  color: var(--dim);
}
.bright {
  color: var(--brand-bright);
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.6;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1.6;
}
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
@media (min-width: 768px) {
  .intro {
    margin-bottom: 4rem;
  }
}

/* Muster und Texturen (wie .pb-pattern-dots-light, .pb-aura-ink, .pb-grain) */
.dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(242, 241, 235, 0.12) 1px, transparent 0);
  background-size: 1.5rem 1.5rem;
}
.aura {
  background-image: radial-gradient(
    ellipse 70% 60% at 50% 0,
    rgba(20, 169, 127, 0.16),
    transparent 60%
  );
}
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Knöpfe und Verweise ---------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 1rem 2rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0) scale(0.98);
}
.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 1px 2px rgba(15, 123, 95, 0.3), 0 8px 24px -8px rgba(15, 123, 95, 0.5);
}
.btn-primary:hover {
  background: var(--brand-deep);
}
.btn-ghost {
  border-color: var(--line-strong);
  background: rgba(242, 241, 235, 0.04);
  color: var(--ink);
}
.btn-ghost:hover {
  border-color: rgba(20, 169, 127, 0.5);
  background: rgba(242, 241, 235, 0.1);
}
.btn-md {
  min-height: 46px;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}
.btn-block {
  width: 100%;
}
.link-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line-strong);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.link-arrow:hover {
  color: var(--brand-bright);
  border-color: var(--brand-bright);
}
.link-arrow svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s;
}
.link-arrow:hover svg {
  transform: translateX(3px);
}
@media (min-width: 640px) {
  .btn-block {
    width: auto;
  }
}

/* Karten, Chips, Symbolfelder -------------------------------------- */
.card {
  border: 1px solid var(--line);
  background: var(--night-card);
  border-radius: var(--radius-card);
  color: var(--ink);
  padding: 1.5rem;
}
.card-raised {
  background: var(--night-raised);
}
.card-accent {
  border-color: rgba(20, 169, 127, 0.2);
  background: var(--brand-tint);
}
.card-hover {
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.card-hover:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 24px 56px -16px rgba(0, 0, 0, 0.55);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  border: 1px solid var(--line);
  background: var(--night-card);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink);
}
.chip svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.chip-brand {
  max-width: 100%;
  white-space: normal;
  border-color: rgba(20, 169, 127, 0.25);
  background: var(--brand-tint);
  color: var(--brand-bright);
}
.chip-glass {
  border-color: rgba(242, 241, 235, 0.14);
  background: rgba(242, 241, 235, 0.06);
  color: #fff;
}
.icon-box {
  display: flex;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: var(--brand-tint);
  color: var(--brand-bright);
}
.icon-box svg {
  width: 1.5rem;
  height: 1.5rem;
}

/* Kopfzeile -------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 19, 18, 0.95);
  transform: translateZ(0);
}
.admin-bar .site-header {
  top: 32px;
}
.site-header .container {
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.wordmark {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span {
  color: var(--brand-bright);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-link {
  display: none;
  min-height: 44px;
  align-items: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.header-link:hover {
  color: var(--ink);
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (min-width: 768px) {
  .site-header .container {
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .header-link {
    display: inline-flex;
  }
  .header-actions {
    gap: 1rem;
  }
}

/* Held -------------------------------------------------------------- */
.hero {
  padding: 5rem 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
}
.hero-text {
  max-width: 48rem;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.25rem;
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.5rem;
}
.konto {
  display: none;
}
.konto .card {
  box-shadow: 0 32px 64px -24px rgba(0, 0, 0, 0.7);
}
.konto-kopf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.konto-label {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dim);
}
.konto-tag {
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  border: 1px solid var(--line);
  background: var(--night);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--dim);
}
.konto-summe {
  margin-top: 1.25rem;
  font-size: 2.25rem;
}
.konto-zeilen {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}
.konto-zeile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.konto-zeile .icon-box {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
}
.konto-zeile .icon-box svg {
  width: 1rem;
  height: 1rem;
}
.konto-zeile .text {
  min-width: 0;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.35;
  color: var(--muted);
}
.konto-zeile .betrag {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--brand-bright);
}
.konto-fuss {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--dim);
}
@media (min-width: 640px) {
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .hero {
    padding: 7rem 0;
  }
}
@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 17.5rem;
    gap: 2.5rem;
  }
  .konto {
    display: block;
  }
}
@media (min-width: 1280px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 22rem;
    gap: 3.5rem;
  }
  .konto .card {
    padding: 1.75rem;
  }
}

/* Eintritt --------------------------------------------------------- */
.rise {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.7s var(--ease-out-expo) forwards;
}
.rise-1 { animation-delay: 0.05s; }
.rise-2 { animation-delay: 0.15s; }
.rise-3 { animation-delay: 0.25s; }
.rise-4 { animation-delay: 0.35s; }
.rise-5 { animation-delay: 0.45s; }
@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

/* Vorteile ---------------------------------------------------------- */
.vorteile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.vorteile .icon-box {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .vorteile {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .vorteile {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Ablauf ------------------------------------------------------------ */
.ablauf {
  position: relative;
}
.ablauf-linie {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: var(--line-strong);
}
.schritte {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.schritt {
  position: relative;
  padding-left: 4rem;
}
.schritt-nr {
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(242, 241, 235, 0.25);
}
.schritt-verbinder {
  position: absolute;
  left: 1.75rem;
  top: 4rem;
  bottom: -2rem;
  width: 1px;
  background: var(--line);
}
.schritt p {
  margin-top: 0.5rem;
  line-height: 1.65;
  color: var(--muted);
}
@media (min-width: 768px) {
  .schritte {
    grid-template-columns: repeat(2, 1fr);
  }
  .schritt {
    padding-left: 5rem;
  }
  .schritt-nr {
    font-size: 3.75rem;
  }
  .schritt-verbinder {
    display: none;
  }
}
@media (min-width: 1024px) {
  .ablauf-linie {
    display: block;
  }
  .schritte {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding-top: 3rem;
  }
  .schritt {
    padding-left: 0;
  }
  .schritt-nr {
    position: relative;
    margin-bottom: 2rem;
  }
}

/* Verdienst (Bento) ------------------------------------------------- */
.bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.bento .card {
  padding: 1.75rem;
}
.kachel-zentriert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.kachel-zentriert p + p {
  margin-top: 0.75rem;
  line-height: 1.65;
  color: var(--muted);
}
.kachel-band {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.bento .kachel-band {
  padding: 1.5rem;
}
.kachel-titel {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.kachel-band p + p {
  margin-top: 0.25rem;
  line-height: 1.65;
  color: var(--muted);
}
.stat-gross {
  font-size: 3rem;
}
.stat-mittel {
  font-size: 1.875rem;
}
.balken {
  display: flex;
  height: 6rem;
  align-items: flex-end;
  gap: 0.25rem;
  margin-top: 2rem;
}
.balken span {
  flex: 1;
  min-width: 0;
  border-radius: 3px 3px 0 0;
}
.b-dim { background: var(--line); }
.b-hover { background: var(--night-hover); }
.b-brand { background: rgba(15, 123, 95, 0.6); }
.b-bright { background: var(--brand-bright); }
.kachel-h3 {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
.level {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
.level-zeile {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.level-zeile p {
  font-weight: 600;
}
.level-zeile p + p {
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--muted);
}
.badge {
  display: flex;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-family: var(--font-display);
  font-weight: 700;
}
.badge-b { background: var(--badge-bronze); color: #fff; }
.badge-s { background: var(--badge-silver); color: var(--night); }
.badge-g { background: var(--badge-gold); color: var(--night); }
.badge-p { background: var(--badge-platinum); color: var(--night); }
@media (min-width: 768px) {
  .bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .bento .card {
    padding: 2rem;
  }
  .bento .kachel-band {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding: 1.75rem;
  }
  .kachel-titel {
    font-size: 1.5rem;
  }
  .kachel-h3 {
    font-size: 1.875rem;
  }
  .span-4 { grid-column: span 4; }
  .span-6 { grid-column: span 6; }
  .span-12 { grid-column: span 12; }
  .o1 { order: 1; }
  .o2 { order: 2; }
  .o3 { order: 3; }
  .o4 { order: 4; }
  .o5 { order: 5; }
  .o6 { order: 6; }
  .o7 { order: 7; }
  /* Bei md sind die drei Kennzahl-Kacheln am schmalsten (drei nebeneinander) */
  .stat-gross { font-size: 2.25rem; }
  .stat-mittel { font-size: 1.5rem; }
}
@media (min-width: 1024px) {
  .bento .card.span-6 {
    padding: 2.5rem;
  }
  .stat-gross { font-size: 3.75rem; }
  .stat-mittel { font-size: 2.25rem; }
}

/* Vertrauen ---------------------------------------------------------- */
.marker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.marker .icon-box {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .marker {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Einwände ----------------------------------------------------------- */
.einwaende {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 1.25rem;
}
.einwand p {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--muted);
}
.einwand strong {
  font-weight: 600;
  color: var(--ink);
}
.fussnote {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--dim);
}
.einwand .fussnote {
  color: var(--dim);
}
@media (min-width: 768px) {
  .einwaende {
    grid-template-columns: repeat(2, 1fr);
  }
  .einwaende .card {
    padding: 2rem;
  }
}

/* Fragen -------------------------------------------------------------- */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:first-of-type {
  border-top: 1px solid var(--line);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--ink);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--brand-bright);
  transition: transform 0.2s;
}
.faq details[open] summary::after {
  transform: rotate(45deg);
}
.faq details p {
  max-width: 60ch;
  padding: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--muted);
}
@media (min-width: 1024px) {
  .faq-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

/* Abschluss ----------------------------------------------------------- */
.abschluss-inhalt {
  max-width: 48rem;
}
.abschluss-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.25rem;
}
.hinweis-ziel {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--dim);
}
@media (min-width: 640px) {
  .abschluss-actions {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}

/* Fußzeile ------------------------------------------------------------ */
.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--night-deep);
  color: var(--muted);
  padding-bottom: 5.5rem;
}
.site-footer .dots {
  opacity: 0.4;
}
.site-footer .container {
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-top: 3.5rem;
}
.footer-marke {
  font-size: 1.5rem;
}
.footer-text {
  max-width: 20rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
}
.footer-kopf {
  margin-bottom: 1rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dim);
}
.footer-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 0.875rem;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover {
  color: var(--ink);
}
.footer-riese {
  margin-top: 3.5rem;
  overflow: hidden;
  user-select: none;
}
.footer-riese p {
  font-family: var(--font-display);
  font-size: clamp(4rem, 14vw, 12rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.03em;
  white-space: nowrap;
  color: rgba(242, 241, 235, 0.07);
}
.footer-leiste {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  color: var(--dim);
}
.punkt {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.375rem;
  border-radius: 9999px;
  background: var(--brand-bright);
  vertical-align: middle;
}
@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-leiste {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .site-footer {
    padding-bottom: 2rem;
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    padding-top: 5rem;
  }
  .footer-riese {
    margin-top: 5rem;
  }
}

/* Mobiler Dauerknopf (wie der Balken auf /bewerben) ------------------ */
.cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.75rem 1rem;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--line);
  background: rgba(16, 19, 18, 0.95);
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease-out;
}
.cta-bar.aus {
  transform: translateY(100%);
  pointer-events: none;
}
.cta-bar .btn {
  width: 100%;
}
@media (min-width: 1024px) {
  .cta-bar {
    display: none;
  }
}

/* Weniger Bewegung --------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .rise {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .btn,
  .card-hover,
  .cta-bar,
  .link-arrow svg,
  .faq summary::after {
    transition: none;
  }
  .btn:hover,
  .card-hover:hover {
    transform: none;
  }
}
