/* =============================================================
   StratNova — Startseiten-Sektionen (Faris/Immo-Look)
   ============================================================= */

/* ============================================================
   HERO — Orbit-Dach (SVG-Bogen + schwebende Icons) über dem Textblock
   ============================================================ */
.hero { position: relative; padding: 0 var(--pad) clamp(50px, 7vw, 90px); text-align: center; overflow: hidden; background: #F3F2F8; }

/* feines Raster + weiche Lila-Radial-Glows */
.hero-grid { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(ellipse 92% 78% at 50% 34%, #000 18%, transparent 76%); }
.hero-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(50px); pointer-events: none; }
.hero-glow-a { width: 62vw; max-width: 780px; height: 52vh; left: 50%; top: -8%; transform: translateX(-50%); background: radial-gradient(ellipse at center, rgba(139,107,242,.30), transparent 66%); }
.hero-glow-b { width: 42vw; max-width: 540px; height: 40vh; left: 8%; top: 30%; background: radial-gradient(ellipse at center, rgba(108,66,232,.15), transparent 68%); }

/* --- Orbit-Dach (ein SVG, responsive über viewBox) --- */
.hero-arc { position: absolute; z-index: 1; left: 50%; top: clamp(60px, 7.5vw, 100px); width: min(1180px, 112vw); transform: translateX(-50%); pointer-events: none; }
.hero-arc-svg { width: 100%; height: auto; display: block; overflow: visible; }
.arc-glow { stroke: url(#arcGrad); stroke-width: 15; opacity: .5; filter: url(#arcBlur); stroke-linecap: round; }
.arc-dots { stroke: url(#arcGrad); stroke-width: 2.4; stroke-dasharray: 0.5 9; stroke-linecap: round; }

/* Icon-Karten auf dem Bogen */
.aic-card { fill: #fff; stroke: rgba(16,15,30,.08); stroke-width: 1; }
.aic-glyph { fill: none; stroke: #6C42E8; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.aic-label { fill: var(--ink-2); font-family: var(--f-sans); font-size: 12.5px; font-weight: 600; letter-spacing: .01em; }

/* --- Textblock, unten in der „Schale" verankert --- */
.hero-in { position: relative; z-index: 2; max-width: 940px; margin-inline: auto; padding-top: clamp(172px, 30vw, 440px); }

.hero-brand { font-family: var(--f-sans); font-weight: 700; line-height: .9; letter-spacing: -.03em; font-size: clamp(2.7rem, 9vw, 7rem); background: linear-gradient(100deg, #8B6BF2, #6C42E8); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

.hero-head { margin-top: clamp(10px, 1.4vw, 18px); color: #0E0E14; font-weight: 700; letter-spacing: -.02em; line-height: 1.12; font-size: clamp(1.35rem, 3.5vw, 2.5rem); }
.hero-head .p { color: #6C42E8; }

.hero-formula { margin-top: clamp(12px, 1.6vw, 20px); text-transform: uppercase; letter-spacing: .18em; font-weight: 600; font-size: clamp(.7rem, 1.4vw, .95rem); color: var(--ink-2); }
.hero-formula .p { color: #6C42E8; }
.hero-formula .glow { animation: formulaGlow 2.6s ease-in-out infinite; }
@keyframes formulaGlow { 0%, 100% { text-shadow: 0 0 0 rgba(108,66,232,0); } 50% { text-shadow: 0 0 16px rgba(108,66,232,.6); } }

.hero .hero-sub { color: #16161d; font-size: clamp(1.02rem, 1.4vw, 1.22rem); max-width: 56ch; margin: clamp(16px, 2vw, 24px) auto 0; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: clamp(26px, 3vw, 36px); }

/* Tablet & Handy: Orbit-Dach kleiner/vereinfacht (breiter Bogen -> Ränder laufen
   aus dem Bild, mittlerer Dome bleibt sichtbar), Text klar darunter */
@media (max-width: 1024px) {
  .hero-arc { width: min(820px, 185vw); top: clamp(50px, 6vw, 82px); }
  .hero-in { padding-top: clamp(228px, 32vw, 320px); }
  .hero-brand { font-size: clamp(2.5rem, 9vw, 4.8rem); }
}

/* Hinweis: Der Hero-Bogen animiert bewusst IMMER (auch bei prefers-reduced-motion),
   damit alle Besucher die Bewegung sehen — auf Wunsch des Betreibers. */

/* Trust-Logos */
.trust { margin-top: clamp(46px, 6vw, 76px); }
.trust-lab { text-align: center; font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 26px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.marquee-row { display: flex; width: max-content; align-items: center; gap: 56px; animation: mq var(--dur, 32s) linear infinite; }
.marquee:hover .marquee-row { animation-play-state: paused; }
@keyframes mq { to { transform: translateX(-50%); } }
.tlogo { height: 34px; opacity: .6; filter: grayscale(1); white-space: nowrap; display: flex; align-items: center; }
.tlogo img { max-height: 34px; width: auto; }
/* Text-Wortmarken (nachgebaute Logos, z.B. Ebner, Stupfel) */
.tlogo-text { font-family: var(--f-sans); font-weight: 800; font-size: 1.32rem; letter-spacing: -.01em; color: var(--ink); gap: 8px; }
.tlogo-text .tl-ic { width: 25px; height: 25px; flex: 0 0 auto; }
.tlogo-text .tl-sub { font-size: .58em; font-weight: 700; letter-spacing: .04em; align-self: flex-start; margin-top: .12em; margin-left: 3px; }
/* Stupfel: viele bunte Icons -> in Graustufen etwas mehr Kontrast, damit es lesbar bleibt */
.tlogo-color { filter: grayscale(1) contrast(1.05); opacity: .6; }
/* Greve ist von Natur aus hell -> etwas mehr Höhe + Kontrast in Graustufen */
.tlogo-greve { height: 38px; opacity: .7; }
.tlogo-greve img { max-height: 38px; filter: grayscale(1) contrast(1.15) brightness(.92); }
/* Kopfsache ist ein Hochformat-Logo -> etwas mehr Höhe/Deckkraft, damit es lesbar bleibt */
.tlogo-kopf { height: 46px; opacity: .72; }
.tlogo-kopf img { max-height: 46px; }

/* ============================================================
   PROBLEM-CARDS (3) — Lavendel-Visual + Text
   ============================================================ */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pcard { padding: 0; overflow: hidden; }
.pcard .vis { aspect-ratio: 16/11; background: var(--grad-soft); border-bottom: 1px solid var(--line); display: grid; place-items: center; padding: 26px; position: relative; overflow: hidden; }
/* Kachel-Bild formatfüllend (statt Platzhalter-Grafik) */
.pcard .vis.vis-img { padding: 0; }
.pcard .vis.vis-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pcard .body { padding: 26px 28px 30px; }
.pcard .body h3 { font-size: 1.28rem; margin-bottom: 10px; }
.pcard .body p { color: var(--ink-2); font-size: .96rem; }

/* Mini-Mockups in den Visual-Flächen */
.mini-browser { width: 78%; background: #fff; border-radius: 12px; box-shadow: var(--sh); overflow: hidden; border: 1px solid var(--line); }
.mini-browser .mbar { display: flex; gap: 5px; padding: 9px 12px; border-bottom: 1px solid var(--line-2); }
.mini-browser .mbar i { width: 8px; height: 8px; border-radius: 50%; background: #E2E1EA; }
.mini-browser .mbody { padding: 16px; display: grid; gap: 9px; }
.mini-browser .mbody i { height: 10px; border-radius: 4px; background: var(--bg-2); }
.mini-browser .mbody i.w1 { width: 60%; background: var(--lav-2); height: 16px; }
.mini-browser .mbody i.w2 { width: 90%; } .mini-browser .mbody i.w3 { width: 75%; }
.stack-cards { position: relative; width: 70%; height: 70%; }
.stack-cards .sc { position: absolute; inset: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--sh-sm); }
.stack-cards .sc:nth-child(1) { transform: rotate(-7deg) translate(-8%, 4%); opacity: .6; }
.stack-cards .sc:nth-child(2) { transform: rotate(5deg) translate(8%, -2%); }
.stack-cards .sc .lab { position: absolute; top: 10px; left: 12px; font-size: .66rem; font-weight: 700; color: var(--lila); }
.flow-ico { display: flex; align-items: center; gap: 14px; }
.flow-ico .fi { width: 58px; height: 58px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm); display: grid; place-items: center; color: var(--lila); }
.flow-ico .fi svg { width: 26px; height: 26px; }
.flow-ico .neq { font-weight: 700; color: var(--ink-2); }

/* ============================================================
   RESULTS — Bento aus Projekt-Thumbnails
   ============================================================ */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 16px; }
.bento .bt { position: relative; aspect-ratio: 4/3; border-radius: var(--r); overflow: hidden; background: var(--ink); border: 1px solid var(--line); display: flex; align-items: flex-end; padding: 18px; }
.bento .bt::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, #211a3b, #0E0F16); }
.bento .bt.lila::before { background: var(--grad); }
.bento .bt .bl { position: relative; z-index: 1; color: #fff; font-weight: 600; font-size: .92rem; }
.bento .bt.big { grid-column: span 2; grid-row: span 1; }
@media (max-width: 820px) { .bento { grid-template-columns: repeat(2, 1fr); } .bento .bt.big { grid-column: span 2; } }

/* ============================================================
   REFERENZEN — interaktives Case-Study-Modul
   ============================================================ */
.cs-accent { font-family: var(--f-serif); font-style: italic; font-weight: 400; background: linear-gradient(100deg, #8B6BF2, #6C42E8); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

.cs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; background: linear-gradient(150deg, #EFEBFB, #F5F3FB); border: 1px solid var(--line); border-radius: 26px; padding: 22px; }

/* Bild-Panel (sticky) */
.cs-media { position: sticky; top: 16px; align-self: stretch; }
.cs-media-inner { position: relative; min-height: 420px; height: 100%; border-radius: 18px; overflow: hidden; box-shadow: var(--sh-lg); background: var(--lav); }
.cs-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .5s var(--ease); }
.cs-slide.is-active { opacity: 1; }
.cs-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cs-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(150deg, #8B6BF2, #6C42E8); color: #fff; }
.cs-fallback svg { width: 86px; height: 86px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; opacity: .92; }

/* Liste */
.cs-list { display: flex; flex-direction: column; gap: 12px; }
.cs-card { display: flex; gap: 14px; align-items: flex-start; text-align: left; width: 100%; padding: 16px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm); transition: background .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease); }
.cs-card:hover { border-color: var(--lav-2); box-shadow: var(--sh); }
.cs-card:focus-visible { outline: 2px solid var(--lila); outline-offset: 2px; }
.cs-card.is-active { background: #EDE8FC; border-color: rgba(108,66,232,.45); box-shadow: var(--sh); }
.cs-ico { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 11px; background: var(--lav); color: var(--lila); display: grid; place-items: center; transition: background .35s var(--ease), color .35s var(--ease); }
.cs-ico svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cs-card.is-active .cs-ico { background: linear-gradient(140deg, #8B6BF2, #6C42E8); color: #fff; }
.cs-txt { min-width: 0; }
.cs-eyebrow { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; color: var(--ink-2); }
.cs-title { display: block; margin-top: 4px; font-weight: 700; font-size: 1.06rem; letter-spacing: -.01em; line-height: 1.25; color: var(--ink); }
.cs-desc { display: block; max-height: 0; overflow: hidden; transition: max-height .55s var(--ease); }
.cs-card.is-active .cs-desc { max-height: 480px; }
.cs-p { display: block; padding-top: 10px; color: var(--ink); font-size: .95rem; line-height: 1.6; font-weight: 400; }
.cs-p b { color: inherit; font-weight: 400; }

/* Mobil-Tabs (Projekt 1..N) — per JS erzeugt, nur auf schmalen Screens sichtbar */
.cs-tabs { display: none; }
.cs-tab { padding: 8px 14px; border-radius: 100px; background: #fff; border: 1px solid var(--line); font: inherit; font-weight: 600; font-size: .85rem; color: var(--ink-2); cursor: pointer; transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease); }
.cs-tab.is-active { background: var(--lila); border-color: var(--lila); color: #fff; }

@media (max-width: 900px) {
  .cs { grid-template-columns: 1fr; }
  .cs-media { position: static; }
  .cs-media-inner { min-height: 260px; }
  .cs-card.is-active .cs-desc { max-height: 620px; }
}
/* Handy: nur die aktive Projekt-Karte zeigen, Umschalten über die Tabs */
@media (max-width: 640px) {
  .cs-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
  .cs-list .cs-card { display: none; }
  .cs-list .cs-card.is-active { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  .cs-slide, .cs-desc, .cs-card, .cs-ico { transition: none; }
}

/* ============================================================
   FEATURE-CARDS ("was wir anders machen")
   ============================================================ */
.feat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.feat { grid-column: span 2; padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.feat.wide { grid-column: span 3; }
.feat .vis { aspect-ratio: 16/9; background: var(--grad-soft); border-bottom: 1px solid var(--line); display: grid; place-items: center; padding: 24px; }
.feat .body { padding: 24px 26px 28px; }
.feat .body h3 { font-size: 1.2rem; margin-bottom: 8px; }
.feat .body p { color: var(--ink-2); font-size: .93rem; }
.feat-ico { width: 54px; height: 54px; border-radius: 15px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm); display: grid; place-items: center; color: var(--lila); }
.feat-ico svg { width: 26px; height: 26px; }
@media (max-width: 900px) { .feat-grid { grid-template-columns: 1fr 1fr; } .feat, .feat.wide { grid-column: span 1; } }
@media (max-width: 560px) { .feat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   LEISTUNGEN — 4 Kacheln mit Bild (Link) + Fundament (volle Breite)
   ============================================================ */
.lgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lcard { display: flex; flex-direction: column; padding: 0; overflow: hidden; color: inherit; width: 100%; text-align: left; cursor: pointer; }
/* Bild-Bereich (Bild ersetzt das Icon; Icon bleibt Fallback bis Bild geladen) */
.lvis { position: relative; aspect-ratio: 16/10; min-height: 170px; background: var(--grad-soft); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.lvis img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1; }
.lico { width: 62px; height: 62px; border-radius: 16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-sm); color: var(--lila); display: grid; place-items: center; }
.lico svg { width: 28px; height: 28px; }
.lbody { padding: clamp(22px, 2.6vw, 30px); display: flex; flex-direction: column; align-items: flex-start; }
.lbody h3 { font-size: 1.3rem; margin-bottom: 9px; }
.lbody p { color: var(--ink-2); font-size: .96rem; line-height: 1.6; }
.llink { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-weight: 600; font-size: .92rem; color: var(--lila); }
.llink svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.lcard:hover .llink svg { transform: translateX(4px); }
/* Fundament — volle Breite, Bild links / Text rechts, Akzentrahmen */
.lcard-full { grid-column: 1 / -1; position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; border: 1.5px solid rgba(108,66,232,.5); }
.lcard-full .lvis { aspect-ratio: auto; min-height: 260px; border-bottom: 0; border-right: 1px solid var(--line); }
.lcard-full .lvis .lico { background: linear-gradient(140deg, #8B6BF2, #6C42E8); color: #fff; border-color: transparent; }
.lcard-full .lbody { justify-content: center; padding: clamp(28px, 3.5vw, 48px); }
.lcard-full h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.lcard-full p { max-width: 70ch; font-size: 1.02rem; }
.lbadge { position: absolute; z-index: 2; top: 18px; right: 18px; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: rgba(108,66,232,.92); padding: 6px 12px; border-radius: 100px; }
@media (max-width: 720px) {
  .lgrid { grid-template-columns: 1fr; }
  .lcard-full { grid-template-columns: 1fr; }
  .lcard-full .lvis { border-right: 0; border-bottom: 1px solid var(--line); aspect-ratio: 16/10; min-height: 0; }
}

/* ============================================================
   LEISTUNGS-POPUP (Wizard: Problem → Lösung → Ablauf)
   ============================================================ */
body.modal-open { overflow: hidden; }
.lmodal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: clamp(14px, 4vw, 40px); }
.lmodal[hidden] { display: none; }
.lmodal-back { position: absolute; inset: 0; background: rgba(14,15,22,.55); backdrop-filter: blur(6px); opacity: 0; transition: opacity .3s var(--ease); }
.lmodal.open .lmodal-back { opacity: 1; }
.lmodal-card { position: relative; z-index: 1; width: min(660px, 100%); max-height: 92vh; overflow-y: auto; background: var(--paper); border-radius: var(--r-xl); box-shadow: var(--sh-lg); padding: clamp(26px, 4vw, 46px); opacity: 0; transform: translateY(26px) scale(.96); transition: opacity .4s var(--ease), transform .45s var(--ease); }
.lmodal.open .lmodal-card { opacity: 1; transform: none; }
.lmodal-x { position: absolute; top: 15px; right: 15px; width: 40px; height: 40px; border-radius: 50%; background: var(--bg); color: var(--ink-2); display: grid; place-items: center; transition: background .2s, color .2s; }
.lmodal-x:hover { background: var(--lav); color: var(--lila); }
.lmodal-x svg { width: 18px; height: 18px; }
.lmodal-eyebrow { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--lila); }
.lmodal-card h3 { font-size: clamp(1.5rem, 3.4vw, 2.15rem); margin-top: 6px; padding-right: 40px; }

/* Fortschritt */
.lmodal-prog { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 28px 0 6px; }
.lmp-track { position: absolute; left: 16.6%; right: 16.6%; top: 20px; height: 3px; background: var(--line); border-radius: 3px; overflow: hidden; }
.lmp-fill { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--grad); border-radius: 3px; transition: width .45s var(--ease); }
.lmp { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; }
.lmp-dot { width: 42px; height: 42px; border-radius: 50%; background: var(--paper); border: 2px solid var(--line); color: var(--ink-2); display: grid; place-items: center; transition: transform .35s var(--ease), background .35s, border-color .35s, color .35s, box-shadow .35s; }
.lmp-dot svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lmp-l { font-size: .8rem; font-weight: 600; color: var(--ink-2); transition: color .3s; }
.lmp.active .lmp-dot { border-color: var(--lila); color: var(--lila); box-shadow: 0 0 0 5px rgba(108,66,232,.12); transform: scale(1.08); }
.lmp.done .lmp-dot { background: var(--lila); border-color: var(--lila); color: #fff; }
.lmp.active .lmp-l { color: var(--ink); }

/* Slides (horizontaler Wizard) */
.lmodal-viewport { overflow: hidden; margin-top: 24px; }
.lmodal-track { display: flex; transition: transform .5s var(--ease); }
.lmodal-slide { flex: 0 0 100%; min-width: 0; }
.lms-ic { width: 62px; height: 62px; border-radius: 17px; display: grid; place-items: center; color: #fff; margin-bottom: 18px; opacity: 0; transform: translateY(10px) scale(.9); transition: opacity .5s var(--ease) .06s, transform .5s var(--ease) .06s; }
.lms-ic svg { width: 29px; height: 29px; }
.ic-problem { background: linear-gradient(140deg, #F0A24E, #E0524C); }
.ic-loesung { background: linear-gradient(140deg, #8B6BF2, #6C42E8); }
.ic-ablauf  { background: linear-gradient(140deg, #3BC9A0, #22A06B); }
.lmodal-slide h4 { font-size: 1.4rem; margin-bottom: 11px; opacity: 0; transform: translateY(12px); transition: opacity .5s var(--ease) .13s, transform .5s var(--ease) .13s; }
.lmodal-slide p { color: var(--ink-2); font-size: 1.05rem; line-height: 1.65; opacity: 0; transform: translateY(12px); transition: opacity .5s var(--ease) .2s, transform .5s var(--ease) .2s; }
.lmodal-slide.is-active .lms-ic,
.lmodal-slide.is-active h4,
.lmodal-slide.is-active p { opacity: 1; transform: none; }

.lmodal-nav { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.lmodal-prev { border: 1px solid var(--line); }
.lmodal-prev[disabled] { opacity: 0; visibility: hidden; }
.lmodal-next { margin-left: auto; }

@media (max-width: 500px) { .lmp-l { font-size: .7rem; } .lmodal-slide p { font-size: 1rem; } }
@media (prefers-reduced-motion: reduce) {
  .lmodal-back, .lmodal-card, .lmodal-track, .lmp-fill, .lmp-dot, .lms-ic, .lmodal-slide h4, .lmodal-slide p { transition: none; }
}

/* ============================================================
   VERGLEICHS-TABELLE
   ============================================================ */
/* Vergleich als Bild (ersetzt die Tabelle) */
.compare-img { max-width: 960px; margin: 0 auto; }
.compare-img img { width: 100%; height: auto; display: block; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--sh); }
.compare-img.is-empty { min-height: 300px; border-radius: var(--r-lg); border: 1px dashed var(--line); background: var(--grad-soft); display: grid; place-items: center; }
.compare-img.is-empty::after { content: "Vergleichsgrafik folgt"; color: var(--ink-2); font-weight: 600; font-size: .95rem; }

.compare { max-width: 900px; margin: 0 auto; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh); background: var(--paper); }
.crow { display: grid; grid-template-columns: 1.5fr 1fr 1fr; align-items: stretch; }
.crow + .crow { border-top: 1px solid var(--line-2); }
.ccell { padding: 18px 22px; display: flex; align-items: center; gap: 10px; }
.chead .ccell { font-weight: 700; font-size: .98rem; }
.chead .us { background: var(--grad); color: #fff; }
.ccell.us { background: var(--lav); }
.ccell.feat-c { font-weight: 600; }
.ci { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; }
.ci.y { background: rgba(34,160,107,.15); color: var(--ok); }
.ci.n { background: rgba(224,82,76,.14); color: var(--bad); }
.ci.w { background: rgba(224,168,30,.16); color: var(--warn); }
.ci svg { width: 14px; height: 14px; }
.ccell small { color: var(--ink-2); font-weight: 400; }
.chead .us small { color: rgba(255,255,255,.85); }
@media (max-width: 680px) {
  .crow { grid-template-columns: 1fr; }
  .chead { display: none; }
  .ccell.feat-c { background: var(--bg-2); font-size: 1.02rem; }
  .ccell.std::before { content: "Standard: "; font-weight: 600; color: var(--ink-2); }
  .ccell.us::before { content: "StratNova: "; font-weight: 600; }
}

/* ============================================================
   PROZESS — linke vertikale Leiste + Schritte
   ============================================================ */
.proc { display: grid; grid-template-columns: 260px 1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.proc-rail { position: sticky; top: 120px; }
.proc-rail .pr-track { position: relative; padding-left: 40px; }
.pr-line { position: absolute; left: 15px; top: 14px; bottom: 14px; width: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.pr-fill { position: absolute; inset: 0 0 auto 0; height: 0; background: var(--grad); transition: height .3s linear; }
.pr-node { position: relative; min-height: 84px; }
.pr-node .pd { position: absolute; left: -40px; top: -2px; width: 32px; height: 32px; border-radius: 50%; background: var(--paper); border: 2px solid var(--line); display: grid; place-items: center; font-weight: 700; font-size: .86rem; color: var(--ink-2); transition: all .4s var(--ease); }
.pr-node.active .pd { background: var(--lila); border-color: var(--lila); color: #fff; box-shadow: 0 0 0 5px rgba(91,63,224,.15); }
.pr-node .pl { font-weight: 600; color: var(--ink-2); padding-top: 4px; transition: color .3s; }
.pr-node.active .pl { color: var(--ink); }
.proc-steps { display: flex; flex-direction: column; gap: clamp(18px, 3vw, 30px); }
.pstep { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; padding: clamp(24px, 3vw, 36px); }
.pstep .pnum { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--lila); margin-bottom: 8px; }
.pstep h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin-bottom: 10px; }
.pstep p { color: var(--ink-2); font-size: .98rem; }
.pstep .pvis { aspect-ratio: 4/3; border-radius: var(--r); background: var(--grad-soft); border: 1px solid var(--line); display: grid; place-items: center; color: var(--lila); position: relative; overflow: hidden; }
.pstep .pvis svg { width: 54px; height: 54px; }
/* Bild überlagert das Icon (Icon bleibt Fallback, bis Bild geladen ist) */
.pstep .pvis.pvis-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .proc { grid-template-columns: 1fr; } .proc-rail { display: none; } }
@media (max-width: 620px) { .pstep { grid-template-columns: 1fr; } }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tcard { padding: 28px; display: flex; flex-direction: column; }
.tcard .stars { display: flex; gap: 3px; color: var(--lila); margin-bottom: 14px; }
.tcard .stars svg { width: 16px; height: 16px; }
.tcard .tq { font-size: 1.02rem; color: var(--ink); line-height: 1.55; flex: 1; }
.tcard .ta { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.tcard .ta .av { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 700; }
.tcard .ta .nm { font-weight: 600; font-size: .95rem; }
.tcard .ta .fm { color: var(--ink-2); font-size: .82rem; }
.tbig { grid-column: span 3; background: var(--grad); color: #fff; border-radius: var(--r-lg); padding: clamp(36px, 5vw, 60px); text-align: center; box-shadow: var(--sh-lila); }
.tbig .tq { font-family: var(--f-serif); font-style: italic; font-size: clamp(1.5rem, 3.2vw, 2.4rem); line-height: 1.3; max-width: 26ch; margin: 0 auto; }
.tbig .ta { justify-content: center; margin-top: 26px; }
.tbig .ta .av { background: rgba(255,255,255,.2); }
@media (max-width: 860px) { .tgrid { grid-template-columns: 1fr; } .tbig { grid-column: span 1; } }

/* Video-Testimonial-Karte (Unterseiten) */
.tvideo { aspect-ratio: 16/10; position: relative; background: var(--grad); display: grid; place-items: center; border-radius: var(--r) var(--r) 0 0; }
.tvideo .play { width: 60px; height: 60px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: var(--sh-lg); transition: transform .3s var(--ease); }
.card-hover:hover .tvideo .play { transform: scale(1.08); }
.tvideo .play svg { width: 22px; height: 22px; color: var(--lila-deep); margin-left: 3px; }

/* ============================================================
   STATS
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat .sn { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 700; letter-spacing: -.03em; color: var(--lila); line-height: 1; }
.stat .sl { color: var(--ink-2); margin-top: 10px; font-size: .95rem; max-width: 20ch; margin-inline: auto; }
@media (max-width: 680px) { .stats { grid-template-columns: 1fr 1fr; gap: 28px 16px; } }

/* ============================================================
   CTA
   ============================================================ */
.cta-panel { position: relative; overflow: hidden; border-radius: var(--r-xl); background: var(--grad); color: #fff; text-align: center; padding: clamp(44px, 6vw, 84px) var(--pad); box-shadow: var(--sh-lg); }
.cta-panel::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 15%, rgba(255,255,255,.22), transparent 45%), radial-gradient(circle at 85% 88%, rgba(255,255,255,.14), transparent 42%); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { font-size: clamp(2rem, 5vw, 3.4rem); max-width: 20ch; margin: 0 auto 16px; }
.cta-panel h2 .serif { color: rgba(255,255,255,.92); }
.cta-panel p { color: rgba(255,255,255,.85); max-width: 50ch; margin: 0 auto 32px; font-size: 1.1rem; }
.cta-re { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.cta-re span { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .9rem; color: rgba(255,255,255,.92); }
.cta-re svg { width: 18px; height: 18px; }

/* CTA als Split: Text links + Formularkarte rechts */
.cta-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px); align-items: center; text-align: left; }
.cta-split h2 { margin: 0 0 16px; max-width: 18ch; }
.cta-split .cta-copy p { margin: 0; max-width: 46ch; }
.cta-split .cta-re { justify-content: flex-start; }
.cta-form { background: #fff; border-radius: var(--r-lg); padding: clamp(22px, 3vw, 32px); box-shadow: var(--sh-lg); display: flex; flex-direction: column; gap: 14px; }
.cta-form .ff { display: flex; flex-direction: column; gap: 6px; }
.cta-form label { font-size: .8rem; font-weight: 600; color: var(--ink-2); }
.cta-form input { width: 100%; padding: 13px 15px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); font: inherit; font-size: .98rem; transition: border-color .2s, box-shadow .2s, background .2s; }
.cta-form input::placeholder { color: #A6A5B3; }
.cta-form input:focus { outline: none; border-color: var(--lila); background: #fff; box-shadow: 0 0 0 3px rgba(108,66,232,.15); }
.cta-form .cta-submit { margin-top: 6px; justify-content: center; background: var(--lila); color: #fff; }
.cta-form .cta-submit .ic { background: rgba(255,255,255,.22); color: #fff; }
.cta-form .cta-submit:hover { background: var(--lila-deep); transform: translateY(-2px); }
.cta-form .cta-submit[disabled] { opacity: .6; pointer-events: none; }
.cta-status { margin: 2px 0 0; font-size: .9rem; min-height: 1.1em; color: var(--ink-2); }
.cta-status.ok { color: var(--ok); font-weight: 600; }
.cta-status.err { color: var(--bad); font-weight: 600; }
.cta-status a { color: inherit; text-decoration: underline; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.cta-consent { display: flex; align-items: flex-start; gap: 9px; font-size: .82rem; line-height: 1.45; color: var(--ink-2); cursor: pointer; }
.cta-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--lila); }
.cta-consent a { color: var(--lila); text-decoration: underline; }
@media (max-width: 820px) {
  .cta-split { grid-template-columns: 1fr; text-align: center; }
  .cta-split h2, .cta-split .cta-copy p { margin-inline: auto; }
  .cta-split .cta-re { justify-content: center; margin-bottom: 30px; }
  .cta-form { text-align: left; }
}

/* ---------- Responsive Sektionen ---------- */
@media (max-width: 860px) { .cards-3 { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
@media (max-width: 680px) { .stats { text-align: center; } }
