.elementor-58 .elementor-element.elementor-element-c1891f1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5216d96 */.vs-site-footer,
.vs-site-footer * {
  box-sizing: border-box;
}

.vs-site-footer {
  position: relative;
  overflow: hidden;
  padding: 90px 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(72, 101, 255, 0.11),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(132, 78, 240, 0.08),
      transparent 28%
    ),
    #050816;
  color: #ffffff;
}

.vs-footer-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.vs-footer-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(25px);
}

.vs-footer-glow-one {
  width: 420px;
  height: 420px;
  top: -150px;
  left: -250px;
  background: rgba(67, 100, 255, 0.12);
}

.vs-footer-glow-two {
  width: 470px;
  height: 470px;
  right: -290px;
  bottom: -180px;
  background: rgba(130, 78, 238, 0.09);
}

/* Top layout */

.vs-footer-top {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.85fr 1.15fr;
  gap: 40px;
}

/* Footer brand */

.vs-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.vs-footer-brand-mark {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, #426dff, #8757f6);
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 13px 32px rgba(66, 109, 255, 0.26);
}

.vs-footer-brand-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.7px;
}

.vs-footer-brand-text span {
  background: linear-gradient(90deg, #9db2ff, #9b7eff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vs-footer-brand-column > p {
  max-width: 380px;
  margin: 22px 0 25px;
  color: #9da9bf;
  font-size: 14px;
  line-height: 1.75;
}

.vs-footer-status {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vs-footer-status > span {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #54dfa7;
  box-shadow: 0 0 14px rgba(84, 223, 167, 0.75);
}

.vs-footer-status strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 12px;
}

.vs-footer-status small {
  display: block;
  color: #7f8ca4;
  font-size: 9px;
}

/* Link columns */

.vs-footer-links-column h3,
.vs-footer-support-column h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.vs-footer-links-column nav {
  display: grid;
  gap: 13px;
}

.vs-footer-links-column a {
  width: fit-content;
  color: #98a5bb;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.45;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.vs-footer-links-column a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* Support card */

.vs-footer-support-column {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 23px;
  background:
    linear-gradient(
      145deg,
      rgba(79, 107, 255, 0.12),
      rgba(128, 78, 238, 0.045)
    ),
    #0d1626;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.vs-footer-support-column::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -120px;
  right: -100px;
  border-radius: 50%;
  background: rgba(69, 103, 255, 0.13);
}

.vs-footer-support-icon {
  position: relative;
  z-index: 2;
  width: 55px;
  height: 55px;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(113, 142, 255, 0.21);
  border-radius: 17px;
  background:
    linear-gradient(
      145deg,
      rgba(86, 117, 255, 0.24),
      rgba(124, 77, 238, 0.14)
    );
  color: #a7b8ff;
}

.vs-footer-support-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vs-footer-support-label {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 7px;
  color: #8fa7ff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 1px;
}

.vs-footer-support-column h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 11px;
  font-size: 21px;
  line-height: 1.25;
}

.vs-footer-support-column p {
  position: relative;
  z-index: 2;
  margin: 0 0 22px;
  color: #9da9bf;
  font-size: 12px;
  line-height: 1.65;
}

.vs-footer-support-button {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 49px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 13px;
  background: linear-gradient(135deg, #426dff, #8757f6);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(66, 109, 255, 0.24);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.vs-footer-support-button:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(66, 109, 255, 0.38);
}

.vs-footer-support-button span {
  font-size: 18px;
}

/* Trust strip */

.vs-footer-trust {
  margin-top: 45px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.022);
}

.vs-footer-trust-item {
  min-height: 82px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.022);
}

.vs-footer-trust-item > span {
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(111, 140, 255, 0.17);
  border-radius: 11px;
  background: rgba(75, 108, 255, 0.1);
  color: #9fb2ff;
}

.vs-footer-trust-item svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vs-footer-trust-item strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.vs-footer-trust-item small {
  display: block;
  color: #7f8ca4;
  font-size: 8px;
  line-height: 1.45;
}

/* Bottom */

.vs-footer-bottom {
  margin-top: 34px;
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.vs-footer-bottom p {
  margin: 0;
  color: #7f8ca4;
  font-size: 11px;
}

.vs-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.vs-footer-legal a {
  color: #8996ad;
  text-decoration: none;
  font-size: 10px;
  transition: color 0.25s ease;
}

.vs-footer-legal a:hover {
  color: #ffffff;
}

.vs-footer-disclaimer {
  margin-top: 18px;
}

.vs-footer-disclaimer p {
  max-width: 950px;
  margin: 0;
  color: #66738a;
  font-size: 9px;
  line-height: 1.65;
}

/* Tablet */

@media (max-width: 1000px) {
  .vs-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vs-footer-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 650px) {
  .vs-site-footer {
    padding: 75px 16px 22px;
  }

  .vs-footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .vs-footer-brand-column > p {
    max-width: none;
  }

  .vs-footer-links-column nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vs-footer-support-column {
    padding: 24px;
    border-radius: 21px;
  }

  .vs-footer-trust {
    grid-template-columns: 1fr;
    padding: 13px;
  }

  .vs-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .vs-footer-legal {
    justify-content: flex-start;
    gap: 13px 17px;
  }
}/* End custom CSS */