.service-badge{
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  font-size:.75rem;
  font-weight:800;
  color:#67e8f9;
  background:rgba(103,232,249,.08);
  margin-bottom:18px;
}

.service-price{
  font-size:1.15rem;
  font-weight:800;
  color:#67e8f9;
  margin-bottom:18px;
}

#serviceModalDesc{
  color:#94a3b8;
  line-height:1.85;
  margin-bottom:26px;
}

#serviceModalFeatures{
  display:grid;
  gap:14px;
}

#serviceModalFeatures li{
  list-style:none;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}