/* ============================================================================
   Helle Business-Variante im Apple-Stil (/licht) — liegt ÜBER app.css.
   Cleaner heller Look, abgerundete Kanten, System-Schrift; der Vulkan-ASCII
   läuft als Showcase in einem abgerundeten Rahmen.
============================================================================ */
/* Schrift wie magmacore.software: der System-Font-Stack (kein Webfont). */

body.light {
  --bg:      #f4f4f4;
  --panel:   #ffffff;
  --ink:     #273849;
  --ink-2:   #6b7885;
  --line:    #e4e4e4;
  /* Logo-Farben (aus logo.png gesampelt) — durchgängig als Akzent */
  --logo-red:    #d52f1a;
  --logo-orange: #f66b12;
  --logo-gold:   #fca106;
  --logo-grad:   linear-gradient(135deg, #fca106 0%, #f66b12 52%, #d52f1a 100%);
  --acc:     #ef6415;   /* Logo-Orange als Haupt-Akzent */
  --acc-h:   #d3540c;   /* dunkler für Hover */
  --radius:  15px;
  --radius-lg: 20px;
  --shadow:  rgba(0, 0, 0, .1) 0px 4px 12px;
  background: var(--bg);
  color: var(--ink);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.2px;
}
/* Basis-Overlays/-Canvas der dunklen Seite abschalten (Canvas lebt im Rahmen) */
body.light::after { display: none !important; }
body.light .bg-soft, body.light .linesLayer { display: none !important; }

body.light a { text-decoration: none; }
.lp-container { width: min(1120px, 92vw); margin: 0 auto; }
.lp-center { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.lp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: 980px; font-weight: 590; font-size: 1rem; line-height: 1;
  padding: 13px 22px; letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .3s ease, background .2s ease, color .2s ease;
}
.lp-btn--sm { padding: 9px 17px; font-size: .92rem; }
.lp-btn--lg { padding: 15px 28px; font-size: 1.05rem; }
.lp-btn--primary { background: var(--acc); color: #fff; }
.lp-btn--primary:hover { background: var(--acc-h); transform: translateY(-1px); }
.lp-btn--link { color: var(--acc); padding: 13px 6px; }
.lp-btn--link span { transition: transform .25s ease; font-size: 1.2em; }
.lp-btn--link:hover span { transform: translateX(3px); }

/* ---------- Topbar (Apple-artig, hell + Blur) ---------- */
.lp-bar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 249, 247, .8);
  -webkit-backdrop-filter: saturate(1.6) blur(20px); backdrop-filter: saturate(1.6) blur(20px);
  border-bottom: 1px solid var(--line);
}
.lp-bar-in { display: flex; align-items: center; gap: 26px; height: 58px; }
.lp-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1.04rem; color: var(--ink); }
.lp-brand img { width: 22px; height: 22px; }
.lp-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(30px, 5.5vw, 78px); }
.lp-nav a {
  display: inline-flex; align-items: center; gap: 8px;
  color: #333; font-size: 1rem; font-weight: 500;
  transition: transform .3s ease, color .2s ease;
}
.lp-nav a svg { width: 20px; height: 20px; opacity: .85; }
.lp-nav a:hover { transform: scale3d(1.08, 1.08, 1.08); color: var(--acc); }
@media (max-width: 860px) { .lp-nav { display: none; } }

.lp-dot { width: 8px; height: 8px; border-radius: 50%; background: #63c27a; flex: 0 0 auto; }

/* ---------- HERO: Vulkan-„Fernseher" ---------- */
.lp-hero { padding: clamp(28px, 4vw, 52px) 0 clamp(20px, 3vw, 40px); }
.lp-tv {
  position: relative; overflow: hidden;
  width: 100%; min-height: clamp(500px, 68vh, 720px);
  border-radius: var(--radius); background: #0b0806;
  box-shadow: var(--shadow);
  display: flex;
}
.lp-tv #magma { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 0; filter: saturate(1.22) brightness(1.14) contrast(1.04); }
/* warmer Bloom-Glow (nur rechts, wo der Vulkan sichtbar ist) */
.lp-tv::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(56% 78% at 74% 52%, rgba(255, 128, 46, .38), rgba(255, 90, 20, 0) 72%);
  mix-blend-mode: screen;
}
/* Lese-Scrim: links/oben abdunkeln, Vulkan rechts sichtbar */
.lp-tv-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(103deg, rgba(6,4,3,.86) 0%, rgba(6,4,3,.6) 34%, rgba(6,4,3,.12) 60%, rgba(6,4,3,0) 78%),
    linear-gradient(0deg, rgba(6,4,3,.5) 0%, rgba(6,4,3,0) 34%);
}
.lp-tv-copy {
  position: relative; z-index: 2;
  align-self: center;
  padding: clamp(30px, 4.5vw, 66px);
  max-width: min(640px, 78%);
}
.lp-tv-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 0 20px; font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.88);
}
.lp-tv-title {
  margin: 0; color: #fff; font-weight: 700;
  font-size: clamp(2rem, 4.6vw, 3.7rem); line-height: 1.08; letter-spacing: -.02em;
  text-shadow: 0 4px 26px rgba(0,0,0,.5);
}
.lp-tv-lead { margin: 20px 0 0; max-width: 440px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.5; text-shadow: 0 2px 14px rgba(0,0,0,.55); }
.lp-tv-cta { margin-top: 30px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.lp-tv-badge {
  position: absolute; right: 16px; bottom: 16px; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 980px;
  background: rgba(12,9,7,.5); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.85); font-size: .8rem; font-weight: 500;
}
.lp-tv-badge b { color: #fff; font-weight: 600; }
.lp-btn--onlight { color: #fff; padding: 13px 6px; }
.lp-btn--onlight span { transition: transform .25s ease; font-size: 1.2em; }
.lp-btn--onlight:hover span { transform: translateX(3px); }
@media (max-width: 640px) {
  .lp-tv-copy { max-width: 100%; }
  .lp-tv-scrim { background: linear-gradient(0deg, rgba(6,4,3,.86) 0%, rgba(6,4,3,.55) 45%, rgba(6,4,3,.35) 100%); }
  .lp-tv-badge { display: none; }
}

/* ---------- Sektionen ---------- */
.lp-section { padding: clamp(56px, 8vh, 104px) 0; }
.lp-section--tint { background: #ececec; }
.lp-sechead { max-width: 760px; }
.lp-intro { text-transform: uppercase; font-size: .95em; font-weight: 500; letter-spacing: .04em; opacity: .55; margin: 0 0 .5em; color: var(--ink); }
.lp-kicker { display: inline-block; font-size: .82rem; font-weight: 600; letter-spacing: .01em; color: var(--acc); margin-bottom: 12px; text-transform: uppercase; }
.lp-h2, .lp-section h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 600; line-height: 1.2; letter-spacing: -1px; color: var(--ink); margin: 0; }
.lp-h2 span, .lp-section h2 span { color: #9aa5ad; }
.lp-sechead p { margin-top: 15px; font-size: 1.12rem; line-height: 1.55; color: var(--ink-2); }
.lp-center p { margin-left: auto; margin-right: auto; }

/* Trennbalken wie magmacore.software */
.lp-breaker { width: 22%; height: 5px; background: #e4e4e4; margin: clamp(30px, 4vw, 52px) auto; border-radius: 15px; box-shadow: rgba(0,0,0,.14) 0 2px 4px, rgba(0,0,0,.14) 0 7px 13px -3px; }

/* ---------- Boxen (Banner-Grid wie magmacore.software) ---------- */
.lp-boxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lp-box {
  position: relative; display: block; background: #fff; overflow: hidden;
  border-radius: var(--radius); box-shadow: var(--shadow);
  transition: transform .3s ease; color: var(--ink);
}
.lp-box:hover { transform: scale3d(1.02, 1.02, 1.02); }
/* Cover oben = ASCII-Animation */
.lp-box-cover {
  display: block; width: 100%; height: clamp(150px, 22vw, 188px);
  background: #0d0a07; overflow: hidden; position: relative;
  border-bottom: 1px solid rgba(213, 47, 26, .25);
}
.lp-ascii { display: block; width: 100%; height: 100%; }
.lp-box-body { padding: clamp(22px, 2.6vw, 32px); }
.lp-box h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); font-weight: 600; line-height: 1.2; letter-spacing: -.5px; margin: 0; color: var(--ink); }
.lp-box p { margin: 10px 0 0; font-size: 1rem; line-height: 1.55; color: var(--ink-2); max-width: 40ch; }
.lp-box-go { margin-top: 18px; font-weight: 600; color: var(--acc); display: inline-flex; align-items: center; gap: 6px; }
.lp-box-go span { transition: transform .25s ease; font-size: 1.2em; }
.lp-box:hover .lp-box-go span { transform: translateX(3px); }
@media (max-width: 640px) { .lp-boxes { grid-template-columns: 1fr; } }

/* Split (Ablauf) */
.lp-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.lp-split-copy .lp-btn { margin-top: 26px; }
.lp-steps { list-style: none; display: grid; gap: 12px; }
.lp-steps li { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; background: var(--panel); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow); transition: transform .3s ease; }
.lp-steps li:hover { transform: scale3d(1.02, 1.02, 1.02); }
.lp-step-n { font-size: 1.4rem; font-weight: 720; color: var(--acc); line-height: 1; letter-spacing: -.03em; }
.lp-steps li > div b { display: block; font-size: 1.04rem; color: var(--ink); font-weight: 600; }
.lp-steps li > div span { display: block; margin-top: 3px; font-size: .95rem; color: var(--ink-2); line-height: 1.5; }
@media (max-width: 820px) { .lp-split { grid-template-columns: 1fr; } }

/* Dunkles CTA-Band (Akzent) */
.lp-band { background: #17130f; border-radius: var(--radius-lg); width: min(1120px, 92vw); margin: clamp(20px, 4vw, 40px) auto; padding: clamp(56px, 8vw, 96px) clamp(24px, 5vw, 60px); }
.lp-band-in { text-align: center; max-width: 680px; margin: 0 auto; }
.lp-band h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); font-weight: 680; color: #fff; letter-spacing: -.03em; }
.lp-band p { margin-top: 15px; font-size: 1.14rem; line-height: 1.55; color: rgba(255, 255, 255, .74); }
.lp-center-cta { margin-top: 28px; justify-content: center; }
.lp-band-note { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .72); font-size: .9rem; }

/* Footer */
.lp-footer { padding: 30px 0 40px; }
.lp-footer-in { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: .88rem; color: var(--ink-2); flex-wrap: wrap; }
.lp-footer a { color: var(--acc); text-decoration: none; }
.lp-footer a:hover { text-decoration: underline; }
.lp-footer-disclaimer { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: .78rem; line-height: 1.5; color: #9aa5ad; }

/* ============================================================================
   Volle Inhalts-Sektionen (heller Look)
============================================================================ */
.lp-btn--outline { border: 1.5px solid #d8d3ca; color: var(--ink); background: #fff; }
.lp-btn--outline:hover { border-color: var(--acc); color: var(--acc); }
.lp-btn--block { width: 100%; justify-content: center; margin-top: auto; }

/* Zwei Zukünfte — Vergleich */
.lp-compare { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lp-cmp { background: var(--panel); border-radius: var(--radius); padding: clamp(24px, 3vw, 38px); box-shadow: var(--shadow); }
.lp-cmp h3 { display: flex; align-items: center; gap: 10px; font-size: 1.3rem; font-weight: 700; margin: 0 0 18px; }
.lp-cmp-ic { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; font-size: .85rem; }
.lp-cmp ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.lp-cmp li { font-size: 1.02rem; line-height: 1.45; color: #4c5a66; padding-left: 22px; position: relative; }
.lp-cmp li::before { content: ''; position: absolute; left: 2px; top: .55em; width: 7px; height: 7px; border-radius: 50%; }
.lp-cmp--no h3 { color: #b23b2e; } .lp-cmp--no .lp-cmp-ic { background: #fbe4e0; color: #c0392b; } .lp-cmp--no li::before { background: #e0a59d; }
.lp-cmp--yes h3 { color: #2e9e58; } .lp-cmp--yes .lp-cmp-ic { background: #dff3e6; color: #2e9e58; } .lp-cmp--yes li::before { background: #63c27a; }
@media (max-width: 700px) { .lp-compare { grid-template-columns: 1fr; } }

/* Ablauf — leuchtende Pipeline mit wanderndem Impuls */
.lp-flow { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(8px, 1.3vw, 20px); margin-top: 52px; }
.lp-flow::before { content: ''; position: absolute; left: 10%; right: 10%; top: 40px; height: 3px; background: linear-gradient(90deg, transparent, #e2d6c8 8%, #e2d6c8 92%, transparent); border-radius: 3px; }
.lp-flow-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.lp-flow-node {
  position: relative; width: 80px; height: 80px; border-radius: 24px;
  display: grid; place-items: center; color: var(--acc);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow);
  animation: lpFlowNode 3.6s ease-in-out infinite; animation-delay: calc(var(--i) * .62s);
}
.lp-flow-node svg { width: 32px; height: 32px; }
@keyframes lpFlowNode {
  0%, 100% { border-color: var(--line); box-shadow: var(--shadow); }
  14%      { border-color: rgba(246,107,18, .7); box-shadow: 0 0 0 4px rgba(246,107,18, .14), 0 12px 30px -8px rgba(213,47,26, .45); }
}
.lp-flow-loop { position: absolute; inset: -7px; border-radius: 28px; border: 2px dashed rgba(246,107,18, .5); animation: lpSpin 9s linear infinite; }
@keyframes lpSpin { to { transform: rotate(360deg); } }
.lp-flow-step.is-gate .lp-flow-node { color: #2ea35a; border-color: rgba(46, 163, 90, .5); animation: none; box-shadow: 0 0 0 3px rgba(46, 163, 90, .14), var(--shadow); }
.lp-flow-gate { position: absolute; inset: -6px; border-radius: 26px; border: 1.5px solid rgba(46, 163, 90, .5); animation: lpGate 2.4s ease-out infinite; }
@keyframes lpGate { 0% { transform: scale(1); opacity: .8; } 70% { transform: scale(1.18); opacity: 0; } 100% { opacity: 0; } }
.lp-flow-n { margin-top: 16px; font-size: .72rem; font-weight: 700; letter-spacing: .18em; color: var(--acc); font-variant-numeric: tabular-nums; }
.lp-flow-step.is-gate .lp-flow-n { color: #2ea35a; }
.lp-flow-step h3 { font-size: 1.08rem; font-weight: 600; margin: 8px 0 6px; color: var(--ink); }
.lp-flow-step p { color: var(--ink-2); font-size: .92rem; line-height: 1.5; max-width: 22ch; }
/* wandernder Leuchtball */
.lp-flow-pulse {
  position: absolute; top: 40px; left: 8.33%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%;
  background: radial-gradient(circle, #ffe6b0, #f66b12 55%, transparent 72%);
  box-shadow: 0 0 22px 6px rgba(246,107,18, .6);
  animation: lpFlowPulse 3.6s cubic-bezier(.55, 0, .45, 1) infinite;
}
/* Puls hält auf Schritt 04 „Iteration" (Mitte des 4. von 6 Knoten = 58,33 %). */
@keyframes lpFlowPulse { 0% { left: 8.33%; opacity: 0; } 6% { opacity: 1; } 46% { left: 58.33%; } 54% { left: 58.33%; } 94% { opacity: 1; } 100% { left: 91.67%; opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .lp-flow-node, .lp-flow-loop, .lp-flow-gate, .lp-flow-pulse { animation: none; } .lp-flow-pulse { display: none; } }
@media (max-width: 780px) {
  .lp-flow { grid-template-columns: 1fr; gap: 0; max-width: 460px; margin-left: auto; margin-right: auto; }
  .lp-flow::before { left: 40px; right: auto; top: 10%; bottom: 10%; width: 3px; height: auto; }
  .lp-flow-step { flex-direction: row; text-align: left; align-items: flex-start; gap: 18px; padding: 14px 0; }
  .lp-flow-node { flex: 0 0 auto; width: 68px; height: 68px; }
  .lp-flow-node svg { width: 28px; height: 28px; }
  .lp-flow-n { margin-top: 4px; }
  .lp-flow-step p { max-width: none; }
  .lp-flow-pulse { top: 10%; left: 40px; animation: lpFlowPulseV 3.6s cubic-bezier(.55, 0, .45, 1) infinite; }
  @keyframes lpFlowPulseV { 0% { top: 10%; opacity: 0; } 6% { opacity: 1; } 46% { top: 50%; } 54% { top: 50%; } 94% { opacity: 1; } 100% { top: 90%; opacity: 0; } }
}

/* Wirtschaftlichkeit */
.lp-calc { margin-top: 44px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: stretch; }
.lp-calc-col { background: var(--panel); border-radius: var(--radius); padding: clamp(24px, 3vw, 38px); box-shadow: var(--shadow); }
.lp-calc-col--warn { background: #fff; border: 1.5px solid rgba(200, 60, 45, .42); box-shadow: 0 18px 44px -30px rgba(200, 60, 45, .3); }
.lp-calc-col--warn .lp-calc-tag { color: #c0392b; }
.lp-calc-col--hot { background: #fff; border: 1.5px solid rgba(46, 163, 90, .5); box-shadow: 0 18px 44px -30px rgba(46, 163, 90, .32); }
.lp-calc-tag { display: inline-block; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-2); }
.lp-calc-col--hot .lp-calc-tag { color: #2ea35a; }
.lp-calc-price { margin: 12px 0 10px; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -.03em; color: var(--ink); }
.lp-calc-price small { font-size: .42em; font-weight: 600; color: var(--ink-2); margin-left: 6px; letter-spacing: 0; }
.lp-calc-col p { font-size: .98rem; line-height: 1.5; color: var(--ink-2); }
.lp-calc-vs { align-self: center; font-weight: 700; color: var(--ink-2); text-transform: uppercase; letter-spacing: .06em; font-size: .84rem; }
.lp-calc-result { margin-top: 22px; text-align: center; background: #273849; color: #fff; border-radius: var(--radius); padding: 22px 28px; font-size: 1.12rem; line-height: 1.5; }
.lp-calc-result b { color: #ff9a52; }
/* Preis-Buttons alle auf gleicher Höhe (überschreibt die spätere .lp-btn--block-Regel) */
.lp-plan .lp-btn--block { margin-top: auto; }
@media (max-width: 700px) { .lp-calc { grid-template-columns: 1fr; } .lp-calc-vs { padding: 4px 0; } }

/* Preise */
.lp-plans { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.lp-plan { position: relative; display: flex; flex-direction: column; background: var(--panel); border-radius: var(--radius); padding: clamp(26px, 2.5vw, 34px); box-shadow: var(--shadow); }
.lp-plan.is-featured { outline: 2px solid var(--acc); }
.lp-plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--acc); color: #fff; font-size: .78rem; font-weight: 600; padding: 5px 14px; border-radius: 980px; white-space: nowrap; }
.lp-plan h3 { font-size: 1.5rem; font-weight: 700; }
.lp-plan-tag { margin-top: 6px; font-size: .96rem; color: var(--ink-2); line-height: 1.4; min-height: 2.5em; }
.lp-plan-price { margin: 18px 0 4px; }
.lp-plan-amount { font-size: clamp(2rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -.03em; }
.lp-plan-unit { font-size: 1rem; color: var(--ink-2); font-weight: 500; margin-left: 4px; }
.lp-plan-meta { font-size: .86rem; color: var(--ink-2); }
.lp-plan-feat { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 12px; }
.lp-plan-feat li { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; font-size: .97rem; line-height: 1.4; color: #4c5a66; }
.lp-plan-feat svg { width: 18px; height: 18px; color: var(--acc); margin-top: 2px; }
@media (max-width: 900px) { .lp-plans { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }

/* Einwände */
.lp-objs { margin-top: 44px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.lp-obj { background: var(--panel); border-radius: var(--radius); padding: clamp(22px, 2.5vw, 32px); box-shadow: var(--shadow); }
.lp-obj h3 { font-size: 1.15rem; font-weight: 700; color: var(--ink); }
.lp-obj p { margin-top: 10px; font-size: .99rem; line-height: 1.55; color: var(--ink-2); }
@media (max-width: 700px) { .lp-objs { grid-template-columns: 1fr; } }

/* FAQ (native details) */
.lp-faq-wrap { max-width: 820px; }
.lp-faq { margin-top: 40px; display: grid; gap: 14px; }
.lp-faq-item { background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.lp-faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-size: 1.08rem; font-weight: 600; color: var(--ink); }
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-x { position: relative; width: 18px; height: 18px; flex: 0 0 auto; }
.lp-faq-x::before, .lp-faq-x::after { content: ''; position: absolute; background: var(--acc); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.lp-faq-x::before { top: 8px; left: 0; width: 18px; height: 2px; }
.lp-faq-x::after { left: 8px; top: 0; width: 2px; height: 18px; }
.lp-faq-item[open] .lp-faq-x::after { transform: rotate(90deg); opacity: 0; }
.lp-faq-a { padding: 0 24px 22px; font-size: 1rem; line-height: 1.6; color: var(--ink-2); }

/* ============================================================================
   Animationen & Slide-Switch
============================================================================ */
.reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.22,.7,.2,1), transform .7s cubic-bezier(.22,.7,.2,1);
  transition-delay: var(--d, 0s); will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none; } }

/* Topbar-Schatten beim Scrollen */
.lp-bar { transition: box-shadow .3s ease; }
.lp-bar.is-scrolled { box-shadow: 0 2px 18px -8px rgba(0, 0, 0, .18); }

/* Slide-Switch „Ohne / Mit Pipeline" */
.lp-switch {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  width: min(460px, 94%); margin: 44px auto 0; padding: 6px;
  border-radius: 100px; background: #fff; box-shadow: var(--shadow);
}
.lp-switch-thumb {
  position: absolute; top: 6px; bottom: 6px; left: 6px; width: calc(50% - 6px);
  border-radius: 100px; background: linear-gradient(180deg, #f0685a, #d0392b);
  box-shadow: 0 8px 20px -8px rgba(208, 57, 43, .6);
  transition: transform .45s cubic-bezier(.5, .05, .1, 1), background .45s, box-shadow .45s;
}
.lp-switch.is-with .lp-switch-thumb {
  transform: translateX(100%);
  background: linear-gradient(180deg, #57d07f, #2ea35a);
  box-shadow: 0 8px 20px -8px rgba(46, 163, 90, .6);
}
.lp-switch-opt {
  position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 16px; border: 0; background: transparent; font: inherit; font-weight: 600; font-size: 1rem;
  color: var(--ink-2); border-radius: 100px; cursor: pointer; transition: color .35s;
}
.lp-switch-opt svg { width: 18px; height: 18px; }
.lp-switch-opt.active { color: #fff; }
.lp-switch-opt:not(.active):hover { color: var(--ink); }

.lp-switch-stage { display: grid; margin-top: 28px; }
.lp-switch-panel {
  grid-area: 1 / 1; opacity: 0; transform: translateY(14px) scale(.985);
  transition: opacity .45s ease, transform .5s cubic-bezier(.22, .7, .2, 1); pointer-events: none;
}
.lp-switch-panel.active { opacity: 1; transform: none; pointer-events: auto; }
.lp-panel-card {
  max-width: 760px; margin: 0 auto; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); padding: clamp(26px, 3vw, 40px); border-top: 4px solid transparent;
}
.lp-panel--no .lp-panel-card { border-top-color: #e0554a; }
.lp-panel--yes .lp-panel-card { border-top-color: #2ea35a; }
.lp-panel-tag { display: inline-block; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 18px; }
.lp-panel--no .lp-panel-tag { color: #c0392b; }
.lp-panel--yes .lp-panel-tag { color: #2ea35a; }
.lp-panel-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.lp-panel-list li { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; font-size: 1.06rem; line-height: 1.45; color: #4c5a66; }
.lp-li-ic { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; font-size: .8rem; font-weight: 800; margin-top: 1px; }
.lp-panel--no .lp-li-ic { background: #fbe4e0; color: #c0392b; }
.lp-panel--yes .lp-li-ic { background: #dff3e6; color: #2ea35a; }

/* dezenter Schimmer auf der Featured-Preiskarte */
.lp-plan.is-featured { box-shadow: 0 22px 50px -30px rgba(246,107,18, .55), var(--shadow); }

/* ============================================================================
   ® + Kontakt-Sektion mit Formular
============================================================================ */
.lp-reg { font-size: .5em; font-weight: 600; vertical-align: super; margin-left: 1px; opacity: .7; letter-spacing: 0; }

.lp-contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
@media (max-width: 860px) { .lp-contact { grid-template-columns: 1fr; } }
.lp-contact-side .lp-h2 { margin-top: 12px; }
.lp-contact-side > p { margin-top: 16px; font-size: 1.1rem; line-height: 1.55; color: var(--ink-2); max-width: 42ch; }
.lp-cq-list { margin-top: 26px; display: grid; gap: 12px; }
.lp-cq { display: flex; align-items: center; gap: 14px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px 16px; transition: transform .3s ease; }
.lp-cq:hover { transform: scale3d(1.02, 1.02, 1.02); }
.lp-cq-ic { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(180deg, #fff1e5, #ffe2cd); color: var(--acc); flex: 0 0 auto; }
.lp-cq-ic svg { width: 21px; height: 21px; }
.lp-cq-txt { display: flex; flex-direction: column; line-height: 1.25; }
.lp-cq-txt b { font-size: .78rem; color: var(--ink-2); font-weight: 600; }
.lp-cq-txt strong { font-size: 1rem; color: var(--ink); font-weight: 600; }

.lp-form-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(24px, 3vw, 38px); }
.lp-form-head h3 { font-size: 1.3rem; font-weight: 600; letter-spacing: -.5px; color: var(--ink); }
.lp-form-head p { margin-top: 6px; font-size: .96rem; color: var(--ink-2); line-height: 1.5; }

/* Modus-Umschalter hell */
body.light .form-modes { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 22px 0; padding: 5px; border-radius: 100px; background: #efece7; border: 0; }
body.light .fm-thumb { position: absolute; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); border-radius: 100px; background: var(--acc); box-shadow: 0 6px 16px -8px rgba(246,107,18, .7); transition: transform .4s cubic-bezier(.5, .05, .1, 1); }
body.light .form-modes.is-callback .fm-thumb { transform: translateX(100%); }
body.light .fm-opt { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 14px; border: 0; background: transparent; font: inherit; font-weight: 600; font-size: .96rem; color: var(--ink-2); border-radius: 100px; cursor: pointer; transition: color .35s; }
body.light .fm-ic { width: 17px; height: 17px; }
body.light .fm-opt.active { color: #fff; }
body.light .fm-opt:not(.active):hover { color: var(--ink); }

/* Formularfelder hell */
body.light .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
body.light .field { display: grid; gap: 7px; }
body.light .field.wide { grid-column: 1 / -1; }
body.light .field label { font-size: .88rem; font-weight: 600; color: var(--ink); }
body.light .input, body.light .select, body.light .textarea {
  width: 100%; font: inherit; font-size: .98rem; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 11px 14px;
  transition: border-color .2s, box-shadow .2s;
}
body.light .input:focus, body.light .select:focus, body.light .textarea:focus {
  outline: 0; border-color: var(--acc); box-shadow: 0 0 0 3px rgba(246,107,18, .18);
}
body.light .textarea { min-height: 112px; resize: vertical; }
body.light .select {
  appearance: none; -webkit-appearance: none; padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236b7885' stroke-width='1.6' d='M1 1.5 6 6l5-4.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center;
}
body.light .consent { display: flex; gap: 11px; align-items: flex-start; margin: 18px 0 20px; font-size: .88rem; color: var(--ink-2); line-height: 1.5; }
body.light .consent input { margin-top: 3px; accent-color: var(--acc); width: 16px; height: 16px; flex: 0 0 auto; }
body.light .consent a { color: var(--acc); text-decoration: underline; text-underline-offset: 2px; }
body.light .form-msg { margin-top: 14px; font-size: .95rem; display: none; padding: 12px 16px; border-radius: 12px; }
body.light .form-msg.ok { display: block; background: #e6f6ec; color: #1f7a3f; }
body.light .form-msg.err { display: block; background: #fbe6e2; color: #b23a2b; }
body.light .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lp-btn--block { margin-top: 4px; }
@media (max-width: 520px) { body.light .form-grid { grid-template-columns: 1fr; } }
/* hidden-Attribut respektieren (sonst zeigt display:grid das Feld trotzdem) */
body.light .field[hidden] { display: none; }
/* Nav an mehr Punkte + CTA anpassen */
.lp-nav { gap: clamp(20px, 2.8vw, 40px); }
.lp-nav .lp-nav-cta { color: #fff; margin-left: 4px; }
.lp-nav .lp-nav-cta:hover { color: #fff; transform: translateY(-1px); }
@media (max-width: 960px) { .lp-nav a:not(.lp-nav-cta) svg { display: none; } }

/* Back-to-top im Logo-Verlauf (hell) */
body.light .to-top { background: var(--acc); box-shadow: 0 12px 26px -12px rgba(213,47,26,.5); }
body.light .to-top:hover { background: var(--acc-h); box-shadow: 0 16px 34px -14px rgba(213,47,26,.6); }
/* ® im Footer */
.lp-footer strong { font-weight: 600; }

/* Textmarkierung: Anthrazit / Weiß */
body.light ::selection { background: #2c313a; color: #fff; }
body.light ::-moz-selection { background: #2c313a; color: #fff; }

/* Großes Verfügbarkeits-„N" (Logo-Verlauf) */
.lp-h2--free { line-height: 1.16; }
.lp-h2 .lp-bignum {
  font-size: 2.6em; font-weight: 700; line-height: .75; letter-spacing: -.03em;
  background: var(--logo-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  vertical-align: -.16em; padding: 0 .02em;
}

/* Icon im Anfragen-CTA */
.lp-nav .lp-nav-cta svg { width: 15px; height: 15px; opacity: 1; }

/* Box-Hover: leichtes Anheben + lebendigeres Cover */
.lp-box { transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease; }
.lp-box:hover { transform: translateY(-7px) scale3d(1.012, 1.012, 1); box-shadow: 0 30px 55px -26px rgba(213, 47, 26, .4), var(--shadow); }
.lp-box h3 { transition: color .3s ease; }
.lp-box:hover h3 { color: var(--acc); }
.lp-ascii { transition: transform .5s ease, filter .4s ease; }
.lp-box:hover .lp-ascii { transform: scale(1.06); filter: brightness(1.28) saturate(1.15); }
.lp-box-cover::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 0 rgba(246, 107, 18, 0); transition: box-shadow .45s ease; }
.lp-box:hover .lp-box-cover::after { box-shadow: inset 0 -34px 44px -22px rgba(246, 107, 18, .55); }

/* ---------- Legal-Seiten (Impressum/Datenschutz) hell ---------- */
.lp-legal { padding: clamp(30px, 4vw, 56px) 0 clamp(50px, 8vw, 90px); }
.lp-legal .section { padding: 0 !important; margin: 0 !important; min-height: 0 !important; position: static; }
.lp-legal .container { width: min(800px, 92vw); margin: 0 auto; }
.lp-legal .doc { max-width: 760px; margin: 0 !important; padding: 0 !important; background: none !important; border: 0 !important; box-shadow: none !important; }
.lp-legal .kicker { display: inline-block; font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--acc); margin-bottom: 12px; }
.lp-legal h1 { font-size: clamp(1.9rem, 4.4vw, 2.9rem); font-weight: 600; letter-spacing: -1px; line-height: 1.12; color: var(--ink); margin: 0 0 .6em; }
.lp-legal h2 { font-size: 1.28rem; font-weight: 600; letter-spacing: -.3px; color: var(--ink); margin: 1.8em 0 .4em; }
.lp-legal h3 { font-size: 1.08rem; font-weight: 600; color: var(--ink); margin: 1.3em 0 .3em; }
.lp-legal p, .lp-legal li { color: var(--ink-2); line-height: 1.65; font-size: 1.02rem; margin: .5em 0; }
.lp-legal ul, .lp-legal ol { padding-left: 1.3em; }
.lp-legal a { color: var(--acc); text-decoration: underline; text-underline-offset: 2px; }
.lp-legal strong { color: var(--ink); font-weight: 600; }
.lp-legal .muted { color: #9aa5ad; font-size: .9rem; }
.lp-legal code { background: #eee9e1; padding: .12em .4em; border-radius: 6px; font-size: .9em; color: var(--ink); }

/* Hero-Sekundär-CTA: dezenter Glas-Button mit Runter-Pfeil */
.lp-btn--glass { color: #fff; border: 1.5px solid rgba(255,255,255,.45); background: rgba(255,255,255,.1); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.lp-btn--glass:hover { background: rgba(255,255,255,.18); border-color: #fff; transform: translateY(-1px); }
.lp-btn--glass svg { width: 17px; height: 17px; transition: transform .3s ease; }
.lp-btn--glass:hover svg { transform: translateY(3px); }

/* Zwei-Wege-Panels: Inhalt + ASCII-Kachel (Winke/Daumen) nebeneinander */
.lp-panel-card { display: flex; gap: clamp(20px, 3vw, 40px); align-items: center; }
.lp-panel-main { flex: 1; min-width: 0; }
.lp-panel-ascii { flex: 0 0 auto; width: 132px; height: 132px; border-radius: 16px; overflow: hidden; background: #0d0a07; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); }
.lp-panel-ascii .lp-ascii { width: 100%; height: 100%; display: block; }
@media (max-width: 560px) { .lp-panel-card { flex-direction: column-reverse; align-items: stretch; } .lp-panel-ascii { width: 100%; height: 120px; } }

/* ============================================================================
   Wirtschaftlichkeit — Kennzahlen-Streifen (Rechnung sichtbar gemacht)
============================================================================ */
.lp-calc-facts { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.lp-fact {
  background: var(--panel); border-radius: var(--radius); padding: 18px 16px; text-align: center;
  box-shadow: var(--shadow); transition-delay: var(--d, 0s);
}
.lp-fact-n { display: block; font-size: clamp(1.3rem, 2.4vw, 1.7rem); font-weight: 800; letter-spacing: -.02em; color: var(--acc); font-variant-numeric: tabular-nums; }
.lp-fact-l { display: block; margin-top: 5px; font-size: .86rem; line-height: 1.35; color: var(--ink-2); }
.lp-calc-note { margin: 16px auto 0; max-width: 760px; text-align: center; font-size: .88rem; line-height: 1.55; color: var(--ink-2); }
@media (max-width: 720px) { .lp-calc-facts { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================================
   Dashboard-Demo — Comic-Cockpit (Spracheingabe → Kanban → Iteration → Vorschau)
============================================================================ */
.dash { position: relative; margin-top: clamp(34px, 4vw, 52px); }
.dash-frame {
  position: relative; background: #fbfbfa; border: 2px solid #26333f; border-radius: var(--radius-lg);
  box-shadow: 6px 8px 0 rgba(38, 51, 63, .1), var(--shadow); overflow: hidden;
}
/* Titelleiste des „Fensters" */
.dash-titlebar {
  display: flex; align-items: center; gap: 12px; padding: 11px 16px;
  background: #eef0f1; border-bottom: 2px solid #26333f;
}
.dash-dots { display: inline-flex; gap: 6px; flex: 0 0 auto; }
.dash-dots i { width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid rgba(38,51,63,.45); }
.dash-dots i:nth-child(1) { background: #ff6259; }
.dash-dots i:nth-child(2) { background: #ffbd2e; }
.dash-dots i:nth-child(3) { background: #29c940; }
.dash-url {
  display: inline-flex; align-items: center; gap: 7px; margin: 0 auto;
  background: #fff; border: 1.5px solid rgba(38,51,63,.2); border-radius: 980px;
  padding: 5px 14px; font-size: .84rem; font-weight: 600; color: #55606b;
}
.dash-url svg { width: 14px; height: 14px; color: #2ea35a; }
.dash-live {
  display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto;
  font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #c0392b;
}
.dash-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff5040; box-shadow: 0 0 0 0 rgba(255,80,64,.6); animation: dashPulse 1.8s ease-out infinite; }
@keyframes dashPulse { 0% { box-shadow: 0 0 0 0 rgba(255,80,64,.55); } 70% { box-shadow: 0 0 0 8px rgba(255,80,64,0); } 100% { box-shadow: 0 0 0 0 rgba(255,80,64,0); } }

.dash-body { padding: clamp(16px, 2.2vw, 26px); }

/* ---- Spracheingabe-Zeile ---- */
.dash-voice { display: flex; align-items: center; gap: 14px; }
.dash-mic {
  position: relative; flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%;
  border: 2px solid #26333f; background: var(--logo-grad); color: #fff; cursor: pointer;
  display: grid; place-items: center; box-shadow: 3px 3px 0 rgba(38,51,63,.14);
  transition: transform .16s ease, box-shadow .16s ease;
}
.dash-mic svg { width: 24px; height: 24px; }
.dash-mic:hover { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 rgba(38,51,63,.16); }
.dash-mic:active { transform: translate(1px,1px); box-shadow: 2px 2px 0 rgba(38,51,63,.14); }
.dash-mic-ring { position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(239,100,21,.55); opacity: 0; }
.dash-mic.is-live { animation: dashMicBob 1.1s ease-in-out infinite; }
.dash-mic.is-live .dash-mic-ring { animation: dashRing 1.1s ease-out infinite; }
@keyframes dashMicBob { 50% { transform: translateY(-2px); } }
@keyframes dashRing { 0% { opacity: .8; transform: scale(1); } 100% { opacity: 0; transform: scale(1.5); } }

.dash-voice-field {
  flex: 1; min-width: 0; display: flex; align-items: center; gap: 12px;
  background: #fff; border: 2px solid rgba(38,51,63,.16); border-radius: 14px; padding: 11px 16px; min-height: 54px;
}
.dash-voice-field.is-live { border-color: rgba(239,100,21,.55); }
.dash-wave { display: inline-flex; align-items: center; gap: 3px; height: 22px; flex: 0 0 auto; }
.dash-wave i { width: 3px; height: 5px; border-radius: 3px; background: #c4ccd2; transition: height .12s ease, background .2s ease; }
.dash-voice-field.is-live .dash-wave i { background: var(--acc); animation: dashWave .7s ease-in-out infinite; }
.dash-wave i:nth-child(2n){ animation-delay: .1s; } .dash-wave i:nth-child(3n){ animation-delay: .22s; }
.dash-wave i:nth-child(4n){ animation-delay: .32s; } .dash-wave i:nth-child(5n){ animation-delay: .16s; }
@keyframes dashWave { 0%,100% { height: 5px; } 50% { height: 20px; } }
.dash-voice-text { font-size: .96rem; color: var(--ink); line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dash-voice-text.is-placeholder { color: #9aa5ad; }
.dash-voice-text .dash-caret { display: inline-block; width: 2px; height: 1em; margin-left: 2px; background: var(--acc); vertical-align: -2px; animation: dashCaret .8s step-end infinite; }
@keyframes dashCaret { 50% { opacity: 0; } }
.dash-voice-hint { flex: 0 0 auto; font-size: .74rem; color: #9aa5ad; align-self: center; }
@media (max-width: 640px) { .dash-voice-hint { display: none; } }

/* ---- Kanban-Board ---- */
.dash-board {
  margin-top: 18px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
  align-items: start;
}
.dash-col { background: #eef1f2; border: 1.5px solid rgba(38,51,63,.12); border-radius: 14px; padding: 10px; min-height: 148px; }
.dash-col-head {
  display: flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 700; color: #47535e;
  padding: 2px 4px 10px; letter-spacing: -.01em;
}
.dash-col-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--c, #8a97a3); flex: 0 0 auto; }
.dash-col-dot--spin { border: 2px solid var(--c); background: transparent; border-top-color: transparent; animation: dashSpin 1.1s linear infinite; }
@keyframes dashSpin { to { transform: rotate(360deg); } }
.dash-col-count { margin-left: auto; font-size: .74rem; font-weight: 700; color: #9aa5ad; background: #fff; border-radius: 980px; min-width: 20px; text-align: center; padding: 1px 6px; font-variant-numeric: tabular-nums; }
.dash-cards { display: flex; flex-direction: column; gap: 9px; }

/* ---- Aufgaben-Karte (Comic) ---- */
.dash-card {
  background: #fff; border: 2px solid #26333f; border-radius: 12px; padding: 10px 11px;
  box-shadow: 3px 3px 0 rgba(38,51,63,.12); cursor: default;
  animation: dashPop .32s cubic-bezier(.2,1.3,.5,1) both;
}
@keyframes dashPop { from { opacity: 0; transform: scale(.82) rotate(-3deg); } to { opacity: 1; transform: none; } }
.dash-card-top { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.dash-card-tag { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--acc); background: rgba(239,100,21,.1); border-radius: 980px; padding: 2px 8px; }
.dash-card-iter { margin-left: auto; font-size: .68rem; font-weight: 700; color: #b8791a; background: rgba(246,167,35,.16); border-radius: 980px; padding: 2px 7px; display: inline-flex; align-items: center; gap: 3px; }
.dash-card-iter svg { width: 11px; height: 11px; }
.dash-card-title { font-size: .86rem; font-weight: 600; line-height: 1.3; color: var(--ink); margin: 0; }
.dash-card-bar { margin-top: 9px; height: 5px; border-radius: 5px; background: #e7eaec; overflow: hidden; }
.dash-card-bar i { display: block; height: 100%; width: 0; border-radius: 5px; background: var(--logo-grad); transition: width .5s ease; }
.dash-card-actions { margin-top: 9px; display: flex; align-items: center; gap: 8px; }
.dash-prev {
  display: inline-flex; align-items: center; gap: 5px; font-size: .74rem; font-weight: 700; color: #47535e;
  background: #fff; border: 1.5px solid rgba(38,51,63,.25); border-radius: 980px; padding: 4px 10px; cursor: pointer;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}
.dash-prev svg { width: 12px; height: 12px; }
.dash-prev:hover { background: #26333f; color: #fff; border-color: #26333f; }
.dash-card-status { margin-left: auto; font-size: .72rem; font-weight: 600; color: #9aa5ad; }
.dash-card.is-done { border-color: #2ea35a; box-shadow: 3px 3px 0 rgba(46,163,90,.18); }
.dash-card.is-done .dash-card-title { color: #47535e; }
.dash-card-check { display: inline-flex; align-items: center; gap: 4px; color: #2ea35a; font-weight: 700; font-size: .74rem; }
.dash-card-check svg { width: 14px; height: 14px; }
.dash-card--ghost { opacity: .58; }

/* ---- EEAT-Vertrauensleiste ---- */
.dash-trust {
  margin: 20px 0 0; padding: 0; list-style: none;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.dash-trust li {
  display: flex; align-items: center; gap: 10px; font-size: .88rem; line-height: 1.35; color: var(--ink-2);
  background: var(--panel); border-radius: 12px; padding: 12px 14px; box-shadow: var(--shadow);
}
.dash-trust li b { color: var(--ink); font-weight: 700; }
.dash-trust svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--acc); }
@media (max-width: 820px) { .dash-trust { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .dash-trust { grid-template-columns: 1fr; } }

/* ---- Vorschau-Fenster (Mini-Browser) ---- */
.dash-preview { position: absolute; inset: 0; z-index: 30; display: grid; place-items: center; }
.dash-preview[hidden] { display: none; }
.dash-preview-backdrop { position: absolute; inset: 0; background: rgba(20, 26, 32, .5); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); animation: dashFade .2s ease both; }
@keyframes dashFade { from { opacity: 0; } }
.dash-preview-win {
  position: relative; width: min(420px, 86%); background: #fff; border: 2px solid #26333f; border-radius: 16px;
  box-shadow: 8px 12px 0 rgba(38,51,63,.18), 0 30px 60px -20px rgba(0,0,0,.5); overflow: hidden;
  animation: dashZoom .3s cubic-bezier(.2,1.2,.4,1) both;
}
@keyframes dashZoom { from { opacity: 0; transform: scale(.85) translateY(8px); } }
.dpw-bar { display: flex; align-items: center; gap: 10px; padding: 9px 12px; background: #eef0f1; border-bottom: 2px solid #26333f; }
.dpw-url { margin: 0 auto; font-size: .76rem; font-weight: 600; color: #6b7681; }
.dpw-close { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid rgba(38,51,63,.25); background: #fff; color: #47535e; cursor: pointer; }
.dpw-close svg { width: 13px; height: 13px; }
.dpw-close:hover { background: #26333f; color: #fff; }
.dpw-flag { position: absolute; right: 10px; bottom: 10px; font-size: .68rem; font-weight: 600; color: #fff; background: rgba(38,51,63,.72); border-radius: 980px; padding: 3px 9px; }

/* Comic-Mini-Webseite in der Vorschau */
.dpw-page { --a: #ef6415; padding: 0 0 16px; background: #fff; }
.dpw-page .dpw-nav { display: flex; align-items: center; gap: 6px; padding: 11px 14px; border-bottom: 1.5px solid #eceef0; }
.dpw-logo { width: 18px; height: 18px; border-radius: 5px; background: var(--a); border: 1.5px solid #26333f; }
.dpw-nav b { font-size: .74rem; font-weight: 800; color: #26333f; margin-right: auto; letter-spacing: -.02em; }
.dpw-nav i { width: 26px; height: 6px; border-radius: 6px; background: #dfe3e6; }
.dpw-hero { padding: 20px 16px 14px; display: grid; gap: 9px; }
.dpw-h1 { height: 15px; border-radius: 6px; background: #26333f; width: 78%; }
.dpw-h2 { height: 9px; border-radius: 6px; background: #cfd5d9; width: 92%; }
.dpw-h2.s { width: 64%; }
.dpw-cta { margin-top: 5px; display: inline-flex; width: max-content; font-size: .72rem; font-weight: 800; color: #fff; background: var(--a); border: 2px solid #26333f; border-radius: 980px; padding: 6px 14px; box-shadow: 2px 2px 0 rgba(38,51,63,.2); }
.dpw-art {
  margin-top: 6px; height: 74px; border-radius: 10px; border: 2px solid #26333f;
  background: linear-gradient(135deg, color-mix(in srgb, var(--a) 22%, #fff), color-mix(in srgb, var(--a) 55%, #fff));
  position: relative; overflow: hidden;
}
.dpw-art::before { content: ''; position: absolute; left: 14px; bottom: -12px; width: 40px; height: 40px; border-radius: 50%; background: var(--a); opacity: .5; }
.dpw-art::after { content: ''; position: absolute; right: -10px; top: -10px; width: 46px; height: 46px; border-radius: 12px; background: #fff; opacity: .55; transform: rotate(18deg); }
.dpw-grid { padding: 14px 16px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dpw-grid span { height: 34px; border-radius: 9px; border: 1.5px solid #26333f; background: #f3f5f6; }
.dpw-grid span::after { content: ''; display: block; width: 16px; height: 16px; margin: 5px 0 0 6px; border-radius: 5px; background: var(--a); opacity: .8; }

@keyframes dashSlideScroll { }
@media (max-width: 760px) {
  .dash-board { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 74%; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }
  .dash-col { scroll-snap-align: start; }
  .dash-voice-field { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .dash-live-dot, .dash-mic.is-live, .dash-col-dot--spin, .dash-card, .dash-voice-field.is-live .dash-wave i { animation: none !important; }
  .dash-card-bar i { transition: none; }
}

/* ===========================================================================
   Blog / EEAT — Index-Karten & Artikel. Additiv; nutzt die .lp-legal-Typografie
   der Unterseiten (siehe _light_head.php -> <main class="lp-legal">).
   =========================================================================== */
.lp-blog-lede { font-size: 1.16rem; line-height: 1.6; color: var(--ink); margin: 0 0 1.6em; }

/* Index */
.lp-blog-list { display: grid; gap: 26px; margin-top: 26px; }
.lp-blog-card { display: grid; grid-template-columns: 240px 1fr; gap: 22px; align-items: stretch;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease; }
.lp-blog-card:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(20,15,10,.10); }
.lp-blog-card-media { display: block; background: #120b07; }
.lp-blog-card-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-blog-card-body { padding: 20px 22px 22px 0; }
.lp-blog-meta { color: #9aa5ad; font-size: .88rem; margin: 0 0 .4em; }
.lp-blog-card-title { font-size: 1.3rem; line-height: 1.25; margin: 0 0 .4em; }
.lp-blog-card-title a { color: var(--ink); text-decoration: none; }
.lp-blog-card-title a:hover { color: var(--acc); }
.lp-blog-card-excerpt { color: var(--ink-2); margin: 0 0 .8em; }
.lp-blog-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 .6em; }
.lp-blog-tag { font-size: .76rem; font-weight: 600; letter-spacing: .02em; color: var(--acc);
  background: #fdece1; border-radius: 999px; padding: 4px 11px; }

/* Artikel */
.lp-blog-crumbs { font-size: .86rem; color: #9aa5ad; margin: 0 0 1.2em; }
.lp-blog-crumbs a { color: #9aa5ad; text-decoration: none; }
.lp-blog-crumbs a:hover { color: var(--acc); }
.lp-blog-crumbs span { margin: 0 .4em; }
.lp-blog-byline { color: var(--ink-2); font-size: .95rem; margin: 0 0 1.4em; }
.lp-blog-byline strong { color: var(--ink); }
.lp-blog-hero { margin: 0 0 1.6em; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #120b07; }
.lp-blog-hero-img { width: 100%; height: auto; display: block; }
.lp-blog-quote { border-left: 4px solid var(--acc); margin: 1.4em 0; padding: .2em 0 .2em 1.1em;
  font-size: 1.22rem; line-height: 1.5; font-weight: 600; color: var(--ink); font-style: italic; }
.lp-blog-callout { background: linear-gradient(135deg, #fff5ee, #fdece1); border: 1px solid #f6cdb0;
  border-radius: 16px; padding: 22px 24px; margin: 1.8em 0; }
.lp-blog-callout-title { font-weight: 700; color: var(--ink); margin: 0 0 .3em; font-size: 1.1rem; }
.lp-blog-callout p { margin: 0 0 .9em; }
/* Buttons in der .lp-legal-Prosa: die generische `.lp-legal a`-Regel würde
   Textfarbe (var(--acc)) und Unterstreichung erzwingen – beim Primary-Button
   ergäbe das Orange auf Orange (unsichtbar). Hier wieder herstellen. */
.lp-legal a.lp-btn { text-decoration: none; }
.lp-legal a.lp-btn--primary { color: #fff; }
.lp-legal a.lp-btn--primary:hover { color: #fff; }
.lp-legal a.lp-btn--link { color: var(--acc); }
.lp-blog-sources { font-size: .95rem; }
.lp-blog-sources li { word-break: break-word; }
.lp-blog-back { margin-top: 2.2em; }
.lp-blog-back a { font-weight: 600; }

@media (max-width: 640px) {
  .lp-blog-card { grid-template-columns: 1fr; }
  .lp-blog-card-media { aspect-ratio: 1200 / 630; }
  .lp-blog-card-body { padding: 4px 20px 22px; }
}

/* ===========================================================================
   Mobile-Navigation (Toggler / Burger). Unter 860px klappt die gemeinsame
   .lp-nav (siehe views/_nav.php) als Panel unter der Topbar auf.
   =========================================================================== */
.lp-burger { display: none; }             /* Desktop: kein Burger */
.lp-burger {
  margin-left: auto; width: 44px; height: 44px; padding: 0;
  border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255, 255, 255, .6); cursor: pointer;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
  -webkit-tap-highlight-color: transparent;
}
.lp-burger span { display: block; width: 22px; height: 2px; border-radius: 2px;
  background: var(--ink); transition: transform .25s ease, opacity .2s ease; }

@media (max-width: 860px) {
  .lp-burger { display: inline-flex; }

  /* .lp-nav wird zum Aufklapp-Panel (überschreibt das display:none der
     bestehenden 860px-Regel; deshalb steht dieser Block danach). */
  .lp-nav {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0; margin: 0;
    background: rgba(250, 249, 247, .98);
    -webkit-backdrop-filter: saturate(1.6) blur(20px); backdrop-filter: saturate(1.6) blur(20px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px -18px rgba(20, 15, 10, .35);
    padding: 6px clamp(16px, 5vw, 28px) 14px;
    max-height: 0; overflow: hidden; opacity: 0; visibility: hidden;
    transition: max-height .28s ease, opacity .22s ease, visibility .28s;
  }
  body.nav-open .lp-nav { max-height: calc(100vh - 58px); overflow-y: auto; opacity: 1; visibility: visible; }

  .lp-nav a {
    width: 100%; padding: 14px 4px; font-size: 1.06rem;
    border-bottom: 1px solid var(--line);
  }
  .lp-nav a:hover { transform: none; }        /* kein Scale in der Liste */
  .lp-nav a:last-child { border-bottom: 0; }
  /* Icons in der Liste zeigen (schlägt die 960px-Regel, die sie sonst ausblendet). */
  body.nav-open .lp-nav a svg { display: inline-block; width: 20px; height: 20px; opacity: .85; }

  .lp-nav .lp-nav-cta {
    justify-content: center; margin: 12px 0 2px; padding: 14px 18px;
    border-radius: 12px; border-bottom: 0;
  }

  /* Burger -> X, wenn geöffnet */
  body.nav-open .lp-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .lp-burger span:nth-child(2) { opacity: 0; }
  body.nav-open .lp-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
