/* ═══════════════════════════════════════════════════════════════
   leistung.css — v69
   Gemeinsame Bausteine für die Produktseiten unter /storage-server,
   /backup-speicher, /datenbank-hosting, /managed-nextcloud, /managed-n8n.
   Ausschließlich Design-Tokens, damit Dark-Mode automatisch trägt.
   ═══════════════════════════════════════════════════════════════ */

.ls-page { background: var(--paper); }
.ls-wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.25rem; }
.ls-narrow { max-width: 780px; }

/* ── Kopfbereich ─────────────────────────────────────────── */
.ls-hero { padding: 3.5rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.ls-crumb {
  display: flex; align-items: center; gap: .45rem; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: .72rem;
  color: var(--muted); margin-bottom: 1.75rem;
}
.ls-crumb a { color: var(--muted); text-decoration: none; }
.ls-crumb a:hover { color: var(--ink); }
.ls-crumb strong { color: var(--ink); font-weight: 600; }

.ls-hero-top { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1.25rem; }
.ls-ico {
  flex-shrink: 0; width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-xl); background: var(--ink); color: var(--surface);
}
.ls-ico svg { width: 28px; height: 28px; }
.ls-eyebrow {
  font-family: var(--font-mono); font-size: .66rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.4px; color: var(--muted);
  margin-bottom: .35rem;
}
.ls-title {
  font-family: var(--font-display); font-size: 2.35rem; font-weight: 700;
  letter-spacing: -.04em; line-height: 1.08; color: var(--ink); margin: 0;
}
.ls-lead {
  font-size: 1.05rem; line-height: 1.65; color: var(--ink-muted);
  margin: 0; max-width: 62ch;
}
.ls-hero-cta { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.75rem; }

/* ── Abschnitte ──────────────────────────────────────────── */
.ls-section { padding: 3rem 0; border-bottom: 1px solid var(--line); }
.ls-section:last-of-type { border-bottom: none; }
.ls-h2 {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
  letter-spacing: -.03em; color: var(--ink); margin: 0 0 .6rem;
}
.ls-sub { font-size: .95rem; line-height: 1.6; color: var(--ink-muted); margin: 0 0 2rem; max-width: 60ch; }

/* ── Merkmal-Kacheln ─────────────────────────────────────── */
.ls-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
.ls-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-xl); padding: 1.35rem 1.4rem;
}
.ls-card-ico {
  width: 36px; height: 36px; margin-bottom: .9rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-md); background: var(--tile-bg); color: var(--ink);
}
.ls-card-ico svg { width: 18px; height: 18px; }
.ls-card h3 {
  font-family: var(--font-display); font-size: 1rem; font-weight: 600;
  letter-spacing: -.015em; color: var(--ink); margin: 0 0 .4rem;
}
.ls-card p { font-size: .87rem; line-height: 1.6; color: var(--ink-muted); margin: 0; }

/* ── Preistabelle ────────────────────────────────────────── */
.ls-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(272px, 1fr)); gap: 1rem; align-items: start; }
.ls-plan {
  position: relative;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-2xl); padding: 1.6rem 1.5rem 1.5rem;
  display: flex; flex-direction: column;
}
.ls-plan--featured { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.ls-plan-tag {
  position: absolute; top: -11px; left: 1.5rem;
  background: var(--ink); color: var(--surface);
  font-family: var(--font-mono); font-size: .62rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: .25rem .6rem; border-radius: 999px;
}
.ls-plan-name {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 700;
  letter-spacing: -.02em; color: var(--ink);
}
.ls-plan-for { font-size: .81rem; color: var(--muted); margin-top: .25rem; line-height: 1.45; }
.ls-plan-price { display: flex; align-items: baseline; gap: .35rem; margin: 1.15rem 0 .2rem; }
.ls-plan-amount {
  font-family: var(--font-display); font-size: 2.1rem; font-weight: 700;
  letter-spacing: -.045em; line-height: 1; color: var(--ink);
}
.ls-plan-per { font-family: var(--font-mono); font-size: .76rem; color: var(--muted); }
.ls-plan-year { font-family: var(--font-mono); font-size: .74rem; color: var(--muted); }
.ls-plan-specs { list-style: none; padding: 0; margin: 1.25rem 0 1.5rem; display: grid; gap: .5rem; }
.ls-plan-specs li {
  display: flex; align-items: flex-start; gap: .5rem;
  font-size: .86rem; line-height: 1.5; color: var(--ink);
}
.ls-plan-specs li svg { flex-shrink: 0; margin-top: .2rem; color: var(--ink); width: 14px; height: 14px; }
.ls-plan-specs li em { font-style: normal; font-family: var(--font-mono); font-weight: 600; }
.ls-plan .btn { margin-top: auto; justify-content: center; }

.ls-plans-note {
  margin-top: 1.25rem; font-size: .82rem; line-height: 1.6; color: var(--muted);
}

/* ── Datenblatt ──────────────────────────────────────────── */
.ls-specs { width: 100%; border-collapse: collapse; font-size: .88rem; }
.ls-specs th, .ls-specs td { padding: .75rem .9rem; border-bottom: 1px solid var(--line); text-align: left; }
.ls-specs th {
  font-family: var(--font-mono); font-size: .68rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em; color: var(--muted);
  width: 34%; vertical-align: top;
}
.ls-specs td { color: var(--ink); }
.ls-specs tr:last-child th, .ls-specs tr:last-child td { border-bottom: none; }

/* ── Aufzählung mit Punkt ────────────────────────────────── */
.ls-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
/* v82: Die Eintraege waren display:flex — dadurch wurden <strong>, Text
   und Links zu eigenen Flex-Spalten nebeneinander statt im Textfluss.
   Sichtbar wurde das auf /load-balancer und /gameserver. Jetzt ueber
   Innenabstand und ein absolut gesetztes Pseudo-Element. */
.ls-list li {
  position: relative;
  padding-left: 1.3rem;
  font-size: .92rem; line-height: 1.65; color: var(--ink);
}
.ls-list li::before {
  content: ''; position: absolute; left: 0; top: .6em;
  width: 6px; height: 6px;
  border-radius: 50%; background: var(--ink);
}
.ls-list li strong { color: var(--ink); }
.ls-list li a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.ls-list li a:hover { border-color: var(--ink); }

/* ── Hinweiskasten ───────────────────────────────────────── */
.ls-note {
  display: flex; gap: .8rem; align-items: flex-start;
  padding: 1.1rem 1.25rem;
  background: var(--surface-alt); border: 1px solid var(--line);
  border-radius: var(--r-xl);
  font-size: .88rem; line-height: 1.6; color: var(--ink-muted);
}
.ls-note svg { flex-shrink: 0; margin-top: .15rem; color: var(--ink); }
.ls-note strong { color: var(--ink); }

/* ── Abschluss ───────────────────────────────────────────── */
.ls-final {
  margin: 3rem 0 4rem;
  padding: 2.25rem;
  background: var(--ink); color: var(--surface);
  border-radius: var(--r-2xl);
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.ls-final h2 {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
  letter-spacing: -.03em; margin: 0 0 .4rem; color: var(--surface);
}
/* v79: Der Absatz erbte nur die Farbe und wurde durch opacity .72
   so blass, dass er auf dem dunklen Grund kaum lesbar war. */
.ls-final p {
  margin: 0; font-size: .93rem; line-height: 1.6; max-width: 46ch;
  color: var(--surface); opacity: .85;
}
.ls-final-cta { display: flex; gap: .6rem; flex-wrap: wrap; flex-shrink: 0; }
.ls-final .btn-light {
  background: var(--surface); color: var(--ink); border: 1px solid var(--surface);
  padding: .7rem 1.3rem; border-radius: var(--r-btn);
  font-weight: 600; font-size: .9rem; text-decoration: none;
  display: inline-flex; align-items: center; gap: .45rem;
}
.ls-final .btn-outline {
  background: transparent; color: var(--surface);
  border: 1px solid rgba(255,255,255,.35);
  padding: .7rem 1.3rem; border-radius: var(--r-btn);
  font-weight: 600; font-size: .9rem; text-decoration: none;
  display: inline-flex; align-items: center; gap: .45rem;
}
.ls-final .btn-outline:hover { border-color: var(--surface); }

/* ── Rechenzentren-Hinweis ───────────────────────────────── */
.ls-dc {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.05rem 1.25rem; margin-top: 1.5rem;
  border: 1px solid var(--line); border-radius: var(--r-xl);
  background: var(--surface); text-decoration: none; color: inherit;
  transition: border-color .18s ease, transform .18s ease;
}
.ls-dc:hover { border-color: var(--ink); transform: translateY(-1px); }
.ls-dc-ico {
  flex-shrink: 0; width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-lg); background: var(--tile-bg); color: var(--ink);
}
.ls-dc-txt { flex: 1; min-width: 0; }
.ls-dc-txt strong { display: block; font-size: .9rem; font-weight: 600; color: var(--ink); }
.ls-dc-txt span { display: block; font-size: .8rem; color: var(--muted); margin-top: .15rem; }

@media (max-width: 640px) {
  .ls-title  { font-size: 1.75rem; }
  .ls-hero   { padding: 2.5rem 0 2rem; }
  .ls-hero-top { gap: .85rem; }
  .ls-ico    { width: 46px; height: 46px; }
  .ls-ico svg { width: 23px; height: 23px; }
  .ls-final  { padding: 1.6rem; }
  .ls-final-cta a { flex: 1 1 100%; justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════════
   v71 — Erweiterung zur Vorlage für alle Hosting-Seiten
   Ab hier die Bausteine, die über die fünf Managed-Seiten hinaus
   gebraucht werden: dunkler Kopfbereich, Umschalter, Preiskarten,
   Rechner, Zusatzleistungen, Vergleichstabelle.
   ═══════════════════════════════════════════════════════════════ */

/* ── Dunkler Kopfbereich ─────────────────────────────────── */
.ls-hero--dark {
  position: relative;
  background: #0B0B0C;
  color: #F5F5F7;
  border-bottom: none;
  overflow: hidden;
  padding: 4rem 0 3.5rem;
}
.ls-hero--dark::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,245,247,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,245,247,.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 80% 70% at 40% 40%, #000 25%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 40% 40%, #000 25%, transparent 100%);
  pointer-events: none;
}
.ls-hero--dark > * { position: relative; }
.ls-hero--dark .ls-crumb        { color: rgba(245,245,247,.45); }
.ls-hero--dark .ls-crumb a      { color: rgba(245,245,247,.45); }
.ls-hero--dark .ls-crumb a:hover,
.ls-hero--dark .ls-crumb strong { color: #F5F5F7; }
.ls-hero--dark .ls-eyebrow      { color: rgba(245,245,247,.55); }
.ls-hero--dark .ls-title        { color: #F5F5F7; }
.ls-hero--dark .ls-lead         { color: rgba(245,245,247,.62); }
.ls-hero--dark .ls-ico          { background: #F5F5F7; color: #0B0B0C; }

.ls-hero-split {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 3rem; align-items: center;
}

/* Merkmal-Chips im Kopfbereich */
.ls-chips { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.75rem; }
.ls-chip {
  display: inline-flex; align-items: center; gap: .38rem;
  font-family: var(--font-mono); font-size: .68rem; font-weight: 600;
  letter-spacing: .02em; white-space: nowrap;
  padding: .32rem .7rem; border-radius: 999px;
  background: var(--tile-bg); border: 1px solid var(--line); color: var(--ink-muted);
}
.ls-chip svg { width: 12px; height: 12px; }
.ls-hero--dark .ls-chip {
  background: rgba(245,245,247,.07);
  border-color: rgba(245,245,247,.16);
  color: rgba(245,245,247,.8);
}

/* Helle Knöpfe auf dunklem Grund */
.ls-btn-light {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .78rem 1.4rem; border-radius: var(--r-btn);
  background: #F5F5F7; color: #0B0B0C; border: 1px solid #F5F5F7;
  font-size: .92rem; font-weight: 600; text-decoration: none;
}
.ls-btn-ghost {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .78rem 1.4rem; border-radius: var(--r-btn);
  background: transparent; color: #F5F5F7;
  border: 1px solid rgba(245,245,247,.32);
  font-size: .92rem; font-weight: 600; text-decoration: none;
}
.ls-btn-ghost:hover { border-color: #F5F5F7; }

/* ── Umschalter (Privat / Geschäftlich) ──────────────────── */
.ls-switch {
  display: inline-flex; gap: .25rem; padding: .3rem;
  background: var(--surface-alt); border: 1px solid var(--line);
  border-radius: 999px;
}
.ls-switch button {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .55rem 1.15rem; border: none; border-radius: 999px;
  background: transparent; color: var(--ink-muted); cursor: pointer;
  font-family: var(--font-body); font-size: .88rem; font-weight: 600;
  transition: background .18s ease, color .18s ease;
}
.ls-switch button:hover { color: var(--ink); }
.ls-switch button.active { background: var(--ink); color: var(--surface); }
.ls-switch svg { width: 15px; height: 15px; }

/* ── Preiskarten ─────────────────────────────────────────── */
.ls-pkgs { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 1rem; align-items: start; }
.ls-pkg {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-2xl); padding: 1.55rem 1.5rem 1.45rem;
}
.ls-pkg--star { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.ls-pkg-star {
  position: absolute; top: -11px; left: 1.5rem;
  background: var(--ink); color: var(--surface);
  font-family: var(--font-mono); font-size: .62rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: .25rem .6rem; border-radius: 999px;
}
.ls-pkg-name {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 700;
  letter-spacing: -.02em; color: var(--ink);
}
.ls-pkg-desc { font-size: .81rem; line-height: 1.45; color: var(--muted); margin-top: .28rem; }
.ls-pkg-price {
  font-family: var(--font-display); font-size: 1.95rem; font-weight: 700;
  letter-spacing: -.045em; line-height: 1; color: var(--ink); margin: 1.15rem 0 .15rem;
}
.ls-pkg-price small {
  font-family: var(--font-mono); font-size: .74rem; font-weight: 500;
  letter-spacing: 0; color: var(--muted); margin-left: .3rem;
}
.ls-pkg-list { list-style: none; padding: 0; margin: 1.2rem 0 1.4rem; display: grid; gap: .5rem; }
.ls-pkg-list li {
  display: flex; align-items: flex-start; gap: .5rem;
  font-size: .85rem; line-height: 1.5; color: var(--ink);
}
.ls-pkg-list li::before {
  content: ''; flex-shrink: 0; width: 14px; height: 14px; margin-top: .16rem;
  background-color: var(--ink);
  -webkit-mask: var(--ls-check) center/contain no-repeat;
          mask: var(--ls-check) center/contain no-repeat;
}
:root {
  --ls-check: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>");
}
.ls-pkg .btn { margin-top: auto; justify-content: center; }

/* ── Rechner ─────────────────────────────────────────────── */
.ls-calc {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-2xl); padding: 1.75rem;
  display: grid; grid-template-columns: 1fr 300px; gap: 2rem; align-items: start;
}
.ls-calc-title {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 600;
  letter-spacing: -.02em; color: var(--ink); margin-bottom: 1.25rem;
}
.ls-calc-grid { display: grid; gap: 1.15rem; }
.ls-field label,
.ls-calc-field label {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  font-family: var(--font-mono); font-size: .68rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .9px; color: var(--muted);
  margin-bottom: .5rem;
}
.ls-calc-val {
  font-family: var(--font-display); font-size: .95rem; font-weight: 700;
  letter-spacing: -.02em; color: var(--ink); text-transform: none;
}
.ls-calc input[type="range"] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px; border-radius: 999px;
  background: var(--line-strong); outline: none; cursor: pointer;
}
.ls-calc input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--ink); border: 3px solid var(--surface);
  box-shadow: 0 0 0 1px var(--ink); cursor: pointer;
}
.ls-calc input[type="range"]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--ink); border: 3px solid var(--surface);
  box-shadow: 0 0 0 1px var(--ink); cursor: pointer;
}
.ls-calc select,
.ls-calc input[type="number"],
.ls-calc input[type="text"] {
  width: 100%; padding: .58rem .75rem;
  border: 1px solid var(--line-strong); border-radius: var(--r-lg);
  background: var(--surface); color: var(--ink);
  font-family: var(--font-body); font-size: .88rem; box-sizing: border-box;
}
.ls-calc select:focus,
.ls-calc input:focus { outline: none; border-color: var(--ink); }

.ls-calc-toggle {
  display: flex; align-items: center; gap: .6rem;
  font-size: .87rem; color: var(--ink); cursor: pointer;
  padding: .6rem .8rem; border: 1px solid var(--line);
  border-radius: var(--r-lg); background: var(--surface-alt);
}
.ls-calc-toggle input { accent-color: var(--ink); width: 15px; height: 15px; }

.ls-calc-result {
  background: var(--ink); color: #F5F5F7;
  border-radius: var(--r-xl); padding: 1.4rem 1.5rem;
  position: sticky; top: 1.5rem;
}
.ls-calc-result-lbl {
  font-family: var(--font-mono); font-size: .63rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.2px; opacity: .6;
}
.ls-calc-big {
  font-family: var(--font-display); font-size: 2.2rem; font-weight: 700;
  letter-spacing: -.045em; line-height: 1; margin: .5rem 0 .2rem;
  font-variant-numeric: tabular-nums;
}
.ls-calc-per { font-family: var(--font-mono); font-size: .74rem; opacity: .55; }
.ls-calc-breakdown {
  margin-top: 1.15rem; padding-top: 1.15rem;
  border-top: 1px solid rgba(245,245,247,.16);
  display: grid; gap: .4rem;
  font-size: .8rem; line-height: 1.5;
}
.ls-calc-breakdown > div { display: flex; justify-content: space-between; gap: 1rem; opacity: .75; }
.ls-calc-breakdown > div span:last-child { font-family: var(--font-mono); white-space: nowrap; }

/* ── Zusatzleistungen ────────────────────────────────────── */
.ls-addons { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: .8rem; }
.ls-addon {
  display: flex; align-items: flex-start; gap: .85rem;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-xl); padding: 1.05rem 1.15rem;
}
.ls-addon-ico {
  flex-shrink: 0; width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-md); background: var(--tile-bg); color: var(--ink);
}
.ls-addon-ico svg { width: 16px; height: 16px; }
.ls-addon-body { flex: 1; min-width: 0; }
.ls-addon-name { font-size: .9rem; font-weight: 600; color: var(--ink); }
.ls-addon-desc { font-size: .8rem; line-height: 1.5; color: var(--muted); margin-top: .18rem; }
.ls-addon-price {
  flex-shrink: 0; font-family: var(--font-mono); font-size: .8rem;
  font-weight: 600; color: var(--ink); white-space: nowrap;
}

/* ── Vergleichstabelle ───────────────────────────────────── */
.ls-compare { width: 100%; border-collapse: collapse; font-size: .87rem; }
.ls-compare th, .ls-compare td { padding: .7rem .8rem; border-bottom: 1px solid var(--line); text-align: left; }
.ls-compare thead th {
  font-family: var(--font-mono); font-size: .66rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em; color: var(--muted);
}
.ls-compare tbody th { font-weight: 500; color: var(--ink-muted); }
.ls-compare td { color: var(--ink); }

/* ── Umschaltbare Bereiche ───────────────────────────────── */
.ls-panel { display: none; }
.ls-panel.active { display: block; }

/* ── Trenner ─────────────────────────────────────────────── */
.ls-divider { height: 1px; background: var(--line); margin: 2.5rem 0; border: none; }

@media (max-width: 900px) {
  .ls-hero-split { grid-template-columns: 1fr; gap: 2.25rem; }
  .ls-calc { grid-template-columns: 1fr; gap: 1.5rem; }
  .ls-calc-result { position: static; }
}

/* ═══════════════════════════════════════════════════════════════
   v72 — Nachtrag: .ls-field auch ausserhalb von .ls-calc nutzbar
   (Regler im Speicher-Berater standen sonst unformatiert da) und
   Span-basierte Zusatzleistungen sauber umbrechen lassen.
   ═══════════════════════════════════════════════════════════════ */

.ls-field { display: block; }
.ls-field + .ls-field { margin-top: 1.15rem; }

.ls-field input[type="range"] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 4px; border-radius: 999px;
  background: var(--line-strong); outline: none; cursor: pointer;
  display: block;
}
.ls-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--ink); border: 3px solid var(--surface);
  box-shadow: 0 0 0 1px var(--ink); cursor: pointer;
}
.ls-field input[type="range"]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--ink); border: 3px solid var(--surface);
  box-shadow: 0 0 0 1px var(--ink); cursor: pointer;
}
.ls-field select,
.ls-field input[type="number"],
.ls-field input[type="text"],
.ls-field input[type="email"] {
  width: 100%; padding: .58rem .75rem; box-sizing: border-box;
  border: 1px solid var(--line-strong); border-radius: var(--r-lg);
  background: var(--surface); color: var(--ink);
  font-family: var(--font-body); font-size: .88rem;
}
.ls-field select:focus,
.ls-field input:focus { outline: none; border-color: var(--ink); }

/* Zusatzleistungen: die inneren Elemente sind spans */
.ls-addon-body { display: block; }
.ls-addon-name { display: block; }
.ls-addon-desc { display: block; }

/* Preiskarten: "Auf Anfrage" soll nicht wie ein Betrag wirken */
.ls-pkg-price { font-variant-numeric: tabular-nums; }

/* v74 — Zusatzleistungs-Kacheln koennen auch Links sein */
.ls-addon[href] {
  text-decoration: none; color: inherit;
  transition: border-color .18s ease, transform .18s ease;
}
.ls-addon[href]:hover { border-color: var(--ink); transform: translateY(-1px); }

/* ═══════════════════════════════════════════════════════════════
   v78 — Dunkle Vorschau-Karte als Baustein der Vorlage
   Bisher hatte jede Seite ihre eigene Fassung davon. Ab hier
   gemeinsam, damit neue Seiten sie nur noch verwenden müssen.
   ═══════════════════════════════════════════════════════════════ */

.ls-mock {
  background: #131317;
  border: 1px solid rgba(245,245,247,.13);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.ls-mock-bar {
  display: flex; align-items: center; gap: .4rem;
  padding: .7rem .9rem;
  border-bottom: 1px solid rgba(245,245,247,.1);
  background: rgba(245,245,247,.03);
}
.ls-mock-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(245,245,247,.22); flex-shrink: 0; }
.ls-mock-title {
  margin-left: .55rem; font-family: var(--font-mono); font-size: .7rem;
  color: rgba(245,245,247,.45);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.ls-mock-body {
  margin: 0; padding: 1.1rem 1.25rem;
  font-family: var(--font-mono); font-size: .76rem; line-height: 1.85;
  color: rgba(245,245,247,.82);
  white-space: pre; overflow-x: auto;
}
.ls-mock-body .c  { color: rgba(245,245,247,.35); }
.ls-mock-body .d  { color: rgba(245,245,247,.42); }
.ls-mock-body .ok { color: #4ade80; }
.ls-mock-body .hi { color: #F5F5F7; font-weight: 600; }

.ls-mock-row {
  display: flex; align-items: center; gap: .7rem;
  padding: .72rem .95rem;
  border-bottom: 1px solid rgba(245,245,247,.06);
}
.ls-mock-row:last-of-type { border-bottom: none; }
.ls-mock-led {
  width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0;
  background: #4ade80; box-shadow: 0 0 6px rgba(74,222,128,.5);
}
.ls-mock-led--idle { background: rgba(245,245,247,.3); box-shadow: none; }
.ls-mock-name {
  flex: 1; min-width: 0;
  font-family: var(--font-mono); font-size: .73rem;
  color: rgba(245,245,247,.78);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.ls-mock-val {
  flex-shrink: 0; font-family: var(--font-mono); font-size: .68rem;
  font-weight: 600; color: rgba(245,245,247,.45);
}
.ls-mock-val--ok { color: #4ade80; }
.ls-mock-foot {
  padding: .7rem .95rem;
  font-family: var(--font-mono); font-size: .66rem;
  color: rgba(245,245,247,.3);
  border-top: 1px solid rgba(245,245,247,.06);
}

/* Balken in der Vorschau */
.ls-mock-meter { padding: .85rem .95rem; border-bottom: 1px solid rgba(245,245,247,.06); }
.ls-mock-meter-head {
  display: flex; align-items: baseline; justify-content: space-between;
  font-family: var(--font-mono); font-size: .69rem;
  color: rgba(245,245,247,.42); margin-bottom: .45rem;
}
.ls-mock-meter-head strong { color: #F5F5F7; font-weight: 700; }
.ls-mock-track { height: 5px; border-radius: 999px; background: rgba(245,245,247,.1); overflow: hidden; }
.ls-mock-track span { display: block; height: 100%; border-radius: 999px; background: rgba(245,245,247,.75); }

@media (max-width: 560px) {
  .ls-mock-body { font-size: .7rem; padding: .9rem 1rem; }
}
