/* Unique Vig Tech X footer — logo palette */
.be-footer.rv-37-footer,
.be-footer.rv-34-footer {
  position: relative;
  margin-top: 0 !important;
  padding: 64px 0 0;
  background: linear-gradient(155deg, #002147 0%, #0A1F3D 48%, #1A2A44 120%);
  color: #fff;
  overflow: hidden;
}

.be-footer__accent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #D4AF37 0%, #ffffff 50%, #8A9199 100%);
}

.be-footer__top {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(320px, 1.35fr);
  gap: 40px;
  padding-bottom: 36px;
}

.be-footer__logo img {
  max-height: 88px;
  width: auto;
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
}

.be-footer__tagline {
  margin: 16px 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D4AF37;
}

.be-footer__text {
  margin: 0 0 20px;
  max-width: 36ch;
  font-family: var(--inter), sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.be-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.be-footer__socials a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.be-footer__socials a:hover {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #fff;
  transform: translateY(-2px);
}

.be-footer__socials a:nth-child(4):hover {
  background: #8A9199;
  border-color: #8A9199;
}

.be-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 28px;
  align-items: start;
}

.be-footer__title {
  margin: 0 0 16px;
  font-family: var(--inter), sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.be-footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: #D4AF37;
}

.be-footer__col:nth-child(2) .be-footer__title::after {
  background: #8A9199;
}

.be-footer__col:nth-child(3) .be-footer__title::after {
  background: #fff;
}

.be-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.be-footer__links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.be-footer__links a:hover {
  color: #D4AF37;
  padding-left: 4px;
}

/* Get In Touch — full-width strip */
.be-footer__touch {
  margin-bottom: 28px;
  padding: 24px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.be-footer__touch-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.be-footer__touch-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
}

.be-footer__touch-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #D4AF37, #8A9199);
}

.be-footer__touch-sub {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.be-footer__touch-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1.1fr auto;
  gap: 18px 22px;
  align-items: center;
}

.be-footer__touch-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.be-footer__touch-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.2);
  color: #E8D5A3;
  font-size: 15px;
}

.be-footer__touch-icon--wa {
  background: rgba(138, 145, 153, 0.24);
  color: #C0C5CC;
}

.be-footer__touch-icon--mail {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.be-footer__touch-label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.be-footer__touch-text {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s ease;
}

a.be-footer__touch-text + a.be-footer__touch-text {
  margin-top: 2px;
}

a.be-footer__touch-text:hover {
  color: #D4AF37;
}

.be-footer__touch-action {
  display: flex;
  justify-content: flex-end;
}

.be-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  padding: 13px 20px;
  border-radius: 11px;
  background: #D4AF37;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  transition: background 0.2s ease, transform 0.2s ease;
}

.be-footer__cta:hover {
  background: #B8942E;
  color: #fff;
  transform: translateY(-1px);
}

.be-footer__cta i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.be-footer__cta:hover i {
  transform: translateX(3px);
}

.be-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.be-footer__bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

.be-footer__bottom a {
  color: #D4AF37;
  text-decoration: none;
  font-weight: 600;
}

.be-footer__bottom a:hover {
  color: #fff;
}

.be-footer__bottom-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.be-footer__bottom-link:hover {
  background: #8A9199;
  border-color: #8A9199;
  color: #fff !important;
}

/* Override old footer text/title colors inside new footer */
.be-footer .rv-31-footer-wized__title,
.be-footer .rv-31-footer-text,
.be-footer .footer-wized-ul li a {
  color: inherit;
}

@media screen and (max-width: 1199px) {
  .be-footer__touch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .be-footer__touch-action {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .be-footer.rv-37-footer,
  .be-footer.rv-34-footer {
    padding-top: 48px;
  }

  .be-footer__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .be-footer__text {
    max-width: none;
  }

  .be-footer__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .be-footer__touch {
    padding: 20px 18px;
  }
}

@media screen and (max-width: 767px) {
  .be-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .be-footer__touch-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .be-footer__touch-action {
    grid-column: auto;
  }

  .be-footer__cta {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .be-footer__cols {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: left;
  }

  .be-footer__brand {
    text-align: center;
  }

  .be-footer__socials {
    justify-content: center;
  }

  .be-footer__text {
    margin-left: auto;
    margin-right: auto;
  }

  .be-footer__touch-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .be-footer__bottom {
    justify-content: center;
    text-align: center;
  }
}
