.service-content {
  color: #3f3f46;
  font-size: 1.0625rem;
  line-height: 1.75;
}

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

.service-content h2 {
  position: relative;
  margin: 2.75rem 0 1rem;
  padding-left: 1rem;
  color: #09090b;
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.service-content h2::before {
  content: "";
  position: absolute;
  top: 0.2em;
  bottom: 0.2em;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: #00b5c5;
}

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

.service-content h3 {
  margin: 1.75rem 0 0.75rem;
  color: #18181b;
  font-size: 1.125rem;
  font-weight: 650;
}

.service-content p {
  margin: 1rem 0 0;
}

.service-content p + p {
  margin-top: 0.85rem;
}

.service-content strong {
  color: #18181b;
  font-weight: 650;
}

.service-content ul,
.service-content ol {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.service-content li {
  position: relative;
  margin: 0;
  padding: 0.9rem 1rem 0.9rem 2.75rem;
  border: 1px solid #e4e4e7;
  border-radius: 1.1rem;
  background: #fafafa;
  color: #3f3f46;
  line-height: 1.55;
}

.service-content ul > li::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1.05rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #00b5c5;
  box-shadow: 0 0 0 4px rgba(0, 181, 197, 0.14);
}

.service-content ol {
  counter-reset: service-step;
}

.service-content ol > li {
  padding-left: 3.1rem;
  counter-increment: service-step;
}

.service-content ol > li::before {
  content: counter(service-step);
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background: #00b5c5;
  color: #09090b;
  font-size: 0.8rem;
  font-weight: 700;
}

.service-content div:has(> table) {
  margin-top: 1.25rem;
  overflow-x: auto;
  border: 1px solid #e4e4e7;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
}

.service-content table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.95rem;
}

.service-content thead th {
  background: #f4f4f5;
  color: #18181b;
  font-weight: 650;
}

.service-content th,
.service-content td {
  border: 1px solid #e4e4e7 !important;
  padding: 0.85rem 1rem !important;
  text-align: left;
  vertical-align: top;
}

.service-content tbody tr:nth-child(even) td {
  background: #fafafa;
}

.service-content > p:last-child {
  margin-top: 2rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(0, 181, 197, 0.28);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #e6fbfd 0%, #f8fafc 100%);
  color: #18181b;
  font-weight: 550;
}

@media (min-width: 768px) {
  .service-content {
    font-size: 1.125rem;
  }

  .service-content ul,
  .service-content ol {
    gap: 0.75rem;
  }
}
