.services-section,
.services-stack,
.services-process-section {
  scroll-margin-top: 130px;
}

.services-section {
  padding: 34px 0;
}

.services-column p,
.process-card p,
.services-stack-note,
.services-tech-rows li {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.services-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
}

.services-help-section {
  padding-top: 6px;
  padding-bottom: 42px;
}

.services-column {
  min-width: 0;
  padding: 20px 0 0;
}

.services-column + .services-column {
  padding-left: 32px;
}

.services-column h3 {
  margin: 0 0 18px;
  color: var(--site-heading);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.services-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-bullet-list li {
  position: relative;
  padding: 7px 0 7px 20px;
  line-height: 1.75;
}

.services-bullet-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: var(--site-accent-strong);
}

.services-process-section {
  padding: 34px 0 8px;
  background: var(--site-surface-muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(100% - 48px, 1060px);
  margin: 0 auto;
  padding-top: 24px;
}

.process-card {
  position: relative;
  min-width: 0;
  padding: 0 15px 30px;
  background: transparent;
  text-align: center;
}

.process-card__icon-wrap {
  position: relative;
  display: block;
}

.process-card__icon-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 20%;
  border-top: 2px dashed var(--site-border);
  transform: translate(-25%, -50%);
}

.process-card:last-child .process-card__icon-wrap::after {
  display: none;
}

.process-card__icon-ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  border: 3px solid var(--site-border);
  border-radius: 50%;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.process-card__icon-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  line-height: 0;
  border: 0 solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.process-card__icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #797979;
  color: #fff;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.process-card__icon-circle .sli {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.process-card h3 {
  margin: 22px 0 12px;
  color: var(--site-heading);
  font-size: 19px;
  line-height: 1.35;
  transition: color 0.3s ease-out;
}

.process-card p {
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.64;
}

.process-card:hover .process-card__icon-ring,
.process-card:focus-within .process-card__icon-ring {
  border-color: var(--site-accent-strong);
}

.process-card:hover .process-card__icon-circle,
.process-card:focus-within .process-card__icon-circle {
  background: var(--site-accent-strong);
}

.process-card:hover .process-card__icon-halo,
.process-card:focus-within .process-card__icon-halo {
  border: 20px solid rgba(161, 32, 100, 0.3);
  transition: border 0.6s cubic-bezier(0.32, 1.63, 0.44, 1.82);
}

.process-card:hover h3,
.process-card:focus-within h3 {
  color: var(--site-heading);
}

.services-stack {
  position: relative;
  margin-top: 8px;
  padding: 30px 0 32px;
  overflow: hidden;
  isolation: isolate;
}

.services-stack::before {
  content: none;
}

.services-stack::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(48%, 660px);
  background-image:
    linear-gradient(90deg, rgba(33, 33, 33, 1) 0%, rgba(33, 33, 33, 0.92) 16%, rgba(33, 33, 33, 0.58) 48%, rgba(33, 33, 33, 0.18) 100%),
    url("../media/services-tech-building-bg.webp");
  background-position: left center, 82% center;
  background-repeat: no-repeat;
  background-size: cover, cover;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.services-stack > .site-container {
  position: relative;
  z-index: 1;
}

.services-stack > .site-container > h2 {
  max-width: 100%;
  margin: 0 0 18px;
  text-align: left;
  color: #fff;
}

.services-stack .services-tech-rows strong {
  color: #fff;
}

.services-process-section > h2 {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
  color: var(--site-heading);
}

.services-stack-text {
  max-width: 920px;
  margin: 0;
}

.services-tech-rows {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-tech-rows li {
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.services-tech-rows li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-stack-note {
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 1100px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card__icon-wrap::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .services-stack::after {
    width: 42%;
    opacity: 0.16;
  }

  .services-help-section {
    padding-bottom: 38px;
  }

  .services-column + .services-column {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .services-section,
  .services-stack,
  .services-process-section {
    scroll-margin-top: 144px;
  }
}

@media (max-width: 720px) {
  .process-grid {
    width: min(100% - 32px, 1060px);
  }

  .services-columns,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .services-help-section {
    padding-top: 0;
    padding-bottom: 34px;
  }

  .services-column {
    padding-top: 18px;
  }

  .services-stack-note {
    text-align: center;
  }

  .services-stack::after {
    content: none;
  }

  .process-card__icon-ring {
    width: 142px;
    height: 142px;
  }
}
