/* =========================================================
   SERVICES PAGES — instalasi & service rolling door / folding gate
   ========================================================= */

.service-page-main {
  padding-top: 90px;
}

.service-hero {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 40px 40px 40px;
  display: flex;
  gap: 50px;
  align-items: center;
}

.service-hero-text {
  flex: 1;
}

.service-hero-text h1 {
  font-family: "Asap Sharp", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #12024D;
  margin: 6px 0 14px 0;
}

.service-hero-text p {
  font-family: "Asap Sharp", sans-serif;
  font-size: 15px;
  color: #6b6b75;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.service-hero-image {
  flex: 1;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.service-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Asap Sharp", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #052d55;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
}

.service-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 40px 40px 40px;
}

.service-section h2 {
  font-family: "Asap Sharp", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #12024D;
  margin: 0 0 16px 0;
}

/* Proses kerja — numbered steps */
.service-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-step-card {
  border: 1px solid #eef1f6;
  border-radius: 12px;
  padding: 20px;
}

.service-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #052d55;
  color: white;
  font-family: "Asap Sharp", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-step-card h3 {
  font-family: "Asap Sharp", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #12024D;
  margin: 0 0 6px 0;
}

.service-step-card p {
  font-family: "Asap Sharp", sans-serif;
  font-size: 12px;
  color: #6b6b75;
  line-height: 1.5;
  margin: 0;
}

/* Cakupan layanan — checklist */
.service-scope-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.service-scope-list li {
  font-family: "Asap Sharp", sans-serif;
  font-size: 14px;
  color: #333;
  padding-left: 22px;
  position: relative;
}

.service-scope-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #052d55;
  font-weight: 700;
}
