/* ===================== DLACZEGO BIELSKO CLINIC ===================== */
.bc-why-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 10px 90px;
  text-align: center;
}
.bc-why-title {
  font-family: var(--font-h) !important;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  text-transform: uppercase;
  color: #393029;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  line-height: 140%;
}
.bc-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--font-h) !important;
}
.bc-why-list li {
  font-family: var(--font-h) !important;
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 400;
  color: #393029;
  letter-spacing: 0.05em;
  line-height: 140%;
  padding: 5px 0;
}
.bc-why-list li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #393029;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 2px;
}

/* Mobile polish: compact why section on about/home pages */
@media (max-width: 767px) {
  .bc-why-section {
    padding-top: clamp(10px, 3vw, 18px) !important;
    padding-bottom: clamp(24px, 6vw, 36px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bc-why-title {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    line-height: 1.18 !important;
  }

  .bc-why-list li {
    padding: 3px 0 !important;
    line-height: 1.35 !important;
  }
}
