.valuper-site-footer {
  position: relative;
  border-top: 1px solid #e5e7eb !important;
  background: rgba(255, 255, 255, .72) !important;
  padding: 24px 0 30px !important;
  color: #667085 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .72rem !important;
}

.valuper-site-footer-inner {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
}

.valuper-site-footer-brand strong { color: #172554; font-weight: 900; }
.valuper-site-footer-links { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.valuper-site-footer-item { position: relative; margin: 0; }
.valuper-site-footer-item > summary {
  cursor: pointer;
  list-style: none;
  color: #667085;
  white-space: nowrap;
}
.valuper-site-footer-item > summary::-webkit-details-marker { display: none; }
.valuper-site-footer-item > summary:hover,
.valuper-site-footer-item > summary:focus-visible { color: #172554; text-decoration: underline; }
.valuper-site-footer-panel {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: calc(100% + 10px);
  width: 300px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(16,24,40,.18);
  color: #667085;
  font-size: .78rem;
  line-height: 1.55;
}
.valuper-site-footer-panel strong { display: block; margin-bottom: 5px; color: #172554; font-size: .9rem; }
.valuper-site-footer-panel a { display: inline-block; margin-top: 8px; color: #172554; font-weight: 700; }

@media (max-width: 700px) {
  .valuper-site-footer-inner { align-items: flex-start; flex-direction: column; padding: 0 13px; }
  .valuper-site-footer-links { gap: 10px; }
  .valuper-site-footer-panel { position: fixed; right: 16px; bottom: 16px; left: 16px; width: auto; }
}
