/* Shared ATLTECHSPOT footer. Header geometry remains page-native. */
.topbar {
  display: none !important;
}

.mobilebar {
  display: none !important;
}

.ats-unified-footer {
  position: relative;
  z-index: 2;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: #020708 !important;
  color: #94aaad !important;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left !important;
}

.ats-unified-footer,
.ats-unified-footer * {
  box-sizing: border-box;
}

.ats-unified-footer::before,
.ats-unified-footer::after {
  display: none !important;
  content: none !important;
}

.ats-footer-shell {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 14px 0 10px;
}

.ats-footer-main {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.ats-footer-logo {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 4px;
  border: 1px solid rgba(24, 228, 208, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.ats-footer-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.ats-footer-business {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.ats-footer-business strong {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.ats-footer-address {
  display: block;
  margin: 0;
  color: #8ea2a5;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.ats-footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.ats-footer-phone,
.ats-footer-about {
  min-height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #18e4d0 !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.ats-footer-phone {
  border: 1px solid rgba(24, 228, 208, 0.26);
  background: rgba(24, 228, 208, 0.05);
}

.ats-footer-about {
  color: #b7c9cc !important;
}

.ats-footer-phone:hover,
.ats-footer-phone:focus-visible,
.ats-footer-about:hover,
.ats-footer-about:focus-visible {
  background: rgba(24, 228, 208, 0.08);
  color: #18e4d0 !important;
}

.ats-footer-phone:focus-visible,
.ats-footer-about:focus-visible,
.ats-footer-logo:focus-visible {
  outline: 2px solid #18e4d0;
  outline-offset: 2px;
}

.ats-footer-copyright {
  margin: 8px 0 0;
  padding-top: 8px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #657a7e;
  font-size: 10px;
  line-height: 1.4;
}

@media (max-width: 620px) {
  .ats-footer-shell {
    width: 92%;
    padding: 14px 0 10px;
  }

  .ats-footer-main {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 11px 12px;
  }

  .ats-footer-logo {
    width: 44px;
    height: 44px;
    padding: 4px;
    border-radius: 11px;
  }

  .ats-footer-business strong {
    font-size: 13px;
  }

  .ats-footer-address {
    font-size: 11px;
  }

  .ats-footer-actions {
    grid-column: 2;
    justify-content: flex-start;
  }

  .ats-footer-phone,
  .ats-footer-about {
    min-height: 44px;
    padding: 0 10px;
    font-size: 11px;
  }
}
