/* Hallmark - macrostructure: short-banner article - tone: industrial service - anchor hue: blue */
.service-main {
  background: #ffffff;
}

.service-banner {
  position: relative;
  min-height: clamp(360px, 22vw, 420px);
  margin-top: var(--header-height);
  overflow: hidden;
  background-color: #142336;
  background-image:
    linear-gradient(90deg, rgba(39, 79, 176, 0.9) 0%, rgba(39, 79, 176, 0.64) 28%, rgba(39, 79, 176, 0.2) 60%, rgba(39, 79, 176, 0) 100%),
    linear-gradient(rgba(8, 20, 43, 0.16), rgba(8, 20, 43, 0.16)),
    url("../assets/hero-line.jpg");
  background-position: center center;
  background-size: cover;
}

.service-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 1180px);
  margin: 0;
  transform: translate(-50%, -60%);
  color: #ffffff;
  font-size: clamp(4.5rem, 7.2vw, 6.5rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

.service-breadcrumb {
  position: absolute;
  bottom: 0;
  left: max(20px, calc((100% - var(--container)) / 2 + 32px));
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  background: rgba(9, 17, 38, 0.84);
  color: #ffffff;
  padding: 0 16px;
  font-size: 1rem;
  font-weight: 600;
}

.service-breadcrumb a {
  color: #ffe100;
}

.service-breadcrumb span {
  color: #ffffff;
}

.service-body {
  background: #ffffff;
  padding: 58px 0 72px;
}

.service-content {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

.service-content h2 {
  max-width: 980px;
  margin: 26px 0 18px;
  color: #08143a;
  font-size: clamp(1.65rem, 2.2vw, 1.95rem);
  font-weight: 750;
  line-height: 1.24;
  letter-spacing: 0;
}

.service-content h2:first-child {
  margin-top: 0;
}

.service-content p {
  max-width: 1160px;
  margin: 0 0 19px;
  color: #172033;
  font-size: clamp(1rem, 1.05vw, 1.0625rem);
  line-height: 1.72;
}

.service-product-list {
  display: grid;
  gap: 11px;
  max-width: 940px;
  margin: 22px 0 31px;
  padding: 0;
  list-style: none;
}

.service-product-list li {
  position: relative;
  min-height: 28px;
  padding-left: 30px;
  color: #172033;
  font-size: clamp(1rem, 1.05vw, 1.0625rem);
  line-height: 1.55;
}

.service-product-list li::before,
.service-product-list li::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.service-product-list li::before {
  top: 0.43em;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #0b71ff;
  background: #ffffff;
}

.service-product-list li::after {
  top: calc(0.43em + 5px);
  left: 5px;
  width: 6px;
  height: 6px;
  background: #0b71ff;
}

.service-floating {
  pointer-events: none;
}

.service-float {
  position: fixed;
  z-index: 85;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  pointer-events: auto;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-float:hover {
  transform: translateY(-2px);
}

.service-float:focus-visible {
  outline: 3px solid rgba(31, 93, 143, 0.72);
  outline-offset: 4px;
}

.service-float-chat {
  top: 36%;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 6px solid rgba(55, 116, 255, 0.12);
  background: #3f7aff;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.16);
}

.service-float-chat span {
  position: relative;
  width: 14px;
  height: 12px;
  border-radius: 8px;
  background: #ffffff;
}

.service-float-chat span::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: -3px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

@media (max-width: 1024px) {
  .service-banner {
    min-height: 320px;
  }

  .service-banner h1 {
    top: 50%;
  }

  .service-breadcrumb {
    left: 32px;
  }
}

@media (max-width: 768px) {
  .service-banner {
    min-height: 238px;
    background-position: center center;
  }

  .service-banner h1 {
    top: 48%;
    padding: 0 20px;
    font-size: clamp(3.4rem, 15vw, 4.75rem);
  }

  .service-breadcrumb {
    left: 20px;
    min-height: 46px;
    font-size: 0.95rem;
  }

  .service-body {
    padding: 48px 0 62px;
  }

  .service-content {
    padding: 0 20px;
  }

  .service-content h2 {
    margin-top: 24px;
    font-size: clamp(1.5rem, 7vw, 1.8rem);
  }

  .service-content p,
  .service-product-list li {
    font-size: 1rem;
  }

  .service-float-chat {
    right: 10px;
  }
}

@media (max-width: 420px) {
  .service-banner h1 {
    top: 48%;
  }

  .service-breadcrumb {
    left: 16px;
    padding: 0 13px;
  }

  .service-product-list li {
    padding-left: 27px;
  }
}
