/* ═══════════════════════════════════════════════════════════
   LEISTUNGEN — second page. Builds on style.css tokens (CI):
   --cream --paper --ink --gold --gold-bright --burgundy
   --serif (Cormorant) --sans (Outfit)
   ═══════════════════════════════════════════════════════════ */

/* Reveal (self-contained — page has no main.js) */
.reveal-up { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal-up.is-in { opacity: 1; transform: none; }

.nav.is-solid { background: rgba(252,250,246,0.85); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(28,23,20,0.08); }

/* ── Page header ── */
.lp-head { padding: clamp(120px,16vh,180px) 0 clamp(40px,6vh,70px); text-align: center; background: radial-gradient(120% 90% at 50% 0%, rgba(212,175,55,0.10), transparent 60%); }
.lp-title { font-family: var(--serif); font-weight: 600; font-size: clamp(2.4rem,6vw,4.4rem); line-height: 1.04; letter-spacing: -0.01em; color: var(--ink); margin: 14px 0 0; }
.lp-title em { font-style: italic; color: var(--gold); }
.lp-lead { max-width: 60ch; margin: 22px auto 0; color: rgba(28,23,20,0.66); font-size: clamp(1rem,1.4vw,1.2rem); line-height: 1.6; }

/* ════════ DAS ERMÖGLICHEN WIR ════════ */
.enable { padding: clamp(50px,8vh,90px) 0; }
.enable-head { text-align: center; margin-bottom: clamp(34px,5vh,56px); }
.enable-dots { color: var(--gold); }
.enable-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,26px); }
.en-card { position: relative; border-radius: 18px; overflow: hidden; background: linear-gradient(165deg,#211b16,#141019); border: 1px solid rgba(212,175,55,0.16); box-shadow: 0 30px 60px rgba(0,0,0,0.32); }
.en-visual { position: relative; height: clamp(230px,30vh,300px); overflow: hidden; }
.en-card h3 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.25rem,2vw,1.55rem); line-height: 1.2; color: #F3ECDD; text-align: center; padding: 4px 26px 30px; }

/* leads — phone with incoming notifications */
.en-leads { display: grid; place-items: center; background: radial-gradient(80% 70% at 50% 30%, rgba(212,175,55,0.12), transparent 70%); }
.enl-phone { position: relative; width: 150px; height: 200px; border-radius: 24px; background: linear-gradient(160deg,#2a231d,#15110e); border: 2px solid rgba(255,255,255,0.14); box-shadow: 0 20px 40px rgba(0,0,0,0.5); overflow: hidden; }
.enl-time { position: absolute; top: 22px; left: 0; right: 0; text-align: center; font-family: var(--serif); font-size: 2.1rem; color: #fff; opacity: 0.92; }
.enl-note { position: absolute; left: 10px; right: 10px; padding: 9px 11px; border-radius: 11px; background: rgba(244,240,232,0.96); box-shadow: 0 8px 18px rgba(0,0,0,0.3); opacity: 0; transform: translateY(26px); }
.enl-note b { display: block; font-size: 0.72rem; color: var(--ink); font-weight: 600; }
.enl-note i { font-style: normal; font-size: 0.62rem; color: var(--gold); }
.enl-note-1 { bottom: 70px; animation: enlPop 4.5s ease-in-out infinite; }
.enl-note-2 { bottom: 40px; animation: enlPop 4.5s ease-in-out infinite 1.4s; }
.enl-note-3 { bottom: 10px; animation: enlPop 4.5s ease-in-out infinite 2.8s; }
@keyframes enlPop { 0%{opacity:0;transform:translateY(26px)} 12%,72%{opacity:1;transform:none} 90%,100%{opacity:0;transform:translateY(-10px)} }

/* creatives — tilted ad collage + floating stats */
.en-creatives { perspective: 900px; }
.enc-shot { position: absolute; width: 92px; border-radius: 8px; box-shadow: 0 16px 30px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.12); }
.enc-1 { left: 16%; top: 24%; transform: rotate(-6deg); animation: encFloat 6s ease-in-out infinite; }
.enc-2 { left: 40%; top: 38%; transform: rotate(3deg); z-index: 2; animation: encFloat 6s ease-in-out infinite .9s; }
.enc-3 { left: 60%; top: 20%; transform: rotate(7deg); animation: encFloat 6s ease-in-out infinite 1.8s; }
@keyframes encFloat { 0%,100%{ translate:0 0 } 50%{ translate:0 -10px } }
.enc-stat { position: absolute; z-index: 3; background: rgba(18,13,9,0.82); border: 1px solid rgba(212,175,55,0.5); border-radius: 11px; padding: 7px 12px; color: #F3ECDD; font-size: 0.66rem; text-align: center; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.enc-stat b { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--gold-bright); }
.enc-stat-1 { top: 16%; right: 8%; animation: encFloat 5s ease-in-out infinite .4s; }
.enc-stat-2 { bottom: 14%; left: 10%; animation: encFloat 5s ease-in-out infinite 1.6s; }

/* summit — mountains + flag */
.en-summit { background: #14100d; }
.ens-svg { width: 100%; height: 100%; display: block; }
.ens-sun { transform-origin: center; animation: ensSun 5s ease-in-out infinite; }
@keyframes ensSun { 0%,100%{ opacity:.7 } 50%{ opacity:1 } }
.ens-flag { transform-box: fill-box; transform-origin: bottom left; transform: scaleY(0); }
.en-card[data-anim="summit"].is-in .ens-flag { animation: ensFlag 1s cubic-bezier(.2,.8,.2,1) .3s forwards; }
@keyframes ensFlag { to { transform: scaleY(1); } }

/* ════════ LEISTUNGSUMFANG ════════ */
.scope { position: relative; overflow: hidden; padding: clamp(60px,10vh,110px) 0; background: var(--ink); }
.scope-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.scope-veil { position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, var(--cream) 0%, rgba(20,15,11,0.50) 13%, rgba(20,15,11,0.58) 58%, rgba(26,21,17,0.86) 100%); }
.scope-head, .scope-grid { position: relative; z-index: 1; }
.scope-head { text-align: center; margin-bottom: clamp(34px,5vh,56px); }
.scope-head .eyebrow { color: var(--gold-bright); }
.scope-head .section-title { color: #F6EFE2; text-shadow: 0 4px 26px rgba(0,0,0,0.5); }
/* 6-col grid so the bottom two cards sit centered (3 on top, 2 below). */
.scope-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: clamp(16px,1.8vw,26px); align-items: stretch; }
.sc-card { grid-column: span 2; position: relative; display: flex; flex-direction: column;
  background: linear-gradient(165deg,#ffffff,#f6f1e8); border: 1px solid rgba(212,175,55,0.20); border-radius: 18px;
  padding: 0 0 26px; overflow: hidden; box-shadow: 0 22px 46px rgba(0,0,0,0.30);
  transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s; }
.sc-card::after { content: ""; position: absolute; inset: 0; border-radius: 18px; pointer-events: none; padding: 1px;
  background: linear-gradient(140deg, rgba(212,175,55,0.6), rgba(212,175,55,0) 40%, rgba(212,175,55,0) 62%, rgba(212,175,55,0.45));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: .65; transition: opacity .5s; }
.sc-card:hover { transform: translateY(-9px); box-shadow: 0 36px 74px rgba(0,0,0,0.42), 0 0 50px rgba(212,175,55,0.30); }
.sc-card:hover::after { opacity: 1; }
.sc-card:nth-child(4) { grid-column: 2 / span 2; }
.sc-card:nth-child(5) { grid-column: 4 / span 2; }
.sc-visual { position: relative; height: 168px; margin-bottom: 20px; overflow: hidden;
  background: radial-gradient(120% 85% at 50% 0%, rgba(212,175,55,0.12), transparent 62%), linear-gradient(180deg,#fff,rgba(244,240,232,0.5));
  border-bottom: 1px solid rgba(212,175,55,0.14); }
.sc-card h3 { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; color: var(--ink); padding: 0 24px; margin: 0 0 8px; }
.sc-card p { padding: 0 24px; color: rgba(28,23,20,0.6); font-size: 0.92rem; line-height: 1.55; }

/* elegant 3D render visuals (Higgsfield) + subtle breathe + stat badge */
.sc-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: scImgBreathe 9s ease-in-out infinite; }
@keyframes scImgBreathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.045); } }
.sc-stat { position: absolute; top: 14px; left: 14px; z-index: 2; display: inline-flex; align-items: baseline; gap: 6px;
  background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid rgba(212,175,55,0.45);
  padding: 6px 13px; border-radius: 20px; font-size: 0.82rem; font-weight: 600; color: var(--ink); box-shadow: 0 8px 18px rgba(0,0,0,0.1); }
.sc-stat i { color: #2e9e5b; position: relative; top: 2px; }
.sc-stat b { font-family: var(--serif); font-size: 1.2rem; color: var(--gold); }
.sc-stat--btm { top: auto; bottom: 14px; }

/* perf — growth area curve + 532% Wachstum badge */
.scp-growth { position: absolute; top: 15px; left: 20px; z-index: 2; display: inline-flex; align-items: baseline; gap: 5px;
  color: var(--gold); font-weight: 600; font-size: 0.92rem; text-shadow: 0 1px 0 rgba(255,255,255,0.8); }
.scp-growth i { color: #2e9e5b; font-size: 0.85rem; position: relative; top: 2px; }
.scp-growth b { font-family: var(--serif); font-size: 1.75rem; color: var(--gold); }
.scp-area { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 72%; display: block; }
.scp-stroke { stroke-dasharray: 360; stroke-dashoffset: 360; filter: drop-shadow(0 2px 6px rgba(212,175,55,0.4)); }
.sc-card[data-anim="perf"].is-in .scp-stroke { animation: scpDraw 1.7s cubic-bezier(.4,0,.2,1) forwards; }
.scp-fill { opacity: 0; }
.sc-card[data-anim="perf"].is-in .scp-fill { animation: scpFillIn 1.3s ease .35s forwards; }
@keyframes scpDraw { to { stroke-dashoffset: 0; } }
@keyframes scpFillIn { to { opacity: 1; } }

/* ad design — editor */
.sc-design { padding: 18px; }
.scd-toolbar { display: flex; align-items: center; gap: 7px; margin-bottom: 16px; }
.scd-toolbar span { width: 22px; height: 8px; border-radius: 3px; background: rgba(28,23,20,0.12); }
.scd-toolbar i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); margin-left: auto; }
.scd-line { height: 9px; border-radius: 4px; background: rgba(28,23,20,0.1); margin: 9px 0; }
.scd-l1 { width: 86%; }
.scd-l3 { width: 64%; }
.scd-l2 { background: none; height: auto; font-size: 0.95rem; color: var(--ink); }
.scd-l2 mark { background: rgba(212,175,55,0.35); color: var(--ink); border-radius: 3px; padding: 0 2px; box-decoration-break: clone; }
.sc-card[data-anim="addesign"].is-in .scd-l2 mark { background-size: 0% 100%; animation: scdMark 1.1s steps(14) .4s forwards; background-image: linear-gradient(rgba(212,175,55,0.35),rgba(212,175,55,0.35)); background-repeat: no-repeat; }
@keyframes scdMark { from{ background-size:0% 100% } to{ background-size:100% 100% } }
.scd-react { position: absolute; bottom: 16px; font-size: 1rem; opacity: 0; }
.scd-r1 { left: 26%; color: #d14d6b; animation: scdReact 3.8s ease-in infinite 1.0s; }
.scd-r2 { left: 48%; color: var(--gold); animation: scdReact 3.8s ease-in infinite 1.9s; }
.scd-r3 { left: 66%; color: var(--gold-bright); animation: scdReact 3.8s ease-in infinite 2.8s; }
@keyframes scdReact { 0%{ opacity:0; transform: translateY(8px) scale(.6) } 22%{ opacity:1; transform: translateY(-2px) scale(1) } 70%{ opacity:1; transform: translateY(-26px) scale(1) } 100%{ opacity:0; transform: translateY(-46px) scale(.85) } }

/* brand — pedestal + mark */
.sc-brand { display: grid; place-items: center; }
.scb-pedestal { position: absolute; bottom: 30px; width: 120px; height: 26px; border-radius: 50%; background: radial-gradient(closest-side, rgba(212,175,55,0.3), transparent); }
.scb-mark { font-family: var(--serif); font-weight: 700; font-size: 2.6rem; color: var(--gold); letter-spacing: -0.02em; animation: scbFloat 4s ease-in-out infinite; text-shadow: 0 14px 26px rgba(176,131,46,0.3); }
@keyframes scbFloat { 0%,100%{ transform: translateY(0) rotate(-3deg) } 50%{ transform: translateY(-10px) rotate(3deg) } }

/* landing — A/B browser crossfade */
.sc-landing { display: grid; place-items: center; }
.scl-toggle { position: absolute; top: 16px; z-index: 4; display: flex; background: #fff; border-radius: 20px; box-shadow: 0 6px 14px rgba(28,23,20,0.12); padding: 3px; font-size: 0.78rem; font-weight: 600; }
.scl-toggle span { padding: 3px 12px; border-radius: 16px; color: rgba(28,23,20,0.5); }
.scl-toggle .scl-a { animation: sclTogA 6s steps(1) infinite; }
.scl-toggle .scl-b { animation: sclTogB 6s steps(1) infinite; }
@keyframes sclTogA { 0%,50%{ background:var(--gold); color:#fff } 50.01%,100%{ background:transparent; color:rgba(28,23,20,.5) } }
@keyframes sclTogB { 0%,50%{ background:transparent } 50.01%,100%{ background:var(--gold); color:#fff } }
.scl-browser { position: absolute; bottom: 18px; width: 70%; height: 96px; border-radius: 9px 9px 0 0; background: #fff; box-shadow: 0 14px 28px rgba(28,23,20,0.16); border: 1px solid rgba(28,23,20,0.08); overflow: hidden; }
.scl-bar { display: block; height: 14px; background: #1b1b1d; }
.scl-bar::before { content:""; position:absolute; left:8px; top:5px; width:5px; height:5px; border-radius:50%; background:#ff5f57; box-shadow:9px 0 0 #febc2e,18px 0 0 #28c840; }
.scl-browserA { animation: sclA 6s ease-in-out infinite; }
.scl-browserB { animation: sclB 6s ease-in-out infinite; }
@keyframes sclA { 0%,46%{ opacity:1; transform: translateY(0) scale(1) } 50%,96%{ opacity:0; transform: translateY(14px) scale(.96) } 100%{ opacity:1; transform:none } }
@keyframes sclB { 0%,46%{ opacity:0; transform: translateY(14px) scale(.96) } 50%,96%{ opacity:1; transform: translateY(0) scale(1) } 100%{ opacity:0 } }

/* funnel — drops fall into funnel + coin out */
.sc-funnel { display: grid; place-items: center; }
.scf-funnel { width: 96px; height: auto; }
.scf-drop { position: absolute; top: 4px; width: 27px; height: 27px; object-fit: contain; border-radius: 6px; opacity: 0; filter: drop-shadow(0 4px 9px rgba(0,0,0,0.2)); }
.scf-d1 { left: 19%; animation: scfDrop 4s ease-in infinite; }
.scf-d2 { left: 33%; animation: scfDrop 4s ease-in infinite .8s; }
.scf-d3 { left: 47%; animation: scfDrop 4s ease-in infinite 1.6s; }
.scf-d4 { left: 60%; animation: scfDrop 4s ease-in infinite 2.4s; }
.scf-d5 { left: 73%; animation: scfDrop 4s ease-in infinite 3.2s; }
@keyframes scfDrop { 0%{ opacity:0; transform: translateY(-6px) scale(.9) } 14%{ opacity:1 } 55%{ opacity:1; transform: translateY(52px) scale(.7) } 72%,100%{ opacity:0; transform: translateY(70px) scale(.5) } }
.scf-coin { position: absolute; bottom: 18px; width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, var(--gold-bright), var(--gold)); box-shadow: 0 0 14px rgba(212,175,55,0.6); opacity: 0; animation: scfCoin 3s ease-out infinite; }
@keyframes scfCoin { 0%,55%{ opacity:0; transform: translateY(-8px) } 70%{ opacity:1; transform: translateY(0) } 95%,100%{ opacity:0; transform: translateY(16px) } }

/* salesteam V1 — 2 Setter + 1 Closer, connected, deal closed */
.sc-sales { display: block; }
.scs-link { position: absolute; top: 40px; left: 50%; transform: translateX(-50%); width: 74%; height: 60px; z-index: 1; }
.scs-av { position: absolute; top: 36px; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; font-size: 1.3rem; color: #fff; box-shadow: 0 12px 26px rgba(0,0,0,0.2); z-index: 2;
  animation: scbFloat 4.6s ease-in-out infinite; }
.scs-a1 { left: 17%; background: linear-gradient(150deg,#c79a3a,#8a6a22); }
.scs-a2 { left: calc(50% - 26px); background: linear-gradient(150deg,#c79a3a,#8a6a22); animation-delay: .6s; }
.scs-a3 { right: 17%; background: linear-gradient(150deg,#a31c31,#6e0f20); animation-delay: 1.2s; }
.scs-closer { box-shadow: 0 12px 30px rgba(138,22,40,0.4), 0 0 0 3px rgba(212,175,55,0.45); }
.scs-tag { position: absolute; top: 92px; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(28,23,20,0.5); z-index: 2; }
.scs-tag1 { left: 14%; }
.scs-tag3 { right: 13%; }
.scs-badge { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 20px;
  background: rgba(255,255,255,0.96); border: 1px solid rgba(212,175,55,0.55); color: var(--ink); font-size: 0.78rem; font-weight: 600; white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0,0,0,0.14); z-index: 3; }
.scs-badge i { color: #2e9e5b; }
.sc-card[data-anim="sales"].is-in .scs-badge { animation: scsPop .6s cubic-bezier(.2,.9,.3,1.4) .6s backwards; }
@keyframes scsPop { from { opacity: 0; transform: translateX(-50%) translateY(12px) scale(.85); } }

/* crm V1 — the four CRM/automation tool logos, floating */
.sc-crm { display: block; }
.scc-logo { position: absolute; width: 58px; height: 58px; border-radius: 15px; display: grid; place-items: center; padding: 10px;
  background: #fff; box-shadow: 0 12px 26px rgba(0,0,0,0.16); border: 1px solid rgba(28,23,20,0.06);
  animation: scbFloat 5s ease-in-out infinite; }
.scc-logo img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 7px; }
.scc-l1 { top: 22px; left: 23%; }
.scc-l2 { top: 30px; right: 19%; animation-delay: .7s; }
.scc-l3 { bottom: 26px; left: 29%; animation-delay: 1.4s; }
.scc-l4 { bottom: 20px; right: 25%; animation-delay: 2.1s; }

/* ════════ KUNDENSTIMMEN (carousel, heller Referenz-Look) ════════ */
.voices { padding: clamp(56px,9vh,120px) 0 clamp(60px,9vh,120px); background: transparent; color: var(--ink); overflow: hidden; }
.voices-head { text-align: center; margin-bottom: clamp(36px,5vh,60px); }
.voices-head .eyebrow { justify-content: center; color: var(--gold); }
.voices .section-title { color: var(--ink); }
.voices-stage { position: relative; max-width: 960px; margin: 0 auto; padding: 0 20px; perspective: 1700px; }
.vc-track { position: relative; min-height: clamp(360px, 42vw, 420px); transform-style: preserve-3d; }
.vc-card {
  position: absolute; top: 0; left: 50%; width: min(540px, 86%); height: max-content;
  background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 38px 38px 32px;
  box-shadow: 0 28px 60px rgba(60,45,20,0.16); transform-origin: 50% 65%;
  opacity: 0; transform: translateX(-50%) scale(0.78) rotateY(0deg); filter: blur(3px);
  transition: opacity .6s cubic-bezier(.6,.02,.2,1), transform .68s cubic-bezier(.6,.02,.2,1), filter .55s ease;
  pointer-events: none; will-change: transform, opacity;
}
.vc-card.is-prev { opacity: .5; transform: translateX(calc(-50% - 300px)) scale(0.8) rotateY(34deg); filter: blur(2px); z-index: 1; }
.vc-card.is-next { opacity: .5; transform: translateX(calc(-50% + 300px)) scale(0.8) rotateY(-34deg); filter: blur(2px); z-index: 1; }
.vc-card.is-active {
  opacity: 1; transform: translateX(-50%) scale(1) rotateY(0deg); filter: blur(0); pointer-events: auto; z-index: 3;
  background: linear-gradient(165deg, #9a1a2c, #7a1322); border-color: rgba(212,175,55,0.4);
  box-shadow: 0 44px 90px rgba(122,19,34,0.34);
}
.vc-quote { font-family: var(--serif); font-size: clamp(1.1rem,1.8vw,1.42rem); line-height: 1.5; color: var(--ink); }
.vc-card.is-active .vc-quote { color: #F6EFE2; }
.vc-person { display: flex; align-items: center; gap: 14px; margin-top: 24px; }
.vc-avatar { width: 58px; height: 58px; border-radius: 14px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(150deg,#ece2cd,#d7c6a3); border: 1px solid rgba(176,131,46,0.32); flex: 0 0 auto; }
.vc-avatar::before { content: ""; width: 64%; height: 64%; background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23715a2e'%3E%3Cpath d='M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-5 0-9 2.6-9 6v2h18v-2c0-3.4-4-6-9-6z'/%3E%3C/svg%3E"); opacity: .55; }
.vc-avatar img { width: 100%; height: 100%; object-fit: cover; }
.vc-person b { display: block; font-size: 0.98rem; color: var(--ink); }
.vc-person i { font-style: normal; font-size: 0.82rem; color: var(--ink-soft); }
.vc-card.is-active .vc-avatar { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.4); }
.vc-card.is-active .vc-avatar::before { filter: brightness(0) invert(1); opacity: .75; }
.vc-card.is-active .vc-person b { color: #fff; }
.vc-card.is-active .vc-person i { color: rgba(246,239,226,0.8); }
.vc-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; }
.vc-btn { width: 54px; height: 54px; border-radius: 16px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); display: grid; place-items: center; cursor: pointer; box-shadow: 0 6px 16px rgba(60,45,20,0.1); transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease); }
.vc-btn:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.vc-dots { display: flex; gap: 9px; }
.vc-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(28,23,20,0.18); cursor: pointer; transition: all .3s; }
.vc-dot.is-on { background: var(--gold); width: 26px; border-radius: 4px; }
@media (max-width: 760px) { .vc-card.is-prev, .vc-card.is-next { opacity: 0; } }


/* Audio-Stimme Platzhalter */
.vc-audio { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.vc-audio-btn { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(176,131,46,0.4); background: rgba(176,131,46,0.12); color: var(--gold); display: grid; place-items: center; cursor: pointer; transition: transform .2s var(--ease), background .2s var(--ease); }
.vc-audio-btn:hover { transform: scale(1.06); background: rgba(176,131,46,0.2); }
.vc-audio-btn svg { margin-left: 2px; }
.vc-audio-wave { flex: 1; height: 26px; background-color: rgba(176,131,46,0.55); -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20240%2036%27%3E%3Crect%20x%3D%220.0%22%20y%3D%2214.0%22%20width%3D%223%22%20height%3D%228%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%226.7%22%20y%3D%2211.0%22%20width%3D%223%22%20height%3D%2214%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2213.3%22%20y%3D%228.0%22%20width%3D%223%22%20height%3D%2220%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2220.0%22%20y%3D%224.0%22%20width%3D%223%22%20height%3D%2228%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2226.7%22%20y%3D%227.0%22%20width%3D%223%22%20height%3D%2222%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2233.3%22%20y%3D%2212.0%22%20width%3D%223%22%20height%3D%2212%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2240.0%22%20y%3D%229.0%22%20width%3D%223%22%20height%3D%2218%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2246.7%22%20y%3D%223.0%22%20width%3D%223%22%20height%3D%2230%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2253.3%22%20y%3D%226.0%22%20width%3D%223%22%20height%3D%2224%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2260.0%22%20y%3D%2210.0%22%20width%3D%223%22%20height%3D%2216%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2266.7%22%20y%3D%2213.0%22%20width%3D%223%22%20height%3D%2210%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2273.3%22%20y%3D%227.0%22%20width%3D%223%22%20height%3D%2222%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2280.0%22%20y%3D%222.0%22%20width%3D%223%22%20height%3D%2232%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2286.7%22%20y%3D%225.0%22%20width%3D%223%22%20height%3D%2226%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2293.3%22%20y%3D%2211.0%22%20width%3D%223%22%20height%3D%2214%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22100.0%22%20y%3D%2213.5%22%20width%3D%223%22%20height%3D%229%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22106.7%22%20y%3D%229.5%22%20width%3D%223%22%20height%3D%2217%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22113.3%22%20y%3D%225.5%22%20width%3D%223%22%20height%3D%2225%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22120.0%22%20y%3D%221.5%22%20width%3D%223%22%20height%3D%2233%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22126.7%22%20y%3D%227.5%22%20width%3D%223%22%20height%3D%2221%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22133.3%22%20y%3D%2211.5%22%20width%3D%223%22%20height%3D%2213%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22140.0%22%20y%3D%228.5%22%20width%3D%223%22%20height%3D%2219%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22146.7%22%20y%3D%223.5%22%20width%3D%223%22%20height%3D%2229%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22153.3%22%20y%3D%226.5%22%20width%3D%223%22%20height%3D%2223%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22160.0%22%20y%3D%2210.5%22%20width%3D%223%22%20height%3D%2215%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22166.7%22%20y%3D%2212.5%22%20width%3D%223%22%20height%3D%2211%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22173.3%22%20y%3D%228.0%22%20width%3D%223%22%20height%3D%2220%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22180.0%22%20y%3D%224.5%22%20width%3D%223%22%20height%3D%2227%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22186.7%22%20y%3D%229.0%22%20width%3D%223%22%20height%3D%2218%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22193.3%22%20y%3D%2212.0%22%20width%3D%223%22%20height%3D%2212%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22200.0%22%20y%3D%2210.0%22%20width%3D%223%22%20height%3D%2216%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22206.7%22%20y%3D%226.0%22%20width%3D%223%22%20height%3D%2224%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22213.3%22%20y%3D%223.0%22%20width%3D%223%22%20height%3D%2230%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22220.0%22%20y%3D%228.0%22%20width%3D%223%22%20height%3D%2220%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22226.7%22%20y%3D%2212.0%22%20width%3D%223%22%20height%3D%2212%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22233.3%22%20y%3D%2214.0%22%20width%3D%223%22%20height%3D%228%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3C%2Fsvg%3E") left center / 100% 100% no-repeat; mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20240%2036%27%3E%3Crect%20x%3D%220.0%22%20y%3D%2214.0%22%20width%3D%223%22%20height%3D%228%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%226.7%22%20y%3D%2211.0%22%20width%3D%223%22%20height%3D%2214%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2213.3%22%20y%3D%228.0%22%20width%3D%223%22%20height%3D%2220%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2220.0%22%20y%3D%224.0%22%20width%3D%223%22%20height%3D%2228%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2226.7%22%20y%3D%227.0%22%20width%3D%223%22%20height%3D%2222%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2233.3%22%20y%3D%2212.0%22%20width%3D%223%22%20height%3D%2212%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2240.0%22%20y%3D%229.0%22%20width%3D%223%22%20height%3D%2218%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2246.7%22%20y%3D%223.0%22%20width%3D%223%22%20height%3D%2230%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2253.3%22%20y%3D%226.0%22%20width%3D%223%22%20height%3D%2224%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2260.0%22%20y%3D%2210.0%22%20width%3D%223%22%20height%3D%2216%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2266.7%22%20y%3D%2213.0%22%20width%3D%223%22%20height%3D%2210%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2273.3%22%20y%3D%227.0%22%20width%3D%223%22%20height%3D%2222%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2280.0%22%20y%3D%222.0%22%20width%3D%223%22%20height%3D%2232%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2286.7%22%20y%3D%225.0%22%20width%3D%223%22%20height%3D%2226%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%2293.3%22%20y%3D%2211.0%22%20width%3D%223%22%20height%3D%2214%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22100.0%22%20y%3D%2213.5%22%20width%3D%223%22%20height%3D%229%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22106.7%22%20y%3D%229.5%22%20width%3D%223%22%20height%3D%2217%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22113.3%22%20y%3D%225.5%22%20width%3D%223%22%20height%3D%2225%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22120.0%22%20y%3D%221.5%22%20width%3D%223%22%20height%3D%2233%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22126.7%22%20y%3D%227.5%22%20width%3D%223%22%20height%3D%2221%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22133.3%22%20y%3D%2211.5%22%20width%3D%223%22%20height%3D%2213%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22140.0%22%20y%3D%228.5%22%20width%3D%223%22%20height%3D%2219%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22146.7%22%20y%3D%223.5%22%20width%3D%223%22%20height%3D%2229%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22153.3%22%20y%3D%226.5%22%20width%3D%223%22%20height%3D%2223%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22160.0%22%20y%3D%2210.5%22%20width%3D%223%22%20height%3D%2215%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22166.7%22%20y%3D%2212.5%22%20width%3D%223%22%20height%3D%2211%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22173.3%22%20y%3D%228.0%22%20width%3D%223%22%20height%3D%2220%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22180.0%22%20y%3D%224.5%22%20width%3D%223%22%20height%3D%2227%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22186.7%22%20y%3D%229.0%22%20width%3D%223%22%20height%3D%2218%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22193.3%22%20y%3D%2212.0%22%20width%3D%223%22%20height%3D%2212%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22200.0%22%20y%3D%2210.0%22%20width%3D%223%22%20height%3D%2216%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22206.7%22%20y%3D%226.0%22%20width%3D%223%22%20height%3D%2224%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22213.3%22%20y%3D%223.0%22%20width%3D%223%22%20height%3D%2230%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22220.0%22%20y%3D%228.0%22%20width%3D%223%22%20height%3D%2220%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22226.7%22%20y%3D%2212.0%22%20width%3D%223%22%20height%3D%2212%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3Crect%20x%3D%22233.3%22%20y%3D%2214.0%22%20width%3D%223%22%20height%3D%228%22%20rx%3D%221.5%22%20fill%3D%22%2523000%22%2F%3E%3C%2Fsvg%3E") left center / 100% 100% no-repeat; }
.vc-audio-time { flex: 0 0 auto; font-size: .8rem; font-variant-numeric: tabular-nums; color: var(--ink-faint); }
.vc-card.is-active .vc-audio { border-top-color: rgba(255,255,255,0.22); }
.vc-card.is-active .vc-audio-btn { border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.16); color: #fff; }
.vc-card.is-active .vc-audio-wave { background-color: rgba(255,255,255,0.6); }
.vc-card.is-active .vc-audio-time { color: rgba(246,239,226,0.7); }

/* ── CTA + footer ── */
.lp-cta { text-align: center; padding: clamp(60px,10vh,120px) 0; background: var(--paper); }
.lp-cta h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.8rem,4vw,3rem); color: var(--ink); margin: 0 0 28px; }
.footer { background: var(--ink); color: rgba(246,239,226,0.7); padding: 40px 0; }
.footer-inner { display: flex; align-items: center; gap: 16px; justify-content: center; flex-wrap: wrap; }
.footer-inner .nav-logo-mark { color: var(--gold-bright); }
.footer-inner a { color: var(--gold-bright); }

/* ── responsive ── */
@media (max-width: 900px) {
  .enable-grid { grid-template-columns: 1fr; }
  .scope-grid { grid-template-columns: repeat(2,1fr); }
  .sc-card, .sc-card:nth-child(4), .sc-card:nth-child(5) { grid-column: auto; }
}
@media (max-width: 620px) {
  .scope-grid { grid-template-columns: 1fr; }
  .vc-card { padding: 30px 24px 26px; }
}
/* ── Video-Band: "So räumen wir den Weg zur Skalierung frei" ── */
.lp-band { position: relative; min-height: clamp(440px,72vh,680px); display: grid; place-items: center; overflow: hidden; background: var(--ink); }
.lp-band-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-band-overlay { position: absolute; inset: 0;
  background:
    radial-gradient(82% 72% at 50% 44%, rgba(20,15,11,0.28), rgba(20,15,11,0.55)),
    linear-gradient(180deg, rgba(20,15,11,0.45) 0%, rgba(20,15,11,0.05) 32%, rgba(20,15,11,0.05) 62%, var(--cream) 100%); }
.lp-band-content { position: relative; text-align: center; padding: 50px 0; }
.lp-band .eyebrow { color: var(--gold-bright); }
.lp-band-title { font-family: var(--serif); font-weight: 600; font-size: clamp(2rem,5vw,3.7rem); line-height: 1.08; color: #F6EFE2; margin: 14px 0 0; text-shadow: 0 6px 34px rgba(0,0,0,0.55); }
.lp-band-title em { font-style: italic; color: var(--gold-bright); }

@media (prefers-reduced-motion: reduce) {
  .enl-note, .enc-shot, .enc-stat, .scb-mark, .scl-toggle span, .ens-sun, .sc-img { animation: none !important; }
  .reveal-up { opacity: 1; transform: none; }
  .enl-note { opacity: 1 !important; transform: none !important; }
  .scl-browserB { opacity: 0; }
  .scp-stroke { stroke-dashoffset: 0; }
  .scp-fill { opacity: 1; }
  .scf-drop, .scd-react { opacity: 1; animation: none !important; }
  .scope-bg, .lp-band-vid { display: none; }
  .scope { background: var(--ink) url("assets/leistung-bg-poster.jpg") center/cover; }
}
