.icon-box {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 10px;
  background: rgba(62, 137, 247, 0.1);
  color: var(--primary);
}

.icon-box::before {
  content: none;
}

.spark svg,
.mini-icon svg,
.icon-box svg,
.impact-orbit svg,
.footer-grid > div:last-child svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-grid > div:last-child p,
.footer-grid > div:last-child a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.icon-box svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.8;
}

.impact-orbit svg {
  width: 48px;
  height: 48px;
  color: #fff;
}

.footer-grid > div:last-child svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--primary);
}
