/* =========================================================
   DATAXSYS DESIGN SYSTEM v2.7
   Transparent WebP footer signature, blended dark footer,
   balanced spacing and Engine-style divider treatment
   ========================================================= */

.site-footer.site-footer--dark {
  background: #101116;
}

.footer-wordmark-panel {
  width: 100%;
  overflow: visible;
  padding: 0;
}

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

.footer-wordmark-panel img {
  display: block;
  width: min(78vw, 1040px);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  margin: clamp(3.5rem, 6.5vw, 6rem) auto;
  padding: 0;
  background: transparent;
  filter: none;
  image-rendering: auto;
}

@media (max-width: 900px) {
  .footer-wordmark-panel img {
    width: min(86vw, 820px);
    margin-block: clamp(3rem, 7vw, 4.5rem);
  }
}

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

.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)}
