/* Presentation-led treatment for the engagement journey. */
#services .price-card .content {
  flex: 1 1 auto;
}

#services .price-card .price-details {
  margin-top: auto;
}

#services .price-card > .primary-button {
  margin-top: 24px;
}

#services .heading-div-20 {
  max-width: none;
}

#services .heading-div-20 h2 {
  white-space: nowrap;
}

.navbar .menu-link.w--current {
  color: var(--dark-70);
}

#services.engagement-showcase {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-bottom: clamp(72px, 9vw, 140px);
  background:
    radial-gradient(circle at 8% 36%, rgba(135, 160, 255, 0.16), transparent 28%),
    radial-gradient(circle at 91% 76%, rgba(245, 172, 219, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(247, 249, 255, 0.8));
}

#services.engagement-showcase::before {
  position: absolute;
  z-index: -1;
  inset: 22% auto auto 50%;
  width: min(880px, 92vw);
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(148, 163, 255, 0.16), transparent 68%);
  content: "";
  transform: translateX(-50%);
  filter: blur(10px);
  pointer-events: none;
}

#services .engagement-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 1060px);
  padding: 0 22px;
  color: #697184;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

#services .engagement-rail span {
  display: flex;
  align-items: center;
  gap: 8px;
}

#services .engagement-rail span::after {
  flex: 1;
  height: 1px;
  margin-left: 8px;
  background: linear-gradient(90deg, rgba(113, 124, 148, 0.55), rgba(113, 124, 148, 0));
  content: "";
}

#services .engagement-grid {
  width: 100%;
  gap: 18px;
}

#services .engagement-card.price-card {
  position: relative;
  min-height: 510px;
  height: auto;
  padding: 42px 30px 30px;
  overflow: hidden !important;
  border: 1px solid rgba(19, 29, 47, 0.12) !important;
  border-radius: 24px !important;
  background-color: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 20px 50px -36px rgba(21, 30, 54, 0.4) !important;
  backdrop-filter: blur(14px);
}

#services .engagement-card.price-card::before {
  position: absolute;
  top: -76px;
  right: -56px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(135, 151, 255, 0.32), rgba(135, 151, 255, 0));
  content: "";
  pointer-events: none;
}

#services .engagement-card.price-card::after {
  position: absolute;
  top: 18px;
  left: 22px;
  padding: 5px 8px;
  border: 1px solid rgba(19, 29, 47, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #596174;
  content: "STEP " attr(data-engagement-step);
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

#services .engagement-card:nth-child(2)::before {
  background: radial-gradient(circle, rgba(111, 206, 236, 0.3), rgba(111, 206, 236, 0));
}

#services .engagement-card:nth-child(3)::before {
  background: radial-gradient(circle, rgba(246, 169, 212, 0.34), rgba(246, 169, 212, 0));
}

#services .engagement-card .content {
  position: relative;
  z-index: 1;
  padding-top: 16px;
}

#services .engagement-card .heading-price-card {
  gap: 12px;
}

#services .engagement-card .gradient {
  font-size: clamp(26px, 2.2vw, 34px);
}

#services .engagement-card .med-18 {
  color: #273147 !important;
  font-size: 17px;
  font-weight: 500 !important;
}

#services .engagement-card .list {
  gap: 12px;
  padding-left: 20px;
}

#services .engagement-card .list li::marker {
  color: #8490ff;
}

#services .engagement-card .price-details {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: auto;
  padding: 17px 0 0;
  border-top: 1px solid rgba(19, 29, 47, 0.1);
}

@media screen and (max-width: 991px) {
  #services .engagement-grid {
    gap: 14px;
  }

  #services .engagement-card.price-card {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  #services .heading-div-20 h2 {
    white-space: normal;
  }

  #services.engagement-showcase {
    padding-bottom: 76px;
  }

  #services .engagement-rail {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 4px;
  }

  #services .engagement-rail span::after {
    max-width: 88px;
  }

  #services .engagement-grid {
    gap: 14px;
  }

  #services .engagement-card.price-card {
    min-height: 0;
    padding: 40px 22px 24px;
    border-radius: 20px !important;
  }

  #services .engagement-card .gradient {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #services.engagement-showcase::before {
    filter: none;
  }
}
