/**
 * v44 — Why choose B6 Luxe — layered heading (reference style)
 */
.page-home .home-usp-head.home-usp-head--offering {
  position: relative;
  text-align: center;
  padding: 28px 12px 20px !important;
  margin-bottom: 12px !important;
  overflow: hidden;
}
.home-usp-head--offering .home-usp-bg-word {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: clamp(52px, 14vw, 96px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 18, 24, 0.06);
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.home-usp-head--offering .home-usp-main-title {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-size: clamp(20px, 4.5vw, 32px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1218;
}
.home-usp-head--offering .home-usp-subtitle {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(13px, 3vw, 16px);
  font-weight: 500;
  color: #6d5f66;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
