.nav {
  height: 112px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.brand-logo img {
  display: block;
  width: auto;
  height: 100px;
  object-fit: contain;
}

.footer .brand-logo {
  width: max-content;
  padding: 5px;
  background: #fff;
  border-radius: 8px;
}

.footer .brand-logo img {
  width: auto;
  height: 105px;
}

.card .icon {
  border: 1px solid rgba(215, 25, 32, 0.14);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.55);
}

.card .icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.store-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ff4a4f;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-link:hover {
  color: #ff777b;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card .product-list {
  margin: 4px 0 20px;
  padding-left: 19px;
  color: #66747d;
}

.product-card .product-list li {
  margin: 5px 0;
}

.product-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.seo-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.seo-topics span {
  padding: 8px 12px;
  border: 1px solid #dfe5e8;
  border-radius: 999px;
  background: #fff;
  color: #44525a;
  font-size: 13px;
  font-weight: 700;
}

.hero-carousel {
  isolation: isolate;
  background: #11191e;
}

.hero-carousel::after {
  display: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity 0.9s ease, transform 5.8s ease, visibility 0.9s;
  pointer-events: none;
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: center 48%;
}

.hero-video {
  object-position: center;
  background: #10171b;
}

.hero-bg-alarm {
  object-position: center 42%;
}

.hero-bg-hydrant {
  object-position: center 48%;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(8, 14, 18, 0.94) 0%, rgba(8, 14, 18, 0.86) 48%, rgba(8, 14, 18, 0.38) 76%, rgba(8, 14, 18, 0.22) 100%);
}

.hero-slide-sequence .hero-shade {
  background: linear-gradient(90deg, rgba(8, 14, 18, 0.82) 0%, rgba(8, 14, 18, 0.62) 36%, rgba(8, 14, 18, 0.22) 70%, rgba(8, 14, 18, 0.08) 100%);
}

.hero-slide .wrap {
  position: relative;
  z-index: 3;
}

.hero-slide .hero-content {
  width: min(700px, 100%);
}

.hero-slide h2 {
  max-width: 760px;
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(42px, 6.2vw, 70px);
  line-height: 1.01;
  letter-spacing: -3px;
}

.hero-slide h2 span {
  color: #ff4a4f;
}

.hero-sun {
  position: absolute;
  z-index: 2;
  left: max(-185px, calc(50% - 770px));
  bottom: -235px;
  width: 650px;
  height: 650px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 126, 43, 0.4) 0%, rgba(215, 25, 32, 0.2) 42%, transparent 70%);
  filter: blur(4px);
  opacity: 0.66;
  pointer-events: none;
}

.hero-sun img {
  width: 480px;
  height: auto;
  opacity: 0.28;
  filter: blur(5px) saturate(1.25);
}

.hero-controls {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.hero-arrow,
.hero-dot {
  pointer-events: auto;
  cursor: pointer;
}

.hero-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(12, 19, 23, 0.58);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  border-color: #fff;
  background: var(--red);
}

.hero-dots {
  display: flex;
  gap: 7px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.is-active {
  width: 30px;
  background: #ff4a4f;
}

.service-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.service-card:hover .service-media img {
  transform: scale(1.045);
}

.service-media {
  position: relative;
  display: block;
  height: 188px;
  overflow: hidden;
  background: #dfe3e5;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 16, 20, 0.02) 45%, rgba(10, 16, 20, 0.5) 100%);
  pointer-events: none;
}

.service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-media img.photo-alarm {
  object-position: center center;
}

.service-media img.photo-hydrant {
  object-position: center center;
}

.service-card .service-media .icon {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  margin: 0;
  background: #fff;
  box-shadow: 0 8px 20px rgba(10, 16, 20, 0.2);
}

.service-label {
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(18, 24, 28, 0.88);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px 27px 27px;
}

.service-body p {
  flex: 1;
}

.service-body > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
}

.service-body > a span {
  transition: transform 0.2s ease;
}

.service-body > a:hover span {
  transform: translateX(4px);
}

@media (max-width: 850px) {
  .topbar .wrap > span:nth-child(2) {
    display: none;
  }

  .store-link {
    font-size: 12px;
  }

  .nav {
    height: 92px;
  }

  .brand-logo img {
    width: auto;
    height: 80px;
  }

  .footer .brand-logo img {
    height: 90px;
  }

  .service-media {
    height: 210px;
  }

  .hero-carousel {
    min-height: 620px;
  }

  .hero-slide h2 {
    font-size: clamp(38px, 12vw, 54px);
    letter-spacing: -2px;
  }

  .hero-slide .hero-content {
    padding: 65px 0 100px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(8, 14, 18, 0.94), rgba(8, 14, 18, 0.68));
  }

  .hero-sun {
    left: -250px;
    bottom: -260px;
  }

  .hero-controls {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-dot {
    transition: none;
  }
}

.whats svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whats:hover {
  background: #18a957;
  transform: translateY(-2px) scale(1.04);
}

.whats:focus-visible {
  outline: 3px solid rgba(33, 192, 99, 0.35);
  outline-offset: 4px;
}
