.solutions {
  overflow:hidden;
  border-top:1px solid var(--hairline)
}
.solutions::before {
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  right:-260px;
  top:100px;
  border-radius:50%;
  background:var(--gradient-glow);
  filter:blur(10px);
  pointer-events:none
}
.solutions-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}
.solutions-grid .card {
  min-height:252px
}
.solutions-grid .card:nth-child(2),.solutions-grid .card:nth-child(5) {
  transform:translateY(18px)
}
.solutions-grid .card:nth-child(2):hover,.solutions-grid .card:nth-child(5):hover {
  transform:translateY(10px)
}
.technology-strip {
  margin-top:52px;
  padding:18px 20px;
  border:1px solid var(--hairline);
  border-radius:18px;
  background:rgba(255,255,255,.018)
}
.technology-strip-head {
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-bottom:15px
}
.technology-strip-head span:first-child {
  color:#8f86a7;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase
}
.technology-strip-head span:last-child {
  color:#625a73;
  font-size:.7rem
}
