.site-footer.unified-footer{
  position:relative;
  overflow:hidden;
  padding:clamp(58px,7vw,86px) 0 28px;
  border-top:1px solid rgba(180,255,0,.16);
  background:
    radial-gradient(620px 300px at 8% 0,rgba(180,255,0,.055),transparent 72%),
    radial-gradient(520px 280px at 92% 100%,rgba(180,255,0,.035),transparent 72%),
    #080b08;
}

.site-footer.unified-footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.018),transparent 34%,transparent 68%,rgba(180,255,0,.018));
}

.site-footer.unified-footer .wrap{
  position:relative;
  z-index:1;
}

.site-footer.unified-footer .footer-grid{
  display:grid;
  grid-template-columns:minmax(280px,1.4fr) repeat(3,minmax(170px,1fr));
  gap:clamp(30px,4vw,58px);
  align-items:start;
}

.site-footer.unified-footer .footer-column{
  min-width:0;
}

.site-footer.unified-footer .footer-brand .brand{
  display:inline-flex;
  align-items:center;
  gap:13px;
  padding:0;
  color:#f5f8f2;
}

.site-footer.unified-footer .footer-brand .brand img{
  width:48px;
  height:48px;
  object-fit:contain;
  filter:drop-shadow(0 0 14px rgba(180,255,0,.23));
}

.site-footer.unified-footer .footer-brand .brand span{
  font:900 22px/1 'Barlow Condensed',sans-serif;
  text-transform:uppercase;
  letter-spacing:.4px;
}

.site-footer.unified-footer .footer-brand .brand small{
  display:block;
  margin-top:4px;
  color:#b4ff00;
  font-size:10px;
  letter-spacing:3.5px;
}

.site-footer.unified-footer .footer-brand > p{
  max-width:39ch;
  margin-top:18px;
  color:#a6b09e;
  line-height:1.7;
  text-wrap:pretty;
}

.site-footer.unified-footer h3{
  margin:4px 0 17px;
  color:#f5f8f2;
  font:800 22px/1 'Barlow Condensed',sans-serif;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.site-footer.unified-footer .footer-nav{
  display:grid;
  gap:8px;
}

.site-footer.unified-footer .footer-nav a{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:2px 0;
  color:#a6b09e;
  line-height:1.4;
  transition:color .2s ease,transform .2s ease;
}

.site-footer.unified-footer .footer-nav a:hover,
.site-footer.unified-footer .footer-nav a:focus-visible{
  color:#b4ff00;
  transform:translateX(3px);
}

.site-footer.unified-footer .footer-contact-list{
  display:grid;
  gap:11px;
}

.site-footer.unified-footer .footer-contact{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:11px;
  align-items:center;
  min-width:0;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:12px;
  color:#a6b09e;
  background:
    linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.012)),
    rgba(10,14,9,.45);
  -webkit-backdrop-filter:blur(12px) saturate(135%);
  backdrop-filter:blur(12px) saturate(135%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:border-color .2s ease,background .2s ease,transform .2s ease,color .2s ease;
}

.site-footer.unified-footer .footer-contact:hover,
.site-footer.unified-footer .footer-contact:focus-visible{
  color:#f5f8f2;
  border-color:rgba(180,255,0,.34);
  background:rgba(180,255,0,.045);
  transform:translateX(3px);
}

.site-footer.unified-footer .footer-contact-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid rgba(180,255,0,.25);
  border-radius:10px;
  color:#b4ff00;
  background:rgba(180,255,0,.045);
}

.site-footer.unified-footer .footer-contact-icon svg{
  width:18px;
  height:18px;
}

.site-footer.unified-footer .footer-contact-text{
  min-width:0;
  overflow-wrap:anywhere;
}

.site-footer.unified-footer .socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.site-footer.unified-footer .social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid rgba(180,255,0,.22);
  border-radius:13px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(9,13,8,.5);
  -webkit-backdrop-filter:blur(12px) saturate(140%);
  backdrop-filter:blur(12px) saturate(140%);
  box-shadow:0 10px 26px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}

.site-footer.unified-footer .social-link:hover,
.site-footer.unified-footer .social-link:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(180,255,0,.55);
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(180,255,0,.045)),rgba(9,13,8,.64);
  box-shadow:0 16px 32px rgba(0,0,0,.3),0 0 20px rgba(180,255,0,.08),inset 0 1px 0 rgba(255,255,255,.09);
}

.site-footer.unified-footer .social-link img{
  width:24px;
  height:24px;
  object-fit:contain;
}

.site-footer.unified-footer .foot-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  flex-wrap:nowrap;
  min-height:66px;
  margin-top:clamp(38px,5vw,58px);
  padding-top:22px;
  border-top:1px solid rgba(180,255,0,.16);
  color:#a6b09e;
  font-size:14px;
}

.site-footer.unified-footer .copyright{
  flex:1 1 auto;
  min-width:0;
}

.site-footer.unified-footer .legal-links{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:0;
  flex:0 0 auto;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:999px;
  background:rgba(255,255,255,.022);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  white-space:nowrap;
}

.site-footer.unified-footer .legal-links a{
  display:inline-flex;
  align-items:center;
  padding:2px 10px;
  color:#a6b09e;
  line-height:1;
  transition:color .2s ease;
}

.site-footer.unified-footer .legal-links a + a{
  border-left:1px solid rgba(180,255,0,.18);
}

.site-footer.unified-footer .legal-links a:hover,
.site-footer.unified-footer .legal-links a:focus-visible{
  color:#b4ff00;
}

@media(max-width:1040px){
  .site-footer.unified-footer .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .site-footer.unified-footer{
    padding-top:54px;
  }

  .site-footer.unified-footer .footer-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .site-footer.unified-footer .foot-bottom{
    flex-direction:column;
    justify-content:center;
    gap:15px;
    text-align:center;
  }

  .site-footer.unified-footer .legal-links{
    justify-content:center;
    flex-wrap:wrap;
    white-space:normal;
  }
}

@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){
  .site-footer.unified-footer .footer-contact,
  .site-footer.unified-footer .social-link,
  .site-footer.unified-footer .legal-links{
    background:#11160f;
  }
}
