/* ASN Custom Footer */
.asn-footer {
  background: #0a1628;
  padding: 48px 40px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
.asn-footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.asn-footer-brand {
  margin-bottom: 16px;
}
.asn-footer-brand img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}
.asn-footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  max-width: 300px;
}
.asn-footer-nav {
  display: flex;
  gap: 48px;
}
.asn-footer-col h4 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}
.asn-footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.2s;
}
.asn-footer-col a:hover {
  color: #fff;
}
.asn-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.asn-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  text-decoration: none;
}
.asn-footer-social a:hover {
  background: rgba(255,255,255,0.15);
}
.asn-footer-social svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255,255,255,0.6);
  fill: none;
}
.asn-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
}
.asn-footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .asn-footer {
    padding: 32px 24px 0;
  }
  .asn-footer-top {
    flex-direction: column;
    gap: 32px;
  }
  .asn-footer-nav {
    gap: 32px;
  }
  .asn-footer-tagline {
    max-width: 100%;
  }
}
