.sb-setup-flow {
  --sb-setup-shell: min(1824px, calc(100% - 224px));

  padding: 96px 0 120px;
  color: #111827;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg-soft);
}

.sb-setup-flow .container {
  width: var(--sb-setup-shell);
  max-width: none;
}

.sb-setup-flow-heading {
  max-width: 880px;
  margin: 0 auto 76px;
  text-align: center;
}

.sb-setup-flow-heading span {
  display: block;
  margin-bottom: 22px;
  color: #1572e8;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.sb-setup-flow-heading h2 {
  margin: 0 auto 22px;
  color: #111827;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.sb-setup-flow-heading p {
  max-width: 690px;
  margin: 0 auto;
  color: #4b5563;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.68;
}

.sb-setup-flow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sb-setup-flow-steps::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(21, 114, 232, 0.22) 0%, #1572e8 42%, #31ce36 100%);
}

.sb-setup-flow-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.sb-setup-flow-marker {
  position: relative;
  z-index: 1;
  width: 96px;
  height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border: 1px solid rgba(217, 226, 239, 0.82);
  border-radius: 999px;
  color: #1572e8;
  background: #ffffff;
  box-shadow: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.sb-setup-flow-steps li:nth-child(3) .sb-setup-flow-marker,
.sb-setup-flow-steps li:nth-child(4) .sb-setup-flow-marker {
  color: #31ce36;
}

.sb-setup-flow-steps h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

.sb-setup-flow-steps p {
  max-width: 300px;
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

@media (max-width: 1499.98px) {
  .sb-setup-flow {
    --sb-setup-shell: min(1520px, calc(100% - 120px));
  }
}

@media (max-width: 1099.98px) {
  .sb-setup-flow {
    --sb-setup-shell: calc(100% - 56px);
    padding: 96px 0;
  }

  .sb-setup-flow-heading {
    margin-bottom: 58px;
  }

  .sb-setup-flow-heading h2 {
    font-size: 44px;
  }

  .sb-setup-flow-heading p {
    font-size: 18px;
  }

  .sb-setup-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 52px;
  }

  .sb-setup-flow-steps::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .sb-setup-flow {
    --sb-setup-shell: calc(100% - 24px);
    padding: 72px 0;
  }

  .sb-setup-flow-heading {
    margin-bottom: 46px;
    text-align: left;
  }

  .sb-setup-flow-heading h2 {
    font-size: 36px;
    line-height: 1.18;
  }

  .sb-setup-flow-heading p {
    font-size: 16px;
    line-height: 1.72;
  }

  .sb-setup-flow-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sb-setup-flow-steps::before {
    display: block;
    top: 0;
    bottom: 0;
    left: 24px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #1572e8 0%, #1572e8 48%, #31ce36 100%);
  }

  .sb-setup-flow-steps li {
    min-height: 150px;
    display: block;
    padding: 0 0 34px 76px;
    text-align: left;
  }

  .sb-setup-flow-steps li:last-child {
    padding-bottom: 0;
  }

  .sb-setup-flow-marker {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
  }

  .sb-setup-flow-steps h3 {
    font-size: 24px;
  }

  .sb-setup-flow-steps p {
    max-width: none;
  }
}
