section[data-module="service-fire-protection"]{
  position: relative;
  padding: 100px 0;
  background: transparent;
  overflow: hidden;
}

section[data-module="service-fire-protection"] .sfp-left,
section[data-module="service-fire-protection"] .sfp-card{
  opacity: 0;
  will-change: transform, opacity;
}

section[data-module="service-fire-protection"] .sfp-left{
  transform: translateX(-60px);
}

section[data-module="service-fire-protection"] .sfp-card{
  transform: translateX(60px);
}

section[data-module="service-fire-protection"] .sfp-left.sfp-animated{
  animation: sfpFadeLeft 0.9s ease forwards;
}

section[data-module="service-fire-protection"] .sfp-card.sfp-animated{
  animation: sfpFadeRight 0.85s ease forwards;
}

@keyframes sfpFadeLeft{
  from{
    opacity: 0;
    transform: translateX(-60px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sfpFadeRight{
  from{
    opacity: 0;
    transform: translateX(60px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce){
  section[data-module="service-fire-protection"] .sfp-left,
  section[data-module="service-fire-protection"] .sfp-card{
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

section[data-module="service-fire-protection"] .sfp-right{
  position: relative;
}

section[data-module="service-fire-protection"] .sfp-right::after{
  content: "";
  position: absolute;
  right: clamp(-18px, -1.5vw, -8px);
  bottom: clamp(-28px, -2vw, -14px);
  width: clamp(90px, 10vw, 140px);
  height: clamp(90px, 10vw, 140px);
  background: url('/wp-content/uploads/2026/04/drawing-shield-png-vintage-sticker.png') no-repeat center / contain;
  opacity: 0.30;
  pointer-events: none;
  z-index: 3;
}

section[data-module="service-fire-protection"]::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(192, 57, 43, 0) 0%,
    rgba(192, 57, 43, 0.06) 35%,
    rgba(192, 57, 43, 0.10) 50%,
    rgba(192, 57, 43, 0.06) 65%,
    rgba(192, 57, 43, 0) 100%
  );
  pointer-events: none;
  z-index: 0;
}

section[data-module="service-fire-protection"] .sfp-wrap{
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

section[data-module="service-fire-protection"] .sfp-left{
  width: 34%;
  max-width: 520px;
  position: sticky;
  top: 120px;
}

section[data-module="service-fire-protection"] .sfp-kicker{
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(192, 57, 43, 0.75);
}

section[data-module="service-fire-protection"] .sfp-title{
  margin: 0 0 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.08;
  background: linear-gradient(90deg, #C0392B 0%, #1A1A1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

section[data-module="service-fire-protection"] .sfp-intro{
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #444;
  max-width: 480px;
}

section[data-module="service-fire-protection"] .sfp-intro,
section[data-module="service-fire-protection"] .sfp-intro p{
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #444;
  max-width: 480px;
}

section[data-module="service-fire-protection"] .sfp-right{
  width: 66%;
  min-width: 0;
}

section[data-module="service-fire-protection"] .sfp-slider{
  display: flex;
  gap: 26px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 6px 18px 6px;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

section[data-module="service-fire-protection"] .sfp-slider::-webkit-scrollbar{
  display: none;
}

section[data-module="service-fire-protection"] .sfp-slider.dragging{
  cursor: grabbing;
}

section[data-module="service-fire-protection"] .sfp-card{
  flex: 0 0 360px;
  min-height: 470px;
  position: relative;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fcf8f7 100%);
  border: 1px solid rgba(192,57,43,0.10);
   box-shadow: 0 8px 20px rgba(0,0,0,0.025);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

section[data-module="service-fire-protection"] .sfp-card:hover{
  transform: none !important;
  box-shadow: none !important;
  border-color: rgba(192,57,43,0.45);
}

section[data-module="service-fire-protection"] .sfp-card:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #C0392B 0%, #d65b4e 100%);
}

section[data-module="service-fire-protection"] .sfp-card-no{
  position: absolute;
  top: 26px;
  right: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  color: rgba(192,57,43,0.08);
  pointer-events: none;
}

section[data-module="service-fire-protection"] .sfp-card-inner{
  position: relative;
  z-index: 2;
  padding: 95px 30px 32px;
}

section[data-module="service-fire-protection"] .sfp-card-title{
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  color: #1A1A1A;
  max-width: 260px;
  position: relative;
}

section[data-module="service-fire-protection"] .sfp-card-title:after{
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 16px;
  border-radius: 50px;
  background: #C0392B;
}

section[data-module="service-fire-protection"] .sfp-card-desc{
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #555;
}

section[data-module="service-fire-protection"] .sfp-right,
section[data-module="service-fire-protection"] .sfp-slider{
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 1400px){
  section[data-module="service-fire-protection"] .sfp-title{
    font-size: 44px;
  }

  section[data-module="service-fire-protection"] .sfp-card{
    flex: 0 0 330px;
    min-height: 470px;
  }
}

@media (max-width: 1100px){
  section[data-module="service-fire-protection"]{
    padding: 80px 0;
  }

  section[data-module="service-fire-protection"] .sfp-wrap{
    flex-direction: column;
    gap: 35px;
    padding: 0 24px;
  }

  section[data-module="service-fire-protection"] .sfp-left,
  section[data-module="service-fire-protection"] .sfp-right{
    width: 100%;
    max-width: 100%;
  }

  section[data-module="service-fire-protection"] .sfp-left{
    position: relative;
    top: auto;
  }

  section[data-module="service-fire-protection"] .sfp-title{
    font-size: 40px;
  }

  section[data-module="service-fire-protection"] .sfp-intro,
	section[data-module="service-fire-protection"] .sfp-intro p{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  section[data-module="service-fire-protection"]{
    padding: 65px 0;
  }

  section[data-module="service-fire-protection"] .sfp-wrap{
    padding: 0 18px;
  }

  section[data-module="service-fire-protection"] .sfp-title{
    font-size: 34px;
    line-height: 1.12;
  }

  section[data-module="service-fire-protection"] .sfp-intro,
section[data-module="service-fire-protection"] .sfp-intro p{
    font-size: 18px;
  }

  section[data-module="service-fire-protection"] .sfp-slider{
    gap: 18px;
    padding-bottom: 10px;
  }

  section[data-module="service-fire-protection"] .sfp-card{
    flex: 0 0 86%;
    min-height: 430px;
    border-radius: 22px;
  }

  section[data-module="service-fire-protection"] .sfp-card-no{
    font-size: 58px;
    top: 22px;
    right: 18px;
  }

  section[data-module="service-fire-protection"] .sfp-card-inner{
    padding: 82px 22px 24px;
  }

  section[data-module="service-fire-protection"] .sfp-card-title{
    font-size: 22px;
    max-width: 220px;
  }

  section[data-module="service-fire-protection"] .sfp-card-desc{
    font-size: 15px;
    line-height: 1.7;
  }
}