.site-footer {
  position: relative;
  width: 100%;
  margin: 0;
  background: hsl(244 82% 15%);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 2.5rem 1.5rem 5rem;
  font-family: Manrope, sans-serif;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 3.5rem 3.5rem 4rem;
  }
}

.site-footer__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 350px;
  background: transparent url("/assets/site/wave.svg") top / cover no-repeat;
  opacity: 0.3;
  pointer-events: none;
}

@media (min-width: 768px) {
  .site-footer__wave {
    width: 100%;
  }
}

.site-footer__inner {
  width: 100%;
  max-width: 64rem;
  display: flex;
  flex-direction: column;
}

.site-footer__logo {
  margin-bottom: 1.5rem;
}

.site-footer__logo img {
  width: 109px;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .site-footer__logo img {
    width: 132px;
  }
}

.site-footer__top {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .site-footer__top {
    flex-direction: row;
    margin-bottom: 2.5rem;
  }
}

.site-footer__intro {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .site-footer__intro {
    flex-basis: 50%;
    padding-right: 4rem;
  }
}

.site-footer__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .site-footer__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.site-footer__title-accent {
  background: linear-gradient(270.35deg, #9b7cff 0.06%, #7c5cff 99.56%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-footer__blurb {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(255 255 255 / 0.7);
}

@media (min-width: 768px) {
  .site-footer__blurb {
    max-width: 392px;
  }
}

.site-footer__navwrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .site-footer__navwrap {
    flex-basis: 50%;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.site-footer__demo {
  margin-bottom: 2.5rem;
}

.site-footer__demo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: #fff;
  color: hsl(267 92% 25%);
  text-decoration: none;
  font: 700 0.875rem / 1.25rem Manrope, sans-serif;
}

@media (min-width: 768px) {
  .site-footer__demo a {
    margin-top: 2.5rem;
  }
}

.site-footer__cols {
  display: flex;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .site-footer__cols {
    width: 20rem;
  }
}

@media (min-width: 1024px) {
  .site-footer__cols {
    width: 24rem;
  }
}

.site-footer__col {
  flex-grow: 1;
}

.site-footer__col-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.site-footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer__legal {
  margin-bottom: 1.25rem;
}

.site-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
}

.site-footer__copy {
  font-size: 0.875rem;
  color: rgb(255 255 255 / 0.7);
}
