/* ============================================================
   LiraCore Management – Landingpage
   Ergänzt shared.css. Landing = LiraCore-Blau/Dark.
   App-Mockups = echter App-Look (gray-950 + Amber #f59e0b).
   ============================================================ */

.lm {
  --lm-line: rgba(255,255,255,0.08);
  --lm-line-2: rgba(255,255,255,0.14);
  --lm-panel: #0d1322;
  --lm-panel-2: #0a0f1a;
  /* echtes App-Farbschema (Tailwind gray + amber) */
  --app-950: #030712;
  --app-900: #0e1626;
  --app-850: #161f30;
  --app-800: #1f2937;
  --app-700: #374151;
  --app-600: #4b5563;
  --app-500: #6b7280;
  --app-400: #9ca3af;
  --app-300: #d1d5db;
  --amber: #f59e0b;
  --amber-400: #fbbf24;
  --amber-300: #fcd34d;
  --app-green: #34d399;
  --app-blue: #93c5fd;
  --lm-grad: linear-gradient(100deg,#fff 0%,#a9c6ff 45%,#1A66FF 100%);
}

/* ---------- Layout-Utilities (keine Inline-Styles) ---------- */
.lm-section { padding: clamp(4rem,9vw,7rem) 0; position: relative; }
.lm-flush-top { padding-top: 0; }
.lm-center { text-align: center; max-width: 720px; margin-inline: auto; }
.lm-eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: .9rem;
}
.lm-eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--primary); }
.lm-center .lm-eyebrow { justify-content: center; }
.lm-h2 { font-size: clamp(1.9rem,4vw,2.9rem); line-height: 1.08; letter-spacing: -.02em; color: var(--text-white); font-weight: 800; margin: 0 0 1rem; }
.lm-lead { color: var(--text-gray); font-size: clamp(1rem,1.4vw,1.14rem); line-height: 1.7; margin: 0 auto; max-width: 62ch; }
.lm-grad-text { background: var(--lm-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

/* ---------- Scroll-Reveal (eigene Beobachtung in management.js) ---------- */
.lm-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.lm-reveal.is-in { opacity: 1; transform: none; }
.lm-reveal.d1 { transition-delay: .08s; } .lm-reveal.d2 { transition-delay: .16s; }
.lm-reveal.d3 { transition-delay: .24s; } .lm-reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce){ .lm-reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   HERO
   ============================================================ */
.lm-hero { padding: calc(var(--nav-h) + clamp(2.5rem,6vw,4.5rem)) 0 clamp(3rem,7vw,6rem); overflow: hidden; }
.lm-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: clamp(2rem,4vw,4rem); align-items: center; }
.lm-hero-copy { max-width: 560px; }
.lm-hero-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.6rem; }
.lm-tag { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-gray); border: 1px solid var(--lm-line-2); border-radius: 5px; padding: .4rem .65rem; background: var(--lm-panel-2); }
.lm-tag svg { width: 12px; height: 12px; color: var(--primary-light); }
.lm-h1 { font-size: clamp(2.4rem,5.6vw,4.2rem); line-height: 1.03; letter-spacing: -.035em; font-weight: 800; color: var(--text-white); margin: 0 0 1.3rem; }
.lm-h1 span { display: block; }
.lm-hero-sub { font-size: clamp(1rem,1.4vw,1.18rem); line-height: 1.65; color: var(--text-gray); margin: 0 0 2rem; }
.lm-hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.lm-hero-meta { display: flex; flex-wrap: wrap; gap: 1.6rem 2rem; margin-top: 2.4rem; padding-top: 1.8rem; border-top: 1px solid var(--lm-line); }
.lm-metric-num { font-family: var(--font-mono); font-weight: 700; font-size: clamp(1.5rem,2.6vw,2rem); color: var(--text-white); line-height: 1; }
.lm-metric-label { font-size: .76rem; color: var(--text-muted); margin-top: .35rem; }

/* Hero-Visual: echte App im Browser-Frame, leicht gekippt */
.lm-hero-visual { position: relative; perspective: 1600px; }
.lm-hero-win { transform: translateY(var(--py,0)) rotateY(-9deg) rotateX(3deg); transform-style: preserve-3d; }
.lm-hero-shot { display: block; width: 100%; height: auto; }
.lm-hero-win .lm-win-bar { position: relative; z-index: 1; }
.lm-hero-glow { position: absolute; inset: -8% -6% -12% -6%; background: radial-gradient(60% 60% at 70% 20%, rgba(26,102,255,.22), transparent 70%); filter: blur(10px); z-index: -1; }

/* ============================================================
   BROWSER- & PHONE-FRAMES
   ============================================================ */
.lm-win { border-radius: 14px; border: 1px solid var(--app-700); background: var(--app-900); box-shadow: 0 40px 90px rgba(0,0,0,.6), 0 0 0 1px rgba(0,0,0,.4); overflow: hidden; }
.lm-win-bar { display: flex; align-items: center; gap: .8rem; padding: .65rem .9rem; background: var(--app-850); border-bottom: 1px solid var(--app-700); }
.lm-traffic { display: flex; gap: .45rem; }
.lm-traffic i { width: 11px; height: 11px; border-radius: 50%; background: #3a4658; display: block; }
.lm-traffic i:nth-child(1){ background:#ef5f57 } .lm-traffic i:nth-child(2){ background:#f5bd4f } .lm-traffic i:nth-child(3){ background:#5fc454 }
.lm-omnibox { flex: 1; display: flex; align-items: center; gap: .5rem; background: var(--app-900); border: 1px solid var(--app-700); border-radius: 7px; padding: .32rem .7rem; font-family: var(--font-mono); font-size: .72rem; color: var(--app-400); max-width: 360px; }
.lm-omnibox svg { width: 12px; height: 12px; color: var(--app-green); flex: none; }
.lm-win-actions { margin-left: auto; display: flex; gap: .5rem; color: var(--app-400); }
.lm-win-actions svg { width: 15px; height: 15px; }

.lm-phone { width: 300px; max-width: 100%; border-radius: 34px; border: 1px solid var(--app-700); background: var(--app-950); padding: 9px; box-shadow: 0 40px 90px rgba(0,0,0,.6); position: relative; }
.lm-phone::before { content: ""; position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 90px; height: 22px; background: #000; border-radius: 0 0 12px 12px; z-index: 3; }
.lm-phone-screen { border-radius: 26px; overflow: hidden; background: var(--app-900); height: 580px; display: flex; flex-direction: column; }

/* ============================================================
   ECHTER APP-LOOK (Shell, Sidebar, Views)
   ============================================================ */
.lm-os { display: grid; grid-template-columns: 224px 1fr; min-height: 520px; background: var(--app-900); }
.lm-os-side { background: var(--app-950); border-right: 1px solid var(--app-800); display: flex; flex-direction: column; padding: .85rem .6rem .6rem; }
.lm-logo { display: flex; align-items: center; gap: 1px; padding: .35rem .65rem .9rem; font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; }
.lm-logo b { color: #fff; } .lm-logo span { color: var(--amber); }
.lm-os-search { display: flex; align-items: center; gap: .5rem; background: var(--app-800); color: var(--app-400); border-radius: 8px; padding: .5rem .7rem; font-size: .82rem; margin-bottom: .6rem; }
.lm-os-search svg { width: 14px; height: 14px; }
.lm-os-search kbd { margin-left: auto; font-family: var(--font-mono); font-size: .62rem; border: 1px solid var(--app-700); border-radius: 4px; padding: 0 .3rem; color: var(--app-400); }
.lm-os-nav { display: flex; flex-direction: column; gap: 1px; overflow: hidden; }
.lm-os-sec { padding: .9rem .65rem .25rem; font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--app-400); }
.lm-nav { font: inherit; text-align: left; cursor: pointer; border: 0; background: transparent; color: var(--app-400); font-size: .84rem; padding: .5rem .65rem; border-radius: 8px; display: flex; align-items: center; gap: .7rem; transition: color .15s, background .15s; }
.lm-nav svg { width: 18px; height: 18px; flex: none; }
.lm-nav .lm-nav-badge { margin-left: auto; font-family: var(--font-mono); font-size: .6rem; background: var(--amber); color: #000; border-radius: 9px; padding: 0 .4rem; font-weight: 700; }
.lm-nav:hover { color: #fff; background: var(--app-800); }
.lm-nav[aria-current="true"] { color: var(--amber-400); background: var(--app-800); }
.lm-nav[data-static] { cursor: default; }
.lm-nav[data-static]:hover { color: var(--app-400); background: transparent; }
.lm-os-foot { margin-top: auto; border-top: 1px solid var(--app-800); padding-top: .7rem; display: flex; align-items: center; gap: .6rem; }
.lm-os-ava { width: 30px; height: 30px; border-radius: 50%; background: var(--amber); color: #000; font-weight: 800; font-size: .72rem; display: grid; place-items: center; flex: none; }
.lm-os-foot b { display: block; color: #fff; font-size: .78rem; line-height: 1.1; }
.lm-os-foot small { color: var(--app-400); font-size: .68rem; }
.lm-os-bell { margin-left: auto; color: var(--app-400); }
.lm-os-bell svg { width: 16px; height: 16px; }

.lm-os-main { padding: 1.3rem; overflow: hidden; position: relative; }
.lm-os-main { max-height: 564px; overflow-y: auto; }
.lm-os-main::-webkit-scrollbar { width: 8px; }
.lm-os-main::-webkit-scrollbar-thumb { background: var(--app-700); border-radius: 8px; }

/* echtes App-Header-Format pro View */
.lm-view-title { font-size: 1.4rem; font-weight: 800; }
.lm-status.red { background: rgba(248,113,113,.16); color: #f87171; }

/* Tabs (Kunden) */
.lm-tabs { display: flex; gap: .15rem; border-bottom: 1px solid var(--app-700); margin-bottom: 1rem; }
.lm-tabs button { font: inherit; cursor: pointer; border: 0; background: transparent; color: var(--app-400); font-size: .82rem; font-weight: 600; padding: .5rem .9rem; border-bottom: 2px solid transparent; margin-bottom: -1px; border-radius: 8px 8px 0 0; }
.lm-tabs button.on { color: var(--amber-400); border-bottom-color: var(--amber-400); background: var(--app-800); }
.lm-tabs button:hover { color: #fff; }
.lm-tabs .lm-tab-badge { margin-left: .35rem; font-size: .62rem; background: #ef4444; color: #fff; border-radius: 999px; padding: 0 .35rem; }

/* Filter-Bar (Projekte) */
.lm-filter { display: flex; gap: .6rem; margin-bottom: 1rem; flex-wrap: wrap; align-items: center; }
.lm-filter .lm-search { margin-bottom: 0; flex: 1; min-width: 150px; }
.lm-select { background: var(--app-800); border: 1px solid var(--app-700); color: var(--app-300); border-radius: 9px; padding: .5rem .7rem; font: inherit; font-size: .8rem; }
.lm-toggle { display: flex; gap: .2rem; background: var(--app-800); border: 1px solid var(--app-700); border-radius: 9px; padding: .2rem; margin-left: auto; }
.lm-toggle button { font: inherit; cursor: pointer; border: 0; background: transparent; color: var(--app-400); border-radius: 7px; padding: .35rem .55rem; display: inline-flex; }
.lm-toggle button svg { width: 16px; height: 16px; }
.lm-toggle button.on { background: var(--app-700); color: #fff; }

/* Tabellen */
.lm-tbl-wrap { border: 1px solid rgba(55,65,81,.5); border-radius: 12px; overflow: hidden; background: var(--app-800); }
.lm-tbl { width: 100%; border-collapse: collapse; font-size: .82rem; }
.lm-tbl thead th { text-align: left; font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; color: var(--app-400); font-weight: 700; padding: .65rem .9rem; border-bottom: 1px solid var(--app-700); background: var(--app-850); }
.lm-tbl th.r, .lm-tbl td.r { text-align: right; }
.lm-tbl tbody td { padding: .65rem .9rem; border-bottom: 1px solid rgba(55,65,81,.4); color: var(--app-300); vertical-align: middle; }
.lm-tbl tbody tr:last-child td { border-bottom: 0; }
.lm-tbl tbody tr { transition: background .15s; }
.lm-tbl tbody tr:hover { background: var(--app-850); }
.lm-cell-name b { color: #fff; display: block; font-size: .83rem; }
.lm-cell-name small { color: var(--app-400); font-size: .72rem; }
.lm-mono { font-family: var(--font-mono); color: var(--app-400); }
.lm-amber-mono { font-family: var(--font-mono); color: var(--amber-300); }
.lm-num { font-family: var(--font-mono); color: #fff; }
.lm-low { color: var(--amber-300); font-weight: 700; }

/* Finanz-Summary */
.lm-fin { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; margin-bottom: 1.1rem; }
.lm-fin-card { background: var(--app-800); border: 1px solid rgba(55,65,81,.5); border-radius: 12px; padding: .85rem 1rem; }
.lm-fin-label { font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; color: var(--app-400); margin-bottom: .3rem; }
.lm-fin-num { font-size: 1.3rem; font-weight: 800; line-height: 1; }
.lm-fin-num.amber { color: var(--amber-400); } .lm-fin-num.red { color: #f87171; } .lm-fin-num.green { color: var(--app-green); }
.lm-fin-sub { font-size: .64rem; color: var(--app-400); margin-top: .35rem; }

/* Banner (Material Niedrigbestand) */
.lm-banner { display: flex; align-items: center; gap: .6rem; background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.35); border-radius: 10px; padding: .6rem .85rem; margin-bottom: 1rem; color: var(--amber-300); font-size: .8rem; }
.lm-banner svg { width: 16px; height: 16px; flex: none; }

/* Projektliste */
.lm-proj-list { display: flex; flex-direction: column; gap: .5rem; }
.lm-prow { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--app-800); border: 1px solid rgba(55,65,81,.5); border-radius: 10px; padding: .7rem .9rem; transition: background .15s; }
.lm-prow:hover { background: var(--app-850); }
.lm-prow .m b { color: #fff; font-size: .84rem; display: block; }
.lm-prow .m small { color: var(--app-400); font-size: .72rem; }
[hidden] { display: none !important; }
.lm-view { display: none; animation: lmView .4s cubic-bezier(.2,.7,.2,1) both; }
.lm-view.is-active { display: block; }
@keyframes lmView { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.lm-view-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; flex-wrap: wrap; }
.lm-view-title { font-size: 1.15rem; font-weight: 700; color: #fff; letter-spacing: -.01em; }
.lm-view-sub { font-size: .8rem; color: var(--app-400); margin-top: .15rem; }
.lm-btn-amber { background: var(--amber); color: #000; font-weight: 600; font-size: .82rem; border: 0; border-radius: 8px; padding: .5rem .9rem; cursor: pointer; display: inline-flex; align-items: center; gap: .4rem; transition: background .15s; }
.lm-btn-amber:hover { background: var(--amber-400); }
.lm-btn-amber:disabled { opacity: .5; cursor: default; }
.lm-btn-ghost { background: var(--app-800); color: var(--app-300); font-weight: 500; font-size: .82rem; border: 1px solid var(--app-700); border-radius: 8px; padding: .5rem .9rem; cursor: pointer; transition: background .15s; }
.lm-btn-ghost:hover { background: var(--app-700); }

/* KPI-Karten (echter Look: gray-800, rounded-xl) */
.lm-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: .85rem; margin-bottom: 1.1rem; }
.lm-kpi { background: var(--app-800); border: 1px solid rgba(55,65,81,.5); border-radius: 12px; padding: .9rem 1rem; }
.lm-kpi-top { display: flex; align-items: center; justify-content: space-between; }
.lm-kpi-num { font-weight: 800; font-size: 1.55rem; color: #fff; letter-spacing: -.02em; }
.lm-kpi-delta { font-size: .68rem; font-family: var(--font-mono); padding: .12rem .4rem; border-radius: 5px; background: rgba(52,211,153,.14); color: var(--app-green); }
.lm-kpi-delta.down { background: rgba(245,158,11,.16); color: var(--amber-300); }
.lm-kpi-label { font-size: .72rem; color: var(--app-400); margin-top: .35rem; }

/* Chart */
.lm-chart-static { display: flex; align-items: flex-end; gap: .5rem; height: 110px; }
.lm-chart-static span { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(to top,var(--amber),var(--amber-300)); }
.lm-chart-static span:nth-child(1){ height: 42% } .lm-chart-static span:nth-child(2){ height: 58% }
.lm-chart-static span:nth-child(3){ height: 46% } .lm-chart-static span:nth-child(4){ height: 70% }
.lm-chart-static span:nth-child(5){ height: 55% } .lm-chart-static span:nth-child(6){ height: 92% }
.lm-chart-static span:nth-child(7){ height: 74% }
.lm-kpi-wide { margin-bottom: .7rem; }
.lm-list-gap { gap: .45rem; }
.lm-chart-card { background: var(--app-800); border: 1px solid rgba(55,65,81,.5); border-radius: 12px; padding: 1rem 1.1rem 1.1rem; }
.lm-chart-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: .8rem; }
.lm-chart-h b { color: #fff; font-size: .88rem; } .lm-chart-h span { font-size: .72rem; color: var(--app-400); }
.lm-chart { display: flex; align-items: flex-end; gap: .5rem; height: 120px; }
.lm-chart span { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(to top,var(--amber),var(--amber-300)); height: 4%; transition: height .9s cubic-bezier(.2,.7,.2,1); }
.lm-chart.is-animated span { height: var(--bar,40%); }
.lm-chart-x { display: flex; gap: .5rem; margin-top: .5rem; }
.lm-chart-x span { flex: 1; text-align: center; font-size: .6rem; color: var(--app-400); font-family: var(--font-mono); }

/* Listen / Items */
.lm-block-label { font-size: .74rem; color: var(--app-400); margin: 1.1rem 0 .6rem; font-weight: 600; }
.lm-list { display: flex; flex-direction: column; gap: .5rem; }
.lm-item { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--app-800); border: 1px solid rgba(55,65,81,.5); border-radius: 10px; padding: .6rem .8rem; transition: background .15s; }
.lm-item:hover { background: var(--app-850); }
.lm-item-main { display: flex; align-items: center; gap: .7rem; min-width: 0; }
.lm-item-dot { width: 30px; height: 30px; border-radius: 8px; background: rgba(245,158,11,.16); color: var(--amber-300); display: grid; place-items: center; flex: none; font-family: var(--font-mono); font-size: .68rem; font-weight: 700; }
.lm-item-txt b { display: block; color: #fff; font-size: .82rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lm-item-txt small { color: var(--app-400); font-size: .72rem; }
.lm-status { font-family: var(--font-mono); font-size: .62rem; padding: .2rem .55rem; border-radius: 999px; white-space: nowrap; font-weight: 600; }
.lm-status.green { background: rgba(52,211,153,.16); color: var(--app-green); }
.lm-status.warn { background: rgba(245,158,11,.18); color: var(--amber-300); }
.lm-status.blue { background: rgba(147,197,253,.16); color: var(--app-blue); }

/* Suche */
.lm-search { display: flex; align-items: center; gap: .55rem; background: var(--app-800); border: 1px solid var(--app-700); border-radius: 9px; padding: .55rem .75rem; margin-bottom: .9rem; }
.lm-search svg { width: 15px; height: 15px; color: var(--app-400); flex: none; }
.lm-search input { flex: 1; background: transparent; border: 0; outline: 0; color: #fff; font: inherit; font-size: .84rem; }
.lm-search input::placeholder { color: var(--app-400); }

/* Kanban */
.lm-kanban { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; }
.lm-col { background: var(--app-850); border: 1px solid rgba(55,65,81,.5); border-radius: 12px; padding: .7rem; }
.lm-col-h { font-size: .7rem; font-weight: 700; color: var(--app-400); text-transform: uppercase; letter-spacing: .04em; margin-bottom: .6rem; display: flex; justify-content: space-between; }
.lm-col-h span { color: var(--app-400); font-family: var(--font-mono); }
.lm-task { background: var(--app-800); border: 1px solid rgba(55,65,81,.6); border-radius: 9px; padding: .55rem .65rem; margin-bottom: .5rem; transition: border-color .15s, transform .15s; }
.lm-task:hover { border-color: var(--amber); transform: translateY(-2px); }
.lm-task b { display: block; color: #fff; font-size: .76rem; margin-bottom: .25rem; }
.lm-task small { color: var(--app-400); font-size: .68rem; }

/* Rechnung */
.lm-invoice { background: var(--app-800); border: 1px solid rgba(55,65,81,.5); border-radius: 12px; overflow: hidden; max-width: 560px; }
.lm-inv-top { display: flex; justify-content: space-between; align-items: flex-start; padding: 1rem; border-bottom: 1px solid var(--app-700); }
.lm-inv-top b { color: #fff; font-size: .92rem; } .lm-inv-top small { color: var(--app-400); font-size: .72rem; display: block; margin-top: .1rem; }
.lm-inv-no { font-family: var(--font-mono); color: var(--amber-300); font-size: .78rem; }
.lm-inv-lines { padding: .3rem 1rem; }
.lm-inv-line { display: grid; grid-template-columns: 1fr auto auto; gap: 1rem; padding: .58rem 0; border-bottom: 1px dashed var(--app-700); font-size: .82rem; color: var(--app-300); animation: lmView .35s both; }
.lm-inv-line:last-child { border-bottom: 0; }
.lm-inv-line .q { font-family: var(--font-mono); color: var(--app-400); }
.lm-inv-line .p { font-family: var(--font-mono); color: #fff; text-align: right; min-width: 84px; }
.lm-inv-foot { padding: .9rem 1rem; border-top: 1px solid var(--app-700); }
.lm-inv-row { display: flex; justify-content: space-between; font-size: .8rem; color: var(--app-400); margin-bottom: .3rem; }
.lm-inv-row.total { font-size: 1.05rem; color: #fff; font-weight: 700; margin-top: .5rem; padding-top: .55rem; border-top: 1px solid var(--app-700); }
.lm-inv-row .p { font-family: var(--font-mono); }
.lm-inv-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.1rem; }

/* Marketing / KI-Caption */
.lm-post { display: grid; grid-template-columns: 160px 1fr; gap: 1rem; }
.lm-post-img { aspect-ratio: 1; border-radius: 12px; border: 1px solid var(--app-700); background: linear-gradient(135deg,#1b2a4a,#0c1320); display: grid; place-items: center; color: var(--app-400); }
.lm-post-img svg { width: 34px; height: 34px; }
.lm-caption { background: var(--app-800); border: 1px solid rgba(55,65,81,.5); border-radius: 12px; padding: 1rem; display: flex; flex-direction: column; }
.lm-caption-label { font-family: var(--font-mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--app-400); margin-bottom: .5rem; }
.lm-caption-text { flex: 1; color: var(--app-300); font-size: .84rem; line-height: 1.6; min-height: 5.4em; }
.lm-cap-empty { color: var(--app-400); }
.lm-caret { color: var(--amber); animation: lmBlink 1s steps(1) infinite; }
@keyframes lmBlink { 50% { opacity: 0; } }

.lm-os-foot-bar { padding: .85rem 1.3rem; border-top: 1px solid var(--app-800); display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; background: var(--app-950); }
.lm-os-foot-bar small { color: var(--app-400); font-size: .74rem; }

/* generischer Platzhalter für nicht-interaktive Views */
.lm-placeholder { display: grid; place-items: center; text-align: center; min-height: 320px; color: var(--app-400); }
.lm-placeholder svg { width: 34px; height: 34px; margin-bottom: .8rem; color: var(--app-400); }
.lm-placeholder b { color: var(--app-300); display: block; margin-bottom: .3rem; font-size: .95rem; }
.lm-placeholder span { font-size: .82rem; }

/* ============================================================
   LIVE-DEMO (iframe der echten App)
   ============================================================ */
.lm-demo-intro { max-width: 720px; margin: 0 auto 1.8rem; text-align: center; }
.lm-demo-controls { display: flex; flex-direction: column; align-items: center; gap: 1rem; margin-bottom: 1.8rem; }
.lm-demo-row { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
.lm-seg-sm button { font-size: .78rem; padding: .45rem .85rem; }
.lm-seg button:disabled { opacity: .4; cursor: not-allowed; }
.lm-seg button:disabled:hover { color: var(--text-gray); border-color: var(--lm-line-2); background: var(--lm-panel); }

.lm-demo-stage { display: flex; justify-content: center; }
.lm-demo-win { width: 100%; transition: max-width .4s cubic-bezier(.2,.7,.2,1); }
.lm-iframe-wrap { width: 100%; background: var(--app-900); line-height: 0; }
.lm-iframe-wrap iframe { display: block; width: 100%; height: 720px; border: 0; background: var(--app-900); }
.lm-demo-stage.is-mobile .lm-demo-win { max-width: 414px; border-radius: 30px; }
.lm-demo-stage.is-mobile .lm-win-bar { display: none; }
.lm-demo-stage.is-mobile .lm-iframe-wrap iframe { height: 660px; }
.lm-demo-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }
.lm-demo-foot small { color: var(--text-muted); font-size: .8rem; }
@media (max-width: 760px){
  .lm-iframe-wrap iframe { height: 600px; }
  .lm-demo-stage.is-mobile .lm-demo-win { max-width: 360px; }
}

/* ============================================================
   (Alt) Branchenwahl-Segment
   ============================================================ */
.lm-demo-intro { max-width: 720px; margin: 0 auto 1.8rem; text-align: center; }
.lm-seg { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: center; margin-bottom: 1.8rem; }
.lm-seg button { font: inherit; cursor: pointer; border: 1px solid var(--lm-line-2); background: var(--lm-panel); color: var(--text-gray); font-size: .82rem; font-weight: 600; padding: .55rem 1rem; border-radius: 999px; display: inline-flex; align-items: center; gap: .45rem; transition: all .2s; }
.lm-seg button svg { width: 15px; height: 15px; }
.lm-seg button:hover { color: #fff; border-color: var(--primary); }
.lm-seg button[aria-pressed="true"] { background: var(--primary); border-color: var(--primary); color: #fff; }
.lm-demo-frame { max-width: 1080px; margin: 0 auto; }

/* ============================================================
   PERSPEKTIVEN (Browser/Mobile · Chef/Mitarbeiter)
   ============================================================ */
.lm-persp { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.6rem; align-items: stretch; }
.lm-persp-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.6rem; margin-top: 1.6rem; align-items: start; }
.lm-persp-card { border: 1px solid var(--lm-line); border-radius: var(--radius-lg); padding: 1.5rem; background: var(--lm-panel); }
.lm-persp-tag { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--primary-light); border: 1px solid var(--border-blue); border-radius: 5px; padding: .25rem .55rem; margin-bottom: .9rem; }
.lm-persp-card h3 { color: var(--text-white); font-size: 1.15rem; margin: 0 0 .5rem; }
.lm-persp-card p { color: var(--text-gray); font-size: .88rem; line-height: 1.6; margin: 0 0 1.2rem; }
.lm-persp-media { display: flex; justify-content: center; }
.lm-persp-mobile { display: flex; gap: 1.6rem; align-items: center; justify-content: center; flex-wrap: wrap; }

/* Phone-Screen interne App-Teile */
.lm-mtop { display: flex; align-items: center; justify-content: space-between; padding: .7rem .85rem; background: var(--app-950); border-bottom: 1px solid var(--app-800); flex: none; }
.lm-mtop .lm-logo { padding: 0; font-size: 1rem; }
.lm-mtop svg { width: 18px; height: 18px; color: var(--app-400); }
.lm-mbody { flex: 1; overflow: hidden; padding: .85rem; background: var(--app-900); }
.lm-mtab { display: flex; border-top: 1px solid var(--app-800); background: var(--app-950); flex: none; }
.lm-mtab a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: .2rem; padding: .55rem 0 .7rem; color: var(--app-400); font-size: .56rem; }
.lm-mtab a svg { width: 19px; height: 19px; }
.lm-mtab a.on { color: var(--amber-400); }

/* Stoppuhr (Mitarbeiter) */
.lm-timer { text-align: center; padding: 1.5rem .5rem; }
.lm-timer-ring { width: 150px; height: 150px; border-radius: 50%; margin: 0 auto 1.1rem; display: grid; place-items: center; background: conic-gradient(var(--amber) 0 62%, var(--app-800) 62% 100%); }
.lm-timer-ring div { width: 122px; height: 122px; border-radius: 50%; background: var(--app-900); display: grid; place-items: center; }
.lm-timer-time { font-family: var(--font-mono); font-size: 1.5rem; font-weight: 700; color: #fff; }
.lm-timer-proj { color: var(--app-400); font-size: .82rem; margin-bottom: .2rem; }
.lm-timer-task { color: #fff; font-weight: 600; margin-bottom: 1.1rem; }

/* ============================================================
   BENTO-FEATURES
   ============================================================ */
.lm-bento { display: grid; grid-template-columns: repeat(6,1fr); gap: 1rem; }
.lm-cell { border: 1px solid var(--lm-line); border-radius: var(--radius-md); padding: 1.5rem; background: var(--lm-panel); position: relative; overflow: hidden; transition: border-color .25s, transform .25s; }
.lm-cell:hover { border-color: var(--lm-line-2); transform: translateY(-4px); }
.lm-col-3 { grid-column: span 3; } .lm-col-2 { grid-column: span 2; }
.lm-cell-ico { width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--lm-line-2); display: grid; place-items: center; color: var(--primary-light); margin-bottom: 1rem; }
.lm-cell-ico svg { width: 21px; height: 21px; }
.lm-cell h3 { font-size: 1.08rem; color: var(--text-white); margin: 0 0 .5rem; letter-spacing: -.01em; }
.lm-cell p { color: var(--text-gray); font-size: .89rem; line-height: 1.6; margin: 0; }
.lm-cell-wide { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.4rem; align-items: center; }
.lm-mini-rows { display: flex; flex-direction: column; gap: .5rem; }

/* ============================================================
   BRANCHEN-GRID
   ============================================================ */
.lm-ind-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.lm-ind { border: 1px solid var(--lm-line); border-radius: var(--radius-md); padding: 1.4rem; background: var(--lm-panel); text-decoration: none; display: block; transition: border-color .25s, transform .25s; position: relative; }
.lm-ind:hover { border-color: var(--primary); transform: translateY(-4px); }
.lm-ind-ico { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--lm-line-2); display: grid; place-items: center; color: var(--primary-light); margin-bottom: .9rem; }
.lm-ind-ico svg { width: 20px; height: 20px; }
.lm-ind b { color: var(--text-white); font-size: .98rem; display: block; margin-bottom: .3rem; }
.lm-ind span { color: var(--text-muted); font-size: .8rem; line-height: 1.5; display: block; }
.lm-ind-soon { position: absolute; top: 1rem; right: 1rem; font-family: var(--font-mono); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; color: var(--warning); border: 1px solid rgba(255,212,59,.3); border-radius: 4px; padding: .12rem .4rem; }

/* ============================================================
   STEPS
   ============================================================ */
.lm-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; counter-reset: lmstep; }
.lm-step { padding: 1.6rem 1.4rem 1.4rem; border-top: 1px solid var(--lm-line-2); position: relative; }
.lm-step::before { counter-increment: lmstep; content: counter(lmstep,decimal-leading-zero); font-family: var(--font-mono); font-size: .8rem; color: var(--primary-light); position: absolute; top: -.7rem; left: 1.4rem; background: var(--bg-dark); padding-right: .6rem; }
.lm-step::after { content: ""; position: absolute; top: -4px; left: 1.4rem; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }
.lm-step h3 { font-size: 1rem; color: var(--text-white); margin: .6rem 0 .5rem; }
.lm-step p { color: var(--text-gray); font-size: .86rem; line-height: 1.6; margin: 0; }

/* ============================================================
   PREISE
   ============================================================ */
.lm-bill { display: flex; align-items: center; justify-content: center; gap: 1rem; margin: 2.75rem auto 2.6rem; }
.lm-bill-opt { font-size: .9rem; color: var(--text-muted); font-weight: 600; transition: color .2s; }
.lm-bill-opt.on { color: var(--text-white); }
.lm-switch { position: relative; width: 56px; height: 30px; border-radius: 999px; background: var(--lm-panel); border: 1px solid var(--lm-line-2); cursor: pointer; flex: none; padding: 0; }
.lm-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--primary); transition: transform .25s cubic-bezier(.2,.7,.2,1); }
.lm-switch[aria-checked="true"]::after { transform: translateX(26px); }
.lm-save { font-family: var(--font-mono); font-size: .64rem; color: var(--success); border: 1px solid rgba(81,207,102,.3); border-radius: 4px; padding: .12rem .4rem; margin-left: .35rem; }
.lm-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem; align-items: stretch; }
.lm-plan { border: 1px solid var(--lm-line); border-radius: var(--radius-lg); padding: 2rem 1.6rem; background: var(--lm-panel); display: flex; flex-direction: column; position: relative; transition: border-color .25s, transform .25s; }
.lm-plan:hover { transform: translateY(-4px); border-color: var(--lm-line-2); }
.lm-plan.feat { border-color: var(--primary); }
.lm-plan-flag { position: absolute; top: -11px; left: 1.6rem; background: var(--primary); color: #fff; font-family: var(--font-mono); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; padding: .28rem .65rem; border-radius: 4px; }
.lm-plan-name { font-weight: 700; font-size: 1.15rem; color: var(--text-white); }
.lm-plan-for { font-size: .8rem; color: var(--text-muted); margin: .4rem 0 1.2rem; min-height: 2.6em; line-height: 1.5; }
.lm-price { display: flex; align-items: baseline; gap: .15rem; }
.lm-price .cur { font-size: 1.2rem; color: var(--text-gray); }
.lm-price .num { font-family: var(--font-mono); font-weight: 700; font-size: 2.6rem; color: var(--text-white); line-height: 1; }
.lm-price .per { font-size: .82rem; color: var(--text-muted); }
.lm-price-note { font-size: .72rem; color: var(--text-muted); margin-top: .4rem; min-height: 1.1em; }
.lm-plan ul { list-style: none; padding: 0; margin: 1.4rem 0; display: flex; flex-direction: column; gap: .65rem; flex: 1; }
.lm-plan li { display: flex; gap: .55rem; font-size: .84rem; color: var(--text-gray); line-height: 1.45; }
.lm-plan li svg { width: 16px; height: 16px; flex: none; color: var(--success); margin-top: .12rem; }
.lm-plan li.off { color: var(--text-muted); } .lm-plan li.off svg { color: var(--text-muted); }
.lm-plan .btn { width: 100%; justify-content: center; }
.lm-plans-note { text-align: center; color: var(--text-muted); font-size: .82rem; margin-top: 1.6rem; }
.lm-plans-note a { color: var(--primary-light); }

/* ============================================================
   FINAL CTA / FOOTER
   ============================================================ */
.lm-final { border: 1px solid var(--lm-line-2); border-radius: var(--radius-lg); padding: clamp(2.2rem,5vw,3.6rem); text-align: center; background: radial-gradient(120% 140% at 50% 0%, rgba(26,102,255,.16), transparent 60%), var(--lm-panel); }
.lm-final h2 { font-size: clamp(1.8rem,3.5vw,2.5rem); color: var(--text-white); margin: 0 0 .8rem; letter-spacing: -.02em; }
.lm-final p { color: var(--text-gray); max-width: 60ch; margin: 0 auto 1.8rem; line-height: 1.7; }
.lm-final-cta { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.lm-final-points { display: flex; flex-wrap: wrap; gap: 1.4rem; justify-content: center; margin-top: 1.8rem; }
.lm-final-points span { display: inline-flex; align-items: center; gap: .45rem; font-size: .82rem; color: var(--text-gray); }
.lm-final-points svg { width: 15px; height: 15px; color: var(--success); }
.lm-foot-contact { margin-top: 1.25rem; display: flex; flex-direction: column; gap: .45rem; }
.lm-foot-contact a, .lm-foot-contact span { font-size: .82rem; color: var(--text-muted); display: flex; align-items: center; gap: .5rem; transition: color .2s; }
.lm-foot-contact a:hover { color: var(--text-white); }
.lm-foot-contact svg { width: 14px; height: 14px; flex: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px){
  .lm-hero-grid { grid-template-columns: 1fr; }
  .lm-hero-copy { max-width: none; }
  .lm-hero-win { transform: none; }
  .lm-hero-visual { perspective: none; max-width: 620px; margin: 0 auto; }
  .lm-bento { grid-template-columns: repeat(4,1fr); }
  .lm-col-3 { grid-column: span 2; } .lm-col-2 { grid-column: span 2; }
  .lm-ind-grid { grid-template-columns: repeat(2,1fr); }
  .lm-steps { grid-template-columns: repeat(2,1fr); }
  .lm-persp { grid-template-columns: 1fr; }
  .lm-persp-row { grid-template-columns: 1fr; }
}
@media (max-width: 760px){
  .lm-os { grid-template-columns: 1fr; }
  .lm-os-side { display: none; }
  .lm-kpis { grid-template-columns: 1fr; }
  .lm-kanban { grid-template-columns: 1fr; }
  .lm-post { grid-template-columns: 1fr; }
  .lm-plans { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}
@media (max-width: 560px){
  .lm-bento { grid-template-columns: 1fr 1fr; }
  .lm-col-3, .lm-col-2 { grid-column: span 2; }
  .lm-ind-grid { grid-template-columns: 1fr; }
  .lm-steps { grid-template-columns: 1fr; }
}

/* ============================================================
   REDESIGN: Features-Spotlight · Steps-Timeline · Branchen-Link
   ============================================================ */
/* Features: Maus-Spotlight pro Karte */
.lm-bento[data-spotlight] .lm-cell::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0;
  transition: opacity .35s; pointer-events: none; z-index: 0;
  background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 50%), rgba(26,102,255,.16), transparent 45%);
}
.lm-bento[data-spotlight] .lm-cell:hover::before { opacity: 1; }
.lm-cell > * { position: relative; z-index: 1; }

/* Steps: vertikale Scroll-Fortschritt-Timeline */
.lm-timeline { position: relative; max-width: 720px; margin: 0 auto; }
.lm-timeline::before { content: ""; position: absolute; left: 13px; top: 14px; bottom: 14px; width: 2px; background: var(--lm-line-2); border-radius: 2px; }
.lm-timeline-fill { position: absolute; left: 13px; top: 14px; width: 2px; height: var(--fillpx, 0px); max-height: calc(100% - 28px); background: linear-gradient(var(--primary), var(--primary-light)); border-radius: 2px; z-index: 1; }
.lm-tstep { position: relative; padding: 0 0 2.4rem 3.4rem; }
.lm-tstep:last-child { padding-bottom: 0; }
.lm-tdot { position: absolute; left: 0; top: -2px; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--lm-line-2); background: var(--bg-dark); display: grid; place-items: center; font-family: var(--font-mono); font-size: .62rem; color: var(--text-muted); z-index: 2; transition: border-color .3s, background .3s, color .3s, box-shadow .3s; }
.lm-tstep.is-on .lm-tdot { border-color: var(--primary); background: var(--primary); color: #fff; box-shadow: 0 0 0 5px var(--primary-glow); }
.lm-tstep h3 { font-size: 1.1rem; color: var(--text-gray); margin: 0 0 .4rem; transition: color .3s; letter-spacing: -.01em; }
.lm-tstep.is-on h3 { color: var(--text-white); }
.lm-tstep p { color: var(--text-muted); font-size: .92rem; line-height: 1.65; margin: 0; max-width: 54ch; transition: color .3s; }
.lm-tstep.is-on p { color: var(--text-gray); }

/* Branchen: interaktive Karten (Button) */
.lm-ind { display: flex; flex-direction: column; width: 100%; text-align: left; font: inherit; cursor: pointer; }
.lm-ind .lm-ind-desc { color: var(--text-muted); font-size: .8rem; line-height: 1.5; margin-top: .3rem; flex: 1; }
.lm-ind .lm-ind-go { display: inline-flex; align-items: center; gap: .3rem; margin-top: .95rem; font-size: .76rem; font-weight: 600; color: var(--primary-light); opacity: 0; transform: translateX(-5px); transition: opacity .25s, transform .25s; }
.lm-ind .lm-ind-go svg { width: 13px; height: 13px; }
.lm-ind:hover .lm-ind-go, .lm-ind:focus-visible .lm-ind-go { opacity: 1; transform: none; }
.lm-ind:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }

/* Live-Demo: Branchen-Kontext (gemergt aus „Für Ihre Branche") */
.lm-demo-context { max-width: 720px; margin: .2rem auto 0; text-align: center; }
.lm-ctx-title { font-size: 1.05rem; font-weight: 700; color: var(--text-white); letter-spacing: -.01em; }
.lm-ctx-desc { color: var(--text-gray); font-size: .92rem; line-height: 1.55; margin: .3rem auto 0; max-width: 60ch; }
.lm-ctx-chips { display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center; margin-top: .9rem; }
.lm-ctx-chip { font-size: .72rem; padding: .32rem .7rem; border-radius: 999px; background: var(--lm-panel); border: 1px solid var(--lm-line-2); color: var(--text-gray); display: inline-flex; align-items: center; gap: .4rem; }
.lm-ctx-chip::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--primary-light); }
.lm-pop { animation: lmPop .35s cubic-bezier(.2,.7,.2,1); }
@keyframes lmPop { from { opacity: .25; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ============================================================
   LIVE-DEMO v2 – Shell: Branchen-Rail links, App rechts
   ============================================================ */
.lm-demo-shell { display: grid; grid-template-columns: 250px 1fr; gap: 1.25rem; align-items: start; max-width: 1120px; margin: 0 auto; }
.lm-demo-aside { border: 1px solid var(--lm-line); border-radius: var(--radius-lg); background: var(--lm-panel); padding: .55rem; }
.lm-aside-label { font-family: var(--font-mono); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); padding: .5rem .65rem .45rem; }
.lm-branch-list { display: flex; flex-direction: column; gap: 2px; }
.lm-branch { display: flex; align-items: center; gap: .7rem; width: 100%; text-align: left; font: inherit; font-size: .86rem; font-weight: 500; cursor: pointer; border: 0; background: transparent; color: var(--text-gray); padding: .6rem .7rem; border-radius: 10px; position: relative; transition: color .15s, background .15s; }
.lm-branch svg { width: 18px; height: 18px; flex: none; opacity: .85; }
.lm-branch:hover { color: #fff; background: rgba(255,255,255,.05); }
.lm-branch[aria-pressed="true"] { color: #fff; background: var(--primary-glow); }
.lm-branch[aria-pressed="true"]::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 3px; border-radius: 0 3px 3px 0; background: var(--primary); }

.lm-demo-main { min-width: 0; }
.lm-demo-bar { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem 1.5rem; flex-wrap: wrap; margin-bottom: .7rem; }
.lm-demo-bar-info { min-width: 0; }
.lm-demo-bar-info .lm-ctx-title { font-size: 1.15rem; }
.lm-demo-bar-info .lm-ctx-desc { margin: .25rem 0 0; max-width: 52ch; }
.lm-demo-bar-controls { display: flex; gap: .55rem; flex-wrap: wrap; flex-shrink: 0; }
.lm-demo-main .lm-ctx-chips { justify-content: flex-start; margin: 0 0 1rem; }

@media (max-width: 900px){
  .lm-demo-shell { grid-template-columns: 1fr; gap: 1rem; }
  .lm-demo-aside { padding: .5rem; }
  .lm-branch-list { flex-direction: row; overflow-x: auto; gap: .4rem; padding-bottom: .25rem; scrollbar-width: thin; }
  .lm-branch { flex: 0 0 auto; white-space: nowrap; font-size: .82rem; padding: .5rem .7rem; }
  .lm-branch[aria-pressed="true"]::before { display: none; }
  .lm-branch[aria-pressed="true"] { box-shadow: inset 0 0 0 1px var(--border-blue); }
  .lm-demo-bar { flex-direction: column; align-items: stretch; }
}

/* ============================================================
   LIVE-DEMO v3 – horizontale Tabs + Toolbar + App full-width
   ============================================================ */
.lm-demo-tabs { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 1.4rem; max-width: 920px; margin-inline: auto; }
.lm-demo-tabs .lm-branch { width: auto; flex: 0 0 auto; border: 1px solid var(--lm-line-2); background: var(--lm-panel); border-radius: 999px; padding: .55rem .95rem; font-size: .84rem; font-weight: 600; color: var(--text-gray); }
.lm-demo-tabs .lm-branch svg { opacity: 1; color: var(--primary-light); }
.lm-demo-tabs .lm-branch:hover { color: #fff; border-color: var(--border-blue); background: var(--lm-panel); }
.lm-demo-tabs .lm-branch[aria-pressed="true"] { background: var(--primary); border-color: var(--primary); color: #fff; }
.lm-demo-tabs .lm-branch[aria-pressed="true"] svg { color: #fff; }
.lm-demo-tabs .lm-branch[aria-pressed="true"]::before { display: none; }

.lm-demo-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem 1.5rem; flex-wrap: wrap; margin-bottom: 1rem; border: 1px solid var(--lm-line); border-radius: var(--radius-md); background: var(--lm-panel); padding: 1rem 1.25rem; }
.lm-demo-toolbar .lm-ctx-title { font-size: 1.15rem; }
.lm-demo-toolbar .lm-ctx-desc { margin: .25rem 0 0; max-width: 60ch; }
.lm-demo-toolbar .lm-ctx-chips { justify-content: flex-start; margin: .7rem 0 0; }
.lm-demo-bar-controls { display: flex; gap: .55rem; flex-wrap: wrap; flex-shrink: 0; }

.lm-demo-stage .lm-demo-win { width: 100%; }

@media (max-width: 760px){
  .lm-demo-toolbar { flex-direction: column; }
  .lm-demo-bar-controls { width: 100%; }
}

/* ============================================================
   FEATURES v2 – gleichmäßiges 3-Spalten-Raster + Spotlight
   ============================================================ */
.lm-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lm-feat { border: 1px solid var(--lm-line); border-radius: var(--radius-md); padding: 1.6rem 1.5rem; background: var(--lm-panel); position: relative; overflow: hidden; transition: border-color .25s, transform .25s; }
.lm-feat:hover { border-color: var(--lm-line-2); transform: translateY(-4px); }
.lm-feat-ico { width: 44px; height: 44px; border-radius: 11px; border: 1px solid var(--lm-line-2); display: grid; place-items: center; color: var(--primary-light); margin-bottom: 1.1rem; position: relative; z-index: 1; }
.lm-feat-ico svg { width: 22px; height: 22px; }
.lm-feat h3 { font-size: 1.08rem; color: var(--text-white); margin: 0 0 .5rem; letter-spacing: -.01em; position: relative; z-index: 1; }
.lm-feat p { color: var(--text-gray); font-size: .9rem; line-height: 1.6; margin: 0; position: relative; z-index: 1; }
.lm-feat-grid[data-spotlight] .lm-feat::before { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0; transition: opacity .35s; pointer-events: none; background: radial-gradient(340px circle at var(--mx,50%) var(--my,50%), rgba(26,102,255,.16), transparent 45%); }
.lm-feat-grid[data-spotlight] .lm-feat:hover::before { opacity: 1; }
@media (max-width: 900px){ .lm-feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .lm-feat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   STEPS v2 – horizontaler Stepper mit Verbindungslinie
   ============================================================ */
.lm-stepper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; }
.lm-stepper::before { content: ""; position: absolute; left: 12.5%; right: 12.5%; top: 26px; height: 2px; background: var(--lm-line-2); border-radius: 2px; }
.lm-step2 { position: relative; text-align: center; }
.lm-step-num { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-mono); font-weight: 700; font-size: 1.15rem; color: #fff; background: linear-gradient(160deg, var(--primary), #0d3aa8); border: 4px solid var(--bg-dark); position: relative; z-index: 1; margin: 0 auto 1.2rem; box-shadow: 0 0 0 1px var(--border-blue); }
.lm-step2 h3 { font-size: 1.05rem; color: var(--text-white); margin: 0 0 .5rem; letter-spacing: -.01em; }
.lm-step2 p { color: var(--text-gray); font-size: .88rem; line-height: 1.6; margin: 0 auto; max-width: 27ch; }
@media (max-width: 900px){ .lm-stepper { grid-template-columns: repeat(2, 1fr); gap: 2.2rem 1.5rem; } .lm-stepper::before { display: none; } }
@media (max-width: 560px){ .lm-stepper { grid-template-columns: 1fr; } }

/* ============================================================
   ANIMATIONEN & EFFEKTE
   ============================================================ */
/* Schimmernde Gradient-Headline */
.lm-grad-text { background: linear-gradient(100deg,#fff 0%,#a9c6ff 30%,#1A66FF 50%,#a9c6ff 70%,#fff 100%); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: lmShine 7s linear infinite; }
@keyframes lmShine { to { background-position: 220% center; } }

/* Atmender Hero-Glow */
.lm-hero-glow { animation: lmBreathe 9s ease-in-out infinite; }
@keyframes lmBreathe { 0%,100% { opacity: .6; transform: scale(1); } 50% { opacity: 1; transform: scale(1.07); } }

/* Reveal mit dezentem Scale */
.lm-reveal { transform: translateY(28px) scale(.99); }

/* Feature-Karten: Hover-Glow + Icon-Pop */
.lm-feat { transition: border-color .25s, transform .25s, box-shadow .25s; }
.lm-feat:hover { border-color: var(--border-blue); box-shadow: 0 14px 44px rgba(26,102,255,.10); }
.lm-feat-ico { transition: transform .3s, border-color .3s, color .3s, background .3s; }
.lm-feat:hover .lm-feat-ico { transform: translateY(-2px) scale(1.08); border-color: var(--primary); color: #fff; background: var(--primary-glow); }

/* Stepper-Linie füllt sich beim Scrollen */
.lm-stepper-fill { position: absolute; left: 12.5%; top: 26px; height: 2px; width: 0; background: linear-gradient(90deg, var(--primary), var(--primary-light)); border-radius: 2px; z-index: 0; transition: width 1.5s cubic-bezier(.4,0,.2,1); }
.lm-stepper.is-go .lm-stepper-fill { width: 75%; }
@media (max-width: 900px){ .lm-stepper-fill { display: none; } }

/* Featured-Preis-Karte pulsiert sanft */
.lm-plan.feat { animation: lmFeatGlow 3.5s ease-in-out infinite; }
@keyframes lmFeatGlow { 0%,100% { box-shadow: 0 0 0 1px var(--primary), 0 0 28px rgba(26,102,255,.10); } 50% { box-shadow: 0 0 0 1px var(--primary-light), 0 0 52px rgba(26,102,255,.22); } }

/* Shine-Sweep auf Primär-Buttons */
.lm .btn-primary { position: relative; overflow: hidden; }
.lm .btn-primary::after { content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); transform: skewX(-20deg); pointer-events: none; }
.lm .btn-primary:hover::after { animation: lmSweep .75s ease; }
@keyframes lmSweep { to { left: 135%; } }

@media (prefers-reduced-motion: reduce){
  .lm-grad-text, .lm-hero-glow, .lm-plan.feat { animation: none !important; }
  .lm-stepper-fill { transition: none; }
}

/* ============================================================
   FUNKTIONS-SHOWCASE (Tab-Liste links, App-Mockup rechts)
   ============================================================ */
.lm-show { display: grid; grid-template-columns: 290px 1fr; gap: 1.25rem; align-items: start; margin-top: 2.75rem; }
.lm-show-menu { display: flex; flex-direction: column; gap: 4px; border: 1px solid var(--lm-line); border-radius: var(--radius-lg); background: var(--lm-panel); padding: .55rem; }
.lm-show-item { display: flex; align-items: center; gap: .75rem; width: 100%; text-align: left; font: inherit; cursor: pointer; border: 0; background: transparent; color: var(--text-gray); padding: .7rem .8rem; border-radius: 12px; transition: background .15s, color .15s; }
.lm-show-item .ico { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--lm-line-2); display: grid; place-items: center; color: var(--primary-light); flex: none; transition: border-color .2s, background .2s, color .2s; }
.lm-show-item .ico svg { width: 19px; height: 19px; }
.lm-show-item span { font-size: .9rem; font-weight: 600; }
.lm-show-item:hover { background: rgba(255,255,255,.04); color: #fff; }
.lm-show-item[aria-selected="true"] { background: var(--primary-glow); color: #fff; }
.lm-show-item[aria-selected="true"] .ico { border-color: var(--primary); background: var(--primary); color: #fff; }
.lm-show-panels { min-width: 0; }
.lm-show-panel { display: none; }
.lm-show-panel.is-active { display: grid; grid-template-columns: 1fr; grid-template-areas: "info" "media"; gap: 1.5rem; align-items: start; border: 1px solid var(--lm-line); border-radius: var(--radius-lg); background: var(--lm-panel); padding: 1.7rem; animation: lmView .4s both; }
.lm-show-visual { grid-area: media; }
.lm-show-info { grid-area: info; }
.lm-show-info > p, .lm-show-save { max-width: 88ch; }
.lm-show-info h3 { font-size: 1.4rem; color: var(--text-white); margin: 0 0 .7rem; letter-spacing: -.02em; }
.lm-show-info p { color: var(--text-gray); font-size: .95rem; line-height: 1.65; margin: 0 0 1.1rem; }
.lm-show-info ul { list-style: none; padding: 0; margin: 0 0 1.3rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); column-gap: 2.2rem; row-gap: .6rem; }
.lm-show-info li { display: flex; gap: .55rem; align-items: flex-start; font-size: .88rem; color: var(--text-gray); }
.lm-show-info li svg { width: 16px; height: 16px; color: var(--primary-light); flex: none; margin-top: .15rem; }
.lm-show-cta { display: inline-flex; align-items: center; gap: .4rem; color: var(--primary-light); font-weight: 600; font-size: .9rem; }
.lm-show-cta svg { width: 15px; height: 15px; }
.lm-show-screen { background: var(--app-900); padding: 1rem; }
.lm-show-screen.is-shot { padding: 0; }
.lm-shot { display: block; width: 100%; height: auto; background: var(--app-900); }
.lm-show-screen .lm-fin { margin-bottom: .9rem; }
@media (max-width: 900px){
  .lm-show { grid-template-columns: 1fr; }
  .lm-show-menu { flex-direction: row; overflow-x: auto; }
  .lm-show-item { flex: 0 0 auto; }
  .lm-show-item span { white-space: nowrap; }
  .lm-show-panel.is-active { grid-template-columns: 1fr; }
}

/* Showcase: "Nimmt dir ab"-Hinweis */
.lm-show-save { display: flex; align-items: flex-start; gap: .55rem; font-size: .86rem; line-height: 1.45; font-weight: 600; color: #fff; background: var(--primary-glow); border: 1px solid var(--border-blue); border-radius: 10px; padding: .6rem .8rem; margin: 0 0 1.15rem; }
.lm-show-save svg { width: 16px; height: 16px; color: var(--primary-light); flex: none; margin-top: .12rem; }
.lm-show-save b { color: var(--primary-light); font-weight: 700; }
.lm-show-info p { margin-bottom: 1rem; }

/* ============================================================
   MULTI-DEVICE – "Auf jedem Gerät"
   ============================================================ */
.lm-device-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem,4vw,4rem); align-items: center; }
.lm-device-copy { max-width: 520px; }
.lm-device-points { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.6rem 0 2rem; }
.lm-device-chip { display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 600; color: var(--text-gray); border: 1px solid var(--lm-line-2); background: var(--lm-panel); border-radius: 999px; padding: .45rem .8rem; }
.lm-device-chip svg { width: 15px; height: 15px; color: var(--primary-light); flex: none; }
.lm-device-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.lm-device-glow { position: absolute; inset: 4% 0 8% 0; background: radial-gradient(55% 55% at 52% 46%, rgba(26,102,255,.24), transparent 70%); filter: blur(24px); z-index: 0; animation: lmBreathe 9s ease-in-out infinite; }
.lm-device-img { width: 100%; max-width: 580px; height: auto; display: block; position: relative; z-index: 1; filter: drop-shadow(0 30px 55px rgba(0,0,0,.55)); animation: lmDeviceFloat 7s ease-in-out infinite; }
@keyframes lmDeviceFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@media (max-width: 900px){
  .lm-device-grid { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
  .lm-device-copy { max-width: none; margin: 0 auto; }
  .lm-device-points { justify-content: center; }
  .lm-device-visual { order: -1; }
}
@media (prefers-reduced-motion: reduce){ .lm-device-img, .lm-device-glow { animation: none; } }

/* ============================================================
   AUFGERÄUMT: Bänder-Rhythmus + Hero-Gerätebild
   ============================================================ */
.lm-section--band { background: var(--lm-panel-2); border-block: 1px solid var(--lm-line); }
.lm-hero-visual .lm-device-img { max-width: 600px; }
.lm-hero-devicecap { text-align: center; font-family: var(--font-mono); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted); margin-top: 1.3rem; position: relative; z-index: 1; }

/* ============================================================
   ÜBERARBEITUNG: einheitlicher blauer Hintergrund, kein Schweben, Scroll-3D
   ============================================================ */
/* Einheitlicher, blau getönter Hintergrund */
body.lm { background-color: #0a0f1c; --bg-dark: #0a0f1c; }
.lm-ambient { position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(120% 72% at 50% -10%, rgba(26,102,255,.16), transparent 55%),
    radial-gradient(90% 60% at 50% 112%, rgba(26,102,255,.07), transparent 60%); }
/* Bänder neutralisieren -> uniform */
.lm-section--band { background: transparent; border-block: 0; }

/* Hero: schlichte Trust-Zeile statt Sticker-Chips */
.lm-hero-trust { display: flex; flex-wrap: wrap; gap: .45rem 1.6rem; margin-bottom: 1.7rem; }
.lm-hero-trust span { display: inline-flex; align-items: center; gap: .45rem; font-size: .82rem; color: var(--text-gray); letter-spacing: .01em; }
.lm-hero-trust svg { width: 15px; height: 15px; color: var(--primary-light); flex: none; }

/* Gerät: kein Schweben mehr; Start-Tilt, der Rest kommt scroll-gesteuert per JS */
.lm-device-img { animation: none; transform: perspective(1200px) rotateX(9deg) rotateY(-11deg); transform-style: preserve-3d; will-change: transform; }
.lm-device-glow { animation: none; }
@media (prefers-reduced-motion: reduce){ .lm-device-img { transform: none; } }

/* Preis: sekundäre Option (Pro direkt kaufen) */
.lm-plan-alt { display: block; text-align: center; margin-top: .65rem; font-size: .8rem; color: var(--text-muted); transition: color .15s; }
.lm-plan-alt:hover { color: var(--primary-light); }

/* ============================================================
   CHECKOUT / REGISTRIERUNG  (kaufen.html)
   ============================================================ */
.co-body { min-height: 100vh; display: flex; flex-direction: column; }
.co-body main { flex: 1; }

.co-main { padding: calc(var(--nav-h) + clamp(1rem,3vw,2rem)) 0 4rem; }
.co-grid { display: grid; grid-template-columns: 1.25fr .85fr; gap: clamp(1.4rem,3vw,3rem); align-items: start; max-width: 1100px; }

.co-panel { min-width: 0; }
.co-back { display: inline-flex; align-items: center; gap: .35rem; font-size: .82rem; font-weight: 600; color: var(--text-muted); text-decoration: none; margin-bottom: 1.2rem; transition: color .15s; }
.co-back:hover { color: var(--primary-light); }
.co-back svg { width: 15px; height: 15px; }
.co-h1 { font-size: clamp(1.7rem,3.4vw,2.4rem); font-weight: 800; letter-spacing: -.02em; color: var(--text-white); margin: 0 0 .5rem; }
.co-sub { color: var(--text-gray); font-size: .98rem; line-height: 1.6; margin: 0 0 2rem; max-width: 50ch; }

.co-form { display: flex; flex-direction: column; gap: 1.3rem; }
.co-fieldset { border: 0; padding: 0; margin: 0; }
.co-legend { font-size: .8rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .05em; padding: 0; margin-bottom: .6rem; }

.co-seg { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.co-seg-opt { position: relative; cursor: pointer; }
.co-seg-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.co-seg-face { display: flex; flex-direction: column; gap: .2rem; align-items: flex-start; border: 1px solid var(--lm-line-2); background: var(--lm-panel); border-radius: var(--radius-md); padding: .85rem 1rem; font-weight: 600; color: var(--text-gray); transition: border-color .18s, background .18s, color .18s; }
.co-seg-opt:hover .co-seg-face { border-color: var(--border-blue); color: #fff; }
.co-seg-opt input:checked + .co-seg-face { border-color: var(--primary); background: rgba(26,102,255,.08); color: var(--text-white); }
.co-seg-opt input:focus-visible + .co-seg-face { outline: 2px solid var(--primary-light); outline-offset: 2px; }
.co-seg-save { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .04em; text-transform: uppercase; color: var(--primary-light); }

.co-field { display: flex; flex-direction: column; }
.co-label { font-size: .85rem; font-weight: 700; color: var(--text-white); margin-bottom: .45rem; }
.co-input { font: inherit; font-size: .95rem; color: var(--text-white); background: var(--lm-panel); border: 1px solid var(--lm-line-2); border-radius: var(--radius-md); padding: .75rem .9rem; transition: border-color .18s, box-shadow .18s; width: 100%; }
.co-input::placeholder { color: var(--text-muted); }
.co-input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(26,102,255,.15); }
select.co-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237b8aa5' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.6rem; }
.co-hint { font-size: .78rem; color: var(--text-muted); margin: .45rem 0 0; line-height: 1.5; }
.co-sub-domain { color: var(--primary-light); font-family: var(--font-mono); }

.co-check { display: flex; align-items: flex-start; gap: .65rem; font-size: .88rem; color: var(--text-gray); line-height: 1.55; cursor: pointer; }
.co-check input { margin-top: .18rem; width: 17px; height: 17px; accent-color: var(--primary); flex: 0 0 auto; }
.co-check strong { color: var(--text-white); }
.co-check a { color: var(--primary-light); }
.co-trial { border: 1px solid var(--border-blue); background: rgba(26,102,255,.06); border-radius: var(--radius-md); padding: .9rem 1rem; }
.co-trial .co-check { font-size: .85rem; }

.co-submit { width: 100%; justify-content: center; gap: .55rem; font-size: 1rem; padding: .95rem 1.5rem; margin-top: .3rem; }
.co-submit svg { width: 17px; height: 17px; }
.co-secure { display: flex; align-items: center; justify-content: center; gap: .45rem; font-size: .78rem; color: var(--text-muted); margin: .2rem 0 0; }
.co-secure svg { width: 15px; height: 15px; color: var(--primary-light); }

/* ---- Bestellübersicht ---- */
.co-summary { min-width: 0; }
.co-sum-card { position: sticky; top: calc(var(--nav-h) + .5rem); border: 1px solid var(--lm-line); background: var(--lm-panel-2); border-radius: var(--radius-lg); padding: 1.6rem; }
.co-sum-eyebrow { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); }
.co-sum-name { font-size: 1.3rem; font-weight: 800; color: var(--text-white); margin: .4rem 0 .25rem; letter-spacing: -.01em; }
.co-sum-for { font-size: .82rem; color: var(--text-muted); line-height: 1.5; margin: 0 0 1.2rem; }
.co-sum-price { display: flex; align-items: baseline; gap: .4rem; padding-top: 1.2rem; border-top: 1px solid var(--lm-line); }
.co-sum-amount { font-size: 2.1rem; font-weight: 800; color: var(--text-white); letter-spacing: -.02em; }
.co-sum-per { font-size: .92rem; color: var(--text-gray); font-weight: 600; }
.co-sum-note { font-size: .78rem; color: var(--text-muted); margin: .4rem 0 0; }
.co-sum-trial { display: flex; align-items: center; gap: .5rem; margin-top: 1rem; padding: .7rem .85rem; border-radius: var(--radius-md); background: rgba(26,102,255,.08); border: 1px solid var(--border-blue); font-size: .82rem; color: var(--text-white); }
.co-sum-trial svg { width: 15px; height: 15px; color: var(--primary-light); flex: 0 0 auto; }
.co-sum-points { list-style: none; padding: 0; margin: 1.3rem 0 0; display: flex; flex-direction: column; gap: .7rem; }
.co-sum-points li { display: flex; align-items: flex-start; gap: .55rem; font-size: .85rem; color: var(--text-gray); line-height: 1.45; }
.co-sum-points svg { width: 15px; height: 15px; color: var(--primary-light); flex: 0 0 auto; margin-top: .15rem; }
.co-sum-change { display: inline-block; margin-top: 1.3rem; font-size: .8rem; font-weight: 600; color: var(--primary-light); text-decoration: none; }
.co-sum-change:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .co-grid { grid-template-columns: 1fr; }
  .co-summary { order: -1; }
  .co-sum-card { position: static; }
  .co-sum-points { display: none; }
}

/* Weiterleitungsseite (kaufen.html deaktiviert) */
.co-redirect { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.1rem; text-align: center; padding: 2rem; }
.co-redirect-text { color: var(--text-gray); font-size: 1.05rem; }

/* ============================================================
   HERO-VIDEO im Browser-Frame (3D-Scroll, Chaos -> Dashboard)
   ============================================================ */
.lm-hero-frame { max-width: 680px; margin: 0; padding: 0; border: 1px solid var(--lm-line-2); border-radius: 14px; overflow: hidden; background: #0b1020; }
.lm-hero-visual .lm-device-img.lm-hero-frame { max-width: 680px; }
.lm-hero-frame-bar { display: flex; align-items: center; gap: .7rem; padding: .55rem .8rem; background: #0d1326; border-bottom: 1px solid var(--lm-line-2); }
.lm-hero-frame-url { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .02em; color: var(--text-muted); }
.lm-hero-frame-url svg { width: 12px; height: 12px; color: var(--primary-light); }
.lm-hero-vid { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: #0b1020; }
@media (max-width: 760px) { .lm-device-img.lm-hero-frame { transform: none; } }

/* ============================================================
   HERO V2 – Full-Bleed Scroll-Scrub (Chaos -> Dashboard)
   Standard: statisches Poster (Mobil/Reduced-Motion/kein JS)
   .is-scrub (per JS, Desktop+Motion): Canvas-Frame-Sequenz
   ============================================================ */
.lm-hero-v2 { position: relative; background: var(--bg-dark); }
.lm-hero-sticky { position: relative; min-height: 92vh; overflow: hidden; display: flex; align-items: center; padding: calc(var(--nav-h) + 1rem) 0 3rem; box-sizing: border-box; }
.lm-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: none; z-index: 0; }
.lm-hero-bg { position: absolute; inset: 0; z-index: 0; background-color: #0a0f1c; background-image: url("../images/app/lm-hero-poster.jpg"); background-size: cover; background-position: center; }
.lm-hero-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(100deg, rgba(10,15,28,.95) 0%, rgba(10,15,28,.82) 30%, rgba(10,15,28,.35) 60%, rgba(10,15,28,.6) 100%),
    linear-gradient(to top, rgba(10,15,28,.9) 0%, rgba(10,15,28,0) 45%); }
.lm-hero-overlay { position: relative; z-index: 2; width: 100%; }
.lm-hero-overlay .lm-eyebrow { margin-bottom: 1.1rem; }

/* Scrub-Modus: hohe Scroll-Strecke, gepinnte Bühne, Canvas sichtbar */
.lm-hero-v2.is-scrub { height: 200vh; }
.lm-hero-v2.is-scrub .lm-hero-sticky { position: sticky; top: 0; height: 100vh; min-height: 0; }
.lm-hero-v2.is-scrub .lm-hero-canvas { display: block; transform: translateZ(0); will-change: transform; }
.lm-hero-v2.is-scrub .lm-hero-bg { display: none; }
/* Eigene GPU-Ebenen: Canvas-Neuzeichnung rastert den Text nicht mehr mit (kein Scroll-Flimmern) */
.lm-hero-v2.is-scrub .lm-hero-overlay { transform: translateZ(0); backface-visibility: hidden; }
.lm-hero-v2.is-scrub .lm-hero-sticky { -webkit-backface-visibility: hidden; backface-visibility: hidden; }

@media (max-width: 760px) {
  .lm-hero-sticky { min-height: 78vh; padding: calc(var(--nav-h) + .5rem) 0 2.5rem; }
  .lm-hero-scrim { background:
    linear-gradient(100deg, rgba(10,15,28,.95) 0%, rgba(10,15,28,.82) 45%, rgba(10,15,28,.6) 100%),
    linear-gradient(to top, rgba(10,15,28,.92) 0%, rgba(10,15,28,0) 55%); }
}

/* Hero V2 – zentrierte Anordnung + ausgewogener Scrim (Vignette) */
.lm-hero-overlay { text-align: center; }
.lm-hero-overlay .lm-hero-copy { max-width: 840px; margin-inline: auto; text-align: center; }
.lm-hero-overlay .lm-eyebrow { display: inline-flex; justify-content: center; }
.lm-hero-overlay .lm-hero-sub { max-width: 60ch; margin-left: auto; margin-right: auto; }
.lm-hero-overlay .lm-hero-cta { justify-content: center; }
.lm-hero-overlay .lm-hero-meta { justify-content: center; border-top: 0; padding-top: 0; margin-top: 2.2rem; gap: 1.4rem 2.6rem; }
.lm-hero-scrim {
  background:
    radial-gradient(72% 62% at 50% 47%, rgba(10,15,28,.88) 0%, rgba(10,15,28,.52) 55%, rgba(10,15,28,.30) 100%),
    linear-gradient(to top, rgba(10,15,28,.82) 0%, rgba(10,15,28,0) 52%),
    linear-gradient(to bottom, rgba(10,15,28,.55) 0%, rgba(10,15,28,0) 24%); }
@media (max-width: 760px) {
  .lm-hero-overlay .lm-hero-copy { max-width: 100%; }
  .lm-hero-scrim {
    background:
      radial-gradient(125% 70% at 50% 46%, rgba(10,15,28,.9) 0%, rgba(10,15,28,.62) 60%, rgba(10,15,28,.45) 100%),
      linear-gradient(to top, rgba(10,15,28,.85) 0%, rgba(10,15,28,0) 55%); }
}

/* Hero V2 – nahtloser Farbübergang in die nächste Section (#0a0f1c) */
.lm-hero-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 30vh; z-index: 1; pointer-events: none;
  background: linear-gradient(to bottom, rgba(10,15,28,0) 0%, rgba(10,15,28,.5) 48%, rgba(10,15,28,.9) 82%, #0a0f1c 100%); }

/* ============================================================
   Responsive-Feinschliff: Showcase + Hero-CTAs auf Mobil
   ============================================================ */
@media (max-width: 760px) {
  .lm-show-menu { gap: .5rem; padding: .4rem; }
  .lm-show-item { padding: .55rem .7rem; }
  .lm-show-item .ico { width: 32px; height: 32px; }
  .lm-show-item .ico svg { width: 17px; height: 17px; }
  .lm-show-panel.is-active { padding: 1.15rem; gap: 1.15rem; }
  .lm-show-info h3 { font-size: 1.2rem; }
}
@media (max-width: 560px) {
  .lm-hero-overlay .lm-hero-cta { flex-wrap: wrap; flex-direction: column; align-items: stretch; width: 100%; max-width: 340px; margin-inline: auto; }
  .lm-hero-overlay .lm-hero-cta .btn { width: 100%; justify-content: center; }
  .lm-hero-overlay .lm-hero-meta { gap: 1rem 1.5rem; }
}

/* ============================================================
   Handy: Funktionen als Tinder-Stack + Preise als Swipe-Carousel
   ============================================================ */
.lm-show-deck-ui { display: none; }
.lm-plans-dots { display: none; }
@media (max-width: 760px) {
  /* ---- Funktionen: wischbarer Karten-Stack ---- */
  .lm-show { display: block; }
  .lm-show-menu { display: none; }
  .lm-show-panels { position: relative; margin: 0; min-height: 440px; }
  .lm-show-panel,
  .lm-show-panel.is-active {
    display: flex; flex-direction: column;
    position: absolute; inset: 0;
    border: 1px solid var(--lm-line); border-radius: var(--radius-lg);
    background: var(--lm-panel); padding: 1.5rem 1.35rem; animation: none;
    box-shadow: 0 22px 50px rgba(0,0,0,.5);
    transition: transform .35s cubic-bezier(.2,.7,.2,1), opacity .35s;
    will-change: transform; touch-action: pan-y; overflow: hidden;
  }
  .lm-show-visual { display: none; }
  .lm-show-info { display: flex; flex-direction: column; height: 100%; }
  .lm-show-info h3 { font-size: 1.3rem; }
  .lm-show-info ul { margin-bottom: 0; grid-template-columns: 1fr; }
  .lm-show-cta { display: none; }
  .lm-deck-ico { width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--lm-line-2); display: grid; place-items: center; color: var(--primary-light); margin-bottom: 1rem; flex: none; }
  .lm-deck-ico svg { width: 24px; height: 24px; }
  .lm-show-deck-ui { display: flex; align-items: center; justify-content: center; gap: 1.1rem; margin-top: 1.4rem; }
  .lm-deck-btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--lm-line-2); background: var(--lm-panel); color: var(--text-white); display: grid; place-items: center; cursor: pointer; transition: border-color .2s, background .2s; }
  .lm-deck-btn:hover { border-color: var(--primary); }
  .lm-deck-btn svg { width: 18px; height: 18px; }
  .lm-deck-counter { font-family: var(--font-mono); font-size: .82rem; color: var(--text-muted); min-width: 3.4em; text-align: center; }

  /* ---- Preise: Swipe-Carousel statt langem Stapel ---- */
  .lm-plans {
    display: flex; grid-template-columns: none; max-width: none; margin: 0;
    gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    margin-inline: calc(-1 * clamp(1.5rem, 5vw, 3rem));
    padding: .6rem clamp(1.5rem, 5vw, 3rem) 1rem;
  }
  .lm-plans::-webkit-scrollbar { display: none; }
  .lm-plan { flex: 0 0 84%; scroll-snap-align: center; }
  .lm-plans-dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1rem; }
  .lm-plans-dots button { width: 8px; height: 8px; border-radius: 50%; background: var(--lm-line-2); border: 0; padding: 0; cursor: pointer; transition: background .2s, transform .2s; }
  .lm-plans-dots button[aria-current="true"] { background: var(--primary); transform: scale(1.35); }
}

/* ============================================================
   Funktions-Showcase: Plan-Badges (welches Paket schaltet frei)
   ============================================================ */
.lm-show-plan { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--font-mono); font-size: .62rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: .28rem .65rem; border-radius: 999px; border: 1px solid; margin-bottom: .9rem; }
.lm-show-plan::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.lm-show-plan.starter { color: #9fb4d6; border-color: rgba(159,180,214,.4); background: rgba(159,180,214,.08); }
.lm-show-plan.pro { color: var(--primary-light); border-color: var(--border-blue); background: var(--primary-glow); }
.lm-show-plan.premium { color: #b89bff; border-color: rgba(167,139,250,.45); background: rgba(167,139,250,.14); }
.lm-tag-plan { font-family: var(--font-mono); font-size: .58rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: .1rem .42rem; border-radius: 5px; margin-left: .4rem; white-space: nowrap; vertical-align: middle; border: 1px solid; }
.lm-tag-plan.pro { color: var(--primary-light); background: var(--primary-glow); border-color: var(--border-blue); }
.lm-tag-plan.premium { color: #b89bff; background: rgba(167,139,250,.14); border-color: rgba(167,139,250,.45); }

/* ============================================================
   Showcase-Mockups: Workflow-Animationen (Desktop, reduced-motion-safe)
   Simuliert je Feature einen kleinen Ablauf, wenn das Panel aktiv wird.
   ============================================================ */
@keyframes lmRowIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes lmBarGrow { from { transform: scaleY(.04); } to { transform: scaleY(1); } }
@keyframes lmFillW { from { width: 0; } }
@keyframes lmType { from { width: 0; } to { width: 100%; } }
@keyframes lmCaret { 50% { opacity: 0; } }
@keyframes lmFlip { 0%, 40% { background: rgba(245,158,11,.18); color: var(--amber-300); } 55%, 100% { background: rgba(52,211,153,.16); color: var(--app-green); } }
@keyframes lmFlipText { 0%, 40% { } 55%, 100% { } }
@keyframes lmTaskMove { 0%, 30% { transform: none; } 55%, 100% { transform: translate(calc(100% + .7rem), -74px); } }
@keyframes lmPop { 0% { opacity: 0; transform: scale(.9); } 60% { opacity: 1; transform: scale(1.02); } 100% { transform: scale(1); } }

@media (prefers-reduced-motion: no-preference) and (min-width: 761px) {
  /* Tabellen-/Listen-/Kanban-Zeilen bauen sich gestaffelt auf */
  .lm-show-panel.is-active .lm-tbl tbody tr,
  .lm-show-panel.is-active .lm-list .lm-item,
  .lm-show-panel.is-active .lm-kanban .lm-task,
  .lm-show-panel.is-active .lm-emp-card { animation: lmRowIn .5s both; }
  .lm-show-panel.is-active .lm-tbl tbody tr:nth-child(2),
  .lm-show-panel.is-active .lm-list .lm-item:nth-child(2),
  .lm-show-panel.is-active .lm-emp-card:nth-child(2) { animation-delay: .1s; }
  .lm-show-panel.is-active .lm-tbl tbody tr:nth-child(3),
  .lm-show-panel.is-active .lm-list .lm-item:nth-child(3),
  .lm-show-panel.is-active .lm-emp-card:nth-child(3) { animation-delay: .2s; }
  .lm-show-panel.is-active .lm-tbl tbody tr:nth-child(4) { animation-delay: .3s; }
  /* Diagramm-Balken wachsen hoch */
  .lm-show-panel.is-active .lm-chart-static span { transform-origin: bottom; animation: lmBarGrow .8s cubic-bezier(.2,.7,.2,1) both; }
  .lm-show-panel.is-active .lm-chart-static span:nth-child(n+2) { animation-delay: .07s; }
  .lm-show-panel.is-active .lm-chart-static span:nth-child(n+4) { animation-delay: .14s; }
  .lm-show-panel.is-active .lm-chart-static span:nth-child(n+6) { animation-delay: .21s; }
  /* Fortschrittsbalken (Urlaubskonto) füllt sich */
  .lm-show-panel.is-active .lm-emp-bar > i { animation: lmFillW 1.1s cubic-bezier(.2,.7,.2,1) both; }
  /* Bestellvorschlag / Hinweis ploppt auf */
  .lm-show-panel.is-active .lm-banner { animation: lmPop .6s .3s both; }
  /* Kanban: eine Karte wandert von "In Planung" nach "Aktiv" */
  .lm-show-panel.is-active .lm-task-move { animation: lmTaskMove 3.2s ease-in-out 1s both; position: relative; z-index: 2; }
  /* Rechnungs-Status kippt von Offen -> Bezahlt */
  .lm-show-panel.is-active .lm-status-flip { animation: lmFlip 3.4s ease-in-out 1s infinite; }
  /* KI-Caption tippt sich */
  .lm-show-panel.is-active .lm-typewriter { display: inline-block; overflow: hidden; white-space: nowrap; border-right: 2px solid var(--primary-light); width: 100%; animation: lmType 3s steps(48) 1.2s both, lmCaret .7s step-end infinite; }
}

/* Mitarbeiter-Karten (Personal-Mockup) */
.lm-emp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.lm-emp-card { border: 1px solid rgba(55,65,81,.5); border-radius: 12px; background: var(--app-800); padding: .8rem; }
.lm-emp-top { display: flex; align-items: center; gap: .55rem; margin-bottom: .55rem; }
.lm-emp-ava { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-mono); font-size: .64rem; font-weight: 700; color: #0b0f1a; flex: none; }
.lm-emp-name { color: #fff; font-size: .82rem; font-weight: 700; }
.lm-emp-role { font-size: .58rem; font-family: var(--font-mono); color: var(--app-400); }
.lm-emp-role.owner { color: var(--amber-300); }
.lm-emp-barrow { display: flex; align-items: center; justify-content: space-between; font-size: .6rem; color: var(--app-400); margin-bottom: .25rem; }
.lm-emp-bar { height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.lm-emp-bar > i { display: block; height: 100%; border-radius: 999px; background: var(--app-green); }
.lm-emp-ava.c1 { background: #f59e0b; }
.lm-emp-ava.c2 { background: #60a5fa; }
.lm-emp-ava.c3 { background: #34d399; }
.lm-emp-bar > i.f16 { width: 16%; }
.lm-emp-bar > i.f21 { width: 21%; }
.lm-emp-bar > i.f27 { width: 27%; }
.lm-emp-bar > i.f43 { width: 43%; }

/* Preise: „In Kürze verfügbar"-Zustand + aktive Nav-Section */
.lm-price.lm-price-soon { display: block; font-size: 1.4rem; font-weight: 700; color: var(--primary-light); letter-spacing: -.01em; margin: .1rem 0 1.15rem; }
.lm-soon { opacity: .6; cursor: default; pointer-events: none; }
.site-nav .nav-link.is-current { color: var(--primary-light); background: rgba(255,255,255,.06); }
