/* Extracted from betriebsmodi.html */
/* === BETRIEBSMODI TABS (agentic-callcenter style) === */
    .bm-tabs {
      padding: 6rem 0;
      background: #fafafa;
    }
    .bm-tabs__header {
      text-align: center;
      margin-bottom: 3rem;
    }
    .bm-tabs__label {
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #555;
      margin-bottom: 1rem;
    }
    .bm-tabs__heading {
      font-family: 'Bricolage Grotesque', sans-serif;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      color: #111;
      margin: 0;
    }
    .bm-tabs__nav {
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      flex-wrap: wrap;
      margin-bottom: 3rem;
      padding: 0 1rem;
    }
    .bm-tabs__btn {
      padding: 0.7rem 1.4rem;
      border: 2px solid #66ff7e;
      border-radius: 50px;
      background: #66ff7e;
      font-family: 'Manrope', sans-serif;
      font-size: 0.9rem;
      font-weight: 600;
      color: #111;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .bm-tabs__btn:hover {
      background: #111;
      border-color: #111;
      color: #fff;
    }
    .bm-tabs__btn.active {
      background: #111;
      border-color: #111;
      color: #fff;
    }
    .bm-tabs__panel {
      display: none;
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 2rem;
      animation: bmFadeIn 0.4s ease;
    }
    .bm-tabs__panel.active {
      display: block;
    }
    @keyframes bmFadeIn {
      from { opacity: 0; transform: translateY(12px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .bm-panel__grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 3rem;
      align-items: start;
    }
    .bm-panel__subtitle {
      font-family: 'Bricolage Grotesque', sans-serif;
      font-size: 1.1rem;
      font-weight: 600;
      color: #66ff7e;
      margin-bottom: 0.5rem;
    }
    .bm-panel__title {
      font-family: 'Bricolage Grotesque', sans-serif;
      font-size: 1.6rem;
      font-weight: 700;
      color: #111;
      margin-bottom: 1rem;
    }
    .bm-panel__text {
      font-family: 'Manrope', sans-serif;
      font-size: 0.95rem;
      line-height: 1.7;
      color: #444;
      margin-bottom: 1.5rem;
    }
    .bm-panel__services {
      background: #f8f9fa;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 2rem;
      color: #111;
      box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    }
    .bm-panel__services-title {
      font-family: 'Bricolage Grotesque', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: #111;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .bm-panel__services-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .bm-panel__services-list li {
      padding: 0.6rem 0;
      border-bottom: 1px solid #e5e7eb;
      font-family: 'Manrope', sans-serif;
      font-size: 0.88rem;
      color: #374151;
      display: flex;
      align-items: flex-start;
      gap: 0.6rem;
    }
    .bm-panel__services-list li:last-child { border-bottom: none; }
    .bm-panel__services-list li::before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #66ff7e;
      margin-top: 0.5rem;
      flex-shrink: 0;
    }
    @media (max-width: 768px) {
      .bm-panel__grid { grid-template-columns: 1fr; }
      .bm-tabs__nav { gap: 0.3rem; }
      .bm-tabs__btn { padding: 0.5rem 1rem; font-size: 0.8rem; }
    }

    /* ===== USP SEKTION: Alle Betriebsmodi in einer Plattform ===== */
    .bm-usp {
      padding: 5rem 2rem;
      background: linear-gradient(180deg, #f8faf8 0%, #ffffff 50%, #f8faf8 100%);
    }
    .bm-usp__inner {
      max-width: 1200px;
      margin: 0 auto;
    }
    .bm-usp__header {
      text-align: center;
      margin-bottom: 3.5rem;
    }
    .bm-usp__label {
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: #66ff7e;
      margin-bottom: 1rem;
    }
    .bm-usp__title {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      color: #111;
      margin-bottom: 1.2rem;
      line-height: 1.2;
    }
    .bm-usp__title-accent {
      color: #66ff7e;
    }
    .bm-usp__subtitle {
      font-size: 1.1rem;
      color: #555;
      max-width: 750px;
      margin: 0 auto;
      line-height: 1.7;
    }

    /* Modi-Karten Grid */
    .bm-usp__grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1.5rem;
      margin-bottom: 3rem;
    }
    .bm-usp__card {
      background: #fff;
      border: 1px solid #e8ece8;
      border-radius: 16px;
      padding: 1.8rem 1.2rem;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .bm-usp__card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(34, 197, 94, 0.1);
      border-color: #66ff7e;
    }
    .bm-usp__card img {
      width: 64px;
      height: 64px;
      margin: 0 auto 1rem;
      display: block;
    }
    .bm-usp__card h3 {
      font-size: 1rem;
      font-weight: 700;
      color: #111;
      margin-bottom: 0.6rem;
    }
    .bm-usp__card p {
      font-size: 0.85rem;
      color: #666;
      line-height: 1.5;
    }

    /* Highlight Box */
    .bm-usp__highlight {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      background: #111;
      border-radius: 16px;
      padding: 2rem 2.5rem;
      margin-bottom: 3rem;
    }
    .bm-usp__highlight-icon {
      flex-shrink: 0;
      width: 64px;
      height: 64px;
      background: #66ff7e;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .bm-usp__highlight-icon img {
      width: 48px;
      height: 48px;
    }
    .bm-usp__highlight-text {
      font-size: 1rem;
      color: #e0e0e0;
      line-height: 1.7;
    }
    .bm-usp__highlight-text strong {
      color: #66ff7e;
      font-weight: 700;
    }

    /* Gantt Video */
    .bm-usp__video {
      margin-bottom: 3rem;
      text-align: center;
    }
    .bm-usp__video video {
      width: 100%;
      max-width: 900px;
      border-radius: 12px;
      border: 1px solid #e8ece8;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    }
    .bm-usp__video-caption {
      font-size: 0.85rem;
      color: #888;
      margin-top: 0.8rem;
      font-style: italic;
    }

    /* Stats Row */
    .bm-usp__stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
      background: #66ff7e;
      border-radius: 16px;
      padding: 2.5rem 2rem;
    }
    .bm-usp__stat {
      text-align: center;
    }
    .bm-usp__stat-value {
      display: block;
      font-size: 2.5rem;
      font-weight: 800;
      color: #111;
      margin-bottom: 0.3rem;
    }
    .bm-usp__stat-label {
      font-size: 0.85rem;
      color: #1a1a1a;
    }

    /* Responsive USP */
    @media (max-width: 1024px) {
      .bm-usp__grid { grid-template-columns: repeat(3, 1fr); }
      .bm-usp__stats { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
      .bm-usp { padding: 3rem 1.2rem; }
      .bm-usp__grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
      .bm-usp__highlight { flex-direction: column; text-align: center; padding: 1.5rem; }
      .bm-usp__stats { grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 1.5rem; }
      .bm-usp__stat-value { font-size: 2rem; }
    }
    @media (max-width: 480px) {
      .bm-usp__grid { grid-template-columns: 1fr; }
      .bm-usp__stats { grid-template-columns: 1fr; }
    }

