/* v5.1.46 — premium footer refresh inspired by cleaner e-commerce footers.
   Goal: remove the overly heavy/glowy feel, make columns more structured,
   move payment badges to the bottom bar, and keep all footer columns visible
   on mobile instead of hiding them. */

body.vlg-theme .vlg-footer.vlg-footer--premium.vlg-footer--refined {
  margin-top: 52px !important;
  padding: 38px 0 20px !important;
  background:
    radial-gradient(circle at 0% 100%, rgba(255,176,63,.10) 0%, transparent 32%),
    radial-gradient(circle at 100% 0%, rgba(64,136,255,.10) 0%, transparent 28%),
    linear-gradient(180deg, #081423 0%, #06101d 100%) !important;
  border-top: 1px solid rgba(255,255,255,.06);
}

body.vlg-theme .vlg-footer.vlg-footer--premium.vlg-footer--refined::before {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)) !important;
}

body.vlg-theme .vlg-footer-glow { display: none !important; }
body.vlg-theme .vlg-footer-premium-wrap { max-width: 1320px; }

body.vlg-theme .vlg-footer-trustbar {
  margin-bottom: 28px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.vlg-theme .vlg-footer-trustitem {
  min-height: 74px;
  display: flex !important;
  align-items: center;
  gap: 14px;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.03) !important;
  box-shadow: none !important;
}

body.vlg-theme .vlg-footer-trustitem__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255,176,63,.10);
  border: 1px solid rgba(255,176,63,.22);
  color: #ffd487;
  font-size: 18px;
  flex: 0 0 42px;
}

body.vlg-theme .vlg-footer-trustitem span:last-child {
  color: #f7fafc;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

body.vlg-theme .vlg-footer-shell {
  gap: 28px !important;
  align-items: start;
  grid-template-columns: minmax(280px, 1.02fr) minmax(0, 1.98fr) !important;
}

body.vlg-theme .vlg-footer-brand-card,
body.vlg-theme .vlg-footer-panel {
  border-radius: 22px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.025)) !important;
  box-shadow: none !important;
}

body.vlg-theme .vlg-footer-brand-card {
  padding: 24px 24px 22px !important;
}

body.vlg-theme .vlg-footer-brand-card::before,
body.vlg-theme .vlg-footer-panel::before {
  opacity: 0 !important;
}

body.vlg-theme .vlg-footer-brand-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

body.vlg-theme .vlg-footer-brand-head .vlg-logo img {
  max-height: 56px;
  width: auto;
}

body.vlg-theme .vlg-footer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,176,63,.12);
  border: 1px solid rgba(255,176,63,.22);
  color: #ffe2a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.vlg-theme .vlg-footer-about {
  margin: 0 0 18px !important;
  color: #d8e1ec !important;
  font-size: 16px;
  line-height: 1.75;
}

body.vlg-theme .vlg-footer-brand-meta {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
  margin-bottom: 16px;
}

body.vlg-theme .vlg-footer-mini-card {
  min-height: 92px;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(255,255,255,.02) !important;
}

body.vlg-theme .vlg-footer-mini-card strong,
body.vlg-theme .vlg-footer-contact-row strong {
  display: block;
  margin-bottom: 6px;
  color: #96a9c0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.vlg-theme .vlg-footer-mini-card a,
body.vlg-theme .vlg-footer-contact-row a,
body.vlg-theme .vlg-footer-contact-row span:last-child {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
}

body.vlg-theme .vlg-footer-brand-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}

body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.vlg-theme .vlg-footer-panel {
  padding: 22px 22px 20px !important;
}

body.vlg-theme .vlg-footer h3,
body.vlg-theme .vlg-footer-col h3 {
  margin: 0 0 16px !important;
  padding-bottom: 12px;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

body.vlg-theme .vlg-footer h3::after,
body.vlg-theme .vlg-footer-col h3::after {
  content: '';
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffbf5e, #f6a61e);
}

body.vlg-theme .vlg-footer-menu {
  display: grid !important;
  gap: 10px !important;
}

body.vlg-theme .vlg-footer-menu li {
  margin: 0;
}

body.vlg-theme .vlg-footer-menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dbe4ee !important;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

body.vlg-theme .vlg-footer-menu a::before {
  content: '›';
  color: rgba(255,191,94,.92);
  font-size: 16px;
  line-height: 1;
}

body.vlg-theme .vlg-footer-menu a:hover {
  color: #ffca72 !important;
  transform: translateX(2px);
}

body.vlg-theme .vlg-footer-contact-list {
  display: grid;
  gap: 12px;
}

body.vlg-theme .vlg-footer-contact-row {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
}

body.vlg-theme .vlg-footer-contact-row + .vlg-footer-contact-row {
  border-top: 1px solid rgba(255,255,255,.08);
}

body.vlg-theme .vlg-footer-contact-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #ffca72;
  font-size: 18px;
}

body.vlg-theme .vlg-footer-payments-wrap {
  margin-top: 16px;
}

body.vlg-theme .vlg-footer-bottom.vlg-footer-bottom--premium {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px 24px;
  margin-top: 24px;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255,255,255,.10);
}

body.vlg-theme .vlg-footer-bottom__copy {
  color: #aebed1;
  font-size: 14px;
  line-height: 1.5;
}

body.vlg-theme .vlg-footer-bottom__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

body.vlg-theme .vlg-footer-bottom__payments-title {
  color: #d9e4f1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.vlg-theme .vlg-footer-bottom__meta {
  color: #94a9c0;
  font-size: 13px;
  text-align: right;
}

body.vlg-theme .vlg-payment-badges--footer-bottom {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

body.vlg-theme .vlg-payment-badges--footer-bottom .vlg-payment-badge {
  background: rgba(255,255,255,.94) !important;
  color: #1d2a38 !important;
  border-color: rgba(255,255,255,.94) !important;
  box-shadow: none !important;
}

body.vlg-theme .vlg-payment-badges--footer-bottom .vlg-payment-badge.is-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 8px 12px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.98) !important;
}

body.vlg-theme .vlg-payment-badges--footer-bottom .vlg-payment-badge.is-image img {
  max-height: 22px;
  width: auto;
}

@media (max-width: 1180px) {
  body.vlg-theme .vlg-footer-shell {
    grid-template-columns: 1fr !important;
  }

  body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.vlg-theme .vlg-footer-bottom.vlg-footer-bottom--premium {
    grid-template-columns: 1fr !important;
    justify-items: start;
  }

  body.vlg-theme .vlg-footer-bottom__payments {
    justify-content: flex-start;
  }

  body.vlg-theme .vlg-footer-bottom__meta {
    text-align: left;
  }
}

@media (max-width: 767px) {
  body.vlg-theme .vlg-footer.vlg-footer--premium.vlg-footer--refined {
    margin-top: 34px !important;
    padding: 28px 0 calc(102px + env(safe-area-inset-bottom)) !important;
  }

  body.vlg-theme .vlg-footer-trustbar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.vlg-theme .vlg-footer-trustitem {
    min-height: 0;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  body.vlg-theme .vlg-footer-shell,
  body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined,
  body.vlg-theme .vlg-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.vlg-theme .vlg-footer-col:nth-of-type(n+2) {
    display: block !important;
  }

  body.vlg-theme .vlg-footer-brand-card,
  body.vlg-theme .vlg-footer-panel {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.vlg-theme .vlg-footer-brand-head {
    flex-direction: column;
    align-items: flex-start;
  }

  body.vlg-theme .vlg-footer-brand-meta {
    grid-template-columns: 1fr !important;
  }

  body.vlg-theme .vlg-footer-about,
  body.vlg-theme .vlg-footer-menu a,
  body.vlg-theme .vlg-footer-mini-card a,
  body.vlg-theme .vlg-footer-contact-row a,
  body.vlg-theme .vlg-footer-contact-row span:last-child {
    font-size: 15px !important;
  }

  body.vlg-theme .vlg-footer-brand-tools {
    flex-direction: column;
    align-items: flex-start;
  }

  body.vlg-theme .vlg-footer-bottom.vlg-footer-bottom--premium {
    margin-top: 18px;
    gap: 14px;
  }
}

@media (max-width: 520px) {
  body.vlg-theme .vlg-footer-trustbar {
    grid-template-columns: 1fr !important;
  }
}
