.wn-footer{
  position:relative;
  margin-top:0;
  padding:26px 20px 24px;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,rgba(59,130,246,.20),transparent 34%),
    radial-gradient(circle at bottom right,rgba(56,189,248,.18),transparent 30%),
    linear-gradient(180deg,#031a33 0%,#05264d 55%,#06376f 100%);
  border-top:3px solid rgba(56,189,248,.55);
  box-shadow:0 -10px 34px rgba(3,10,25,.28);
}

.wn-footer::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background:rgba(255,255,255,.14);
}

.wn-footer-pattern{
  position:absolute;
  inset:0;
  opacity:.06;
  background-image:
    radial-gradient(circle at center,rgba(255,255,255,.18) 0,transparent 58%);
  background-size:220px 220px;
  pointer-events:none;
}

.wn-footer-inner{
  position:relative;
  z-index:2;
  max-width:720px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.wn-footer-brand{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-bottom:16px;
  padding-bottom:8px;
}

.wn-footer-brand h2{
  margin:0;
  color:#fff;
  font-size:1.22rem;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-0.03em;
}

.wn-footer-brand::after{
  content:"";
  width:84px;
  height:4px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,#3b82f6,#38bdf8);
  box-shadow:0 0 18px rgba(56,189,248,.35);
}

.wn-footer-copy{
  color:rgba(255,255,255,.94);
  font-size:.84rem;
  line-height:1.6;
  font-weight:800;
}

.wn-footer-company{
  margin-top:18px;
  color:rgba(255,255,255,.72);
  font-size:.84rem;
  line-height:1.6;
  font-weight:700;
}

.wn-footer-company strong{
  color:#fff;
  font-weight:900;
}

.wn-footer-actions{
  position:relative;
  z-index:2;
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.wn-footer-privacy{
  margin-top:0;
}

.wn-footer-privacy a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
  height:46px;
  padding:0 18px;
  border-radius:20px;
  text-decoration:none;
  color:#fff;
  font-size:.78rem;
  font-weight:900;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 8px 22px rgba(3,10,25,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:.18s ease;
}

.wn-footer-privacy a:hover,
.wn-footer-privacy a:active{
  background:rgba(255,255,255,.16);
  transform:translateY(-1px);
}

.wn-footer-socials{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:0;
}

.wn-footer-socials a{
  width:46px;
  height:46px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 8px 20px rgba(3,10,25,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:.18s ease;
}

.wn-footer-socials a:hover,
.wn-footer-socials a:active{
  background:rgba(255,255,255,.18);
  transform:translateY(-1px);
}

.wn-footer-socials i{
  font-size:1.5rem;
}

@media(max-width:520px){

  .wn-footer{
    padding:24px 16px 22px;
  }

  .wn-footer-brand{
    margin-bottom:14px;
  }

  .wn-footer-brand h2{
    font-size:1.22rem;
  }

  .wn-footer-copy,
  .wn-footer-company{
    font-size:.81rem;
  }

  .wn-footer-company{
    margin-top:16px;
  }

  .wn-footer-actions{
    margin-top:16px;
    gap:8px;
  }

  .wn-footer-privacy a{
    min-width:148px;
    height:44px;
    font-size:.78rem;
    border-radius:18px;
  }

.wn-footer-socials{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:0;
}

.wn-footer-socials a{
  width:46px;
  height:46px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 8px 20px rgba(3,10,25,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:.18s ease;
}

.wn-footer-socials a:hover,
.wn-footer-socials a:active{
  background:rgba(255,255,255,.18);
  transform:translateY(-1px);
}

.wn-footer-socials i{
  font-size:1.5rem;
  line-height:1;
}

.wn-footer-socials .x-svg{
  width:20px;
  height:20px;
  display:block;
  color:#fff;
}

@media(max-width:520px){

  .wn-footer-socials a{
    width:44px;
    height:44px;
    border-radius:15px;
  }

  .wn-footer-socials i{
    font-size:1.42rem;
  }

  .wn-footer-socials .x-svg{
    width:19px;
    height:19px;
  }
}