.site-footer {
  background: #efeff1;
  color: var(--color-primary);
}

.footer-shell {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
}

.footer-brand {
  grid-column: span 2;
}

.footer-brand h3 {
  margin: 0 0 16px;
  color: var(--color-primary);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.footer-brand p,
.footer-contact a,
.footer-contact span {
  color: rgba(60, 62, 68, .8);
}

.footer-brand p {
  max-width: 448px;
  margin: 0 0 24px;
  line-height: 26px;
}

.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-contact a,
.footer-contact > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(60, 62, 68, .1);
  color: var(--color-icon-neutral) !important;
  font-size: .75rem;
  font-weight: 800;
}

.footer-title {
  margin: 0 0 16px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.footer-menu {
  display: grid;
  gap: 8px;
}

.footer-menu a {
  color: rgba(60, 62, 68, .8);
  line-height: 24px;
}

.footer-cta-row {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(60, 62, 68, .2);
}

.footer-cta--wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 148px;
  border: 1px solid rgba(60, 62, 68, .2);
  border-radius: 16px;
  background: rgba(60, 62, 68, .1);
  padding: 40px;
}

.footer-cta__copy {
  width: 620px;
  max-width: 620px;
}

.footer-cta__copy h3 {
  margin: 0 0 8px;
  color: var(--color-primary);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  white-space: nowrap;
}

.footer-cta__copy p {
  margin: 0;
  color: rgba(60, 62, 68, .8);
  line-height: 26px;
}

.footer-cta .btn {
  width: 226px;
  min-height: 48px;
  padding: 12px 28px;
  white-space: nowrap;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding-top: 26px;
  padding-bottom: 2px;
  border-top: 1px solid rgba(60, 62, 68, .1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(60, 62, 68, .6);
  font-size: 14px;
  line-height: 20px;
}

.footer-bottom a {
  display: block;
  height: 17px;
  color: rgba(60, 62, 68, .8);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  overflow: visible;
  transform: translateY(1px);
}
