/* Extracted from apps-buslinienverkehr.html */
/* === BUSLINIENVERKEHR-SPECIFIC === */
      .bv-content { padding: 5rem 0; background: #fff; }
      .bv-content__inner { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
      .bv-content__label { display: inline-block; padding: 6px 14px; background: #dbeafe; border: 1px solid #bfdbfe; border-radius: 4px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: #1a1a1a; margin-bottom: 1.2rem; }
      .bv-content__heading { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #111; margin-bottom: 1.5rem; line-height: 1.2; }
      .bv-content__heading span { color: #66ff7e; }
      .bv-content__text { font-family: 'Manrope', sans-serif; font-size: 1.05rem; color: #444; line-height: 1.85; margin-bottom: 1.5rem; }
      .bv-content__text strong { color: #111; font-weight: 600; }

      .bv-features { padding: 5rem 0; background: #fafafa; position: relative; }
      .bv-features::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; }
      .bv-features__inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }
      .bv-features__header { text-align: center; margin-bottom: 3rem; }
      .bv-features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
      .bv-feature-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
      .bv-feature-card:hover { border-color: #66ff7e; box-shadow: 0 8px 30px rgba(0,0,0,0.06); transform: translateY(-3px); }
      .bv-feature-card__icon { width: 64px; height: 64px; margin: 0 auto 1rem; }
      .bv-feature-card__icon img { width: 100%; height: 100%; object-fit: contain; }
      .bv-feature-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.1rem; font-weight: 700; color: #111; margin-bottom: 0.5rem; }
      .bv-feature-card p { font-family: 'Manrope', sans-serif; font-size: 0.9rem; color: #555; line-height: 1.6; }

      /* Zigzag section for use cases */
      .bv-zigzag { padding: 5rem 0; background: #fff; }
      .bv-zigzag__header { max-width: 700px; margin: 0 auto 3rem; text-align: center; }
      .bv-zigzag__items { max-width: 1100px; margin: 0 auto; padding: 0 2rem; display: flex; flex-direction: column; gap: 3rem; }
      .bv-zigzag__item { display: grid; grid-template-columns: 120px 1fr; gap: 2rem; align-items: start; }
      .bv-zigzag__visual { text-align: center; }
      .bv-zigzag__number { display: block; font-family: 'Bricolage Grotesque', sans-serif; font-size: 2rem; font-weight: 800; color: #66ff7e; margin-bottom: 0.5rem; }
      .bv-zigzag__visual img { width: 64px; height: 64px; }
      .bv-zigzag__content h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.25rem; font-weight: 700; color: #111; margin-bottom: 0.5rem; }
      .bv-zigzag__content p { font-family: 'Manrope', sans-serif; font-size: 1rem; color: #444; line-height: 1.75; }
      .bv-zigzag__tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
      .bv-zigzag__tag { padding: 4px 12px; background: #dbeafe; border: 1px solid #bfdbfe; border-radius: 4px; font-size: 0.78rem; font-weight: 500; color: #1a1a1a; }

      @media (max-width: 768px) {
        .bv-features__grid { grid-template-columns: 1fr; }
        .bv-zigzag__item { grid-template-columns: 1fr; text-align: center; }
        .bv-content__inner { padding: 0 1.2rem; }
      }
      @media (min-width: 769px) and (max-width: 1024px) {
        .bv-features__grid { grid-template-columns: repeat(2, 1fr); }
      }

