/* ==========================================================
   Intuition Orbit · Footer
   Datei: assets/css/footer.css
   ========================================================== */

.footer{
  margin-top:64px;
  padding:32px 20px;
  background:linear-gradient(180deg,#0c0f14 0%, #080a0e 100%);
  color:#b9c0cc;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:14px;
}

.footer a{
  color:#d7ddea;
  text-decoration:none;
  border-bottom:1px dotted rgba(215,221,234,.35);
}

.footer a:hover{
  border-bottom-color:#ffffff;
}

.footer-left,
.footer-right{
  max-width:1200px;
  margin:0 auto;
}

.footer-left{
  margin-bottom:28px;
}

.footer-copy{
  font-size:13px;
  opacity:.85;
  margin-bottom:14px;
}

/* Navigation */
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:22px;
}

/* Labels */
.footer-label{
  display:block;
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.7;
  margin-bottom:6px;
}

/* Payments & Shipping */
.footer-payments,
.footer-shipping{
  margin-bottom:18px;
}

.footer-logos{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}

.payment-text{
  font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size:13px;
  opacity:.9;
}

/* Shipping Logo */
.footer-shipping img{
  height:26px;
  width:auto;
  filter:grayscale(1) contrast(1.05);
  opacity:.9;
}

/* Right column */
.footer-right{
  border-top:1px dashed rgba(255,255,255,.08);
  padding-top:18px;
}

.mono{
  font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing:.03em;
  opacity:.85;
  margin-bottom:10px;
}

.footer-support{
  margin-bottom:8px;
}

.footer-note{
  font-size:12px;
  line-height:1.45;
  opacity:.65;
}

/* Responsive */
@media (min-width: 768px){
  .footer{
    padding:40px 40px;
  }

  .footer-left,
  .footer-right{
    display:flex;
    justify-content:space-between;
    gap:40px;
  }

  .footer-left{
    margin-bottom:0;
  }

  .footer-right{
    border-top:none;
    padding-top:0;
    text-align:right;
    flex-direction:column;
    align-items:flex-end;
  }
}
.footer-counter{
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.4;
  opacity: .45;
  letter-spacing: .04em;
  white-space: nowrap;
}
