body {
  background-color: #080c12 !important;
  color: rgba(248, 250, 252, 0.96);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.34) 0%, rgba(5, 8, 13, 0.78) 64%, rgba(5, 8, 13, 0.94) 100%),
    linear-gradient(90deg, rgba(5, 8, 13, 0.72) 0%, rgba(5, 8, 13, 0.2) 48%, rgba(5, 8, 13, 0.8) 100%);
}

#__next,
#page_wrapper,
#inner_wrapper {
  position: relative;
  z-index: 1;
}

#page_wrapper {
  min-height: 100vh;
  padding: 22px 18px 44px;
}

#inner_wrapper {
  max-width: 1560px !important;
  margin: 0 auto;
}

#widgets-wrap,
#information-widgets {
  gap: 10px;
}

#information-widgets > *,
#widgets-wrap > * {
  border: 1px solid rgba(226, 232, 240, 0.12) !important;
  background: rgba(10, 16, 26, 0.34) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 8px !important;
}

.services-group {
  margin-top: 20px;
}

.service-group-name {
  display: flex;
  align-items: center;
  min-height: 28px;
  color: rgba(248, 250, 252, 0.92) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}

.service-group-name::before {
  content: "";
  width: 4px;
  height: 18px;
  margin-right: 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, #38bdf8 0%, #22c55e 100%);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.32);
}

.services-list {
  gap: 10px !important;
}

.service-card {
  min-height: 52px;
  border: 1px solid rgba(226, 232, 240, 0.11) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.38), rgba(15, 23, 42, 0.26)) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.34) !important;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.48), rgba(17, 24, 39, 0.34)) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.service-icon {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.06);
  box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.06);
}

.service-icon img {
  max-width: 24px !important;
  max-height: 24px !important;
}

.service-name {
  padding: 3px 7px !important;
}

.service-title,
.service-name,
.service-title-text {
  color: rgba(248, 250, 252, 0.96) !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}

.service-description {
  color: rgba(203, 213, 225, 0.78) !important;
  line-height: 1.22;
  margin-top: 1px !important;
}

.service-tags {
  opacity: 0.86;
}

input,
button,
select,
textarea {
  border-radius: 8px !important;
}

@media (max-width: 900px) {
  #page_wrapper {
    padding: 16px 10px 34px;
  }

  .services-group {
    margin-top: 18px;
  }

  .service-card {
    min-height: 52px;
  }
}

@media (max-width: 640px) {
  #page_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-group-name {
    font-size: 14px !important;
  }

  .service-icon {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px;
  }
}
