    @font-face {
      font-family: 'Geist';
      src: url('https://cdn.jsdelivr.net/npm/geist@1/dist/fonts/geist-sans/Geist-Variable.woff2') format('woff2');
      font-weight: 100 900;
      font-style: normal;
      font-display: swap;
    }

    html { scroll-behavior: smooth; font-size: 16px; scroll-padding-top: 80px; }
    body { font-family: 'Geist', system-ui, sans-serif; color: #1a2236; background: var(--white); overflow-x: clip; line-height: 1.6; }



    .container-wide { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
    .section { padding: 100px 0; }
    .tag {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
      color: var(--primary); background: var(--tint); border-radius: 100px; padding: 5px 14px;
      margin-bottom: 20px;
    }
    .tag-orange { color: var(--primary-d); background: var(--tint); }
    .tag-green  { color: var(--dark2); background: #f0f1f2; }
    h1,h2,h3,h4 { line-height: 1.15; font-weight: 800; }
    h1 { font-size: clamp(2.2rem,4.5vw,3.8rem); }
    h2 { font-size: clamp(1.8rem,3.2vw,2.7rem); }
    h3 { font-size: 1.25rem; font-weight: 700; }
    .lead { font-size: 1.1rem; color: var(--gray-600); max-width: 580px; }
    .text-center { text-align: center; }
    .text-center .lead { margin: 0 auto; }
    .sr-only { position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0); }

    .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: .95rem; transition: var(--transition); white-space: nowrap; flex-shrink: 0; }
    .btn-primary { background: var(--primary); color: var(--white); box-shadow: 0 4px 16px rgba(53,153,131,.35); }
    .btn-primary:hover { background: var(--primary-l); transform: translateY(-2px); }
    .btn-outline { border: 2px solid var(--gray-200); color: var(--gray-800); background: transparent; }
    .btn-outline:hover { border-color: var(--primary); color: var(--primary); background: var(--tint); }

    /* Button size system - use alongside .cg-btn / .cg-btn-outline */
    .cg-btn, .cg-btn-outline {
      display: inline-flex; align-items: center; justify-content: center; gap: var(--spacing-2);
      width: fit-content; border: none; border-radius: var(--radius); box-shadow: var(--shadow);
      color: var(--white); font-weight: 600; text-decoration: none; white-space: nowrap;
      flex-shrink: 0; cursor: pointer; transition: var(--transition);
    }

    /* Nav */
    .logo img, .logo svg { height: 32px; width: auto; display: block; }
    @media (max-width: 1024px) {
      .logo img, .logo svg { height: 28px; }
      #hero { padding-top: 96px; }
    }
    .footer-brand svg.logo { height: 30px; }
    @media (max-width: 1350px) and (min-width: 1025px) {
      .nav-inner { gap: 20px; }
      .nav-right { gap: 20px; }
      .nav-links { gap: 20px; }
      .btn { padding: 12px 22px; }
    }

    /* Hero */
    #hero { min-height: 50vh; display: flex; align-items: center; background: var(--white); position: relative; padding-top: 108px; padding-bottom: 0; }
    .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: 40px; align-items: center; max-width: 96%; margin: 0 auto; }
    #hero h1 { color: var(--dark); margin-bottom: 24px; }
    #hero h1 em { font-style: normal; color: var(--primary); }
    .hero-sub { color: var(--gray-600); font-size: clamp(1rem, 1.4vw, 1.2rem); margin-bottom: 16px; max-width: 500px; }
    .hero-visual { position: relative; display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
    .hero-visual video { width: 100%; height: auto; display: block; border-radius: 0; box-shadow: none; }

    /* Trust */
    #trust { background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 32px 0; }
    .trust-label { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 20px; text-align: center; }
    .trust-logos { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
    .trust-logo { font-size: .85rem; font-weight: 800; color: var(--gray-400); transition: color var(--transition); }
    .trust-logo:hover { color: var(--gray-600); }

    /* Begleitung-Streifen */
    .begleitung-strip { background: var(--deep); padding: 28px 0; }
    .begl-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; }
    .begl-item { display: flex; align-items: center; gap: 12px; color: var(--white); font-size: 1.05rem; font-weight: 500; flex: 1; justify-content: center; padding: 8px 16px; }
    .begl-item svg { width: 20px; height: 20px; stroke: var(--accent); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    .begl-sep { width: 1px; height: 28px; background: rgba(255,255,255,.2); flex-shrink: 0; }
    @media (max-width: 700px) {
      .begl-sep { display: none; }
      .begl-inner { flex-direction: column; align-items: stretch; }
      .begl-item { flex: none; width: 100%; padding: 16px 24px; justify-content: flex-start; }
      .begl-item:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,.2); }
    }

    /* Problem */
    #benefits { background: var(--white); }
    #konfigurator-embed { background: var(--gray-800); }
    #konfigurator-embed .konfig-left h2 { color: var(--white); }
    #benefits .container { max-width: min(1700px, 100% - 48px); }
    /* 3D Karussell */
    .bc3d-scene { perspective: 4200px; height: 320px; display: flex; align-items: center; justify-content: center; overflow: visible; margin-top: 48px; }
    .bc3d-ring { width: 0; height: 0; transform-style: preserve-3d; cursor: grab; user-select: none; -webkit-user-select: none; }
    .bc3d-ring.bc-drag { cursor: grabbing; }
    .ben-card { position: absolute; width: 230px; height: 320px; top: -160px; left: -115px; border-radius: 20px; border: 1.5px solid var(--gray-200); background: var(--white); padding: 20px; cursor: pointer; backface-visibility: hidden; will-change: transform, filter; display: flex; flex-direction: column; gap: 14px; }
    .ben-header { display: flex; align-items: center; justify-content: center; gap: 10px; }
    .ben-icon { width: 24px; height: 24px; stroke: var(--primary); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    .ben-label { font-size: .88rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--primary); }
    .ben-expand { display: flex; flex-direction: column; gap: 22px; }
    .ben-expand h3 { font-size: clamp(.88rem, 1.1vw, 1rem); font-weight: 800; color: var(--dark); line-height: 1.3; text-align: center; }
    .ben-expand p { font-size: clamp(.8rem, .95vw, .9rem); color: var(--gray-600); line-height: 1.6; }
    .bc3d-controls { display: flex; align-items: center; justify-content: space-between; width: 568px; max-width: calc(100% - 32px); margin: 44px auto 0; }
    .ben-arrow { width: 48px; height: 48px; border-radius: 10px; background: var(--gray-100); border: 1.5px solid var(--gray-400); box-shadow: 0 2px 8px rgba(0,0,0,.1); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s; flex-shrink: 0; }
    .ben-arrow:hover { background: var(--primary); border-color: var(--primary); }
    .ben-arrow:hover svg { stroke: var(--white); }
    .ben-arrow svg { width: 18px; height: 18px; stroke: var(--gray-600); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
    .ben-dots { display: flex; align-items: center; flex: 1; gap: 20px; margin: 0 16px; }
    .bn-dot { flex: 1; height: 4px; border-radius: 2px; background: var(--gray-200); border: none; cursor: pointer; padding: 0; transition: background .25s; }
    .bn-dot.bn-active { background: var(--primary); }
    .benefits-cta { text-align: center; margin: 40px auto 0; }

    /* Solution */
    #solution { background: var(--white); position: relative; overflow: hidden; }
    #solution::before { content:''; position:absolute; top:-200px; right:-200px; width:600px; height:600px; border-radius:50%; background: radial-gradient(circle, rgba(53,153,131,.08) 0%, transparent 70%); }
    .solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    #solution h2 { color: var(--dark); }
    #solution .lead { color: var(--gray-600); }
    .solution-features { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
    .sol-feature { display: flex; gap: 16px; align-items: flex-start; padding: 20px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--neutral); transition: var(--transition); }
    .sol-feature:hover { border-color: var(--primary); box-shadow: var(--shadow); }
    .sol-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
    .sol-feature h4 { color: var(--dark); font-size: 1rem; margin-bottom: 4px; }
    .sol-feature p { color: var(--gray-600); font-size: .9rem; }

    /* How it works – Snake layout */
    #how-it-works { background: var(--tint); padding-top: 72px; }
    .steps-grid { margin-top: 40px; position: relative; }
    .step { display: grid; gap: 48px; align-items: center; }
    .step.odd  { grid-template-columns: 80px 1fr 1fr; }
    .step.even { grid-template-columns: 1fr 1fr 80px; }
    .step-num-col { display: flex; align-items: center; justify-content: center; }
    .step-line { display: none; }
    .step-num { font-size: clamp(4rem, 5.5vw, 6.5rem); font-weight: 900; color: var(--primary); line-height: 1; letter-spacing: -0.04em; }
    .step-text { display: flex; flex-direction: column; gap: 12px; padding: 32px 0; }
    .step h3 { font-size: 1.3rem; margin: 0; }
    .step p { color: var(--gray-600); font-size: clamp(1rem, 1.4vw, 1.2rem); margin: 0; }
    #how-it-works .step-text ul {
      margin: 0;
      padding-left: 1.25em;
      color: var(--gray-600);
      font-size: clamp(1rem, 1.4vw, 1.2rem);
      line-height: 1.55;
    }
    #how-it-works .step-text li {
      margin: 0 0 .35em;
    }
    #how-it-works .step-text li:last-child {
      margin-bottom: 0;
    }
    .step-img { border-radius: var(--radius-lg); background: var(--gray-100); aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; color: var(--gray-400); font-size: .85rem; font-weight: 600; border: 2px dashed var(--gray-200); align-self: center; }
    .step-img--photo { border: none; background: none; padding: 0; overflow: hidden; box-shadow: var(--shadow); }
    .step-img--photo img, .step-img--photo video { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-lg); display: block; }
    .snake-connector { display: none; }

    /* Metrics */
    #metrics { background: var(--white); padding: 64px 0; }
    .klt-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px 48px; background: var(--tint); border-radius: 24px; padding: 40px 24px; overflow: hidden; max-width: fit-content; margin: 0 auto; }
    .klt { flex: 0 0 195px; max-width: 195px; will-change: transform; }
    .klt svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 6px 18px rgba(0,0,0,.12)); }
    .klt-wheel { transform-box: fill-box; transform-origin: center; }

    /* Robots park one by one, rightmost slot first, each new arrival to the left
       of the last. They drive in once and stay parked for good. */
    .klt:nth-child(4) { animation: klt-park-4 .6s ease-out forwards; }
    .klt:nth-child(3) { animation: klt-park-3 .9s ease-out forwards; }
    .klt:nth-child(2) { animation: klt-park-2 1.2s ease-out forwards; }
    .klt:nth-child(1) { animation: klt-park-1 1.5s ease-out forwards; }

    @keyframes klt-park-4 {
      0%   { transform: translateX(-100vw); opacity: 0; }
      50%  { transform: translateX(-100vw); opacity: 0; }
      100% { transform: translateX(0); opacity: 1; }
    }
    @keyframes klt-park-3 {
      0%      { transform: translateX(-100vw); opacity: 0; }
      66.67%  { transform: translateX(-100vw); opacity: 0; }
      100%    { transform: translateX(0); opacity: 1; }
    }
    @keyframes klt-park-2 {
      0%    { transform: translateX(-100vw); opacity: 0; }
      75%   { transform: translateX(-100vw); opacity: 0; }
      100%  { transform: translateX(0); opacity: 1; }
    }
    @keyframes klt-park-1 {
      0%   { transform: translateX(-100vw); opacity: 0; }
      80%  { transform: translateX(-100vw); opacity: 0; }
      100% { transform: translateX(0); opacity: 1; }
    }

    /* Wheels spin through the slide, coast for 1s after the body has stopped, then freeze for good. */
    .klt:nth-child(4) .klt-wheel { animation: klt-wheel-4 1.2s ease-out forwards; }
    .klt:nth-child(3) .klt-wheel { animation: klt-wheel-3 1.5s ease-out forwards; }
    .klt:nth-child(2) .klt-wheel { animation: klt-wheel-2 1.8s ease-out forwards; }
    .klt:nth-child(1) .klt-wheel { animation: klt-wheel-1 2.1s ease-out forwards; }

    @keyframes klt-wheel-4 {
      0%      { transform: rotate(0deg); }
      25%     { transform: rotate(0deg); }
      50%     { transform: rotate(1080deg); }
      100%    { transform: rotate(1350deg); }
    }
    @keyframes klt-wheel-3 {
      0%      { transform: rotate(0deg); }
      40%     { transform: rotate(0deg); }
      60%     { transform: rotate(1080deg); }
      100%    { transform: rotate(1350deg); }
    }
    @keyframes klt-wheel-2 {
      0%      { transform: rotate(0deg); }
      50%     { transform: rotate(0deg); }
      66.67%  { transform: rotate(1080deg); }
      100%    { transform: rotate(1350deg); }
    }
    @keyframes klt-wheel-1 {
      0%      { transform: rotate(0deg); }
      57.14%  { transform: rotate(0deg); }
      71.43%  { transform: rotate(1080deg); }
      100%    { transform: rotate(1350deg); }
    }
    @media (prefers-reduced-motion: reduce) {
      .klt, .klt-wheel { animation: none; }
    }

    /* Industries */
    #industries { background: var(--white); }
    .industries-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; }
    .industry-card { border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--gray-200); transition: var(--transition); cursor: pointer; }
    .industry-card:hover { border-color: transparent; box-shadow: var(--shadow-lg); transform: translateY(-6px); }
    .industry-img { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 4rem; }
    .industry-img.mfg  { background: linear-gradient(135deg, #0D0D0D, var(--primary)); }
    .industry-img.elec { background: linear-gradient(135deg, #0D0D0D, #cfd4db); }
    .industry-img.med  { background: linear-gradient(135deg, #0D0D0D, var(--primary-d)); }
    .industry-img.auto { background: linear-gradient(135deg, #0D0D0D, var(--accent)); }
    .industry-img.ecom { background: linear-gradient(135deg, #1a1a1a, var(--primary)); }
    .industry-img.mro  { background: linear-gradient(135deg, #1a1a1a, var(--accent-d)); }
    .industry-body { padding: 28px; }
    .industry-body h3 { margin-bottom: 8px; }
    .industry-body p { color: var(--gray-600); font-size: .92rem; }
    .industry-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
    .itag { font-size: .75rem; font-weight: 600; padding: 4px 10px; border-radius: 100px; background: var(--gray-100); color: var(--gray-600); }

    /* Specs */
    #specs { background: var(--white); }
    .specs-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-top: 56px; }
    .specs-table { border-radius: var(--radius-lg); overflow: hidden; border: 1.5px solid var(--gray-200); }
    .specs-table table { width: 100%; border-collapse: collapse; }
    .specs-table thead th { background: var(--primary); color: var(--white); text-align: left; padding: 16px 20px; font-size: .88rem; font-weight: 700; }
    .specs-table tbody tr { border-bottom: 1px solid var(--gray-100); }
    .specs-table tbody tr:last-child { border-bottom: none; }
    .specs-table tbody tr:hover { background: var(--gray-50); }
    .specs-table td { padding: 14px 20px; font-size: .92rem; }
    .specs-table td:first-child { color: var(--gray-600); font-weight: 500; }
    .specs-table td:last-child { font-weight: 700; color: var(--dark); }
    .specs-visual { display: flex; flex-direction: column; gap: 20px; }
    .spec-highlight { padding: 28px; border-radius: var(--radius); border-left: 4px solid var(--primary); background: var(--tint); }
    .spec-highlight h4 { color: var(--dark); margin-bottom: 6px; }
    .spec-highlight p { color: var(--gray-600); font-size: .92rem; }

    /* Kundenstimmen: Karussell */
    #kundenstimmen { background: var(--tint); padding-bottom: 40px; }
    .carousel-row { display: flex; align-items: center; gap: var(--sp-2); margin-top: 56px; }
    .carousel-viewport {
      flex: 1 1 auto; min-width: 0; overflow-x: auto; overflow-y: hidden;
      scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none;
      --peek: calc((100% - 72px) / 7);
      -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--peek), black calc(100% - var(--peek)), transparent 100%);
      mask-image: linear-gradient(to right, transparent 0, black var(--peek), black calc(100% - var(--peek)), transparent 100%);
    }
    .carousel-viewport::-webkit-scrollbar { display: none; }
    .carousel-viewport.at-start {
      -webkit-mask-image: linear-gradient(to right, black 0, black calc(100% - var(--peek)), transparent 100%);
      mask-image: linear-gradient(to right, black 0, black calc(100% - var(--peek)), transparent 100%);
    }
    .carousel-viewport.at-end {
      -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--peek), black 100%);
      mask-image: linear-gradient(to right, transparent 0, black var(--peek), black 100%);
    }
    .carousel-track { display: flex; gap: var(--sp-3); }

    .carousel-arrow { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--white); color: var(--primary-d); box-shadow: var(--shadow-lg); font-size: 1.25rem; line-height: 1; transition: background .2s ease, color .2s ease, transform .2s ease; }
    .carousel-arrow:hover { background: var(--primary); color: var(--white); transform: translateY(-2px); }
    .carousel-arrow:focus-visible { outline: 2px solid var(--primary-d); outline-offset: 2px; }
    .carousel-arrow.is-hidden { visibility: hidden; pointer-events: none; }

    .card { flex: 0 0 calc((100% - 72px) / 3.5); scroll-snap-align: start; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; }
    .card-top { display: flex; flex-direction: column; align-items: center; gap: var(--sp-1); padding: var(--sp-3) var(--sp-3) var(--sp-2); }
    .card-logo { height: 40px; width: auto; max-width: 140px; object-fit: contain; border-radius: var(--radius); }
    .card-logo--square { border-radius: 0; }
    .card-industry { font-size: .72rem; font-weight: 600; color: var(--gray-600); }

    .card-photo-wrap { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: var(--gray-100); }
    .card-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
    .card-photo-tag { position: absolute; top: 10px; left: 10px; background: rgba(16, 14, 14, .72); color: var(--white); font-size: .7rem; font-weight: 600; padding: 4px 10px; border-radius: 999px; }
    .carousel-track .card-photo-tag { display: none; }
    .card-photo-slide { position: absolute; inset: 0; display: none; }
    .card-photo-slide.active { display: block; }
    .card-photo-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; background: rgba(16, 14, 14, .82); border: 1.5px solid rgba(255,255,255,.75); color: var(--white); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(0,0,0,.35); transition: background .2s ease, transform .2s ease; }
    .card-photo-arrow svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
    .card-photo-arrow:hover { background: rgba(16, 14, 14, 1); transform: translateY(-50%) scale(1.08); }
    .card-photo-arrow--prev { left: 10px; }
    .card-photo-arrow--next { right: 10px; }
    .card-photo-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; }
    .card-photo-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .55); transition: background .2s ease, transform .2s ease; }
    .card-photo-dot.active { background: var(--white); transform: scale(1.2); }

    .card-stat { display: flex; flex-direction: column; align-items: center; padding: var(--sp-2) var(--sp-3) 0; }
    .card-stat-num { font-size: 1.75rem; font-weight: 800; color: var(--primary-d); line-height: 1.15; }
    .card-stat-label { font-size: .85rem; font-weight: 600; color: var(--dark); margin-top: 2px; }

    .card-metrics { display: flex; flex-wrap: nowrap; justify-content: center; gap: var(--sp-2); width: 100%; margin-top: var(--sp-2); padding: var(--sp-2) var(--sp-3) var(--sp-3); border-top: 1px solid var(--gray-200); }
    .metric { display: flex; flex-direction: column; align-items: center; flex: 1 1 0; min-width: 0; }
    .metric-value { font-weight: 700; font-size: .95rem; color: var(--dark); }
    .metric-label { font-size: .75rem; color: var(--gray-600); margin-top: 2px; }

    @media (prefers-reduced-motion: reduce) {
      .carousel-viewport { scroll-behavior: auto; }
    }

    /* Broschüre CTA */
    .adv-cta-wrap { position: relative; z-index: 1; padding: 25px 24px 60px; }
    .broschuere-form { display: none; gap: 10px; align-items: center; justify-content: center; margin-top: 20px; }
    .broschuere-form.active { display: flex; }
    .broschuere-form input[type="email"] { padding: 14px 18px; border: 1px solid var(--gray-200); border-radius: 6px; font-family: inherit; font-size: .95rem; min-width: 260px; background: var(--white); color: var(--gray-800); transition: border-color var(--transition), box-shadow var(--transition); }
    .broschuere-form input[type="email"]:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(53,153,131,.1); }
    .broschuere-submit-spinner { display: none; width: 14px; height: 14px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: brochure-spin .8s linear infinite; }
    .broschuere-form button.is-loading .broschuere-submit-spinner { display: inline-block; }

    @keyframes brochure-spin {
      to { transform: rotate(360deg); }
    }

    /* FAQ */
    #faq { background: var(--white); }
    .faq-wrap { max-width: 800px; margin: 56px auto 0; }
    .faq-item { border-bottom: 1px solid var(--gray-200); }
    .faq-q { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; cursor: pointer; font-weight: 600; font-size: 1rem; transition: color var(--transition); }
    .faq-q:hover { color: var(--primary); }
    .faq-arrow { transition: transform var(--transition); font-size: 1.2rem; color: var(--gray-400); flex-shrink: 0; }
    .faq-item.open .faq-arrow { transform: rotate(180deg); color: var(--primary); }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
    .faq-item.open .faq-a { max-height: 300px; }
    .faq-a-inner { padding-bottom: 20px; color: var(--gray-600); font-size: .95rem; line-height: 1.8; }

    /* CTA Banner */
    #cta-banner { background: var(--white); padding: 80px 0; text-align: center; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
    #cta-banner h2 { color: var(--dark); margin-bottom: 16px; }
    #cta-banner p { color: var(--gray-600); font-size: 1.1rem; max-width: 560px; margin: 0 auto 36px; }
    .cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
    .btn-white { background: var(--primary); color: var(--white); font-weight: 700; }
    .btn-white:hover { background: var(--primary-d); }
    .btn-ghost { border: 2px solid var(--gray-200); color: var(--gray-800); }
    .btn-ghost:hover { border-color: var(--primary); color: var(--primary); background: var(--tint); }

    /* Contact */
    #contact { background: var(--white); }
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 56px; }
    .contact-form { background: var(--white); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow); }
    .contact-form h3 { margin-bottom: 24px; }
    .field { margin-bottom: 20px; }
    .field label { display: block; font-size: .85rem; font-weight: 600; color: var(--gray-600); margin-bottom: 6px; }
    .field input, .field select, .field textarea { width: 100%; padding: 12px 16px; border-radius: 8px; border: 1.5px solid var(--gray-200); font-family: inherit; font-size: .95rem; transition: border-color var(--transition); background: var(--white); color: var(--gray-800); }
    .field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(53,153,131,.1); }
    .field textarea { resize: vertical; min-height: 120px; }
    .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .submit-btn { width: 100%; padding: 15px; background: var(--primary); color: var(--white); border-radius: 8px; font-weight: 700; font-size: 1rem; border: none; cursor: pointer; transition: var(--transition); }
    .submit-btn:hover { background: var(--primary-l); transform: translateY(-1px); }
    .contact-info { display: flex; flex-direction: column; gap: 24px; }
    .contact-card { background: var(--white); border-radius: var(--radius); padding: 28px; border: 1.5px solid var(--gray-200); display: flex; gap: 16px; align-items: flex-start; }
    .ci-icon { font-size: 1.5rem; }
    .ci-label { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--gray-400); margin-bottom: 4px; }
    .ci-value { font-weight: 600; color: var(--dark); }
    .ci-sub { font-size: .85rem; color: var(--gray-400); margin-top: 2px; }

    /* Footer */
    footer { background: var(--deep); color: rgba(255,255,255,.55); padding: 60px 0 32px; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
    .footer-brand .logo { height: 30px; width: auto; margin-bottom: 16px; display: block; }
    .footer-brand p { font-size: .88rem; line-height: 1.7; max-width: 260px; }
    .footer-col h4 { color: var(--white); font-size: .9rem; margin-bottom: 16px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col a { font-size: .88rem; color: rgba(255,255,255,.5); transition: color var(--transition); }
    .footer-col a:hover { color: var(--white); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
    .footer-bottom p { font-size: .82rem; }
    .footer-legal { display: flex; gap: 24px; }
    .footer-legal a { font-size: .82rem; color: rgba(255,255,255,.4); transition: color var(--transition); }
    .footer-legal a:hover { color: rgba(255,255,255,.8); }

    /* Cookie */
    #cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--deep); color: rgba(255,255,255,.8); padding: 20px 24px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; box-shadow: 0 -4px 32px rgba(0,0,0,.3); transform: translateY(0); transition: transform 0.4s ease; }
    #cookie-banner.hidden { transform: translateY(120%); }
    #cookie-banner p { font-size: .88rem; flex: 1; }
    #cookie-banner p a { color: var(--neutral); text-decoration: underline; }
    .cookie-btns { display: flex; gap: 10px; }
    .cookie-accept { background: var(--primary); color: var(--white); padding: 10px 22px; border-radius: 6px; font-weight: 600; font-size: .88rem; border: none; cursor: pointer; transition: var(--transition); }
    .cookie-accept:hover { background: var(--primary-d); }
    .cookie-decline { background: transparent; color: var(--white); padding: 10px 22px; border-radius: 6px; font-weight: 600; font-size: .88rem; border: 1px solid rgba(255,255,255,.6); cursor: pointer; transition: var(--transition); }
    .cookie-decline:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
    @media (max-width: 600px) {
      #cookie-banner { padding: 16px 18px; gap: 12px; flex-direction: column; align-items: stretch; }
      #cookie-banner p { font-size: .82rem; flex: none; }
      .cookie-btns { width: 100%; gap: 10px; }
      .cookie-accept, .cookie-decline { flex: 1; text-align: center; padding: 13px 16px; }
    }

    /* Animations */
    .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: .1s; }
    .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; }
    .reveal-delay-4 { transition-delay: .4s; }
    .reveal-delay-5 { transition-delay: .5s; }

    /* ── Vorteile (statisch, 2 Spalten) ── */
    #advantages { position: relative; }
    .adv-bg { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(16,14,14,.5), rgba(16,14,14,.62)), url('../images/illustrations/zellenstapel.webp'); background-size: cover; background-position: center; }
    .adv-inner { position: relative; z-index: 1; padding: 80px 24px 25px; max-width: clamp(1200px, 70vw, 1600px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: stretch; }
    .adv-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--primary); color: var(--white); font-weight: 800; font-size: .95rem; margin-bottom: 20px; box-shadow: 0 6px 18px rgba(53,153,131,.45); }
    .adv-accent { width: 52px; height: 4px; flex-shrink: 0; background: var(--primary); border-radius: 2px; margin: 0 auto; box-shadow: 0 4px 14px rgba(53,153,131,.55); }
    .adv-item {
      text-align: center; max-width: clamp(360px, 25vw, 480px); margin: 0 auto; display: flex; flex-direction: column; gap: 24px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: var(--radius-lg);
      padding: 36px 28px;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
    }
    .adv-item h2 { min-height: 2.24em; display: flex; flex-direction: column; justify-content: center; }
    .adv-item h2 { color: var(--white); font-size: clamp(1.8rem, 2.6vw, 2.4rem); line-height: 1.12; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
    .adv-item p { color: rgba(255,255,255,.85); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7; text-shadow: 0 1px 16px rgba(0,0,0,.4); text-align: center; }
    @media (max-width: 768px) {
      .adv-inner { grid-template-columns: 1fr; gap: 56px; padding: 56px 24px 25px; }
      .adv-item--no-mobile { display: none; }
    }

    /* ── Produktüberblick / Features ── */
    #fuer-mich { position: relative; z-index: 2; margin-top: -80px; padding: 0 24px 80px; background: var(--tint); }
    .fuer-mich-card { background: var(--white); border-radius: 24px; box-shadow: 0 24px 72px rgba(0,0,0,.22); padding: 56px 48px; max-width: 560px; margin: 0 auto; }
    .fuer-mich-title { font-size: clamp(1.8rem, 3.2vw, 2.8rem); font-weight: 800; color: var(--dark); margin-bottom: 36px; text-align: center; }
    #fuer-mich ul { list-style: none; padding: 0; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
    #fuer-mich li { display: flex; align-items: flex-start; gap: 14px; color: var(--gray-600); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7; font-weight: 500; }
    #fuer-mich li svg { flex-shrink: 0; margin-top: 4px; }
    #info-split { position: relative; overflow: hidden; }
    .info-bg { position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(rgba(16,14,14,.55), rgba(16,14,14,.65)), url('../images/illustrations/zellenstapel.webp'); background-size: cover; background-position: center; }
    .info-inner { position: relative; z-index: 1; padding: var(--sp-8) 0; display: grid; grid-template-columns: 12fr 52fr 8fr 32fr 8fr; align-items: center; }
    .info-left, .info-right {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: var(--radius-lg);
      padding: 40px;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
    }
    .info-toggle { display: none; }
    .info-left  { grid-column: 2; }
    .info-right { grid-column: 4; }
    .info-left h2, .info-right h2 { color: var(--white); font-size: clamp(1.6rem, 2.4vw, 2.2rem); font-weight: 800; margin-bottom: 28px; text-align: center; }
    .info-quote p { color: #d8d8d8; font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.75; font-style: italic; margin: 0; text-align: center; }
    .info-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
    .info-list li { display: flex; align-items: flex-start; gap: 14px; color: #d8d8d8; font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.7; font-weight: 500; }
    .info-list li svg { flex-shrink: 0; margin-top: 4px; }
    .features-section { padding: 72px 0; background: var(--white); }
    .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--gray-200); border: 1.5px solid var(--gray-200); border-radius: 16px; overflow: hidden; }
    .feature-card { background: var(--white); padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; transition: background var(--transition); }
    .feature-card:hover { background: var(--gray-50); }
    .feature-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; }
    .feature-card h3 { font-size: .97rem; font-weight: 800; color: var(--dark); margin: 0; }
    .feature-card p { font-size: .83rem; color: var(--gray-400); margin: 0; line-height: 1.5; }

    /* Konfigurator CTA */
    .konfig-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
    .konfig-left { display: flex; flex-direction: column; align-items: center; gap: 32px; text-align: center; }
    .konfig-left h2 { font-size: clamp(2rem, 3.5vw, 3rem); margin: 0; }
    .konfig-video-wrap { border-radius: 16px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.15); background: var(--gray-800); aspect-ratio: 16/9; }
    .konfig-video-wrap video { width: 100%; height: 100%; object-fit: cover; display: block; }

    /* Responsive */
    @media (max-width: 1400px) and (min-width: 1025px) {
      .klt { flex: 0 0 145px; max-width: 145px; }
      .klt-row { gap: 16px; }
    }
    @media (max-width: 1023px) {
      .info-inner { grid-template-columns: 1fr; gap: 32px; }
      .info-left, .info-right { grid-column: auto; }
    }
    @media (max-width: 1024px) {
      .hero-grid, .solution-grid, .specs-wrap, .contact-grid { grid-template-columns: 1fr; }
      .features-grid { grid-template-columns: repeat(2, 1fr); }
      .hero-visual { display: flex; }
      .steps-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
      .steps-grid::before { display: none; }
      .ben-cards { grid-template-columns: repeat(3,1fr); }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .carousel-viewport { --peek: calc((100% - 48px) / 5); }
      .card { flex-basis: calc((100% - 48px) / 2.5); }
      .klt-row { gap: 24px 48px; }
      #story-section .story-sticky { padding: 0; }
      #story-section .story-split { grid-template-columns: 1fr; gap: 28px; padding: 0 16px; }
      #story-section .story-photo { aspect-ratio: 4 / 3; }
    }
    @media (max-width: 768px) {
      h1 { font-size: 2rem; }
      h2 { font-size: 1.65rem; }
      .section { padding: 72px 0; }
      body #story-section { padding-top: 40px; }
      #story-section .story-photo { min-height: 0; }
      #hero { padding-top: 96px; }
      .hero-grid { gap: 28px; text-align: center; }
      #hero h1 { font-size: 2.6rem; margin-bottom: 20px; }
      .hero-sub { display: none; }
      /* Konfigurator-Teaser: Video als Hintergrund statt winziger Nebenspalte */
      #konfigurator-embed { padding: 0; }
      #konfigurator-embed .container { padding: 0; max-width: none; }
      .konfig-split { display: block; position: relative; min-height: 420px; }
      .konfig-video-wrap {
        position: absolute; inset: 0; width: 100%; height: 100%;
        border-radius: 0; box-shadow: none; aspect-ratio: auto;
      }
      /* Die Quelldatei hat oben/unten schwarze Balken eingebrannt; reinzoomen, um sie rauszuschneiden */
      .konfig-video-wrap video { transform: scale(1.3); }
      .konfig-video-wrap::after {
        content: ''; position: absolute; inset: 0;
        background: linear-gradient(180deg, rgba(16,14,14,.35), rgba(16,14,14,.8));
      }
      .konfig-left {
        position: relative; z-index: 1; min-height: 420px;
        justify-content: center; padding: 48px 24px; gap: 24px;
      }
      #metrics { padding: 40px 0 36px; }
      .klt-row { padding: 28px 20px; }
      .investors-divider { padding: 0 24px; }
      .investors-strip .marquee-track { gap: 40px; }
      .investors-strip .marquee-track img { height: 30px; max-width: 120px; }
      .info-inner { padding: 32px 20px; }
      .info-left, .info-right { padding: 24px 16px; }
      .info-left h2, .info-right h2 { margin-bottom: 20px; }
      .info-quote p { font-size: .88rem; line-height: 1.6; }
      .info-toggle {
        display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
        background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); color: var(--white);
        padding: 12px 18px; border-radius: 999px; font-weight: 600; font-size: .88rem; cursor: pointer;
        transition: background var(--transition);
      }
      .info-toggle:hover { background: rgba(255,255,255,.18); }
      .info-toggle-arrow { transition: transform var(--transition); flex-shrink: 0; }
      .info-toggle[aria-expanded="true"] .info-toggle-arrow { transform: rotate(180deg); }
      .info-collapse { max-height: 0; overflow: hidden; transition: max-height .4s ease, margin-top .4s ease; }
      .info-collapse.open { max-height: 210px; margin-top: 20px; }
      /* Feste Höhe statt inset:0, damit das Hintergrundfoto beim Auf-/Zuklappen nicht mitskaliert */
      .info-bg { position: absolute; top: 0; left: 0; right: 0; bottom: auto; height: 760px; background-position: top center; }
      .story-overlay { width: 65%; max-width: 260px; }
      .story-diagram { display: none; }
      .ben-cards { grid-template-columns: 1fr 1fr; }
      .industries-grid { grid-template-columns: 1fr 1fr; }
      .carousel-viewport { --peek: 16px; }
      .card { flex-basis: 100%; }
      .carousel-row { position: relative; }
      .carousel-arrow { position: absolute; top: 42%; transform: translateY(-50%); width: 40px; height: 40px; font-size: 1.1rem; z-index: 3; opacity: .92; }
      .carousel-arrow--prev { left: 4px; }
      .carousel-arrow--next { right: 4px; }
      .card-photo-wrap .card-photo-slide { display: none; }
      .card-photo-wrap .card-photo-slide:first-child { display: block; }
      .card-photo-wrap .card-photo-arrow,
      .card-photo-wrap .card-photo-dots { display: none; }
      .card-photo-arrow { position: absolute; }
      .card-photo-arrow::before { content: ''; position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; transform: translate(-50%, -50%); }
      .card-photo-dots { gap: 26px; }
      .card-photo-dot { position: relative; }
      .card-photo-dot::before { content: ''; position: absolute; top: 50%; left: 50%; width: 32px; height: 32px; transform: translate(-50%, -50%); }
      .broschuere-form { flex-direction: column; width: 100%; }
      .broschuere-form input[type="email"] { width: 100%; min-width: 0; }
      .footer-grid { grid-template-columns: 1fr; gap: 32px; }

      /* Prozessablauf: dezente Karte pro Schritt */
      .steps-grid { display: flex; flex-direction: column; gap: 24px; }
      .step.odd, .step.even {
        grid-template-columns: 1fr; gap: 16px;
        background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow);
        padding: 28px 24px;
      }
      .step-num-col { order: -1; }
      .step-text { order: 0; padding: 0; }
      .step-img { order: 1; }

      /* 3D Vorteile-Karussell: GPU-3D-Ring aus, ein flaches Kartenview mit denselben Pfeilen/Punkten */
      .bc3d-scene { perspective: none; height: auto !important; overflow: visible; margin-top: 32px; }
      .bc3d-ring { width: 100% !important; height: auto !important; transform: none !important; }
      .ben-card {
        position: static !important; display: none; width: 100%; max-width: 340px;
        height: auto !important; top: auto !important; left: auto !important;
        margin: 0 auto; filter: none !important;
        opacity: 0 !important; transform: translateX(14px) !important;
        transition: opacity .35s ease, transform .35s ease !important;
      }
      .ben-card.ben-current { display: flex; }
      .ben-card.ben-current.ben-enter { opacity: 1 !important; transform: translateX(0) !important; }
    }
    @media (max-width: 620px) {
      .klt { flex: 1 1 42%; min-width: 0; }
      .klt-row { gap: 20px 24px; max-width: none; }
    }
    @media (max-width: 480px) {
      .industries-grid { grid-template-columns: 1fr; }
      .steps-grid { grid-template-columns: 1fr; }
      .ben-cards { grid-template-columns: 1fr; }
      .klt-row { gap: 16px; }
    }
  
    /* Kontakt-Block: einheitlich in base.css definiert */

    /* ── Footer (einheitlich, hell & zentriert) ── */
    /* Footer (horizontal, dunkelgrün) */
    footer { background: var(--deep); color: rgba(255,255,255,.6); padding: 48px 0 26px; text-align: left; }
    .ft-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; flex-wrap: wrap; }
    .ft-brand { max-width: 380px; min-width: 240px; }
    .ft-brand svg { height: 36px; width: auto; margin-bottom: 16px; display: block; }
    .ft-brand p { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.55); margin: 0; }
    .ft-col h4 { color: var(--white); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
    .ft-social a { display: inline-flex; width: 42px; height: 42px; background: rgba(255,255,255,.1); border-radius: 8px; align-items: center; justify-content: center; transition: var(--transition); }
    .ft-social a:hover { background: var(--primary); transform: translateY(-2px); }
    .ft-social svg { width: 22px; height: 22px; fill: var(--white); }
    .ft-bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
    .ft-copy { font-size: .82rem; color: rgba(255,255,255,.45); margin: 0; }
    @media (max-width: 600px) { .ft-bottom { flex-direction: column-reverse; align-items: flex-start; } }

    /* Investor-Marquee */
    .investors-strip { background: var(--white); padding: 10px 0 24px; overflow: hidden; }
    .investors-divider { display: flex; align-items: center; gap: 16px; padding: 0 48px; margin-bottom: 14px; }
    .investors-divider::before, .investors-divider::after { content: ''; flex: 1; height: 1px; background: var(--gray-200); }
    .investors-label { font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--gray-400); white-space: nowrap; }
    .marquee-wrap { overflow: hidden; }
    .marquee-track { display: flex; align-items: center; gap: 90px; width: max-content; cursor: grab; user-select: none; }
    .marquee-track.dragging { cursor: grabbing; }
    .marquee-track a { display: block; line-height: 0; flex-shrink: 0; }
    .marquee-track img { height: 48px; width: auto; max-width: 200px; object-fit: contain; display: block; pointer-events: none; }

    /* ══════════════════════════════════════════
       STORY SCROLL – Klassisch vs. Cellgo
    ══════════════════════════════════════════ */
    /* plays on its own, not tied to scroll position - a visitor who isn't
       interested can simply keep scrolling past, nothing pins the page */
    #story-section { position: relative; padding-top: 100px; }
    .story-sticky {
      display: flex; flex-direction: column; align-items: center;
      background: #FAFDFB; padding: 20px 0 12px;
      box-sizing: border-box;
    }
    .story-split {
      display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; gap: 24px;
      width: 100%; max-width: 2000px; padding: 0 24px; box-sizing: border-box;
    }
    .story-col {
      min-width: 0; border-radius: 20px; padding: 14px 18px;
      box-shadow: 0 4px 24px rgba(16,14,14,.06);
      display: flex; flex-direction: column;
    }
    .story-col--old { background: #F3F4F2; }
    .story-col--new { background: var(--tint); }
    .story-photo { position: relative; width: 100%; aspect-ratio: 4 / 3; min-height: 360px; border-radius: 14px; overflow: hidden; }
    .story-photo img { width: 100%; height: 100%; object-fit: contain; display: block; }
    .story-col-label {
      display: block; flex: 0 0 auto; text-align: center; font-size: clamp(1.1rem, 2vw, 1.6rem); font-weight: 300;
      text-transform: uppercase; letter-spacing: .1em; color: var(--dark); margin-bottom: 16px;
    }
    .story-col--new .story-col-label { color: var(--deep); }
    .story-overlay {
      position: absolute; right: 14px; bottom: 14px; z-index: 2;
      width: 42%; max-width: 220px;
      display: flex; flex-direction: column; align-items: stretch; gap: 20px;
    }
    .story-specs {
      list-style: none; margin: 0; padding: 10px 14px; display: flex; flex-direction: column; gap: 8px;
      background: #FAFDFB; border-radius: 10px; box-shadow: var(--shadow-lg); box-sizing: border-box;
    }
    .story-specs li { display: flex; align-items: flex-start; gap: 8px; font-size: clamp(.68rem, 1vw, .82rem); color: var(--gray-600); line-height: 1.4; }
    .story-specs li svg { flex-shrink: 0; margin-top: 2px; }
    .story-diagram {
      width: 100%; aspect-ratio: 4 / 3;
      background: #FAFDFB; border-radius: 12px; box-shadow: var(--shadow-lg);
      padding: 6px; box-sizing: border-box;
    }
    .story-svg { width: 100%; height: 100%; display: block; }
    .story-walker { animation: story-walk 7s ease-in-out infinite; transform-box: fill-box; }
    @keyframes story-walk {
      0%, 100% { transform: translateX(0); }
      50% { transform: translateX(130px); }
    }

  

/* ---- */

.ncls-1{fill:none;stroke:#161616;stroke-miterlimit:10;stroke-width:9px;}.ncls-2{fill:var(--primary);}.ncls-3{fill:#c5dfb5;}.ncls-4{fill:#d8d8d8;}

/* ---- */

.flw-1{fill:none;stroke:var(--white);stroke-miterlimit:10;stroke-width:9px;}.flw-2{fill:var(--primary);}.flw-3{fill:#c5dfb5;}.flw-4{fill:#d8d8d8;}

/* Floating trade-fair notification */
.tradefair-float {
  position: fixed;
  right: clamp(12px, 2.8vw, 30px);
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 940;
  width: min(360px, calc(100vw - 24px));
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 15px 20px 15px 18px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(16, 14, 14, 0.06);
  box-shadow: 0 10px 28px rgba(16, 14, 14, 0.16), 0 1px 4px rgba(16, 14, 14, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tradefair-float::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 999px;
  background: var(--primary);
}

.tradefair-float:hover,
.tradefair-float:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(16, 14, 14, 0.2), 0 3px 8px rgba(16, 14, 14, 0.1);
}

.tradefair-float__link {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 14px;
  row-gap: 0;
  align-items: start;
  color: var(--dark);
  text-decoration: none;
  padding: 0 32px 0 0;
}

.tradefair-float__icon {
  width: 22px;
  height: 22px;
  margin-top: 5px;
  grid-row: 1 / span 3;
  grid-column: 1;
  font-size: 1.12rem;
  color: var(--primary) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tradefair-float__eyebrow,
.tradefair-float__title,
.tradefair-float__cta {
  grid-column: 2;
}

.tradefair-float__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 22px;
  font-weight: 300;
  color: rgba(16, 14, 14, 0.68);
  background: transparent;
  transition: background 140ms ease, transform 140ms ease;
}

.tradefair-float__close:hover,
.tradefair-float__close:focus-visible {
  background: rgba(16, 14, 14, 0.08);
  transform: scale(1.02);
}

.tradefair-float__eyebrow {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 5px;
}

.tradefair-float__title {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  color: #222c3a;
  margin-bottom: 8px;
}

.tradefair-float__cta {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--primary);
}

@media (max-width: 640px) {
  .tradefair-float {
    right: 10px;
    left: 10px;
    width: auto;
    bottom: calc(10px + env(safe-area-inset-bottom));
    padding: 12px 14px;
    border-radius: 14px;
  }
}
