/* Livestream Landing Page — extends Waldfilm design system
   Production build: single responsive page.
   Mobile state kicks in at <= 820px; tablet grid easing at <= 1080px. */

html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { overflow-x: hidden; }

/* ─── Global SVG sizing guardrails ─── */
/* Icons in these contexts constrain inline SVGs that ship without width/height attrs. */
.ll-head-phone svg { width: 18px; height: 18px; flex-shrink: 0; }
.ll-hero-meta svg { width: 16px; height: 16px; flex-shrink: 0; }
.ll-promise > svg { width: 20px; height: 20px; flex-shrink: 0; }
.ll-sticky-cta a svg { width: 18px; height: 18px; flex-shrink: 0; }
.ll-faq-q-icon svg { width: 14px; height: 14px; }
.wf-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.ll-form-submit svg { width: 18px; height: 18px; flex-shrink: 0; }
.ll-head-cta svg { width: 14px; height: 14px; flex-shrink: 0; }
.ll-ci-icon svg { width: 18px; height: 18px; }
.ll-usecase-icon svg { width: 24px; height: 24px; }
.ll-spec-icon svg { width: 18px; height: 18px; }
.ll-node-icon svg { width: 18px; height: 18px; }
.ll-form-success-icon svg { width: 28px; height: 28px; }
.ll-bc-badge svg { width: 14px; height: 14px; }
.ll-bc-feat-icon svg { width: 21px; height: 21px; }
.ll-testi-quote { width: 28px; height: 28px; }

/* ─── Page container ─── */
.ll-container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* ─── Header (simplified — single-page, no nav) ─── */
.ll-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(10,10,10,0.88); backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  height: 64px;
  display: flex; align-items: center;
}
.ll-header-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.ll-header img { height: 28px; display: block; }
.ll-header .ll-head-cta {
  font-size: 13px; font-weight: 600;
  padding: 10px 18px; border-radius: 9999px;
  background: var(--brand); color: #fff;
  text-decoration: none; border: 0;
  cursor: pointer; font-family: var(--font-sans);
  transition: filter 200ms;
}
.ll-header .ll-head-cta:hover { filter: brightness(1.1); }
.ll-head-actions { display: flex; align-items: center; gap: 20px; }
.ll-head-phone {
  display: flex; align-items: center; gap: 8px;
  color: var(--fg-muted); font-size: 13px; text-decoration: none;
  transition: color 200ms;
}
.ll-head-phone:hover { color: var(--brand); }
.ll-head-phone-mobile { display: none; }

/* ─── Hero ─── */
.ll-hero {
  position: relative;
  min-height: 720px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: 80px 32px 96px;
}
.ll-hero-bg {
  position: absolute; inset: 0;
  background: url('hero-bg.jpg') center/cover no-repeat;
  background-image: image-set(url('hero-bg.webp') type('image/webp'), url('hero-bg.jpg') type('image/jpeg'));
  filter: brightness(0.55) saturate(0.9);
}
.ll-hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(62,168,62,0.18), transparent 55%),
    linear-gradient(180deg, rgba(10,10,10,0.75) 0%, rgba(10,10,10,0.5) 40%, rgba(10,10,10,0.95) 100%);
}
/* Live indicator pulse */
.ll-live-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(229,72,77,0.14);
  border: 1px solid rgba(229,72,77,0.35);
  border-radius: 9999px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #ff6b6e;
}
.ll-live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ff3b3f;
  box-shadow: 0 0 0 0 rgba(255,59,63,0.5);
  animation: ll-pulse 1.8s infinite;
}
@keyframes ll-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,59,63,0.6); }
  70% { box-shadow: 0 0 0 10px rgba(255,59,63,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,59,63,0); }
}

.ll-hero-content {
  position: relative; z-index: 2;
  max-width: 1100px; width: 100%;
  text-align: center;
}
.ll-hero h1 {
  font-family: var(--font-sans);
  font-weight: 800; letter-spacing: -0.025em; line-height: 1.02;
  font-size: clamp(40px, 5.6vw, 76px);
  margin: 24px 0 20px;
  color: var(--fg);
}
.ll-hero h1 em {
  font-style: normal; color: var(--brand);
  display: inline-block;
  position: relative;
}
.ll-hero-sub {
  font-size: clamp(16px, 1.3vw, 19px);
  color: rgba(237,237,237,0.82);
  line-height: 1.55;
  max-width: 720px;
  margin: 0 auto 36px;
  font-weight: 400;
}
.ll-hero-ctas {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.ll-hero-ctas .wf-btn { min-height: 52px; }

.ll-hero-meta {
  display: flex; justify-content: center; gap: 32px;
  margin-top: 40px; flex-wrap: wrap;
  color: var(--fg-muted); font-size: 13px;
}
.ll-hero-meta div { display: flex; align-items: center; gap: 8px; }
.ll-hero-meta svg { color: var(--brand); }

/* ─── Trust bar (logo strip) ─── */
.ll-trust {
  padding: 32px 0 36px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-elevated);
}
.ll-trust-head {
  text-align: center;
  color: var(--fg-muted); font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 22px;
}
.ll-trust-logos {
  display: flex; align-items: center; justify-content: center;
  gap: 44px; flex-wrap: wrap;
}
.ll-trust-logos img {
  height: 26px; width: auto; object-fit: contain;
  background: #fff; padding: 8px 13px; border-radius: 8px;
  opacity: 0.82; filter: grayscale(1);
  transition: opacity 200ms, filter 200ms;
}
.ll-trust-logos img:hover { opacity: 1; filter: none; }

/* ─── Section headings ─── */
.ll-section { padding: 112px 0; }
.ll-section-alt { background: var(--bg-elevated); }
.ll-section-head {
  text-align: center; max-width: 760px; margin: 0 auto 64px;
}
.ll-section-head .wf-eyebrow { display: block; margin-bottom: 14px; }
.ll-section-head h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800; letter-spacing: -0.025em; line-height: 1.1;
  margin: 0 0 16px;
  color: var(--fg);
}
.ll-section-head p {
  font-size: 17px; line-height: 1.6; color: var(--fg-muted);
  margin: 0 auto; max-width: 640px;
}

/* ─── Use Cases Grid ─── */
.ll-usecases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ll-usecase {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 28px;
  transition: all 400ms var(--ease-out);
  position: relative;
  overflow: hidden;
}
.ll-usecase:hover {
  border-color: rgba(62,168,62,0.4);
  transform: translateY(-3px);
  box-shadow: var(--shadow-brand);
}
.ll-usecase-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--brand-soft); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: background 300ms;
}
.ll-usecase-icon svg { width: 24px; height: 24px; }
.ll-usecase:hover .ll-usecase-icon { background: rgba(62,168,62,0.22); }
.ll-usecase h3 {
  margin: 0 0 8px; font-size: 19px; font-weight: 700;
  letter-spacing: -0.01em; color: var(--fg);
}
.ll-usecase p {
  margin: 0; color: var(--fg-muted);
  font-size: 14.5px; line-height: 1.55;
}

/* ─── Setup photo banner ─── */
.ll-setup-photo {
  position: relative; height: 440px; margin: 0 0 44px;
  border-radius: 18px; overflow: hidden; border: 1px solid var(--border);
}
.ll-setup-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; display: block;
}
.ll-setup-photo-cap {
  position: absolute; left: 16px; bottom: 16px; z-index: 2;
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: #fff; font-weight: 500;
  background: rgba(10,10,10,0.7); backdrop-filter: blur(6px);
  padding: 7px 14px; border-radius: 9999px; border: 1px solid rgba(255,255,255,0.1);
}
.ll-setup-photo-cap .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); flex-shrink: 0; }

/* ─── Setup Interactive ─── */
.ll-setup-viz {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 48px 32px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.ll-setup-viz::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(62,168,62,0.06), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(62,168,62,0.06), transparent 50%);
  pointer-events: none;
}
.ll-diagram {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 24px;
  align-items: center;
  position: relative;
  min-height: 380px;
}
.ll-diagram-col { display: flex; flex-direction: column; gap: 12px; }
.ll-diagram-col-center {
  display: flex; align-items: center; justify-content: center;
  position: relative;
  min-height: 380px;
}
.ll-switcher {
  width: 220px; padding: 24px 22px;
  background: linear-gradient(180deg, rgba(62,168,62,0.18), rgba(62,168,62,0.05));
  border: 1px solid rgba(62,168,62,0.4);
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 0 40px -10px rgba(62,168,62,0.35);
  position: relative; z-index: 3;
}
.ll-switcher-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand); font-weight: 700; margin-bottom: 8px; }
.ll-switcher-title { font-size: 17px; font-weight: 700; color: var(--fg); margin-bottom: 4px; letter-spacing: -0.01em; }
.ll-switcher-sub { font-size: 12px; color: var(--fg-muted); }
.ll-switcher-mini {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 4px;
  margin-top: 14px;
}
.ll-switcher-mini span {
  height: 14px; border-radius: 3px;
  background: rgba(62,168,62,0.25);
}
.ll-switcher-mini span.on {
  background: var(--brand);
  box-shadow: 0 0 8px rgba(62,168,62,0.8);
}

.ll-node {
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex; align-items: center; gap: 12px;
  font-size: 13.5px;
  color: var(--fg);
  cursor: pointer;
  transition: all 250ms var(--ease-out);
  position: relative;
  text-align: left; width: 100%; font-family: var(--font-sans);
}
.ll-node:hover, .ll-node.active {
  border-color: rgba(62,168,62,0.5);
  background: var(--surface-raised);
  transform: translateX(2px);
}
.ll-node.right:hover, .ll-node.right.active { transform: translateX(-2px); }
.ll-node-icon {
  width: 34px; height: 34px; flex-shrink: 0;
  border-radius: 8px;
  background: var(--brand-soft); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
}
.ll-node-icon svg { width: 18px; height: 18px; }
.ll-node-label { font-weight: 600; letter-spacing: -0.005em; }
.ll-node-sub { font-size: 11.5px; color: var(--fg-muted); margin-top: 2px; }
.ll-node-text { min-width: 0; flex: 1; }

.ll-diagram-lines {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
}
.ll-diagram-group-label {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--fg-muted); font-weight: 700;
  margin-bottom: 6px; padding-left: 4px;
}

.ll-setup-detail {
  margin-top: 28px;
  min-height: 92px;
  padding: 20px 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--fg-muted);
  font-size: 14px; line-height: 1.6;
  transition: all 300ms;
}
.ll-setup-detail strong { color: var(--fg); display: block; margin-bottom: 4px; font-size: 15px; font-weight: 700; }

/* Setup spec blocks (mobile + secondary view) */
.ll-setup-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ll-spec {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px 24px;
}
.ll-spec-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ll-spec-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--brand-soft); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
}
.ll-spec h3 { margin: 0; font-size: 16px; font-weight: 700; color: var(--fg); letter-spacing: -0.01em; }
.ll-spec ul { list-style: none; padding: 0; margin: 0; }
.ll-spec li {
  padding: 9px 0 9px 22px;
  position: relative;
  font-size: 13.5px; color: var(--fg-muted); line-height: 1.5;
  border-bottom: 1px solid rgba(46,46,46,0.6);
}
.ll-spec li:last-child { border-bottom: 0; }
.ll-spec li::before {
  content: ""; position: absolute; left: 0; top: 14px;
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(62,168,62,0.2);
  border: 2px solid rgba(62,168,62,0.5);
}
.ll-spec li strong { color: var(--fg); font-weight: 600; }

/* ─── Timeline (Ablauf) ─── */
.ll-timeline {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  max-width: 1100px; margin: 0 auto;
}
.ll-timeline::before {
  content: ""; position: absolute;
  top: 32px; left: 8%; right: 8%; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(62,168,62,0.4), rgba(62,168,62,0.4), transparent);
  z-index: 0;
}
.ll-tl-step { position: relative; text-align: center; padding-top: 80px; }
.ll-tl-num {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--bg-elevated);
  border: 2px solid rgba(62,168,62,0.4);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 800;
  z-index: 2;
  transition: all 300ms;
}
.ll-tl-step:hover .ll-tl-num {
  background: var(--brand); color: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 0 8px rgba(62,168,62,0.15);
  transform: translateX(-50%) scale(1.05);
}
.ll-tl-step h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; letter-spacing: -0.01em; }
.ll-tl-step p { margin: 0; font-size: 13.5px; color: var(--fg-muted); line-height: 1.55; padding: 0 8px; }

/* ─── Why Waldfilm ─── */
.ll-why-top {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 56px;
}
.ll-why-pillar {
  padding: 32px 28px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 16px;
}
.ll-why-pillar .ll-why-num {
  font-family: var(--font-sans); font-size: 14px; font-weight: 700;
  color: var(--brand); letter-spacing: 0.08em;
  display: block; margin-bottom: 16px;
}
.ll-why-pillar h3 {
  margin: 0 0 10px; font-size: 22px; font-weight: 700;
  letter-spacing: -0.01em; line-height: 1.2;
}
.ll-why-pillar p { margin: 0; color: var(--fg-muted); font-size: 14.5px; line-height: 1.6; }

.ll-why-diff {
  padding: 40px 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
}
.ll-why-diff-title {
  font-size: 15px; font-weight: 700;
  margin: 0 0 24px;
  color: var(--fg);
}
.ll-why-diff-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 32px;
  list-style: none; padding: 0; margin: 0;
}
.ll-why-diff-list li {
  padding-left: 32px; position: relative;
  font-size: 14.5px; line-height: 1.55;
  color: var(--fg);
}
.ll-why-diff-list li::before {
  content: ""; position: absolute; left: 0; top: 2px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--brand-soft)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233ea83e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center/12px no-repeat;
}

/* ════════════════════════════════════════════════
   BROADCAST GRAPHICS — flagship section (KI-Einblender)
   ════════════════════════════════════════════════ */
.ll-bc { padding: 120px 0; position: relative; overflow: hidden; }
.ll-bc::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 75% 35%, rgba(62,168,62,0.08), transparent 70%);
  pointer-events: none;
}
.ll-bc-grid {
  display: grid; grid-template-columns: 1fr 1.12fr; gap: 64px;
  align-items: center; max-width: 1280px; margin: 0 auto;
  padding: 0 32px;
  position: relative; z-index: 1;
}
.ll-bc-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 9999px;
  background: var(--brand-soft); border: 1px solid rgba(62,168,62,0.32);
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand); margin-bottom: 22px;
}
.ll-bc-badge svg { width: 14px; height: 14px; }
.ll-bc h2 {
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 800; letter-spacing: -0.028em; line-height: 1.06;
  margin: 0 0 18px; color: var(--fg);
}
.ll-bc h2 em { font-style: normal; color: var(--brand); }
.ll-bc-lead {
  font-size: 17px; line-height: 1.62; color: var(--fg-muted); margin: 0 0 36px;
}
.ll-bc-lead b { color: var(--fg); font-weight: 600; }
.ll-bc-features { display: flex; flex-direction: column; gap: 22px; margin: 0 0 36px; }
.ll-bc-feat { display: flex; gap: 16px; align-items: flex-start; }
.ll-bc-feat-icon {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 11px;
  background: var(--brand-soft); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
}
.ll-bc-feat-icon svg { width: 21px; height: 21px; }
.ll-bc-feat h4 { margin: 2px 0 4px; font-size: 16px; font-weight: 700; color: var(--fg); letter-spacing: -0.01em; }
.ll-bc-feat p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--fg-muted); }
.ll-bc-feat p strong { color: var(--fg); font-weight: 600; }

/* ── Realistic broadcast frame ── */
.ll-bc-frame {
  position: relative; aspect-ratio: 16/9; width: 100%;
  border-radius: 14px; overflow: hidden;
  background: #000; border: 1px solid var(--border-strong);
  box-shadow: 0 30px 70px -25px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,255,255,0.02) inset;
}
.ll-bc-frame > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.ll-bc-frame-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(to top, rgba(5,5,5,0.7) 0%, transparent 35%),
    linear-gradient(to bottom, rgba(5,5,5,0.45) 0%, transparent 28%);
}
.ll-bc-frame > *:not(img):not(.ll-bc-frame-scrim) { z-index: 2; }

/* LIVE bug */
.ll-bc-live-bug {
  position: absolute; top: 16px; left: 16px;
  display: flex; align-items: center; gap: 7px;
  padding: 6px 11px; border-radius: 6px;
  background: rgba(229,59,63,0.92);
  font-size: 11px; font-weight: 800; letter-spacing: 0.12em; color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.ll-bc-live-bug .dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; }
/* Timer */
.ll-bc-timer {
  position: absolute; top: 16px; right: 16px;
  padding: 6px 12px; border-radius: 6px;
  background: rgba(10,10,10,0.66); backdrop-filter: blur(6px);
  font-family: var(--font-mono, monospace); font-size: 12px; font-weight: 600;
  color: var(--fg); letter-spacing: 0.04em;
  border: 1px solid rgba(255,255,255,0.08);
}
/* Program tag (frame chrome) */
.ll-bc-prog-tag {
  position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%);
  padding: 5px 12px; border-radius: 6px;
  background: rgba(62,168,62,0.92); color: #fff;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4); white-space: nowrap;
}

/* Logo bug */
.ll-bc-logo-bug { position: absolute; bottom: 16px; right: 16px; opacity: 0.92; }
.ll-bc-logo-bug img { height: 20px; width: auto; display: block; filter: drop-shadow(0 1px 4px rgba(0,0,0,0.6)); }

/* Below-frame caption */
.ll-bc-cap {
  display: flex; align-items: center; gap: 9px; justify-content: center;
  margin-top: 18px; color: var(--fg-dim); font-size: 12.5px;
}
.ll-bc-cap .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); flex-shrink: 0; }

/* ════════════════════════════════════════════════
   Distributed work imagery — full-bleed showcase band
   ════════════════════════════════════════════════ */
.ll-showcase { position: relative; height: 460px; overflow: hidden; background: #000; }
.ll-showcase .ll-showcase-img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.ll-showcase-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(5,5,5,0.85) 0%, rgba(5,5,5,0.45) 45%, rgba(5,5,5,0.1) 100%);
}
.ll-showcase-content {
  position: absolute; z-index: 2; top: 0; bottom: 0;
  display: flex; flex-direction: column; justify-content: center;
  max-width: 1280px; left: 50%; transform: translateX(-50%); width: 100%;
  padding: 0 32px;
}
.ll-showcase-inner { max-width: 520px; }
.ll-showcase .wf-eyebrow { display: block; margin-bottom: 14px; }
.ll-showcase h2 {
  font-size: clamp(28px, 3.4vw, 44px); font-weight: 800; letter-spacing: -0.025em;
  line-height: 1.1; margin: 0 0 14px; color: var(--fg);
}
.ll-showcase p { font-size: 16px; line-height: 1.6; color: rgba(237,237,237,0.8); margin: 0; }
.ll-showcase-tag {
  position: absolute; bottom: 20px; right: 24px; z-index: 2;
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: rgba(237,237,237,0.6);
  background: rgba(10,10,10,0.5); backdrop-filter: blur(6px);
  padding: 6px 12px; border-radius: 9999px; border: 1px solid rgba(255,255,255,0.08);
}
.ll-showcase-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }

/* Split work image (in Why section) */
.ll-why-visual {
  position: relative; border-radius: 18px; overflow: hidden;
  border: 1px solid var(--border); aspect-ratio: 4/3; background: var(--surface);
}
.ll-why-visual .ll-why-visual-img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 36%; }
.ll-why-visual-cap {
  position: absolute; left: 16px; bottom: 16px; z-index: 2;
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #fff; font-weight: 500;
  background: rgba(10,10,10,0.7); backdrop-filter: blur(6px);
  padding: 7px 13px; border-radius: 9999px; border: 1px solid rgba(255,255,255,0.1);
}
.ll-why-visual-cap .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.ll-why-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 56px; }
.ll-why-split .ll-why-diff { margin: 0; }
.ll-why-split .ll-why-diff-list { grid-template-columns: 1fr; gap: 14px; }

/* ─── Testimonials ─── */
.ll-testi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-bottom: 56px;
}
.ll-testi {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 16px; padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
}
.ll-testi-quote {
  color: rgba(62,168,62,0.35); width: 28px; height: 28px;
}
.ll-testi blockquote {
  margin: 0; font-size: 15.5px; line-height: 1.6;
  color: var(--fg); font-weight: 500;
}
.ll-testi-cite {
  font-size: 13px; color: var(--fg-muted); font-style: normal;
  padding-top: 14px; border-top: 1px solid var(--border);
  margin-top: auto;
}
.ll-testi-cite b { color: var(--fg); font-weight: 600; display: block; font-size: 14px; }

.ll-testi-logos-title {
  text-align: center; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--fg-muted);
  font-weight: 600; margin: 0 0 20px;
}
.ll-testi-logos {
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: wrap;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ll-testi-logos img {
  height: 24px; width: auto; object-fit: contain;
  background: #fff; padding: 8px 13px; border-radius: 8px;
  opacity: 0.82; filter: grayscale(1);
  transition: opacity 200ms, filter 200ms;
}
.ll-testi-logos img:hover { opacity: 1; filter: none; }

/* ─── FAQ ─── */
.ll-faq-list { max-width: 860px; margin: 0 auto; }
.ll-faq-item {
  border-bottom: 1px solid var(--border);
}
.ll-faq-item:first-child { border-top: 1px solid var(--border); }
.ll-faq-q {
  width: 100%; text-align: left;
  background: transparent; border: 0; color: var(--fg);
  font-family: var(--font-sans); font-size: 16.5px; font-weight: 600;
  padding: 22px 40px 22px 0;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  position: relative;
  transition: color 200ms;
  letter-spacing: -0.005em;
}
.ll-faq-q:hover { color: var(--brand); }
.ll-faq-q-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  border-radius: 50%; background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  color: var(--brand); transition: all 300ms;
}
.ll-faq-item.open .ll-faq-q-icon { transform: rotate(45deg); background: var(--brand); color: #fff; }
.ll-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 400ms var(--ease-out), padding 300ms;
  color: var(--fg-muted); font-size: 15px; line-height: 1.65;
  padding: 0 40px 0 0;
}
.ll-faq-item.open .ll-faq-a { max-height: 400px; padding: 0 40px 26px 0; }
.ll-faq-a p { margin: 0; padding-top: 0; }

/* ─── Contact ─── */
.ll-contact-grid {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  max-width: 1200px; margin: 0 auto;
  align-items: start;
}
.ll-contact-left h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800; letter-spacing: -0.025em; line-height: 1.1;
  margin: 14px 0 16px;
}
.ll-contact-left > p {
  font-size: 16px; line-height: 1.6; color: var(--fg-muted); margin: 0 0 32px;
}
.ll-contact-info {
  display: flex; flex-direction: column; gap: 18px;
  margin-bottom: 28px;
}
.ll-ci-row {
  display: flex; gap: 14px; align-items: flex-start;
}
.ll-ci-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 10px;
  background: var(--brand-soft); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
}
.ll-ci-icon svg { width: 18px; height: 18px; }
.ll-ci-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-muted); font-weight: 600; display: block; margin-bottom: 2px; }
.ll-ci-value { font-size: 15px; color: var(--fg); text-decoration: none; font-weight: 500; }
.ll-ci-value:hover { color: var(--brand); }
.ll-promise {
  padding: 18px 20px;
  background: rgba(62,168,62,0.08);
  border: 1px solid rgba(62,168,62,0.22);
  border-radius: 12px;
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; line-height: 1.55; color: var(--fg);
}
.ll-promise svg { color: var(--brand); flex-shrink: 0; margin-top: 1px; }
.ll-promise b { color: var(--fg); font-weight: 700; }

/* Form */
.ll-form-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 32px;
}
.ll-form {
  display: flex; flex-direction: column; gap: 16px;
}
.ll-form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.ll-form label {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 12.5px; font-weight: 600; color: var(--fg);
  letter-spacing: 0.01em;
}
.ll-form label .req { color: var(--brand); }
.ll-form input, .ll-form select, .ll-form textarea {
  width: 100%; min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--border); border-radius: 10px;
  background: var(--bg); color: var(--fg);
  font-family: var(--font-sans); font-size: 14.5px;
  font-weight: 400; outline: none;
  transition: all 200ms;
  appearance: none;
}
.ll-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238c8c8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 36px;
}
.ll-form input::placeholder, .ll-form textarea::placeholder { color: var(--fg-dim); }
.ll-form input:focus, .ll-form select:focus, .ll-form textarea:focus {
  border-color: var(--brand); background: var(--bg-elevated);
  box-shadow: 0 0 0 3px rgba(62,168,62,0.18);
}
.ll-form textarea { resize: vertical; min-height: 110px; padding-top: 12px; }
.ll-form-checkbox {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 12.5px; color: var(--fg-muted); line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
}
.ll-form-checkbox input[type="checkbox"] {
  width: 18px; height: 18px; min-height: 18px;
  padding: 0; margin: 1px 0 0;
  appearance: none; -webkit-appearance: none;
  border: 1px solid var(--border-strong); border-radius: 4px;
  background: var(--bg);
  cursor: pointer; flex-shrink: 0;
  transition: all 200ms;
}
.ll-form-checkbox input[type="checkbox"]:checked {
  background: var(--brand); border-color: var(--brand);
  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='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-position: center; background-repeat: no-repeat;
}
.ll-form-checkbox.err input[type="checkbox"] { border-color: rgba(229,72,77,0.7); }
.ll-form-checkbox a { color: var(--brand); text-decoration: underline; text-underline-offset: 2px; }
.ll-form-submit {
  height: 54px; border: 0; border-radius: 9999px;
  background: var(--brand); color: #fff;
  font-family: var(--font-sans); font-size: 15.5px; font-weight: 700;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: all 200ms;
  box-shadow: var(--shadow-md);
  letter-spacing: -0.005em;
}
.ll-form-submit:hover {
  filter: brightness(1.08);
  box-shadow: var(--shadow-hover-brand);
}
.ll-form-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.ll-form-note { margin: 0; font-size: 12px; color: var(--fg-dim); text-align: center; }
.ll-form-error {
  margin: 0; font-size: 13px; line-height: 1.5; text-align: center;
  color: #ff8a8d;
  background: rgba(229,72,77,0.1);
  border: 1px solid rgba(229,72,77,0.35);
  border-radius: 10px; padding: 12px 14px;
}
.ll-form-error a { color: #ff8a8d; font-weight: 600; }

.ll-form-success {
  background: rgba(62,168,62,0.1);
  border: 1px solid rgba(62,168,62,0.35);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  animation: ll-success-in 500ms var(--ease-out);
}
@keyframes ll-success-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.ll-form-success-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--brand); color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.ll-form-success h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: var(--fg); letter-spacing: -0.01em; }
.ll-form-success p { margin: 0; font-size: 14.5px; color: var(--fg-muted); line-height: 1.55; }

/* Field error */
.ll-form input.err, .ll-form select.err, .ll-form textarea.err {
  border-color: rgba(229,72,77,0.5);
}

/* ─── Mid CTA band ─── */
.ll-midcta {
  padding: 80px 0;
  text-align: center;
  background: #000 url('hero-bg.jpg') center/cover;
  background-image: image-set(url('hero-bg.webp') type('image/webp'), url('hero-bg.jpg') type('image/jpeg'));
  position: relative;
}
.ll-midcta::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.88), rgba(10,10,10,0.96));
}
.ll-midcta-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; padding: 0 32px; }
.ll-midcta h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 800; letter-spacing: -0.025em; line-height: 1.1;
  margin: 0 0 14px;
}
.ll-midcta p { font-size: 16px; color: var(--fg-muted); margin: 0 0 28px; }

/* ─── Footer ─── */
.ll-footer {
  background: #000; padding: 64px 0 28px;
  color: rgba(237,237,237,0.55);
  border-top: 1px solid #161616;
}
.ll-footer-top {
  display: grid; grid-template-columns: 2fr 1fr; gap: 40px;
}
.ll-footer img { height: 36px; width: auto; display: block; margin-bottom: 16px; }
.ll-footer-col p { margin: 0; font-size: 13.5px; line-height: 1.6; }
.ll-footer-col h4 {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700; color: rgba(237,237,237,0.45);
  margin: 0 0 16px;
}
.ll-footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ll-footer-col a { color: rgba(237,237,237,0.6); text-decoration: none; font-size: 13.5px; transition: color 200ms; }
.ll-footer-col a:hover { color: var(--brand); }
.ll-footer-bottom {
  margin-top: 48px; padding-top: 24px;
  border-top: 1px solid rgba(237,237,237,0.08);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: rgba(237,237,237,0.35);
  flex-wrap: wrap; gap: 12px;
}
.ll-footer-legal { display: flex; gap: 22px; }
.ll-footer-legal a { font-size: 12px; color: rgba(237,237,237,0.4); }

/* ─── Sticky bottom CTA (mobile only) ─── */
.ll-sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 45;
  background: rgba(10,10,10,0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--border);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  display: none;
  gap: 10px;
}
.ll-sticky-cta a {
  flex: 1;
  height: 48px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 9999px;
  font-size: 14px; font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.005em;
  transition: all 200ms;
}
.ll-sticky-cta .ll-sticky-primary { background: var(--brand); color: #fff; flex: 2; }
.ll-sticky-cta .ll-sticky-primary:hover { filter: brightness(1.1); }
.ll-sticky-cta .ll-sticky-phone {
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--fg);
}
.ll-sticky-cta .ll-sticky-phone svg { color: var(--brand); }

/* ─── Crew im Einsatz (Bildreihe) ─── */
.ll-crew-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ll-crew-item {
  margin: 0; position: relative; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--border); aspect-ratio: 4/5; background: var(--surface);
}
.ll-crew-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 600ms var(--ease-out); }
.ll-crew-item:hover img { transform: scale(1.04); }
@media (max-width: 820px) {
  .ll-crew-grid { grid-template-columns: 1fr; gap: 12px; }
  .ll-crew-item { aspect-ratio: 4/3; }
}

/* ─── Cookie-Consent-Banner ─── */
.ll-consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: rgba(18,18,18,0.97); backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--border-strong);
  box-shadow: 0 -10px 40px -12px rgba(0,0,0,0.7);
  padding: 16px 0 calc(16px + env(safe-area-inset-bottom, 0px));
}
.ll-consent[hidden] { display: none; }
.ll-consent-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 24px;
}
.ll-consent-text { margin: 0; font-size: 13px; line-height: 1.55; color: var(--fg-muted); flex: 1; }
.ll-consent-text b { color: var(--fg); font-weight: 600; }
.ll-consent-text a { color: var(--brand); text-decoration: underline; text-underline-offset: 2px; }
.ll-consent-actions { display: flex; gap: 10px; flex-shrink: 0; }
.ll-consent-btn {
  border: 0; border-radius: 9999px; cursor: pointer;
  font-family: var(--font-sans); font-size: 13px; font-weight: 600;
  padding: 11px 22px; white-space: nowrap; transition: all 200ms;
}
.ll-consent-accept { background: var(--brand); color: #fff; box-shadow: var(--shadow-md); }
.ll-consent-accept:hover { filter: brightness(1.1); }
.ll-consent-decline { background: transparent; color: var(--fg); border: 1px solid var(--border-strong); }
.ll-consent-decline:hover { background: var(--surface-raised); }
#ll-cookie-settings { cursor: pointer; }
@media (max-width: 820px) {
  .ll-consent-inner { flex-direction: column; align-items: stretch; gap: 12px; padding: 0 18px; }
  .ll-consent-actions { justify-content: stretch; }
  .ll-consent-btn { flex: 1; padding: 12px 16px; }
}

/* ─── Hero microcopy (Vertrauen unter den CTAs) ─── */
.ll-hero-microcopy {
  margin: 16px 0 0; font-size: 12.5px; color: var(--fg-muted); letter-spacing: 0.01em;
}

/* ─── Kennzahlen-Leiste ─── */
.ll-stats { background: var(--bg-elevated); border-bottom: 1px solid var(--border); padding: 38px 0; }
.ll-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.ll-stat { text-align: center; position: relative; }
.ll-stat:not(:last-child)::after {
  content: ""; position: absolute; right: -12px; top: 50%; transform: translateY(-50%);
  height: 40px; width: 1px; background: var(--border);
}
.ll-stat-num { display: block; font-size: 34px; font-weight: 800; letter-spacing: -0.02em; color: var(--brand); line-height: 1.1; }
.ll-stat-label { display: block; font-size: 12.5px; color: var(--fg-muted); margin-top: 6px; letter-spacing: 0.02em; }

/* ─── Zitat-Teaser (Social Proof früh) ─── */
.ll-quote-teaser {
  padding: 72px 0; background: var(--bg-elevated);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.ll-quote-teaser .ll-container { max-width: 900px; text-align: center; }
.ll-quote-teaser-mark { width: 40px; height: 40px; color: rgba(62,168,62,0.4); margin: 0 auto 18px; display: block; }
.ll-quote-teaser blockquote {
  margin: 0 0 18px; font-size: clamp(20px, 2.4vw, 28px); font-weight: 700;
  line-height: 1.4; letter-spacing: -0.01em; color: var(--fg);
}
.ll-quote-teaser cite { font-style: normal; font-size: 14px; color: var(--fg-muted); }
.ll-quote-teaser cite b { color: var(--fg); font-weight: 600; }

/* ─── Formular: optionaler Aufklappbereich ─── */
.ll-form-details { border: 1px solid var(--border); border-radius: 10px; background: var(--bg); }
.ll-form-details > summary {
  cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(--fg);
  list-style: none; display: flex; align-items: center; gap: 8px; user-select: none;
}
.ll-form-details > summary::-webkit-details-marker { display: none; }
.ll-form-details > summary::before { content: "+"; color: var(--brand); font-weight: 700; font-size: 16px; line-height: 1; }
.ll-form-details[open] > summary::before { content: "–"; }
.ll-form-details > summary span { color: var(--fg-muted); font-weight: 400; }
.ll-form-details-body { padding: 2px 16px 16px; display: flex; flex-direction: column; gap: 16px; }

@media (max-width: 820px) {
  .ll-stats { padding: 28px 0; }
  .ll-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 16px; }
  .ll-stat::after { display: none; }
  .ll-stat-num { font-size: 27px; }
  .ll-quote-teaser { padding: 48px 0; }
}

/* ════════════════════════════════════════════════
   Responsive — tablet easing
   ════════════════════════════════════════════════ */
@media (max-width: 1080px) {
  .ll-usecases { grid-template-columns: repeat(2, 1fr); }
  .ll-testi-grid { grid-template-columns: repeat(2, 1fr); }
  .ll-bc-grid { gap: 44px; }
}

/* ════════════════════════════════════════════════
   Responsive — mobile state (matches the 375px design frame)
   ════════════════════════════════════════════════ */
@media (max-width: 820px) {
  .ll-container { padding: 0 20px; }

  /* Header */
  .ll-header-inner { padding: 0 16px; }
  .ll-head-actions { display: none; }
  .ll-head-phone-mobile { display: flex; }

  /* Hero */
  .ll-hero { min-height: 640px; padding: 96px 20px 40px; }
  .ll-hero h1 { font-size: 34px; margin: 18px 0 14px; }
  .ll-hero-sub { font-size: 14.5px; margin-bottom: 24px; }
  .ll-hero-ctas { flex-direction: column; align-items: stretch; gap: 10px; }
  .ll-hero-ctas .wf-btn { width: 100%; height: 48px; padding: 0 18px; font-size: 14px; }
  .ll-hero-meta { gap: 16px; margin-top: 28px; font-size: 12px; }

  /* Trust */
  .ll-trust-logos { gap: 16px; }
  .ll-trust-logos img { height: 20px; padding: 6px 10px; }

  /* Sections */
  .ll-section { padding: 64px 0; }
  .ll-section-head { margin-bottom: 36px; padding: 0 4px; }
  .ll-section-head h2 { font-size: 26px; }
  .ll-section-head p { font-size: 14.5px; }

  /* Use cases */
  .ll-usecases { grid-template-columns: 1fr; gap: 14px; }
  .ll-usecase { padding: 24px 22px; }

  /* Setup */
  .ll-setup-photo { height: 220px; margin-bottom: 28px; }
  .ll-setup-photo-cap { font-size: 11px; padding: 6px 11px; }
  .ll-setup-viz { display: none; }
  .ll-setup-blocks { grid-template-columns: 1fr; }

  /* Timeline → vertical */
  .ll-timeline { grid-template-columns: 1fr; gap: 28px; }
  .ll-timeline::before { left: 28px; top: 32px; right: auto; bottom: 32px; width: 2px; height: auto; background: linear-gradient(180deg, transparent, rgba(62,168,62,0.4), rgba(62,168,62,0.4), transparent); }
  .ll-tl-step { padding: 0 0 0 80px; text-align: left; min-height: 64px; }
  .ll-tl-num { left: 0; transform: none; width: 56px; height: 56px; font-size: 20px; }
  .ll-tl-step:hover .ll-tl-num { transform: scale(1.05); }

  /* Why */
  .ll-why-top { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; }
  .ll-why-pillar { padding: 26px 22px; }
  .ll-why-split { grid-template-columns: 1fr; gap: 28px; margin-bottom: 28px; }
  .ll-why-diff { padding: 28px 22px; }
  .ll-why-diff-list { grid-template-columns: 1fr; gap: 14px; }

  /* Broadcast */
  .ll-bc { padding: 64px 0; }
  .ll-bc-grid { grid-template-columns: 1fr; gap: 36px; padding: 0 20px; }
  .ll-bc h2 { font-size: 27px; }
  .ll-bc-lead { font-size: 14.5px; }
  .ll-bc-prog-tag { font-size: 9px; padding: 4px 9px; }

  /* Showcase */
  .ll-showcase { height: 340px; }
  .ll-showcase-content { padding: 0 20px; }
  .ll-showcase h2 { font-size: 24px; }
  .ll-showcase p { font-size: 14px; }
  .ll-showcase-tag { display: none; }

  /* Testimonials */
  .ll-testi-grid { grid-template-columns: 1fr; gap: 14px; margin-bottom: 32px; }
  .ll-testi-logos { gap: 16px; }
  .ll-testi-logos img { height: 19px; padding: 6px 10px; }

  /* FAQ */
  .ll-faq-q { font-size: 15px; padding: 18px 32px 18px 0; }
  .ll-faq-a { font-size: 14px; }

  /* Contact */
  .ll-contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .ll-form-card { padding: 24px 20px; }
  .ll-form-row { grid-template-columns: 1fr; }

  /* Mid CTA */
  .ll-midcta { padding: 48px 0; }
  .ll-midcta-inner { padding: 0 20px; }

  /* Footer */
  .ll-footer { padding: 48px 0 24px; }
  .ll-footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .ll-footer-bottom { flex-direction: column; align-items: flex-start; }

  /* Sticky CTA visible on mobile; pad page so it doesn't cover the footer */
  .ll-sticky-cta { display: flex; }
  body { padding-bottom: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
