.neta-futurx-services {
  --rgb: 37, 55, 113;
  --glass-border: rgba(78, 106, 188, 0.18);
  --glass-shadow: 0 20px 52px rgba(9, 14, 28, 0.1);
  --glass-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.26);
  margin-top: clamp(1.75rem, 4vw, 3rem);
  margin-bottom: 56px;
  padding-top: 0;
  position: relative;
  z-index: 1;
  overflow: visible;
  isolation: isolate;
}

.neta-futurx-services .work-list_component {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.neta-futurx-services .work-list_head {
  position: relative;
  z-index: 1;
}

.neta-futurx-services .feature-subheading {
  color: #2d3748;
  text-align: center;
  letter-spacing: -0.04em;
  max-width: 72rem;
  margin: 46px auto 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  text-wrap: balance;
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.neta-futurx-services.visible .feature-subheading {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.neta-futurx-services .card_content-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.neta-futurx-services .text-size-tiny {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.neta-futurx-services .text-size-tiny.text-color-secondary {
  color: rgba(162, 193, 255, 0.88);
}

.neta-futurx-services .text-size-regular {
  font-size: 1rem;
}

.neta-futurx-services .text-size-regular.text-color-primary {
  color: rgba(232, 237, 248, 0.78);
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.neta-futurx-services .heading-style-h3.text-color-primary {
  color: #f8fbff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(1.95rem, 2.4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.08;
}

.neta-futurx-services .card-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: clamp(24px, 3vw, 44px);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  display: flex;
}

.neta-futurx-services .hero_card-wrapper {
  grid-column-gap: 0;
  grid-row-gap: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  margin-top: clamp(26px, 3vw, 38px);
  padding-bottom: clamp(3rem, 7vh, 4.75rem);
  top: 0;
}

.neta-futurx-services .hero_card-wrapper > * {
  position: relative;
  z-index: 1;
}

.neta-futurx-services .card-left {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.neta-futurx-services .card-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(1, 6, 18, 0.18)
  );
  pointer-events: none;
}

.neta-futurx-services .img-card {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  will-change: transform;
}

.neta-futurx-services .stacking-card {
  background:
    linear-gradient(155deg, rgba(11, 19, 41, 0.94), rgba(18, 31, 64, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--glass-border);
  border-radius: 32px;
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
  justify-content: center;
  align-items: flex-start;
  width: min(72vw, 1060px);
  min-height: clamp(620px, 76vh, 860px);
  height: clamp(620px, 76vh, 860px);
  display: flex;
  position: sticky;
  overflow: hidden;
  box-shadow: var(--glass-shadow), var(--glass-highlight);
  transform-origin: 50% 14%;
  will-change: transform;
  backface-visibility: hidden;
  contain: paint;
}

.neta-futurx-services .stacking-card.is--first {
  pointer-events: auto;
  cursor: pointer;
  background: #253770;
  border-color: rgba(37, 55, 112, 0.28);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0 26px 58px rgba(19, 33, 71, 0.14);
  margin-bottom: 0;
  top: 4.2rem;
}

.neta-futurx-services .stacking-card.is--second {
  cursor: pointer;
  background:
    linear-gradient(160deg, rgba(10, 18, 38, 0.95), rgba(18, 32, 67, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  border-color: rgba(96, 118, 182, 0.18);
  margin-bottom: 0;
  top: 5.35rem;
}

.neta-futurx-services .stacking-card.is--third {
  cursor: pointer;
  background:
    linear-gradient(160deg, rgba(9, 15, 32, 0.96), rgba(16, 27, 56, 0.93)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border-color: rgba(78, 95, 152, 0.18);
  margin-bottom: 0;
  top: 6.5rem;
}

.neta-futurx-services .stacking-card.is--fourth {
  cursor: pointer;
  background:
    linear-gradient(160deg, rgba(8, 13, 27, 0.97), rgba(12, 21, 42, 0.95)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
  border-color: rgba(65, 79, 125, 0.17);
  margin-bottom: 0;
  top: 7.65rem;
}

.neta-futurx-services .link-block {
  position: absolute;
  inset: 0;
}

.neta-futurx-services .stacking-card:hover .img-card {
  transform: scale(1.08);
}

@media screen and (min-width: 1440px) {
  .neta-futurx-services .stacking-card.is--first,
  .neta-futurx-services .stacking-card.is--second,
  .neta-futurx-services .stacking-card.is--third,
  .neta-futurx-services .stacking-card.is--fourth {
    width: min(70vw, 1120px);
    min-height: clamp(640px, 78vh, 900px);
    height: clamp(640px, 78vh, 900px);
  }
}

@media screen and (max-width: 991px) {
  .neta-futurx-services .stacking-card.is--first,
  .neta-futurx-services .stacking-card.is--second,
  .neta-futurx-services .stacking-card.is--third,
  .neta-futurx-services .stacking-card.is--fourth {
    width: min(86vw, 980px);
    min-height: 66vh;
    height: 66vh;
  }

  .neta-futurx-services .hero_card-wrapper {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .neta-futurx-services .feature-subheading {
    font-size: 24px;
    margin-top: 32px;
    max-width: 34rem;
  }

  .neta-futurx-services .hero_card-wrapper {
    grid-row-gap: 0;
    margin-top: 28px;
    padding-bottom: 2.2rem;
  }

  .neta-futurx-services .stacking-card.is--first {
    top: 3.2rem;
  }

  .neta-futurx-services .stacking-card.is--second {
    top: 3.95rem;
  }

  .neta-futurx-services .stacking-card.is--third {
    top: 4.7rem;
  }

  .neta-futurx-services .stacking-card.is--fourth {
    top: 5.45rem;
  }
}

@media screen and (max-width: 479px) {
  .neta-futurx-services .text-size-regular.text-color-primary {
    font-size: 0.8rem;
    line-height: 1.2em;
  }

  .neta-futurx-services .card-right {
    width: 100%;
    height: 50%;
    padding: 18px 18px 20px;
  }

  .neta-futurx-services .hero_card-wrapper {
    margin-top: 28px;
    padding-bottom: 1.75rem;
  }

  .neta-futurx-services .card-left {
    width: 100%;
    height: 50%;
  }

  .neta-futurx-services .stacking-card.is--first,
  .neta-futurx-services .stacking-card.is--second,
  .neta-futurx-services .stacking-card.is--third {
    flex-flow: column;
    width: 92vw;
    min-height: 68vh;
    height: 68vh;
  }

  .neta-futurx-services .stacking-card.is--fourth {
    flex-flow: column;
    width: 92vw;
    min-height: 68vh;
    height: 68vh;
  }

  .neta-futurx-services .heading-style-h3.text-color-primary {
    font-size: 1.55rem;
  }

  .neta-futurx-services .feature-subheading {
    font-size: 20px;
    line-height: 1.28;
  }
}
