.sec_h-services .services-hero-tag {
  color: var(--white, #fff);
}

.sec_h-services .services-hero-tag .dot-square {
  background-color: currentColor;
}

.sec_h-services .her_top {
  max-width: 57rem;
}

.sec_h-services .loop_img-group {
  align-items: stretch;
}

.services-hero-card {
  background: #f7f7f5;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 4rem rgba(7, 10, 22, 0.28);
  color: #131313;
  display: flex;
  flex: 0 0 18rem;
  flex-flow: column;
  gap: 0.75rem;
  justify-content: center;
  min-height: 13rem;
  padding: 1.5rem;
}

.services-hero-card.is-routine,
.services-hero-card.is-clinic {
  background: #d6fd70;
}

.services-hero-card.is-progress,
.services-hero-card.is-company {
  background: #181818;
  color: #fff;
}

.services-ui-kicker,
.services-testimonial-role {
  font-family: var(--_typography---font-family--alternate);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services-ui-kicker {
  opacity: 0.62;
}

.services-ui-title {
  font-size: 1.125rem;
  font-weight: 500;
}

.services-score-row {
  align-items: baseline;
  display: flex;
  gap: 0.35rem;
}

.services-score-row strong {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.services-score-row span,
.services-score-ring small {
  opacity: 0.52;
}

.services-progress {
  background: rgba(19, 19, 19, 0.12);
  border-radius: 999px;
  height: 0.4rem;
  overflow: hidden;
}

.services-progress span {
  background: #d6fd70;
  border-radius: inherit;
  display: block;
  height: 100%;
}

.services-mini-row,
.services-request,
.services-program-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 19, 19, 0.08);
  border-radius: 0.75rem;
  display: flex;
  gap: 0.65rem;
  justify-content: space-between;
  padding: 0.7rem 0.8rem;
}

.services-mini-row.is-done {
  background: rgba(19, 19, 19, 0.07);
}

.services-mini-row b,
.services-request b,
.services-program-row b {
  font-size: 0.75rem;
  font-weight: 500;
}

.services-bars {
  align-items: end;
  display: flex;
  gap: 0.45rem;
  height: 6rem;
}

.services-bars i {
  background: #d6fd70;
  border-radius: 999px 999px 0.25rem 0.25rem;
  display: block;
  flex: 1;
}

.services-request {
  justify-content: flex-start;
}

.services-request div {
  display: flex;
  flex: 1;
  flex-flow: column;
}

.services-request small {
  font-size: 0.6875rem;
  opacity: 0.55;
}

.services-request em {
  font-size: 0.6875rem;
  font-style: normal;
  opacity: 0.55;
}

.services-avatar-dot {
  background: #d6fd70;
  border-radius: 50%;
  flex: 0 0 1.75rem;
  height: 1.75rem;
}

.services-avatar-dot.is-blue {
  background: #131313;
}

.services-stat-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr 1fr;
}

.services-stat-grid > div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  display: flex;
  flex-flow: column;
  padding: 0.75rem;
}

.services-stat-grid strong {
  font-size: 1.5rem;
  font-weight: 500;
}

.services-stat-grid small {
  font-size: 0.6875rem;
  opacity: 0.6;
}

.services-family-pill {
  align-self: flex-start;
  background: #d6fd70;
  border-radius: 999px;
  color: #131313;
  font-size: 0.75rem;
  padding: 0.45rem 0.7rem;
}

.sec_serv-services .serv-services_layout {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
}

.sec_serv-services .services-solution-card {
  min-width: 0;
  overflow: hidden;
}

.sec_serv-services .services-solution-card.is-individual {
  grid-row: span 2;
}

.services-card-copy {
  min-width: 0;
}

.services-benefits {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.services-benefits li {
  align-items: flex-start;
  display: flex;
  font-size: 0.875rem;
  gap: 0.6rem;
  line-height: 1.4;
}

.services-benefits li > span:first-child {
  align-items: center;
  background: #d6fd70;
  border-radius: 50%;
  color: #131313;
  display: flex;
  flex: 0 0 1.15rem;
  height: 1.15rem;
  justify-content: center;
  margin-top: 0.05rem;
}

.services-card-actions {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.services-secondary-action {
  color: inherit;
  font-family: var(--_typography---font-family--alternate);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.sec_serv-services .serv-service_img {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 21rem;
  overflow: hidden;
}

.services-product-stack {
  height: 21rem;
  max-width: 24rem;
  position: relative;
  width: 100%;
}

.services-mock-panel,
.services-dashboard,
.services-device {
  background: #fff;
  border: 1px solid rgba(19, 19, 19, 0.1);
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(19, 19, 19, 0.14);
  color: #131313;
  padding: 1rem;
}

.services-mock-panel {
  position: absolute;
}

.services-mock-panel.is-smile {
  height: 14rem;
  left: 0;
  top: 1rem;
  transform: rotate(-5deg);
  width: 12rem;
}

.services-mock-panel.is-routine {
  right: 0;
  top: 0;
  transform: rotate(5deg);
  width: 13rem;
}

.services-mock-panel.is-chart {
  background: #181818;
  bottom: 0;
  color: #fff;
  right: 1.25rem;
  transform: rotate(2deg);
  width: 14rem;
}

.services-score-ring {
  align-items: baseline;
  background: conic-gradient(#d6fd70 82%, #ecebea 0);
  border: 0.55rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(19, 19, 19, 0.08);
  display: flex;
  height: 6rem;
  justify-content: center;
  margin: 1.25rem auto 0;
  width: 6rem;
}

.services-score-ring span {
  align-self: center;
  font-size: 1.75rem;
  font-weight: 500;
}

.services-score-ring small {
  align-self: center;
  font-size: 0.65rem;
}

.services-dashboard {
  width: min(100%, 25rem);
}

.services-dashboard.is-company {
  background: #181818;
  color: #fff;
}

.services-dashboard-head,
.services-dashboard-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.services-dashboard-head {
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}

.services-dashboard.is-company .services-dashboard-head {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.services-dashboard-head b {
  background: #d6fd70;
  border-radius: 999px;
  color: #131313;
  font-size: 0.65rem;
  padding: 0.35rem 0.55rem;
}

.services-dashboard .services-request + .services-request,
.services-dashboard .services-program-row + .services-program-row {
  margin-top: 0.6rem;
}

.services-dashboard-nav {
  border-top: 1px solid rgba(19, 19, 19, 0.1);
  font-size: 0.65rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.services-dashboard.is-company .services-stat-grid {
  margin-bottom: 0.75rem;
}

.services-dashboard.is-company .services-program-row {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.services-ecosystem-visual {
  background: #181818;
  overflow: hidden;
  position: relative;
}

.services-ecosystem-glow {
  background: rgba(214, 253, 112, 0.18);
  border-radius: 50%;
  filter: blur(4rem);
  height: 28rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28rem;
}

.services-device {
  position: absolute;
}

.services-device-head {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.services-device.is-mobile {
  height: 21rem;
  left: 8%;
  top: 12%;
  transform: rotate(-6deg);
  width: 11rem;
}

.services-device.is-clinic {
  right: 6%;
  top: 13%;
  transform: rotate(4deg);
  width: 18rem;
}

.services-device.is-corporate {
  background: #242424;
  bottom: 7%;
  color: #fff;
  right: 13%;
  transform: rotate(-2deg);
  width: 17rem;
}

.services-testimonial-role {
  margin-bottom: 0.75rem;
  opacity: 0.6;
}

.services-testimonial-quote {
  display: block;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .sec_h-services .her_top {
    max-width: 47rem;
  }

  .sec_h-services .her_top br {
    display: none;
  }

  .sec_serv-services .serv-services_layout {
    display: flex;
    flex-flow: column;
  }

  .sec_serv-services .services-solution-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
    min-height: 0;
  }

  .sec_serv-services .services-solution-card.is-individual {
    grid-row: auto;
  }

  .services-device.is-mobile {
    left: 4%;
  }

  .services-device.is-clinic {
    right: 3%;
    width: 16rem;
  }
}

@media screen and (max-width: 767px) {
  .services-hero-card {
    flex-basis: 14rem;
    min-height: 11rem;
    padding: 1rem;
  }

  .sec_serv-services .services-solution-card {
    display: flex;
    flex-flow: column;
  }

  .sec_serv-services .serv-service_img {
    min-height: 19rem;
  }

  .services-device.is-mobile {
    height: 17rem;
    left: 2%;
    width: 9rem;
  }

  .services-device.is-clinic {
    right: 2%;
    width: 14rem;
  }

  .services-device.is-corporate {
    bottom: 4%;
    right: 7%;
    width: 14rem;
  }
}

@media screen and (max-width: 479px) {
  .sec_h-services .her_top br,
  .sec_serv-services .text-color-secondary br,
  .sec_why .text-color-secondary br {
    display: none;
  }

  .services-hero-card {
    flex-basis: 12rem;
    min-height: 10rem;
  }

  .services-card-actions .button {
    width: 100%;
  }

  .services-product-stack {
    transform: scale(0.83);
    width: 120%;
  }

  .services-dashboard {
    transform: scale(0.9);
    width: 111%;
  }

  .services-device.is-mobile {
    left: -4%;
    top: 15%;
    transform: rotate(-5deg) scale(0.85);
  }

  .services-device.is-clinic {
    right: -8%;
    top: 9%;
    transform: rotate(4deg) scale(0.82);
  }

  .services-device.is-corporate {
    bottom: -2%;
    right: 1%;
    transform: rotate(-2deg) scale(0.8);
  }

  .services-testimonial-quote {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sec_h-services .loop_img-group,
  .sec_testi-services .testi-services_cards,
  .sec_serv-services .services-mock-panel,
  .sec_why .services-device {
    animation: none !important;
    transform: none !important;
  }
}
/* GleamyAI first-party page styles. */
