.sl-page {
  color: #14171f;
  background: #fff;
}

.sl-page a {
  color: inherit;
  text-decoration: none;
}

.sl-page img {
  display: block;
  max-width: 100%;
}

.sl-hero {
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 74px 20px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12, 23, 40, 0.62), rgba(12, 23, 40, 0.38)),
    url("../images/service-page/service-aircon.webp") center / cover no-repeat;
  border-bottom: 1px solid #dbe4ea;
}

.sl-hero__inner {
  width: min(calc(100% - 40px), 1160px);
  text-align: center;
}

.sl-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.26);
}

.sl-jump {
  width: min(calc(100% - 40px), 1160px);
  margin: 22px auto 0;
  display: flex;
  gap: 8px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid #dbe4ea;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(31, 45, 61, 0.08);
}

.sl-jump a {
  flex: 1 0 max-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 6px;
  color: #334155;
  font-size: 14px;
  font-weight: 900;
}

.sl-jump a:hover {
  background: #eef5ff;
  color: #063d8c;
}

.sl-intro {
  width: min(calc(100% - 40px), 1160px);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dbe4ea;
  border-bottom: 1px solid #dbe4ea;
}

.sl-intro div {
  min-height: 158px;
  padding: 28px 28px 30px;
  border-right: 1px solid #dbe4ea;
}

.sl-intro div:last-child {
  border-right: 0;
}

.sl-intro span {
  color: #d48417;
  font-size: 13px;
  font-weight: 900;
}

.sl-intro strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 900;
}

.sl-intro p {
  margin: 8px 0 0;
  color: #667184;
  font-size: 14px;
}

.sl-section,
.sl-flow {
  width: min(calc(100% - 40px), 1160px);
  margin: 88px auto 0;
}

.sl-section-heading {
  max-width: 720px;
}

.sl-eyebrow {
  margin: 0 0 12px;
  color: #1b7f5a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.sl-section-heading h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0;
}

.sl-group {
  margin-top: 58px;
}

.sl-group-heading {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbe4ea;
}

.sl-group-heading span {
  display: block;
  margin-bottom: 8px;
  color: #0a56be;
  font-size: 13px;
  font-weight: 900;
}

.sl-group-heading h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.sl-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sl-service-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sl-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dbe4ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(30, 46, 70, 0.07);
}

.sl-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f3f6f8;
}

.sl-card__body {
  padding: 22px;
}

.sl-card__tag {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-left: 3px solid currentColor;
  border-radius: 4px;
  color: #1b7f5a;
  background: #e9f7f1;
  font-size: 12px;
  font-weight: 900;
}

.sl-card h4 {
  margin: 13px 0 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.sl-card p {
  margin: 10px 0 0;
  color: #667184;
  font-size: 14px;
  font-weight: 600;
}

.sl-card dl {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid #dbe4ea;
}

.sl-card dl div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  align-items: baseline;
}

.sl-card dt {
  color: #7c8797;
  font-size: 12px;
  font-weight: 900;
}

.sl-card dd {
  margin: 0;
  color: #243044;
  font-size: 13px;
  font-weight: 800;
}

.sl-card__link {
  min-height: 44px;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #b9cce2;
  border-radius: 6px;
  color: #063d8c;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.sl-card__link:hover {
  color: #fff;
  background: #0a56be;
  border-color: #0a56be;
}

.sl-flow {
  padding: 70px 0;
  border-top: 1px solid #dbe4ea;
  border-bottom: 1px solid #dbe4ea;
}

.sl-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.sl-flow__list li {
  min-height: 188px;
  padding: 28px;
  border: 1px solid #dbe4ea;
  border-radius: 8px;
  background: #fff;
}

.sl-flow__list span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0a56be;
  font-weight: 900;
}

.sl-flow__list strong {
  display: block;
  margin-top: 18px;
  font-size: 20px;
}

.sl-flow__list p {
  margin: 8px 0 0;
  color: #667184;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1040px) {
  .sl-section-heading h2 {
    font-size: 34px;
  }

  .sl-group-heading h3 {
    font-size: 26px;
  }

  .sl-service-grid,
  .sl-service-grid--two,
  .sl-flow__list,
  .sl-intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sl-intro div:nth-child(2) {
    border-right: 0;
  }

  .sl-intro div:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid #dbe4ea;
  }

}

@media (max-width: 700px) {
  .sl-hero__inner,
  .sl-jump,
  .sl-intro,
  .sl-section,
  .sl-flow {
    width: min(calc(100% - 28px), 1160px);
  }

  .sl-hero {
    min-height: 240px;
    padding: 54px 14px;
  }

  .sl-hero h1 {
    font-size: 33px;
  }

  .sl-section-heading h2 {
    font-size: 30px;
  }

  .sl-group-heading h3 {
    font-size: 24px;
  }

  .sl-jump {
    margin-top: 14px;
  }

  .sl-intro,
  .sl-service-grid,
  .sl-service-grid--two,
  .sl-flow__list {
    grid-template-columns: 1fr;
  }

  .sl-intro div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #dbe4ea;
  }

  .sl-intro div:last-child {
    border-bottom: 0;
  }

  .sl-section,
  .sl-flow {
    margin-top: 58px;
  }

  .sl-card dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

}
