    @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: hidden; line-height: 1.6; }

    h1,h2,h3,h4 { line-height: 1.2; font-weight: 800; }
    .tag { display: inline-flex; align-items: center; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); background: var(--tint); border-radius: 100px; padding: 5px 14px; margin-bottom: 20px; }
    .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: .95rem; transition: var(--transition); }

    /* 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);
    }

    .section { padding: 100px 0; }
    .text-center { text-align: center; }
    .lead { font-size: 1.1rem; color: var(--gray-600); max-width: 640px; margin: 0 auto; }

    /* Navbar */
    .logo svg { height: 32px; width: auto; display: block; }
    @media (max-width: 1024px) {
      .logo svg { height: 28px; }
      body .page-header { padding-top: 100px; }
    }

    /* Page header */
    .page-header { padding: 124px 0 72px; background: linear-gradient(135deg, #f5f9f7 0%, var(--tint) 100%); }
    .page-header .tag { margin-bottom: 16px; }
    .page-header h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 20px; }
    .page-header p { font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 500; color: var(--dark2); max-width: 640px; line-height: 1.5; }

    /* Chapter-Marke: kleines wiederkehrendes Detail vor jeder Sektions-Überschrift,
       verbindet Story/Team/Partner optisch als eine fortlaufende Erzählung. */
    .chapter-mark { display: block; width: 32px; height: 3px; border-radius: 2px; background: var(--primary); margin-bottom: 18px; }

    /* Story: Text neben einem Foto des Firmensitzes Paderborn */
    .story-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 64px; align-items: center; }
    .story-content h2 { margin-bottom: 20px; font-size: clamp(1.5rem, 5.5vw, 1.9rem); }
    .story-content p { color: var(--gray-600); margin-bottom: 16px; line-height: 1.8; font-size: 1.02rem; }
    .story-photo { margin: 0; }
    .story-photo-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; }
    .story-photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .story-photo-caption { margin-top: 14px; font-size: .88rem; font-style: italic; color: var(--gray-600); text-align: center; }
    @media (max-width: 900px) {
      .story-grid { grid-template-columns: 1fr; gap: 32px; }
    }

    /* Kontakt-Block: einheitlich in base.css definiert */

    /* Footer */
    footer { background: var(--deep); color: rgba(255,255,255,.75); padding: 56px 0 32px; }
    .ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
    .ft-brand svg { height: 30px; width: auto; margin-bottom: 16px; }
    .ft-brand p { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.55); }
    .ft-col h4 { color: var(--white); font-size: .9rem; margin-bottom: 16px; }
    .ft-social a { display: inline-flex; width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); align-items: center; justify-content: center; transition: background var(--transition); }
    .ft-social a:hover { background: var(--primary); }
    .ft-social svg { width: 18px; height: 18px; fill: rgba(255,255,255,.75); }
    .ft-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; gap: 12px; }
    .ft-copy { font-size: .82rem; color: rgba(255,255,255,.45); }

    /* Partner-Logos: Karussell, das durchläuft (identisch zu den anderen Seiten) */
    .investors-strip { background: var(--white); padding: 10px 0 28px; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); 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; }

    @media (max-width: 1024px) { .ft-top { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 768px) {
      .section { padding: 72px 0; }
      .ft-social a { width: 44px; height: 44px; }
    }
    @media (max-width: 600px) {
      .ft-top { grid-template-columns: 1fr; }
      .ft-bottom { flex-direction: column-reverse; align-items: flex-start; }
      .investors-divider { padding: 0 16px; gap: 8px; }
      .investors-label { white-space: normal; text-align: center; font-size: .62rem; }
      .marquee-track { gap: 40px; }
      .marquee-track img { height: 30px; max-width: 120px; }
      .investors-strip { padding: 10px 0 20px; }
    }
  

/* ---- */

.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;}
