/* Wenetech Academy Site Footer v0.1.0
   Scope: EduPress site footer only.
   Purpose: compact branded Academy footer without editing WordPress core,
   LearnPress core/templates, EduPress parent theme files, or the approved
   Wenetech Academy Learning Interface plugin. */

.site-footer{
  background:#06172a!important;
  border-top:3px solid #d9b760!important;
  color:rgba(255,255,255,.76)!important;
  text-align:center!important;
}

.site-footer .wrapper-footer{
  margin:0 auto!important;
  padding:24px 24px 0!important;
  text-align:center!important;
}

.site-footer #site-tertiary.pre-footer{
  margin:0!important;
  padding:0!important;
  text-align:center!important;
}

.site-footer .pre-footer .ilovewp-columns{
  display:block!important;
  margin:0!important;
  padding:0!important;
}

.site-footer .pre-footer .ilovewp-column,
.site-footer .pre-footer .ilovewp-column-wrapper{
  margin:0!important;
  padding:0!important;
}

/* Existing utility widgets in sidebar-footer-1 contain working CSS/scripts.
   Collapse only their visual wrappers; do not remove, move, disable or hide
   the new .wta-site-footer branded block. */
.site-footer #block-7,
.site-footer #block-8,
.site-footer #block-9,
.site-footer #block-10,
.site-footer #block-11{
  border:0!important;
  font-size:0!important;
  height:0!important;
  line-height:0!important;
  margin:0!important;
  min-height:0!important;
  overflow:hidden!important;
  padding:0!important;
}

.site-footer .wta-site-footer{
  border:1px solid rgba(217,183,96,.22)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg, rgba(255,255,255,.055), rgba(15,143,95,.08))!important;
  box-shadow:0 16px 34px rgba(0,0,0,.16)!important;
  margin:0 auto 20px!important;
  max-width:1120px!important;
  padding:22px 24px!important;
  text-align:center!important;
}

.site-footer .wta-site-footer__eyebrow,
.site-footer .wta-site-footer__company p{
  color:#ffffff!important;
  font-size:1.1rem!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  line-height:1.2!important;
  margin:0!important;
  text-transform:uppercase!important;
}

.site-footer .wta-site-footer__tagline{
  color:rgba(219,231,243,.86)!important;
  font-size:.98rem!important;
  line-height:1.55!important;
  margin:.45rem auto 0!important;
  max-width:680px!important;
}

.site-footer .wta-site-footer__links{
  align-items:center!important;
  color:rgba(219,231,243,.78)!important;
  display:flex!important;
  flex-wrap:wrap!important;
  font-size:.94rem!important;
  gap:.45rem!important;
  justify-content:center!important;
  line-height:1.45!important;
  margin:1.05rem auto!important;
}

.site-footer .wta-site-footer__links-label{
  color:#d9b760!important;
  font-weight:850!important;
  margin-right:.25rem!important;
}

.site-footer .wta-site-footer__links a{
  color:#ffffff!important;
  font-weight:750!important;
  text-decoration:none!important;
}

.site-footer .wta-site-footer__links a:hover,
.site-footer .wta-site-footer__links a:focus{
  color:#7ee0b3!important;
  text-decoration:none!important;
}

.site-footer .wta-site-footer__company{
  border-top:1px solid rgba(217,183,96,.18)!important;
  margin:1rem auto 0!important;
  padding-top:.95rem!important;
}

.site-footer .wta-site-footer__company span{
  color:rgba(219,231,243,.8)!important;
  display:block!important;
  font-size:.92rem!important;
  line-height:1.45!important;
  margin-top:.3rem!important;
}

.site-footer .wrapper-copy{
  border-top:1px solid rgba(217,183,96,.18)!important;
  font-size:.9rem!important;
  padding:14px 24px 18px!important;
}

.site-footer .wrapper-copy > .wrapper{
  text-align:center!important;
}

.site-footer .copy{
  color:rgba(219,231,243,.8)!important;
  font-size:0!important;
  line-height:1.45!important;
  margin:0!important;
}

.site-footer .copy::before{
  content:"© 2026 Wenetech Academy. All Rights Reserved.";
  font-size:.9rem!important;
}

.site-footer .copy-ilovewp,
.site-footer .theme-credit{
  display:none!important;
}

@media (max-width: 720px){
  .site-footer .wrapper-footer{
    padding:18px 16px 0!important;
  }

  .site-footer .wta-site-footer{
    border-radius:14px!important;
    margin-bottom:14px!important;
    padding:18px 16px!important;
  }

  .site-footer .wta-site-footer__links{
    gap:.35rem!important;
    margin:.95rem auto!important;
  }

  .site-footer .wrapper-copy{
    padding:12px 16px 16px!important;
  }
}
