.tomasetti-powered {
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(192, 132, 252, 0.22);
  background:
    linear-gradient(100deg, rgba(91, 33, 182, 0.18), transparent 42%, rgba(168, 85, 247, 0.14)),
    rgba(9, 12, 24, 0.9);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Outfit", "Nunito", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: center;
}

.tomasetti-powered a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.tomasetti-powered a:hover,
.tomasetti-powered a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #c084fc;
}

@media (prefers-reduced-motion: reduce) {
  .tomasetti-powered a {
    transition: none;
  }
}
