.hpm-moving-process {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  color: #102c3c;
}

.hpm-moving-process__inner {
  width: min(1180px, 100%);
  margin-inline: auto;
  text-align: center;
}

.hpm-moving-process__eyebrow {
  margin: 0 0 8px;
  color: #0f93db;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hpm-moving-process__title {
  max-width: 780px;
  margin: 0 auto;
  color: #102c3c;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}

.hpm-moving-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 54px;
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
}

.hpm-moving-process__step {
  position: relative;
  min-width: 0;
}

.hpm-moving-process__step:not(:last-child)::after {
  position: absolute;
  top: 76px;
  left: calc(100% + 12px);
  color: #102c3c;
  content: '→';
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.hpm-moving-process__visual {
  position: relative;
  display: inline-block;
}

.hpm-moving-process__icon-ring {
  display: grid;
  width: 152px;
  height: 152px;
  place-items: center;
  border: 3px solid #0f93db;
  border-radius: 50%;
  background: #fff;
}

.hpm-moving-process__icon-ring img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.hpm-moving-process__chevron {
  position: absolute;
  top: 50%;
  right: -21px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 4px solid #f5f7f9;
  border-radius: 50%;
  background: #0f93db;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.hpm-moving-process__label {
  margin: 24px 0 0;
  color: #102c3c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.hpm-moving-process__number {
  display: block;
  margin-top: 7px;
  color: #0f93db;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
}

.hpm-moving-process__credit {
  margin: 30px 0 0;
  font-size: 11px;
}

.hpm-moving-process__credit a { color: #697985; }

@media (max-width: 1024px) {
  .hpm-moving-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 48px; }
  .hpm-moving-process__step:nth-child(2)::after { display: none; }
}

@media (max-width: 767px) {
  .hpm-moving-process { padding: 52px 20px 40px; }
  .hpm-moving-process__steps { grid-template-columns: 1fr; gap: 58px; margin-top: 42px; }
  .hpm-moving-process__step:not(:last-child)::after {
    top: auto;
    bottom: -47px;
    left: 50%;
    content: '↓';
    font-size: 28px;
    transform: translateX(-50%);
  }
  .hpm-moving-process__icon-ring { width: 140px; height: 140px; }
  .hpm-moving-process__label { margin-top: 18px; }
}
