/* Extracted from beratung.html */
/* === BERATUNG-SPECIFIC: TABBED CONTENT === */
      .bt-tabs {
        padding: 6rem 0;
        background: #fafafa;
      }
      .bt-tabs__header {
        text-align: center;
        margin-bottom: 3rem;
      }
      .bt-tabs__label {
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #555;
        margin-bottom: 1rem;
      }
      .bt-tabs__heading {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 700;
        color: #111;
        margin: 0;
      }
      .bt-tabs__nav {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        flex-wrap: wrap;
        margin-bottom: 3rem;
        padding: 0 1rem;
      }
      .bt-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;
      }
      .bt-tabs__btn:hover {
        background: #111;
        border-color: #111;
        color: #fff;
      }
      .bt-tabs__btn.active {
        background: #111;
        border-color: #111;
        color: #fff;
      }
      .bt-tabs__panel {
        display: none;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 2rem;
        animation: btFadeIn 0.4s ease;
      }
      .bt-tabs__panel.active {
        display: block;
      }
      @keyframes btFadeIn {
        from { opacity: 0; transform: translateY(12px); }
        to { opacity: 1; transform: translateY(0); }
      }
      .bt-panel__grid {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 3rem;
        align-items: start;
      }
      .bt-panel__subtitle {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: #66ff7e;
        margin-bottom: 0.5rem;
      }
      .bt-panel__title {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        color: #111;
        margin-bottom: 1rem;
      }
      .bt-panel__text {
        font-family: 'Manrope', sans-serif;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #444;
        margin-bottom: 1.5rem;
      }
      .bt-panel__targets {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
        margin-bottom: 1.5rem;
      }
      .bt-panel__target {
        display: inline-block;
        padding: 0.35rem 0.8rem;
        background: rgba(102,255,126,0.15);
        color: #111;
        font-size: 0.75rem;
        font-weight: 700;
        border-radius: 50px;
        font-family: 'Manrope', sans-serif;
        border: 1px solid rgba(102,255,126,0.4);
      }
      .bt-panel__services {
        background: #f8f9fa;
        border-radius: 16px;
        padding: 2rem;
        color: #111;
        border: 1px solid #e5e7eb;
        box-shadow: 0 4px 16px rgba(0,0,0,0.04);
      }
      .bt-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;
      }
      .bt-panel__services-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .bt-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;
      }
      .bt-panel__services-list li:last-child {
        border-bottom: none;
      }
      .bt-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;
      }

      /* === ZIGZAG ZIELGRUPPEN === */
      .bt-zigzag {
        padding: 6rem 0;
        background: white;
      }
      .bt-zigzag__header {
        text-align: center;
        margin-bottom: 4rem;
      }
      .bt-zigzag__heading {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 700;
        color: #111;
      }
      .bt-zigzag__items {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 2rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
      }
      .bt-zigzag__item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
      }
      .bt-zigzag__item:nth-child(even) {
        direction: rtl;
      }
      .bt-zigzag__item:nth-child(even) > * {
        direction: ltr;
      }
      .bt-zigzag__visual {
        background: #f5f5f5;
        border-radius: 16px;
        padding: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 250px;
        position: relative;
        overflow: hidden;
      }
      .bt-zigzag__visual img {
        width: 100%;
        max-width: 200px;
        height: auto;
      }
      .bt-zigzag__number {
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 3rem;
        font-weight: 800;
        color: rgba(102, 255, 126, 0.3);
      }
      .bt-zigzag__content h3 {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 1.4rem;
        font-weight: 700;
        color: #111;
        margin-bottom: 0.75rem;
      }
      .bt-zigzag__content p {
        font-family: 'Manrope', sans-serif;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #444;
        margin-bottom: 1rem;
      }
      .bt-zigzag__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem;
      }
      .bt-zigzag__tag {
        display: inline-block;
        padding: 0.3rem 0.7rem;
        background: #f0f0f0;
        border-radius: 6px;
        font-size: 0.75rem;
        font-weight: 600;
        color: #555;
        font-family: 'Manrope', sans-serif;
      }

      /* === CTA BANNER === */
      .bt-cta-banner {
        background: #111;
        padding: 4rem 2rem;
        text-align: center;
      }
      .bt-cta-banner__inner {
        max-width: 700px;
        margin: 0 auto;
      }
      .bt-cta-banner__text {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: clamp(1.5rem, 3vw, 2.2rem);
        font-weight: 700;
        color: white;
        margin-bottom: 1rem;
      }
      .bt-cta-banner__sub {
        font-family: 'Manrope', sans-serif;
        font-size: 1rem;
        color: rgba(255,255,255,0.7);
        margin-bottom: 2rem;
      }
      .bt-cta-banner__btn {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.9rem 2rem;
        background: #66ff7e;
        color: #111;
        font-family: 'Bricolage Grotesque', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        border-radius: 8px;
        text-decoration: none;
        transition: transform 0.2s, box-shadow 0.2s;
      }
      .bt-cta-banner__btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(102, 255, 126, 0.3);
      }

      /* === RESPONSIVE === */
      @media (max-width: 768px) {
        .bt-panel__grid {
          grid-template-columns: 1fr;
        }
        .bt-zigzag__item {
          grid-template-columns: 1fr;
        }
        .bt-zigzag__item:nth-child(even) {
          direction: ltr;
        }
        .bt-tabs__nav {
          gap: 0.3rem;
        }
        .bt-tabs__btn {
          padding: 0.5rem 1rem;
          font-size: 0.8rem;
        }
      }

