
.voc-workflow,
.voc-workflow * {
  box-sizing: border-box;
}

.voc-workflow {
  width: 100%;
  padding: 84px 0 90px;
  background: #F2C230;
  color: #11120f;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.voc-workflow .voc-wf-inner {
  width: calc(100% - 48px);
  max-width: 1240px;
  margin: 0 auto;
}

.voc-workflow .voc-wf-head {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 40px;
}

.voc-workflow .voc-wf-label {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.voc-workflow h2 {
  margin: 0;
  color: #11120f;
  font-size: clamp(34px, 4.2vw, 60px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.voc-workflow .voc-wf-intro {
  margin: 0;
  color: #5c4b00;
  font-size: 16px;
  line-height: 1.65;
}

.voc-workflow .voc-wf-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #b78c00;
  list-style: none;
}

.voc-workflow .voc-wf-step {
  min-width: 0;
  margin: 0;
  padding: 28px 18px 16px;
  border-right: 1px solid #b78c00;
  list-style: none;
}

.voc-workflow .voc-wf-step:first-child {
  padding-left: 0;
}

.voc-workflow .voc-wf-num {
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.voc-workflow h3 {
  margin: 0 0 10px;
  color: #11120f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.voc-workflow .voc-wf-step p {
  margin: 0;
  color: #5c4b00;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1000px) {
  .voc-workflow {
    padding: 64px 0;
  }

  .voc-workflow .voc-wf-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }

  .voc-workflow .voc-wf-intro {
    max-width: 640px;
  }

  .voc-workflow .voc-wf-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .voc-workflow .voc-wf-step {
    padding: 24px 18px;
  }

  .voc-workflow .voc-wf-step:nth-child(3n + 1) {
    padding-left: 0;
  }

  .voc-workflow .voc-wf-step:nth-child(3n) {
    border-right: 0;
  }

  .voc-workflow .voc-wf-step:nth-child(n + 4) {
    border-top: 1px solid #b78c00;
  }
}

@media (max-width: 560px) {
  .voc-workflow {
    padding: 48px 0;
  }

  .voc-workflow .voc-wf-inner {
    width: calc(100% - 32px);
  }

  .voc-workflow h2 {
    font-size: 36px;
  }

  .voc-workflow .voc-wf-intro {
    font-size: 15px;
  }

  .voc-workflow .voc-wf-steps {
    grid-template-columns: 1fr;
  }

  .voc-workflow .voc-wf-step,
  .voc-workflow .voc-wf-step:nth-child(n) {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid #b78c00;
  }

  .voc-workflow .voc-wf-num {
    margin: 0;
    font-size: 30px;
  }

  .voc-workflow h3 {
    font-size: 17px;
    margin-bottom: 7px;
  }

  .voc-workflow .voc-wf-step p {
    font-size: 14px;
  }
}
