.site-footer{position:relative;background-color:var(--color-primary);border-top:1px solid rgba(255,255,255,.1);padding:4rem 2rem 2rem;margin-top:6rem;z-index:9;clip-path:polygon(0% -5000%,100% -5000%,100% 100%,0% 100%)}.footer-mascot-container{position:absolute;bottom:0;left:0;width:400px;height:auto;pointer-events:none;z-index:1}.footer-mascot-img{width:100%;height:auto;display:block;transform-origin:bottom center}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;position:relative;z-index:10}.footer-brand,.footer-links-col{flex:0 1 auto}.footer-brand h3{font-family:var(--font-orbitron);font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:1rem}.footer-brand p{font-family:var(--font-space-grotesk);color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.footer-links-col h4{font-family:var(--font-orbitron);font-size:1.1rem;font-weight:600;color:var(--color-text);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.footer-links-list{list-style:none;padding:0}.footer-links-list li{margin-bottom:.8rem}.footer-link{font-family:var(--font-space-grotesk);color:var(--color-text-muted);text-decoration:none;transition:var(--transition-base);font-size:.95rem}.footer-link:hover{color:var(--color-accent);padding-left:5px}.footer-socials{display:flex;gap:1rem;margin-top:1rem}@media (max-width:768px){.footer-content{flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:2rem}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-socials{justify-content:center;margin-bottom:1rem}.footer-links-col{width:100%}.footer-mascot-container{width:300px;left:-50px;bottom:0;opacity:.5}}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.05);color:var(--color-text);text-decoration:none;transition:var(--transition-base);border:1px solid rgba(255,255,255,.1)}.social-link:hover{background:var(--color-accent);color:#fff;transform:translateY(-3px);border-color:var(--color-accent)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;text-align:center;font-family:var(--font-space-grotesk);font-size:.85rem;color:#666;gap:.5rem}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}.site-footer{padding-left:0;padding-right:0}.footer-content{padding-left:2rem;padding-right:2rem}}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1}