.wp-block-onkorp-process,
.onkorp-process {
  --onkorp-red: #ff5757;
  --onkorp-ink: #1e1e1e;
  --onkorp-muted: #6f7280;
  --onkorp-line: rgba(30, 30, 30, 0.1);
  --onkorp-soft: #fff2f2;
  padding-top: var(--onkorp-section-pt-desktop, 88px);
  padding-bottom: var(--onkorp-section-pb-desktop, 88px);
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 87, 87, 0.12), transparent 34%),
    radial-gradient(circle at 78% 42%, rgba(255, 87, 87, 0.08), transparent 30%),
    #fff;
  overflow: hidden;
}

.onkorp-process.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.onkorp-process__inner {
  width: min(1320px, calc(100vw - 48px));
  margin: 0 auto;
}

.onkorp-process__head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: start;
  margin-bottom: clamp(48px, 6vw, 92px);
}

.onkorp-process__copy {
  max-width: 720px;
}

.onkorp-process__eyebrow {
  margin: 0 0 22px;
  color: var(--onkorp-red);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.onkorp-process__title {
  margin: 0;
  color: var(--onkorp-ink);
  font-size: clamp(48px, 7.4vw, 112px);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: -0.045em;
  max-width: 920px;
}

.onkorp-process__description {
  margin: 28px 0 0;
  max-width: 560px;
  color: var(--onkorp-muted);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.55;
  font-weight: 500;
}

.onkorp-process__map {
  position: relative;
  min-height: 820px;
}

.onkorp-process__connector {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}

.onkorp-process__connector::before,
.onkorp-process__connector::after {
  content: "";
  position: absolute;
  display: block;
}

.onkorp-process__connector::before {
  border-top: 2px dashed rgba(255, 87, 87, 0.25);
}

.onkorp-process__connector::after {
  border-left: 2px dashed rgba(255, 87, 87, 0.25);
  border-bottom: 2px dashed rgba(255, 87, 87, 0.25);
  border-radius: 0 0 0 18px;
}

.onkorp-process__connector--one {
  left: 31%;
  top: 98px;
  width: 24%;
  height: 116px;
}
.onkorp-process__connector--one::before { left: 0; top: 0; width: 100%; }
.onkorp-process__connector--one::after { right: 0; top: 0; width: 1px; height: 116px; }

.onkorp-process__connector--two {
  left: 28%;
  top: 322px;
  width: 22%;
  height: 118px;
  transform: scaleX(-1);
}
.onkorp-process__connector--two::before { left: 0; top: 0; width: 100%; }
.onkorp-process__connector--two::after { right: 0; top: 0; width: 1px; height: 118px; }

.onkorp-process__connector--three {
  left: 46%;
  top: 508px;
  width: 24%;
  height: 110px;
}
.onkorp-process__connector--three::before { left: 0; top: 0; width: 100%; }
.onkorp-process__connector--three::after { right: 0; top: 0; width: 1px; height: 110px; }

.onkorp-process__connector--four {
  left: 32%;
  top: 684px;
  width: 22%;
  height: 90px;
  transform: scaleX(-1);
}
.onkorp-process__connector--four::before { left: 0; top: 0; width: 100%; }
.onkorp-process__connector--four::after { right: 0; top: 0; width: 1px; height: 90px; }

.onkorp-process__connector--five {
  left: 58%;
  top: 700px;
  width: 14%;
  height: 80px;
}
.onkorp-process__connector--five::before { left: 0; top: 0; width: 100%; }
.onkorp-process__connector--five::after { right: 0; top: 0; width: 1px; height: 80px; }

.onkorp-process--count-4 .onkorp-process__connector--four,
.onkorp-process--count-4 .onkorp-process__connector--five,
.onkorp-process--count-5 .onkorp-process__connector--five {
  display: none;
}

.onkorp-process__step {
  position: absolute;
  z-index: 1;
  width: min(360px, 30vw);
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.onkorp-process__step--1 { left: 5%; top: 0; }
.onkorp-process__step--2 { right: 18%; top: 190px; }
.onkorp-process__step--3 { left: 18%; top: 390px; }
.onkorp-process__step--4 { right: 7%; top: 570px; }
.onkorp-process__step--5 { left: 4%; top: 650px; }
.onkorp-process__step--6 { right: 28%; top: 705px; }

.onkorp-process__duration {
  flex: 0 0 44px;
  min-height: 136px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1f1f1f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -0.02em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  box-shadow: 0 20px 40px rgba(30, 30, 30, 0.12);
}

.onkorp-process__step:nth-of-type(odd) .onkorp-process__duration,
.onkorp-process__step--1 .onkorp-process__duration,
.onkorp-process__step--4 .onkorp-process__duration,
.onkorp-process__step--6 .onkorp-process__duration {
  background: linear-gradient(180deg, #ff5757, #e84646);
}

.onkorp-process__step-body {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--onkorp-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(30, 30, 30, 0.08);
  backdrop-filter: blur(14px);
  padding: 24px;
}

.onkorp-process__step--1 .onkorp-process__step-body,
.onkorp-process__step--4 .onkorp-process__step-body,
.onkorp-process__step--6 .onkorp-process__step-body {
  background: linear-gradient(135deg, #fff4f4, #fff);
}

.onkorp-process__step-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.onkorp-process__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  color: var(--onkorp-red);
  background: #fff2f2;
  box-shadow: inset 0 0 0 1px rgba(255, 87, 87, 0.12);
}

.onkorp-process__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.onkorp-process__step-title {
  margin: 0;
  color: var(--onkorp-ink);
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.onkorp-process__step-text {
  margin: 0;
  color: #686b76;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 550;
}

.onkorp-process__button {
  position: absolute;
  z-index: 2;
  left: 4%;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 60px rgba(30, 30, 30, 0.08);
  color: var(--onkorp-ink);
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  transition: transform 0.2s ease, background 0.2s ease;
}

.onkorp-process__button:hover {
  background: #fff;
  transform: translateY(-2px);
}

.onkorp-process__button-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  color: var(--onkorp-red);
}

.onkorp-process__button-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

@media (max-width: 1180px) {
  .onkorp-process__map { min-height: 900px; }
  .onkorp-process__step { width: min(340px, 42vw); }
  .onkorp-process__step--1 { left: 0; }
  .onkorp-process__step--2 { right: 0; }
  .onkorp-process__step--3 { left: 7%; }
  .onkorp-process__step--4 { right: 0; }
  .onkorp-process__step--5 { left: 0; top: 700px; }
  .onkorp-process__step--6 { right: 7%; top: 760px; }
}

@media (max-width: 900px) {
  .onkorp-process {
    padding-top: var(--onkorp-section-pt-tablet, 72px);
    padding-bottom: var(--onkorp-section-pb-tablet, 72px);
  }
  .onkorp-process__inner {
    width: min(100% - 36px, 720px);
  }
  .onkorp-process__head {
    display: block;
    margin-bottom: 42px;
  }
  .onkorp-process__title {
    font-size: clamp(46px, 13vw, 84px);
    letter-spacing: -0.04em;
  }
  .onkorp-process__description {
    max-width: 100%;
    font-size: 19px;
  }
  .onkorp-process__map {
    min-height: 0;
    display: grid;
    gap: 18px;
  }
  .onkorp-process__connector {
    display: none;
  }
  .onkorp-process__step,
  .onkorp-process__step--1,
  .onkorp-process__step--2,
  .onkorp-process__step--3,
  .onkorp-process__step--4,
  .onkorp-process__step--5,
  .onkorp-process__step--6 {
    position: relative;
    inset: auto;
    width: 100%;
  }
  .onkorp-process__duration {
    flex-basis: 42px;
    min-height: auto;
  }
  .onkorp-process__step-body {
    padding: 22px;
    border-radius: 24px;
  }
  .onkorp-process__button {
    position: relative;
    inset: auto;
    width: fit-content;
    margin-top: 10px;
  }
}

@media (max-width: 560px) {
  .onkorp-process {
    padding-top: var(--onkorp-section-pt-mobile, 52px);
    padding-bottom: var(--onkorp-section-pb-mobile, 52px);
  }
  .onkorp-process__inner {
    width: min(100% - 28px, 520px);
  }
  .onkorp-process__eyebrow {
    font-size: 13px;
    letter-spacing: 0.22em;
    margin-bottom: 16px;
  }
  .onkorp-process__title {
    font-size: clamp(42px, 15vw, 64px);
    line-height: 0.94;
    letter-spacing: -0.035em;
  }
  .onkorp-process__description {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.55;
  }
  .onkorp-process__step {
    gap: 10px;
  }
  .onkorp-process__duration {
    flex-basis: 36px;
    border-radius: 18px;
    font-size: 11px;
  }
  .onkorp-process__step-body {
    padding: 20px;
    border-radius: 22px;
  }
  .onkorp-process__step-head {
    margin-bottom: 16px;
  }
  .onkorp-process__step-title {
    font-size: 22px;
  }
  .onkorp-process__step-text {
    font-size: 15px;
  }
  .onkorp-process__button {
    min-height: 54px;
    padding: 0 22px;
    font-size: 20px;
    border-radius: 20px;
  }
}
