/* ============================================
   Ebene 3 — Modul „Digitale Stammdaten-Erfassung"
   Header (Hero) styles · split layout in cuvalu language
   ============================================ */

/* ──────────────── Hero (split) ──────────────── */
.cv-sd-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 620px at 92% 6%, rgba(114,186,211,0.30), transparent 64%),
    radial-gradient(680px 480px at -4% 98%, rgba(244,97,12,0.14), transparent 62%),
    linear-gradient(140deg, var(--cv-blue-dark) 0%, var(--cv-blue-deep) 100%);
  color: #fff;
  padding: 52px 0 104px;
}
.cv-sd-hero .cv-hero-orb.--a { opacity: 0.34; }
.cv-sd-hero .cv-hero-orb.--b { opacity: 0.18; bottom: -160px; left: -3%; }

.cv-sd-hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: center;
  margin-top: 8px;
}

/* ─── Left column ─── */
.cv-sd-hero-copy { max-width: 580px; }
.cv-sd-hero-copy .cv-eyebrow {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.84);
  letter-spacing: 0.12em;
}

.cv-sd-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(46px, 5.6vw, 76px); line-height: 0.98; letter-spacing: -0.035em;
  margin: 26px 0 22px; color: #fff;
}
.cv-sd-title .line { display: block; white-space: nowrap; }
.cv-sd-title .accent {
  font-style: normal; font-weight: 700;
  color: var(--cv-blue-light);
  letter-spacing: -0.025em;
}

.cv-sd-lead {
  font-size: 17.5px; line-height: 1.68;
  color: rgba(255,255,255,0.76);
  max-width: 500px; margin: 0 0 36px;
  text-wrap: pretty;
}
.cv-sd-lead strong { color: #fff; font-weight: 700; }

.cv-sd-hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 34px;
}

.cv-sd-hero-trust {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  font-size: 13.5px; color: rgba(255,255,255,0.66);
  font-family: var(--font-display);
}
.cv-sd-hero-trust .item { display: inline-flex; align-items: center; gap: 9px; }
.cv-sd-hero-trust svg { color: var(--cv-blue-light); flex-shrink: 0; }
.cv-sd-hero-trust strong { color: #fff; font-weight: 800; }

/* ─── Right column — Video ─── */
.cv-sd-video { position: relative; width: 100%; padding: 4px; box-sizing: border-box; }

/* Floating badge above the frame */
.cv-sd-video-badge {
  position: absolute; top: -16px; left: 24px; z-index: 3;
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; color: var(--cv-blue-dark);
  border-radius: 12px; padding: 9px 14px;
  font-family: var(--font-display); font-weight: 700; font-size: 12.5px;
  box-shadow: 0 14px 34px rgba(15,24,48,0.34);
}
.cv-sd-video-badge .ic {
  width: 22px; height: 22px; border-radius: 7px;
  background: rgba(244,97,12,0.14); color: var(--cv-orange);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.cv-sd-video-frame {
  position: relative; overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background: #0d1628;
  border: 1px solid rgba(39,53,95,0.18);
  box-shadow:
    0 2px 0 0 rgba(255,255,255,0.06) inset,
    0 24px 56px -20px rgba(20,33,70,0.55),
    0 6px 18px -8px rgba(20,33,70,0.35);
}
.cv-sd-video-el {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain; display: block;
  border-radius: 17px;
}
  border-radius: 26px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 80px rgba(15,24,48,0.40);
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);
}
/* (stripes removed — real video plays) */

.cv-sd-video-tag {
  position: absolute; top: 18px; right: 18px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(13,22,46,0.55);
  border: 1px solid rgba(255,255,255,0.16);
  font-family: var(--font-display); font-weight: 700; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.82);
}
.cv-sd-video-tag .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--cv-orange);
  box-shadow: 0 0 0 4px rgba(244,97,12,0.22);
  animation: cv-pulse 2.4s ease-in-out infinite;
}
.cv-sd-video-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  z-index: 2; width: 84px; height: 84px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(244,97,12,0.92); color: #fff;
  display: flex; align-items: center; justify-content: center;
  padding-left: 4px;
  box-shadow: 0 18px 40px rgba(244,97,12,0.34), 0 0 0 0 rgba(244,97,12,0.45);
  transition: transform .25s ease, box-shadow .25s ease, background .25s;
  animation: cv-sd-playpulse 2.8s ease-out infinite;
}
.cv-sd-video-play:hover { transform: translate(-50%, -50%) scale(1.07); background: var(--cv-orange); }
@keyframes cv-sd-playpulse {
  0% { box-shadow: 0 18px 40px rgba(244,97,12,0.34), 0 0 0 0 rgba(244,97,12,0.45); }
  70% { box-shadow: 0 18px 40px rgba(244,97,12,0.34), 0 0 0 22px rgba(244,97,12,0); }
  100% { box-shadow: 0 18px 40px rgba(244,97,12,0.34), 0 0 0 0 rgba(244,97,12,0); }
}
@media (prefers-reduced-motion: reduce) { .cv-sd-video-play { animation: none; } }
.cv-sd-video-note {
  position: absolute; bottom: 16px; left: 20px; z-index: 2;
  font-family: var(--font-mono, ui-monospace, "SF Mono", Menlo, monospace);
  font-size: 11.5px; letter-spacing: 0.02em; color: rgba(255,255,255,0.45);
}

/* ─── Kennzahlen im Kartenformat (unter dem Video) ─── */
.cv-sd-statcards {
  position: relative; z-index: 2;
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.cv-sd-statcard {
  position: relative;
  padding: 28px 26px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  display: flex; flex-direction: column; gap: 18px;
  transition: transform .3s ease, border-color .3s, background .3s;
}
.cv-sd-statcard:hover {
  transform: translateY(-4px);
  border-color: rgba(244,97,12,0.45);
  background: rgba(255,255,255,0.07);
}
.cv-sd-statcard-num {
  position: absolute; top: 24px; right: 26px;
  font-family: var(--font-display); font-weight: 800; font-size: 13px;
  color: var(--cv-orange); letter-spacing: 0.12em;
}
.cv-sd-statcard-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: rgba(244,97,12,0.14); color: var(--cv-orange);
  display: flex; align-items: center; justify-content: center;
}
.cv-sd-statcard-big {
  font-family: var(--font-display); font-weight: 800;
  font-size: 58px; line-height: 0.9; letter-spacing: -0.04em;
  color: #fff; white-space: nowrap;
  display: flex; align-items: baseline; gap: 3px;
}
.cv-sd-statcard-big .pre { color: var(--cv-orange); }
.cv-sd-statcard-big .avg { font-size: 34px; font-weight: 700; color: var(--cv-blue-light); margin-right: 4px; }
.cv-sd-statcard-big .unit { font-size: 26px; font-weight: 700; color: var(--cv-blue-light); letter-spacing: -0.01em; }
.cv-sd-statcard-big .zero { color: var(--cv-blue-light); }
.cv-sd-statcard-meta .t {
  font-family: var(--font-display); font-weight: 800; font-size: 16px;
  color: #fff; line-height: 1.2;
}
.cv-sd-statcard-meta .s {
  font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,0.7);
  margin-top: 6px;
}

/* ════════════════ Process path (zig-zag timeline) ════════════════ */
.cv-sd-path {
  position: relative; overflow: hidden;
  padding: 96px 0 110px;
  background:
    radial-gradient(900px 500px at 50% -5%, rgba(114,186,211,0.10), transparent 70%),
    #F4F6FB;
}
/* subtle dotted texture */
.cv-sd-path::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(39,53,95,0.07) 1.4px, transparent 1.4px);
  background-size: 26px 26px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 35%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 35%, transparent 85%);
}
.cv-sd-path .cv-wrap { position: relative; z-index: 1; }

.cv-sd-path-head { text-align: center; max-width: 720px; margin: 0 auto 18px; }
.cv-sd-path-head .cv-section-eyebrow {
  color: var(--cv-orange);
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
}
.cv-sd-path-head .cv-section-eyebrow::before,
.cv-sd-path-head .cv-section-eyebrow::after {
  content: ""; width: 30px; height: 1.5px; border-radius: 2px; flex-shrink: 0;
}
.cv-sd-path-head .cv-section-eyebrow::before { background: linear-gradient(90deg, transparent, var(--cv-orange)); }
.cv-sd-path-head .cv-section-eyebrow::after  { background: linear-gradient(90deg, var(--cv-orange), transparent); }
.cv-sd-path-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 50px); line-height: 1.05; letter-spacing: -0.025em;
  color: var(--cv-blue-dark); margin: 12px 0 0;
}
.cv-sd-path-title em { font-style: italic; font-weight: 700; color: var(--cv-orange); }

/* Timeline area */
.cv-sd-rows {
  position: relative;
  max-width: 1060px; margin: 56px auto 0;
}
.cv-sd-path-svg {
  position: absolute; top: 0; left: 0;
  z-index: 0; pointer-events: none; overflow: visible;
}
/* faint full track sits under the drawn gradient line */
.cv-sd-path-track {
  fill: none; stroke: rgba(39,53,95,0.12); stroke-width: 3.5; stroke-linecap: round;
}
.cv-sd-path-line {
  fill: none; stroke: url(#sd-line-grad); stroke-width: 3.5; stroke-linecap: round;
  transition: stroke-dashoffset 0.12s linear;
}
/* glowing tip that travels along while the line draws */
.cv-sd-path-tip .halo {
  fill: rgba(244,97,12,0.30);
  animation: cv-sd-tip-halo 1.4s ease-in-out infinite;
}
.cv-sd-path-tip .core {
  fill: #fff;
  stroke: var(--cv-orange); stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(244,97,12,0.9));
}
@keyframes cv-sd-tip-halo {
  0%, 100% { opacity: 0.5; r: 11; }
  50% { opacity: 0.15; r: 16; }
}
@media (prefers-reduced-motion: reduce) { .cv-sd-path-tip { display: none; } }

/* step reveal — each row fades + rises in as the tip passes it */
.cv-sd-prow {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1);
}
.cv-sd-prow.is-in { opacity: 1; transform: none; }
.cv-sd-prow .cv-sd-pnode {
  transform: translate(-50%, -50%) scale(0.4);
  opacity: 0;
  transition: transform .5s cubic-bezier(.34,1.56,.64,1) .08s, opacity .4s ease .08s;
}
.cv-sd-prow.is-in .cv-sd-pnode { transform: translate(-50%, -50%) scale(1); opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .cv-sd-prow { opacity: 1; transform: none; transition: none; }
  .cv-sd-prow .cv-sd-pnode { opacity: 1; transform: translate(-50%, -50%) scale(1); transition: none; }
}
@media print {
  .cv-sd-prow { opacity: 1 !important; transform: none !important; }
  .cv-sd-prow .cv-sd-pnode { opacity: 1 !important; transform: translate(-50%, -50%) scale(1) !important; }
  .cv-sd-path-line { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; }
}

/* Rows */
.cv-sd-prow {
  position: relative;
  display: flex;
  min-height: 40px;
}
.cv-sd-prow.--left  { justify-content: flex-start; }
.cv-sd-prow.--right { justify-content: flex-end; }
.cv-sd-prow + .cv-sd-prow { margin-top: -56px; }

/* Node on the centre line */
.cv-sd-pnode {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 52px; height: 52px; border-radius: 50%;
  background: radial-gradient(120% 120% at 30% 25%, #355084 0%, var(--cv-blue-dark) 55%, var(--cv-blue-deep) 100%);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 19px;
  box-shadow:
    0 0 0 6px #F4F6FB,
    0 0 0 8px rgba(114,186,211,0.45),
    0 12px 26px rgba(39,53,95,0.30);
}
.cv-sd-prow:last-child .cv-sd-pnode {
  box-shadow:
    0 0 0 6px #F4F6FB,
    0 0 0 8px rgba(244,97,12,0.5),
    0 12px 26px rgba(244,97,12,0.30);
  background: radial-gradient(120% 120% at 30% 25%, #FF8A3D 0%, var(--cv-orange) 60%, #D4500A 100%);
}

/* Card */
/* Flip card */
.cv-sd-flip {
  position: relative; z-index: 1;
  width: 45%;
  perspective: 1800px;
  cursor: pointer;
  transition: height .5s cubic-bezier(.2,.7,.2,1);
}
.cv-sd-flip:focus-visible { outline: 3px solid rgba(114,186,211,0.6); outline-offset: 6px; border-radius: 24px; }
.cv-sd-flip-inner {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.45,.05,.25,1);
}
.cv-sd-flip.is-flipped .cv-sd-flip-inner { transform: rotateY(180deg); }
.cv-sd-face {
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.cv-sd-face.--front { position: relative; }
.cv-sd-face.--back {
  position: absolute; top: 0; left: 0; right: 0;
  transform: rotateY(180deg);
}
.cv-sd-flip .cv-sd-face.--back { pointer-events: none; }
.cv-sd-flip.is-flipped .cv-sd-face.--front { pointer-events: none; }
.cv-sd-flip.is-flipped .cv-sd-face.--back { pointer-events: auto; }
.cv-sd-flip:hover .cv-sd-face { box-shadow: 0 34px 70px rgba(39,53,95,0.18); }

.cv-sd-pcard {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid rgba(39,53,95,0.07);
  border-radius: 22px;
  padding: 30px 32px 24px;
  box-shadow: 0 24px 56px rgba(39,53,95,0.10);
  transition: box-shadow .3s;
}
.cv-sd-pcard-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px; margin-bottom: 20px;
}
.cv-sd-pcard-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--cv-blue-tint); color: var(--cv-blue-dark);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cv-sd-pcard-icon svg { width: 28px; height: 28px; }
.cv-sd-pcard-meta { text-align: right; }
.cv-sd-pcard-num {
  font-family: var(--font-display); font-weight: 800; font-size: 12px;
  letter-spacing: 0.12em; color: rgba(39,53,95,0.32);
}
.cv-sd-pcard-tag {
  display: inline-block; margin-top: 7px;
  padding: 4px 11px; border-radius: 999px;
  background: var(--cv-blue-tint); color: var(--cv-blue-dark);
  font-family: var(--font-display); font-weight: 800; font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.cv-sd-pcard h3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 21px; line-height: 1.2; letter-spacing: -0.015em;
  color: var(--cv-blue-dark); margin: 0 0 12px; text-wrap: balance;
}
.cv-sd-pcard p {
  font-size: 14.5px; line-height: 1.6; color: var(--cv-text-mute);
  margin: 0; text-wrap: pretty;
}

/* Flip hint (bottom of each face) */
.cv-sd-flip-hint {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 18px;
  font-family: var(--font-display); font-weight: 800; font-size: 12.5px;
  color: var(--cv-blue-light); letter-spacing: 0.01em;
}
.cv-sd-flip-hint .ic {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(114,186,211,0.14); color: var(--cv-blue-dark);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.cv-sd-flip:hover .cv-sd-flip-hint .ic { transform: rotate(-40deg); }

/* Back face */
.cv-sd-face.--back {
  background: linear-gradient(165deg, #FFFFFF 0%, #F4F7FC 100%);
}
.cv-sd-back-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px; padding-bottom: 16px;
  border-bottom: 1px dashed var(--cv-line);
}
.cv-sd-back-num {
  font-family: var(--font-display); font-weight: 800; font-size: 12px;
  letter-spacing: 0.12em; color: rgba(39,53,95,0.32);
}
.cv-sd-back-text {
  font-size: 14px; line-height: 1.64; color: var(--cv-text-mute);
  margin: 0; text-wrap: pretty;
}

/* letzte Karte (Datenschutz) in Orange */
.cv-sd-prow:last-child .cv-sd-pcard-icon { background: rgba(244,97,12,0.12); color: var(--cv-orange); }
.cv-sd-prow:last-child .cv-sd-pcard-tag { background: rgba(244,97,12,0.12); color: var(--cv-orange); }
.cv-sd-prow:last-child .cv-sd-flip-hint { color: var(--cv-orange); }
.cv-sd-prow:last-child .cv-sd-flip-hint .ic { background: rgba(244,97,12,0.14); color: #B4480C; }

/* ──────────────── Responsive ──────────────── */
@media (max-width: 1080px) {
  .cv-sd-hero-inner { grid-template-columns: 1fr; gap: 56px; }
  .cv-sd-hero-copy { max-width: none; }
  .cv-sd-lead { max-width: 620px; }
  .cv-sd-statcards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .cv-sd-prow, .cv-sd-prow.--left, .cv-sd-prow.--right { justify-content: flex-start; }
  .cv-sd-prow + .cv-sd-prow { margin-top: 22px; }
  .cv-sd-flip { width: 100%; margin-left: 56px; }
  .cv-sd-pnode { left: 26px; top: 34px; transform: translate(-50%, 0); width: 46px; height: 46px; font-size: 17px; }
  .cv-sd-pcard { padding: 26px 24px 22px; }
  /* keep mobile node anchored — only scale, don't re-centre vertically */
  .cv-sd-prow .cv-sd-pnode { transform: translate(-50%, 0) scale(0.4); }
  .cv-sd-prow.is-in .cv-sd-pnode { transform: translate(-50%, 0) scale(1); }
}
@media (max-width: 640px) {
  .cv-sd-hero { padding: 40px 0 80px; }
  /* hero headline: lines may wrap on small screens (desktop keeps nowrap) */
  .cv-sd-title { font-size: clamp(36px, 10.5vw, 46px); }
  .cv-sd-title .line { white-space: normal; overflow-wrap: break-word; }
  .cv-sd-hero-actions { flex-direction: column; align-items: stretch; }
  .cv-sd-hero-actions .cv-pill { justify-content: center; }
  .cv-sd-statcards { grid-template-columns: 1fr; }
  .cv-sd-statcard-big { font-size: 50px; }
}

/* 3-column testimonial variant (used on the Bewegungsdaten page) */
@media (min-width: 861px) {
  .cv-sk-testimonials-grid.cv-q3 { grid-template-columns: repeat(3, 1fr); }
}

/* ── Empfehlung callout (Steuerkanzlei hero) ── */
.cv-sks-reco {
  margin-top: 34px;
  display: flex; align-items: flex-start; gap: 22px;
  padding: 26px 30px;
  background: var(--cv-cream);
  border: 1px solid var(--cv-line);
  border-left: 4px solid var(--cv-orange);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(39,53,95,0.06);
}
.cv-sks-reco-tag {
  flex-shrink: 0;
  font-family: var(--font-display); font-weight: 800;
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cv-orange);
  padding-top: 3px;
  white-space: nowrap;
}
.cv-sks-reco p {
  margin: 0;
  font-size: 16px; line-height: 1.62; color: var(--cv-text);
  text-wrap: pretty;
}
.cv-sks-reco p strong { color: var(--cv-blue-dark); font-weight: 700; }
@media (max-width: 720px) {
  .cv-sks-reco { flex-direction: column; gap: 12px; padding: 22px 24px; }
}

/* ── Final CTA lead (Steuerkanzlei) ── */
.cv-sks-final-lead {
  margin: 18px auto 0;
  max-width: 620px;
  font-size: 16.5px; line-height: 1.62;
  color: rgba(255,255,255,0.82);
  text-wrap: pretty;
}

/* ── Zitat-Rondell (Typewriter-Karussell) ── */
.cv-sks-carousel { margin-top: 8px; padding-bottom: 72px; }
.cv-sks-stage {
  position: relative;
  width: 100%; max-width: 920px; margin: 0 auto;
  transition: height .55s cubic-bezier(.2,.7,.2,1);
}
.cv-sks-qcard {
  position: absolute; top: 0; left: 0; right: 0; margin: 0;
  display: flex; flex-direction: column;
  padding: 0;
  transition: transform .72s cubic-bezier(.5,.05,.2,1), opacity .55s ease;
  will-change: transform, opacity;
}
.cv-sks-qcard.is-active { transform: translateX(0) scale(1);      opacity: 1; pointer-events: auto; z-index: 2; }
.cv-sks-qcard.is-exit   { transform: translateX(-90px) scale(.99); opacity: 0; pointer-events: none; z-index: 1; }
.cv-sks-qcard.is-wait   { transform: translateX(90px)  scale(.99); opacity: 0; pointer-events: none; z-index: 1; }

.cv-sks-qmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 104px; line-height: .8; height: 50px;
  background: linear-gradient(180deg, var(--cv-orange), #FF8A3D);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  opacity: .92; user-select: none;
}
.cv-sks-qtext {
  margin: 18px 0 0;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(21px, 2.5vw, 33px); line-height: 1.44; letter-spacing: -0.014em;
  color: var(--cv-blue-dark); text-wrap: pretty;
}
.cv-sks-qfoot {
  display: flex; align-items: center; gap: 16px;
  margin-top: 34px;
  opacity: 0; transform: translateY(8px);
  transition: opacity .5s ease, transform .5s ease;
}
.cv-sks-qfoot.is-on { opacity: 1; transform: translateY(0); }
.cv-sks-qfoot .avatar {
  width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--cv-blue-light), var(--cv-blue-dark));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 17px;
}
.cv-sks-qfoot .who .name {
  font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--cv-blue-dark);
}
.cv-sks-qfoot .who .role { font-size: 13.5px; color: var(--cv-text-mute); margin-top: 2px; }

/* progress bars */
.cv-sks-dots {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  max-width: 920px; margin: 44px auto 0;
}
.cv-sks-dot {
  appearance: none; background: none; border: none; cursor: pointer;
  padding: 8px 0; display: flex; align-items: center;
}
.cv-sks-dot .bar {
  display: block; width: 30px; height: 4px; border-radius: 999px;
  background: rgba(39,53,95,0.14); overflow: hidden;
  transition: width .35s ease, background .25s ease;
}
.cv-sks-dot.is-on .bar { width: 60px; background: rgba(39,53,95,0.14); }
.cv-sks-dot .fill {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--cv-blue-light), var(--cv-orange));
  border-radius: 999px;
}
.cv-sks-dot.is-on .fill { animation: cv-sks-fill linear forwards; }
.cv-sks-dot:hover .bar { background: rgba(39,53,95,0.26); }

@keyframes cv-sks-fill { from { width: 0; } to { width: 100%; } }

/* Solo-Zitat (nur eine Stimme): natürliche Höhe statt fixer Bühne, keine
   Fortschritts-Punkte – plus der Abstand zum CTA, den sonst die Punkte schaffen. */
.cv-sks-carousel.--solo { padding-bottom: 132px; }
.cv-sks-carousel.--solo .cv-sks-stage { height: auto !important; }
.cv-sks-carousel.--solo .cv-sks-qcard { position: relative; }

@media (max-width: 720px) {
  .cv-sks-qmark { font-size: 80px; height: 40px; }
  .cv-sks-qcard.is-exit { transform: translateX(-60px) scale(.99); }
  .cv-sks-qcard.is-wait { transform: translateX(60px)  scale(.99); }
}
@media (prefers-reduced-motion: reduce) {
  .cv-sks-qcard, .cv-sks-stage, .cv-sks-qfoot { transition: none; }
  .cv-sks-dot.is-on .fill { animation: none; width: 100%; }
}

/* ════════════════════════════════════════════════════════════════
   SD-Seite (Geschäftskunden) — Sonderbehandlung, NUR diese Unterseite
   Scoped über die Modifier-Klassen .--ink / .--bubbles, damit die
   Steuerkanzlei-Variante (gleiche Klassen, gleiches CSS) unberührt bleibt.
   ════════════════════════════════════════════════════════════════ */

/* ── Pfad: durchgängiges Header-Blau als Hintergrund, Kacheln in Blau ── */
.cv-sd-path.--ink {
  background: var(--cv-blue-dark);
}
/* helle Punkttextur (auf dunklem Grund) */
.cv-sd-path.--ink::before {
  background-image: radial-gradient(rgba(255,255,255,0.05) 1.4px, transparent 1.4px);
}
/* Kopfzeile auf Dunkel lesbar */
.cv-sd-path.--ink .cv-sd-path-title { color: #fff; }
/* schwacher Hintergrund-Track der Linie hell-transparent */
.cv-sd-path.--ink .cv-sd-path-track { stroke: rgba(255,255,255,0.16); }
/* Knoten-Ringe an den grauen Hintergrund anpassen */
.cv-sd-path.--ink .cv-sd-pnode {
  box-shadow:
    0 0 0 6px var(--cv-blue-dark),
    0 0 0 8px rgba(114,186,211,0.50),
    0 12px 26px rgba(0,0,0,0.35);
}
.cv-sd-path.--ink .cv-sd-prow:last-child .cv-sd-pnode {
  box-shadow:
    0 0 0 6px var(--cv-blue-dark),
    0 0 0 8px rgba(244,97,12,0.55),
    0 12px 26px rgba(244,97,12,0.30);
}
/* ── Flip-Cards in elevated Blau (statt Weiß) ──
   Karten-Oberfläche etwas heller als der Sektions-Verlauf, mit Glas-Kante
   und feinem Top-Sheen, damit sie sich klar abheben ohne zu „beißen". */
.cv-sd-path.--ink .cv-sd-pcard {
  background: linear-gradient(168deg, #35487C 0%, #2B3B68 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 26px 60px rgba(0,0,0,0.40),
    inset 0 1px 0 rgba(255,255,255,0.10);
}
.cv-sd-path.--ink .cv-sd-face.--back {
  background: linear-gradient(168deg, #324478 0%, #28396A 100%);
}
.cv-sd-path.--ink .cv-sd-flip:hover .cv-sd-face {
  box-shadow:
    0 38px 84px rgba(0,0,0,0.48),
    inset 0 1px 0 rgba(255,255,255,0.12);
}

/* Schrift auf Dunkel */
.cv-sd-path.--ink .cv-sd-pcard h3 { color: #FFFFFF; }
.cv-sd-path.--ink .cv-sd-pcard p,
.cv-sd-path.--ink .cv-sd-back-text { color: rgba(226,236,248,0.76); }
.cv-sd-path.--ink .cv-sd-pcard-num,
.cv-sd-path.--ink .cv-sd-back-num { color: rgba(255,255,255,0.42); }

/* Icon-Plättchen + Tag in hellem Blau */
.cv-sd-path.--ink .cv-sd-pcard-icon {
  background: rgba(255,255,255,0.10); color: #93CCE0;
}
.cv-sd-path.--ink .cv-sd-pcard-tag {
  background: rgba(114,186,211,0.20); color: #BFE0ED;
}

/* Flip-Hinweis + Trennlinie */
.cv-sd-path.--ink .cv-sd-flip-hint { color: var(--cv-blue-light); }
.cv-sd-path.--ink .cv-sd-flip-hint .ic {
  background: rgba(255,255,255,0.12); color: #D6ECF4;
}
.cv-sd-path.--ink .cv-sd-back-head { border-bottom-color: rgba(255,255,255,0.18); }

/* letzte Karte (Datenschutz) — Orange-Akzent auf Dunkel aufgehellt */
.cv-sd-path.--ink .cv-sd-prow:last-child .cv-sd-pcard-icon {
  background: rgba(244,97,12,0.22); color: #FBB084;
}
.cv-sd-path.--ink .cv-sd-prow:last-child .cv-sd-pcard-tag {
  background: rgba(244,97,12,0.22); color: #FBB68F;
}
.cv-sd-path.--ink .cv-sd-prow:last-child .cv-sd-flip-hint { color: #F7A569; }
.cv-sd-path.--ink .cv-sd-prow:last-child .cv-sd-flip-hint .ic {
  background: rgba(244,97,12,0.24); color: #FFD3B2;
}

/* ── Zitate als Sprechblasen ── */
.cv-sk-testimonials.--bubbles { padding: 84px 0 92px; }
.cv-sk-testimonials.--bubbles .cv-sk-testimonials-head { margin-bottom: 52px; }
.cv-sd-bubble-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px 40px;
  align-items: start;
}
.cv-sd-bubble { display: flex; flex-direction: column; }

/* das Zitat-Tile, das nach oben „aufgeht" */
.cv-sd-bubble-body {
  position: relative;
  background: #fff;
  border: 1px solid rgba(39,53,95,0.07);
  border-radius: 24px;
  padding: 30px 34px 30px;
  box-shadow: 0 24px 54px rgba(39,53,95,0.11);
  transform-origin: 56px bottom;
  opacity: 0; transform: scale(0.55) translateY(12px);
  transition: opacity .45s ease, transform .62s cubic-bezier(.34,1.46,.5,1);
}
.cv-sd-bubble.is-in .cv-sd-bubble-body { opacity: 1; transform: none; }
/* Sprechblasen-Spitze nach unten, zeigt auf das Logo des Sprechers */
.cv-sd-bubble-body::after {
  content: ""; position: absolute; left: 46px; bottom: -10px;
  width: 22px; height: 22px; background: #fff;
  border-right: 1px solid rgba(39,53,95,0.07);
  border-bottom: 1px solid rgba(39,53,95,0.07);
  border-bottom-right-radius: 5px;
  transform: rotate(45deg);
}
.cv-sd-bubble-mark {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px; line-height: 0.2; height: 26px;
  color: rgba(244,97,12,0.22); user-select: none;
}
.cv-sd-bubble-body blockquote {
  margin: 6px 0 0; padding: 0;
  font-family: var(--font-display); font-weight: 600;
  font-size: 17px; line-height: 1.56; letter-spacing: -0.005em;
  color: var(--cv-blue-dark); text-wrap: pretty;
}
/* der Sprecher (Logo + Name) — erscheint zuerst */
.cv-sd-bubble-foot {
  display: flex; align-items: center; gap: 14px;
  margin-top: 24px; padding-left: 6px;
  opacity: 0; transform: translateY(8px);
  transition: opacity .45s ease, transform .45s ease;
}
.cv-sd-bubble.is-in .cv-sd-bubble-foot { opacity: 1; transform: none; }
.cv-sd-bubble-foot .avatar {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--cv-blue-light), var(--cv-blue-dark));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 16px;
  box-shadow: 0 8px 20px rgba(39,53,95,0.18);
}
.cv-sd-bubble-foot .name {
  font-family: var(--font-display); font-weight: 700; font-size: 15.5px; color: var(--cv-blue-dark);
}
.cv-sd-bubble-foot .role { font-size: 13px; color: var(--cv-text-mute); margin-top: 2px; }

@media (max-width: 860px) {
  .cv-sd-bubble-grid { grid-template-columns: 1fr; gap: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .cv-sd-bubble-body, .cv-sd-bubble-foot { transition: none; opacity: 1; transform: none; }
}
@media print {
  .cv-sd-bubble-body, .cv-sd-bubble-foot { opacity: 1 !important; transform: none !important; }
}

