.solution-hero {
  padding: 42px 0 40px;
  text-align: center;
  background: #f8fbff;
}

.solution-hero h1 {
  color: var(--ink);
  font-size: 36px;
  font-weight: 900;
}

.solution-hero p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
}

.solution-list {
  padding: 42px 0 64px;
  background: #f8fbff;
}

.solution-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}

.solution-row + .solution-row {
  margin-top: 72px;
}

.solution-row img {
  width: 608px;
  height: 608px;
  border-radius: 24px;
}

.solution-copy {
  flex: 1;
}

.solution-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--blue);
}

.solution-icon img {
  width: 36px;
  height: 36px;
}

.solution-icon.violet {
  color: var(--violet);
  background: #eef0ff;
}

.solution-icon.cyan {
  color: var(--cyan);
  background: #e8fbff;
}

.solution-copy h2 {
  margin-top: 22px;
  color: var(--ink);
  font-size: 30px;
  font-weight: 700;
}

.solution-copy .solution-desc {
  margin-top: 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 26px;
}

.solution-copy ul {
  display: grid;
  grid-template-columns: repeat(2, 270px);
  gap: 18px 26px;
  margin-top: 36px;
  color: #43506a;
  font-size: 16px;
  font-weight: 600;
}

.solution-copy ul li svg {
  width: 14px;
  height: 14px;
  fill: var(--blue);
  transform: translateY(1px);
  margin-right: 8px;
}

.info-band {
  width: 608px;
  height: 122px;
  margin-top: 34px;
  padding: 28px 25px;
  border-radius: 16px;
  color: var(--blue);
  background-color: rgba(238,242,255,1);
  border: 1px solid rgba(224,231,255,1);
}

.info-band h4 {
  font-size: 16px;
  line-height: 16px;
  color: #312E81;
}

.info-band p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #4338CA;
}

.mini-flex {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
}

.mini-flex > div {
  flex: 1;
  padding: 18px;
  background: var(--white);
  border-radius: 12px;
}

.mini-flex > div h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #0F172A;
}

.mini-flex > div p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  color: #94A3B8;
}

.process-section {
  padding: 95px 0 98px;
  color: var(--white);
  text-align: center;
  background: var(--dark);
}

.process-section h2 {
  font-size: 30px;
  font-weight: 900;
}

.process-grid {
  display: flex;
  justify-content: space-around;
  margin-top: 52px;
}

.process-grid article {
  padding: 18px 18px 8px;
}

.process-grid strong {
  display: block;
  color: rgba(255, 255, 255, 0.1);
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}

.process-grid h3 {
  margin-top: -9px;
  font-size: 20px;
  font-weight: 600;
}

.process-grid p {
  margin-top: 18px;
  color: #94A3B8;
  font-size: 14px;
}
