/* v4.1.1 — premium footer refinement: calmer / more elegant */
body.vlg-theme .vlg-footer.vlg-footer--premium.vlg-footer--refined {
  position: relative;
  overflow: hidden;
  margin-top: 42px;
  padding: 26px 0 18px;
  background:
    radial-gradient(circle at 0% 100%, rgba(242,138,0,.12) 0%, transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(46,93,173,.11) 0%, transparent 32%),
    linear-gradient(135deg, #08111f 0%, #0a1730 52%, #0a1426 100%);
  color: #eef4ff;
  border-top: 1px solid rgba(255,255,255,.08);
}
body.vlg-theme .vlg-footer.vlg-footer--premium.vlg-footer--refined::before {
  content:""; position:absolute; inset:auto 0 0 0; top:0; height:2px;
  background: linear-gradient(90deg, rgba(255,157,57,.7), rgba(255,157,57,0) 20%, rgba(255,157,57,0) 80%, rgba(76,132,255,.35));
}
body.vlg-theme .vlg-footer .vlg-footer-glow { position:absolute; border-radius:999px; filter: blur(90px); opacity:.4; pointer-events:none; }
body.vlg-theme .vlg-footer .vlg-footer-glow--left { width:220px; height:220px; left:-80px; bottom:-90px; background:rgba(255,143,0,.13); }
body.vlg-theme .vlg-footer .vlg-footer-glow--right { width:220px; height:220px; right:-90px; top:-100px; background:rgba(41,93,214,.12); }
body.vlg-theme .vlg-footer-premium-wrap { position:relative; z-index:1; }

body.vlg-theme .vlg-footer-trustbar {
  display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:12px; margin:0 auto 22px; max-width:1220px;
}
body.vlg-theme .vlg-footer-trustitem {
  display:flex; align-items:center; gap:10px; min-height:48px; padding:12px 14px; border-radius:16px;
  background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.08); color:#f5f8fc; font-size:13px; font-weight:700;
  box-shadow:0 14px 28px rgba(0,0,0,.14);
}
body.vlg-theme .vlg-footer-trustitem__icon {
  width:28px; height:28px; display:grid; place-items:center; border-radius:999px; background:rgba(255,176,65,.14); color:#ffc979; flex:0 0 28px;
}

body.vlg-theme .vlg-footer-shell {
  display:grid; grid-template-columns:minmax(320px,1.15fr) minmax(0,1.85fr); gap:18px; align-items:start; max-width:1220px; margin:0 auto;
}
body.vlg-theme .vlg-footer-brand-card,
body.vlg-theme .vlg-footer-panel {
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08); border-radius:22px; box-shadow:0 14px 34px rgba(0,0,0,.16);
}
body.vlg-theme .vlg-footer-brand-card { padding:22px; }
body.vlg-theme .vlg-footer-brand-head {
  display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:16px;
}
body.vlg-theme .vlg-footer-badge {
  display:inline-flex; align-items:center; padding:7px 11px; border-radius:999px; background:rgba(255,191,102,.08);
  border:1px solid rgba(255,191,102,.22); color:#ffe0a7; font-size:11px; letter-spacing:.08em; text-transform:uppercase; font-weight:800;
}
body.vlg-theme .vlg-footer-about { margin:0 0 16px; color:#dce6f3; line-height:1.72; max-width:40ch; }
body.vlg-theme .vlg-footer-brand-meta { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:14px; }
body.vlg-theme .vlg-footer-mini-card { padding:14px 16px; border-radius:18px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.06); }
body.vlg-theme .vlg-footer-mini-card strong,
body.vlg-theme .vlg-footer-contact-row strong {
  display:block; margin-bottom:5px; font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:#9eb4cf;
}
body.vlg-theme .vlg-footer-mini-card a { color:#fff; font-weight:700; }
body.vlg-theme .vlg-footer-brand-tools { display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; }

body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined {
  display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:18px;
}
body.vlg-theme .vlg-footer-panel { padding:20px 18px; }
body.vlg-theme .vlg-footer-panel h3 {
  margin:0 0 14px; font-size:13px; text-transform:uppercase; letter-spacing:.14em; color:#fbfdff;
}
body.vlg-theme .vlg-footer-panel h3::after {
  content:""; display:block; width:26px; height:2px; border-radius:999px; background:#ffb247; margin-top:8px;
}
body.vlg-theme .vlg-footer-menu { display:grid; gap:10px; }
body.vlg-theme .vlg-footer-menu a { color:#d9e5f5; font-weight:600; text-decoration:none; }
body.vlg-theme .vlg-footer-menu a:hover { color:#ffc56d; }

body.vlg-theme .vlg-footer-payments-wrap { margin-top:16px; }
body.vlg-theme .vlg-footer-payments-title {
  display:block; margin-bottom:10px; color:#9eb4cf; font-size:11px; letter-spacing:.1em; text-transform:uppercase; font-weight:800;
}
body.vlg-theme .vlg-payment-badges--footer,
body.vlg-theme .vlg-footer .vlg-payment-badges { display:flex; flex-wrap:wrap; gap:8px; }
body.vlg-theme .vlg-footer .vlg-payment-badge {
  background:rgba(255,255,255,.97); border:1px solid rgba(255,255,255,.35); border-radius:12px; box-shadow:0 8px 18px rgba(0,0,0,.12);
}

body.vlg-theme .vlg-footer-contact-list { display:grid; gap:10px; }
body.vlg-theme .vlg-footer-contact-row {
  display:grid; grid-template-columns:40px 1fr; gap:12px; align-items:start; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.07);
}
body.vlg-theme .vlg-footer-contact-row:last-child { border-bottom:0; padding-bottom:0; }
body.vlg-theme .vlg-footer-contact-icon {
  width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:rgba(255,177,70,.12); color:#ffcf85; font-size:16px;
  border:1px solid rgba(255,177,70,.16);
}
body.vlg-theme .vlg-footer-contact-row a,
body.vlg-theme .vlg-footer-contact-row span { color:#fff; line-height:1.6; }

body.vlg-theme .vlg-footer-bottom.vlg-footer-bottom--premium {
  display:flex; justify-content:space-between; align-items:center; gap:16px; max-width:1220px; margin:18px auto 0; padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08); color:#afbed4; font-size:12.5px;
}
body.vlg-theme .vlg-footer.vlg-footer--premium .custom-logo { max-height:54px; width:auto; }

@media (max-width: 1199.98px) {
  body.vlg-theme .vlg-footer-trustbar { grid-template-columns:repeat(2, minmax(0,1fr)); }
  body.vlg-theme .vlg-footer-shell { grid-template-columns:1fr; }
}
@media (max-width: 991.98px) {
  body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined { grid-template-columns:1fr 1fr; }
}
@media (max-width: 767.98px) {
  body.vlg-theme .vlg-footer-trustbar,
  body.vlg-theme .vlg-footer-grid.vlg-footer-grid--refined,
  body.vlg-theme .vlg-footer-brand-meta { grid-template-columns:1fr; }
  body.vlg-theme .vlg-footer-brand-card,
  body.vlg-theme .vlg-footer-panel { padding:18px; border-radius:18px; }
  body.vlg-theme .vlg-footer-brand-head { flex-direction:column; align-items:flex-start; }
  body.vlg-theme .vlg-footer-bottom.vlg-footer-bottom--premium { flex-direction:column; align-items:flex-start; }
  body.vlg-theme .vlg-footer-brand-tools { justify-content:flex-start; }
}
