footer{display:block;background:var(--text-color);color:var(--bg-color);padding:3rem 2rem;margin:0 -2rem -2rem;position:relative;z-index:3;overflow:hidden;text-align:center}
.footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto 2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.2)}
.footer-top{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:1.5rem}
.footer-logo{display:flex;align-items:center;gap:1rem;font-family:var(--heading-font);font-variant-ligatures:none}
.footer-logo img{width:40px;height:40px}
.footer-header-text{display:flex;flex-direction:column;font-size:.9rem;line-height:1}
.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}
.footer-socials{display:flex;gap:.5rem}
footer h4{display:none}
footer a{color:var(--bg-color);text-decoration:none;transition:color .3s ease}
footer a:hover{color:var(--wca-cyan)}
.footer-socials a{padding:.5rem}
.footer-socials i{font-size: 1.25rem; vertical-align: middle;}
.footer-bottom{text-align:center;font-size:.9rem;color:rgba(255,255,255,.5);margin:0}
.footer-big-text{font-family:var(--heading-font);font-size:clamp(8rem,30vw,20rem);line-height:.8;color:rgba(255,255,255,.05);position:absolute;bottom:-2rem;left:50%;transform:translateX(-50%);width:100%;text-align:center;pointer-events:none;font-variant-ligatures:none}