/* =========================================================================
   kmp.digital — Branche/Bildung
   /branche/bildung/ — Vollversion (19 Sektionen)

   ⚠️ WICHTIG vor Live-Schaltung: --menu-height auf die echte Theme-Header-
   Höhe setzen, damit die Sticky-Nav und Scroll-Anker korrekt sitzen.
   Aktuell: 0px (Standalone-Vorschau).
   Live z.B. 64–72px je nach Header-Höhe.
   ========================================================================= */

:root {
    --branche-from: #1A0D2E;
    --branche-to: #7F77DD;
    --branche-glow: #7F77DD;
    --branche-accent: #AFA9EC;
    --branche-accent-soft: #C4BEFF;
    --indigo-deep: #0D0B2E;
    --indigo-1: #1A1342;
    --indigo-2: #2A1B66;
    --indigo-3: #3C3489;
    --lavender: #F0EFFE;
    --lavender-2: #E5E2FA;
    --paper: #FAFAFE;
    --apple-grey: #F2F1F6;
    --white: #fff;
    --ink: #0D0B2E;
    --ink-soft: #4A4670;
    --chalk-green: #2D4A3E;
    --wood: #8B6F47;
    --wood-dark: #6B5435;
    --sans: "Inter", system-ui, sans-serif;
    --chalk-font: "Caveat", cursive;
    --radius-pill: 999px;
    --menu-height: 64px;
    --radius-lg: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: calc(var(--menu-height, 0px) + 56px); }
body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--indigo-deep);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* ============================================================
   HERO — einheitlich, text-only (entspricht KMP-Produktseiten-Stil)
   ============================================================ */
.hero { min-height: 88vh; position: relative; display: flex; align-items: center; overflow: hidden; padding: 120px 0 100px; background: radial-gradient(ellipse at 75% 30%, rgba(127,119,221,0.28) 0%, transparent 55%), linear-gradient(120deg, var(--branche-from) 0%, var(--indigo-2) 55%, var(--branche-to) 130%); color: var(--white); }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(100px); }
.hero-orb-1 { width: 700px; height: 700px; background: radial-gradient(circle, var(--branche-glow) 0%, transparent 65%); top: -240px; right: -120px; opacity: 0.45; animation: orb-drift 30s ease-in-out infinite; }
.hero-orb-2 { width: 560px; height: 560px; background: radial-gradient(circle, var(--branche-accent) 0%, transparent 65%); bottom: -200px; right: 20%; opacity: 0.22; animation: orb-drift 38s ease-in-out infinite reverse; }
.hero-grid-bg { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(175,169,236,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(175,169,236,0.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse at 70% 50%, black 0%, transparent 70%); animation: grid-breathe 8s ease-in-out infinite; }
@keyframes grid-breathe { 0%,100% { opacity: 0.5; } 50% { opacity: 0.9; } }
.hero-inner { position: relative; z-index: 1; width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.hero-text { max-width: 760px; }
.hero-eyebrow { font-size: 14px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--branche-accent-soft); margin-bottom: 28px; animation: fadein-up 0.9s ease both; }
.hero h1 { font-size: clamp(44px, 7vw, 92px); font-weight: 800; line-height: 1.0; letter-spacing: -0.04em; margin-bottom: 28px; animation: fadein-up 1s ease 0.12s both; }
.hero h1 b { color: var(--branche-accent-soft); }
.hero-sub { font-size: clamp(18px, 1.6vw, 23px); color: rgba(255,255,255,0.82); line-height: 1.5; max-width: 680px; margin-bottom: 40px; animation: fadein-up 1s ease 0.32s both; }
.hero-checks { list-style: none; margin-bottom: 44px; animation: fadein-up 1s ease 0.5s both; }
.hero-check { display: flex; align-items: flex-start; gap: 14px; padding: 9px 0; font-size: clamp(15px, 1.2vw, 17px); color: rgba(255,255,255,0.9); line-height: 1.45; }
.hero-check-icon { color: var(--branche-accent); flex-shrink: 0; margin-top: 2px; font-weight: 700; }
.hero-cta-row { display: flex; gap: 16px; flex-wrap: wrap; animation: fadein-up 1s ease 0.68s both; }
@keyframes fadein-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
/* heller CTA wie auf den Produktseiten */
.btn-light { background: var(--white); color: var(--ink); box-shadow: 0 8px 28px -8px rgba(13,11,46,0.5); }
.btn-light:hover { background: var(--lavender); color: var(--ink); }
.btn-light::after { content: "→"; transition: transform 0.4s ease; }
.btn-light:hover::after { transform: translateX(5px); }

/* ============================================================
   HERO MORPH — Tafel wird Display (sauber, ohne Problem-Theater)
   ============================================================ */
.morph-section { height: 400vh; position: relative; background: linear-gradient(180deg, var(--branche-from) 0%, var(--indigo-2) 50%, var(--branche-from) 100%); }
.morph-stage { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; }

.morph-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.morph-orb { position: absolute; border-radius: 50%; filter: blur(90px); }
.morph-orb-1 { width: 640px; height: 640px; background: radial-gradient(circle, var(--branche-glow) 0%, transparent 65%); top: -160px; right: -100px; opacity: 0.32; animation: orb-drift 28s ease-in-out infinite; }
.morph-orb-2 { width: 520px; height: 520px; background: radial-gradient(circle, var(--branche-accent) 0%, transparent 65%); bottom: -160px; left: -100px; opacity: 0.22; animation: orb-drift 34s ease-in-out infinite reverse; }
@keyframes orb-drift { 0%,100% { transform: translate(0,0); } 50% { transform: translate(50px,40px); } }

.morph-grid-pattern { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(175,169,236,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(175,169,236,0.05) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse at center, black 10%, transparent 70%); }

.morph-inner { position: relative; z-index: 1; width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
@media (max-width: 900px) { .morph-inner { grid-template-columns: 1fr; gap: 30px; } .morph-text { order: 2; } }

.morph-text { color: var(--white); }
.morph-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(175,169,236,0.15); backdrop-filter: blur(20px); border: 1px solid rgba(175,169,236,0.3); padding: 8px 16px; border-radius: var(--radius-pill); margin-bottom: 28px; font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--branche-accent-soft); }
.morph-eyebrow-icon { width: 16px; height: 16px; animation: icon-breathe 4500ms ease-in-out infinite; }
@keyframes icon-breathe { 0%,100% { transform: scale(1); opacity: 0.85; } 50% { transform: scale(1.1); opacity: 1; } }

.morph-phase { position: relative; }
.morph-phase-sizer { visibility: hidden; }
.morph-phase-text { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; pointer-events: none; }
.morph-phase-text.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.morph-h { font-size: clamp(36px, 5vw, 68px); font-weight: 800; line-height: 1.02; letter-spacing: -0.035em; margin-bottom: 22px; }
.morph-h b { color: var(--branche-accent-soft); }
.morph-p { font-size: clamp(15px, 1.25vw, 18px); color: rgba(255,255,255,0.78); line-height: 1.6; max-width: 440px; }
.morph-cta { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }

.btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 28px; border-radius: var(--radius-pill); font-weight: 600; font-size: 15px; text-decoration: none; cursor: pointer; border: 2px solid transparent; transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), background 0.4s, color 0.4s, box-shadow 0.4s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--branche-glow); color: var(--white); box-shadow: 0 4px 20px rgba(127,119,221,0.4); }
.btn-primary:hover { background: var(--branche-accent); color: var(--ink); }
.btn-primary::after { content: "→"; transition: transform 0.4s ease; }
.btn-primary:hover::after { transform: translateX(5px); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.3); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.05); }

/* ===== TAFEL / DISPLAY VISUAL ===== */
.morph-visual { position: relative; aspect-ratio: 4/3; width: 100%; perspective: 1400px; }
.morph-visual::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80%; height: 80%; background: radial-gradient(circle, var(--branche-glow) 0%, transparent 65%); filter: blur(70px); opacity: 0; z-index: -1; transition: opacity 0.8s ease; }
.morph-visual.glow::before { opacity: 0.4; }

.board { position: absolute; inset: 0; transform-style: preserve-3d; }
.board-frame { position: absolute; inset: 0; border-radius: 8px; background: linear-gradient(145deg, var(--wood) 0%, var(--wood-dark) 100%); padding: 16px; box-shadow: 0 40px 80px -20px rgba(13,11,46,0.5), 0 20px 40px -10px rgba(13,11,46,0.3); transition: background 0.7s ease, padding 0.7s ease, box-shadow 0.7s ease, border-radius 0.7s ease; }
.board-surface { position: absolute; inset: 16px; border-radius: 4px; background: var(--chalk-green); overflow: hidden; transition: background 0.8s ease, inset 0.7s ease, border-radius 0.7s ease; }
.board-surface::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 40%, rgba(255,255,255,0.04) 0%, transparent 50%), radial-gradient(ellipse at 70% 60%, rgba(255,255,255,0.03) 0%, transparent 50%); opacity: 1; transition: opacity 0.6s ease; }

/* Kreide-Inhalt: RUHIG, klassisch (kein Problem) */
.chalk-svg { position: absolute; inset: 0; width: 100%; height: 100%; transition: opacity 0.6s ease; }
.chalk-stroke { fill: none; stroke: rgba(255,255,255,0.8); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: var(--len); stroke-dashoffset: var(--len); transition: stroke-dashoffset 1.2s ease; }
.chalk-stroke.drawn { stroke-dashoffset: 0; }
.chalk-txt { fill: rgba(255,255,255,0.82); font-family: var(--chalk-font); font-weight: 700; opacity: 0; transition: opacity 0.5s ease; }
.chalk-txt.drawn { opacity: 1; }

.chalk-tray { position: absolute; bottom: -2px; left: 8%; width: 84%; height: 8px; background: linear-gradient(180deg, var(--wood-dark), #4A3825); border-radius: 0 0 4px 4px; transition: opacity 0.5s ease; }
.chalk-piece { position: absolute; bottom: 2px; right: 18%; width: 22px; height: 5px; background: #fff; border-radius: 2px; opacity: 0.85; transition: opacity 0.5s ease; }

/* Display-Content */
.display-content { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease; background: linear-gradient(135deg, #221a52 0%, var(--indigo-2) 50%, var(--branche-from) 100%); }
.display-content::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 26px 26px; animation: screen-grid 16s linear infinite; }
@keyframes screen-grid { from { background-position: 0 0; } to { background-position: 26px 26px; } }

.board.to-display .board-frame { background: linear-gradient(145deg, #2A1B66 0%, #0D0B2E 60%, #1A1342 100%); padding: 10px; border-radius: 14px; box-shadow: 0 50px 100px -20px rgba(13,11,46,0.6), 0 25px 50px -10px rgba(127,119,221,0.4); }
.board.to-display .board-surface { inset: 10px; border-radius: 7px; }
.board.to-display .chalk-svg { opacity: 0; }
.board.to-display .chalk-tray, .board.to-display .chalk-piece { opacity: 0; }
.board.to-display .board-surface::before { opacity: 0; }
.board.to-display .display-content { opacity: 1; }
.board.to-display .display-live { opacity: 1; }
.board.to-display .display-stand { transform: translateX(-50%) scaleY(1); }

/* Lebhafter Display-Inhalt */
.display-live { position: absolute; inset: 0; opacity: 0; transition: opacity 0.6s ease 0.3s; }
.dl-topbar { position: absolute; top: 5%; left: 6%; right: 6%; height: 8%; display: flex; align-items: center; gap: 8px; }
.dl-app { width: 22px; height: 22px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); opacity: 0; }
.board.to-display .dl-app { animation: app-pop 0.5s ease forwards; }
.dl-app:nth-child(1){ animation-delay: 0.5s; background: var(--branche-accent-soft); }
.dl-app:nth-child(2){ animation-delay: 0.65s; background: #fff; }
.dl-app:nth-child(3){ animation-delay: 0.8s; background: var(--branche-accent); }
.dl-app:nth-child(4){ animation-delay: 0.95s; background: #fff; }
.dl-clock { margin-left: auto; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.7); opacity: 0; }
.board.to-display .dl-clock { animation: app-pop 0.5s ease 1.1s forwards; }
@keyframes app-pop { from { opacity: 0; transform: scale(0.5) translateY(-6px); } to { opacity: 1; transform: scale(1) translateY(0); } }

.dl-formula { position: absolute; top: 22%; left: 8%; font-size: clamp(20px, 2.6vw, 32px); font-weight: 700; color: var(--white); text-shadow: 0 0 20px rgba(196,190,255,0.6); }
.dl-formula .cursor { display: inline-block; width: 3px; height: 1em; background: var(--branche-accent-soft); margin-left: 4px; vertical-align: middle; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }

.dl-chart { position: absolute; top: 24%; right: 8%; width: 28%; height: 26%; display: flex; align-items: flex-end; gap: 6px; padding: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; backdrop-filter: blur(4px); }
.dl-bar { flex: 1; background: linear-gradient(180deg, var(--branche-accent-soft), var(--branche-glow)); border-radius: 3px 3px 0 0; box-shadow: 0 0 10px rgba(196,190,255,0.4); animation: bar-rise 2.5s ease-in-out infinite; }
.dl-bar:nth-child(1){ height: 40%; animation-delay: 0s; }
.dl-bar:nth-child(2){ height: 65%; animation-delay: 0.2s; }
.dl-bar:nth-child(3){ height: 50%; animation-delay: 0.4s; }
.dl-bar:nth-child(4){ height: 85%; animation-delay: 0.6s; }
@keyframes bar-rise { 0%,100% { transform: scaleY(0.85); } 50% { transform: scaleY(1); } }

.dl-pie { position: absolute; bottom: 12%; left: 10%; width: 64px; height: 64px; border-radius: 50%; background: conic-gradient(var(--branche-accent-soft) 0% 35%, var(--branche-glow) 35% 60%, rgba(255,255,255,0.3) 60% 100%); box-shadow: 0 0 20px rgba(127,119,221,0.4); animation: pie-spin 10s linear infinite; }
.dl-pie::after { content: ""; position: absolute; inset: 22%; background: var(--indigo-2); border-radius: 50%; }
@keyframes pie-spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }

.dl-geo { position: absolute; bottom: 16%; right: 14%; width: 56px; height: 56px; }
.dl-geo svg { width: 100%; height: 100%; animation: geo-spin 12s linear infinite; }
.dl-geo path, .dl-geo circle { fill: none; stroke: var(--branche-accent-soft); stroke-width: 2; filter: drop-shadow(0 0 4px rgba(196,190,255,0.5)); }
@keyframes geo-spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }

.dl-touch { position: absolute; width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--white); background: rgba(196,190,255,0.3); animation: touch-move 7s ease-in-out infinite; }
.dl-touch::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4); animation: touch-ripple 2s ease-out infinite; }
@keyframes touch-move { 0% { top: 32%; left: 55%; } 25% { top: 60%; left: 32%; } 50% { top: 46%; left: 74%; } 75% { top: 68%; left: 50%; } 100% { top: 32%; left: 55%; } }
@keyframes touch-ripple { 0% { transform: scale(0.8); opacity: 0.8; } 100% { transform: scale(2); opacity: 0; } }

.display-stand { position: absolute; bottom: -7%; left: 50%; transform: translateX(-50%) scaleY(0); transform-origin: top; width: 16%; height: 7%; background: linear-gradient(180deg, var(--indigo-2), var(--indigo-1)); border-radius: 0 0 6px 6px; transition: transform 0.6s ease 0.4s; }
.display-stand::after { content: ""; position: absolute; bottom: -4px; left: -40%; width: 180%; height: 6px; background: linear-gradient(180deg, var(--indigo-3), var(--indigo-1)); border-radius: 4px; }

.chalk-dust { position: absolute; width: 4px; height: 4px; background: rgba(255,255,255,0.7); border-radius: 50%; opacity: 0; pointer-events: none; }

.morph-progress { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.morph-progress-dot { width: 36px; height: 4px; border-radius: 2px; background: rgba(175,169,236,0.25); transition: background 0.4s ease; }
.morph-progress-dot.filled { background: var(--branche-accent); }

/* ============================================================
   DISPLAY-ZENTRUM — was das Display kann
   ============================================================ */
/* ============================================================
   ÜBERSICHTS-BLOCK — Gesamtpaket im Schnelldurchlauf
   (skaliert: pro Branche nur Texte/Icons tauschen)
   ============================================================ */
.uebersicht { background: var(--apple-grey); padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid var(--lavender-2); }
.uebersicht-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 56px; flex-wrap: wrap; }
.uebersicht-head-left { max-width: 640px; }
.uebersicht-head h2 { font-size: clamp(28px, 3.6vw, 46px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); }
.uebersicht-head h2 b { color: var(--branche-glow); }
.uebersicht-head p { font-size: 16px; color: var(--ink-soft); line-height: 1.6; margin-top: 14px; }
.uebersicht-cta { flex-shrink: 0; }

.bausteine { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
@media (max-width: 1024px) { .bausteine { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .bausteine { grid-template-columns: 1fr; } }

.baustein { position: relative; background: var(--white); border: 1px solid var(--lavender-2); border-radius: 18px; padding: 26px 22px; transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), border-color 0.4s, box-shadow 0.4s; opacity: 0; transform: translateY(28px); overflow: hidden; }
.baustein.in { opacity: 1; transform: translateY(0); }
.baustein:hover { transform: translateY(-6px); border-color: var(--branche-glow); box-shadow: 0 20px 40px -16px rgba(127,119,221,0.25); }
.baustein::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--branche-glow), var(--branche-accent)); opacity: 0; transition: opacity 0.4s ease; }
.baustein:hover::before { opacity: 1; }
.baustein-num { font-size: 11px; font-weight: 700; color: var(--branche-accent); letter-spacing: 0.1em; margin-bottom: 14px; }
.baustein-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--branche-glow), var(--indigo-3)); display: grid; place-items: center; color: var(--white); margin-bottom: 16px; }
.baustein h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.baustein p { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }


.wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.zentrum { background: var(--apple-grey); padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid var(--lavender-2); }
.zentrum-header { max-width: 760px; margin-bottom: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--branche-glow); margin-bottom: 20px; }
.eyebrow::before { content: ""; width: 28px; height: 1.5px; background: var(--branche-glow); border-radius: 2px; animation: eb-pulse 4500ms ease-in-out infinite; }
@keyframes eb-pulse { 0%,100% { opacity: 0.6; transform: scaleX(1); } 50% { opacity: 1; transform: scaleX(1.2); } }
.zentrum-header h2 { font-size: clamp(32px, 4.5vw, 56px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; color: var(--ink); }
.zentrum-header h2 b { color: var(--branche-glow); }
.zentrum-header p { font-size: 18px; color: var(--ink-soft); margin-top: 20px; line-height: 1.6; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .feature-grid { grid-template-columns: 1fr; } }
.feature { background: var(--white); border: 1px solid var(--lavender-2); border-radius: var(--radius-lg); padding: 32px 28px; transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), border-color 0.4s, box-shadow 0.4s; opacity: 0; transform: translateY(30px); }
.feature.in { opacity: 1; transform: translateY(0); }
.feature:hover { transform: translateY(-6px); border-color: var(--branche-glow); box-shadow: 0 24px 48px -16px rgba(127,119,221,0.25); }
.feature-icon { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--branche-glow), var(--indigo-3)); display: grid; place-items: center; margin-bottom: 20px; color: var(--white); }
.feature h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; color: var(--ink); }
.feature p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }


/* ============================================================
   STUDIEN-BLOCK — ehrlich, belegbar
   ============================================================ */
.studien { background: var(--apple-grey); color: var(--ink); padding: clamp(80px, 12vw, 160px) 0; position: relative; overflow: hidden; }
.studien::before { content: ""; position: absolute; top: 20%; right: -150px; width: 600px; height: 600px; background: radial-gradient(circle, var(--branche-glow) 0%, transparent 70%); filter: blur(110px); opacity: 0.12; animation: orb-drift 30s ease-in-out infinite; }
.studien-inner { position: relative; z-index: 1; }
.studien-header { max-width: 780px; margin-bottom: 56px; }
.studien-header .eyebrow { color: var(--branche-glow); }
.studien-header .eyebrow::before { background: var(--branche-glow); }
.studien-header h2 { font-size: clamp(32px, 4.5vw, 56px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; color: var(--ink); }
.studien-header h2 b { color: var(--branche-glow); }

/* Große Zahl als Blickfang */
.studien-stat { display: flex; align-items: baseline; gap: 20px; margin-bottom: 48px; padding-bottom: 40px; border-bottom: 1px solid var(--lavender-2); flex-wrap: wrap; }
.studien-stat-big { font-size: clamp(56px, 9vw, 120px); font-weight: 800; line-height: 0.9; letter-spacing: -0.04em; background: linear-gradient(135deg, var(--branche-glow), var(--indigo-3)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.studien-stat-text { font-size: clamp(15px, 1.4vw, 18px); color: var(--ink-soft); max-width: 360px; line-height: 1.5; }

.studien-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
@media (max-width: 900px) { .studien-grid { grid-template-columns: 1fr; } }
.studie-card { background: var(--white); border: 1px solid var(--lavender-2); border-radius: var(--radius-lg); padding: 32px 28px; transition: all 0.4s cubic-bezier(0.22,1,0.36,1); opacity: 0; transform: translateY(30px); }
.studie-card.in { opacity: 1; transform: translateY(0); }
.studie-card:hover { border-color: var(--branche-glow); transform: translateY(-6px); box-shadow: 0 24px 48px -16px rgba(127,119,221,0.25); }
.studie-num { font-size: 13px; font-weight: 700; color: var(--branche-glow); margin-bottom: 16px; }
.studie-card h3 { font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 10px; line-height: 1.25; }
.studie-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 14px; }
.studie-quelle { font-size: 12px; color: var(--ink-soft); font-style: italic; }

.studien-bridge { background: rgba(127,119,221,0.1); border: 1px solid rgba(127,119,221,0.25); border-radius: var(--radius-lg); padding: 32px 36px; display: flex; gap: 20px; align-items: center; }
.studien-bridge-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--branche-glow), var(--indigo-3)); display: grid; place-items: center; flex-shrink: 0; color: var(--white); }
.studien-bridge p { font-size: clamp(16px, 1.5vw, 19px); color: var(--ink); line-height: 1.5; }
.studien-bridge b { color: var(--branche-glow); }

/* ============================================================
   WACEBO-PEN SPOTLIGHT — alleinstehende Innovation
   ============================================================ */
.pen-spotlight { background: var(--apple-grey); padding: clamp(80px, 12vw, 160px) 0; overflow: hidden; border-bottom: 1px solid var(--lavender-2); }
.pen-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
@media (max-width: 900px) { .pen-inner { grid-template-columns: 1fr; gap: 20px; } }

.pen-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(127,119,221,0.1); border: 1px solid rgba(127,119,221,0.25); color: var(--branche-glow); padding: 7px 16px; border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 24px; }
.pen-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--branche-glow); animation: eb-pulse 3s ease-in-out infinite; }
.pen-text h2 { font-size: clamp(34px, 4.8vw, 60px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; color: var(--ink); margin-bottom: 20px; }
.pen-text h2 b { color: var(--branche-glow); }
.pen-lead { font-size: 18px; color: var(--ink-soft); line-height: 1.6; margin-bottom: 32px; max-width: 480px; }
.pen-features { list-style: none; }
.pen-feature { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-top: 1px solid var(--lavender-2); }
.pen-feature:last-child { border-bottom: 1px solid var(--lavender-2); }
.pen-feature-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(127,119,221,0.12); display: grid; place-items: center; flex-shrink: 0; color: var(--branche-glow); }
.pen-feature-text strong { display: block; font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.pen-feature-text span { font-size: 13px; color: var(--ink-soft); }
.pen-note { margin-top: 24px; font-size: 12px; color: var(--branche-accent-soft); font-style: italic; }

/* Pen-Visual: echtes Produktbild auf schwarzem Grund via screen-blend */
.pen-visual { position: relative; aspect-ratio: 1/1.05; display: grid; place-items: center; background: radial-gradient(ellipse at 50% 45%, #1a1342 0%, var(--indigo-deep) 70%, #08071c 100%); border-radius: var(--radius-lg); overflow: hidden; }
.pen-visual::before { content: ""; position: absolute; width: 60%; height: 70%; top: 8%; left: 42%; transform: translateX(-50%); background: radial-gradient(ellipse at center, rgba(127,119,221,0.35) 0%, transparent 65%); filter: blur(70px); opacity: 0.6; animation: pen-glow-breathe 6s ease-in-out infinite; }
@keyframes pen-glow-breathe { 0%,100% { opacity: 0.45; transform: translateX(-50%) scale(1); } 50% { opacity: 0.7; transform: translateX(-50%) scale(1.08); } }
.pen-photo { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: contain; -webkit-mask-image: radial-gradient(ellipse 72% 82% at 50% 48%, #000 52%, transparent 100%); mask-image: radial-gradient(ellipse 72% 82% at 50% 48%, #000 52%, transparent 100%); animation: pen-photo-float 7s ease-in-out infinite; opacity: 0; transition: opacity 0.9s ease; }
.pen-photo.is-active { opacity: 1; }
@keyframes pen-photo-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

    8%        { opacity: 1; }
    55%       { stroke-dashoffset: 0; opacity: 1; }
    75%       { stroke-dashoffset: 0; opacity: 1; }
    92%, 100% { stroke-dashoffset: 0; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; } }

/* ===== SORTIMENT ===== */
.sortiment { background: var(--apple-grey); padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid var(--lavender-2); }
.sortiment-header { max-width: 760px; margin-bottom: 48px; }
.sortiment-header .eyebrow { color: var(--branche-glow); }
.sortiment-header .eyebrow::before { background: var(--branche-glow); }
.sortiment-header h2 { font-size: clamp(32px, 4.5vw, 56px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; color: var(--ink); }
.sortiment-header h2 b { color: var(--branche-glow); }
.sortiment-header p { font-size: clamp(15px, 1.5vw, 18px); color: var(--ink-soft); margin-top: 18px; line-height: 1.6; }

/* Marken-Tabs */
.sort-tabs { display: flex; gap: 10px; margin-bottom: 40px; flex-wrap: wrap; }
.sort-tab { background: var(--white); border: 1px solid var(--lavender-2); border-radius: 100px; padding: 12px 24px; font-family: inherit; font-size: 14px; font-weight: 700; color: var(--ink-soft); cursor: pointer; transition: all 0.3s cubic-bezier(0.22,1,0.36,1); display: inline-flex; align-items: center; gap: 10px; }
.sort-tab:hover { border-color: var(--branche-glow); color: var(--ink); }
.sort-tab.active { background: var(--ink); border-color: var(--ink); color: var(--white); }
.sort-tab-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 100px; background: rgba(127,119,221,0.15); color: var(--branche-glow); font-size: 12px; font-weight: 800; transition: all 0.3s ease; }
.sort-tab.active .sort-tab-count { background: rgba(255,255,255,0.2); color: var(--white); }
@keyframes sort-fade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* Kategorie-Filter (zweite Ebene) */
.sort-cats { display: flex; gap: 8px; margin-bottom: 36px; flex-wrap: wrap; align-items: center; }
.sort-cat { background: transparent; border: 1px solid var(--lavender-2); border-radius: 100px; padding: 8px 16px; font-family: inherit; font-size: 12px; font-weight: 600; color: var(--ink-soft); cursor: pointer; transition: all 0.25s ease; display: inline-flex; align-items: center; gap: 7px; }
.sort-cat:hover { border-color: var(--branche-glow); color: var(--ink); }
.sort-cat.active { background: rgba(127,119,221,0.12); border-color: var(--branche-glow); color: var(--branche-glow); }
.sort-cat-count { font-size: 11px; font-weight: 700; opacity: 0.7; }
.sort-cats-label { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ink-soft); margin-right: 4px; opacity: 0.6; }

/* Marken-Panel */
.sort-panel { display: none; }
.sort-panel.active { display: block; }

/* Produkt-Grid */
.p-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1100px) { .p-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .p-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .p-grid { grid-template-columns: 1fr; } }

/* Produkt-Kachel (1:1 wie Herstellerseite, p-card BEM) */
.p-card { position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--lavender-2); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; transition: all 0.4s cubic-bezier(0.22,1,0.36,1); }
.p-card:hover { transform: translateY(-6px); border-color: var(--branche-glow); box-shadow: 0 24px 48px -16px rgba(127,119,221,0.25); }
.p-card__badge { position: absolute; top: 14px; right: 14px; z-index: 2; background: linear-gradient(135deg, var(--branche-glow), var(--indigo-3)); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 5px 11px; border-radius: 100px; }
.p-card__media { aspect-ratio: 4/3; background: var(--apple-grey); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.p-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 16px; transition: transform 0.4s ease; }
.p-card:hover .p-card__media img { transform: scale(1.04); }
.p-card__media-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.p-card__media-placeholder svg { opacity: 0.22; color: var(--branche-glow); }
.p-card__body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.p-card__kategorie { color: var(--branche-glow); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 8px; }
.p-card__title { color: var(--ink); font-size: 1.1rem; font-weight: 800; margin: 0 0 10px; line-height: 1.25; }
.p-card__desc { color: var(--ink-soft); font-size: 13px; line-height: 1.6; margin: 0 0 14px; }
.p-card__punkte { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-direction: column; gap: 5px; }
.p-card__punkte li { color: var(--branche-glow); font-size: 12px; font-weight: 600; display: flex; align-items: flex-start; gap: 6px; line-height: 1.4; }
.p-card__punkte li::before { content: '◆'; font-size: 8px; margin-top: 3px; flex-shrink: 0; }
.p-card__link { margin-top: auto; color: var(--ink); font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 4px; }
.p-card:hover .p-card__link { color: var(--branche-glow); }
.p-card.hidden { display: none; }
.sort-empty { display: none; padding: 48px 0; text-align: center; color: var(--ink-soft); font-size: 15px; }
.sort-empty.show { display: block; }

/* ===== HERSTELLER / MARKEN-SEO (dunkle Insel) ===== */
.marken { background: linear-gradient(180deg, var(--indigo-1) 0%, var(--indigo-deep) 100%); color: var(--white); padding: clamp(80px, 12vw, 160px) 0; position: relative; overflow: hidden; }
.marken::before { content: ""; position: absolute; top: -120px; left: -120px; width: 520px; height: 520px; background: radial-gradient(circle, var(--branche-glow) 0%, transparent 70%); filter: blur(120px); opacity: 0.28; animation: orb-drift 32s ease-in-out infinite; }
.marken-inner { position: relative; z-index: 1; }
.marken-header { max-width: 800px; margin-bottom: 24px; }
.marken-header .eyebrow { color: var(--branche-accent-soft); }
.marken-header .eyebrow::before { background: var(--branche-accent-soft); }
.marken-header h2 { font-size: clamp(32px, 4.5vw, 56px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; color: var(--white); }
.marken-header h2 b { color: var(--branche-accent-soft); }
.marken-intro { max-width: 760px; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.7; color: rgba(255,255,255,0.78); margin-bottom: 64px; }

.marken-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 880px) { .marken-grid { grid-template-columns: 1fr; } }
.marke-card { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); border: 1px solid rgba(175,169,236,0.2); border-radius: var(--radius-lg); padding: 40px; opacity: 0; transform: translateY(30px); transition: all 0.5s cubic-bezier(0.22,1,0.36,1); }
.marke-card.in { opacity: 1; transform: translateY(0); }
.marke-badge { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--branche-accent-soft); border: 1px solid rgba(175,169,236,0.35); border-radius: 100px; padding: 5px 14px; margin-bottom: 20px; }
.marke-card h3 { font-size: clamp(24px, 2.8vw, 32px); font-weight: 800; color: var(--white); margin-bottom: 16px; letter-spacing: -0.02em; }
.marke-card p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.75); margin-bottom: 16px; }
.marke-card p:last-of-type { margin-bottom: 24px; }
.marke-card p b { color: var(--white); font-weight: 700; }
.marke-points { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.marke-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.82); }
.marke-points li svg { flex-shrink: 0; margin-top: 2px; color: var(--branche-accent-soft); }

/* ===== GROSSFORMAT (dunkle Insel) ===== */
.grossformat { background: var(--indigo-deep); color: var(--white); padding: clamp(80px, 12vw, 160px) 0; position: relative; overflow: hidden; }
.grossformat::before { content: ""; position: absolute; bottom: -150px; right: -100px; width: 560px; height: 560px; background: radial-gradient(circle, var(--branche-glow) 0%, transparent 70%); filter: blur(120px); opacity: 0.25; animation: orb-drift 34s ease-in-out infinite; }
.gf-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 900px) { .gf-inner { grid-template-columns: 1fr; gap: 40px; } }
.gf-text .eyebrow { color: var(--branche-accent-soft); }
.gf-text .eyebrow::before { background: var(--branche-accent-soft); }
.gf-text h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--white); margin-bottom: 20px; }
.gf-text h2 b { color: var(--branche-accent-soft); }
.gf-text p { font-size: clamp(15px, 1.5vw, 18px); line-height: 1.7; color: rgba(255,255,255,0.78); margin-bottom: 28px; }
.gf-points { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.gf-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5; color: rgba(255,255,255,0.85); }
.gf-points li svg { flex-shrink: 0; margin-top: 2px; color: var(--branche-accent-soft); }
.gf-visual { aspect-ratio: 4/3; border-radius: var(--radius-lg); background: rgba(255,255,255,0.04); border: 1px solid rgba(175,169,236,0.2); display: grid; place-items: center; position: relative; overflow: hidden; }
.gf-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 40%, rgba(127,119,221,0.25) 0%, transparent 60%); animation: pen-glow-breathe 7s ease-in-out infinite; }
.gf-visual svg { position: relative; z-index: 1; color: var(--branche-accent-soft); opacity: 0.85; }
.gf-photo { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: contain; padding: 10px; opacity: 0; transition: opacity 0.9s ease; }
.gf-photo.is-active { opacity: 1; }

/* ===== PROZESS (hell) ===== */
.prozess { background: var(--apple-grey); padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid var(--lavender-2); }
.prozess-header { max-width: 760px; margin-bottom: 56px; }
.prozess-header .eyebrow { color: var(--branche-glow); }
.prozess-header .eyebrow::before { background: var(--branche-glow); }
.prozess-header h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); }
.prozess-header h2 b { color: var(--branche-glow); }
.prozess-header p { font-size: clamp(15px, 1.5vw, 18px); color: var(--ink-soft); margin-top: 16px; line-height: 1.6; }
.prozess-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
/* Verbindungslinie mit dauerhaft laufendem Energie-Puls */
.prozess-line { position: absolute; top: 92px; left: 8%; right: 8%; height: 3px; background: var(--lavender-2); z-index: 0; border-radius: 3px; overflow: hidden; }
.prozess-line::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 40%; background: linear-gradient(90deg, transparent, var(--branche-glow) 40%, var(--branche-accent) 60%, transparent); border-radius: 3px; animation: prozess-pulse 3.8s linear infinite; }
@keyframes prozess-pulse { 0% { transform: translateX(-120%); } 100% { transform: translateX(370%); } }
@media (max-width: 900px) { .prozess-line { display: none; } }
@media (max-width: 900px) { .prozess-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .prozess-steps { grid-template-columns: 1fr; } }
.prozess-step { background: var(--white); border: 1px solid var(--lavender-2); border-radius: var(--radius-lg); padding: 32px 26px; position: relative; z-index: 1; opacity: 0; transform: translateY(28px); transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1), transform 0.55s cubic-bezier(0.34,1.56,0.64,1), border-color 0.5s ease, box-shadow 0.5s ease; }
.prozess-step.pop { opacity: 1; transform: translateY(0); }
/* Punkt auf der Linie */
.prozess-step::before { content: ""; position: absolute; top: -27px; left: 50%; transform: translateX(-50%) scale(0); width: 16px; height: 16px; border-radius: 50%; background: var(--white); border: 3px solid var(--lavender-2); box-shadow: 0 0 0 5px var(--apple-grey); transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1), border-color 0.5s ease, box-shadow 0.5s ease; z-index: 2; }
@media (max-width: 900px) { .prozess-step::before { display: none; } }
.prozess-step.pop::before { transform: translateX(-50%) scale(1); }
/* aktiver Schritt wandert im Loop und leuchtet auf */
.prozess-step.active { border-color: var(--branche-glow); box-shadow: 0 20px 44px -18px rgba(127,119,221,0.45); transform: translateY(-6px); }
.prozess-step.active::before { border-color: var(--branche-glow); background: var(--branche-glow); box-shadow: 0 0 0 5px var(--apple-grey), 0 0 18px rgba(127,119,221,0.85); }
.prozess-step-num { font-size: 13px; font-weight: 800; color: var(--branche-glow); letter-spacing: 1px; margin-bottom: 16px; }
.prozess-step-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(127,119,221,0.1); display: grid; place-items: center; color: var(--branche-glow); margin-bottom: 18px; transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1), background 0.4s ease, color 0.4s ease; }
.prozess-step.active .prozess-step-icon { background: var(--branche-glow); color: var(--white); transform: scale(1.12) rotate(-4deg); }
.prozess-step h3 { font-size: 17px; font-weight: 800; color: var(--ink); margin-bottom: 10px; line-height: 1.25; }
.prozess-step p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }

/* ===== FAQ (dunkle Insel) ===== */
.faq { background: var(--apple-grey); color: var(--ink); padding: clamp(80px, 12vw, 160px) 0; }
.faq-header { max-width: 720px; margin-bottom: 48px; }
.faq-header .eyebrow { color: var(--branche-glow); }
.faq-header .eyebrow::before { background: var(--branche-glow); }
.faq-header h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); }
.faq-header h2 b { color: var(--branche-glow); }
.faq-list { max-width: 880px; display: flex; flex-direction: column; gap: 16px; }
/* weiße Karten wie Homepage */
.faq-item { background: var(--white); border: 1px solid var(--lavender-2); border-radius: var(--radius-lg); box-shadow: 0 4px 20px -12px rgba(13,11,46,0.12); transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease; overflow: hidden; }
.faq-item:hover { transform: translateY(-3px); box-shadow: 0 16px 36px -18px rgba(127,119,221,0.3); }
.faq-q { width: 100%; background: none; border: none; font-family: inherit; text-align: left; padding: 26px 30px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; color: var(--ink); font-size: clamp(16px, 1.6vw, 19px); font-weight: 700; line-height: 1.4; transition: color 0.3s ease; }
.faq-q:hover { color: var(--branche-glow); }
.faq-q-icon { flex-shrink: 0; width: 24px; height: 24px; position: relative; transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1); }
.faq-q-icon::before, .faq-q-icon::after { content: ""; position: absolute; background: var(--branche-glow); border-radius: 2px; }
.faq-q-icon::before { top: 11px; left: 2px; right: 2px; height: 2px; }
.faq-q-icon::after { left: 11px; top: 2px; bottom: 2px; width: 2px; transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1); }
.faq-item.open .faq-q-icon { transform: rotate(135deg); }
.faq-item.open .faq-q-icon::after { transform: scaleY(1); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.22,1,0.36,1); }
.faq-a-inner { padding: 0 30px 28px; font-size: 15px; line-height: 1.7; color: var(--ink-soft); max-width: 760px; }

/* ===== CTA (Akzent-Abschluss) ===== */
.cta { background: linear-gradient(135deg, var(--branche-from) 0%, var(--indigo-2) 60%, var(--branche-to) 130%); color: var(--white); padding: clamp(90px, 13vw, 180px) 0; position: relative; overflow: hidden; text-align: center; }
.cta::before { content: ""; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(196,190,255,0.3) 0%, transparent 65%); filter: blur(100px); opacity: 0.5; animation: pen-glow-breathe 8s ease-in-out infinite; }
.cta-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.cta h2 { font-size: clamp(34px, 5vw, 64px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; color: var(--white); margin-bottom: 24px; }
.cta p { font-size: clamp(16px, 1.8vw, 20px); line-height: 1.6; color: rgba(255,255,255,0.85); margin-bottom: 40px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta .btn-light { background: var(--white); color: var(--indigo-deep); padding: 18px 40px; border-radius: 100px; font-size: 16px; font-weight: 700; text-decoration: none; transition: all 0.3s cubic-bezier(0.22,1,0.36,1); display: inline-flex; align-items: center; gap: 10px; }
.cta .btn-light:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(0,0,0,0.4); }
.cta-note { margin-top: 28px; font-size: 14px; color: rgba(255,255,255,0.7); }
/* ===== STICKY SCHNELLNAVIGATION ===== */
.bildung-nav { position: sticky; top: var(--menu-height, 0px); z-index: 40; background: var(--white); border-top: 1px solid var(--lavender-2); border-bottom: 1px solid var(--lavender-2); box-shadow: 0 6px 20px -14px rgba(13,11,46,0.18); opacity: 0; transform: translateY(-12px); transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22,1,0.36,1); }
.bildung-nav.show { opacity: 1; transform: translateY(0); }
.bildung-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 60px); height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bildung-nav-label { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--branche-glow); white-space: nowrap; flex-shrink: 0; margin-right: 24px; }
.bildung-nav-label::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--branche-glow); }
.bildung-nav-links { display: flex; gap: 2px; align-items: center; flex: 1; }
.bildung-nav-links a { font-size: 13px; font-weight: 600; color: var(--ink-soft); text-decoration: none; padding: 6px 12px; border-radius: 100px; transition: color 0.25s ease, background 0.25s ease; white-space: nowrap; }
.bildung-nav-links a:hover { color: var(--ink); background: rgba(127,119,221,0.08); }
.bildung-nav-links a.active { color: var(--branche-glow); background: rgba(127,119,221,0.12); }
@media (max-width: 880px) { .bildung-nav-label { display: none; } }
@media (max-width: 760px) { .bildung-nav-links { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; } .bildung-nav-links::-webkit-scrollbar { display: none; } }

/* ===== KONFIGURATIONEN (verschmolzen aus Szenarien + Pakete, hell) ===== */
.konfig { background: var(--apple-grey); padding: clamp(80px, 11vw, 150px) 0; border-bottom: 1px solid var(--lavender-2); }
.konfig-header { max-width: 760px; margin-bottom: 56px; }
.konfig-header .eyebrow { color: var(--branche-glow); }
.konfig-header .eyebrow::before { background: var(--branche-glow); }
.konfig-header h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); }
.konfig-header h2 b { color: var(--branche-glow); }
.konfig-header p { font-size: clamp(15px, 1.5vw, 18px); color: var(--ink-soft); margin-top: 16px; line-height: 1.6; }
.konfig-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 880px) { .konfig-grid { grid-template-columns: 1fr; } }
.konfig-karte { position: relative; background: var(--white); border: 1px solid var(--lavender-2); border-radius: var(--radius-lg); padding: 36px; display: flex; flex-direction: column; opacity: 0; transform: translateY(28px); transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1), transform 0.55s cubic-bezier(0.22,1,0.36,1), border-color 0.35s ease, box-shadow 0.35s ease; }
.konfig-karte.in { opacity: 1; transform: translateY(0); }
.konfig-karte:hover { border-color: var(--branche-glow); box-shadow: 0 22px 50px -22px rgba(127,119,221,0.35); transform: translateY(-4px); }
.konfig-karte-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
.konfig-karte-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(127,119,221,0.1); display: grid; place-items: center; color: var(--branche-glow); flex-shrink: 0; transition: background 0.35s ease, color 0.35s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1); }
.konfig-karte:hover .konfig-karte-icon { background: var(--branche-glow); color: var(--white); transform: scale(1.06) rotate(-3deg); }
.konfig-karte-titel { flex: 1; }
.konfig-karte-titel h3 { font-size: 22px; font-weight: 800; color: var(--ink); margin-bottom: 4px; letter-spacing: -0.02em; }
.konfig-karte-ziel { font-size: 13px; font-weight: 600; color: var(--branche-glow); letter-spacing: 0.02em; }
.konfig-komp { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.konfig-komp li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.5; color: var(--ink-soft); padding-bottom: 14px; border-bottom: 1px solid var(--lavender-2); }
.konfig-komp li:last-child { border-bottom: none; padding-bottom: 0; }
.konfig-komp li svg { flex-shrink: 0; margin-top: 2px; color: var(--branche-glow); }
.konfig-komp li strong { color: var(--ink); font-weight: 700; }
.konfig-cta { display: inline-flex; align-items: center; gap: 6px; color: var(--branche-glow); font-size: 14px; font-weight: 700; text-decoration: none; transition: gap 0.3s ease, color 0.3s ease; align-self: flex-start; }
.konfig-cta:hover { gap: 11px; color: var(--ink); }


/* ===== GLOSSAR (hell — 8 Fachbegriffe) ===== */
.glossar { background: var(--apple-grey); padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid var(--lavender-2); }
.glossar-header { max-width: 720px; margin-bottom: 48px; }
.glossar-header .eyebrow { color: var(--branche-glow); }
.glossar-header .eyebrow::before { background: var(--branche-glow); }
.glossar-header h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); }
.glossar-header h2 b { color: var(--branche-glow); }
.glossar-header p { font-size: clamp(15px, 1.5vw, 18px); color: var(--ink-soft); margin-top: 16px; line-height: 1.6; }
.glossar-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 720px) { .glossar-grid { grid-template-columns: 1fr; } }
.glossar-item { background: var(--white); border: 1px solid var(--lavender-2); border-radius: 16px; padding: 22px 24px; transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, border-color 0.35s ease; opacity: 0; transform: translateY(20px); }
.glossar-item.in { opacity: 1; transform: translateY(0); }
.glossar-item:hover { transform: translateY(-3px); border-color: var(--branche-glow); box-shadow: 0 14px 32px -18px rgba(127,119,221,0.3); }
.glossar-term { font-size: 15px; font-weight: 800; color: var(--branche-glow); margin-bottom: 6px; }
.glossar-def { font-size: 14px; line-height: 1.6; color: var(--ink-soft); }

/* ===== SORTIMENT — 3. Filter-Ebene: Größe ===== */
.sort-sizes { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 36px; }
.sort-size { background: transparent; border: 1px solid var(--lavender-2); border-radius: 100px; padding: 8px 16px; font-family: inherit; font-size: 12px; font-weight: 600; color: var(--ink-soft); cursor: pointer; transition: all 0.25s ease; display: inline-flex; align-items: center; gap: 7px; }
.sort-size:hover { border-color: var(--branche-glow); color: var(--ink); }
.sort-size.active { background: rgba(127,119,221,0.12); border-color: var(--branche-glow); color: var(--branche-glow); }
.sort-size-count { font-size: 11px; font-weight: 700; opacity: 0.7; }
.sort-sizes-label { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ink-soft); margin-right: 4px; opacity: 0.6; }


/* ===== FAQ — Kategorie-Gruppen ===== */
.faq-group { margin-bottom: 56px; }
.faq-group:last-child { margin-bottom: 0; }
.faq-group-title { font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--branche-glow); margin-bottom: 16px; padding-left: 4px; }

/* ===== KONTAKTFORMULAR (Akzent — ersetzt simplen CTA) ===== */
.formular { background: linear-gradient(135deg, var(--branche-from) 0%, var(--indigo-2) 60%, var(--branche-to) 130%); color: var(--white); padding: clamp(90px, 13vw, 160px) 0; position: relative; overflow: hidden; }
.formular::before { content: ""; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(196,190,255,0.25) 0%, transparent 65%); filter: blur(100px); opacity: 0.5; animation: pen-glow-breathe 8s ease-in-out infinite; }
.formular-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1100px; margin: 0 auto; align-items: start; }
@media (max-width: 880px) { .formular-inner { grid-template-columns: 1fr; gap: 40px; } }
.formular-text .eyebrow { color: var(--branche-accent-soft); }
.formular-text .eyebrow::before { background: var(--branche-accent-soft); }
.formular-text h2 { font-size: clamp(30px, 4.5vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; color: var(--white); margin-bottom: 20px; }
.formular-text p { font-size: clamp(15px, 1.5vw, 18px); color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 28px; }
.formular-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.formular-bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.9); }
.formular-bullets li svg { flex-shrink: 0; margin-top: 2px; color: var(--branche-accent-soft); }
.formular-card { background: rgba(255,255,255,0.06); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius-lg); padding: 36px; }
.formular-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 560px) { .formular-row { grid-template-columns: 1fr; } }
.formular-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.formular-field label { font-size: 12px; font-weight: 700; letter-spacing: 0.5px; color: rgba(255,255,255,0.7); }
.formular-field input, .formular-field textarea { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; padding: 12px 14px; color: var(--white); font-family: inherit; font-size: 14px; transition: border-color 0.3s ease, background 0.3s ease; }
.formular-field input::placeholder, .formular-field textarea::placeholder { color: rgba(255,255,255,0.4); }
.formular-field input:focus, .formular-field textarea:focus { outline: none; border-color: var(--branche-accent-soft); background: rgba(255,255,255,0.12); }
.formular-field textarea { min-height: 110px; resize: vertical; }
.formular-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.5; margin-bottom: 20px; }
.formular-consent input { margin-top: 3px; accent-color: var(--branche-accent-soft); }
.formular-consent a { color: var(--branche-accent-soft); }
.formular-submit { width: 100%; background: var(--white); color: var(--indigo-deep); border: none; padding: 16px 28px; border-radius: 100px; font-family: inherit; font-size: 15px; font-weight: 800; cursor: pointer; transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease; }
.formular-submit:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -12px rgba(0,0,0,0.4); }
.formular-note { margin-top: 14px; font-size: 12px; color: rgba(255,255,255,0.6); text-align: center; }

/* ===== PARTNER-BADGES (Trust-Anker direkt nach Hero) ===== */
.partners { background: var(--apple-grey); padding: clamp(40px, 6vw, 64px) 0; border-bottom: 1px solid var(--lavender-2); }
.partners-eyebrow { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 24px; opacity: 0.7; }
.partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 920px; margin: 0 auto; }
@media (max-width: 720px) { .partners-grid { grid-template-columns: 1fr; } }
.partner-card { background: var(--white); border: 1px solid var(--lavender-2); border-radius: var(--radius-lg); padding: 28px 32px; display: flex; align-items: center; gap: 22px; transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease; }
.partner-card:hover { transform: translateY(-3px); border-color: var(--branche-glow); box-shadow: 0 14px 30px -16px rgba(127,119,221,0.3); }
.partner-logo { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, var(--branche-glow), var(--indigo-3)); color: var(--white); display: grid; place-items: center; font-size: 20px; font-weight: 800; letter-spacing: -0.02em; flex-shrink: 0; }
.partner-info { flex: 1; }
.partner-name { font-size: 17px; font-weight: 800; color: var(--ink); margin-bottom: 3px; }
.partner-role { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--branche-glow); }

/* ===== PROBLEME (Schmerz adressieren, dunkle Insel) ===== */
.probleme { background: linear-gradient(180deg, var(--indigo-deep) 0%, var(--indigo-1) 100%); color: var(--white); padding: clamp(80px, 12vw, 160px) 0; position: relative; overflow: hidden; }
.probleme::before { content: ""; position: absolute; top: -100px; right: -100px; width: 480px; height: 480px; background: radial-gradient(circle, var(--branche-glow) 0%, transparent 70%); filter: blur(110px); opacity: 0.18; animation: orb-drift 30s ease-in-out infinite reverse; }
.probleme-header { max-width: 760px; margin-bottom: 56px; position: relative; z-index: 1; }
.probleme-header .eyebrow { color: var(--branche-accent-soft); }
.probleme-header .eyebrow::before { background: var(--branche-accent-soft); }
.probleme-header h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--white); }
.probleme-header h2 b { color: var(--branche-accent-soft); }
.probleme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; z-index: 1; }
@media (max-width: 880px) { .probleme-grid { grid-template-columns: 1fr; } }
.problem { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); border: 1px solid rgba(175,169,236,0.18); border-radius: var(--radius-lg); padding: 32px; opacity: 0; transform: translateY(28px); transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1), transform 0.55s cubic-bezier(0.22,1,0.36,1), border-color 0.4s ease, background 0.4s ease; }
.problem.in { opacity: 1; transform: translateY(0); }
.problem:hover { border-color: rgba(252,165,165,0.4); background: rgba(255,255,255,0.06); transform: translateY(-4px); }
.problem-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(239,68,68,0.12); display: grid; place-items: center; color: #FCA5A5; margin-bottom: 18px; animation: problem-pulse 3.4s ease-in-out infinite; }
.problem:nth-child(2) .problem-icon { animation-delay: 0.8s; }
.problem:nth-child(3) .problem-icon { animation-delay: 1.6s; }
.problem:hover .problem-icon { animation-duration: 1.4s; background: rgba(239,68,68,0.2); }
@keyframes problem-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(252,165,165,0); }
    50%      { transform: scale(1.06); box-shadow: 0 0 0 8px rgba(252,165,165,0.08); }
}
.problem h3 { font-size: 19px; font-weight: 800; color: var(--white); margin-bottom: 10px; line-height: 1.3; }
.problem p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.78); }


/* ===== PLUG & PLAY (USP-Verstärker, hell) ===== */
.plugplay { background: var(--apple-grey); padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid var(--lavender-2); }
.plugplay-header { max-width: 720px; margin-bottom: 48px; }
.plugplay-header .eyebrow { color: var(--branche-glow); }
.plugplay-header .eyebrow::before { background: var(--branche-glow); }
.plugplay-header h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--ink); }
.plugplay-header h2 b { color: var(--branche-glow); }
.plugplay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px) { .plugplay-grid { grid-template-columns: 1fr; } }
.plugplay-item { background: var(--white); border: 1px solid var(--lavender-2); border-radius: var(--radius-lg); padding: 32px; opacity: 0; transform: translateY(24px); transition: all 0.5s cubic-bezier(0.22,1,0.36,1); }
.plugplay-item.in { opacity: 1; transform: translateY(0); }
.plugplay-num { font-size: 13px; font-weight: 800; color: var(--branche-glow); letter-spacing: 1px; margin-bottom: 14px; }
/* Plug & Play — pro Karte eigene Animations-Szene (dauerhaft) */
.plugplay-scene { position: relative; width: 100%; height: 110px; margin-bottom: 22px; border-radius: 14px; background: linear-gradient(180deg, rgba(127,119,221,0.06) 0%, rgba(127,119,221,0.02) 100%); overflow: hidden; }

/* === Szene 01: Paket schwebt rein → Häkchen erscheint → Glow → Reset === */
.pp-scene-1 .pp-pkg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--branche-glow); animation: pp1-pkg 4.5s cubic-bezier(0.22,1,0.36,1) infinite; }
@keyframes pp1-pkg {
    0%        { transform: translate(-50%, -180%) rotate(-8deg); opacity: 0; }
    20%       { transform: translate(-50%, -50%) rotate(0deg); opacity: 1; }
    60%       { transform: translate(-50%, -50%) rotate(0deg); opacity: 1; }
    80%, 100% { transform: translate(-50%, -50%) rotate(0deg); opacity: 1; }
}
.pp-scene-1 .pp-check { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); opacity: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--branche-glow); color: var(--white); display: grid; place-items: center; box-shadow: 0 0 0 0 rgba(127,119,221,0.6); animation: pp1-check 4.5s cubic-bezier(0.34,1.56,0.64,1) infinite; }
.pp-scene-1 .pp-check svg { width: 12px; height: 12px; stroke-width: 3; }
@keyframes pp1-check {
    0%, 35%   { transform: translate(60%, -10%) scale(0); opacity: 0; box-shadow: 0 0 0 0 rgba(127,119,221,0.6); }
    50%       { transform: translate(60%, -10%) scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(127,119,221,0.6); }
    70%       { transform: translate(60%, -10%) scale(1); opacity: 1; box-shadow: 0 0 0 14px rgba(127,119,221,0); }
    100%      { transform: translate(60%, -10%) scale(1); opacity: 0; box-shadow: 0 0 0 14px rgba(127,119,221,0); }
}

/* === Szene 02: Drei Dokumente stapeln sich nacheinander auf === */
.pp-scene-2 .pp-doc { position: absolute; top: 50%; left: 50%; width: 44px; height: 56px; border-radius: 6px; background: var(--white); border: 1.5px solid var(--branche-glow); transform: translate(-50%, -50%) translateY(20px); opacity: 0; }
.pp-scene-2 .pp-doc::before, .pp-scene-2 .pp-doc::after { content: ""; position: absolute; left: 7px; right: 7px; height: 2px; background: var(--branche-glow); border-radius: 2px; opacity: 0.6; }
.pp-scene-2 .pp-doc::before { top: 14px; }
.pp-scene-2 .pp-doc::after { top: 22px; width: 60%; }
.pp-scene-2 .pp-doc-1 { animation: pp2-doc 4.5s cubic-bezier(0.22,1,0.36,1) infinite; animation-delay: 0s; }
.pp-scene-2 .pp-doc-2 { animation: pp2-doc 4.5s cubic-bezier(0.22,1,0.36,1) infinite; animation-delay: 0.45s; }
.pp-scene-2 .pp-doc-3 { animation: pp2-doc 4.5s cubic-bezier(0.22,1,0.36,1) infinite; animation-delay: 0.9s; }
@keyframes pp2-doc {
    0%        { transform: translate(-50%, -50%) translate(0, 30px) rotate(-12deg); opacity: 0; }
    18%       { transform: translate(-50%, -50%) translate(-22px, -4px) rotate(-8deg); opacity: 1; }
    36%, 78%  { transform: translate(-50%, -50%) translate(-22px, -4px) rotate(-8deg); opacity: 1; }
    90%       { transform: translate(-50%, -50%) translate(-22px, -4px) rotate(-8deg); opacity: 1; }
    100%      { transform: translate(-50%, -50%) translate(-22px, -4px) rotate(-8deg); opacity: 0; }
}
.pp-scene-2 .pp-doc-2 { animation-name: pp2-doc-2; }
@keyframes pp2-doc-2 {
    0%        { transform: translate(-50%, -50%) translate(0, 30px) rotate(0deg); opacity: 0; }
    18%       { transform: translate(-50%, -50%) translate(0, -2px) rotate(0deg); opacity: 1; }
    36%, 78%  { transform: translate(-50%, -50%) translate(0, -2px) rotate(0deg); opacity: 1; }
    90%       { transform: translate(-50%, -50%) translate(0, -2px) rotate(0deg); opacity: 1; }
    100%      { transform: translate(-50%, -50%) translate(0, -2px) rotate(0deg); opacity: 0; }
}
.pp-scene-2 .pp-doc-3 { animation-name: pp2-doc-3; }
@keyframes pp2-doc-3 {
    0%        { transform: translate(-50%, -50%) translate(0, 30px) rotate(12deg); opacity: 0; }
    18%       { transform: translate(-50%, -50%) translate(22px, -4px) rotate(8deg); opacity: 1; }
    36%, 78%  { transform: translate(-50%, -50%) translate(22px, -4px) rotate(8deg); opacity: 1; }
    90%       { transform: translate(-50%, -50%) translate(22px, -4px) rotate(8deg); opacity: 1; }
    100%      { transform: translate(-50%, -50%) translate(22px, -4px) rotate(8deg); opacity: 0; }
}

/* === Szene 03: Telefon klingelt mit ausstrahlenden Wellen === */
.pp-scene-3 .pp-phone { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; border-radius: 14px; background: var(--branche-glow); color: var(--white); display: grid; place-items: center; box-shadow: 0 8px 20px -8px rgba(127,119,221,0.5); animation: pp3-shake 2.6s ease-in-out infinite; }
.pp-scene-3 .pp-phone svg { width: 22px; height: 22px; }
@keyframes pp3-shake {
    0%, 70%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
    78%           { transform: translate(-50%, -50%) rotate(-12deg); }
    84%           { transform: translate(-50%, -50%) rotate(12deg); }
    90%           { transform: translate(-50%, -50%) rotate(-8deg); }
    96%           { transform: translate(-50%, -50%) rotate(0deg); }
}
.pp-scene-3 .pp-wave { position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--branche-glow); transform: translate(-50%, -50%); opacity: 0; animation: pp3-wave 2.6s ease-out infinite; }
.pp-scene-3 .pp-wave-2 { animation-delay: 0.65s; }
.pp-scene-3 .pp-wave-3 { animation-delay: 1.3s; }
@keyframes pp3-wave {
    0%   { transform: translate(-50%, -50%) scale(0.6); opacity: 0.7; }
    100% { transform: translate(-50%, -50%) scale(2.4); opacity: 0; }
}
.plugplay-item h3 { font-size: 19px; font-weight: 800; color: var(--ink); margin-bottom: 10px; line-height: 1.3; }
.plugplay-item p { font-size: 14px; color: var(--ink-soft); line-height: 1.65; }
.plugplay-item h3 { font-size: 19px; font-weight: 800; color: var(--ink); margin-bottom: 10px; line-height: 1.3; }
.plugplay-item p { font-size: 14px; color: var(--ink-soft); line-height: 1.65; }

/* ===== TRUST / SOCIAL PROOF (hell — Hersteller-Authority + Showroom) ===== */
.trust { background: var(--apple-grey); padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid var(--lavender-2); }
.trust-header { max-width: 760px; margin-bottom: 48px; }
.trust-header .eyebrow { color: var(--branche-glow); }
.trust-header .eyebrow::before { background: var(--branche-glow); }
.trust-header h2 { font-size: clamp(28px, 3.8vw, 46px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; color: var(--ink); }
.trust-header h2 b { color: var(--branche-glow); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 880px) { .trust-grid { grid-template-columns: 1fr; } }
.trust-card { background: var(--white); border: 1px solid var(--lavender-2); border-radius: var(--radius-lg); padding: 32px; opacity: 0; transform: translateY(24px); transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1), transform 0.55s cubic-bezier(0.22,1,0.36,1), border-color 0.35s ease, box-shadow 0.35s ease; display: flex; flex-direction: column; }
.trust-card.in { opacity: 1; transform: translateY(0); }
.trust-card:hover { border-color: var(--branche-glow); box-shadow: 0 18px 38px -20px rgba(127,119,221,0.35); }
.trust-card-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--branche-glow); margin-bottom: 14px; }
.trust-stat { font-size: clamp(36px, 4.5vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: var(--ink); margin-bottom: 12px; }
.trust-stat-label { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 14px; line-height: 1.35; }
.trust-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.65; margin: 0; flex: 1; }
.trust-card-cta { margin-top: 18px; display: inline-flex; align-items: center; gap: 6px; color: var(--branche-glow); font-size: 13px; font-weight: 700; text-decoration: none; transition: gap 0.3s ease; align-self: flex-start; }
.trust-card-cta:hover { gap: 11px; color: var(--ink); }
/* Showroom-Karte hervorheben */
.trust-card.trust-showroom { background: linear-gradient(135deg, var(--indigo-deep) 0%, var(--indigo-2) 100%); color: var(--white); border-color: var(--indigo-2); }
.trust-card.trust-showroom .trust-card-eyebrow { color: var(--branche-accent-soft); }
.trust-card.trust-showroom .trust-stat-label { color: var(--white); }
.trust-card.trust-showroom p { color: rgba(255,255,255,0.78); }
.trust-card.trust-showroom .trust-card-cta { color: var(--branche-accent-soft); }
.trust-card.trust-showroom .trust-card-cta:hover { color: var(--white); }
.trust-card.trust-showroom .trust-showroom-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(175,169,236,0.18); display: grid; place-items: center; color: var(--branche-accent-soft); margin-bottom: 18px; animation: trust-glow 3.8s ease-in-out infinite; }
@keyframes trust-glow { 0%,100% { box-shadow: 0 0 0 0 rgba(175,169,236,0); } 50% { box-shadow: 0 0 0 8px rgba(175,169,236,0.12); } }

/* Versteckter Referenzen-Block — wird aktiv, sobald echte Bildungs-Referenzen vorliegen.
   Aktivierung: <body class="has-referenzen"> setzen, oder das Element bekommt Inhalt + die Klasse 'is-ready'. */
.referenzen { display: none; background: var(--apple-grey); padding: clamp(70px, 9vw, 120px) 0; border-bottom: 1px solid var(--lavender-2); }
.referenzen.is-ready, body.has-referenzen .referenzen { display: block; }
/* === Herzstück: Showcase-Carousel + SEO-Tiefenblock === */
.zentrum-showcase { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; margin-bottom: 60px; }
.zentrum-showcase-text h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 700; color: var(--ink); margin: 0 0 16px; line-height: 1.25; }
.zentrum-showcase-text p { font-size: 16px; color: var(--ink-soft); line-height: 1.7; margin: 0 0 14px; }
.zentrum-visual { aspect-ratio: 4/3; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--lavender-2); display: grid; place-items: center; position: relative; overflow: hidden; box-shadow: 0 20px 50px rgba(45,40,90,0.08); }
.zentrum-visual svg { color: var(--branche-accent-soft); opacity: 0.55; }
.zentrum-photo { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: contain; padding: 22px; opacity: 0; transition: opacity 0.9s ease; }
.zentrum-photo.is-active { opacity: 1; }
.zentrum-depth { max-width: 860px; margin-top: 64px; }
.zentrum-depth h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 700; color: var(--ink); margin: 0 0 16px; line-height: 1.25; }
.zentrum-depth p { font-size: 16px; color: var(--ink-soft); line-height: 1.7; margin: 0 0 14px; }
.zentrum-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 15px 30px; background: var(--ink); color: #fff; border-radius: 100px; font-weight: 600; font-size: 15px; text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.zentrum-cta:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(13,11,46,0.28); }
@media (max-width: 900px) { .zentrum-showcase { grid-template-columns: 1fr; gap: 36px; } }

/* Pen: "Mehr erfahren"-Button (heller Abschnitt -> dunkler Button) */
.pen-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: var(--ink); color: #fff; border-radius: 100px; font-weight: 600; font-size: 15px; text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.pen-cta:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(13,11,46,0.28); }

/* Carousel: Produktname unten im Bild-Feld */
.carousel-name { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; text-align: center; font-size: 13px; font-weight: 600; letter-spacing: 0.01em; color: var(--ink-soft); background: rgba(255,255,255,0.82); backdrop-filter: blur(6px); padding: 6px 12px; border-radius: 100px; }

.formular-error { margin: 16px 0 0; background: rgba(216,90,48,0.15); border: 1px solid rgba(216,90,48,0.45); color: #FFD9CB; border-radius: 10px; padding: 11px 14px; font-size: 13.5px; line-height: 1.5; }
.formular-done { text-align: center; padding: 30px 6px; }
.formular-done-ic { width: 62px; height: 62px; border-radius: 50%; background: rgba(255,255,255,0.12); color: var(--white); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 29px; font-weight: 700; }
.formular-done-t { font-size: 20px; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.formular-done-s { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.6; max-width: 320px; margin: 0 auto; }
