.process-section {
  position: relative;
  overflow: hidden;
  background: #182129;
  color: #c4cfde;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(50, 127, 250, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(50, 127, 250, 0.05),
      transparent 35%
    );
}

.process-row {
  position: relative;
  z-index: 2;
}

.process-row > .kt-row-column-wrap,
.process-row > .kt-row-layout-inner {
  position: relative;
}

.process-row > .kt-row-column-wrap::before,
.process-row > .kt-row-layout-inner::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 8%;
  right: 8%;
  height: 2px;
  z-index: 0;
  background:
    repeating-linear-gradient(
      to right,
      #327ffa 0 10px,
      transparent 10px 16px
    );
  opacity: 0.7;
  pointer-events: none;
}

.process-item {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.process-btn {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto;
}

.process-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(52, 58, 64, 0.98);
  border: 1px solid rgba(50, 127, 250, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 25px rgba(50, 127, 250, 0.08);
  z-index: 1;
}

.process-btn .kt-button,
.process-btn .wp-block-button__link {
  position: relative;
  z-index: 2;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid #327ffa !important;
  background: rgba(255, 255, 255, 0.025) !important;
  color: #327ffa !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease !important;
  box-shadow:
    0 0 0 6px rgba(50, 127, 250, 0.05),
    0 0 25px rgba(50, 127, 250, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.process-btn .kt-button:hover,
.process-btn .wp-block-button__link:hover {
  transform: translateY(-4px) scale(1.06);
  background: rgba(50, 127, 250, 0.12) !important;
  border-color: rgba(50, 127, 250, 0.9) !important;
  box-shadow:
    0 0 0 8px rgba(50, 127, 250, 0.08),
    0 0 35px rgba(50, 127, 250, 0.24);
}

.process-content {
  margin-top: 40px;
  text-align: left;
}

.process-content h3,
.process-content .kt-adv-heading {
  margin: 0 0 14px !important;
  color: #ffffff;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.process-content p,
.process-content .kt-adv-text {
  margin: 0;
  color: rgba(196, 207, 222, 0.9);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .process-row > .kt-row-column-wrap::before,
  .process-row > .kt-row-layout-inner::before {
    left: 6%;
    right: 6%;
  }

  .process-content h3,
  .process-content .kt-adv-heading {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .process-row > .kt-row-column-wrap::before,
  .process-row > .kt-row-layout-inner::before {
    display: none;
  }

  .process-item {
    position: relative;
    padding: 0 0 56px 0;
  }

  .process-item:last-child {
    padding-bottom: 0;
  }

  .process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 88px;
    bottom: 0;
    left: 44px;
    width: 2px;
    z-index: 0;
    transform: translateX(-50%);
    background:
      repeating-linear-gradient(
        to bottom,
        #327ffa 0 8px,
        transparent 8px 14px
      );
    opacity: 0.7;
    pointer-events: none;
  }

  .process-btn {
    width: 88px;
    height: 88px;
    margin: 0;
    justify-content: center;
  }

  .process-btn::before {
    width: 88px;
    height: 88px;
  }

  .process-btn .kt-button,
  .process-btn .wp-block-button__link {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    font-size: 18px !important;
  }

  .process-content {
    margin-top: 20px;
    padding-left: 0;
  }

  .process-content h3,
  .process-content .kt-adv-heading {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px !important;
  }

  .process-content p,
  .process-content .kt-adv-text {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media (max-width: 480px) {
  .process-item {
    padding-bottom: 48px;
  }

  .process-item:not(:last-child)::after {
    left: 44px;
    top: 88px;
    display: none;
  }

  .process-btn {
    width: 88px;
    height: 88px;
  }

  .process-content {
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-btn .kt-button,
  .process-btn .wp-block-button__link {
    transition: none !important;
  }

  .process-btn .kt-button:hover,
  .process-btn .wp-block-button__link:hover {
    transform: none;
  }
}