.ml-services-page .ml-section-muted {
  background: linear-gradient(180deg, rgba(234,245,252,.68), rgba(248,251,253,.95));
}

.ml-services-head,
.ml-systems-head {
  max-width: 900px;
  margin-bottom: 28px;
}

.ml-services-head h2,
.ml-systems-head h2,
.ml-system-card h2,
.ml-services-bottom h2 {
  margin: 0;
  color: #0f172a;
  letter-spacing: -.03em;
}

.ml-systems-head p:last-child {
  margin: 12px 0 0;
  color: #475569;
  line-height: 1.65;
}

.ml-services-grid-compact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ml-service-card-compact {
  padding: 24px;
}

.ml-service-card-compact h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.08rem;
}

.ml-service-card-compact p {
  margin: 0;
  color: #526176;
  line-height: 1.58;
  font-size: .94rem;
}

.ml-systems-list {
  display: grid;
  gap: 24px;
}

.ml-system-card {
  display: grid;
  grid-template-columns: minmax(260px, 36%) 1fr;
  padding: 0;
  overflow: hidden;
}

.ml-system-image {
  min-height: 320px;
  background: #eaf5fc;
}

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

.ml-system-content {
  padding: 30px;
}

.ml-project-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf5fc;
  color: #0d5f9c;
  font-size: .76rem;
  font-weight: 800;
}

.ml-system-card h2 {
  font-size: 1.35rem;
}

.ml-system-summary {
  margin: 12px 0 20px;
  color: #475569;
  line-height: 1.68;
}

.ml-system-management {
  padding: 16px 18px;
  border: 1px solid rgba(21,130,199,.14);
  border-radius: 14px;
  background: rgba(234,245,252,.52);
}

.ml-system-management strong {
  display: block;
  margin-bottom: 5px;
  color: #0f172a;
}

.ml-system-management p {
  margin: 0;
  color: #475569;
  line-height: 1.58;
}

.ml-technical-details {
  margin-top: 16px;
  border-top: 1px solid rgba(15,23,42,.09);
}

.ml-technical-details summary {
  padding: 17px 2px 5px;
  cursor: pointer;
  color: #0d5f9c;
  font-weight: 800;
}

.ml-technical-content {
  padding-top: 8px;
  color: #475569;
  line-height: 1.65;
}

.ml-technical-content p {
  margin: 0 0 11px;
}

.ml-services-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 30px;
}

.ml-services-bottom p:not(.ml-kicker) {
  max-width: 850px;
  margin: 12px 0 0;
  color: #475569;
  line-height: 1.65;
}

.ml-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 11px 17px;
  border-radius: 999px;
  background: #002050;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.ml-action-link:hover {
  color: #fff;
  background: #0d6da9;
}

@media (max-width: 1050px) {
  .ml-services-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-system-card {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 760px) {
  .ml-services-grid-compact,
  .ml-system-card,
  .ml-services-bottom {
    grid-template-columns: 1fr;
  }

  .ml-system-image {
    min-height: 230px;
    max-height: 300px;
  }

  .ml-system-content,
  .ml-services-bottom {
    padding: 22px;
  }

  .ml-action-link {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .ml-services-grid-compact {
    grid-template-columns: 1fr;
  }
}
