/* ==========================================================================
   GROWIT — Leistungs-Detailseiten · Premium-Layer (HELL)
   Ergänzt site.css + leistungen.css + leistung-detail.css.
   Ziel: heller Hintergrund wie bisher, aber mehr Effekte/„Spielereien",
   klarere Anordnung, verkaufspsychologisch stärker.
   Boldness liegt beim jeweiligen Signature-Element; der Rest bleibt ruhig.
   ========================================================================== */

/* ------------------------------------------------------------------ *
   0) Hero-Atmosphäre: schwebende Farborbs + feines Punktraster
 * ------------------------------------------------------------------ */
.lx-atmo { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.lx-atmo__grid {
  position: absolute; inset: -10% -10% auto -10%; height: 60%;
  background-image: radial-gradient(rgba(40,15,145,.10) 1px, rgba(40,15,145,0) 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 78%);
          mask-image: linear-gradient(180deg, #000, transparent 78%);
  opacity: .6;
}
.lx-orb { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .5; will-change: transform; }
.lx-orb--a { width: 420px; height: 420px; top: -120px; right: -60px;
  background: radial-gradient(circle at 40% 40%, rgba(82,113,255,.55), rgba(82,113,255,0) 68%); }
.lx-orb--b { width: 360px; height: 360px; top: 40px; left: -120px;
  background: radial-gradient(circle at 50% 50%, rgba(39,230,255,.42), rgba(39,230,255,0) 66%); opacity: .42; }
.lx-orb--c { width: 300px; height: 300px; bottom: -140px; left: 34%;
  background: radial-gradient(circle at 50% 50%, rgba(40,15,145,.30), rgba(40,15,145,0) 70%); opacity: .32; }
@media (prefers-reduced-motion: no-preference) {
  .lx-orb--a { animation: lx-float1 18s ease-in-out infinite; }
  .lx-orb--b { animation: lx-float2 22s ease-in-out infinite; }
  .lx-orb--c { animation: lx-float1 26s ease-in-out infinite reverse; }
}
@keyframes lx-float1 { 0%,100%{ transform: translate(0,0) } 50%{ transform: translate(24px,30px) } }
@keyframes lx-float2 { 0%,100%{ transform: translate(0,0) } 50%{ transform: translate(-30px,22px) } }

/* Der Hero-Inhalt liegt über der Atmosphäre */
.ldx-hero .shell { position: relative; z-index: 1; }
.ldx-hero { position: relative; overflow: hidden; }

/* Vertrauens-Chips unter dem Hero-Text */
.lx-badges { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.lx-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px; font-size: .82rem; font-weight: 600;
  color: var(--navy); background: rgba(255,255,255,.7);
  border: 1px solid var(--line); box-shadow: var(--sh-sm);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.lx-badge svg { width: 15px; height: 15px; color: var(--royal); }

/* ------------------------------------------------------------------ *
   1) Reveal-Stagger (nutzt .reveal aus site.js; hier feiner gestuft)
 * ------------------------------------------------------------------ */
.reveal[data-i] { transition-delay: calc(var(--i) * .07s); }

/* ------------------------------------------------------------------ *
   2) Count-Up-Zahlen (JS zählt hoch; hier nur Stil)
 * ------------------------------------------------------------------ */
.lx-count { font-variant-numeric: tabular-nums; }

/* Tilt-Karten (JS neigt leicht bei Mausbewegung) */
.tilt { transform-style: preserve-3d; transition: transform .18s var(--ease); will-change: transform; }
.tilt__shine {
  position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0;
  background: radial-gradient(220px circle at var(--mx,50%) var(--my,0%), rgba(255,255,255,.7), rgba(255,255,255,0) 60%);
  transition: opacity .3s var(--ease); mix-blend-mode: soft-light;
}
.tilt:hover .tilt__shine { opacity: 1; }

/* ------------------------------------------------------------------ *
   3) „Ohne / Mit Growit" — Vergleich (starke Verkaufspsychologie)
 * ------------------------------------------------------------------ */
.lx-compare { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 26px); align-items: stretch; }
.lx-comp {
  position: relative; border-radius: var(--r-lg); padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid var(--line); background: var(--card); box-shadow: var(--sh-sm);
}
.lx-comp--bad { background: linear-gradient(180deg,#fff, #F7F3F6); }
.lx-comp--good {
  color: #fff; border-color: transparent;
  background: linear-gradient(155deg, var(--royal), var(--navy) 92%);
  box-shadow: 0 30px 60px -30px rgba(40,15,145,.6);
}
.lx-comp__tag {
  display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px;
}
.lx-comp--bad .lx-comp__tag { color: #B4506B; background: rgba(180,80,107,.10); }
.lx-comp--good .lx-comp__tag { color: #eafdff; background: rgba(255,255,255,.16); }
.lx-comp h3 { margin: 16px 0 4px; font-size: 1.25rem; letter-spacing: -.03em; }
.lx-comp--bad h3 { color: var(--navy); }
.lx-comp ul { margin-top: 14px; display: grid; gap: 12px; }
.lx-comp li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; line-height: 1.5; }
.lx-comp li svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }
.lx-comp--bad li { color: var(--muted); }
.lx-comp--bad li svg { color: #C86B84; }
.lx-comp--good li { color: rgba(255,255,255,.92); }
.lx-comp--good li svg { color: var(--cyan); }

/* ------------------------------------------------------------------ *
   4) Before/After-Slider (zieh­barer Trenner)
 * ------------------------------------------------------------------ */
.lx-ba {
  position: relative; width: 100%; aspect-ratio: 16 / 10; border-radius: var(--r-lg);
  overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh);
  user-select: none; touch-action: pan-y; cursor: ew-resize; background: var(--card);
}
.lx-ba__pane { position: absolute; inset: 0; }
.lx-ba__pane img,
.lx-ba__pane .lx-ba__mock { width: 100%; height: 100%; object-fit: cover; }
.lx-ba__after { clip-path: inset(0 0 0 var(--split, 50%)); }
.lx-ba__before { clip-path: inset(0 calc(100% - var(--split, 50%)) 0 0); }
.lx-ba__label {
  position: absolute; top: 14px; padding: 6px 12px; border-radius: 999px;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.lx-ba__label--before { left: 14px; color: #8A5A6C; background: rgba(255,255,255,.82); }
.lx-ba__label--after  { right: 14px; color: #fff; background: rgba(82,113,255,.9); }
.lx-ba__handle {
  position: absolute; top: 0; bottom: 0; left: var(--split, 50%); width: 2px;
  background: #fff; box-shadow: 0 0 0 1px rgba(40,15,145,.14), 0 0 18px rgba(82,113,255,.55);
  transform: translateX(-1px); z-index: 3;
}
.lx-ba__grip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: var(--royal);
  box-shadow: 0 10px 24px -10px rgba(40,15,145,.5), 0 0 0 1px var(--line);
}
.lx-ba__grip svg { width: 22px; height: 22px; }
/* CSS-Mock-Screens für Before/After ohne Foto */
.lx-ba__mock { display: grid; place-items: center; padding: 24px; text-align: center; }
.lx-ba__mock--old { background: linear-gradient(160deg,#e9edf3,#dfe4ee); color: #7c8398; }
.lx-ba__mock--new { background: linear-gradient(160deg, #12103a, #241a72); color: #eafdff; }

/* Skelett-Mock-Screens (Website/UI ohne Foto darstellen) */
.lx-screen { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.lx-screen__bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; flex: none; }
.lx-screen__bar i { width: 9px; height: 9px; border-radius: 50%; background: currentColor; opacity: .5; }
.lx-screen__body { flex: 1; padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; }
.sk { border-radius: 6px; }
.sk--title { height: 16px; width: 62%; }
.sk--line { height: 9px; width: 100%; }
.sk--line.s { width: 74%; } .sk--line.m { width: 88%; }
.sk--btn { height: 30px; width: 128px; border-radius: 8px; margin-top: 6px; }
.sk--img { flex: 1; min-height: 60px; border-radius: 12px; }
.sk--grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.sk--grid > span { height: 40px; border-radius: 8px; display: block; }
/* Alt (Baukasten): blass, unstrukturiert */
.lx-screen--old { background: #eef1f6; color: #b7c0d0; }
.lx-screen--old .sk { background: #d3dae6; }
.lx-screen--old .sk--btn { background: #c2cbdb; }
/* Neu (Growit): klar, markig */
.lx-screen--new { background: linear-gradient(180deg,#ffffff,#eef4ff); color: #5271FF; }
.lx-screen--new .sk--title { background: linear-gradient(90deg,#280F91,#5271FF); }
.lx-screen--new .sk { background: #d9e2ff; }
.lx-screen--new .sk--btn { background: linear-gradient(120deg,#5271FF,#27E6FF); }
.lx-screen--new .sk--img { background: linear-gradient(150deg,#241a72,#5271FF); }

/* ------------------------------------------------------------------ *
   5) Prozess-Timeline mit mitwachsender Fortschrittslinie
 * ------------------------------------------------------------------ */
.lx-flow { position: relative; max-width: 900px; }
.lx-flow__line {
  position: absolute; left: 27px; top: 10px; bottom: 10px; width: 2px;
  background: var(--line-strong); overflow: hidden; border-radius: 2px;
}
.lx-flow__line i {
  position: absolute; inset: 0 0 auto 0; height: var(--grow, 0%);
  background: linear-gradient(180deg, var(--cyan), var(--royal));
  transition: height .1s linear;
}
.lx-flow .proc-step__num { transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.lx-flow .proc-step.is-live .proc-step__num {
  transform: scale(1.08); box-shadow: 0 0 0 6px rgba(82,113,255,.14), 0 12px 24px -10px rgba(82,113,255,.8);
}

/* ------------------------------------------------------------------ *
   6) Feature-Zeilen (abwechselnd Bild/Text) mit klebrigem Text
 * ------------------------------------------------------------------ */
.lx-feat { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.lx-feat + .lx-feat { margin-top: clamp(48px, 7vw, 96px); }
.lx-feat--flip .lx-feat__media { order: 2; }
.lx-feat__eyebrow { color: var(--royal); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.lx-feat h3 { margin-top: 10px; font-size: clamp(1.5rem, 2.8vw, 2.1rem); color: var(--navy); letter-spacing: -.035em; }
.lx-feat p { margin-top: 14px; color: var(--muted); font-size: 1.04rem; line-height: 1.6; }
.lx-feat__list { margin-top: 18px; display: grid; gap: 10px; }
.lx-feat__list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink); font-weight: 500; }
.lx-feat__list svg { width: 19px; height: 19px; color: var(--royal); flex: none; margin-top: 3px; }
.lx-feat__media { position: relative; }

/* Glaskarten-Rahmen für Medien/Mock-Inhalte */
.lx-glass {
  position: relative; border-radius: var(--r-lg); padding: 18px;
  background: linear-gradient(160deg, rgba(255,255,255,.9), rgba(234,246,255,.7));
  border: 1px solid var(--line); box-shadow: var(--sh);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.lx-glass::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

/* ------------------------------------------------------------------ *
   7) Kennzahl-Ring (animierter SVG-Gauge, hell)
 * ------------------------------------------------------------------ */
.lx-rings { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px,2vw,24px); }
.lx-ring {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(22px,2.4vw,30px); text-align: center; box-shadow: var(--sh-sm);
}
.lx-ring__svg { width: 132px; height: 132px; margin: 0 auto; display: block; }
.lx-ring__track { stroke: rgba(40,15,145,.10); }
.lx-ring__val { stroke: url(#lxRingGrad); stroke-linecap: round;
  transition: stroke-dashoffset 1.1s var(--ease); transform: rotate(-90deg); transform-origin: 50% 50%; }
.lx-ring__num { font-size: 1.7rem; font-weight: 800; fill: var(--navy); }
.lx-ring h4 { margin-top: 14px; font-size: 1.02rem; color: var(--navy); }
.lx-ring p { margin-top: 6px; color: var(--muted); font-size: .92rem; }

/* ------------------------------------------------------------------ *
   8) Laufband (Keywords / Kanäle / Bausteine)
 * ------------------------------------------------------------------ */
.lx-marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.lx-marquee__row { display: flex; gap: 14px; width: max-content; }
@media (prefers-reduced-motion: no-preference) { .lx-marquee__row { animation: lx-marq 32s linear infinite; } }
.lx-marquee:hover .lx-marquee__row { animation-play-state: paused; }
@keyframes lx-marq { to { transform: translateX(-50%); } }
.lx-chip {
  flex: none; padding: 10px 18px; border-radius: 999px; font-weight: 600; font-size: .92rem;
  color: var(--navy); background: var(--card); border: 1px solid var(--line); box-shadow: var(--sh-sm);
  white-space: nowrap;
}
.lx-chip--accent { color: #fff; background: var(--grad-royal); border-color: transparent; }

/* ------------------------------------------------------------------ *
   9) Zitat / Testimonial
 * ------------------------------------------------------------------ */
.lx-quote {
  position: relative; max-width: 860px; margin-inline: auto; text-align: center;
  padding: clamp(30px,4vw,52px);
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--sh);
}
.lx-quote__mark { font-size: 4rem; line-height: .6; color: var(--royal); opacity: .28; font-weight: 800; }
.lx-quote p { font-size: clamp(1.2rem, 2.4vw, 1.6rem); color: var(--navy); font-weight: 600; letter-spacing: -.02em; line-height: 1.4; }
.lx-quote__by { margin-top: 20px; color: var(--muted); font-weight: 600; font-size: .95rem; }

/* ------------------------------------------------------------------ *
   10) Sticky Mini-CTA-Leiste am Seitenende des Inhalts (optional)
 * ------------------------------------------------------------------ */
.lx-kpi-row { display: flex; flex-wrap: wrap; gap: 30px 44px; margin-top: 26px; }
.lx-kpi b { display: block; font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 800; letter-spacing: -.04em;
  background: linear-gradient(135deg, var(--navy) 8%, var(--royal) 78%); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent; line-height: 1; }
.lx-kpi span { display: block; margin-top: 6px; color: var(--muted); font-size: .9rem; }

/* ------------------------------------------------------------------ *
   SERP-Mock (SEO-Feature): Suchergebnis mit Platz 1 hervorgehoben
 * ------------------------------------------------------------------ */
.lx-serp { display: grid; gap: 12px; }
.lx-serp__q {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line);
  box-shadow: var(--sh-sm); color: var(--muted); font-size: .92rem; font-weight: 500;
}
.lx-serp__q svg { width: 17px; height: 17px; color: var(--royal); flex: none; }
.lx-serp__hit {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: var(--r-sm);
  background: #fff; border: 1px solid var(--line);
}
.lx-serp__hit > div { flex: 1; display: grid; gap: 8px; }
.lx-serp__rank {
  flex: none; width: 30px; height: 30px; border-radius: 8px;
  display: grid; place-items: center; font-weight: 700; font-size: .95rem;
  background: rgba(40,15,145,.06); color: var(--muted);
}
.lx-serp__hit--top {
  border-color: rgba(82,113,255,.45);
  box-shadow: 0 14px 30px -18px rgba(82,113,255,.6), inset 0 0 0 1px rgba(82,113,255,.10);
  transform: translateX(2px);
}
.lx-serp .sk { background: #dbe1ee; }
.lx-serp .sk--line { height: 8px; }
.lx-serp__hit--top .lx-serp__rank { background: var(--grad-royal); color: #fff; }
.lx-serp__hit--top .sk { background: rgba(82,113,255,.24); }
.lx-serp__hit--top .sk--line.s { background: linear-gradient(90deg,#280F91,#5271FF); }
@media (prefers-reduced-motion: no-preference) {
  .lx-serp__hit--top { animation: lx-serp-pop .6s var(--ease) both; }
}
@keyframes lx-serp-pop { from { transform: translateX(-6px); opacity: .4 } to { transform: translateX(2px); opacity: 1 } }

/* ------------------------------------------------------------------ *
   Render-Galerie-Mock (3D-Feature): großes Rendering + Thumbnails
 * ------------------------------------------------------------------ */
.lx-render { display: grid; gap: 12px; }
.lx-render__main {
  position: relative; aspect-ratio: 16 / 10; border-radius: var(--r);
  background:
    radial-gradient(120% 80% at 70% 10%, rgba(39,230,255,.28), rgba(39,230,255,0) 55%),
    linear-gradient(160deg, #241a72 0%, #12103a 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), var(--sh);
  overflow: hidden;
}
.lx-render__main::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.10) 1px, rgba(255,255,255,0) 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, rgba(255,255,255,0) 1px);
  background-size: 30px 30px;
  transform: perspective(420px) rotateX(52deg) translateY(24%) scale(1.6);
  transform-origin: bottom; opacity: .5;
}
.lx-render__main::after {
  content: ""; position: absolute; left: 50%; bottom: 20%; width: 46%; height: 46%;
  transform: translateX(-50%);
  background: linear-gradient(160deg, #eaf4ff, #9fb4ff);
  clip-path: polygon(50% 0, 100% 28%, 100% 100%, 0 100%, 0 28%);
  box-shadow: 0 22px 40px -18px rgba(0,0,0,.6);
}
.lx-render__tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 12px; border-radius: 999px; font-size: .72rem; font-weight: 700;
  color: #eafdff; background: rgba(12,7,42,.55); border: 1px solid rgba(39,230,255,.5);
  box-shadow: 0 0 16px rgba(39,230,255,.3);
}
.lx-render__tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #27E6FF; box-shadow: 0 0 8px #27E6FF; }
.lx-render__thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.lx-render__thumb {
  aspect-ratio: 4 / 3; border-radius: 12px; border: 1px solid var(--line);
  background: linear-gradient(155deg,#e9edf6,#d7deec);
}
.lx-render__thumb:nth-child(2) { background: linear-gradient(155deg,#e6ecff,#c9d6ff); }
.lx-render__thumb:nth-child(3) { background: linear-gradient(155deg,#dff7fb,#c3ecf5); }

/* ------------------------------------------------------------------ *
   Positionierungs-Landkarte (Strategie-Feature): 2×2-Matrix
 * ------------------------------------------------------------------ */
.lx-posmap { position: relative; padding: 8px 8px 26px 34px; }
.lx-posmap__grid {
  position: relative; aspect-ratio: 1 / 1; width: 100%;
  border-radius: var(--r); background:
    radial-gradient(circle at 78% 22%, rgba(82,113,255,.10), rgba(82,113,255,0) 60%),
    #fff;
  border: 1px solid var(--line); box-shadow: var(--sh-sm); overflow: hidden;
}
.lx-posmap__line { position: absolute; background: rgba(40,15,145,.14); }
.lx-posmap__line--h { left: 0; right: 0; top: 50%; height: 1px; }
.lx-posmap__line--v { top: 0; bottom: 0; left: 50%; width: 1px; }
.lx-posmap__axis { position: absolute; font-size: .72rem; font-weight: 600; color: var(--light); letter-spacing: .04em; text-transform: uppercase; }
.lx-posmap__axis--y { top: 6px; left: 0; writing-mode: vertical-rl; transform: rotate(180deg); }
.lx-posmap__axis--x { bottom: 4px; right: 8px; }
.lx-posmap__dot { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: #c3ccdd; box-shadow: 0 0 0 4px rgba(195,204,221,.28); }
.lx-posmap__dot--a { top: 62%; left: 24%; }
.lx-posmap__dot--b { top: 74%; left: 46%; }
.lx-posmap__dot--c { top: 44%; left: 60%; }
.lx-posmap__dot--you {
  top: 20%; left: 74%; width: auto; height: auto;
  display: grid; place-items: center; padding: 8px 13px; border-radius: 999px;
  background: var(--grad-royal); color: #fff; font-size: .78rem; font-weight: 700;
  box-shadow: 0 12px 26px -12px rgba(82,113,255,.75), 0 0 0 6px rgba(82,113,255,.14);
  transform: translate(-50%,-50%);
}
@media (prefers-reduced-motion: no-preference) {
  .lx-posmap__dot--you { animation: lx-you-pulse 2.6s ease-in-out infinite; }
}
@keyframes lx-you-pulse {
  0%,100% { box-shadow: 0 12px 26px -12px rgba(82,113,255,.75), 0 0 0 6px rgba(82,113,255,.14); }
  50%     { box-shadow: 0 12px 26px -12px rgba(82,113,255,.75), 0 0 0 12px rgba(82,113,255,.05); }
}

/* ------------------------------------------------------------------ *
   Redaktionsplan-Mock (Social-Feature)
 * ------------------------------------------------------------------ */
.lx-cal { display: grid; gap: 14px; }
.lx-cal__head { display: flex; align-items: baseline; justify-content: space-between; }
.lx-cal__head b { font-size: 1.05rem; color: var(--ink); font-weight: 700; }
.lx-cal__head span { color: var(--muted); font-size: .84rem; }
.lx-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.lx-cal__day {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 10px 6px; border-radius: 12px; min-height: 78px;
  background: #fff; border: 1px solid var(--line);
}
.lx-cal__day > span { font-size: .72rem; font-weight: 600; color: var(--muted); letter-spacing: .02em; }
.lx-cal__day--now { border-color: rgba(82,113,255,.45); box-shadow: 0 12px 26px -18px rgba(82,113,255,.6); }
.lx-cal__tag {
  font-size: .64rem; font-weight: 700; font-style: normal; letter-spacing: .02em;
  padding: 4px 8px; border-radius: 999px; color: #fff; line-height: 1;
}
.lx-cal__tag--reel  { background: linear-gradient(120deg,#5271FF,#27E6FF); }
.lx-cal__tag--foto  { background: linear-gradient(120deg,#280F91,#5271FF); }
.lx-cal__tag--story { background: linear-gradient(120deg,#7C4DFF,#5271FF); }
@media (max-width: 560px) {
  .lx-cal__day { min-height: 66px; }
  .lx-cal__tag { font-size: .58rem; padding: 3px 6px; }
}

/* ==================================================================== *
   FOTO- & EFFEKT-BIBLIOTHEK (echte Immobilien-Bilder, mehr „Spielereien")
 * ==================================================================== */

/* Kontrast-Fix nur auf den hellen Leistungsseiten (KI-Seite unberührt):
   Verlaufstext nicht mehr Cyan→Royal (zu hell), sondern Navy→Royal. */
.lpage .text-grad {
  background: linear-gradient(120deg, var(--navy) 12%, var(--royal) 88%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lpage .eyebrow { color: var(--royal); }

/* --- Richtungs-Reveals (bauen auf .reveal/.in aus site.js) --------- */
.reveal--l { transform: translateX(-42px); }
.reveal--r { transform: translateX(42px); }
.reveal--s { transform: scale(.92); }
.reveal--l.in, .reveal--r.in, .reveal--s.in { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal--l, .reveal--r, .reveal--s { transform: none; }
}

/* --- Gerahmtes Foto mit Hover-Zoom, Scrim & Bildunterschrift ------- */
.lx-shot {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--sh-lg); background: #0b0730;
  isolation: isolate;
}
.lx-shot::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: 3;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), inset 0 0 0 1px rgba(255,255,255,.05);
  pointer-events: none;
}
.lx-shot img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease); will-change: transform;
}
.lx-shot:hover img { transform: scale(1.055); }
.lx-shot--wide { aspect-ratio: 16 / 11; }
.lx-shot--tall { aspect-ratio: 4 / 5; }
.lx-shot--sq   { aspect-ratio: 1 / 1; }
.lx-shot--land { aspect-ratio: 3 / 2; }
.lx-shot__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(14,7,48,0) 42%, rgba(14,7,48,.66));
}
.lx-shot__cap {
  position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 2; color: #fff;
}
.lx-shot__cap b { display: block; font-size: 1.02rem; font-weight: 700; letter-spacing: -.01em; }
.lx-shot__cap span { display: block; margin-top: 3px; font-size: .84rem; color: rgba(255,255,255,.82); }
.lx-shot__pin {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 999px;
  font-size: .74rem; font-weight: 700; color: var(--navy);
  background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.6);
  box-shadow: var(--sh-sm); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.lx-shot__pin svg { width: 14px; height: 14px; color: var(--royal); }

/* --- Schwebende Glas-Kennzahl über einem Foto --------------------- */
.lx-float {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px;
  padding: 13px 17px; border-radius: 18px;
  background: rgba(255,255,255,.92); border: 1px solid var(--line); box-shadow: var(--sh-lg);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.lx-float__ico { flex: none; width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--grad-royal); }
.lx-float__ico svg { width: 20px; height: 20px; }
.lx-float__tx b {
  display: block; font-size: 1.4rem; font-weight: 800; letter-spacing: -.035em; line-height: 1;
  background: linear-gradient(135deg, var(--navy), var(--royal));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.lx-float__tx span { display: block; margin-top: 3px; font-size: .74rem; color: var(--muted); font-weight: 600; }
.lx-float--tr { top: 20px; right: -18px; }
.lx-float--br { bottom: 20px; left: -18px; }
.lx-float--tl { top: 20px; left: -18px; }
@media (prefers-reduced-motion: no-preference) {
  .lx-float--tr { animation: lx-bob 6s ease-in-out infinite; }
  .lx-float--br { animation: lx-bob 7s ease-in-out infinite reverse; }
  .lx-float--tl { animation: lx-bob 6.5s ease-in-out infinite; }
}
@keyframes lx-bob { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-9px) } }

/* --- Kinoreifes Vollbild-Bildband mit Parallax + Overlay ---------- */
.lx-band {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  min-height: clamp(320px, 42vw, 480px); display: grid; align-items: center;
  box-shadow: var(--sh-lg); isolation: isolate;
}
.lx-band__bg {
  position: absolute; inset: -12% 0; z-index: 0; background-size: cover; background-position: center;
  will-change: transform;
}
.lx-band__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(16,8,52,.9) 0%, rgba(16,8,52,.6) 48%, rgba(27,10,102,.25) 100%);
}
.lx-band__inner { position: relative; z-index: 2; padding: clamp(30px, 5vw, 66px); max-width: 660px; }
.lx-band .eyebrow { color: var(--cyan); }
.lx-band h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 3rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
.lx-band p { margin-top: 16px; color: rgba(255,255,255,.86); font-size: 1.06rem; line-height: 1.6; max-width: 52ch; }
.lx-band__stats { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 26px 40px; }
.lx-band__stats div b { display: block; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -.04em; color: #fff; line-height: 1;
  background: linear-gradient(120deg,#fff,#bcd0ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
/* .82 statt .7: die Beschriftung unter der Zahl ist mit .84rem Kleintext und
   braucht dieselben 4,5:1 wie Fließtext. Bei 768 Pixeln rutschte sie in den
   helleren Teil des Bandes und kam dort auf 4,09:1. Anders als bei den
   Verlaufsbändern liegt hier ein Foto darunter, dessen Helligkeit wir nicht
   kennen — das Overlay deckt links mit 92 Prozent, nach rechts nur noch mit
   24. Die höhere Deckkraft ist deshalb eine Untergrenze, keine Garantie. */
.lx-band__stats div span { display: block; margin-top: 6px; font-size: .84rem; color: rgba(255,255,255,.82); }

/* --- Foto-Trio / Mosaik ------------------------------------------- */
.lx-trio { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.lx-trio > .lx-shot:nth-child(1) { grid-row: 1 / span 2; }

/* --- Großes Hero-Foto (rechte Spalte im Hero) --------------------- */
.lx-herofoto { position: relative; }
.lx-herofoto .lx-shot { aspect-ratio: 4 / 5; }

/* --- Icon-Feature-Karten (mehr Substanz je Seite) ----------------- */
.lx-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 22px); }
.lx-card {
  position: relative; overflow: hidden; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(24px, 2.6vw, 32px);
  box-shadow: var(--sh-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.lx-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: var(--line-strong); }
.lx-card__ico { width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--grad-royal); box-shadow: 0 12px 24px -12px rgba(82,113,255,.7); }
.lx-card__ico svg { width: 25px; height: 25px; }
.lx-card h3 { margin-top: 18px; font-size: 1.14rem; font-weight: 700; color: var(--navy); letter-spacing: -.02em; }
.lx-card p { margin-top: 8px; color: var(--muted); font-size: .96rem; line-height: 1.6; }

/* ------------------------------------------------------------------ *
   Responsive
 * ------------------------------------------------------------------ */
@media (max-width: 900px) {
  .lx-compare { grid-template-columns: 1fr; }
  .lx-feat { grid-template-columns: 1fr; }
  .lx-feat--flip .lx-feat__media { order: 0; }
  .lx-rings { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
  .lx-cards { grid-template-columns: 1fr; }
  .lx-band__inner { max-width: none; }
}
@media (max-width: 560px) {
  .lx-orb { filter: blur(38px); }
  .lx-ba { aspect-ratio: 4 / 3; }
  .lx-trio { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .lx-trio > .lx-shot:nth-child(1) { grid-row: auto; grid-column: 1 / span 2; }
  .lx-float { padding: 10px 13px; gap: 10px; }
  .lx-float__tx b { font-size: 1.15rem; }
  .lx-float--tr { right: 8px; } .lx-float--br { left: 8px; } .lx-float--tl { left: 8px; }
}
