/* =========================================================
   DATAXSYS DESIGN SYSTEM v2.6
   Crisp vector footer signature and corrected spacing
   ========================================================= */
.footer-wordmark-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
}

.footer-wordmark-line {
  width: 100%;
  height: 1px;
  flex: 0 0 1px;
  background: rgba(255,255,255,.44);
}

.footer-wordmark-panel img {
  display: block;
  width: min(72vw, 900px);
  height: auto;
  max-height: none;
  object-fit: contain;
  margin: clamp(4rem, 7vw, 7rem) auto;
  padding: 0;
  filter: none;
  image-rendering: auto;
}

@media (max-width: 900px) {
  .footer-wordmark-panel img {
    width: min(82vw, 760px);
    margin-block: clamp(3.5rem, 8vw, 5rem);
  }
}

@media (max-width: 640px) {
  .footer-wordmark-panel img {
    width: 92%;
    margin-block: 3.25rem;
  }
}

.btn-client-website{
display:inline-flex;align-items:center;justify-content:center;
padding:16px 30px;border-radius:999px;
background:#fff!important;color:#111!important;
border:2px solid #fff!important;font-weight:700;
text-decoration:none;transition:all .25s ease}
.btn-client-website:hover{
background:#f2f2f2!important;color:#111!important;
border-color:#f2f2f2!important;
box-shadow:0 10px 24px rgba(0,0,0,.18);
transform:translateY(-2px)}
