/**
 * ============================================================
 * Pages – Hero Reference
 * ============================================================
 * Zweck:
 * - Ruhiger, eigenständiger Hero für Referenz-/Trust-Seiten
 * - Neue BT-Seitendesign-Sprache
 * - Ohne spezielle Home-/Landing-Schrift
 * ============================================================
 */

.bt-hero-reference {
  background: #fff;
}

.bt-hero-reference__inner {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 15px;
  width: min(1433px, calc(100% - 64px));
  margin: 0 auto;
}

.bt-hero-reference__content {
  width: 100%;
  max-width: none;
}

.bt-hero-reference__eyebrow {
  margin: 0 0 24px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  color: #5f5f66;
}

.bt-hero-reference__title {
  margin: 0;
  font-size: clamp(3.4rem, 5vw, 6.5rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #19191f;
}

.bt-hero-reference__subtitle {
  margin: 30px 0 0;
  max-width: 78ch;
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  line-height: 1.65;
  color: #5f5f66;
}

@media (max-width: 760px) {
  .bt-hero-reference {
    padding: 70px 18px 64px;
  }

  .bt-hero-reference__eyebrow {
    margin-bottom: 18px;
  }

  .bt-hero-reference__title {
    max-width: 12ch;
    font-size: clamp(2.8rem, 11vw, 4.5rem);
  }

  .bt-hero-reference__subtitle {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.58;
  }
}