/* Presio /neu - gemeinsames Design-System (Stripe-Richtung).
   Eine Datei für alle Seiten: Wer hier ändert, ändert überall. */
:root {
  --navy: #0A2540;
  --body: #425466;
  --faint: #8898AA;
  --bg: #FFFFFF;
  --soft: #F6F9FC;
  --line: #E6EBF1;
  --blue: #2563EB;
  --blue-dark: #1E50C0;
  --violet: #7C3AED;
  --amber: #F59E0B;
  --gruen: #16A34A;
  --rose: #E11D48;
  --schatten-karte: 0 2px 5px -1px rgba(50,50,93,0.06), 0 1px 3px -1px rgba(0,0,0,0.05);
  --schatten-schwebe: 0 13px 27px -5px rgba(50,50,93,0.18), 0 8px 16px -8px rgba(0,0,0,0.2);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-family: -apple-system, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 { color: var(--navy); letter-spacing: -0.02em; line-height: 1.12; text-wrap: balance; margin: 0; }
p { margin: 0; }
img { max-width: 100%; }
.eyebrow {
  font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--blue); margin-bottom: 14px;
}
.draftbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  background: var(--navy); color: #A3B6CC; font-size: 0.78rem; text-align: center; padding: 6px 16px;
  box-shadow: 0 -4px 14px rgba(10,37,64,0.18);
}
.draftbar b { color: #fff; }
body { padding-bottom: 30px; }

/* ── Buttons & Links ── */
a.btn, button.btn {
  display: inline-flex; align-items: center; gap: 7px; border: 0; cursor: pointer;
  background: var(--navy); color: #fff; text-decoration: none;
  font-size: 15px; font-weight: 600; font-family: inherit;
  padding: 9px 18px; border-radius: 99px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.25s ease;
}
a.btn:hover, button.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(10,37,64,0.25); }
a.btn:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
a.btn.hell { background: #fff; color: var(--navy); }
a.btn.blau, button.btn.blau { background: var(--blue); }
a.btn.blau:hover, button.btn.blau:hover { background: var(--blue-dark); }
a.btn.glas { background: rgba(10,37,64,0.35); }
a.leise { color: var(--blue-dark); font-weight: 600; text-decoration: none; font-size: 15px; }
a.leise:hover { text-decoration: underline; }
a.leise::after { content: " →"; }

/* ── Navigation ── */
nav.top { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background 0.25s ease, box-shadow 0.25s ease; }
nav.top.fest {
  background: color-mix(in oklab, #fff 90%, transparent);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: 0 1px 0 var(--line), 0 6px 20px -12px rgba(10,37,64,0.25);
}
.nav-inner { display: flex; align-items: center; gap: 24px; height: 64px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 750; font-size: 21px; color: #fff; text-decoration: none; letter-spacing: -0.3px; transition: color 0.25s ease; }
.logo-mark { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,0.22); display: flex; align-items: center; justify-content: center; transition: background 0.25s ease; flex: none; }
nav .logo-mark svg { width: 21px; height: 21px; }
nav.top.fest .logo, nav.top.dunkel-text .logo { color: var(--navy); }
nav.top.fest .logo-mark, nav.top.dunkel-text .logo-mark { background: var(--blue); }
.nav-links { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.nav-links > a, .nav-links > .hat-menue > button, .nav-links > .hat-menue > .hat-knopf {
  color: rgba(255,255,255,0.9); text-decoration: none; font-size: 15px; font-weight: 500;
  transition: color 0.25s ease, background 0.2s ease; background: none; border: 0; cursor: pointer;
  font-family: inherit; padding: 7px 12px; border-radius: 8px; display: inline-flex; align-items: center; gap: 5px;
}
nav.top.fest .nav-links > a, nav.top.fest .nav-links > .hat-menue > button, nav.top.fest .nav-links > .hat-menue > .hat-knopf,
nav.top.dunkel-text .nav-links > a, nav.top.dunkel-text .nav-links > .hat-menue > button, nav.top.dunkel-text .nav-links > .hat-menue > .hat-knopf { color: var(--body); }
.nav-links > a:hover, .nav-links > .hat-menue > button:hover, .nav-links > .hat-menue > .hat-knopf:hover { color: #fff; background: rgba(255,255,255,0.12); }
nav.top.fest .nav-links > a:hover, nav.top.fest .nav-links > .hat-menue > button:hover, nav.top.fest .nav-links > .hat-menue > .hat-knopf:hover,
nav.top.dunkel-text .nav-links > a:hover, nav.top.dunkel-text .nav-links > .hat-menue > button:hover, nav.top.dunkel-text .nav-links > .hat-menue > .hat-knopf:hover { color: var(--navy); background: var(--soft); }
.hat-menue { position: relative; display: flex; align-items: center; }
.nav-links > .hat-menue > .hat-knopf { padding-right: 4px; }
.nav-links > .hat-menue > .hat-pfeil { padding: 7px 8px 7px 0; }
.hat-menue > button::after { content: ""; width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; margin-top: -3px; transform: rotate(45deg); transition: transform 0.2s ease; }
.hat-menue.offen > button::after { margin-top: 3px; transform: rotate(225deg); }

/* Flyout (das Stripe-Menü) */
.flyout {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px);
  background: #fff; border-radius: 14px; padding: 14px;
  box-shadow: 0 30px 60px -12px rgba(50,50,93,0.28), 0 18px 36px -18px rgba(0,0,0,0.3), 0 0 0 1px var(--line);
  display: grid; grid-template-columns: repeat(2, 250px); gap: 4px;
  opacity: 0; pointer-events: none; transition: opacity 0.18s ease, transform 0.18s ease;
}
.hat-menue.offen .flyout { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.flyout::before { content: ""; position: absolute; top: -7px; left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 14px; height: 14px; background: #fff; border-radius: 3px 0 0 0; box-shadow: -1px -1px 0 var(--line); }
.flyout a { display: flex; gap: 12px; padding: 11px 12px; border-radius: 10px; text-decoration: none; align-items: flex-start; }
.flyout a:hover { background: var(--soft); }
.flyout .fi { flex: none; width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.flyout b { display: block; color: var(--navy); font-size: 0.92rem; letter-spacing: -0.01em; }
.flyout span { font-size: 0.8rem; color: var(--faint); line-height: 1.4; display: block; }

/* 15 Branchen als 5x3-Matrix. Spaltenweiser Fluss: die Reihenfolge im HTML ist
   damit zugleich die Lesereihenfolge, und jede Spalte bleibt ein Themenblock. */
.branchen-menue { grid-template-columns: repeat(3, 258px) !important; grid-template-rows: repeat(5, auto); grid-auto-flow: column; }
@media (max-width: 1180px) {
  .branchen-menue { grid-template-columns: repeat(2, 260px) !important; grid-template-rows: repeat(8, auto); }
}
.branchen-menue a { padding: 8px 12px !important; }
.branchen-menue a b { font-weight: 600; font-size: 0.88rem !important; }

/* Mobiles Menü */
.burger { display: none; margin-left: auto; background: none; border: 0; cursor: pointer; padding: 10px; }
.burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: all 0.25s ease; }
nav.top.fest .burger span, nav.top.dunkel-text .burger span { background: var(--navy); }
body.menue-offen .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menue-offen .burger span:nth-child(2) { opacity: 0; }
body.menue-offen .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobil-menue {
  position: fixed; inset: 0; z-index: 49; background: #fff; padding: 92px 28px 28px;
  transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity 0.22s ease, transform 0.22s ease;
  overflow: auto;
}
body.menue-offen .mobil-menue { opacity: 1; pointer-events: auto; transform: none; }
body.menue-offen nav.top { background: #fff; box-shadow: none; }
body.menue-offen .logo { color: var(--navy); }
body.menue-offen .logo-mark { background: var(--blue); }
body.menue-offen .burger span { background: var(--navy); }
body.menue-offen { overflow: hidden; }
.mobil-menue .gruppe { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--faint); margin: 26px 0 6px; text-decoration: none; display: block; }
.mobil-menue a.gruppe:hover { color: var(--blue-dark); }
.mobil-menue a { display: flex; gap: 12px; align-items: center; padding: 11px 0; text-decoration: none; color: var(--navy); font-weight: 600; font-size: 1.05rem; }
.mobil-menue .fi { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex: none; }
@media (max-width: 860px) {
  .nav-links { display: none; }
  .burger { display: block; }
}

/* ── Hero ── */
.hero-band { position: relative; overflow: hidden; }
.hero-farbe {
  /* Diagonale über clip-path statt skew: Die Farbfläche deckt links IMMER
     die volle Höhe - Text kann nie in die Weißkante laufen. */
  position: absolute; inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
  background:
    radial-gradient(58% 90% at 12% 20%, #2563EB 0%, transparent 62%),
    radial-gradient(50% 80% at 78% 8%, #7C3AED 0%, transparent 60%),
    radial-gradient(45% 75% at 92% 68%, #F59E0B 0%, transparent 58%),
    radial-gradient(40% 70% at 42% 88%, #FF5CAA 0%, transparent 55%),
    linear-gradient(160deg, #1E50C0 0%, #6D28D9 55%, #B45309 100%);
  filter: saturate(1.15);
}
.hero-farbe.thema-blau { background:
  radial-gradient(60% 90% at 15% 25%, #2563EB 0%, transparent 62%),
  radial-gradient(50% 80% at 80% 10%, #0EA5E9 0%, transparent 60%),
  radial-gradient(45% 75% at 90% 70%, #7C3AED 0%, transparent 58%),
  linear-gradient(160deg, #1E50C0 0%, #0369A1 60%, #4C1D95 100%); }
.hero-farbe.thema-violett { background:
  radial-gradient(60% 90% at 15% 25%, #7C3AED 0%, transparent 62%),
  radial-gradient(50% 80% at 80% 10%, #C026D3 0%, transparent 60%),
  radial-gradient(45% 75% at 90% 70%, #2563EB 0%, transparent 58%),
  linear-gradient(160deg, #5B21B6 0%, #86198F 60%, #1E50C0 100%); }
.hero-farbe.thema-gruen { background:
  radial-gradient(60% 90% at 15% 25%, #16A34A 0%, transparent 62%),
  radial-gradient(50% 80% at 80% 10%, #0D9488 0%, transparent 60%),
  radial-gradient(45% 75% at 90% 70%, #2563EB 0%, transparent 58%),
  linear-gradient(160deg, #166534 0%, #0F766E 60%, #1E50C0 100%); }
.hero-farbe.thema-amber { background:
  radial-gradient(60% 90% at 15% 25%, #F59E0B 0%, transparent 62%),
  radial-gradient(50% 80% at 80% 10%, #EA580C 0%, transparent 60%),
  radial-gradient(45% 75% at 90% 70%, #E11D48 0%, transparent 58%),
  linear-gradient(160deg, #B45309 0%, #C2410C 60%, #9F1239 100%); }
.hero-farbe.thema-rose { background:
  radial-gradient(60% 90% at 15% 25%, #E11D48 0%, transparent 62%),
  radial-gradient(50% 80% at 80% 10%, #C026D3 0%, transparent 60%),
  radial-gradient(45% 75% at 90% 70%, #F59E0B 0%, transparent 58%),
  linear-gradient(160deg, #9F1239 0%, #86198F 60%, #B45309 100%); }
.hero-farbe.thema-navy { background:
  radial-gradient(60% 90% at 15% 25%, #1E3A8A 0%, transparent 62%),
  radial-gradient(50% 80% at 80% 10%, #2563EB 0%, transparent 60%),
  radial-gradient(45% 75% at 90% 70%, #0EA5E9 0%, transparent 58%),
  linear-gradient(160deg, #0A2540 0%, #1E3A8A 60%, #1E50C0 100%); }
@media (prefers-reduced-motion: no-preference) {
  .hero-farbe { animation: schimmer 18s ease-in-out infinite alternate; }
  @keyframes schimmer {
    from { filter: saturate(1.15) hue-rotate(0deg); }
    to   { filter: saturate(1.2) hue-rotate(-14deg); }
  }
}
.hero-inhalt { position: relative; padding: 132px 24px 48px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.hero-grid:has(> :only-child) { grid-template-columns: 1fr; }
.hero-grid:has(> :only-child) > div { max-width: 760px; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-inhalt .eyebrow { color: rgba(255,255,255,0.85); }
.hero-inhalt h1 { color: #fff; font-size: clamp(2.2rem, 5.2vw, 3.4rem); font-weight: 750; }
.hero-sub { color: rgba(255,255,255,0.88); font-size: 1.13rem; max-width: 46ch; margin-top: 18px; }
.hero-ctas { display: flex; gap: 14px; align-items: center; margin-top: 28px; flex-wrap: wrap; }
.hero-ctas .hinweis { color: rgba(255,255,255,0.75); font-size: 0.85rem; width: 100%; }
.hero-krumen { position: absolute; top: 78px; left: 24px; right: 24px; color: rgba(255,255,255,0.75); font-size: 0.85rem; }
.hero-krumen a { color: rgba(255,255,255,0.9); text-decoration: none; }
.hero-krumen a:hover { text-decoration: underline; }

.browser { border-radius: 10px; overflow: hidden; background: #fff;
  box-shadow: 0 30px 60px -12px rgba(10,37,64,0.45), 0 18px 36px -18px rgba(10,37,64,0.5); will-change: transform; }
.browser .kopf { display: flex; gap: 6px; padding: 10px 12px; background: #F1F4F7; }
.browser .kopf span { width: 10px; height: 10px; border-radius: 50%; background: #D5DCE4; }
.browser img { display: block; width: 100%; height: auto; }

/* ── Abschnitte ── */
section.block { padding: 76px 0; }
section.block.soft { background: var(--soft); }
.block h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); font-weight: 720; max-width: 26ch; }
.block .intro { max-width: 62ch; margin-top: 14px; font-size: 1.05rem; }
.zahlen { padding: 46px 24px 8px; }
.zahlen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 760px) { .zahlen-grid { grid-template-columns: repeat(2, 1fr); } }
.zahl b { display: block; font-size: 1.5rem; color: var(--navy); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.zahl-kopf { display: flex; align-items: center; gap: 8px; }
.zahl-kopf svg { flex: none; color: var(--blue); }
.trust-leiste { padding: 26px 24px; margin-top: 8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: center; gap: 28px 40px; }
.trust-item { display: flex; align-items: center; gap: 9px; color: var(--faint); font-size: 0.87rem; font-weight: 550; }
.trust-item svg { flex: none; color: var(--blue); }
@media (max-width: 640px) { .trust-leiste { gap: 16px 24px; padding: 22px 24px; } }
.zahl span { font-size: 0.9rem; color: var(--faint); }

.karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.karten.zweier { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 860px) { .karten, .karten.zweier { grid-template-columns: 1fr; } }
.karte {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px 24px;
  box-shadow: var(--schatten-karte);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none; display: block; color: var(--body);
}
a.karte:hover { transform: translateY(-3px); box-shadow: var(--schatten-schwebe); }
.karte .ikon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.karte h3 { font-size: 1.08rem; margin-bottom: 8px; }
.karte p { font-size: 0.95rem; }
.karte ul { margin: 12px 0 0; padding-left: 0; list-style: none; font-size: 0.92rem; }
.karte li { padding: 4px 0 4px 24px; position: relative; }
.karte li::before { content: "✓"; position: absolute; left: 2px; color: var(--blue); font-weight: 700; }
.karte .mehr { display: inline-block; margin-top: 14px; color: var(--blue-dark); font-weight: 600; font-size: 0.9rem; }
a.karte .mehr::after { content: " →"; transition: margin 0.15s ease; }
a.karte:hover .mehr::after { margin-left: 4px; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: minmax(0, 1fr); } }
.split h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.split .punkte { margin: 22px 0 0; padding: 0; list-style: none; }
.split .punkte li { display: flex; gap: 12px; padding: 9px 0; font-size: 0.99rem; }
.split .punkte b { color: var(--navy); }
.split .punkte .dot { flex: none; width: 22px; height: 22px; border-radius: 6px; margin-top: 2px;
  display: flex; align-items: center; justify-content: center; font-size: 12px; color: #fff; font-weight: 800; }
.bild-rahmen { border-radius: 10px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--schatten-schwebe); }
.bild-rahmen img { display: block; width: 100%; height: auto; }
.bild-legende { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 14px; font-size: 0.88rem; font-weight: 650; }
.legende-punkt { display: flex; align-items: center; gap: 8px; }
.legende-punkt .punkt { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.legende-punkt.gruen { color: var(--gruen); }
.legende-punkt.gruen .punkt { background: var(--gruen); }
.legende-punkt.rot { color: var(--rose); }
.legende-punkt.rot .punkt { background: var(--rose); }
.handy-rahmen { width: min(300px, 80%); margin: 0 auto; border-radius: 26px; overflow: hidden;
  border: 6px solid var(--navy); box-shadow: 0 30px 50px -12px rgba(10,37,64,0.35); }
.handy-rahmen img { display: block; width: 100%; height: auto; }

.band { background: var(--navy); color: #A3B6CC; }
.band .eyebrow { color: #5B8DEF; }
.band h2 { color: #fff; }
.band a { color: #5B8DEF; }
.band-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
@media (max-width: 860px) { .band-grid { grid-template-columns: 1fr; } }
.band-grid h3 { color: #fff; font-size: 1rem; margin-bottom: 7px; }
.band-grid p { font-size: 0.93rem; }

/* ── Funktionsliste (Detailseiten) ── */
.fx-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 40px; margin-top: 34px; }
@media (max-width: 760px) { .fx-grid { grid-template-columns: 1fr; } }
.fx { display: flex; gap: 13px; padding: 13px 4px; border-bottom: 1px solid var(--line); }
.fx .fi { flex: none; width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.fx b { color: var(--navy); display: block; font-size: 0.97rem; }
.fx span { font-size: 0.89rem; color: var(--body); }

/* ── Demo-Widgets ── */
.demo-karte {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px;
  box-shadow: var(--schatten-schwebe);
}
.demo-etikett { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em; color: var(--blue-dark);
  background: color-mix(in oklab, var(--blue) 9%, #fff); border-radius: 99px; padding: 3px 11px; margin-bottom: 16px; }
.demo-etikett::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gruen); }

.stempel-demo { text-align: center; padding: 8px 0; }
.stempel-demo .uhrzeit { font-size: 2.4rem; font-weight: 750; color: var(--navy); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.stempel-demo .status { font-size: 0.88rem; color: var(--faint); margin: 2px 0 18px; min-height: 22px; }
.stempel-knopf {
  width: 92px; height: 92px; border-radius: 50%; border: 0; cursor: pointer; margin: 0 auto;
  background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px -6px rgba(37,99,235,0.55);
  transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.stempel-knopf:hover { transform: scale(1.05); }
.stempel-knopf.laeuft { background: var(--rose); box-shadow: 0 10px 24px -6px rgba(225,29,72,0.5); }
.stempel-log { margin: 20px auto 0; max-width: 300px; text-align: left; font-size: 0.88rem; }
.stempel-log .zeile { display: flex; justify-content: space-between; padding: 7px 2px; border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.stempel-log .zeile b { color: var(--navy); font-weight: 600; }
.stempel-log .zeile.summe { color: var(--blue-dark); font-weight: 650; }

.pause-demo label { font-weight: 650; color: var(--navy); display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pause-demo output { color: var(--blue-dark); font-weight: 700; font-variant-numeric: tabular-nums; }
.pause-demo input[type="range"] { width: 100%; margin: 16px 0 4px; accent-color: var(--blue); height: 28px; }
.pause-demo .ergebnis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
@media (max-width: 560px) { .pause-demo .ergebnis { grid-template-columns: 1fr; } }
.pause-demo .rw { background: var(--soft); border-radius: 10px; padding: 12px 14px; }
.pause-demo .rw span { display: block; font-size: 0.75rem; color: var(--faint); }
.pause-demo .rw b { font-size: 1.2rem; color: var(--navy); font-variant-numeric: tabular-nums; display: block; min-height: 84px; line-height: 1.4; }
.pause-demo .merke { font-size: 0.83rem; color: var(--faint); margin-top: 14px; min-height: 44px; line-height: 1.4; }

.plan-demo table { border-collapse: collapse; width: 100%; font-size: 0.85rem; }
.plan-demo th { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--faint); font-weight: 650; padding: 6px; text-align: center; }
.plan-demo th:first-child, .plan-demo td:first-child { text-align: left; white-space: nowrap; }
.plan-demo td { border: 1px solid var(--line); padding: 4px; height: 46px; min-width: 74px; text-align: center; vertical-align: middle; }
.plan-demo td.zelle { cursor: pointer; transition: background 0.15s ease; }
.plan-demo td.zelle:hover { background: var(--soft); }
.plan-demo .dienst { display: inline-block; border-radius: 7px; padding: 3px 10px; font-size: 0.8rem; font-weight: 650; }
.plan-demo .dienst.frueh { background: #DCE8FD; color: #1E50C0; }
.plan-demo .dienst.spaet { background: #EDE1FD; color: #6D28D9; }
.plan-demo .dienst.frei { color: var(--faint); font-weight: 500; }
.plan-chips { display: flex; gap: 10px; margin: 4px 0 16px; flex-wrap: wrap; align-items: center; }
.plan-chips .hinweis { font-size: 0.83rem; color: var(--faint); }
.plan-chip { border: 1.5px solid var(--line); background: #fff; border-radius: 99px; padding: 6px 16px; cursor: pointer;
  font-family: inherit; font-size: 0.88rem; font-weight: 650; transition: all 0.15s ease; }
.plan-chip.frueh { color: #1E50C0; }
.plan-chip.spaet { color: #6D28D9; }
.plan-chip.gewaehlt.frueh { border-color: #1E50C0; background: #DCE8FD; }
.plan-chip.gewaehlt.spaet { border-color: #6D28D9; background: #EDE1FD; }
.plan-meldung { min-height: 24px; font-size: 0.86rem; margin-top: 12px; }
.plan-meldung.warn { color: var(--rose); font-weight: 600; }
.plan-meldung.ok { color: var(--gruen); font-weight: 600; }

.chat-demo { display: flex; flex-direction: column; gap: 10px; min-height: 250px; }
.chat-demo .blase { max-width: 85%; border-radius: 14px; padding: 9px 14px; font-size: 0.92rem; line-height: 1.5; opacity: 0; transform: translateY(8px); transition: opacity 0.3s ease, transform 0.3s ease; }
.chat-demo .blase.da { opacity: 1; transform: none; }
.chat-demo .frage { align-self: flex-end; background: var(--blue); color: #fff; border-bottom-right-radius: 4px; }
.chat-demo .antwort { align-self: flex-start; background: var(--soft); color: var(--navy); border-bottom-left-radius: 4px; }
.chat-demo .tippt { align-self: flex-start; color: var(--faint); font-size: 1.2rem; letter-spacing: 2px; padding: 0 6px; }

.sprachen-demo { font-size: 1.5rem; font-weight: 700; color: var(--navy); min-height: 44px; }
.sprachen-demo small { display: block; font-size: 0.82rem; color: var(--faint); font-weight: 500; margin-top: 4px; }

.urlaub-demo .tage { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin: 14px 0; }
.urlaub-demo .tag { border: 1px solid var(--line); border-radius: 9px; padding: 8px 2px; text-align: center; cursor: pointer;
  font-size: 0.82rem; transition: all 0.15s ease; background: #fff; font-family: inherit; }
.urlaub-demo .tag small { display: block; color: var(--faint); font-size: 0.68rem; }
.urlaub-demo .tag.we { background: var(--soft); color: var(--faint); cursor: default; }
.urlaub-demo .tag.gewaehlt { background: #E4EEDE; border-color: var(--gruen); color: #166534; font-weight: 700; }
.urlaub-demo .stand { display: flex; justify-content: space-between; font-size: 0.9rem; border-top: 1px solid var(--line); padding-top: 12px; }
.urlaub-demo .stand b { color: var(--navy); font-variant-numeric: tabular-nums; }

.signatur-demo canvas { width: 100%; height: 150px; border: 1.5px dashed var(--line); border-radius: 10px;
  background: var(--soft); cursor: crosshair; touch-action: none; display: block; }
.signatur-demo .zeile { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; gap: 12px; }
.signatur-demo .stand { font-size: 0.86rem; color: var(--faint); min-height: 44px; line-height: 1.4; }
.signatur-demo .stand.ok { color: var(--gruen); font-weight: 600; }

/* ── Rechner (Preise) ── */
.rechner { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 32px; margin-top: 40px; box-shadow: var(--schatten-schwebe); }
.rechner-kopf { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.rechner-kopf label { font-weight: 650; color: var(--navy); }
.rechner-kopf output { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--blue-dark); font-size: 1.05rem; }
.rechner input[type="range"] { width: 100%; margin: 18px 0 6px; accent-color: var(--blue); height: 28px; }
.rechner-werte { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 14px; }
@media (max-width: 640px) { .rechner-werte { grid-template-columns: 1fr; } }
.rw { background: var(--soft); border-radius: 10px; padding: 14px 16px; }
.rw span { display: block; font-size: 0.78rem; color: var(--faint); }
.rw b { font-size: 1.35rem; color: var(--navy); font-variant-numeric: tabular-nums; }
.rw small { color: var(--faint); font-size: 0.78rem; }
.rw.blau { background: color-mix(in oklab, var(--blue) 9%, #fff); }
.rw.blau b { color: var(--blue-dark); }
.staffel-zeile { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.stufe { font-size: 0.78rem; border: 1px solid var(--line); border-radius: 99px; padding: 4px 12px; color: var(--faint);
  font-variant-numeric: tabular-nums; transition: all 0.15s ease; }
.stufe.aktiv { border-color: var(--blue); color: var(--blue-dark); background: color-mix(in oklab, var(--blue) 8%, #fff); font-weight: 650; }
.preis-fuss { margin-top: 18px; font-size: 0.9rem; color: var(--faint); }

/* ── Vorher/Nachher-Schieberegler ── */
.vergleich { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--schatten-schwebe); aspect-ratio: 16 / 10; user-select: none; touch-action: none; cursor: ew-resize; }
.vergleich .ebene { position: absolute; inset: 0; }
.vergleich .nachher img { width: 100%; height: 100%; object-fit: cover; object-position: top left; display: block; }
.vergleich .vorher { clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0); z-index: 2; }
.vergleich .griff { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 3px;
  background: #fff; z-index: 3; box-shadow: 0 0 12px rgba(10,37,64,0.35); }
.vergleich .griff::after { content: '◂ ▸'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: #fff; color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: 1px;
  border-radius: 999px; padding: 9px 13px; white-space: nowrap;
  box-shadow: 0 6px 18px rgba(10,37,64,0.3); }
.vergleich .etikett { position: absolute; top: 12px; z-index: 4; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; border-radius: 99px; padding: 5px 13px; pointer-events: none; }
.vergleich .etikett.links { left: 12px; background: rgba(10,37,64,0.75); color: #fff; }
.vergleich .etikett.rechts { right: 12px; background: rgba(255,255,255,0.9); color: var(--navy); }
/* Die Vorher-Seite: der Papier-Stundenzettel */
.zettel { width: 100%; height: 100%; background: #EDE6D3; padding: 4% 5%; overflow: hidden; }
.zettel .blatt { background: #FBF7EC; border: 1px solid #D8CDB2; box-shadow: 0 10px 30px rgba(60,50,30,0.25);
  transform: rotate(-1.6deg); padding: 3.5% 4.5%; height: 106%;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive; color: #3A3226; }
.zettel h5 { margin: 0 0 2%; font-size: clamp(0.85rem, 1.9vw, 1.25rem); font-weight: 700;
  font-family: inherit; color: #3A3226; text-decoration: underline; }
.zettel table { width: 100%; border-collapse: collapse; font-size: clamp(0.65rem, 1.55vw, 1rem); }
.zettel th, .zettel td { border: 1px solid #B8AA88; padding: 1.2% 2%; text-align: left; }
.zettel th { font-size: clamp(0.6rem, 1.3vw, 0.85rem); background: #F3EDDC; }
.zettel .krakel { color: #8A3B2C; }
.zettel .fleck { position: absolute; border-radius: 50%; background: radial-gradient(circle,
  rgba(139,101,52,0.35), rgba(139,101,52,0.12) 60%, transparent 70%); }
.zettel .notiz { margin-top: 2.5%; font-size: clamp(0.65rem, 1.5vw, 0.95rem); color: #8A3B2C; transform: rotate(-1deg); }

/* ── Vollbreite (Schieberegler) ── */
.vollbreite { width: 100vw; margin-left: calc(50% - 50vw); }
.vollbreite .vergleich { border-radius: 0; border-left: 0; border-right: 0; aspect-ratio: 21 / 9; }
@media (max-width: 900px) { .vollbreite .vergleich { aspect-ratio: 16 / 11; } }

/* ── Lightbox ── */
.bild-rahmen.klickbar { cursor: zoom-in; position: relative; }
.bild-rahmen.klickbar::after { content: '⤢'; position: absolute; right: 10px; bottom: 8px;
  background: rgba(10,37,64,0.65); color: #fff; border-radius: 8px; width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center; font-size: 16px; }
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(246,249,252,0.55);
  backdrop-filter: blur(16px) saturate(120%); -webkit-backdrop-filter: blur(16px) saturate(120%);
  display: flex; align-items: center; justify-content: center; padding: 4vh 3vw; cursor: zoom-out;
  animation: lb-ein 0.18s ease; }
@keyframes lb-ein { from { opacity: 0; } to { opacity: 1; } }
.lightbox img { max-width: min(78vw, 1100px); max-height: 78vh; border-radius: 12px;
  border: 1px solid rgba(10,37,64,0.12); box-shadow: 0 30px 80px rgba(10,37,64,0.35); }
.lightbox .zu { position: absolute; top: 16px; right: 20px; background: rgba(10,37,64,0.85);
  color: #fff; border: 0; width: 40px; height: 40px; border-radius: 10px; font-size: 19px; cursor: pointer; }

/* ── Interaktives Stempel-Handy ── */
.handy-live { width: min(300px, 82vw); margin: 0 auto; border-radius: 30px; background: var(--navy);
  padding: 10px; box-shadow: 0 30px 50px -12px rgba(10,37,64,0.35); }
.handy-live .schirm { background: #FBF8F1; border-radius: 22px; padding: 22px 16px 18px; text-align: center; }
.handy-live .kopfzeile { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.07em; color: #837868; text-transform: uppercase; }
.handy-live .hz { font-size: 2.1rem; font-weight: 750; color: #1C1814; font-variant-numeric: tabular-nums; letter-spacing: -1px; margin: 6px 0 2px; }
.handy-live .status { font-size: 0.78rem; color: #837868; min-height: 18px; }
.handy-live .knopf { width: 84px; height: 84px; border-radius: 50%; border: 0; cursor: pointer; margin: 14px auto 6px;
  background: #2563EB; color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px -6px rgba(37,99,235,0.55); transition: transform 0.15s ease, background 0.2s ease; }
.handy-live .knopf:hover { transform: scale(1.05); }
.handy-live .knopf.laeuft { background: #DC2626; box-shadow: 0 10px 24px -6px rgba(220,38,38,0.5); }
.handy-live .ort { display: inline-flex; gap: 6px; align-items: center; font-size: 0.78rem; font-weight: 650;
  color: #1C1814; background: #F0EADD; border-radius: 99px; padding: 5px 13px; margin-top: 8px; }

/* ── 3 Schritte ── */
.schritte { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; counter-reset: schritt; }
@media (max-width: 820px) { .schritte { grid-template-columns: 1fr; } }
.schritt { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px 24px;
  box-shadow: var(--schatten-karte); position: relative; }
.schritt::before { counter-increment: schritt; content: counter(schritt);
  display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px;
  background: var(--blue); color: #fff; font-weight: 750; font-size: 1.05rem; margin-bottom: 14px; }
.schritt h3 { font-size: 1.02rem; margin-bottom: 6px; }
.schritt p { font-size: 0.92rem; }
.schritt .dauer { display: inline-block; margin-top: 12px; font-size: 0.75rem; font-weight: 700;
  color: var(--gruen); background: var(--soft); border-radius: 99px; padding: 3px 11px; }

/* ── Plattform-Zeile ── */
.plattformen { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.plattform { display: flex; gap: 11px; align-items: center; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; padding: 13px 20px; box-shadow: var(--schatten-karte); }
.plattform b { color: var(--navy); font-size: 0.95rem; display: block; }
.plattform span { font-size: 0.78rem; color: var(--faint); display: block; }

/* ── Enterprise-Band ── */
.enterprise { border: 1px solid var(--line); border-left: 4px solid var(--navy); border-radius: 12px;
  background: #fff; padding: 26px 28px; display: flex; gap: 24px; align-items: center; flex-wrap: wrap;
  box-shadow: var(--schatten-karte); }
.enterprise .text { flex: 1 1 380px; }
.enterprise h3 { font-size: 1.1rem; margin-bottom: 6px; }
.enterprise p { font-size: 0.93rem; }

/* ── Hero-Foto (Branchen-Banner) ── */
.hero-foto { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-band.mit-foto .hero-farbe { opacity: 0.86; }

/* ── Schreibmaschinen-Headline ── */
.tippt-caret { display: inline-block; width: 3px; height: 0.95em; background: #fff; margin-left: 4px;
  vertical-align: -0.08em; animation: caret-blink 0.9s steps(1) infinite; }
@keyframes caret-blink { 50% { opacity: 0; } }

/* ── Sprach-Menü ── */
.sprachen-menue { grid-template-columns: repeat(4, 110px) !important; max-height: 60vh; overflow-y: auto; }
.sprachen-menue a { padding: 7px 10px !important; font-size: 0.85rem; color: var(--body); }
.sprachen-menue a b { font-size: 0.85rem !important; font-weight: 600; }
.sprachen-menue a.aktiv b { color: var(--blue-dark) !important; }
.mobil-sprachen { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 10px; }
.mobil-sprachen a { padding: 7px 0 !important; font-size: 0.95rem; }
.mobil-sprachen a.aktiv { color: var(--blue-dark); }

/* ── KI-Plan-Demo ── */
.planki { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px;
  box-shadow: var(--schatten-schwebe); }
.planki table { width: 100%; border-collapse: collapse; font-size: 0.78rem; table-layout: fixed; }
.planki th { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--faint);
  padding: 5px 3px; font-weight: 650; }
.planki th:first-child { width: 64px; }
/* Starres Raster: feste Zellhöhe, Chips füllen die Zelle - beim Planen bewegt sich nichts. */
.planki td { border: 1px solid var(--line); height: 41px; text-align: center; padding: 3px; overflow: hidden; }
.planki td:first-child { text-align: left; padding-left: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 600; color: var(--navy); border: 0; }
.planki .chip { display: flex; align-items: center; justify-content: center; height: 32px; border-radius: 6px;
  font-size: 0.7rem; font-weight: 650; opacity: 0; transform: scale(0.6); }
.planki .chip.da { opacity: 1; transform: none; transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.34,1.56,0.64,1); }
.planki .chip.frueh { background: #DCE8FD; color: #1E50C0; }
.planki .chip.spaet { background: #EDE1FD; color: #6D28D9; }
.planki .chip.kueche { background: #F7EAD2; color: #B07A1F; }
.planki .chip.urlaub { background: #E4EEDE; color: #4F7A3F; }
.planki .chip.krank { background: #F7E2DE; color: #C0563E; }
.planki .chip.weg { opacity: 0 !important; transform: scale(0.6) !important; transition: opacity 0.25s ease, transform 0.25s ease; }
.planki-anweisungen { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; min-height: 76px; align-content: flex-start; }
.planki-anweisung { border: 1px solid #C9D6E4; background: #fff; color: var(--blue-dark); border-radius: 99px;
  padding: 7px 14px; font-size: 0.8rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: all 0.15s ease; }
.planki-anweisung:hover { border-color: var(--blue); background: #EFF4FF; }
.planki-anweisung:disabled { opacity: 0.45; cursor: default; }
/* Fester Fußbereich: Status-Zeile und Knopf untereinander, Höhen reserviert -
   beim Planen bewegt sich die Karte keinen Pixel. */
.planki-fuss { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 14px; }
.planki-status { font-size: 0.82rem; color: var(--faint); min-height: 50px; display: flex; align-items: center; }
.planki-status.fertig { color: var(--gruen); font-weight: 650; }
.planki-knopf { border: 0; border-radius: 99px; background: var(--violet); color: #fff; font-family: inherit;
  font-weight: 650; font-size: 0.88rem; padding: 0 18px; height: 44px; line-height: 1; cursor: pointer; display: inline-flex; gap: 7px; align-items: center; }
.planki-knopf:disabled { opacity: 0.55; cursor: default; }

/* ── iPhone-Mockup (interaktiv) ── */
.handy-mock { width: min(320px, 86vw); margin: 0 auto; background: #1C1814; border-radius: 38px; padding: 11px;
  box-shadow: 0 30px 50px -12px rgba(10,37,64,0.35); }
.handy-mock .schirm { background: #F7F2E9; border-radius: 29px; overflow: hidden; padding: 12px 14px 0; }
.hm-status { display: flex; justify-content: space-between; align-items: center; font-size: 0.72rem;
  font-weight: 700; color: #1C1814; padding: 2px 8px 8px; }
.hm-status .kerbe { width: 84px; height: 20px; background: #1C1814; border-radius: 99px; }
.hm-gruss { display: flex; justify-content: space-between; align-items: flex-start; }
.hm-gruss small { display: block; font-size: 0.78rem; color: #837868; }
.hm-gruss b { font-size: 1.45rem; color: #1C1814; letter-spacing: -0.5px; }
.hm-glocke { width: 34px; height: 34px; border-radius: 50%; background: #F0EADD; color: #3A3226;
  display: flex; align-items: center; justify-content: center; }
.hm-symbole { display: inline-flex; gap: 5px; align-items: center; color: #1C1814; }
.hm-karte { background: linear-gradient(160deg, #E8F0FE, #FDFCFA); border: 1px solid #ECE3D2; border-radius: 18px;
  padding: 16px 16px 14px; margin-top: 12px; text-align: center; }
.hm-zustand { font-size: 0.75rem; color: #837868; display: flex; align-items: center; gap: 6px; }
.hm-zustand i { width: 8px; height: 8px; border-radius: 50%; background: #B8AE9E; }
.hm-zustand.an i { background: #16A34A; box-shadow: 0 0 0 3px rgba(22,163,74,0.2); }
.hm-zeit { font-size: 2rem; font-weight: 750; color: #1C1814; font-variant-numeric: tabular-nums;
  letter-spacing: -1px; margin: 8px 0 2px; }
.hm-zeit small { font-size: 0.8rem; font-weight: 500; color: #837868; letter-spacing: 0; margin-left: 6px; }
.hm-balken { height: 5px; border-radius: 99px; background: #F0EADD; margin: 10px 0 14px; overflow: hidden; }
.hm-balken i { display: block; height: 100%; width: 0%; background: #2563EB; border-radius: 99px; transition: width 0.5s ease; }
.hm-knopf { width: 100%; border: 0; border-radius: 14px; background: #2563EB; color: #fff; font-family: inherit;
  font-weight: 650; font-size: 0.95rem; padding: 12px; cursor: pointer; transition: background 0.2s ease; }
.hm-knopf.laeuft { background: #DC2626; }
.hm-geo { display: flex; gap: 8px; align-items: center; background: #E4EEDE; border-radius: 12px;
  padding: 8px 12px; margin-bottom: 10px; font-size: 0.76rem; font-weight: 650; color: #4F7A3F; text-align: left; }
.hm-quick { margin-top: 14px; }
.hm-quick .titel { font-size: 0.82rem; font-weight: 700; color: #1C1814; margin-bottom: 8px; }
.hm-kacheln { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.hm-kachel { background: #fff; border: 1px solid #ECE3D2; border-radius: 13px; padding: 10px 2px 8px; text-align: center; }
.hm-ikon { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin: 0 auto 6px; }
.hm-ikon.tint-sage { background: #E4EEDE; color: #4F7A3F; }
.hm-ikon.tint-rose { background: #F7E2DE; color: #C0563E; }
.hm-ikon.tint-sky { background: #E0EAF7; color: #2A6FDB; }
.hm-ikon.tint-violet { background: #ECE3FB; color: #7C3AED; }
.hm-ikon.tint-blue { background: #DCE8FD; color: #2563EB; }
.hm-ikon.tint-amber { background: #F7EAD2; color: #B07A1F; }
.hm-ikon.tint-teal { background: #D6F0EB; color: #0E9384; }
.hm-ikon.tint-slate { background: #E5E8EE; color: #475569; }
.hm-kachel small { font-size: 0.64rem; color: #1C1814; font-weight: 600; display: block; }
.hm-tabbar { display: flex; justify-content: space-around; border-top: 1px solid #ECE3D2; margin: 14px -14px 0;
  padding: 10px 8px 16px; background: #FDFCFA; }
.hm-tab { font-size: 0.62rem; font-weight: 650; color: #B8AE9E; text-align: center; }
.hm-tab.aktiv { color: #2563EB; }
.hm-tab span { display: block; margin-bottom: 2px; }
.hm-tab svg { display: inline-block; }

/* ── Schmerzpunkte („Kommt dir das bekannt vor?") ── */
.schmerzen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
@media (max-width: 860px) { .schmerzen { grid-template-columns: 1fr; } }
.schmerz { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--rose);
  border-radius: 12px; padding: 20px 22px; box-shadow: var(--schatten-karte); }
.schmerz h3 { font-size: 0.98rem; margin-bottom: 6px; }
.schmerz p { font-size: 0.9rem; }
.schmerz-loesung { margin-top: 26px; text-align: center; font-size: 1.02rem; color: var(--navy); font-weight: 650; }

/* ── Kiosk-iPad ── */
.ipad { max-width: 620px; margin: 36px auto 0; background: #0A2540; border-radius: 26px; padding: 14px;
  box-shadow: 0 30px 60px -14px rgba(10,37,64,0.4); }
.ipad .schirm { background: #FBF8F1; border-radius: 16px; aspect-ratio: 4 / 3; overflow: hidden;
  display: flex; flex-direction: column; }
.kiosk-kopf { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px 10px;
  font-size: 0.8rem; color: #837868; font-weight: 650; }
.kiosk-kern { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 8px 20px 20px; text-align: center; }
.kiosk-titel { font-size: 1.05rem; font-weight: 750; color: #1C1814; margin-bottom: 16px; }
.kiosk-leute { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; width: 100%; max-width: 460px; }
@media (max-width: 560px) { .kiosk-leute { grid-template-columns: repeat(2, 1fr); } }
.kiosk-person { background: #fff; border: 1px solid #ECE3D2; border-radius: 14px; padding: 14px 8px;
  cursor: pointer; font-family: inherit; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.kiosk-person:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(60,50,30,0.12); }
.kiosk-person .kreis { width: 48px; height: 48px; border-radius: 50%; margin: 0 auto 8px; display: block; object-fit: cover; }
.kiosk-person b { display: block; font-size: 0.82rem; color: #1C1814; }
.kiosk-person span { font-size: 0.7rem; color: #837868; }
.kiosk-pin { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.kiosk-punkte { display: flex; gap: 10px; }
.kiosk-punkte i { width: 13px; height: 13px; border-radius: 50%; border: 2px solid #B8AE9E; }
.kiosk-punkte i.voll { background: #2563EB; border-color: #2563EB; }
.kiosk-pad { display: grid; grid-template-columns: repeat(3, 64px); gap: 9px; }
.kiosk-pad button { height: 46px; border-radius: 12px; border: 1px solid #ECE3D2; background: #fff;
  font-size: 1.05rem; font-weight: 650; color: #1C1814; cursor: pointer; font-family: inherit; }
.kiosk-pad button:active { background: #F0EADD; }
.kiosk-erfolg .haken { width: 68px; height: 68px; border-radius: 50%; background: #E4EEDE; margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center; }
.kiosk-erfolg h4 { font-size: 1.15rem; color: #1C1814; margin-bottom: 4px; }
.kiosk-erfolg .gruss { font-size: 0.88rem; color: #837868; }
.kiosk-dienst { margin-top: 14px; background: #E0EAF7; border-radius: 12px; padding: 10px 18px;
  font-size: 0.88rem; font-weight: 650; color: #2A6FDB; }
.kiosk-zurueck { margin-top: 12px; font-size: 0.75rem; color: #B8AE9E; }

/* ── Chips, FAQ, CTA, Footer ── */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chip { background: #fff; border: 1px solid var(--line); border-radius: 99px; padding: 7px 16px; font-size: 0.92rem;
  color: var(--navy); font-weight: 550; text-decoration: none; transition: all 0.15s ease;
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.chip svg { flex: none; color: var(--blue); }
a.chip:hover { border-color: var(--blue); color: var(--blue-dark); }

.faq { margin-top: 36px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 18px 34px 18px 2px; font-weight: 650; color: var(--navy); font-size: 1rem; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  font-size: 1.3rem; color: var(--faint); transition: transform 0.2s ease; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); color: var(--blue); }
.faq .antwort { padding: 0 2px 20px; font-size: 0.96rem; max-width: 72ch; }

.cta-band { position: relative; overflow: hidden; border-radius: 16px; padding: 56px 40px; text-align: center;
  background: linear-gradient(120deg, #1E50C0 0%, #6D28D9 55%, #B45309 115%); }
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); max-width: none; margin: 0 auto; }
.cta-band p { color: rgba(255,255,255,0.85); margin: 12px auto 26px; max-width: 52ch; }
/* In zentrierten Boxen dürfen breitenbegrenzte Texte nicht links kleben */
.cta-band .intro, .rechner .intro { margin-left: auto; margin-right: auto; }

footer.gross { background: var(--soft); border-top: 1px solid var(--line); padding: 56px 0 40px; font-size: 0.88rem; }
.fuss-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 860px) { .fuss-grid { grid-template-columns: 1fr 1fr; } }
footer.gross h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--faint); margin-bottom: 12px; }
footer.gross a { display: block; color: var(--body); text-decoration: none; padding: 4px 0; }
footer.gross a:hover { color: var(--navy); }
.fuss-marke { color: var(--faint); max-width: 34ch; }
.fuss-marke .logo { color: var(--navy); margin-bottom: 10px; }
.fuss-marke .logo-mark { background: var(--blue); }
.fuss-unten { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px; color: var(--faint); }
.fuss-unten a { display: inline; margin-left: 16px; }

/* ── Angebots-Karte (ploppt beim Scrollen auf) ── */
.angebot {
  position: fixed; left: 20px; bottom: 44px; z-index: 65; width: min(360px, calc(100vw - 40px));
  background: linear-gradient(135deg, #1E50C0, #2563EB 70%);
  color: #fff; border-radius: 16px; padding: 20px 22px 18px;
  box-shadow: 0 24px 60px -12px rgba(10,37,64,0.5);
  opacity: 0; transform: translateY(24px); pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.angebot.da { opacity: 1; transform: none; pointer-events: auto; }
.angebot h3 { color: #fff; font-size: 1.05rem; margin-bottom: 6px; padding-right: 26px; }
.angebot p { font-size: 0.85rem; color: rgba(255,255,255,0.88); line-height: 1.5; }
.angebot .knoepfe { display: flex; gap: 9px; margin-top: 14px; flex-wrap: wrap; }
.angebot .knoepfe a { font-size: 0.85rem; padding: 8px 14px; }
.angebot .zu { position: absolute; top: 10px; right: 12px; background: rgba(255,255,255,0.15);
  border: 0; color: #fff; width: 28px; height: 28px; border-radius: 8px; cursor: pointer; font-size: 14px; }
@media (max-width: 640px) { .angebot { left: 12px; bottom: 40px; } }

/* ── Ratgeber-Artikel ── */
.artikel { max-width: 760px; margin: 0 auto; padding: 56px 24px 20px; font-size: 1.02rem; }
.artikel h2 { font-size: 1.45rem; margin: 44px 0 14px; }
.artikel h3 { font-size: 1.1rem; margin: 30px 0 10px; }
.artikel p { margin: 0 0 16px; max-width: none; }
.artikel ul { margin: 0 0 18px; padding-left: 22px; }
.artikel li { margin-bottom: 7px; }
.artikel a { color: var(--blue-dark); }
.artikel .meta { font-size: 0.85rem; color: var(--faint); margin-bottom: 26px; }
.artikel .callout { background: var(--soft); border-left: 4px solid var(--blue); border-radius: 10px;
  padding: 16px 20px; margin: 22px 0; font-size: 0.97rem; }
.artikel .cta-box { background: linear-gradient(120deg, #1E50C0, #2563EB); border-radius: 14px;
  padding: 26px 28px; margin: 34px 0; color: #fff; }
.artikel .cta-box h1, .artikel .cta-box h2, .artikel .cta-box h3, .artikel .cta-box h4 { color: #fff; }
.artikel .cta-box b, .artikel .cta-box strong { color: #fff; }
.artikel .cta-box p { color: rgba(255,255,255,0.9); }
.artikel .cta-box p a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.artikel .cta-box .btn { background: #fff; color: var(--navy); margin-top: 6px; }
.artikel .artfaq details { border-bottom: 1px solid var(--line); }
.artikel .artfaq summary { cursor: pointer; padding: 15px 30px 15px 0; font-weight: 650; color: var(--navy); list-style: none; position: relative; }
.artikel .artfaq summary::-webkit-details-marker { display: none; }
.artikel .artfaq summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--faint); font-size: 1.2rem; }
.artikel .artfaq details[open] summary::after { content: '−'; color: var(--blue); }
.artikel .artfaq p { padding-bottom: 14px; font-size: 0.95rem; }
.artikel .disclaimer { font-size: 0.82rem; color: var(--faint); border-top: 1px solid var(--line); padding-top: 16px; margin-top: 36px; }
.artikel .updated { font-size: 0.85rem; color: var(--faint); margin-bottom: 26px; }
.artikel .notice { background: #FEF3E2; border: 1px solid #FBDBA7; border-radius: 12px;
  padding: 14px 18px; margin-bottom: 26px; font-size: 0.9rem; }
.artikel .notice b { color: var(--amber); }
.artikel p.muted { color: var(--faint); }
.artikel .ph { background: #FEF3E2; color: #B45309; font-weight: 600; padding: 1px 7px; border-radius: 6px; font-size: 0.92em; }

/* ── Scroll-Reveal ── */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.da { opacity: 1; transform: none; }
}


/* ── Haken-Liste (Demo-Seite u. a.) ── */
.haken-liste { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 14px; }
.haken-liste li { display: flex; gap: 12px; align-items: flex-start; color: var(--faint); line-height: 1.55; }
.haken-liste li svg { flex: 0 0 auto; margin-top: 2px; color: var(--gruen); }

/* ── Demo-Anfrage-Formular ── */
.demo-formular { padding: 28px; }
.demo-formular form { display: grid; gap: 14px; }
.demo-formular label { display: grid; gap: 6px; font-size: 0.88rem; font-weight: 600; color: var(--body); }
.demo-formular .feld-paar { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.demo-formular input[type="email"], .demo-formular input[type="text"], .demo-formular input[type="tel"],
.demo-formular select, .demo-formular textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px;
  font-size: 0.95rem; font-family: inherit; color: var(--body); background: #fff;
}
.demo-formular input:focus, .demo-formular select:focus, .demo-formular textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
}
.demo-formular .pflicht { color: var(--rose); }
.demo-formular .zustimmung { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: 0.82rem; color: var(--faint); }
.demo-formular .zustimmung input { margin-top: 3px; }
.demo-formular .zustimmung a { color: var(--blue-dark); }
.btn.voll { width: 100%; justify-content: center; }
.demo-ok { display: none; text-align: center; padding: 28px 8px; }
.demo-ok.zeig { display: block; }
.demo-ok h3 { margin-bottom: 8px; }
.demo-fehler { display: none; background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca;
  border-radius: 10px; padding: 10px 12px; font-size: 0.85rem; }
.demo-fehler.zeig { display: block; }
@media (max-width: 640px) { .demo-formular .feld-paar { grid-template-columns: 1fr; } }

/* ── Interaktive Tour (echte App im iFrame, Handy/Desktop-Umschalter) ── */
.tour-switch { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 30px auto 4px; }
.tour-uc { display: flex; align-items: center; gap: 11px; background: #fff; border: 1.5px solid var(--line);
  border-radius: 14px; padding: 12px 20px; font-weight: 700; font-size: 0.95rem; color: var(--faint);
  box-shadow: var(--schatten-karte); transition: all 0.15s ease; cursor: pointer; font-family: inherit; }
.tour-uc svg { flex: none; width: 22px; height: 22px; color: var(--blue); }
.tour-uc small { display: block; font-weight: 500; font-size: 0.72rem; color: var(--faint); margin-top: 1px; }
.tour-uc.aktiv { border-color: var(--blue); color: var(--navy); box-shadow: 0 8px 22px rgba(37,99,235,0.16); }
.tour-coach { max-width: 900px; margin: 18px auto 0; display: flex; align-items: center; gap: 14px;
  background: var(--soft); border: 1px solid var(--line); border-radius: 14px; padding: 12px 18px; font-size: 0.9rem; }
.tour-badge { width: 30px; height: 30px; border-radius: 9px; background: #ECE7FB; color: var(--violet);
  display: flex; align-items: center; justify-content: center; flex: none; }
.tour-coach b { color: var(--navy); }
.tour-stage { padding: 26px 0 10px; display: grid; place-items: center; min-height: 620px; }
.tour-frame { display: none; width: 100%; }
.tour-frame.show { display: flex; justify-content: center; }
.tour-phone { width: 380px; max-width: 92vw; height: 860px; max-height: 84vh; background: #0b0b0d;
  border-radius: 48px; padding: 12px; box-shadow: 0 30px 70px rgba(10,37,64,0.28); position: relative; }
.tour-scr { width: 100%; height: 100%; border-radius: 38px; overflow: hidden; position: relative; background: var(--soft); }
.tour-phone iframe { width: 100%; height: 100%; border: 0; display: block; }
.tour-browser { width: min(1160px, 96vw); height: min(740px, 80vh); background: #fff; border-radius: 14px;
  box-shadow: 0 30px 80px rgba(10,37,64,0.24); overflow: hidden; border: 1px solid var(--line);
  position: relative; display: flex; flex-direction: column; }
.split .tour-browser { width: 100%; aspect-ratio: 1440 / 950; height: auto; max-height: 60vh; }
.tour-bbar { height: 42px; background: #F1F4F7; border-bottom: 1px solid var(--line); display: flex;
  align-items: center; gap: 8px; padding: 0 16px; flex: none; }
.tour-dot { width: 11px; height: 11px; border-radius: 50%; }
.tour-url { margin: 0 auto; background: #fff; border-radius: 8px; padding: 5px 16px; font-size: 0.8rem; color: var(--faint); }
.tour-body { flex: 1; position: relative; overflow: hidden; }
.tour-body iframe { width: 100%; height: 100%; border: 0; display: block; }
.tour-body iframe.tour-zoom { width: 1440px; height: 950px; transform-origin: top left; position: absolute; top: 0; left: 0; }
.tour-loading { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 12px; background: var(--soft); color: var(--faint); font-weight: 600;
  font-size: 0.88rem; z-index: 2; transition: opacity 0.3s ease; }
.tour-loading.hide { opacity: 0; pointer-events: none; }
.tour-spinner { width: 22px; height: 22px; border: 3px solid var(--line); border-top-color: var(--blue);
  border-radius: 50%; animation: tour-dreh 0.7s linear infinite; }
@keyframes tour-dreh { to { transform: rotate(360deg); } }
@media (max-width: 640px) { .tour-uc { padding: 10px 14px; } .tour-stage { min-height: 500px; }
  .tour-browser { width: 100%; height: 68vh; } .tour-phone { width: 100%; } }

/* ── Laptop-Rahmen (Demo-Seite, "Als Verwaltung") ── */
.tour-laptop { display: flex; flex-direction: column; align-items: center; }
.tour-laptop-bildschirm { width: min(1160px, 96vw); background: #0b0b0d; border-radius: 18px 18px 6px 6px;
  padding: 16px 16px 20px; box-shadow: 0 30px 80px rgba(10,37,64,0.28); display: flex; flex-direction: column; }
.tour-laptop-cam { width: 7px; height: 7px; border-radius: 50%; background: #2c2c30; margin: 0 auto 12px; flex: none; }
.tour-laptop-scr { height: min(700px, 74vh); background: #fff; border-radius: 6px; overflow: hidden;
  position: relative; display: flex; flex-direction: column; }
.tour-laptop-basis { width: min(1160px, 96vw); height: 14px; background: linear-gradient(180deg,#d5d9de,#aeb4bc);
  border-radius: 0 0 10px 10px; position: relative; }
.tour-laptop-basis::after { content: ''; position: absolute; left: 50%; top: 0; transform: translateX(-50%);
  width: 90px; height: 5px; background: #8b9199; border-radius: 0 0 6px 6px; }
@media (max-width: 640px) { .tour-laptop-bildschirm, .tour-laptop-basis { width: 100%; } .tour-laptop-scr { height: 60vh; } }

/* ── Selbstauskunft-Demo (Recruiting) ── */
.selbstauskunft-demo label { display: grid; gap: 6px; font-size: 0.85rem; font-weight: 600; color: var(--navy); margin-top: 12px; }
.selbstauskunft-demo label:first-of-type { margin-top: 16px; }
.selbstauskunft-demo input { width: 100%; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px;
  font-size: 0.92rem; font-family: inherit; color: var(--body); font-variant-numeric: tabular-nums; }
.selbstauskunft-demo input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
.selbstauskunft-demo .pflicht { color: var(--rose); font-weight: 700; }
.selbstauskunft-demo input.pflichtfeld { border-color: var(--rose); box-shadow: 0 0 0 1px var(--rose); }
.selbstauskunft-demo input.pflichtfeld:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(225,29,72,0.14); }
.selbstauskunft-demo .hinweis-pflicht { font-size: 0.78rem; color: var(--rose); margin-top: 6px; }
.selbstauskunft-demo .stand { font-size: 0.85rem; color: var(--faint); margin-top: 12px; min-height: 20px; }
.selbstauskunft-demo .stand.ok { color: var(--gruen); font-weight: 600; }

/* ── Dienstplan-Fenster vergrößern (Lightbox mit echtem, interaktivem iFrame) ── */
.split .tour-browser { position: relative; }
.tour-klick-decke { position: absolute; inset: 0; z-index: 5; cursor: pointer; border: 0; background: transparent;
  padding: 0; display: block; width: 100%; }
.tour-hinweis { position: absolute; right: 12px; bottom: 12px; z-index: 6; background: rgba(10,37,64,0.78);
  color: #fff; border-radius: 99px; padding: 8px 16px; font-size: 0.82rem; font-weight: 600;
  font-family: inherit; box-shadow: 0 6px 18px rgba(10,37,64,0.3); pointer-events: none;
  opacity: 0; transform: translateY(4px); transition: opacity 0.15s ease, transform 0.15s ease; }
.tour-klick-decke:hover + .tour-hinweis { opacity: 1; transform: translateY(0); }
@media (hover: none) { .tour-hinweis { opacity: 1; transform: none; } }
.tour-enlarge-backdrop { position: fixed; inset: 0; z-index: 200; background: rgba(10,20,35,0.55);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); cursor: pointer; }
.tour-enlarge-zu { position: fixed; top: 20px; right: 24px; z-index: 202; background: rgba(10,37,64,0.85);
  color: #fff; border: 0; width: 40px; height: 40px; border-radius: 50%; font-size: 22px; line-height: 1;
  cursor: pointer; font-family: inherit; box-shadow: 0 6px 18px rgba(10,37,64,0.3); transition: background 0.15s ease; }
.tour-enlarge-zu:hover { background: rgba(10,37,64,0.96); }

/* ── Code-Blöcke (Partner-API) & 4er-Schritte ── */
pre { background: var(--soft); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; margin: 18px 0 0;
  overflow-x: auto; font-family: "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 0.86rem; line-height: 1.55; color: var(--navy); }
pre code { background: none; padding: 0; font-size: inherit; }
code { font-family: "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 0.88em; background: var(--soft); border-radius: 5px; padding: 1px 6px; color: var(--navy); }
.schritte.vierer { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 820px) { .schritte.vierer { grid-template-columns: 1fr; } }
