/* =====================================================
   GLOBAL VA2 FOOTER
   Elegant branded footer for COGIC VA2
===================================================== */

.va2-global-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 64px 20px 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 215, 122, 0.16), transparent 32%),
    radial-gradient(circle at 92% 92%, rgba(216, 139, 0, 0.10), transparent 34%),
    linear-gradient(135deg, #050505 0%, #071432 48%, #020202 100%);
  border-top: 1px solid rgba(255, 215, 122, 0.24);
}

.va2-global-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .18;
  pointer-events: none;
}

.va2-footer-glow {
  position: absolute;
  width: 620px;
  height: 620px;
  right: -300px;
  top: -330px;
  border-radius: 50%;
  border: 1px solid rgba(255, 215, 122, 0.18);
  box-shadow:
    inset 0 0 85px rgba(255, 215, 122, 0.08),
    0 0 95px rgba(216, 139, 0, 0.08);
  pointer-events: none;
}

.va2-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.va2-footer-brand {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-bottom: 38px;
  padding: 30px;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)) padding-box,
    linear-gradient(135deg, rgba(255,215,122,.72), rgba(216,139,0,.28), rgba(255,255,255,.08)) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 28px 70px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.va2-footer-logo-wrap {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background:
    radial-gradient(circle at center, rgba(255,215,122,.16), transparent 60%),
    rgba(0,0,0,.28);
  border: 1px solid rgba(255,215,122,.26);
  box-shadow: inset 0 0 32px rgba(255,215,122,.08);
}

.va2-footer-logo-wrap img {
  width: 84px;
  height: auto;
  display: block;
}

.va2-footer-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  color: #ffd77a;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.va2-footer-kicker::before {
  content: "";
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, #d88b00, #ffd77a);
}

.va2-footer-brand h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.va2-footer-brand p {
  max-width: 850px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.80);
  font-size: 1rem;
  line-height: 1.7;
}

.va2-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 1fr 1.05fr;
  gap: 18px;
}

.va2-footer-panel {
  min-height: 260px;
  padding: 26px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255,215,122,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.028));
  border: 1px solid rgba(255,215,122,.16);
  box-shadow: 0 22px 52px rgba(0,0,0,.22);
}

.va2-footer-panel h3 {
  margin: 0 0 18px;
  color: #ffd77a;
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.va2-footer-panel h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(90deg, #ffd77a, rgba(255,215,122,0));
}

.va2-footer-panel p,
.va2-footer-strong {
  margin: 0 0 16px;
  color: rgba(255,255,255,.82);
  font-size: .96rem;
  line-height: 1.62;
}

.va2-footer-strong {
  color: #ffffff;
  font-weight: 800;
}

.va2-footer-list,
.va2-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.va2-footer-list li,
.va2-footer-links li {
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.va2-footer-list li:first-child,
.va2-footer-links li:first-child {
  border-top: 0;
  padding-top: 0;
}

.va2-footer-list span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,215,122,.78);
  font-size: .70rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.va2-footer-list a,
.va2-footer-links a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  line-height: 1.5;
  font-weight: 700;
}

.va2-footer-list a:hover,
.va2-footer-links a:hover {
  color: #ffd77a;
}

.va2-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 20px;
}

.va2-footer-socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #081b49;
  background: linear-gradient(135deg, #ffd77a, #d88b00);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0,0,0,.20);
}

.va2-footer-socials a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0,0,0,.28);
}

.va2-footer-support {
  padding: 16px;
  border-radius: 10px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.08);
}

.va2-footer-support span {
  display: block;
  margin-bottom: 10px;
  color: #ffd77a;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.va2-footer-support a {
  display: inline-flex;
  margin: 0 8px 8px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 900;
  border-bottom: 1px solid rgba(255,215,122,.46);
}

.va2-footer-support a:hover {
  color: #ffd77a;
}

.va2-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.62);
  font-size: .88rem;
}

.va2-footer-bottom p {
  margin: 0;
}

@media(max-width: 1080px) {
  .va2-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 760px) {
  .va2-global-footer {
    padding: 48px 16px 24px;
  }

  .va2-footer-brand {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .va2-footer-grid {
    grid-template-columns: 1fr;
  }

  .va2-footer-panel {
    min-height: auto;
  }

  .va2-footer-bottom {
    display: block;
  }

  .va2-footer-bottom p + p {
    margin-top: 8px;
  }
}



/* ===== POLISHED SOCIAL MEDIA CONNECT SECTION ===== */
.va2-footer-connect-panel p {
  font-size: 1rem;
  line-height: 1.68;
}

.va2-footer-socials {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin: 20px 0 22px !important;
}

.va2-footer-socials a {
  position: relative;
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: 100% !important;
  height: auto !important;
  min-height: 58px;
  padding: 11px 14px !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) padding-box,
    linear-gradient(135deg, rgba(255,215,122,.52), rgba(216,139,0,.20), rgba(255,255,255,.06)) border-box !important;
  border: 1px solid transparent !important;
  box-shadow:
    0 14px 30px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.06) !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  overflow: hidden;
}

.va2-footer-socials a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 13px;
  width: 3px;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(180deg, #ffd77a, #d88b00);
  opacity: .9;
}

.va2-footer-socials a:hover {
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 90% 0%, rgba(255,215,122,.13), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.05)) padding-box,
    linear-gradient(135deg, rgba(255,215,122,.84), rgba(216,139,0,.34), rgba(255,255,255,.08)) border-box !important;
  box-shadow:
    0 22px 42px rgba(0,0,0,.28),
    0 8px 20px rgba(216,139,0,.08) !important;
}

.va2-social-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.12), transparent 50%),
    rgba(0,0,0,.20);
  border: 1px solid rgba(255,255,255,.10);
}

.va2-social-icon img {
  display: block;
  width: 22px;
  max-height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .92;
}

.va2-social-text {
  display: block;
  min-width: 0;
}

.va2-social-text strong {
  display: block;
  color: #ffd77a;
  font-size: .94rem;
  line-height: 1.15;
  font-weight: 900;
}

.va2-social-text em {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  font-style: normal;
  line-height: 1.25;
  font-weight: 700;
}

/* Remove old square initial-button visual treatment if cached with prior footer CSS */
.va2-footer-socials a {
  font-size: inherit !important;
}

@media(max-width: 760px) {
  .va2-footer-socials a {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .va2-social-icon {
    width: 40px;
    height: 40px;
  }
}



/* ===== SOCIAL ICON FONT FIX ===== */
.va2-social-icon i {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
}

.va2-social-icon img {
  display: none !important;
}
