.topc-site-footer.topc-home-footer {
  display: block;
  margin: 70px 0 0;
  padding: 52px clamp(22px, 5vw, 72px) 28px;
  background: #101828;
  color: #fff;
}

.topc-home .topc-site-footer {
  margin-top: 0;
}

.topc-site-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(24px, 3vw, 46px);
  align-items: start;
}

.topc-site-footer .topc-home-footer-brand,
.topc-site-footer .topc-site-footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.topc-site-footer strong {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.topc-site-footer .topc-home-footer-logo {
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: #fff;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -.06em;
  text-transform: none;
}

.topc-site-footer .topc-home-footer-logo span {
  color: #ff5b36;
}

.topc-site-footer .topc-home-footer-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 48px;
  object-fit: contain;
}

.topc-site-footer p {
  display: block;
  max-width: 300px;
  margin: 0;
  color: #98a2b3;
}

.topc-site-footer a {
  display: block;
  margin: 0;
  color: #98a2b3;
  text-decoration: none;
  transition: color .18s ease;
}

.topc-site-footer-column a {
  width: fit-content;
  max-width: 100%;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: background-size .42s ease, color .18s ease;
}

.topc-site-footer a:hover,
.topc-site-footer a:focus-visible {
  color: #fff;
}

.topc-site-footer-column a:hover,
.topc-site-footer-column a:focus-visible {
  background-position-x: left;
  background-size: 100% 1px;
}

@media (prefers-reduced-motion: reduce) {
  .topc-site-footer-column a {
    transition: none;
    background-size: 100% 1px;
  }
}

.topc-site-footer .btn.alt {
  width: max-content;
  margin-top: 8px;
  padding: 11px 16px;
  border: 1px solid #475467;
  border-radius: 8px;
  background: #1d2939;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

.topc-site-footer .btn.alt:hover,
.topc-site-footer .btn.alt:focus-visible {
  border-color: #98a2b3;
  background: #344054;
}

.topc-site-footer .topc-home-footer-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #344054;
}

.topc-site-footer .topc-home-social-links,
.topc-site-footer .topc-home-payment-links {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.topc-site-footer .topc-home-social-links a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #475467;
  border-radius: 50%;
  background: #1d2939;
  color: #d0d5dd;
}

.topc-site-footer .topc-home-social-links a:hover,
.topc-site-footer .topc-home-social-links a:focus-visible {
  border-color: #98a2b3;
  background: #344054;
}

.topc-site-footer .topc-home-payment-links a {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
  line-height: 0;
}

.topc-site-footer .topc-home-payment-links svg {
  display: block;
  width: 54px;
  height: 32px;
}

.topc-site-footer .topc-home-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
  color: #98a2b3;
  font-size: 12px;
}

.topc-site-footer .topc-home-maintenance {
  display: block;
  padding-top: 8px;
  color: #98a2b3;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}

.topc-site-footer > small {
  display: block;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #344054;
  color: #667085;
}

@media (max-width: 1100px) {
  .topc-site-footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .topc-site-footer .topc-home-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .topc-site-footer.topc-home-footer {
    padding: 40px 22px 24px;
  }

  .topc-site-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
  }

  .topc-site-footer .topc-home-footer-brand {
    grid-column: 1 / -1;
  }

  .topc-site-footer .topc-home-footer-icons,
  .topc-site-footer .topc-home-footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .topc-site-footer .topc-home-social-links,
  .topc-site-footer .topc-home-payment-links {
    justify-content: flex-start;
  }

  .topc-site-footer .topc-home-maintenance {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .topc-site-footer a {
    transition: none;
  }
}
