.our-process {
  background: #f5f7f6;
  padding: 100px 40px;
}

.our-process__container {
  max-width: 1200px;
  margin: 0 auto;
}

.our-process__header {
  text-align: center;
  margin-bottom: 40px;
}

.our-process__pill {
  margin-bottom: 20px;
}

.our-process__title {
  color: #0f1720;
  font-size: 56px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.05;
}

.our-process__line {
  width: 60px;
  height: 4px;
  background: #1fa463;
  border-radius: 2px;
  display: block;
  margin: 0 auto 20px;
}

.our-process__subtitle {
  max-width: 600px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.6;
}

.our-process__steps--desktop {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.our-process__steps--desktop::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 78px;
  border-top: 2px dotted #bfd8c6;
}

.process-step {
  position: relative;
  text-align: center;
  z-index: 1;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 74px;
  right: -20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #bfd8c6;
  border-right: 2px solid #bfd8c6;
  transform: rotate(45deg);
}

.process-step__number {
  display: none;
}

.process-step__arc {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
  height: 136px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 2'%3E%3Cpath d='M0 1 A1 1 0 0 1 2 1 Z' fill='%23dde8e1'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  margin: 0;
  z-index: 1;
}

.process-step__icon-bg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: block;
  margin: 0 auto -120px;
  position: relative;
  z-index: 2;
}

.process-step__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 15px 40px rgba(15, 23, 32, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.process-step__icon svg,
.process-timeline-item__icon svg,
.our-process-cta__icon svg {
  width: 42px;
  height: 42px;
  fill: #1fa463;
}

.process-step__icon img,
.process-timeline-item__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.process-step__title {
  margin: 20px 0 0;
  color: #0f1720;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.process-step__divider {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: #1fa463;
  display: block;
  margin: 10px auto;
}

.process-step__description {
  font-size: 15px;
  line-height: 1.55;
  color: #6b7280;
  max-width: 220px;
  margin: 0 auto;
}

.our-process__steps--mobile {
  display: none;
}

.our-process-cta {
  margin-top: 80px;
  background: linear-gradient(to right, #1a3a3a, #2ec4b6);
  border-radius: 16px;
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.our-process-cta__text h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.our-process-cta__text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

@media (max-width: 1024px) {
  .our-process__steps--desktop {
    gap: 24px;
  }

  .process-step__arc {
    width: 122px;
    height: 122px;
    top: 11px;
  }

  .process-step__icon-bg {
    width: 108px;
    height: 108px;
    margin-bottom: -108px;
  }

  .process-step__icon {
    width: 108px;
    height: 108px;
  }

  .process-step__icon svg {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 768px) {
  .our-process {
    padding: 70px 20px;
  }

  .our-process__header {
    margin-bottom: 50px;
  }

  .our-process__title {
    font-size: 40px;
  }

  .our-process__subtitle {
    font-size: 16px;
  }

  .our-process__steps--desktop {
    display: none;
  }

  .our-process__steps--mobile {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 0;
  }

  .our-process__steps--mobile::before {
    content: "";
    position: absolute;
    left: 39px;
    top: 24px;
    bottom: 24px;
    border-left: 2px dotted #bfd8c6;
  }

  .process-timeline-item {
    position: relative;
    display: block;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .process-timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 40px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1fa463;
    z-index: 2;
  }

  .process-timeline-item__number {
    display: none;
  }

  .process-timeline-item:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
  }

  .process-timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }


  .process-timeline-item__content {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 14px;
    align-items: center;
  }

  .process-timeline-item__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e3efe8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .process-timeline-item__icon svg {
    width: 30px;
    height: 30px;
  }

  .process-timeline-item__text h3 {
    margin: 0 0 8px;
    color: #0f1720;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
  }

  .process-timeline-item__text p {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }

  .our-process-cta {
    margin-top: 60px;
    padding: 20px 30px;
  }
}
