/**
 * v44/v45 — Footer: light compact layout
 */
.site-footer-premium.site-footer-v43,
.site-footer-premium.site-footer-v44 {
  background: linear-gradient(180deg, #faf6f8 0%, #f3ecef 100%) !important;
  border-top: 1px solid #e0d5da !important;
  color: #1a1218 !important;
  margin-top: 0 !important;
  padding: 0 0 calc(var(--nav-height, 56px) + var(--safe-bottom, 0px) + 4px) !important;
}
.site-footer-v44 .footer-v43-accent {
  background: linear-gradient(90deg, #e91e63, #ff6b9d, #e91e63) !important;
  height: 2px;
  animation: none;
}
.site-footer-v44 .site-footer-inner {
  padding: 14px 14px 8px !important;
  gap: 10px 16px !important;
  grid-template-columns: 1fr 1fr !important;
}
.site-footer-v44 .footer-col-brand {
  grid-column: 1 / -1 !important;
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e8dfe3 !important;
  gap: 10px !important;
}
.site-footer-v44 .footer-brand-logo {
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px !important;
  padding: 5px !important;
  background: #fff !important;
  border: 1px solid #f0e6ea !important;
  box-shadow: 0 2px 8px rgba(26, 18, 24, 0.06) !important;
}
.site-footer-v44 .footer-brand-text strong {
  font-size: 16px !important;
  color: #1a1218 !important;
}
.site-footer-v44 .footer-brand-text span {
  font-size: 12px !important;
  color: #5c4d55 !important;
  margin-top: 2px !important;
  line-height: 1.35 !important;
}
.site-footer-v44 .site-footer-col h4 {
  font-size: 10px !important;
  margin: 0 0 6px !important;
  color: #c2185b !important;
}
.site-footer-v44 .footer-nav-links a,
.site-footer-v44 .site-footer-col a {
  font-size: 13px !important;
  margin-bottom: 4px !important;
  color: #4a3d44 !important;
}
.site-footer-v44 .footer-nav-links a:hover,
.site-footer-v44 .site-footer-col a:hover {
  color: #c2185b !important;
  padding-left: 0 !important;
}
.site-footer-v44 .footer-muted {
  color: #7a6b72 !important;
  font-size: 12px !important;
  margin: 0 !important;
}
.site-footer-v44 .footer-col-social {
  grid-column: 1 / -1 !important;
  padding-top: 8px !important;
  gap: 8px !important;
  border-top: 1px solid #e8dfe3 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.site-footer-v44 .footer-trust-row {
  gap: 6px !important;
}
.site-footer-v44 .footer-trust-row span {
  font-size: 10px !important;
  padding: 4px 8px !important;
  background: #fff !important;
  border: 1px solid #e8dfe3 !important;
  color: #5c4d55 !important;
}
.site-footer-v44 .footer-col-social h4 {
  margin: 0 !important;
}
.site-footer-v44 .footer-social-btn {
  width: 38px !important;
  height: 38px !important;
  border-radius: 10px !important;
}
.site-footer-v44 .site-footer-bottom {
  padding: 6px 14px 0 !important;
  font-size: 11px !important;
  color: #8a7a82 !important;
  border-top-color: #e0d5da !important;
}
.site-footer-v44 .footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 12px;
  margin-top: 2px;
}
.site-footer-v44 .footer-legal a {
  font-size: 11px !important;
  color: #5c4d55 !important;
  text-decoration: none;
  font-weight: 600;
}
.site-footer-v44 .footer-legal a:hover {
  color: #c2185b !important;
}
@media (min-width: 768px) {
  .site-footer-v44 .site-footer-inner {
    grid-template-columns: 1.3fr 0.8fr 0.8fr 0.9fr !important;
    padding: 16px 20px 10px !important;
    gap: 12px 20px !important;
  }
  .site-footer-v44 .footer-col-brand {
    grid-column: auto !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer-v44 .footer-col-social {
    grid-column: 1 / -1 !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
}
