/**
 * v43 — Premium compact footer
 */
.site-footer-premium.site-footer-v43 {
  background: linear-gradient(165deg, #0c0a0b 0%, #1a1018 50%, #24121c 100%) !important;
  margin-top: 8px !important;
  padding: 0 0 calc(var(--nav-height, 56px) + var(--safe-bottom, 0px) + 8px) !important;
  border-top: none !important;
}
.site-footer-premium.site-footer-v43::before {
  display: none !important;
}
.footer-v43-accent {
  height: 3px;
  background: linear-gradient(90deg, #c2185b, #e91e63, #ff6b9d, #c2185b);
  background-size: 200% 100%;
  animation: footerAccent 6s linear infinite;
}
@keyframes footerAccent {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
.site-footer-v43 .site-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 16px 12px !important;
  gap: 16px 24px !important;
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr !important;
}
.site-footer-v43 .footer-col-brand {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 4px;
}
.site-footer-v43 .footer-brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.site-footer-v43 .footer-brand-logo {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  padding: 6px !important;
  background: #fff !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.site-footer-v43 .footer-brand-text strong {
  font-size: 18px !important;
  color: #fff !important;
  display: block;
}
.site-footer-v43 .footer-brand-text span {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  margin-top: 4px;
  display: block;
  line-height: 1.4;
}
.site-footer-v43 .site-footer-col h4 {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: #ff8fb8 !important;
  margin: 0 0 10px !important;
}
.site-footer-v43 .footer-nav-links a,
.site-footer-v43 .site-footer-col a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
  margin-bottom: 8px !important;
  display: block;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.site-footer-v43 .footer-nav-links a:hover,
.site-footer-v43 .site-footer-col a:hover {
  color: #fff !important;
  padding-left: 4px;
}
.site-footer-v43 .footer-muted {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
}
.site-footer-v43 .footer-col-social {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer-v43 .footer-col-social h4 {
  margin: 0 !important;
  width: auto;
}
.site-footer-v43 .footer-social-row {
  gap: 10px !important;
  margin: 0 !important;
}
.site-footer-v43 .footer-social-btn {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  transition: transform 0.2s ease;
}
.site-footer-v43 .footer-social-btn:hover {
  transform: translateY(-2px) scale(1.06);
}
.site-footer-v43 .footer-trust-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  justify-content: flex-start;
}
.site-footer-v43 .footer-trust-row span {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.75) !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
  border-radius: 999px;
}
.site-footer-v43 .site-footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 16px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
@media (min-width: 768px) {
  .site-footer-v43 .site-footer-inner {
    grid-template-columns: 1.2fr 0.9fr 0.9fr !important;
  }
  .site-footer-v43 .footer-col-brand {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .site-footer-v43 .footer-col-social {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  .site-footer-v43 .site-footer-inner {
    grid-template-columns: 1fr 1fr !important;
    padding: 16px 14px 10px !important;
    gap: 12px !important;
  }
  .site-footer-v43 .footer-col-brand {
    grid-column: 1 / -1;
  }
}
