/* PRO IT Consulting — production offer asset. */

.offer-map {
  overflow: hidden;
}

.offer-map__head {
  align-items: end;
  gap: 42px;
}

.offer-map__intro {
  max-width: 480px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.62;
}

.offer-map__flow {
  margin-top: 62px;
}

.offer-stage {
  position: relative;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) 220px;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 26px;
  background:
    linear-gradient(115deg, rgba(79, 168, 255, .13), rgba(123, 92, 255, .05) 58%, rgba(8, 19, 35, .15)),
    rgba(255, 255, 255, .035);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .17);
}

.offer-stage--deployment {
  background:
    linear-gradient(115deg, rgba(123, 92, 255, .12), rgba(79, 168, 255, .045) 62%, rgba(8, 19, 35, .18)),
    rgba(255, 255, 255, .035);
}

.offer-stage__marker {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 26px;
  border-right: 1px solid rgba(255, 255, 255, .11);
}

.offer-stage__marker span,
.offer-core__number {
  color: #75b9ff;
  font-size: 34px;
  font-weight: 850;
  line-height: 1;
}

.offer-stage__marker small,
.offer-core__head small {
  color: #7f91aa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.offer-stage__content {
  max-width: 730px;
}

.offer-stage__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.offer-pill {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 10px;
  border: 1px solid rgba(78, 184, 255, .3);
  border-radius: 999px;
  background: rgba(78, 184, 255, .09);
  color: #8dccff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
}

.offer-pill--muted {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .035);
  color: #8c9bb0;
}

.offer-pill--optional {
  border-color: rgba(152, 124, 255, .32);
  background: rgba(152, 124, 255, .1);
  color: #b9a5ff;
}

.offer-stage h3 {
  margin: 0;
  color: #f2f6ff;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.08;
}

.offer-stage__content p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.offer-stage__result {
  display: block;
  margin-top: 15px;
  color: #cbd8e9;
  font-size: 13px;
  line-height: 1.45;
}

.offer-stage__link {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  color: #f4f7fc;
  font-size: 13px;
  font-weight: 800;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.offer-stage__link span {
  color: #69b8ff;
  font-size: 17px;
}

.offer-stage__link:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 168, 255, .42);
  background: rgba(79, 168, 255, .1);
}

.offer-stage__note {
  grid-column: 2 / -1;
  margin: -7px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .085);
  color: #8292a8;
  font-size: 12px;
  line-height: 1.55;
}

.offer-map__connector {
  position: relative;
  height: 68px;
}

.offer-map__connector::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 62px;
  width: 1px;
  background: linear-gradient(rgba(79, 168, 255, .45), rgba(79, 168, 255, .08));
  content: "";
}

.offer-map__connector span {
  position: absolute;
  bottom: 17px;
  left: 58px;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(102, 185, 255, .7);
  border-radius: 50%;
  background: #0a1526;
}

.offer-map__connector--last::before {
  background: linear-gradient(rgba(123, 92, 255, .08), rgba(123, 92, 255, .45));
}

.offer-map__connector--last span {
  top: 17px;
  bottom: auto;
  border-color: rgba(152, 124, 255, .7);
}

.offer-core {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .105);
  border-radius: 26px;
  background: rgba(3, 13, 27, .3);
}

.offer-core__head {
  display: grid;
  grid-template-columns: 190px minmax(0, 560px);
  gap: 30px;
  align-items: end;
  margin-bottom: 26px;
}

.offer-core__head > div {
  display: flex;
  align-items: end;
  gap: 14px;
}

.offer-core__head p {
  margin: 0;
  color: #8292a8;
  font-size: 14px;
  line-height: 1.55;
}

.offer-core__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.offer-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 19px;
  background: rgba(255, 255, 255, .036);
  transition: border-color .22s ease, background-color .22s ease, transform .22s ease;
}

.offer-card::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 0, rgba(79, 168, 255, .13), transparent 45%);
  content: "";
  opacity: 0;
  transition: opacity .22s ease;
}

.offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(79, 168, 255, .38);
  background: rgba(79, 168, 255, .065);
}

.offer-card:hover::before {
  opacity: 1;
}

.offer-card > * {
  position: relative;
  z-index: 1;
}

.offer-card__eyebrow {
  color: #75b9ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.offer-card h3 {
  max-width: 310px;
  margin: 0;
  color: #f3f6fd;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.08;
}

.offer-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.offer-card strong {
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .085);
  color: #c7d5e7;
  font-size: 12px;
  line-height: 1.45;
}

.offer-card__arrow {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  color: #69b8ff;
  transition: transform .22s ease;
}

.offer-card:hover .offer-card__arrow {
  transform: translate(2px, -2px);
}

@media (max-width: 1040px) {
  .offer-stage {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .offer-stage__link {
    grid-column: 2;
    width: fit-content;
    min-width: 220px;
  }

  .offer-stage__note {
    grid-column: 2;
  }

  .offer-map__connector::before {
    left: 49px;
  }

  .offer-map__connector span {
    left: 45px;
  }

  .offer-core__grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .offer-map__head {
    align-items: start;
    gap: 20px;
  }

  .offer-map__flow {
    margin-top: 40px;
  }

  .offer-stage,
  .offer-core {
    padding: 24px;
    border-radius: 21px;
  }

  .offer-stage {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .offer-stage__marker {
    min-height: 0;
    flex-direction: row;
    align-items: end;
    padding: 0 0 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .offer-stage__link,
  .offer-stage__note {
    grid-column: 1;
  }

  .offer-stage__link {
    width: 100%;
  }

  .offer-map__connector {
    height: 48px;
  }

  .offer-map__connector::before {
    left: 24px;
  }

  .offer-map__connector span {
    bottom: 10px;
    left: 20px;
  }

  .offer-map__connector--last span {
    top: 10px;
  }

  .offer-core__head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .offer-core__head > div {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .offer-card {
    gap: 24px;
    padding: 23px;
  }

  .offer-card h3 {
    max-width: calc(100% - 38px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .offer-stage__link,
  .offer-card,
  .offer-card::before,
  .offer-card__arrow {
    transition: none;
  }
}
