/* =====================================================
   WHY SA FIRE
===================================================== */

.sfw-why {
  position: relative;
  width: 100%;
  min-height: 470px;
  overflow: hidden;
  background: #000;
}

.sfw-why-bg {
  position: absolute;
  inset: 0;
  background-image: url("../../img/secction_why_sa_fire_watch.jpg");
  background-size: cover;
  background-position: center;
  filter: brightness(.82);
}

.sfw-why-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.18) 0%,
    rgba(255,255,255,.10) 45%,
    rgba(0,0,0,.08) 100%
  );
  z-index: 1;
}

.sfw-why-content {
  position: relative;
  z-index: 2;
  padding: 78px 0 70px 58px;
  color: #ffffff;
  max-width: 820px;
}

.sfw-why-content h2 {
  margin: 0 0 24px;
  font-size: clamp(58px, 6vw, 92px);
  line-height: .95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.sfw-why-content ul {
  margin: 0;
  padding-left: 42px;
}

.sfw-why-content li {
  font-size: clamp(22px, 1.7vw, 30px);
  line-height: 1.28;
  font-weight: 900;
  margin-bottom: 8px;
  text-shadow: 0 4px 16px rgba(0,0,0,.28);
}

@media (max-width: 768px) {
  .sfw-why {
    min-height: 430px;
  }

  .sfw-why-content {
    padding: 54px 24px;
  }

  .sfw-why-content h2 {
    font-size: 52px;
  }

  .sfw-why-content ul {
    padding-left: 28px;
  }

  .sfw-why-content li {
    font-size: 20px;
  }
}