.approach-stages {
  --approach-circle-size: 4.8rem;
  --approach-line-duration: 350ms;
  --approach-slide-duration: 520ms;
  --approach-progress-left: calc(var(--approach-circle-size) / 2);
  --approach-progress-width: calc(100% - var(--approach-circle-size));
  margin: 0 auto;
  max-width: 1200px;
  /* padding: 32px 0 36px 0; */
}

.approach-cards-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.approach-cards-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

.approach-card {
  margin: 0 auto;
  width: 320px;
}

.approach-card-inner {
  cursor: pointer;
  height: 100%;
  position: relative;
  width: 100%;
}

.approach-card {
  align-items: center;
  background-clip: padding-box;
  background-color: rgba(51, 96, 242, 0.25);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.approach-card {
  box-shadow:
    0 8px 32px rgba(26, 95, 180, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.1);
  border: 13px solid rgba(51, 96, 242, 0.25);
}

.approach-card-inner {
  background: rgba(51, 96, 242, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  height: 100%;
  padding: 28px 28px;
  width: 100%;
}

.cycle-card .approach-card-inner {
  padding: 14px 14px;
}

.approach-card-head {
  display: flex;
  /* justify-content: space-between; */
}

.cycle-card .approach-card-head {
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.approach-card-icon {
  width: 45px;
}

.approach-card-headings {
  display: flex;
  flex-direction: column;
}

.approach-card-headings h3 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.approach-card-headings h4 {
  color: rgb(14, 192, 216, 0.9);
  font-size: 1.6rem;
  font-weight: 600;
}

.approach-card-icon {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding-right: 10px;
}

.cycle-card .approach-card-icon {
  height: 40px;
  width: 40px;
}

.approach-card-icon svg {
  height: 40px;
}

.approach-card-icon img {
  height: 40px;
}

.approach-card h3 {
  /* line-height: 1.3; */
  /* margin-bottom: 4px; */
}

.approach-card-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.28rem;
  line-height: 1.4;
  margin: 0;
  padding-top: 16px;
}

.approach-card-diagnose .approach-card-inner {
  background: var(--primary-blue);
}

.approach-conclusion-wrapper {
  padding: 0 13px;
}

.approach-conclusion-container {
}

.approach-conclusion-head {
  align-items: center;
  display: flex;
  justify-content: center;
}

.approach-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.approach-card-icon-arrow {
  padding-right: 0;
  min-width: 40px;
  width: 40px;
}

.approach-conclusion-line {
  background-color: rgba(255, 255, 255, 0.25);
  flex: 1;
  height: 1px;
  margin: 10px 10px 0 10px;
}

.approach-conclusion-icon {
  height: 40px;
  width: 40px;
}

.approach-conclusion-icon svg {
  height: 40px;
}

.approach-conclusion-icon img {
  height: 40px;
}

.approach-conclusion-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.6rem;
  line-height: 1.4;
  /* margin: 0 auto; */
  max-width: calc(100% - 80px - 20px);
  /* padding-top: 16px; */
  /* text-align: center; */
}

@media (max-width: 1024px) {
  .approach-cards-grid {
    flex-direction: column;
    gap: 20px;
    /* grid-template-columns: repeat(2, 320px);
    gap: 24px; */
  }

  .approach-card-icon-arrow {
    height: 40px;
    margin: 0 auto;
    min-height: 40px;
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .approach-cards-wrapper {
    /* padding: 30px 0; */
  }

  .approach-cards-grid {
    flex-direction: column;
    /* grid-template-columns: 1fr; */
    gap: 20px;
  }

  .approach-card {
    max-width: 320px;
    width: 100%;
  }

  .approach-card-icon {
    /* height: 44px; */
    /* margin-bottom: 10px; */
    /* width: 44px; */
  }

  .approach-card-diagnose {
    margin-right: auto;
  }

  .approach-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .approach-card h3 {
    font-size: 1.6rem;
  }

  .approach-card-text {
    font-size: 1.28rem;
  }

  .approach-card-back p {
    font-size: 1.36rem;
  }

  .approach-conclusion-wrapper {
    margin: 0 auto;
    max-width: 320px;
  }
}

/* @media (max-width: 640px) {
  .approach-cards-wrapper {
    padding: 20px 0;
  }

  .approach-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 10px 0;
  }

  .approach-card {
    height: 220px;
    max-width: 300px;
    width: 100%;
  }

  .approach-card-icon {
    margin-bottom: 10px;
  }

  .approach-card-icon svg {
    width: 24px;
    height: 24px;
  }

  .approach-card h3 {
    font-size: 1.52rem;
    margin-bottom: 6px;
  }

  .approach-card-text {
    font-size: 1.2rem;
    line-height: 1.4;
  }
} */

/* Apply hover only on devices with hover capability */
/*
@media (hover: hover) and (pointer: fine) {
  .approach-card:hover .approach-card-inner {
    background: rgba(51, 96, 242, 1);
  }

  .approach-card:hover .approach-card {
    box-shadow:
      0 12px 40px rgba(26, 95, 180, 0.35),
      0 4px 12px rgba(0, 0, 0, 0.15);
  }
}
*/

/* Fallback for touch devices using active state */
/*
@media (hover: none) {
  .approach-card.active .approach-card-inner .approach-card-inner {
    background: rgba(51, 96, 242, 1);
  }

  .approach-card.active .approach-card {
    box-shadow:
      0 12px 40px rgba(26, 95, 180, 0.35),
      0 4px 12px rgba(0, 0, 0, 0.15);
  }
}
*/

#impact .next-section-button-container {
  margin-top: 0;
}
