.site-footer {
  background: #111820;
}

.site-footer .footer-content-block,
.site-footer .footer-content-block-inner {
  background: #111820;
  padding: 0;
}

.site-footer .footer-content-block .row-parent {
  padding: 0;
}

.vs-global-footer-content {
  background: #111820;
  color: rgba(255, 255, 255, 0.76);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 28px 28px 16px;
}

.vs-global-footer-content * {
  box-sizing: border-box;
}

.vs-global-footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) minmax(145px, 0.72fr) minmax(145px, 0.68fr) minmax(230px, 0.88fr);
  gap: 26px;
  margin: 0 auto;
  max-width: 1180px;
}

.vs-global-footer-logo {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.vs-global-footer-logo img {
  display: block;
  height: auto;
  max-width: 132px;
  width: 132px;
}

.vs-global-footer-brand p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.42;
  margin: 12px 0 8px;
  max-width: 300px;
}

.vs-global-footer-area {
  color: #9bc7e7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.vs-global-footer-area span {
  color: rgba(255, 255, 255, 0.32);
  margin: 0 8px;
}

.vs-global-footer-content h2 {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.vs-global-footer-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vs-global-footer-content a,
.vs-global-footer-col span {
  color: rgba(255, 255, 255, 0.69);
  font-size: 12.5px;
  line-height: 1.28;
  text-decoration: none;
}

.vs-global-footer-col span {
  cursor: default;
}

.vs-global-footer-content a {
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.vs-global-footer-content a:hover {
  color: #ffffff;
}

.vs-global-footer-cta {
  align-self: start;
  border-left: 1px solid rgba(79, 156, 207, 0.26);
  padding-left: 22px;
}

.vs-global-footer-cta h2 {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.28;
  margin-bottom: 12px;
  max-width: 260px;
  text-transform: none;
}

.vs-global-footer-button {
  align-items: center;
  background: #327fae;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  padding: 10px 15px;
  text-decoration: none;
}

.vs-global-footer-button:hover {
  background: #286f96;
  transform: translateY(-1px);
}

.vs-global-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.48);
  display: flex;
  font-size: 12px;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.4;
  margin: 20px auto 0;
  max-width: 1180px;
  padding-top: 12px;
}

@media (max-width: 960px) {
  .vs-global-footer-content {
    padding: 26px 22px 16px;
  }

  .vs-global-footer-inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px 26px;
  }

  .vs-global-footer-cta {
    border-left: 0;
    border-top: 1px solid rgba(79, 156, 207, 0.24);
    grid-column: 1 / -1;
    padding: 16px 0 0;
  }
}

@media (max-width: 640px) {
  .vs-global-footer-content {
    padding: 22px 18px 16px;
  }

  .vs-global-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
  }

  .vs-global-footer-logo img {
    max-width: 124px;
    width: 124px;
  }

  .vs-global-footer-brand,
  .vs-global-footer-cta {
    grid-column: 1 / -1;
  }

  .vs-global-footer-brand p {
    max-width: none;
    margin: 10px 0 7px;
  }

  .vs-global-footer-cta {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
  }

  .vs-global-footer-cta h2 {
    flex: 1 1 auto;
    max-width: none;
    margin-bottom: 0;
  }

  .vs-global-footer-button {
    flex: 0 0 auto;
    width: auto;
  }

  .vs-global-footer-bottom {
    flex-direction: column;
    gap: 5px;
    margin-top: 18px;
    padding-top: 12px;
  }

  .vs-global-footer-bottom span:last-child {
    display: none;
  }
}

@media (max-width: 390px) {
  .vs-global-footer-inner {
    gap: 20px 16px;
  }

  .vs-global-footer-content a,
  .vs-global-footer-col span {
    font-size: 12.5px;
  }
}
