html, body { font-size: 16px !important; }
body p, body li, body a, body span, body h1, body h2, body h3, body h4 { font-family: 'DM Sans', system-ui, sans-serif; }
.sc-hero p { font-size: 1rem !important; color: rgba(255,255,255,.65) !important; }
.sc-hero li { font-size: 1rem !important; color: rgba(255,255,255,.75) !important; }
.subline { font-size: clamp(1rem, 1.8vw, 1.2rem) !important; }
.section p, .section li, .section h4 { font-family: 'DM Sans', system-ui, sans-serif !important; }
.faq-q { font-size: 1rem !important; font-weight: 600 !important; }
.faq-a { font-size: .95rem !important; }
.deliverable-card h4 { font-size: 1.1rem !important; }
.deliverable-card p { font-size: .95rem !important; }

/* Formular-Abstände */
#widgetForm91 .widget_form_row { margin-bottom: 20px !important; }
#widgetForm91 .widget_form_row:last-child { margin-bottom: 0 !important; }
#widgetForm91 .control-label { margin-bottom: 8px !important; display: block !important; }
#widgetForm91 .form-control { margin-bottom: 0 !important; }
#widgetForm91 .form-group { margin-bottom: 0 !important; }

/* ── LP Header ──────────────────────────────────────────────── */
.lp-header {
  background: var(--midnight);
  padding: var(--s4) max(var(--s8), (100% - 1160px)/2);
  display: flex; align-items: center; justify-content: space-between;
}
.lp-header .back-link {
  font-size: 14px; color: rgba(255,255,255,.45);
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  transition: color .2s;
}
.lp-header .back-link:hover { color: white; }
.lp-header .trust-note { font-size: 13px; color: rgba(255,255,255,.35); }

/* ── Hero ───────────────────────────────────────────────────── */
.sc-hero {
  background: var(--midnight);
  padding: var(--s20) 0 var(--s16);
  position: relative; overflow: hidden;
}
.sc-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 30% 50%, rgba(0,112,168,.18), transparent 70%);
  pointer-events: none;
}
.sc-hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--s12); align-items: start;
  position: relative; z-index: 1;
}
.sc-what-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: rgba(212,175,55,.15);
  border: 1px solid rgba(212,175,55,.3);
  border-radius: var(--r-pill);
  font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: var(--s6);
}

/* ── Multi-Step Form ────────────────────────────────────────── */
.msf-wrap {
  background: var(--blanc);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,.25);
}

/* Progress bar */
.msf-progress {
  background: var(--midnight);
  padding: var(--s4) var(--s6);
}
.msf-steps {
  display: flex; align-items: center; gap: 0;
}
.msf-step-item {
  display: flex; align-items: center; gap: var(--s2); flex: 1;
}
.msf-step-item:last-child { flex: 0; }
.msf-step-dot {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; flex-shrink: 0;
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.4);
  border: 2px solid rgba(255,255,255,.15);
  transition: all .3s;
}
.msf-step-dot.active {
  background: var(--dunkelblau); color: white;
  border-color: var(--dunkelblau);
}
.msf-step-dot.done {
  background: var(--gold); color: var(--midnight);
  border-color: var(--gold);
}
.msf-step-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.35);
  transition: color .3s;
  white-space: nowrap;
}
.msf-step-label.active { color: white; }
.msf-step-line {
  flex: 1; height: 2px;
  background: rgba(255,255,255,.1);
  margin: 0 var(--s3);
  transition: background .3s;
}
.msf-step-line.done { background: var(--gold); }

/* Step panels */
.msf-body { padding: var(--s8); }
.msf-panel { display: none; }
.msf-panel.active { display: block; }

.msf-step-eyebrow {
  font-size: 11px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--dunkelblau); margin-bottom: var(--s3);
}
.msf-step-title {
  font-size: 1.4rem; font-weight: 700;
  color: var(--txt-strong); margin-bottom: var(--s2);
}
.msf-step-sub {
  font-size: .85rem; color: var(--txt-mid);
  margin-bottom: var(--s6); line-height: 1.6;
}

/* Form grid */
.fg-2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }

/* Tag checkboxes for portals */
.portal-grid {
  display: flex; flex-wrap: wrap; gap: var(--s2);
  margin-bottom: var(--s4);
}
.portal-tag input[type=checkbox] { display: none; }
.portal-tag label {
  display: inline-block; cursor: pointer;
  padding: 7px 14px;
  border: 1.5px solid var(--border-mid);
  border-radius: var(--r-pill);
  font-size: 14px; font-weight: 500;
  color: var(--txt-mid);
  transition: all .2s;
  user-select: none;
}
.portal-tag input:checked + label {
  background: var(--dunkelblau); color: white;
  border-color: var(--dunkelblau);
}

/* Navigation */
.msf-nav {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-top: var(--s8);
  padding-top: var(--s6);
  border-top: 1px solid var(--border);
}
.msf-nav-left { display: flex; align-items: center; gap: var(--s4); }
.msf-back {
  background: none; border: none; cursor: pointer;
  font-size: 14px; font-weight: 500; color: var(--txt-weak);
  display: flex; align-items: center; gap: 4px;
  padding: 0; font-family: var(--ff);
  transition: color .2s;
}
.msf-back:hover { color: var(--txt-mid); }
.step-counter {
  font-size: 12px; color: var(--txt-weak);
  font-weight: 500;
}

/* Keyword inputs */
.kw-list { display: flex; flex-direction: column; gap: var(--s3); }

/* Summary panel */
.summary-section {
  background: var(--sand);
  border-radius: var(--r-sm);
  padding: var(--s4) var(--s6);
  margin-bottom: var(--s4);
}
.summary-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--txt-weak); margin-bottom: var(--s2);
}
.summary-value {
  font-size: .85rem; color: var(--txt-strong);
  line-height: 1.7;
}

/* Payment box */
.payment-box {
  background: var(--midnight);
  border-radius: var(--r-md);
  padding: var(--s6);
  margin-top: var(--s6);
  text-align: center;
}
.payment-price {
  font-size: 3rem; font-weight: 700;
  color: var(--gold); line-height: 1;
  margin: var(--s3) 0 var(--s2);
}
.payment-note {
  font-size: .8rem; color: rgba(255,255,255,.4);
  margin-bottom: var(--s6);
}
.payment-methods {
  display: flex; align-items: center;
  justify-content: center; gap: var(--s4);
  flex-wrap: wrap; margin-top: var(--s4);
}
.pm-badge {
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.4);
  padding: 3px 8px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-xs);
}

/* Anrechnungs-Hinweis */
.anrechnung {
  text-align: center; margin-top: var(--s4);
  font-size: .82rem; color: var(--dunkelblau);
  font-weight: 600;
  padding: var(--s3) var(--s4);
  background: rgba(0,112,168,.08);
  border-radius: var(--r-sm);
}

/* Deliverables */
.deliverable-card {
  background: var(--blanc);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--s6);
}
.deliverable-num {
  font-size: 2rem; font-weight: 700;
  color: var(--dunkelblau); line-height: 1; margin-bottom: var(--s3);
}

/* Process steps */
.sc-step {
  display: flex; gap: var(--s6); padding: var(--s5) 0;
  border-bottom: 1px solid var(--border);
}
.sc-step:last-child { border-bottom: none; }
.sc-step-num {
  width: 36px; height: 36px; flex-shrink: 0;
  background: var(--dunkelblau); color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
}

/* FAQ */
.faq-item { padding: var(--s4) 0; border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-weight: 600; font-size: .85rem; margin-bottom: var(--s2); }
.faq-a { font-size: .85rem; color: var(--txt-mid); line-height: 1.7; }

/* Validation */
.form-input.error, .form-textarea.error {
  border-color: #e05; box-shadow: 0 0 0 3px rgba(220,0,80,.1);
}
.field-error {
  font-size: 12px; color: #d03060; font-weight: 600;
  margin-top: 4px; display: none;
}
.field-error.show { display: block; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  .sc-hero-inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .fg-2 { grid-template-columns: 1fr; }
  .msf-step-label { display: none; }
  .msf-body { padding: var(--s6) var(--s5); }
  .lp-header .trust-note { display: none; }
}
