@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

:root {
  --bg-top: #fff3f3;
  --bg-bottom: #f1d8da;
  --surface: rgba(255, 252, 246, 0.82);

/* ─── Wizard UX v3: mehr Raum, kleinerer CTA ───────────────── */
.funnel-step {
  max-width: 700px;
}

.funnel-step .funnel-step-progress {
  margin-bottom: 46px;
}

.funnel-step .question-card {
  padding: 38px 42px;
  border-radius: 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.funnel-step .question-label-row {
  margin-bottom: 14px;
}

.funnel-step .question-hint {
  margin-bottom: 26px;
}

.funnel-step .choice-cards {
  gap: 14px;
  margin-top: 8px;
}

.funnel-step .choice-card {
  padding: 18px 22px;
  border-radius: 18px;
}

.funnel-step .funnel-step-body {
  margin-bottom: 44px;
}

.funnel-step .wizard-actions {
  gap: 18px;
}

.funnel-step .wizard-actions .ghost-button {
  padding: 12px 8px;
  font-size: 0.92rem;
}

.funnel-step .wizard-actions .primary-button {
  min-width: 116px;
  padding: 12px 22px;
  border-radius: 12px;
  background: var(--ok-red, #fc0c18);
  border: 2px solid var(--ok-red, #fc0c18);
  box-shadow: 0 2px 10px rgba(252, 12, 24, 0.24);
  font-size: 0.93rem;
}

.funnel-step .wizard-actions .primary-button:hover {
  background: var(--ok-red-dark, #c80811);
  border-color: var(--ok-red-dark, #c80811);
  box-shadow: 0 4px 16px rgba(252, 12, 24, 0.32);
}

@media (max-width: 640px) {
  .funnel-step {
    max-width: 100%;
  }

  .funnel-step .question-card {
    padding: 26px 22px;
  }

  .funnel-step .funnel-step-progress {
    margin-bottom: 30px;
  }

  .funnel-step .funnel-step-body {
    margin-bottom: 30px;
  }

  .funnel-step .wizard-actions .primary-button {
    min-width: 104px;
    padding: 11px 18px;
  }
}

/* Contact and completion polish */
.lead-panel-standalone {
  display: grid;
  gap: 22px;
}

.lead-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: start;
}

.lead-intro-card,
.lead-form-card,
.completion-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.lead-intro-card {
  display: grid;
  gap: 18px;
  padding: 28px 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 238, 232, 0.82));
}

.lead-panel-copy {
  display: grid;
  gap: 12px;
}

.lead-panel-copy h4 {
  margin: 0;
  font-size: 1.5rem;
}

.lead-panel-copy p {
  margin: 0;
  color: var(--ok-muted);
  line-height: 1.7;
}

.lead-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.lead-side-list li {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 34, 48, 0.08);
  color: var(--ok-ink);
  line-height: 1.6;
}

.demo-note,
.opt-out-note {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(252, 12, 24, 0.06);
  border: 1px solid rgba(252, 12, 24, 0.12);
}

.demo-note strong,
.opt-out-note strong {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.demo-note p,
.opt-out-note p {
  margin: 0;
  color: var(--ok-ink);
  line-height: 1.65;
}

.lead-form-card {
  display: grid;
  gap: 18px;
  padding: 12px;
  background: rgba(255, 252, 246, 0.84);
}

.lead-form-stack {
  display: grid;
  gap: 16px;
}

.lead-form-section {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  border: 1px solid rgba(17, 34, 48, 0.08);
}

.lead-form-section-consent {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(254, 248, 247, 0.94));
}

.lead-form-section-head {
  display: grid;
  gap: 6px;
}

.lead-form-section-head h5 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  color: var(--ok-ink);
}

.lead-form-section-head p {
  margin: 0;
  color: var(--ok-muted);
  line-height: 1.65;
}

.lead-grid {
  gap: 16px 18px;
}

.lead-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-field {
  display: grid;
  gap: 8px;
}

.lead-field label {
  color: var(--ok-ink);
  font-weight: 600;
}

.lead-form-card input {
  min-height: 54px;
}

.consent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.consent-card {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.consent-card-wide {
  grid-column: 1 / -1;
}

.consent-card input {
  margin: 1px 0 0;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1.5px solid rgba(17, 34, 48, 0.24);
  border-radius: 7px;
  background: #fff;
  box-shadow: inset 0 0 0 3px #fff;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.consent-card input:checked {
  background: var(--ok-red, #fc0c18);
  border-color: var(--ok-red, #fc0c18);
  box-shadow: inset 0 0 0 4px #fff;
}

.consent-card:hover {
  transform: translateY(-1px);
  border-color: rgba(252, 12, 24, 0.24);
  box-shadow: 0 14px 30px rgba(17, 34, 48, 0.08);
}

.consent-card:has(input:checked) {
  border-color: rgba(252, 12, 24, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 242, 242, 0.96));
  box-shadow: 0 18px 36px rgba(17, 34, 48, 0.08);
}

.consent-card-muted:has(input:checked) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 247, 244, 0.96));
}

.consent-card-copy {
  display: grid;
  gap: 6px;
}

.consent-card-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: var(--ok-ink);
}

.consent-card-copy small {
  color: var(--ok-muted);
  line-height: 1.6;
}

.consent-card input:checked + .consent-card-copy strong {
  color: var(--ok-red-dark, #c80811);
}

.consent-card input:checked + .consent-card-copy small {
  color: var(--ok-ink);
}

.lead-form-card #leadMessage {
  margin: 2px 4px 0;
}

.lead-actions {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.lead-actions .primary-button {
  background: var(--ok-red, #fc0c18);
  border-color: var(--ok-red, #fc0c18);
  box-shadow: 0 10px 24px rgba(252, 12, 24, 0.22);
}

.lead-actions .primary-button:hover {
  background: var(--ok-red-dark, #c80811);
  border-color: var(--ok-red-dark, #c80811);
}

.lead-actions .ghost-button {
  background: rgba(255, 255, 255, 0.7);
}

.completion-card {
  display: grid;
  gap: 24px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 241, 231, 0.88));
}

.completion-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 20px;
  align-items: start;
}

.completion-hero-copy {
  display: grid;
  gap: 12px;
}

.completion-hero-copy h3 {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}

.completion-hero-copy p {
  margin: 0;
  color: var(--ok-muted);
  line-height: 1.7;
}

.completion-demo-note {
  background: rgba(17, 34, 48, 0.04);
  border-color: rgba(17, 34, 48, 0.08);
}

.completion-split {
  margin: 0;
  align-items: start;
  gap: 18px;
}

.completion-column {
  display: grid;
  gap: 12px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 34, 48, 0.08);
}

.completion-column strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.completion-column p {
  margin: 0;
  color: var(--ok-muted);
  line-height: 1.65;
}

.completion-list {
  margin: 0;
}

.completion-actions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.completion-action-card {
  display: grid;
  gap: 10px;
  min-height: 160px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  text-decoration: none;
  color: var(--ok-ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.completion-action-card strong {
  font-family: "Sora", sans-serif;
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

.completion-action-card span:last-child {
  color: var(--ok-muted);
  line-height: 1.65;
}

.completion-action-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(17, 34, 48, 0.12);
  border-color: rgba(17, 34, 48, 0.14);
}

.completion-action-primary {
  color: #fff;
  background: linear-gradient(145deg, #fc0c18, #d90d17 70%, #af0a12);
  border-color: rgba(252, 12, 24, 0.28);
}

.completion-action-primary .card-label,
.completion-action-primary span:last-child {
  color: rgba(255, 255, 255, 0.88);
}

.completion-action-demo {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 238, 0.94));
}

@media (max-width: 1180px) {
  .lead-layout,
  .completion-hero {
    grid-template-columns: 1fr;
  }

  .completion-actions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .lead-intro-card,
  .lead-form-section,
  .completion-card,
  .completion-column {
    padding: 20px;
  }

  .consent-grid,
  .completion-actions-grid {
    grid-template-columns: 1fr;
  }

  .lead-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .lead-actions .primary-button,
  .lead-actions .ghost-button {
    width: 100%;
    justify-content: center;
  }
}

/* ─── Analysis preview polish ───────────────────────────────── */
.analysis-preview-shell {
  display: grid;
  gap: 24px;
}

.analysis-summary-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.analysis-stat-card {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 242, 0.9));
  border: 1px solid rgba(17, 34, 48, 0.08);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
}

.analysis-stat-label,
.finding-section-label {
  font-size: 0.76rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ok-muted);
}

.analysis-stat-value {
  font-family: var(--font-display);
  font-size: 1.06rem;
  line-height: 1.3;
  color: var(--ok-ink);
}

.analysis-stat-card p,
.finding-card-summary {
  margin: 0;
  color: var(--ok-muted);
}

.analysis-preview-shell .analysis-overview-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
  align-items: start;
  gap: 20px;
}

.analysis-preview-shell .analysis-spotlight,
.analysis-preview-shell .analysis-sidebar {
  display: grid;
  gap: 18px;
  align-self: start;
  padding: 28px;
}

.analysis-spotlight-head,
.finding-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.analysis-preview-shell .analysis-spotlight h4,
.analysis-preview-shell .analysis-sidebar h4,
.analysis-preview-shell .finding-card h4 {
  margin: 0;
}

.analysis-preview-shell .analysis-spotlight p,
.analysis-preview-shell .analysis-sidebar p {
  margin: 0;
}

.analysis-preview-shell .spotlight-note {
  margin-top: 0;
}

.analysis-action-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.analysis-action-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(17, 34, 48, 0.08);
}

.analysis-action-list li:first-child {
  padding-top: 4px;
  border-top: none;
}

.analysis-action-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(252, 12, 24, 0.1);
  color: var(--ok-red);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
}

.analysis-preview-shell .finding-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 0;
  align-items: start;
}

.analysis-preview-shell .finding-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.finding-section {
  display: grid;
  gap: 10px;
}

.analysis-preview-shell .finding-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.analysis-preview-shell .finding-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.analysis-preview-shell .finding-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(252, 12, 24, 0.26);
}

.analysis-preview-shell .evidence-list li::before {
  background: rgba(17, 34, 48, 0.22);
}

@media (max-width: 960px) {
  .analysis-summary-strip,
  .analysis-preview-shell .analysis-overview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .analysis-stat-card,
  .analysis-preview-shell .analysis-spotlight,
  .analysis-preview-shell .analysis-sidebar,
  .analysis-preview-shell .finding-card {
    padding: 20px;
  }

  .analysis-action-list li {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .analysis-action-index {
    width: 26px;
    height: 26px;
    font-size: 0.8rem;
  }
}
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(255, 249, 241, 0.72);
  --ink: #181818;
  --muted: #6e5d61;
  --line: rgba(17, 34, 48, 0.12);
  --line-strong: rgba(17, 34, 48, 0.2);
  --primary: #fc0c18;
  --primary-strong: #181818;
  --accent: #fc0c18;
  --accent-soft: rgba(252, 12, 24, 0.14);
  --success: #2a6752;
  --warning: #a16936;
  --danger: #a3434a;
  --shadow-soft: 0 20px 44px rgba(17, 34, 48, 0.1);
  --shadow-strong: 0 28px 70px rgba(17, 34, 48, 0.16);
  --font-display: "Sora", "Avenir Next", sans-serif;
  --font-body: "Manrope", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#pain-points,
#impact,
#entry-paths,
#workflow {
  scroll-margin-top: 120px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 12% 8%, rgba(252, 12, 24, 0.14), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(24, 24, 24, 0.1), transparent 24%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.26), transparent 36%),
    repeating-linear-gradient(135deg, rgba(17, 34, 48, 0.012) 0 2px, transparent 2px 10px);
  pointer-events: none;
}

a {
  color: inherit;
}

.landing-body main,
.dashboard-main {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto 72px;
}

.topbar {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 18px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 8px 0 0;
  background: rgba(248, 243, 236, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  z-index: -1;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 18px;
}

.brand-text {
  display: grid;
  gap: 4px;
}

.brand-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
}

.brand-eyebrow,
.card-label,
.pill,
.route-chip,
.micro-proof,
.step-counter,
.stage-badge {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
}

.brand-eyebrow,
.card-label,
.route-chip,
.step-counter {
  color: var(--muted);
}

.brand-name,
h1,
h2,
h3,
h4,
strong {
  font-family: var(--font-display);
}

.topbar-actions {
  display: flex;
  gap: 12px;
  padding-right: 18px;
}

.ghost-link,
.primary-button,
.secondary-button,
.ghost-button,
.route-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ghost-link {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ghost-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(17, 34, 48, 0.08);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.92fr);
  gap: 28px;
  padding: 34px 0 38px;
}

.hero-copy,
.hero-panel,
.workflow-card,
.dashboard-card,
.value-band article,
.trust-card,
.placeholder-state,
.route-card,
.soft-card,
.finding-card,
.analysis-spotlight,
.analysis-sidebar,
.journey-rail,
.stage-panel,
.lead-panel,
.completion-card,
.question-card,
.summary-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(22px);
}

.hero-copy {
  padding: 46px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -90px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252, 12, 24, 0.16) 0%, transparent 70%);
}

.hero-kicker-row,
.hero-outcome-strip,
.hero-actions,
.wizard-actions,
.inline-form,
.dashboard-form,
.completion-actions,
.trust-steps {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.pill,
.micro-proof,
.route-chip,
.subtle-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
}

.pill,
.route-chip,
.subtle-pill {
  background: rgba(255, 255, 255, 0.72);
}

.micro-proof {
  background: rgba(207, 115, 69, 0.1);
  color: var(--accent);
  border-color: rgba(207, 115, 69, 0.2);
}

.hero-copy h1 {
  margin: 18px 0 14px;
  max-width: 12ch;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.96;
}

.hero-text,
.workflow-header-copy p,
.stage-copy p,
.dashboard-copy p,
.analysis-spotlight p,
.analysis-sidebar p,
.route-card p,
.summary-card p,
.completion-card p,
.lead-panel-copy p,
.journey-rail p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-brandline {
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 600;
}

.hero-outcome-strip {
  margin: 0 0 6px;
}

.hero-outcome-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(252, 12, 24, 0.08);
  border: 1px solid rgba(252, 12, 24, 0.14);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 600;
}

.primary-button,
.secondary-button,
.ghost-button {
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 18px;
  font-family: var(--font-display);
  font-size: 0.98rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-button {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-strong) 100%);
  color: #fff;
  box-shadow: 0 20px 32px rgba(21, 59, 75, 0.26);
}

.secondary-button {
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ghost-button {
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
  border: 1px solid var(--line);
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover,
.route-card:hover {
  transform: translateY(-2px);
}

.primary-button:active,
.secondary-button:active,
.ghost-button:active,
.route-card:active {
  transform: translateY(1px) scale(0.995);
}

.primary-button:disabled,
.secondary-button:disabled,
.ghost-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.summary-grid,
.dashboard-grid,
.analysis-overview-grid,
.dashboard-hero {
  display: grid;
  gap: 18px;
}

.hero-facts,
.value-band,
.summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-facts {
  margin-top: 28px;
}

.hero-facts-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.hero-facts article,
.summary-card,
.placeholder-state,
.trust-card,
.finding-card,
.completion-card,
.analysis-sidebar,
.analysis-spotlight,
.route-card,
.question-card,
.journey-rail,
.stage-panel,
.lead-panel {
  border-radius: 24px;
}

.hero-facts article,
.summary-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.compact-facts {
  margin-top: 20px;
}

.hero-facts strong,
.summary-card strong,
.route-card h2,
.analysis-spotlight h4,
.analysis-sidebar h4,
.finding-card h4,
.completion-card h3,
.dashboard-token-card h2 {
  display: block;
  margin: 0 0 8px;
}

.hero-panel {
  display: grid;
  gap: 18px;
  padding: 20px;
  border-radius: 34px;
}

.selection-panel {
  display: grid;
  gap: 18px;
}

.selection-panel-copy {
  display: grid;
  gap: 8px;
  padding: 4px 4px 0;
}

.selection-panel-copy h2,
.onepager-flow-copy h2 {
  margin: 0;
}

.selection-panel-copy p,
.onepager-flow-copy p,
.trust-card-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.route-deck {
  display: grid;
  gap: 16px;
}

.route-card {
  width: 100%;
  border: 1px solid var(--line);
  padding: 26px;
  text-align: left;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 249, 241, 0.74));
  box-shadow: var(--shadow-soft);
}

.route-card-business {
  background: linear-gradient(180deg, rgba(252, 12, 24, 0.12), rgba(255, 255, 255, 0.88));
}

.route-card-employee {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.08), rgba(255, 255, 255, 0.9));
}

.route-card.is-active {
  border-color: rgba(252, 12, 24, 0.42);
  box-shadow:
    0 0 0 1px rgba(252, 12, 24, 0.18),
    0 24px 46px rgba(24, 24, 24, 0.14);
}

.route-points,
.journey-list,
.recommendation-list,
.evidence-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.route-points li,
.recommendation-list li,
.evidence-list li,
.journey-note,
.lead-checks label {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
}

.route-points li,
.recommendation-list li,
.evidence-list li {
  margin-top: 10px;
}

.trust-card {
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(249, 241, 232, 0.86));
}

.trust-card-highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 238, 239, 0.92));
}

.trust-steps span {
  padding: 11px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  font-weight: 700;
}

.trust-steps-numbered span strong {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.84rem;
}

.trust-card-note {
  margin-top: 14px;
}

.value-band article {
  padding: 24px;
  border-radius: 28px;
}

.band-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: var(--accent-soft);
  color: var(--accent);
  font-family: var(--font-display);
}

.content-section {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}

.narrative-section {
  padding: 28px;
  border-radius: 34px;
  background: rgba(255, 252, 246, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(20px);
}

.narrative-section-dark {
  background:
    linear-gradient(180deg, rgba(24, 24, 24, 0.96), rgba(63, 38, 44, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02));
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff6f6;
}

.narrative-section-accent {
  background: linear-gradient(180deg, rgba(255, 245, 245, 0.86), rgba(255, 239, 239, 0.78));
}

.section-intro {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 8px;
}

.section-intro h2,
.section-intro p {
  margin: 0;
}

.section-intro p,
.benefit-card p,
.pain-card p,
.impact-card p {
  color: var(--muted);
  line-height: 1.65;
}

.narrative-section-dark .card-label,
.narrative-section-dark .section-intro p,
.narrative-section-dark .pain-card p,
.narrative-section-dark .pain-card strong {
  color: inherit;
}

.pain-grid,
.benefit-lane,
.impact-grid {
  display: grid;
  gap: 18px;
}

.pain-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pain-card,
.benefit-card,
.impact-card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.pain-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.pain-card .step-card-index,
.narrative-section-dark .step-card-index {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.pain-card strong,
.benefit-card strong,
.impact-card h3 {
  display: block;
  margin: 0 0 10px;
}

.impact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.impact-card-before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 241, 231, 0.72));
}

.impact-card-after {
  background: linear-gradient(180deg, rgba(252, 12, 24, 0.08), rgba(255, 255, 255, 0.92));
}

.benefit-lane {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card {
  background: rgba(255, 255, 255, 0.8);
}

.onepager-strip {
  margin-bottom: 28px;
}

.onepager-flow-card {
  display: grid;
  gap: 18px;
  padding: 26px;
  border-radius: 32px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(22px);
}

.onepager-flow-copy {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
}

.onepager-flow-copy p {
  max-width: 42ch;
}

.onepager-grid {
  align-items: stretch;
}

.onepager-card {
  min-height: 100%;
}

.step-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(249, 243, 235, 0.76));
}

.step-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(252, 12, 24, 0.1);
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 0.95rem;
}

.workflow-shell {
  display: grid;
  gap: 22px;
}

.workflow-header,
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

.workflow-header-copy {
  display: grid;
  gap: 8px;
}

.workflow-header-meta {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.progress-label {
  color: var(--muted);
  font-size: 0.94rem;
}

.workflow-card,
.dashboard-card {
  padding: 30px;
  border-radius: 32px;
}

.placeholder-state {
  padding: 36px;
  text-align: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px dashed rgba(17, 34, 48, 0.16);
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
}

.journey-rail {
  padding: 24px;
  position: sticky;
  top: 92px;
  align-self: start;
}

.journey-progress {
  margin: 18px 0 20px;
  display: grid;
  gap: 10px;
}

.journey-progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.journey-bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(17, 34, 48, 0.08);
}

.journey-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);
}

.journey-list {
  display: grid;
  gap: 12px;
}

.journey-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid transparent;
}

.journey-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.journey-item span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.journey-item.is-current {
  background: rgba(252, 12, 24, 0.08);
  border-color: rgba(252, 12, 24, 0.2);
}

.journey-item.is-done {
  background: rgba(42, 103, 82, 0.08);
}

.journey-item.is-upcoming {
  background: rgba(255, 255, 255, 0.48);
}

.journey-index {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}

.journey-note {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.55;
}

.stage-panel {
  padding: 28px;
}

.stage-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.stage-copy {
  display: grid;
  gap: 8px;
}

.stage-badge {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: var(--primary);
  white-space: nowrap;
}

.section-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.funnel-summary-grid {
  align-items: stretch;
}

.soft-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.question-grid,
.finding-grid,
.lead-grid,
.dashboard-grid {
  display: grid;
  gap: 16px;
}

.question-grid.two-column,
.lead-grid,
.dashboard-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.question-card {
  padding: 18px;
  border: 1px solid rgba(17, 34, 48, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 243, 235, 0.82));
}

.question-funnel-shell {
  max-width: 840px;
}

.question-funnel-shell .question-card {
  padding: 24px;
  border-radius: 28px;
}

.question-card label,
.lead-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.question-card:has(textarea),
.question-card:has(.choice-row),
.question-card:has(.checkbox-row) {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(17, 34, 48, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  padding: 15px 16px;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(252, 12, 24, 0.42);
  box-shadow:
    0 0 0 4px rgba(252, 12, 24, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

textarea {
  min-height: 136px;
  resize: vertical;
}

.choice-row,
.checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 34, 48, 0.1);
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.choice-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(17, 34, 48, 0.08);
}

.choice-chip:has(input:checked) {
  background: linear-gradient(135deg, rgba(252, 12, 24, 0.16), rgba(24, 24, 24, 0.08));
  border-color: rgba(252, 12, 24, 0.28);
  box-shadow: 0 14px 28px rgba(17, 34, 48, 0.1);
}

.choice-chip input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--primary);
}

.info-banner,
.error-banner {
  padding: 15px 16px;
  border-radius: 18px;
  margin-bottom: 16px;
}

.info-banner {
  background: rgba(252, 12, 24, 0.08);
  border: 1px solid rgba(252, 12, 24, 0.16);
}

.error-banner {
  background: rgba(163, 67, 74, 0.1);
  border: 1px solid rgba(163, 67, 74, 0.16);
  color: var(--danger);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-family: var(--font-display);
}

.status-pill.level-hoch {
  background: rgba(163, 67, 74, 0.14);
  color: var(--danger);
}

.status-pill.level-mittel {
  background: rgba(161, 105, 54, 0.16);
  color: var(--warning);
}

.status-pill.level-niedrig {
  background: rgba(42, 103, 82, 0.14);
  color: var(--success);
}

.analysis-overview-grid,
.dashboard-hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.analysis-spotlight,
.analysis-sidebar,
.lead-panel,
.completion-card,
.dashboard-token-card,
.dashboard-copy {
  padding: 24px;
}

.spotlight-note,
.wish-card {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
}

.finding-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.compact-list {
  display: grid;
  gap: 10px;
}

.lead-panel {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.lead-panel-standalone {
  margin-top: 0;
}

.lead-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-field-wide {
  grid-column: 1 / -1;
}

.lead-checks,
.completion-actions {
  display: grid;
  gap: 10px;
}

.lead-checks input {
  width: auto;
  accent-color: var(--primary);
}

.consent-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.completion-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 241, 231, 0.82));
}

.completion-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0;
}

.dashboard-main {
  display: grid;
  gap: 24px;
}

.dashboard-copy,
.dashboard-token-card {
  min-height: 100%;
}

.dashboard-form {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.dashboard-content {
  display: grid;
  gap: 22px;
}

.dashboard-grid-single {
  grid-template-columns: 1fr;
}

.dashboard-grid {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.table-card {
  min-height: 100%;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 13px 10px;
  border-bottom: 1px solid rgba(17, 34, 48, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 0.94rem;
}

tbody tr:hover {
  background: rgba(255, 255, 255, 0.48);
}

th {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.contact-tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(252, 12, 24, 0.08);
  border: 1px solid rgba(252, 12, 24, 0.12);
  font-size: 0.76rem;
}

.tag-list span {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.hidden {
  display: none !important;
}

.dashboard-unified-body {
  background: var(--ok-white);
  color: var(--ok-ink-mid);
}

.dashboard-unified-body::before {
  display: none;
}

.dashboard-shell {
  display: grid;
}

.dashboard-nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dashboard-nav-copy {
  display: grid;
  gap: 2px;
}

.dashboard-nav-copy strong {
  font-family: var(--font-display);
  font-size: 0.96rem;
  color: var(--ok-ink);
}

.dashboard-admin-hero {
  padding-bottom: 56px;
}

.dashboard-admin-hero-inner {
  align-items: start;
}

.dashboard-hero-copy {
  padding-top: 10px;
}

.dashboard-proof-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--ok-line);
  background: var(--ok-white);
}

.dashboard-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.dashboard-access-card {
  border-color: var(--ok-line);
}

.dashboard-token-form {
  margin-top: 18px;
}

.dashboard-token-form input {
  border-radius: var(--radius-md);
  border: 1px solid var(--ok-line);
  background: var(--ok-white);
  color: var(--ok-ink);
}

.dashboard-access-card #dashboardMessage {
  margin-top: 14px;
}

.dashboard-unified-body .dashboard-card,
.dashboard-unified-body .summary-card {
  background: var(--ok-white);
  border: 1px solid var(--ok-line);
  box-shadow: var(--shadow-card);
  backdrop-filter: none;
}

.dashboard-unified-body .summary-card {
  padding: 22px;
}

.dashboard-unified-body .info-banner,
.dashboard-unified-body .error-banner {
  margin-bottom: 0;
  border-radius: var(--radius-md);
}

.dashboard-unified-body .tag-list span {
  background: var(--ok-surface);
  border-color: var(--ok-line);
  box-shadow: none;
}

.dashboard-unified-body .contact-tags span {
  background: var(--ok-red-muted);
  border-color: rgba(252, 12, 24, 0.16);
}

.dashboard-unified-body .subtle-pill {
  background: var(--ok-surface);
  border-color: var(--ok-line);
  color: var(--ok-ink-mid);
}

.dashboard-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.dashboard-section-header {
  max-width: 760px;
  margin: 0 0 36px;
  text-align: left;
}

.dashboard-usage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dashboard-usage-card {
  display: grid;
  gap: 12px;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: var(--ok-white);
  border: 1px solid var(--ok-line);
  box-shadow: var(--shadow-card);
}

.dashboard-usage-card h3 {
  margin: 0;
  font-size: 1.08rem;
  color: var(--ok-ink);
}

.dashboard-usage-card p {
  color: var(--ok-muted);
  margin: 0;
}

.dashboard-usage-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--ok-red-muted);
  color: var(--ok-red);
  font-family: var(--font-display);
  font-weight: 700;
}

.dashboard-summary-grid {
  margin-bottom: 18px;
}

.dashboard-signal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
}

.dashboard-card-head,
.dashboard-table-head {
  align-items: center;
}

.dashboard-anchor-link,
.dashboard-table-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--ok-line);
  background: var(--ok-white);
  color: var(--ok-ink);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.dashboard-anchor-link:hover,
.dashboard-table-link:hover {
  color: var(--ok-red);
  border-color: rgba(252, 12, 24, 0.28);
  text-decoration: none;
  transform: translateY(-1px);
}

.signal-list {
  display: grid;
  gap: 14px;
}

.signal-row {
  display: grid;
  grid-template-columns: minmax(148px, 0.54fr) 1fr auto;
  gap: 12px;
  align-items: center;
}

.signal-copy {
  display: grid;
  gap: 4px;
}

.signal-copy strong {
  margin: 0;
  color: var(--ok-ink);
  font-size: 0.95rem;
}

.signal-copy span {
  color: var(--ok-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.signal-meter {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #f1f2f5;
  border: 1px solid var(--ok-line);
}

.signal-meter-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.signal-meter-fill.is-high {
  background: linear-gradient(90deg, var(--ok-red) 0%, var(--ok-red-dark) 100%);
}

.signal-meter-fill.is-medium {
  background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.signal-meter-fill.is-low {
  background: linear-gradient(90deg, #22c55e 0%, #15803d 100%);
}

.signal-count {
  min-width: 2ch;
  text-align: right;
  color: var(--ok-ink);
  font-family: var(--font-display);
  font-weight: 700;
}

.table-subline {
  margin-top: 4px;
  color: var(--ok-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.lead-route-pill {
  font-size: 0.76rem;
}

.dashboard-empty-state {
  padding: 18px 12px;
  color: var(--ok-muted);
}

.dashboard-unified-body tbody tr:hover {
  background: #fff8f8;
}

.dashboard-footer-note {
  color: #555e72;
}

@media (max-width: 1080px) {
  .hero,
  .workflow-layout,
  .analysis-overview-grid,
  .dashboard-hero,
  .dashboard-grid,
  .dashboard-signal-grid,
  .dashboard-usage-grid {
    grid-template-columns: 1fr;
  }

  .journey-rail {
    position: static;
  }
}

@media (max-width: 960px) {
  .hero-facts,
  .value-band,
  .summary-grid,
  .section-summary-grid,
  .pain-grid,
  .impact-grid,
  .benefit-lane,
  .finding-grid,
  .question-grid.two-column,
  .lead-grid,
  .completion-split,
  .compact-facts {
    grid-template-columns: 1fr;
  }

  .topbar,
  .landing-body main,
  .dashboard-main {
    width: min(100vw - 28px, 1180px);
  }

  .signal-row {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar-actions {
    padding-right: 0;
  }

  .brand-block {
    padding-left: 0;
  }

  .onepager-flow-copy {
    display: grid;
  }

   .brand-logo {
    height: 38px;
  }
}

@media (max-width: 640px) {
  .narrative-section,
  .hero-copy,
  .hero-panel,
  .workflow-card,
  .dashboard-card,
  .journey-rail,
  .stage-panel,
  .lead-panel,
  .completion-card,
  .dashboard-token-card,
  .dashboard-copy {
    padding: 20px;
    border-radius: 24px;

  .topbar-actions {
    flex-wrap: wrap;
  }
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.3rem, 13vw, 3.7rem);
  }

  .stage-header,
  .workflow-header,
  .card-header {
    flex-direction: column;
  }

  .workflow-header-meta {
    justify-items: start;
  }

  .dashboard-nav-brand {
    width: 100%;
  }

  .dashboard-hero-actions,
  .dashboard-proof-row {
    width: 100%;
  }
}

/* ─── Funnel redesign: question UI ─────────────────────────────── */

/* Section banner above each question */
.question-section-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  margin-bottom: 20px;
}

.question-section-banner .section-label-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--ink);
}

.question-section-banner .section-position {
  color: var(--muted);
  font-size: 0.82rem;
  white-space: nowrap;
}

/* Label row with required / optional tag */
.question-label-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 10px;
}

.question-label-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.35;
  color: var(--ink);
}

.req-tag {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-family: var(--font-display);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(252, 12, 24, 0.1);
  color: var(--primary);
  border: 1px solid rgba(252, 12, 24, 0.2);
  white-space: nowrap;
}

.opt-tag {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-family: var(--font-display);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(17, 34, 48, 0.06);
  color: var(--muted);
  border: 1px solid rgba(17, 34, 48, 0.1);
  white-space: nowrap;
}

/* Hint box */
.question-hint {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(42, 103, 82, 0.06);
  border: 1px solid rgba(42, 103, 82, 0.15);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

.question-hint-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(42, 103, 82, 0.18);
  color: var(--success);
  font-size: 0.7rem;
  font-weight: 800;
  font-style: italic;
  margin-top: 1px;
}

/* Card-style choices (replaces .choice-chip) */
.choice-cards {
  display: grid;
  gap: 8px;
}

.choice-card {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 34, 48, 0.1);
  cursor: pointer;
  transition: border-color 140ms ease, background 140ms ease, transform 100ms ease;
  /* override .question-card label specificity */
  display: grid !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.choice-card:hover {
  border-color: rgba(17, 34, 48, 0.22);
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-1px);
}

.choice-card:has(input:checked) {
  background: linear-gradient(135deg, rgba(252, 12, 24, 0.08), rgba(255, 255, 255, 0.96));
  border-color: rgba(252, 12, 24, 0.38);
  box-shadow: 0 4px 16px rgba(252, 12, 24, 0.1);
}

.choice-card input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--primary);
  cursor: pointer;
  flex-shrink: 0;
}

.choice-card-label {
  font-size: 0.97rem;
  color: var(--ink);
  line-height: 1.4;
}

.choice-card:has(input:checked) .choice-card-label {
  font-weight: 700;
  color: var(--primary-strong);
}

/* Bigger, airier question card in funnel */
.question-funnel-shell .question-card {
  padding: 28px 32px;
  border-radius: 28px;
}

/* ─── Wizard UX v3: mehr Raum, kleinerer CTA ───────────────── */
.funnel-step {
  max-width: 700px;
}

.funnel-step .funnel-step-progress {
  margin-bottom: 46px;
}

.funnel-step .question-card {
  padding: 38px 42px;
  border-radius: 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.funnel-step .question-label-row {
  margin-bottom: 14px;
}

.funnel-step .question-hint {
  margin-bottom: 26px;
}

.funnel-step .choice-cards {
  gap: 14px;
  margin-top: 8px;
}

.funnel-step .choice-card {
  padding: 18px 22px;
  border-radius: 18px;
}

.funnel-step .funnel-step-body {
  margin-bottom: 44px;
}

.funnel-step .wizard-actions {
  gap: 18px;
}

.funnel-step .wizard-actions .ghost-button {
  padding: 12px 8px;
  font-size: 0.92rem;
}

.funnel-step .wizard-actions .primary-button {
  min-width: 116px;
  padding: 12px 22px;
  border-radius: 12px;
  background: var(--ok-red, #fc0c18);
  border: 2px solid var(--ok-red, #fc0c18);
  box-shadow: 0 2px 10px rgba(252, 12, 24, 0.24);
  font-size: 0.93rem;
}

.funnel-step .wizard-actions .primary-button:hover {
  background: var(--ok-red-dark, #c80811);
  border-color: var(--ok-red-dark, #c80811);
  box-shadow: 0 4px 16px rgba(252, 12, 24, 0.32);
}

@media (max-width: 640px) {
  .funnel-step {
    max-width: 100%;
  }

  .funnel-step .question-card {
    padding: 26px 22px;
  }

  .funnel-step .funnel-step-progress {
    margin-bottom: 30px;
  }

  .funnel-step .funnel-step-body {
    margin-bottom: 30px;
  }

  .funnel-step .wizard-actions .primary-button {
    min-width: 104px;
    padding: 11px 18px;
  }
}
/* ════════════════════════════════════════════════════════════
   Preview v2 (Ergebnisvorschau) + Lead v2 (Kontakt) — UI/UX Refresh
   ════════════════════════════════════════════════════════════ */

.preview-v2 { display: grid; gap: 20px; max-width: 880px; margin: 0 auto; }

.preview-banner-demo {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 18px;
  background: #fff8e6;
  border: 1px solid #f1d089;
  border-left: 4px solid #d99a2b;
  border-radius: 12px;
  font-size: 0.88rem; line-height: 1.55;
}
.preview-banner-demo strong {
  color: #8a5a0e;
  font-family: var(--font-display, "Sora", sans-serif);
  flex-shrink: 0; margin-right: 4px;
}
.preview-banner-demo span { color: #5d4514; }

.preview-hero-card {
  background: #fff;
  border: 1px solid var(--ok-line, #e2e4e9);
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.preview-hero-card.preview-level-hoch    { border-top: 4px solid #d63030; }
.preview-hero-card.preview-level-mittel  { border-top: 4px solid #d99a2b; }
.preview-hero-card.preview-level-niedrig { border-top: 4px solid #2a8c63; }

.preview-hero-top {
  display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.preview-hero-meta { color: var(--ok-muted, #6b7280); font-size: 0.86rem; font-weight: 500; }

.preview-hero-title {
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 1.35rem; line-height: 1.35; font-weight: 700;
  color: var(--ok-ink, #111318); margin: 0 0 10px;
}
.preview-hero-summary { color: #4a4f5e; line-height: 1.65; margin: 0 0 20px; font-size: 0.95rem; }

.preview-hero-signal {
  display: grid; gap: 4px;
  padding: 14px 16px;
  background: #fafafa;
  border-radius: 12px;
  border-left: 3px solid var(--ok-red, #fc0c18);
}
.preview-signal-label {
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ok-red, #fc0c18);
}
.preview-signal-text { color: var(--ok-ink, #111318); font-size: 0.92rem; line-height: 1.5; }
.preview-signal-text strong { font-weight: 700; }

.preview-actions-card {
  background: #fff;
  border: 1px solid var(--ok-line, #e2e4e9);
  border-radius: 20px;
  padding: 24px 28px;
}
.preview-actions-card header { margin-bottom: 14px; }
.preview-actions-card h4 {
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 1.12rem; margin: 4px 0 0; color: var(--ok-ink);
}

.preview-actions-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 10px;
}
.preview-actions-list li {
  display: grid; grid-template-columns: 32px 1fr; gap: 12px;
  align-items: start;
  padding: 12px 14px;
  background: #fafafa; border-radius: 10px;
  font-size: 0.92rem; line-height: 1.55; color: var(--ok-ink);
}
.preview-action-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--ok-red, #fc0c18); color: #fff;
  font-family: var(--font-display, "Sora", sans-serif);
  font-weight: 700; font-size: 0.82rem;
}

.preview-findings { display: grid; gap: 14px; }
.preview-findings-head h4 {
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 1.05rem; margin: 4px 0 0; color: var(--ok-ink);
}
.preview-findings-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}
.preview-finding-card {
  background: #fff;
  border: 1px solid var(--ok-line, #e2e4e9);
  border-radius: 14px;
  padding: 18px 20px;
  display: grid; gap: 10px;
}
.preview-finding-card.preview-level-hoch    { border-left: 3px solid #d63030; }
.preview-finding-card.preview-level-mittel  { border-left: 3px solid #d99a2b; }
.preview-finding-card.preview-level-niedrig { border-left: 3px solid #2a8c63; }

.preview-finding-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.preview-finding-head h5 {
  margin: 0;
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 1rem; color: var(--ok-ink);
}
.preview-finding-summary { color: #4a4f5e; font-size: 0.88rem; line-height: 1.55; margin: 0; }

.preview-finding-details { font-size: 0.86rem; }
.preview-finding-details summary {
  cursor: pointer; color: var(--ok-red, #fc0c18); font-weight: 600;
  padding: 6px 0; list-style: none;
}
.preview-finding-details summary::-webkit-details-marker { display: none; }
.preview-finding-details summary::before { content: "▸ "; display: inline-block; transition: transform .18s; }
.preview-finding-details[open] summary::before { content: "▾ "; }
.preview-finding-block { margin-top: 10px; }
.preview-block-label {
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--ok-muted, #6b7280);
  display: block; margin-bottom: 4px;
}
.preview-finding-block ul {
  margin: 0; padding-left: 18px; line-height: 1.6; color: #3d4250;
}

/* ─── LEAD STEP V2 ────────────────────────────────────────── */
.lead-v2 { display: grid; gap: 18px; max-width: 720px; margin: 0 auto; }

.lead-v2-section {
  background: #fff;
  border: 1px solid var(--ok-line, #e2e4e9);
  border-radius: 18px;
  padding: 22px 26px;
}
.lead-v2-section-consent { background: #fffafa; }

.lead-v2-head {
  display: grid; grid-template-columns: 36px 1fr; gap: 12px;
  align-items: center; margin-bottom: 18px;
}
.lead-v2-head h4 {
  margin: 0; font-family: var(--font-display, "Sora", sans-serif);
  font-size: 1.08rem; color: var(--ok-ink);
}
.lead-v2-head p { margin: 2px 0 0; color: var(--ok-muted, #6b7280); font-size: 0.85rem; line-height: 1.5; }
.lead-v2-step {
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--ok-red, #fc0c18); color: #fff;
  font-family: var(--font-display, "Sora", sans-serif);
  font-weight: 700; font-size: 0.95rem;
}

.lead-v2-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
.lead-v2-field { display: grid; gap: 6px; }
.lead-v2-field-wide { grid-column: 1 / -1; }
.lead-v2-field label {
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 0.84rem; font-weight: 600; color: var(--ok-ink);
}
.lead-v2-field input {
  height: 44px; padding: 0 14px;
  border: 1px solid var(--ok-line, #e2e4e9);
  border-radius: 10px;
  background: #fff;
  font-family: var(--font-body, "Manrope", sans-serif);
  font-size: 0.94rem;
  transition: border-color .15s, box-shadow .15s;
}
.lead-v2-field input:focus {
  outline: none;
  border-color: var(--ok-red, #fc0c18);
  box-shadow: 0 0 0 3px rgba(252, 12, 24, 0.1);
}
.required { color: var(--ok-red, #fc0c18); font-weight: 700; }

.consent-list { display: grid; gap: 8px; margin-bottom: 18px; }
.consent-row {
  display: grid; grid-template-columns: 22px 1fr; gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid var(--ok-line, #e2e4e9);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.consent-row:hover { border-color: #fc0c1830; }
.consent-row:has(input:checked) {
  border-color: #fc0c1840;
  background: #fff5f5;
}
.consent-row input[type="checkbox"] {
  width: 18px; height: 18px; margin: 2px 0 0;
  accent-color: var(--ok-red, #fc0c18);
  cursor: pointer;
}
.consent-row-copy { display: grid; gap: 2px; }
.consent-row-copy strong {
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 0.92rem; font-weight: 700; color: var(--ok-ink);
}
.consent-row-copy small { color: var(--ok-muted, #6b7280); font-size: 0.82rem; line-height: 1.5; }
.consent-row-required { background: #fafafa; }

.lead-v2-optout {
  display: grid; grid-template-columns: 36px 1fr; gap: 14px;
  padding: 16px 18px;
  background: #f5f7fa;
  border: 1px solid #d9dfe6;
  border-radius: 12px;
  border-left: 4px solid #5b7494;
}
.lead-v2-optout-icon {
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: #5b7494; color: #fff;
  font-family: var(--font-display, "Sora", sans-serif);
  font-weight: 700; font-style: italic; font-size: 1rem;
}
.lead-v2-optout strong {
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 0.95rem; color: #1f2a3a; display: block; margin-bottom: 4px;
}
.lead-v2-optout p { margin: 0; color: #4a586c; font-size: 0.85rem; line-height: 1.55; }

.lead-v2-actions {
  display: flex; justify-content: space-between; gap: 12px; margin-top: 8px;
}

@media (max-width: 720px) {
  .lead-v2-grid { grid-template-columns: 1fr; }
  .preview-findings-grid { grid-template-columns: 1fr; }
}

/* ─── DEMO-BANNER (Dashboard / Lead Board) ───────────────── */
.demo-banner-global {
  position: sticky; top: 0; z-index: 950;
  display: flex; align-items: center; gap: 14px;
  padding: 12px 24px;
  background: #fff8e6;
  border-bottom: 2px solid #d99a2b;
  font-size: 0.88rem; line-height: 1.45;
  color: #5d4514;
}
.demo-banner-global strong {
  font-family: var(--font-display, "Sora", sans-serif);
  color: #8a5a0e; flex-shrink: 0;
}
.demo-banner-global-icon {
  flex-shrink: 0; width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #d99a2b; color: #fff;
  font-weight: 700; font-family: var(--font-display, "Sora", sans-serif);
}
