﻿.torx-unified-footer.site-footer {
  background: #0b1028;
  color: #fff;
  padding: 60px clamp(18px, 5vw, 72px) 32px;
  margin-top: auto;
}

.torx-unified-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 48px;
}

.torx-unified-footer .footer-brand strong {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #fff;
}

.torx-unified-footer .footer-brand strong span {
  color: #345df4;
}

.torx-unified-footer .footer-brand p {
  margin: 10px 0 0;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.6;
}

.torx-unified-footer .footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.torx-unified-footer .social-btn {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}

.torx-unified-footer .social-btn:hover {
  background: #345df4;
  transform: translateY(-2px);
}

.torx-unified-footer .social-btn svg {
  width: 18px;
  height: 18px;
}

.torx-unified-footer .footer-col h4 {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.torx-unified-footer .footer-col a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #94a3b8;
  text-decoration: none;
  transition: color .2s ease;
}

.torx-unified-footer .footer-col a:hover {
  color: #fff;
}

.torx-unified-footer .footer-contact {
  font-size: 13px;
  color: #94a3b8;
}

.torx-unified-footer .footer-contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
}

.torx-unified-footer .footer-contact-icon {
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}

.torx-unified-footer .footer-contact a {
  color: #94a3b8;
  text-decoration: none;
  transition: color .2s ease;
}

.torx-unified-footer .footer-contact a:hover {
  color: #fff;
}

.torx-unified-footer .footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
  font-size: 13px;
  color: #64748b;
}

body:has(.torx-unified-footer) #colophon {
  display: none !important;
}

@media (max-width: 900px) {
  .torx-unified-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .torx-unified-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}
