/* ===== SERVICES / LAYANAN PAGE ===== */

.services-body {
  background: var(--bg);
  overflow-x: hidden;
}

.services-page {
  width: 100%;
  min-height: calc(100vh - 90px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 68px 42px 52px;
  box-sizing: border-box;
}

.services-content {
  width: min(100%, 1140px);
  color: #6B5B45;
}

.services-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-bottom: 34px;
}

.services-list ul {
  margin: 0;
  padding-left: 22px;
  list-style-position: outside;
}

.services-list li {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #6B5B45 !important;
  margin-bottom: 2px;
}

.software-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;
  margin: 28px 0 34px;
  color: #6B5B45 !important;
}

.software-grid {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: space-between;
  align-items: center;
  gap: 34px 38px;
}

.software-item {
  font-family: "Inter", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #6B5B45 !important;
  white-space: nowrap;
}

.software-item.break {
  white-space: normal;
  text-align: center;
}

/* ID version: slightly adjust because Indonesian text is longer */
.services-id-page .services-list li {
  font-size: 20px;
}

.services-id-page .software-title {
  font-size: 40px;
}

/* responsive */
@media (max-width: 900px) {
  .services-page {
    padding: 48px 26px 50px;
  }

  .services-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 28px;
  }

  .software-title {
    font-size: 34px;
    margin-top: 22px;
  }

  .software-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 24px 22px;
  }

  .software-item {
    text-align: center;
    font-size: 22px;
  }
}

/* ===== BRAND SIGNATURE ONLY BLACK ===== */
html body .nav .nav__inner > a.brand,
html body .nav .nav__inner > a.brand:hover,
html body .nav .nav__inner > a.brand:focus,
html body .nav .nav__inner > a.brand:active,
html body .nav .nav__inner > a.brand:visited {
  color: #000000 !important;
  text-decoration: none !important;
}

/* ===== BRAND SIGNATURE ONLY BLACK ===== */
html body .nav .nav__inner > a.brand,
html body .nav .nav__inner > a.brand:hover,
html body .nav .nav__inner > a.brand:focus,
html body .nav .nav__inner > a.brand:active,
html body .nav .nav__inner > a.brand:visited {
  color: #000000 !important;
  text-decoration: none !important;
}
