/* Rodape baseado no node Figma 1682:5717. */
.site-footer {
  width: 100%;
  padding: 324px 0 48px;
  background: #fafafa;
}

.footer-shell {
  width: min(1443px, calc(100% - 48px));
  min-height: 357px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 183px;
}

.footer-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-brand {
  width: 198.949px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo-link {
  width: 198.949px;
  height: 54px;
  display: block;
  text-decoration: none;
}

.footer-logo {
  width: 198.949px;
  height: 54px;
  display: block;
}

.footer-brand p {
  width: 151px;
  margin: 0;
  color: #64748b;
  font-family: "Muring Display", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.47;
}

.footer-nav {
  width: 798px;
  display: flex;
  align-items: flex-start;
  gap: 74px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  color: #64748b;
}

.footer-column h2 {
  width: 100%;
  margin: 0;
  color: #64748b;
  font-family: "Muring Display", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.47;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-links a {
  color: #64748b;
  font-family: "Muring Display", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.47;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: #845cff;
}

.footer-social {
  width: 225px;
  flex: 0 0 225px;
}

.footer-social-list {
  width: 192px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-social-link {
  width: 28.098px;
  height: 28.098px;
  flex: 0 0 28.098px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.footer-social-link:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.footer-social-link img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-legal {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: #64748b;
  opacity: 0.42;
}

.footer-legal p {
  width: 100%;
  margin: 0;
  color: rgba(100, 116, 139, 0.75);
  font-family: "Muring Display", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.47;
}

@media (max-width: 1180px) {
  .footer-shell {
    width: calc(100% - 48px);
    min-height: 0;
    gap: 72px;
  }

  .footer-top {
    flex-direction: column;
    gap: 48px;
  }

  .footer-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, max-content));
    justify-content: space-between;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-shell {
    width: calc(100% - 32px);
    gap: 56px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 36px 32px;
  }

  .footer-social {
    width: 225px;
    flex-basis: auto;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding-bottom: 32px;
  }

  .footer-shell {
    gap: 44px;
  }

  .footer-top {
    gap: 40px;
  }

  .footer-nav {
    grid-template-columns: 117px 118px;
    gap: 32px;
  }

  .footer-nav > .footer-column:nth-child(1) {
    grid-column: 1;
  }

  .footer-nav > .footer-column:nth-child(2) {
    grid-column: 2;
    justify-self: end;
  }

  .footer-nav > .footer-column:nth-child(3) {
    grid-column: 1;
  }

  .footer-nav > .footer-column:nth-child(4) {
    grid-column: 1 / span 2;
    justify-self: start;
  }

  .footer-brand p,
  .footer-links a,
  .footer-legal p {
    font-size: 15px;
  }

  .footer-column h2 {
    font-size: 17px;
  }
}
