/* Vasudgara Premium Footer — B2B/B2C e-commerce footer */
:root {
  --vg-bg: #f6f1e8;
  --vg-bg-soft: #fffaf2;
  --vg-card: #ffffff;
  --vg-ink: #18251c;
  --vg-muted: #6d756d;
  --vg-green: #2f7d42;
  --vg-green-dark: #174d2b;
  --vg-lime: #d9f0a3;
  --vg-gold: #c99a42;
  --vg-brown: #7a542e;
  --vg-line: rgba(255, 255, 255, .13);
  --vg-dark-line: rgba(24, 37, 28, .12);
  --vg-shadow: 0 22px 70px rgba(24, 37, 28, .10);
  --vg-radius: 28px;
  --vg-radius-sm: 18px;
  --vg-max: 1220px;
}

.vg-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(217, 240, 163, .16), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(201, 154, 66, .17), transparent 34%),
    linear-gradient(135deg, #101710 0%, #18251c 48%, #24482e 100%);
  color: #fff;
  font-family: inherit;
  margin: 0;
}

.vg-footer * {
  box-sizing: border-box
}

.vg-footer a {
  color: inherit;
  text-decoration: none
}

.vg-footer__wrap {
  max-width: var(--vg-max);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2
}

.vg-footer__top {
  padding: 54px 0 28px
}

.vg-footer__cta {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 22px;
  align-items: stretch;
}

.vg-footer__cta-main {
  position: relative;
  border-radius: 34px;
  padding: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(217, 240, 163, .06));
  border: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .18);
  overflow: hidden;
}

.vg-footer__cta-main:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(217, 240, 163, .12);
}

.vg-footer__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(217, 240, 163, .11);
  border: 1px solid rgba(217, 240, 163, .18);
  color: var(--vg-lime);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
}

.vg-footer__kicker:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--vg-lime);
  box-shadow: 0 0 0 6px rgba(217, 240, 163, .12);
}

.vg-footer__title {
  position: relative;
  z-index: 1;
  margin: 20px 0 12px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 900;
}

.vg-footer__title span {
  color: var(--vg-lime)
}

.vg-footer__lead {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.68;
}

.vg-footer__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.vg-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
  border: 1px solid transparent;
}

.vg-footer__btn:hover {
  transform: translateY(-2px)
}

.vg-footer__btn--primary {
  background: #fff;
  color: var(--vg-green-dark) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.vg-footer__btn--primary:hover {
  background: var(--vg-lime)
}

.vg-footer__btn--ghost {
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
  border-color: rgba(255, 255, 255, .16);
}

.vg-footer__btn--ghost:hover {
  border-color: rgba(217, 240, 163, .38);
  color: var(--vg-lime) !important
}

.vg-footer__quick {
  display: grid;
  gap: 14px;
}

.vg-footer__quick-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.vg-footer__quick-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(217, 240, 163, .28);
}

.vg-footer__quick-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 240, 163, .12);
  color: var(--vg-lime);
  font-size: 23px;
}

.vg-footer__quick-card b {
  display: block;
  margin-bottom: 4px;
  font-size: 17px
}


.vg-footer__quick-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 240, 163, .12);
  color: var(--vg-lime);
  flex-shrink: 0;
  transition: .3s ease;
}

.vg-footer__quick-icon svg {
  width: 24px;
  height: 24px;
}

.vg-footer__quick-card:hover .vg-footer__quick-icon {
  background: var(--vg-lime);
  color: var(--vg-green-dark);
  transform: scale(1.08);
}

.vg-footer__main {
  padding: 28px 0 34px;
}

.vg-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr .7fr .7fr .8fr;
  gap: 22px;
  align-items: start;
}

.vg-footer__brand,
.vg-footer__col {
  min-height: 100%;
  border-radius: var(--vg-radius);
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .13);
  padding: 24px;
}

.vg-footer__brand {
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055));
}

.vg-footer__logo {
  display: inline-flex;
  align-items: center;
  max-width: 285px;
  padding: 14px 16px;
  border-radius: 22px;
  background: #fff;
  margin-bottom: 18px;
}

.vg-footer__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.vg-footer__desc {
  color: rgba(255, 255, 255, .70);
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
}

.vg-footer__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vg-footer__brand-pill {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(217, 240, 163, .10);
  border: 1px solid rgba(217, 240, 163, .16);
  color: var(--vg-lime);
  font-size: 13px;
  font-weight: 850;
}

.vg-footer__col-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .095em;
  font-weight: 950;
}

.vg-footer__menu,
.vg-footer__contacts,
.vg-footer__service {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.vg-footer__menu a,
.vg-footer__contacts a,
.vg-footer__service a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.45;
  transition: color .25s ease, transform .25s ease;
}

.vg-footer__menu a:hover,
.vg-footer__contacts a:hover,
.vg-footer__service a:hover {
  color: var(--vg-lime);
  transform: translateX(4px);
}

.vg-footer__service li,
.vg-footer__contacts li {
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.vg-footer__mini-note {
  margin-top: 16px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(217, 240, 163, .10);
  color: rgba(255, 255, 255, .74);
  line-height: 1.55;
  font-size: 14px;
}

.vg-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 18px 0;
}

.vg-footer__bottom-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, .60);
  font-size: 14px;
}

.vg-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.vg-footer__legal a {
  color: rgba(255, 255, 255, .60);
  transition: color .25s ease;
}

.vg-footer__legal a:hover {
  color: var(--vg-lime)
}

.vg-footer__dialog::backdrop {
  background: rgba(0, 0, 0, .58);
  backdrop-filter: blur(5px)
}

.vg-footer__dialog {
  border: 0;
  border-radius: 28px;
  padding: 0;
  width: min(560px, calc(100% - 24px));
  background: #fffaf2;
  color: var(--vg-ink);
  box-shadow: 0 35px 120px rgba(0, 0, 0, .28);
}

.vg-footer__dialog-inner {
  padding: 28px
}

.vg-footer__dialog-title {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.04em;
}

.vg-footer__dialog-text {
  margin: 0 0 18px;
  color: var(--vg-muted);
  line-height: 1.6;
}

.vg-footer__dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--vg-dark-line);
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.vg-footer.is-ready .vg-footer__reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease var(--vg-delay, 0ms), transform .55s ease var(--vg-delay, 0ms), border-color .25s ease, background .25s ease;
}

.vg-footer.is-ready .vg-footer__reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width:1024px) {

  .vg-footer__cta,
  .vg-footer__grid {
    grid-template-columns: 1fr 1fr
  }

  .vg-footer__brand {
    grid-column: 1/-1
  }
}

@media (max-width:680px) {
  .vg-footer__wrap {
    padding: 0 14px
  }

  .vg-footer__top {
    padding: 40px 0 22px
  }

  .vg-footer__cta,
  .vg-footer__grid {
    grid-template-columns: 1fr
  }

  .vg-footer__cta-main,
  .vg-footer__brand,
  .vg-footer__col {
    border-radius: 24px;
    padding: 22px
  }

  .vg-footer__actions {
    display: grid
  }

  .vg-footer__btn {
    width: 100%
  }

  .vg-footer__quick-card {
    grid-template-columns: 46px 1fr;
    padding: 15px
  }

  .vg-footer__quick-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px
  }

  .vg-footer__logo {
    max-width: 240px
  }

  .vg-footer__bottom-grid {
    display: grid
  }
}

@media (prefers-reduced-motion:reduce) {

  .vg-footer__btn,
  .vg-footer__quick-card,
  .vg-footer__menu a,
  .vg-footer__contacts a,
  .vg-footer__service a,
  .vg-footer.is-ready .vg-footer__reveal {
    transition: none !important;
    transform: none !important
  }

  .vg-footer.is-ready .vg-footer__reveal {
    opacity: 1 !important
  }
}