  /* =========================================================
     INVAREXO – STAPELVERARBEITUNG
     Ergänzung für das bestehende Invarexo-Layout
  ========================================================= */

  .imc-batch-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 90% 10%, rgba(40, 100, 220, 0.08), transparent 28%),
      radial-gradient(circle at 8% 88%, rgba(31, 157, 103, 0.08), transparent 30%),
      var(--imc-white, #ffffff);
  }

  .imc-batch-header {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
  }

  .imc-batch-header .imc-heading {
    margin-right: auto;
    margin-left: auto;
  }

  .imc-batch-header .imc-intro {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }

  .imc-batch-highlight {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 52px;
  }

  .imc-batch-highlight-card {
    position: relative;
    min-width: 0;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--imc-line, #e5e7eb);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(13, 13, 15, 0.06);
  }

  .imc-batch-highlight-card::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -36px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(40, 100, 220, 0.06);
  }

  .imc-batch-highlight-card.green::after {
    background: rgba(31, 157, 103, 0.08);
  }

  .imc-batch-highlight-card.orange::after {
    background: rgba(217, 119, 6, 0.08);
  }

  .imc-batch-highlight-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: var(--imc-black, #0d0d0f);
    font-size: 1.35rem;
    line-height: 1.3;
  }

  .imc-batch-highlight-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--imc-muted, #666b75);
  }

  .imc-batch-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    border-radius: 18px;
    background: var(--imc-soft, #f5f6f8);
    color: var(--imc-black, #0d0d0f);
    font-size: 1.55rem;
  }

  .imc-batch-process {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 64px;
  }

  .imc-batch-step {
    min-width: 0;
    padding: 25px 20px;
    border: 1px solid var(--imc-line, #e5e7eb);
    border-radius: 22px;
    background: var(--imc-white, #ffffff);
  }

  .imc-batch-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--imc-black, #0d0d0f);
    color: #ffffff;
    font-weight: 900;
  }

  .imc-batch-step h3 {
    margin: 0 0 10px;
    color: var(--imc-black, #0d0d0f);
    font-size: 1.05rem;
    line-height: 1.3;
  }

  .imc-batch-step p {
    margin: 0;
    color: var(--imc-muted, #666b75);
    font-size: 0.93rem;
    line-height: 1.6;
  }

  .imc-batch-output {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-top: 72px;
  }

  .imc-batch-output-card {
    position: relative;
    min-width: 0;
    padding: 38px;
    overflow: hidden;
    border-radius: 30px;
  }

  .imc-batch-output-card.zugferd {
    border: 1px solid #caeddc;
    background: var(--imc-green-soft, #eaf8f1);
  }

  .imc-batch-output-card.xrechnung {
    border: 1px solid #d4e0ff;
    background: var(--imc-blue-soft, #edf3ff);
  }

  .imc-batch-output-label {
    display: inline-block;
    margin-bottom: 20px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--imc-black, #0d0d0f);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .imc-batch-output-card h3 {
    margin: 0 0 16px;
    color: var(--imc-black, #0d0d0f);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.15;
  }

  .imc-batch-output-card p {
    margin: 0;
    color: var(--imc-muted, #666b75);
  }

  .imc-batch-output-card .imc-list {
    margin-top: 26px;
  }

  .imc-batch-output-card::before {
    content: "";
    position: absolute;
    top: -55px;
    right: -55px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.44);
  }

  .imc-batch-feature {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: center;
    margin-top: 72px;
    padding: 44px;
    border: 1px solid var(--imc-line, #e5e7eb);
    border-radius: 32px;
    background: var(--imc-white, #ffffff);
    box-shadow: var(--imc-shadow, 0 24px 70px rgba(13, 13, 15, 0.09));
  }

  .imc-batch-feature-image {
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .imc-batch-feature-image img {
    display: block;
    width: 100%;
    max-width: 500px;
    border: 1px solid var(--imc-line, #e5e7eb);
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(13, 13, 15, 0.08);
  }

  .imc-batch-feature-content {
    min-width: 0;
  }

  .imc-batch-feature-content .imc-heading {
    margin: 0;
  }

  .imc-batch-feature-content .imc-intro {
    max-width: none;
  }

  .imc-batch-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 64px;
  }

  .imc-batch-benefit-card {
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--imc-line, #e5e7eb);
    border-radius: 26px;
    background: var(--imc-white, #ffffff);
    box-shadow: 0 12px 34px rgba(13, 13, 15, 0.045);
  }

  .imc-batch-benefit-card h3 {
    margin: 0 0 13px;
    color: var(--imc-black, #0d0d0f);
    font-size: 1.28rem;
  }

  .imc-batch-benefit-card p {
    margin: 0;
    color: var(--imc-muted, #666b75);
  }

  .imc-batch-quote {
    margin-top: 64px;
    padding: 38px 42px;
    border-left: 5px solid var(--imc-black, #0d0d0f);
    border-radius: 0 26px 26px 0;
    background: var(--imc-soft, #f5f6f8);
    color: var(--imc-black, #0d0d0f);
    font-size: clamp(1.35rem, 3vw, 2.1rem);
    font-weight: 850;
    line-height: 1.4;
  }

  .imc-batch-note {
    margin-top: 46px;
    padding: 26px 30px;
    border: 1px solid var(--imc-line, #e5e7eb);
    border-radius: 22px;
    background: #ffffff;
    color: var(--imc-muted, #666b75);
  }

  .imc-batch-note strong {
    color: var(--imc-black, #0d0d0f);
  }

  @media (max-width: 1100px) {
    .imc-batch-process {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .imc-batch-highlight,
    .imc-batch-benefits {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .imc-batch-feature {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 760px) {
    .imc-batch-section {
      padding: 72px 0;
    }

    .imc-batch-highlight,
    .imc-batch-output,
    .imc-batch-benefits,
    .imc-batch-process {
      grid-template-columns: 1fr;
    }

    .imc-batch-highlight {
      margin-top: 40px;
    }

    .imc-batch-process {
      margin-top: 48px;
    }

    .imc-batch-feature {
      margin-top: 52px;
      padding: 26px;
      border-radius: 24px;
    }

    .imc-batch-output-card,
    .imc-batch-benefit-card,
    .imc-batch-highlight-card {
      padding: 26px;
    }

    .imc-batch-quote {
      margin-top: 48px;
      padding: 30px 25px;
      border-radius: 0 20px 20px 0;
    }

    .imc-batch-note {
      padding: 23px;
    }
  }