
/* ===== ANDMOOK PAGE HERO VISUALS ===== */

.visual-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(390px,.78fr);
  gap: 64px;
  align-items: center;
}

.visual-page-hero-copy {
  min-width: 0;
}

.services-visual-hero,
.approach-visual-hero,
.process-visual-hero {
  padding-top: 70px;
  padding-bottom: 70px;
}

.visual-page-hero .services-page-intro,
.visual-page-hero .content-page-intro {
  max-width: 700px;
}

.page-tech-visual {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 85% 8%,
      rgba(59,177,89,.13),
      transparent 33%
    ),
    #f6f7f5;
}

.page-tech-visual::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -120px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(54,158,82,.10);
  border-radius: 50%;
}

.page-tech-head,
.page-visual-title {
  position: relative;
  z-index: 1;
}

.page-tech-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.page-tech-head > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-tech-head small,
.page-visual-title small {
  color: #92979a;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.page-tech-head strong,
.page-visual-title strong {
  display: block;
  color: #171c20;
  font-size: 20px;
}

.page-tech-status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6f7578;
  font-size: 9px;
}

.page-tech-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4fc66f;
  box-shadow: 0 0 0 5px rgba(79,198,111,.10);
}


/* Services visual */

.services-tech-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin: 25px 0 17px;
}

.services-tech-grid > div {
  min-height: 105px;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 14px;
  background: #fff;
}

.services-tech-grid span {
  display: block;
  margin-bottom: 22px;
  color: #3da55b;
  font-size: 9px;
  font-weight: 800;
}

.services-tech-grid strong,
.services-tech-grid small {
  display: block;
}

.services-tech-grid strong {
  margin-bottom: 4px;
  color: #1d2226;
  font-size: 14px;
}

.services-tech-grid small {
  color: #92979a;
  font-size: 9px;
}

.services-tech-grid .is-accent {
  border-color: rgba(59,169,88,.22);
  background: #eef8f0;
}

.page-tech-result {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 15px;
  border-radius: 12px;
  background: #11171c;
  color: rgba(255,255,255,.47);
  font-size: 9px;
}

.page-tech-result i {
  color: rgba(255,255,255,.22);
  font-style: normal;
}

.page-tech-result strong {
  color: #5ed07d;
}


/* Approach visual */

.approach-flow {
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

.approach-flow > i {
  display: block;
  height: 15px;
  padding-left: 25px;
  color: #b2b7b3;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
}

.approach-flow-item {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 1px 12px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(15,23,42,.07);
  border-radius: 13px;
  background: #fff;
}

.approach-flow-item span {
  grid-row: 1 / 3;
  display: block;
  color: #3da55b;
  font-size: 9px;
  font-weight: 800;
}

.approach-flow-item strong {
  color: #24292d;
  font-size: 13px;
}

.approach-flow-item small {
  color: #92979a;
  font-size: 9px;
}

.approach-flow-item.is-active {
  border-color: rgba(60,166,89,.20);
}

.approach-flow-item.is-result {
  background: #11171c;
}

.approach-flow-item.is-result strong {
  color: #fff;
}

.approach-flow-item.is-result small {
  color: rgba(255,255,255,.40);
}


/* Process visual */

.process-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns:
    1fr 14px 1fr 14px 1fr 14px
    1fr 14px 1fr 14px 1fr;
  align-items: center;
  margin-top: 29px;
}

.process-track > div {
  min-width: 0;
  text-align: center;
}

.process-track > i {
  height: 1px;
  background: #d3d8d4;
}

.process-track span {
  display: flex;
  width: 38px;
  height: 38px;
  margin: 0 auto 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dcd9;
  border-radius: 11px;
  background: #fff;
  color: #5b6266;
  font-size: 10px;
  font-weight: 800;
}

.process-track small {
  display: block;
  overflow: hidden;
  color: #84898c;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.process-track .is-result span {
  border-color: #3fa75c;
  background: #3fa75c;
  color: #fff;
}

.process-track .is-result small {
  color: #339651;
  font-weight: 750;
}

.process-result-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 27px;
  padding: 16px 17px;
  border-radius: 13px;
  background: #11171c;
}

.process-result-card > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.42);
  font-size: 9px;
}

.process-result-card i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5bd17b;
}

.process-result-card strong {
  color: #fff;
  font-size: 13px;
}


/* New service cards */

.marketplace-service-card {
  border-color: rgba(54,164,84,.20);
  background:
    linear-gradient(
      145deg,
      rgba(61,174,90,.075),
      rgba(255,255,255,0) 46%
    ),
    #fff;
}

.marketplace-service-card h2 {
  color: #318f4c;
}

.security-service-card {
  background:
    linear-gradient(
      145deg,
      rgba(23,31,37,.035),
      rgba(255,255,255,0) 48%
    ),
    #fff;
}

.service-card-label {
  display: inline-flex;
  margin: 18px 0 -4px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef7f0;
  color: #369653;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.security-service-card .service-card-label {
  background: #f0f2f1;
  color: #60676a;
}

.service-inline-link {
  margin-top: 24px;
}

.service-inline-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #32954f;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.service-inline-link a:hover {
  text-decoration: underline;
}


@media (max-width: 1050px) {

  .visual-page-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .page-tech-visual {
    max-width: 720px;
  }
}

@media (max-width: 700px) {

  .services-visual-hero,
  .approach-visual-hero,
  .process-visual-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .page-tech-visual {
    padding: 18px;
    border-radius: 21px;
  }

  .services-tech-grid {
    grid-template-columns: 1fr;
  }

  .process-track {
    grid-template-columns: repeat(6,1fr);
    gap: 5px;
  }

  .process-track > i {
    display: none;
  }

  .process-track span {
    width: 31px;
    height: 31px;
  }

  .process-track small {
    font-size: 7px;
  }
}

