.dyp-home-process {
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 20%, rgba(139, 53, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #030816 0%, #071228 56%, #08091c 100%);
}

.dyp-home-process__inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 112px) 0;
}

.dyp-home-process__header {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.dyp-home-process__eyebrow {
  margin: 0 0 14px;
  color: #ff1493;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dyp-home-process__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.dyp-home-process__description {
  max-width: 680px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.dyp-home-process__steps {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.dyp-home-process-step {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  min-height: 190px;
  padding: 28px 48px 28px 26px;
  border: 1px solid rgba(255, 20, 147, 0.42);
  border-radius: 22px;
  background: rgba(10, 15, 36, 0.82);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.dyp-home-process-step__number {
  display: block;
  color: transparent;
  font-size: clamp(6.5rem, 10vw, 9rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
}

.dyp-home-process-step__content {
  display: block;
  min-width: 0;
}

.dyp-home-process-step h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.dyp-home-process-step p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.025rem;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .dyp-home-process__inner {
    width: min(100% - 32px, 1200px);
    padding: 68px 0;
  }

  .dyp-home-process__header {
    margin-bottom: 36px;
  }

  .dyp-home-process__title {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .dyp-home-process-step {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    min-height: 0;
    padding: 24px 22px;
    border-radius: 18px;
  }

  .dyp-home-process-step__number {
    padding-top: 2px;
    font-size: 3.5rem;
    line-height: 0.9;
    letter-spacing: -0.08em;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.34);
  }

  .dyp-home-process-step h3 {
    margin-bottom: 9px;
    font-size: 1.35rem;
  }

  .dyp-home-process-step p {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}

@media (max-width: 390px) {
  .dyp-home-process-step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 21px 18px;
  }

  .dyp-home-process-step__number {
    font-size: 2.85rem;
  }
}
