/* ============================================================
   neovio violet – Violett-Akzent auf Tiefschwarz.
   Layer über dem obsidian-Blocksystem. Farbwerte, Schriftgrößen
   und Abstände sind 1:1 aus dem Onepager-Entwurf übernommen.

   Bewusst nicht auf "neovio" aufgebaut: jenes Theme setzt
   `body * { border: 0 !important }` (komplett randlos), während
   dieser Entwurf von den feinen 1px-Linien lebt.
   ============================================================ */

:root {
  /* Flächen */
  --bg: #08090A;
  --surface: #0E1011;
  --surface-2: #141718;
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .18);

  /* Text */
  --ink: #F4F5F6;
  --ink-soft: rgba(244, 245, 246, .78);
  --muted: rgba(244, 245, 246, .66);
  --faint: rgba(244, 245, 246, .5);
  --head: #FFFFFF;

  /* Akzent: Violett */
  --accent: #A78BFA;
  --accent-2: #CFC0FF;
  --accent-soft: rgba(167, 139, 250, .16);
  --accent-line: rgba(167, 139, 250, .42);
  --accent-bright: #CFC0FF;
  --grad: linear-gradient(96deg, #FFFFFF 8%, #CFC0FF 52%, #A78BFA 96%);
  /* Primäraktion bleibt weiß und wird beim Hover violett (wie im Entwurf) */
  --grad-btn: #F4F5F6;

  /* Rohwerte für Glows und halbtransparente Flächen */
  --ac: #A78BFA;
  --ac-lt: #CFC0FF;
  --ac-ink: #140A28;
  --acRGB: 167, 139, 250;
  --c2RGB: 108, 92, 231;
  --c3RGB: 212, 112, 216;

  --font-head: "Outfit", system-ui, sans-serif;
  --font-body: "Instrument Sans", system-ui, sans-serif;
  --container: 1180px;         /* Entwurfsbreite */
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 16px 42px rgba(0, 0, 0, .34);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, .5);
  --glow: 0 0 0 1px rgba(var(--acRGB), .22), 0 18px 48px rgba(var(--acRGB), .2);
}

html { overflow-x: clip; }
body {
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.blocks-flow {
  position: relative;
  isolation: isolate;
  padding-bottom: 0;
  background:
    radial-gradient(58% 26% at 6% 44%, rgba(var(--acRGB), .14), transparent 72%),
    radial-gradient(52% 22% at 98% 57%, rgba(var(--c2RGB), .12), transparent 74%),
    radial-gradient(64% 26% at 46% 76%, rgba(var(--acRGB), .09), transparent 76%),
    radial-gradient(48% 20% at 88% 90%, rgba(var(--c3RGB), .1), transparent 72%);
}
.blocks-flow > * { position: relative; z-index: 1; }
@media (min-width: 901px) {
  .blocks-flow.is-home:has(> .lc-hcin:first-child)::before {
    content: "";
    position: absolute;
    top: calc(100svh - 1px);
    right: 0;
    left: 0;
    z-index: 0;
    height: clamp(260px, 16vw, 440px);
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      var(--bg) 0%,
      rgba(8, 9, 10, .96) 18%,
      rgba(8, 9, 10, .72) 48%,
      rgba(8, 9, 10, 0) 100%
    );
  }
}
.blocks-flow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: clamp(180px, 22vw, 360px);
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(8, 9, 10, 0), var(--bg) 92%);
}
a:hover { color: var(--ac-lt); }
::selection { background: var(--ac); color: #fff; }

/* ============================================================
   Typografie – Größen aus dem Entwurf
   ============================================================ */

h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: -.03em;
  color: var(--head);
}

/* Hero-Headline: clamp(48px, 6.6vw, 88px), line-height .98 */
.lc-hcin-title, .lc-hero-title {
  font-size: clamp(48px, 6.6vw, 88px);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 600;
}
/* Section-Headline: clamp(30px, 3.6vw, 46px) */
.lc-section-title {
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.lc-section-subtitle { font-size: 17px; line-height: 1.62; color: var(--muted); }

/* Dachzeilen: 11.5px, weit gesperrt, in Akzentfarbe */
.lc-section-kicker,
.lc-fstats-kicker,
.lc-media-kicker,
.lc-vstory-kicker {
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ac);
  font-weight: 500;
}

/* ============================================================
   Aktionen – padding 15px 26px, radius 999px, 15px
   ============================================================ */

.lc-btn {
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 15px;
  padding: 15px 26px;
  gap: 10px;
}
.skip-link,
.lc-btn-primary,
.page-num.is-current,
.lc-tabs-pills .lc-tab[aria-selected="true"],
.lc-step-num,
.lc-ba-handle::after {
  color: #08090A;
  background: var(--grad-btn);
  font-weight: 600;
  box-shadow: 0 18px 44px -22px rgba(255, 255, 255, .6);
}
.lc-btn-primary:hover,
.lc-tabs-pills .lc-tab[aria-selected="true"]:hover {
  background: var(--ac);
  color: var(--ac-ink);
  box-shadow: 0 18px 44px -18px rgba(var(--acRGB), .95);
}
.lc-btn-secondary,
.lc-btn-outline {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  color: var(--ink);
  font-weight: 500;
  border-radius: 999px;
}
.lc-btn-secondary:hover,
.lc-btn-outline:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
}

/* ============================================================
   Header – Pille exakt nach Entwurf
   Leiste 14px/24px, Pille max 1180px, Innenabstand 12/14/12/22
   ============================================================ */

.site-header,
.site-header.is-scrolled,
body.has-overlay-header .site-header.has-overlay,
body.has-overlay-header .site-header.has-overlay.is-scrolled {
  border-bottom: 0;
  border-bottom-color: transparent;
}
.site-header:has(.header-pill) { padding: 14px 24px; }

.header-pill {
  max-width: 1180px;
  gap: 24px;
  padding: 12px 14px 12px 22px;
  border: 1px solid rgba(255, 255, 255, .09);
  background: rgba(12, 14, 15, .62);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 40px -18px rgba(0, 0, 0, .9);
}
.site-header.is-scrolled .header-pill {
  background: rgba(12, 14, 15, .84);
  box-shadow: 0 16px 44px -16px rgba(0, 0, 0, .95);
}
.nv-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
  height: 2px;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--ac), var(--ac-lt));
  box-shadow: 0 0 18px rgba(var(--acRGB), .6);
}

/* Wortmarke: 19px, der Punkt wird zum hochgestellten Plus.
   Mit .header-pill davor, weil das Basis-Theme dort 1.08rem setzt. */
.header-pill .site-brand,
.site-brand {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -.02em;
  gap: 2px;
  align-items: flex-start;
}
.brand-dot {
  width: auto; height: auto; rotate: none; border-radius: 0;
  background: none; box-shadow: none;
  color: var(--ac);
  font-size: 12px; line-height: 1.1; font-weight: 600;
}
.brand-dot::before { content: "+"; }

/* Navigation: 14px, gedämpft, Pillen-Hover */
.header-pill .nav-list { gap: 4px; }
.header-pill .nav-list a {
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(244, 245, 246, .62);
  font-weight: 400;
}
.header-pill .nav-list a:hover {
  color: var(--head);
  background: rgba(255, 255, 255, .06);
}
.nav-list a.is-active,
.nav-list a[aria-current="page"] {
  background: var(--accent-soft);
  color: var(--ac-lt);
  box-shadow: inset 0 0 0 1px var(--accent-line);
}
/* CTA: weiß, 14px, wird beim Hover violett */
.header-pill .header-cta {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  background: var(--grad-btn);
  color: #08090A;
  min-height: 0;
}
.header-pill .header-cta:hover { background: var(--ac); color: var(--ac-ink); }

/* ============================================================
   Hero
   ============================================================ */

.lc-hero, .lc-hcin { background-color: var(--bg); }
.lc-hcin {
  height: auto;
  min-height: 100svh;
  align-items: stretch;
  padding: 124px 0 56px;
  isolation: isolate;
}
.lc-hcin-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1180px;
  padding-inline: 30px;
}
.lc-hcin-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
  max-width: 820px;
  margin-top: clamp(32px, 8vh, 88px);
  margin-bottom: auto;
  transform: translate3d(
    0,
    calc(var(--lc-hcin-text-offset, 0%) - var(--lc-hcin-stats-gap, 34px) + 34px),
    0
  );
}
.lc-hcin:not(:has(.lc-hcin-stats)) .lc-hcin-copy {
  transform: translate3d(0, var(--lc-hcin-text-offset, 0%), 0);
}
@media (min-width: 901px) {
  .lc-hcin-copy {
    margin-top: clamp(56px, calc(25svh - 124px), 420px);
  }
}
.lc-hcin.has-overlay::before {
  background: linear-gradient(100deg, rgba(8, 9, 10, .96) 0%, rgba(8, 9, 10, .86) 34%, rgba(8, 9, 10, .25) 62%, rgba(8, 9, 10, .55) 100%);
}
.lc-hcin-shadow {
  box-shadow: none;
  background: linear-gradient(to bottom, rgba(8, 9, 10, .85) 0%, rgba(8, 9, 10, 0) 26%);
}
.lc-hcin-shadow-b {
  display: block;
  z-index: 2;
  box-shadow: none;
  background: linear-gradient(
    to bottom,
    rgba(8, 9, 10, 0) 48%,
    rgba(8, 9, 10, .18) 62%,
    rgba(8, 9, 10, .72) 84%,
    var(--bg) 100%
  );
}

/* Weicher Akzent-Glow hinter dem Hero */
.lc-hcin::after,
.lc-hero-video::after {
  content: "";
  position: absolute; left: -14%; top: 8%;
  width: 52vw; height: 52vw; z-index: 1;
  pointer-events: none; border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--acRGB), .18), rgba(var(--acRGB), 0) 62%);
  filter: blur(30px);
  animation: lc-violet-drift 16s ease-in-out infinite;
}
@keyframes lc-violet-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(0, -30px, 0) scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  .lc-hcin::after, .lc-hero-video::after { animation: none; }
}

/* Badge: 12.5px, Punkt 7px mit Halo */
.lc-hero-badge, .lc-hcin-badge {
  display: inline-flex; align-items: center; gap: 10px;
  align-self: flex-start;
  padding: 7px 14px 7px 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font-size: 12.5px; letter-spacing: .02em; font-weight: 400;
  color: rgba(244, 245, 246, .78);
}
.lc-hero-badge::before, .lc-hcin-badge::before {
  content: ""; flex: none;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--ac);
  box-shadow: 0 0 0 4px rgba(var(--acRGB), .18);
}

/* Letzte Titelzeile im Farbverlauf.
   width:fit-content ist entscheidend: als Blockelement wäre die Zeile so breit
   wie der Container und der Text bekäme nur den hellen Anfang des Verlaufs ab.
   padding-bottom + margin-bottom gleichen die enge Zeilenhöhe (.98) aus, sonst
   beschneidet background-clip:text die Unterlängen (g, y) – "Highlight". */
.lc-hcin-title.has-gradient .lc-hcin-line:last-child,
.lc-hero-title .lc-gradient-word {
  width: fit-content;
  padding-bottom: .14em;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Vertikaler Rhythmus wie im Entwurf (dort ein Flex-Stack mit gap: 22px) */
.lc-hcin-badge { margin: 0; }
.lc-hcin-title { margin-bottom: 0; }
.lc-hcin .lc-buttons { margin: 6px 0 0; }

/* Fließtext im Hero: 17.5px / 1.62, max 480px, 22px unter der Headline */
.lc-hcin-text, .lc-hero-subtitle {
  font-size: 17.5px;
  line-height: 1.62;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(244, 245, 246, .66);
}

/* Kennzahlen-Leiste: Zahl 30px Outfit, Label 13px */
.lc-hcin-stats {
  flex: none;
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .09);
}
.lc-hcin-stat { background: rgba(12, 14, 15, .66); padding: 20px 24px; }
.lc-hcin-stat-value {
  font-family: var(--font-head);
  font-size: 30px; font-weight: 600; letter-spacing: -.03em;
  color: #fff;
}
/* Letzte Kennzahl in Akzentfarbe (Signatur des Entwurfs) */
.lc-hcin-stat:last-child .lc-hcin-stat-value { color: var(--ac-lt); }
.lc-hcin-stat-label { font-size: 13px; color: rgba(244, 245, 246, .5); }
.lc-hcin:has(.lc-hcin-stats) .lc-hcin-cue { bottom: 8px; }

/* ============================================================
   Flächen & Karten
   ============================================================ */

.lc-feature, .lc-plan, .lc-member, .lc-testimonial, .lc-faq-item,
.lc-vcard, .lc-image-card, .lc-step, .lc-form-card, .lc-contact-list li {
  background: rgba(12, 14, 15, .66);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.lc-feature:hover, .lc-image-card:hover, .lc-step:hover { border-color: var(--accent-line); }
.lc-feature-icon { background: var(--accent-soft); color: var(--ac-lt); border-radius: 14px; }

.lc-stat-value, .lc-vcard-number, .lc-fstats-value {
  font-family: var(--font-head);
  font-weight: 600; letter-spacing: -.03em;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================================
   Footer, Trenner, Formulare
   ============================================================ */

.lc-footer { background: var(--surface); border-top: 1px solid var(--line); }
.lc-footer-brand {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lc-separator-line { border-top-color: var(--accent-line); }

.lc-form-field input:focus-visible,
.lc-form-field select:focus-visible,
.lc-form-field textarea:focus-visible {
  border-color: var(--ac);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
:focus-visible { outline-color: var(--ac); }

@media (max-width: 900px) {
  .lc-hcin { padding-block: 96px 40px; }
  .lc-hcin-inner { padding-inline: 22px; }
}

/* ============================================================
   SECTIONS – alle Werte 1:1 aus dem Onepager-Entwurf
   Gemeinsamer Rhythmus: 1180px Breite, 118px Abstand nach oben,
   30px seitlich, Karten mit feinem Verlauf statt Vollfläche.
   ============================================================ */

.blocks-flow > .lc-features,
.blocks-flow > .lc-media-text,
.blocks-flow > .lc-image-cards,
.blocks-flow > .lc-testimonials,
.blocks-flow > .lc-pricing,
.blocks-flow > .lc-faq,
.blocks-flow > .lc-team,
.blocks-flow > .lc-logos {
  max-width: calc(1180px + 60px);
  margin: 0 auto;
  padding: 118px 30px 0;
}
.blocks-flow > .lc-faq { max-width: calc(840px + 60px); }

/* Zentrierter Section-Kopf: Kicker + Headline, 12px Abstand */
.lc-section-header {
  display: flex; flex-direction: column; align-items: center;
  gap: 12px; text-align: center;
  max-width: none; margin: 0 auto;
}
.lc-section-header .lc-section-subtitle {
  margin: 2px 0 0; font-size: 16px; color: rgba(244, 245, 246, .55);
}

/* ---------- Features: "Drei Gründe" ---------- */

.lc-features-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  gap: 18px; margin-top: 52px;
}
.lc-features-grid.lc-cols-2, .lc-features-grid.lc-cols-3, .lc-features-grid.lc-cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
}
.lc-feature {
  display: flex; flex-direction: column; gap: 14px;
  padding: 30px 28px 32px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(168deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012) 46%, rgba(255, 255, 255, 0));
  backdrop-filter: none; -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: transform .35s cubic-bezier(.2, .8, .3, 1), border-color .35s ease;
}
.lc-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--acRGB), .34);
}
.lc-feature-icon {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; margin: 0;
  border-radius: 13px;
  background: rgba(var(--acRGB), .12);
  border: 1px solid rgba(var(--acRGB), .24);
  color: var(--ac);
}
.lc-feature-icon .lc-icon { width: 21px; height: 21px; }
.lc-feature-title {
  margin: 0; font-family: var(--font-head);
  font-size: 20px; font-weight: 600; letter-spacing: -.02em;
}
.lc-feature-text {
  margin: 0; font-size: 15px; line-height: 1.62; color: rgba(244, 245, 246, .6);
}

/* ---------- Bild + Text: "Design trifft Handwerk" ---------- */

.lc-media-text {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 56px; align-items: center;
}
.lc-media-text-body { display: flex; flex-direction: column; gap: 20px; }
.lc-media-text-body .lc-section-title { text-align: left; line-height: 1.06; margin: 0; }
.lc-kicker {
  font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ac); font-weight: 500;
}
.lc-media-text-copy {
  margin: 0; max-width: 460px;
  font-size: 16.5px; line-height: 1.66; color: rgba(244, 245, 246, .62);
}
.lc-media-text-copy strong { color: #F4F5F6; font-weight: 600; }

/* Checkliste als Tabellen-Linien statt Bullet-Liste */
.lc-checklist {
  display: flex; flex-direction: column; gap: 0;
  margin: 6px 0 0; padding: 0; list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.lc-checklist li {
  display: flex; align-items: center; gap: 14px;
  margin: 0; padding: 15px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 15.5px;
}
.lc-checklist li::marker { content: ""; }
.lc-checklist .lc-icon,
.lc-checklist li > svg {
  flex: none; width: 22px; height: 22px; padding: 5px;
  border-radius: 50%;
  background: rgba(var(--acRGB), .14);
  color: var(--ac);
}
.lc-media-text .lc-buttons { margin: 12px 0 0; }

/* Bildspalte mit Glow und weichem Rahmen */
.lc-media-text-media { position: relative; }
.lc-media-text-media::before {
  content: ""; position: absolute; inset: -14% -8% -14% 6%;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(var(--acRGB), .15), rgba(var(--acRGB), 0) 65%);
  filter: blur(24px);
}
.lc-media-text-media img,
.lc-media-text-media .lc-ph {
  position: relative;
  aspect-ratio: 4 / 5; width: 100%; object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 40px 90px -50px #000;
}

/* ---------- Logo-Band ---------- */

.blocks-flow > .lc-logo-slider {
  max-width: none; margin-top: 110px;
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: none;
}
.lc-logo-slider .lc-logos-title {
  margin: 0 0 24px; text-align: center;
  font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(244, 245, 246, .36); font-weight: 500;
}
.lc-logo-slider-viewport {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.lc-logo-group { gap: 72px; padding-right: 72px; }
.lc-logo-mark {
  font-family: var(--font-head);
  font-size: 22px; font-weight: 500; letter-spacing: -.01em;
  color: rgba(244, 245, 246, .34);
  filter: none; opacity: 1;
}

/* ---------- Bild-Karten: "Unsere Leistungen" ---------- */

.lc-image-cards .lc-section-header {
  align-items: flex-start; text-align: left;
}
.lc-image-cards .lc-section-title { line-height: 1.06; }
.lc-image-cards-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 18px; margin-top: 48px;
}
.lc-image-cards-grid.lc-cols-2, .lc-image-cards-grid.lc-cols-3, .lc-image-cards-grid.lc-cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.lc-image-card {
  display: flex; flex-direction: column;
  border-radius: 22px; overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(178deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0));
  backdrop-filter: none; -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: transform .35s cubic-bezier(.2, .8, .3, 1), border-color .35s ease;
}
.lc-image-card:hover { transform: translateY(-5px); border-color: rgba(var(--acRGB), .34); }
.lc-image-card-media { position: relative; aspect-ratio: 16 / 11; }
.lc-image-card-media img,
.lc-image-card-media .lc-ph { width: 100%; height: 100%; object-fit: cover; aspect-ratio: auto; }
.lc-image-card-tag {
  position: absolute; top: 14px; left: 14px;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(8, 9, 10, .7);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase;
  color: #F4F5F6; pointer-events: none;
}
.lc-image-card-body {
  display: flex; flex-direction: column; gap: 11px;
  padding: 24px 24px 26px;
}
.lc-image-card-title {
  margin: 0; font-family: var(--font-head);
  font-size: 21px; font-weight: 600; letter-spacing: -.02em;
}
.lc-image-card-text {
  margin: 0; font-size: 15px; line-height: 1.6; color: rgba(244, 245, 246, .6);
}
.lc-image-card-more {
  margin-top: 6px; font-size: 14.5px; font-weight: 600;
  color: var(--ac); text-decoration: none;
}
.lc-image-card-more:hover { color: var(--ac-lt); }

/* ---------- Kundenstimmen ---------- */

.lc-testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px; margin-top: 50px;
}
.lc-testimonial {
  display: flex; flex-direction: column; gap: 26px;
  margin: 0; padding: 34px 32px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(160deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 60%);
  backdrop-filter: none; -webkit-backdrop-filter: none;
  box-shadow: none;
}
.lc-testimonial::before { content: none; }   /* großes Anführungszeichen des Basis-Themes entfällt */
.lc-testimonial blockquote {
  margin: 0; font-family: var(--font-head);
  font-weight: 300; font-size: 20.5px; line-height: 1.5;
  letter-spacing: -.015em; color: rgba(244, 245, 246, .92);
  text-wrap: pretty;
}
.lc-testimonial figcaption { display: flex; align-items: center; gap: 13px; }
.lc-testimonial figcaption img {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  object-fit: cover; border: 1px solid rgba(255, 255, 255, .14);
}
.lc-testimonial figcaption strong {
  font-family: var(--font-body); font-size: 15px; font-weight: 600; color: #F4F5F6;
}
.lc-testimonial figcaption em {
  font-style: normal; font-size: 13px; color: rgba(244, 245, 246, .48);
}

/* ---------- Preise ---------- */

.lc-pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 18px; margin-top: 52px; align-items: start;
}
.lc-plan {
  display: flex; flex-direction: column; gap: 22px;
  padding: 32px 28px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(178deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
  backdrop-filter: none; -webkit-backdrop-filter: none;
  box-shadow: none; transform: none;
}
.lc-plan-name {
  margin: 0; font-family: var(--font-body);
  font-size: 11.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(244, 245, 246, .5);
}
.lc-plan-price {
  margin: 0; display: flex; align-items: baseline; gap: 8px;
  font-family: var(--font-head); font-size: 40px; font-weight: 600;
  letter-spacing: -.035em; color: #fff;
}
.lc-plan-period {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 400;
  letter-spacing: 0; color: rgba(244, 245, 246, .45);
}
.lc-plan-features {
  display: flex; flex-direction: column; gap: 11px;
  margin: 0; padding: 0; list-style: none; flex: 1;
  font-size: 15px; color: rgba(244, 245, 246, .72);
}
.lc-plan-features li {
  display: flex; gap: 11px; align-items: flex-start;
  padding: 0; border: 0;
}
.lc-plan-features li::before {
  content: "✓"; position: static;
  width: auto; height: auto; background: none; border-radius: 0;
  color: var(--ac); flex: none;
}
.lc-plan .lc-btn {
  margin-top: auto; width: 100%; justify-content: center;
  padding: 13px; font-size: 15px; font-weight: 500;
  border-radius: 999px;
}
.lc-plan .lc-btn-outline { border-color: rgba(255, 255, 255, .16); background: none; }
.lc-plan .lc-btn-outline:hover { background: rgba(255, 255, 255, .09); }

/* Hervorgehobener Tarif */
.lc-plan.is-highlighted {
  position: relative;
  padding: 36px 30px;
  border-radius: 24px;
  border: 1px solid rgba(var(--acRGB), .42);
  background: linear-gradient(178deg, rgba(var(--acRGB), .12), rgba(var(--acRGB), .02) 42%, rgba(255, 255, 255, 0));
  box-shadow: 0 40px 90px -50px rgba(var(--acRGB), .9);
  transform: none;
}
.lc-plan.is-highlighted::before {
  content: "Beliebt";
  position: absolute; top: -11px; left: 30px;
  padding: 5px 13px; border-radius: 999px;
  background: var(--ac); color: var(--ac-ink);
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}
.lc-plan.is-highlighted .lc-plan-name { color: var(--ac); }
.lc-plan.is-highlighted .lc-plan-price { font-size: 44px; }
.lc-plan.is-highlighted .lc-plan-features { color: rgba(244, 245, 246, .82); }
.lc-plan.is-highlighted .lc-btn { padding: 14px; font-weight: 600; }

/* ---------- FAQ ---------- */

.lc-faq-list { display: flex; flex-direction: column; gap: 10px; max-width: none; }
.lc-faq .lc-section-header { margin-bottom: 44px; }
.lc-faq-item {
  margin: 0; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .03);
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.lc-faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 24px;
  font-family: var(--font-body); font-size: 16.5px; font-weight: 500;
  color: #F4F5F6;
}
.lc-faq-item summary:hover { background: rgba(255, 255, 255, .04); }
/* Runder +/− Knopf statt Pfeil */
.lc-faq-item summary::after {
  content: "+";
  position: static; translate: none; rotate: none;
  display: flex; align-items: center; justify-content: center;
  flex: none; width: 28px; height: 28px;
  border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%;
  color: var(--ac); font-size: 15px; line-height: 1;
  transition: background .15s ease, border-color .15s ease;
}
.lc-faq-item[open] summary::after { content: "−"; rotate: none; translate: none; }
.lc-faq-answer {
  padding: 0 24px 22px; max-width: 640px;
  font-size: 15.5px; line-height: 1.66; color: rgba(244, 245, 246, .6);
}

/* ---------- Abschluss-CTA ---------- */

.blocks-flow > .lc-cta {
  max-width: none;
  margin-top: 126px;
  padding: 0 30px;
  background: none;
}
.lc-cta-muted { border: 0; }
.lc-cta-muted .lc-cta-inner { border: 0; }
.lc-cta-inner {
  position: relative; max-width: 1180px; margin: 0 auto;
  padding: 88px 40px 92px;
  border-radius: 32px; overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(150deg, #101416 0%, #0B0D0E 55%, #0A1210 100%);
  text-align: center;
}
.lc-cta-inner::before {
  content: ""; position: absolute; left: 50%; top: -40%;
  width: 70%; height: 120%; transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(var(--acRGB), .2), rgba(var(--acRGB), 0) 62%);
  filter: blur(20px);
}
.lc-cta-inner > * { position: relative; }
.lc-cta-title {
  margin: 0 0 20px; font-family: var(--font-head);
  font-size: clamp(34px, 4.6vw, 58px); font-weight: 600;
  letter-spacing: -.035em; line-height: 1.03; color: #fff;
}
.lc-cta-text {
  margin: 0 auto 28px; max-width: 480px;
  font-size: 17px; line-height: 1.6; color: rgba(244, 245, 246, .62);
}
.lc-cta .lc-btn { padding: 15px 28px; }

/* ---------- Kennzahlen-Sektion ---------- */

.blocks-flow > .lc-stats { margin-top: 110px; padding-block: 0; background: none; }
.lc-stats-grid {
  max-width: 1180px; margin: 0 auto; padding: 0 30px;
  gap: 1px; border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px; overflow: hidden; padding: 0;
  background: rgba(255, 255, 255, .09);
}
.lc-stats .lc-stat {
  display: flex; flex-direction: column; gap: 4px;
  padding: 24px 26px; background: rgba(12, 14, 15, .66); text-align: left;
}
.lc-stats .lc-stat-value { font-size: 30px; }
.lc-stats .lc-stat-label { font-size: 13px; color: rgba(244, 245, 246, .5); opacity: 1; }

@media (max-width: 900px) {
  .blocks-flow > .lc-features,
  .blocks-flow > .lc-media-text,
  .blocks-flow > .lc-image-cards,
  .blocks-flow > .lc-testimonials,
  .blocks-flow > .lc-pricing,
  .blocks-flow > .lc-faq,
  .blocks-flow > .lc-team,
  .blocks-flow > .lc-logos { padding: 76px 22px 0; }
  .lc-media-text { gap: 34px; }
  .lc-cta-inner { padding: 60px 24px 64px; border-radius: 24px; }
  .blocks-flow > .lc-cta { margin-top: 84px; padding: 0 22px; }
}

/* ---------- Footer wie im Onepager ---------- */

.site-footer {
  position: relative;
  margin-top: 96px;
  border-top: 0;
  background: none;
}
.footer-inner {
  max-width: 1180px;
  padding: 44px 30px 34px;
  align-items: center;
}
.footer-tagline {
  margin-top: 4px;
  font-size: 13.5px;
  color: rgba(244, 245, 246, .42);
}
.footer-nav .nav-list { gap: 6px; }
.footer-nav .nav-list a {
  padding: 7px 11px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(244, 245, 246, .55);
}
.footer-meta {
  max-width: 1180px;
  padding: 0 30px 40px;
  border-top: 0;
  font-size: 12.5px;
  color: rgba(244, 245, 246, .3);
}

/* Tabellen bleiben auch mit vielen Spalten bedienbar und greifen die
   halbtransparenten Violet-Flächen auf. */
.lc-table-scroll {
  background: linear-gradient(145deg, rgba(20, 23, 24, .92), rgba(10, 11, 12, .96));
  border-color: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}
.lc-table thead th { background: rgba(var(--acRGB), .1); }
.lc-table caption { border-bottom-color: rgba(var(--acRGB), .16); }
.lc-table th, .lc-table td { border-color: rgba(255, 255, 255, .07); }
.lc-table.is-striped tbody tr:nth-child(even) { background: rgba(var(--acRGB), .045); }

/* ---------- Staggered Scroll-Reveals ---------- */

.nv-reveal {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 26px, 0);
  transition:
    opacity .8s cubic-bezier(.2, .8, .3, 1),
    transform .8s cubic-bezier(.2, .8, .3, 1),
    filter .8s cubic-bezier(.2, .8, .3, 1);
  transition-delay: var(--nv-reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.nv-reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .nv-reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
  .nv-scroll-progress { display: none; }
}

@media (max-width: 900px) {
  .lc-hcin {
    height: auto;
    min-height: 100svh;
    align-items: stretch;
    padding: max(96px, calc(env(safe-area-inset-top) + 78px)) 0 max(32px, env(safe-area-inset-bottom));
  }
  .lc-hcin-inner { padding-inline: 22px; }
  .lc-hcin-copy {
    gap: 18px;
    max-width: 680px;
    margin-top: clamp(10px, 4vh, 36px);
  }
  .lc-hcin-title {
    font-size: clamp(44px, 11vw, 68px);
    line-height: 1;
  }
  .lc-hcin .lc-buttons { gap: 10px; }
  .lc-hcin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  html {
    overflow-x: clip;
    scrollbar-gutter: auto;
  }
  body::before { opacity: .025; }
  .site-header:has(.header-pill) { padding: 10px 14px; }
  .header-pill { padding: 9px 10px 9px 16px; }
  .header-pill .header-cta { padding: 9px 15px; }

  /* Header und Dropdown verwenden im geöffneten Zustand dieselbe Glasfläche.
     So bleibt das Hero sichtbar weich verschwommen, ohne oben durchzubrechen. */
  body.nav-open .site-header.has-overlay,
  body.nav-open .header-pill,
  .site-nav.is-open,
  .header-pill .site-nav.is-open {
    background: rgba(12, 14, 15, .96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .site-nav.is-open,
  .header-pill .site-nav.is-open { border: 0; }

  /* visibility entfernt den mittleren Balken vollständig. Nur opacity kann
     in Chrome auf iOS durch Subpixel-Rasterung einen kleinen Rest behalten. */
  .nav-open .nav-toggle-box span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
    visibility: hidden;
  }

  .lc-hcin {
    padding-top: max(160px, calc(env(safe-area-inset-top) + 142px));
    padding-bottom: max(26px, env(safe-area-inset-bottom));
  }
  .lc-hcin-inner { padding-inline: 20px; }
  .lc-hcin-copy {
    gap: 16px;
    margin-top: 4px;
  }
  .lc-hcin-title {
    font-size: clamp(40px, 12.2vw, 54px);
    line-height: 1.01;
    letter-spacing: -.04em;
  }
  .lc-hcin-line { white-space: normal; }
  .lc-hcin-text {
    max-width: 34em;
    font-size: 16px;
    line-height: 1.55;
  }
  .lc-hcin .lc-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 2px;
  }
  .lc-hcin .lc-btn {
    width: auto;
    min-width: 0;
    min-height: 46px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.2;
    white-space: normal;
  }
  .lc-hcin-stats {
    margin-top: 24px !important;
    border-radius: 15px;
  }
  .lc-hcin-stat { padding: 14px 15px; }
  .lc-hcin-stat-value { font-size: 24px; }
  .lc-hcin-stat-label { font-size: 11.5px; line-height: 1.3; }

  .blocks-flow > .lc-features,
  .blocks-flow > .lc-media-text,
  .blocks-flow > .lc-image-cards,
  .blocks-flow > .lc-testimonials,
  .blocks-flow > .lc-pricing,
  .blocks-flow > .lc-faq,
  .blocks-flow > .lc-team,
  .blocks-flow > .lc-logos {
    padding: 72px 20px 0;
  }
  .lc-features-grid,
  .lc-image-cards-grid,
  .lc-testimonials-grid,
  .lc-pricing-grid {
    grid-template-columns: 1fr !important;
    margin-top: 36px;
  }
  .lc-media-text {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .lc-media-right .lc-media-text-media { order: 2; }
  .lc-media-text-media::before { right: 0; }
  .lc-media-text-body { gap: 16px; }
  .lc-media-text-media img,
  .lc-media-text-media .lc-ph { border-radius: 20px; }

  .blocks-flow > .lc-logo-slider { margin-top: 78px; padding-block: 28px; }
  .lc-logo-group { gap: 48px; padding-right: 48px; }

  .lc-faq .lc-section-header { margin-bottom: 32px; }
  .lc-faq-item summary { padding: 17px 18px; font-size: 15.5px; }
  .lc-faq-answer { padding: 0 18px 18px; font-size: 14.5px; }

  .blocks-flow > .lc-cta { margin-top: 80px; padding-inline: 20px; }
  .lc-cta-inner { padding: 54px 22px 58px; border-radius: 24px; }
  .lc-cta-title { font-size: clamp(32px, 10vw, 44px); }

  .site-footer { margin-top: 76px; }
  .footer-inner { padding: 36px 20px 24px; }
  .footer-meta { padding: 0 20px 30px; }
}
