/* Öffentliche Marketing-Landing — nur diese Seite, kein Einfluss auf App-Bootstrap */
:root {
  --lp-bg: #0f1419;
  --lp-card: #1a222d;
  --lp-accent: #0d6efd;
  --lp-text: #e8eef5;
  --lp-muted: #9aa8b6;
  --lp-ok: #198754;
  --lp-warn: #ffc107;
}

* { box-sizing: border-box; }
body.lp {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--lp-bg);
  color: var(--lp-text);
  line-height: 1.55;
}

.lp a { color: #7eb8ff; }
.lp a:hover { color: #a8d0ff; }

.lp-anchor {
  display: block;
  position: relative;
  top: -84px;
  visibility: hidden;
}

.lp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #2a3544;
  background: rgba(26, 34, 45, 0.95);
  position: sticky;
  top: 0;
  z-index: 10;
}

.lp-brand {
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.lp-brand img {
  width: 34px;
  height: auto;
  display: block;
}

.lp-brand span {
  line-height: 1;
}
.lp-nav { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
.lp-badge-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.lp-badge-strip img {
  width: auto !important;
  height: auto !important;
  max-width: calc(54px - 0.4rem);
  max-height: calc(30px - 0.4rem);
  display: block;
  margin: 0 auto;
  object-fit: contain;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  box-sizing: content-box;
  flex: 0 0 54px;
  min-width: 54px;
  min-height: 30px;
  max-width: 54px;
  max-height: 30px;
  box-shadow: none;
}
.lp-badge-strip-header {
  flex: 1;
  max-width: 350px;
  margin: 0 0.8rem;
}
.lp-badge-strip-mid {
  gap: 0.35rem;
  margin: 0.85rem 0 0.25rem;
}
.lp-badge-strip-mid img {
  width: 172px !important;
  height: 94px !important;
  min-width: 172px;
  min-height: 94px;
  max-width: 172px;
  max-height: 94px;
  flex: 0 0 172px;
}

.lp-btn {
  display: inline-block;
  padding: 0.55rem 1.1rem;
  border-radius: 0.375rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
}
.lp-btn-primary { background: var(--lp-accent); color: #fff !important; }
.lp-btn-primary:hover { filter: brightness(1.08); }
.lp-btn-outline {
  background: transparent;
  color: var(--lp-text) !important;
  border: 1px solid #3d4d63;
}

.lp-hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
  text-align: center;
}
.lp-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}
.lp-hero p.lead {
  color: var(--lp-muted);
  font-size: 1.1rem;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.lp-challenges {
  margin: 0 auto 2.2rem;
  max-width: 980px;
  padding: 2.2rem 1rem 1.1rem;
  border-radius: 14px;
  background: #f2f4f8;
  box-shadow: 0 10px 30px rgba(7, 23, 45, 0.14);
}

.lp-challenges h2 {
  font-size: clamp(1.7rem, 3vw, 3.05rem);
  line-height: 1.2;
  margin: 0 0 1.2rem;
  color: #10233b;
  font-weight: 800;
}

.lp-challenges h2 span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.lp-challenges-intro {
  color: #2f4158;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 44rem;
  margin: 0 auto 1.65rem;
}

.lp-challenges-intro a {
  color: #243a55;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lp-challenges-list {
  display: grid;
  gap: 0.9rem;
}

.lp-challenge-item {
  background: #ffffff;
  border: 1px solid #e2e8f1;
  color: #17283d;
  border-radius: 8px;
  padding: 1.15rem 1.55rem;
  text-align: left;
  box-shadow: 0 2px 8px rgba(7, 23, 45, 0.08);
}

.lp-challenge-item h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
  color: #10233b;
  font-weight: 800;
}

.lp-challenge-item p {
  margin: 1.05rem 0 0;
  font-size: 0.99rem;
  line-height: 1.55;
  color: #3f4f62;
}

.lp-challenge-item-text p {
  margin: 0;
  font-weight: 700;
  color: #10233b;
  font-size: 1.12rem;
}

.lp-challenge-icon {
  display: inline-block;
  margin-right: 0.32rem;
  font-size: 1rem;
  transform: translateY(-0.02em);
}

.lp-section {
  max-width: 1040px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}
.lp-section h2 {
  font-size: 1.35rem;
  margin: 0 0 1.25rem;
  text-align: center;
}

.lp-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.lp-card {
  background: var(--lp-card);
  border: 1px solid #2a3544;
  border-radius: 0.5rem;
  padding: 1.25rem 1.35rem;
}
.lp-card h3 { margin: 0 0 0.5rem; font-size: 1.05rem; }
.lp-card p { margin: 0; color: var(--lp-muted); font-size: 0.95rem; }

.lp-features .lp-card { border-left: 3px solid var(--lp-accent); }

.lp-differentiator {
  max-width: 1160px;
  margin: 0 auto;
  padding: 2.8rem 1.5rem 3.2rem;
  text-align: center;
}

.lp-differentiator h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3.1vw, 2.9rem);
  line-height: 1.2;
  color: #ffffff;
  font-weight: 800;
}

.lp-differentiator-intro {
  margin: 0 auto 2rem;
  max-width: 46rem;
  color: #d0d8e3;
  font-size: 1.18rem;
  line-height: 1.5;
}

.lp-differentiator-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-differentiator-card {
  background: #f6f8fb;
  border-radius: 8px;
  border: 1px solid #dbe3ef;
  padding: 1.35rem 1.2rem 1.6rem;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.lp-differentiator-icon {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1.05rem;
}

.lp-differentiator-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #32465f;
}

.lp-differentiator-card h3 {
  margin: 0.65rem 0 0;
  font-size: 1.18rem;
  line-height: 1.35;
  color: #0f2945;
  font-weight: 800;
}

.lp-differentiator-outro {
  margin: 1.75rem 0 0;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 700;
}

.lp-differentiator-action {
  margin: 1.15rem 0 0;
}

.lp-differentiator-btn {
  font-size: 1.02rem;
  padding: 0.7rem 1.6rem;
  border-radius: 0.55rem;
  box-shadow: 0 6px 18px rgba(9, 97, 255, 0.35);
}

.lp-results {
  margin: 0;
  padding: 2.2rem 1.5rem 2.8rem;
  position: relative;
  z-index: 0;
  text-align: center;
}

.lp-full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.lp-section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.lp-results h2 {
  margin: 0 0 0.9rem;
  color: #0f2945;
  font-size: clamp(1.7rem, 3vw, 2.9rem);
  line-height: 1.2;
  font-weight: 800;
}

.lp-results-intro {
  max-width: 49rem;
  margin: 0 auto 1.9rem;
  color: #33465f;
  font-size: 1.12rem;
  line-height: 1.45;
}

.lp-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.lp-results-card {
  background: #ffffff;
  border: 1px solid #e1e6ef;
  border-radius: 9px;
  padding: 1.3rem 1.45rem 1.45rem;
  text-align: left;
  box-shadow: 0 1px 6px rgba(16, 35, 59, 0.06);
}

.lp-results-value {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 800;
  color: #1870db;
}

.lp-results-label {
  margin: 0.65rem 0 0;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #374a63;
}

.lp-results-text {
  margin: 1.45rem 0 0;
  font-size: 1.65rem;
  line-height: 1.32;
  color: #0f2945;
  font-weight: 800;
}

.lp-package {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.7rem 1.5rem 3.1rem;
  text-align: center;
}

.lp-package h2 {
  margin: 0 0 1.7rem;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.9rem);
  line-height: 1.2;
  font-weight: 800;
}

.lp-package h2 span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.lp-package-panel {
  max-width: 860px;
  margin: 0 auto;
  background: #f6f8fb;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-package-item {
  text-align: left;
  padding: 1.15rem 1.05rem 1.2rem;
}

.lp-package-item:nth-child(1),
.lp-package-item:nth-child(2) {
  border-bottom: 1px solid #dce3ec;
}

.lp-package-item:nth-child(1),
.lp-package-item:nth-child(3) {
  border-right: 1px solid #dce3ec;
}

.lp-package-icon {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.85rem;
}

.lp-package-item h3 {
  margin: 0;
  color: #0f2945;
  font-size: 1.07rem;
  line-height: 1.35;
  font-weight: 800;
}

.lp-package-item p {
  margin: 0.72rem 0 0;
  color: #32465f;
  font-size: 0.99rem;
  line-height: 1.5;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-questions {
  margin: 0;
  padding: 2.3rem 1.5rem 1.8rem;
  position: relative;
  z-index: 0;
}

.lp-questions .lp-section-inner {
  max-width: 980px;
}

.lp-results::before,
.lp-questions::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f3f5f8;
  z-index: -1;
}

.lp-results::before {
  border-top: 1px solid #e4e8ef;
  border-bottom: 1px solid #e4e8ef;
}

.lp-question-block {
  text-align: left;
  margin-bottom: 2.2rem;
}

.lp-question-block:last-child {
  margin-bottom: 0;
}

.lp-question-meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #1f324b;
  font-size: 2rem;
  line-height: 1.3;
}

.lp-question-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  background: linear-gradient(145deg, #e8c9aa 0%, #b88a62 100%);
  box-shadow: inset 0 0 0 2px #f8e6d7;
}

.lp-question-block h3 {
  margin: 0.95rem 0 1.2rem;
  font-size: clamp(1.65rem, 3.1vw, 2.9rem);
  line-height: 1.2;
  color: #0f2945;
  font-weight: 800;
}

.lp-question-answer {
  background: #ffffff;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  padding: 1.3rem 1.8rem;
  box-shadow: 0 1px 6px rgba(16, 35, 59, 0.06);
}

.lp-question-answer h4 {
  margin: 0;
  color: #0f2945;
  font-size: 1.18rem;
  font-weight: 800;
}

.lp-question-answer p {
  margin: 1rem 0 0;
  color: #20364f;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 47rem;
}

.lp-lead {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.8rem 1.5rem 3.4rem;
  text-align: center;
}

.lp-lead h2 {
  margin: 0 0 0.95rem;
  font-size: clamp(1.8rem, 3.1vw, 3rem);
  line-height: 1.2;
  color: #ffffff;
  font-weight: 800;
}

.lp-lead h2 span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.lp-lead-intro {
  margin: 0 auto 1rem;
  color: #d3dbe8;
  font-size: 1.06rem;
}

.lp-lead-highlight {
  margin: 0 auto 2rem;
  max-width: 58rem;
  color: #e8f1ff;
  background: linear-gradient(90deg, rgba(29, 103, 237, 0.75), rgba(55, 205, 255, 0.62));
  font-size: 1rem;
  line-height: 1.45;
  padding: 0.28rem 0.45rem;
  display: inline-block;
}

.lp-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: stretch;
  text-align: left;
}

.lp-lead-risks {
  padding: 1rem 1rem 0.5rem 0.5rem;
}

.lp-lead-risks h3 {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.2;
  font-weight: 800;
}

.lp-lead-risk-item {
  margin-bottom: 1.35rem;
}

.lp-lead-risk-item h4 {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
}

.lp-lead-risk-item p {
  margin: 0.45rem 0 0;
  color: #d3dbe8;
  font-size: 0.98rem;
}

.lp-lead-form-card {
  background: #f7f9fc;
  border: 1px solid #dde5ef;
  border-radius: 8px;
  padding: 1.2rem 1.25rem 1.15rem;
}

.lp-lead-badge {
  margin: 0 0 0.8rem;
  display: inline-block;
  background: #11151b;
  color: #ffffff;
  font-size: 0.74rem;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 4px;
  padding: 0.35rem 0.55rem;
  font-weight: 700;
}

.lp-lead-form-card h3 {
  margin: 0 0 0.7rem;
  color: #0f2945;
  font-size: 1.85rem;
  line-height: 1.2;
  font-weight: 800;
}

.lp-lead-form-copy {
  margin: 0 0 1rem;
  color: #2f4460;
  font-size: 1rem;
}

.lp-lead-message {
  border-radius: 6px;
  padding: 0.6rem 0.8rem;
  margin: 0 0 0.9rem;
  font-size: 0.93rem;
}

.lp-lead-message-success {
  background: #e8f8ef;
  border: 1px solid #bce5cc;
  color: #16653a;
}

.lp-lead-message-error {
  background: #fdeced;
  border: 1px solid #f4c3c7;
  color: #8f1f2b;
}

.lp-lead-form {
  display: grid;
  gap: 0.55rem;
}

.lp-lead-form label {
  color: #1d334f;
  font-size: 0.95rem;
  font-weight: 600;
}

.lp-lead-form input {
  width: 100%;
  border: 1px solid #d5deea;
  border-radius: 6px;
  background: #ffffff;
  padding: 0.68rem 0.8rem;
  font-size: 0.95rem;
  color: #1a324f;
}

.lp-lead-form input:focus {
  outline: none;
  border-color: #4f9bff;
  box-shadow: 0 0 0 2px rgba(79, 155, 255, 0.25);
}

.lp-honeypot {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.lp-lead-submit {
  margin-top: 0.35rem;
  width: 100%;
  font-size: 1rem;
  padding: 0.78rem 1rem;
  border-radius: 7px;
  background: linear-gradient(90deg, #1b7df2, #30caf7);
  box-shadow: 0 4px 12px rgba(19, 113, 240, 0.35);
}

.lp-lead-note {
  margin: 0.78rem 0 0;
  color: #3a4e68;
  font-size: 0.84rem;
  line-height: 1.4;
}

.lp-footer {
  border-top: 1px solid #232e3c;
  padding: 2.1rem 1.5rem 2.3rem;
  color: #d0d8e3;
  font-size: 0.9rem;
  text-align: center;
}

.lp-footer-logo {
  line-height: 1;
  margin-bottom: 0.55rem;
}
.lp-footer-top {
  max-width: 980px;
  margin: 0 auto 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lp-badge-strip-footer {
  justify-content: flex-end;
}

.lp-footer-logo img {
  width: 96px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.lp-footer-copy {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-weight: 600;
}

.lp-footer-links {
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
  gap: 1.3rem;
}

.lp-footer-links a {
  color: #d9e4f2;
  text-decoration: none;
  font-weight: 600;
}

.lp-footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.lp-footer-legal {
  margin: 0 auto;
  max-width: 64rem;
  color: #c2cedd;
  font-size: 0.82rem;
  line-height: 1.55;
}

.lp-footer-legal-secondary {
  margin-top: 0.65rem;
}

@media (max-width: 768px) {
  .lp-challenges {
    padding: 1.4rem 0.75rem 0.8rem;
  }

  .lp-challenges-intro {
    font-size: 0.95rem;
  }

  .lp-challenge-item h3 {
    font-size: 1.04rem;
  }

  .lp-challenge-item p {
    font-size: 0.95rem;
  }

  .lp-differentiator {
    padding: 2.1rem 1rem 2.35rem;
  }

  .lp-differentiator-intro {
    font-size: 1rem;
    margin-bottom: 1.4rem;
  }

  .lp-differentiator-grid {
    grid-template-columns: 1fr;
  }

  .lp-differentiator-card {
    min-height: auto;
  }

  .lp-results {
    padding: 1.8rem 1rem 2rem;
  }

  .lp-results-intro {
    font-size: 0.98rem;
    margin-bottom: 1.3rem;
  }

  .lp-results-grid {
    grid-template-columns: 1fr;
  }

  .lp-results-text {
    font-size: 1.2rem;
  }

  .lp-package {
    padding: 2rem 1rem 2.2rem;
  }

  .lp-package h2 {
    margin-bottom: 1.2rem;
  }

  .lp-package-panel {
    grid-template-columns: 1fr;
    padding: 0.65rem 0.75rem;
  }

  .lp-package-item:nth-child(1),
  .lp-package-item:nth-child(2),
  .lp-package-item:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid #dce3ec;
  }

  .lp-package-item:nth-child(4) {
    border-bottom: none;
  }

  .lp-questions {
    padding: 1.7rem 1rem 1.35rem;
  }

  .lp-question-meta {
    font-size: 1.55rem;
  }

  .lp-question-avatar {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }

  .lp-question-block h3 {
    margin-top: 0.8rem;
  }

  .lp-question-answer {
    padding: 1.05rem 1.1rem;
  }

  .lp-lead {
    padding: 2rem 1rem 2.4rem;
  }

  .lp-lead-highlight {
    font-size: 0.9rem;
    display: block;
    max-width: 100%;
  }

  .lp-lead-grid {
    grid-template-columns: 1fr;
  }

  .lp-lead-form-card h3 {
    font-size: 1.4rem;
  }

  .lp-footer {
    padding: 1.65rem 1rem 1.8rem;
  }

  .lp-footer-logo {
    margin-bottom: 0.45rem;
  }

  .lp-footer-logo img {
    width: 78px;
  }

  .lp-footer-links {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .lp-brand img {
    width: 30px;
  }

  .lp-header {
    gap: 0.65rem;
  }

  .lp-badge-strip-header {
    order: 3;
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0.15rem 0 0;
  }

  .lp-badge-strip-mid img {
    width: 133px !important;
    height: 73px !important;
    min-width: 133px;
    min-height: 73px;
    max-width: 133px;
    max-height: 73px;
    flex: 0 0 133px;
  }

  .lp-badge-strip img {
    width: auto !important;
    height: auto !important;
    max-width: calc(46px - 0.4rem);
    max-height: calc(26px - 0.4rem);
    flex: 0 0 46px;
    min-width: 46px;
    min-height: 26px;
    max-width: 46px;
    max-height: 26px;
  }

  .lp-footer-top {
    flex-direction: column;
  }

  .lp-badge-strip-footer {
    justify-content: center;
  }
}
