.e8How {
  padding: 64px 0 76px;
  background: #fff;
}

.e8How__inner {
  width: min(1688px, calc(100% - 88px));
  margin: 0 auto;
}

.e8HowHead {
  text-align: center;
}

.e8HowHead p {
  margin: 0;
  background: linear-gradient(94deg, #ff6a00 0%, #df0d72 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.e8HowHead h2 {
  margin: 22px auto 0;
  color: #111827;
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.e8HowHead span {
  display: block;
  margin-top: 16px;
  color: rgba(23, 32, 51, 0.68);
  font-size: 26px;
  line-height: 1.35;
  font-weight: 600;
}

.e8HowSteps {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
}

.e8HowStep {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 28px;
}

.e8HowStep__copy {
  min-height: 196px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.e8HowStep__copy b {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6a00 0%, #df0d72 100%);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(223, 13, 114, 0.18);
}

.e8HowStep__copy h3 {
  margin: 28px 0 0;
  color: #111827;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 900;
}

.e8HowStep__copy p {
  margin: 20px 0 0;
  color: rgba(23, 32, 51, 0.68);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
}

.e8HowStep__arrow {
  position: absolute;
  top: 95px;
  right: -34px;
  width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: rgba(100, 116, 139, 0.74);
  font-size: 50px;
  line-height: 1;
  transform: translateX(50%);
}

.e8HowStep__arrow::before {
  content: none;
}

.e8HowVisual {
  height: clamp(340px, 26vw, 456px);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 46px rgba(15, 23, 42, 0.08);
}

.e8HowVisual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.e8HowVisual--photo img {
  object-position: center top;
}

.e8HowTrust {
  width: min(830px, 100%);
  min-height: 84px;
  margin: 52px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 28px;
  border: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.e8HowTrust__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #fff4ec;
  color: #ff6a00;
  font-size: 28px;
  border-radius: 999px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.e8HowTrust p {
  color: #111827;
  font-weight: 900;
  margin: 0;
  font-size: 25px;
  line-height: 1.25;
}

@media (max-width: 1180px) {
  .e8How__inner {
    width: min(100% - 48px, 980px);
  }

  .e8HowSteps {
    gap: 24px;
  }

  .e8HowStep__arrow {
    display: none;
  }

}

@media (max-width: 760px) {
  .e8How {
    padding: 46px 0 54px;
  }

  .e8How__inner {
    width: calc(100% - 28px);
  }

  .e8HowHead span {
    font-size: 18px;
  }

  .e8HowSteps {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .e8HowStep__copy {
    min-height: 0;
  }

  .e8HowStep__copy p {
    font-size: 18px;
  }

  .e8HowVisual {
    height: auto;
    min-height: 340px;
  }

  .e8HowVisual--ai {
    min-height: 0;
    aspect-ratio: 1402 / 1122;
  }

  .e8HowVisual--ai img {
    object-fit: contain;
  }

  .e8HowTrust {
    width: min(100%, 344px);
    min-height: 0;
    margin-top: 38px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    justify-content: stretch;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
  }

  .e8HowTrust__icon {
    width: 38px;
    height: 38px;
    font-size: 23px;
  }

  .e8HowTrust p {
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
  }
}
