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

    

    .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: 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;
    }
    .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: 585px; }
    .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); }
    .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; }
      body .page-header { padding-top: 100px; }
    }
    .footer-brand svg.logo { height: 30px; }

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

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

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

    /* Page header */
    .page-header { padding: 124px 0 60px; background: var(--white); border-bottom: 1px solid var(--gray-200); }
    .page-header h1 { font-size: clamp(2rem,4vw,3rem); color: var(--dark); margin-bottom: 16px; }
    .page-header p { color: var(--gray-600); font-size: 1.1rem; max-width: 580px; }

    /* ── Produkt-Seite: durchgehendes Dokument ── */
    .tech-section { background: var(--white); padding: 0 0 80px; }
    .tech-header { padding: 110px 0 8px; }
    .tech-page-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; color: var(--dark); margin: 0; line-height: 1.15; }

    .tech-rows { display: flex; flex-direction: column; }
    .tech-row { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--gray-100); }
    .tech-row:first-child { border-top: 1px solid var(--gray-100); }
    .tech-row-num { font-size: .7rem; font-weight: 700; color: var(--primary); letter-spacing: .1em; padding-top: 4px; opacity: .6; }
    .tech-row-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; line-height: 1.3; }
    .tech-row-body p { font-size: .875rem; color: var(--gray-600); margin: 0; line-height: 1.65; }
    .tech-row-specs { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
    .tech-row-specs li { font-size: .875rem; color: var(--gray-600); line-height: 1.5; padding-left: 16px; position: relative; }
    .tech-row-specs li::before { content: ''; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); }
    .tech-row-specs strong { color: var(--dark); font-weight: 700; }

    /* Hardware-Zeilen mit echtem Foto: breiter, Bild links */
    .tech-row--photo { grid-template-columns: 350px 1fr; align-items: center; }
    .tech-row--photo .tech-row-img { aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; background: var(--tint); }
    .tech-row--photo .tech-row-img img, .tech-row--photo .tech-row-img video { width: 100%; height: 100%; object-fit: cover; display: block; }
    .tech-row--photo .tech-row-num { display: block; padding-top: 0; margin-bottom: 6px; }

    @media (max-width: 768px) {
      .tech-row--photo { grid-template-columns: 1fr; }
      .tech-row--photo .tech-row-img { max-width: 260px; }
    }

    @media (max-width: 1024px) {
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      h1 { font-size: 2rem; }
      h2 { font-size: 1.65rem; }
      .section { padding: 72px 0; }
      .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    }
  
    /* 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; } }

/* ---- */

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

/* ═══════════════════════ PICK-BY-LIGHT LIGHT: LANDINGPAGE ═══════════════════════ */

/* Hero */
.pbl-hero { padding: 124px 0 0; background: var(--white); overflow: hidden; }
.pbl-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; padding-bottom: 64px; }
.pbl-hero h1 { color: var(--dark); margin-bottom: 18px; }
.pbl-hero h1 em { color: var(--primary); font-style: normal; }
.pbl-hero .lead { max-width: 520px; margin-bottom: 22px; }
.pbl-hero-body { color: var(--gray-600); font-size: .98rem; line-height: 1.75; max-width: 520px; margin-bottom: 32px; }
.pbl-hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.pbl-hero-ctas .cg-btn-outline { color: var(--primary); }
.pbl-hero-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3.1; }
.pbl-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pbl-hero-img-mobile { display: none; }
@media (max-width: 900px) {
  .pbl-hero-grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 44px; }
  .pbl-hero-grid > .pbl-hero-img { display: none; }
  .pbl-hero-img-mobile { display: block; margin-bottom: 22px; }
}

/* Zwei-Spalten Feature-Reihe (Bild + Text, Reihenfolge wechselt) */
.pbl-feature { padding: 88px 0; border-top: 1px solid var(--gray-200); }
.pbl-feature.alt { background: var(--gray-50); }
.pbl-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.pbl-feature-grid.reverse .pbl-feature-img { order: 2; }
.pbl-feature-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--tint); }
.pbl-feature-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pbl-feature-text h2 { color: var(--dark); margin-bottom: 16px; }
.pbl-feature-text p { color: var(--gray-600); font-size: .98rem; line-height: 1.75; margin-bottom: 14px; }
.pbl-feature-list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.pbl-feature-list li { display: flex; align-items: flex-start; gap: 12px; font-size: .95rem; color: var(--gray-800); line-height: 1.5; }
.pbl-feature-list svg { flex-shrink: 0; margin-top: 2px; width: 20px; height: 20px; }
@media (max-width: 900px) {
  .pbl-feature-grid, .pbl-feature-grid.reverse { grid-template-columns: 1fr; gap: 32px; }
  .pbl-feature-grid.reverse .pbl-feature-img { order: 0; }
  .pbl-feature { padding: 64px 0; }
}

/* Prozess-Schritte */
.pbl-steps { padding: 88px 0; background: var(--white); border-top: 1px solid var(--gray-200); }
.pbl-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.pbl-step { position: relative; padding: 30px 24px 26px; border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg); background: var(--white); }
.pbl-step-num { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--tint); color: var(--primary-d); font-weight: 800; font-size: .95rem; margin-bottom: 16px; }
.pbl-step h3 { font-size: 1.02rem; color: var(--dark); margin-bottom: 6px; }
.pbl-step p { font-size: .875rem; color: var(--gray-600); line-height: 1.6; margin: 0; }
@media (max-width: 900px) { .pbl-steps-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .pbl-steps-grid { grid-template-columns: 1fr; } }

/* Anbindungs-Karten */
.pbl-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.pbl-card { padding: 30px 28px; border: 1.5px solid var(--gray-200); border-radius: var(--radius-lg); background: var(--white); transition: var(--transition); }
.pbl-card:hover { border-color: var(--primary); box-shadow: var(--shadow); }
.pbl-card h3 { font-size: 1.08rem; color: var(--dark); margin-bottom: 10px; }
.pbl-card p { font-size: .9rem; color: var(--gray-600); line-height: 1.65; margin: 0; }
.pbl-card.is-highlighted { border-color: var(--primary); background: var(--tint); }
@media (max-width: 900px) { .pbl-cards-grid { grid-template-columns: 1fr; } }

/* CTA-Band */
.pbl-cta-band { padding: 88px 0; background: var(--deep); text-align: center; }
.pbl-cta-band h2 { color: var(--white); margin-bottom: 20px; }
.pbl-cta-band p { color: rgba(255,255,255,.75); font-size: 1.05rem; max-width: 600px; margin: 0 auto 40px; }
.pbl-cta-band .cta-buttons { display: flex; justify-content: center; }
@media (max-width: 600px) {
  .pbl-cta-band { padding: 64px 0; }
  .pbl-cta-band .cta-buttons .btn { width: 100%; justify-content: center; }
}
