.footer{background:transparent;border-top:1px solid hsla(0,0%,100%,.08);padding:80px 20px 32px;margin-top:0}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;max-width:1100px;width:calc(100% - 40px);margin:0 auto 48px}.footer-left{display:flex;flex-direction:column;gap:16px;max-width:280px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-logo{width:36px;height:36px;border-radius:50%;object-fit:cover}.footer-brand-text{font-size:20px;font-weight:600;color:var(--text-primary)}.footer-brand-lol{color:var(--accent-primary);font-weight:600}.footer-description{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.footer-links{display:flex;gap:48px}.footer-column{display:flex;flex-direction:column;gap:12px;min-width:100px}.footer-column h3{font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.footer-column a{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:400;display:block;transition:color .2s ease}.footer-column a:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding-top:24px;text-align:center;max-width:1100px;margin:0 auto}.footer-bottom p{font-size:13px;color:var(--text-muted);margin:0;font-weight:400}@media (max-width:768px){.footer{padding:60px 20px 24px}.footer-content{flex-direction:column;gap:40px;align-items:center;text-align:center}.footer-left{align-items:center;max-width:none}.footer-brand{justify-content:center}.footer-description{text-align:center;max-width:300px}.footer-links{flex-wrap:wrap;justify-content:center;gap:32px}.footer-column{align-items:center;text-align:center;min-width:120px}.footer-bottom{padding-top:20px}}@media (max-width:480px){.footer{padding:48px 16px 20px}.footer-content{gap:32px}.footer-links{flex-direction:column;gap:24px}.footer-column{gap:10px}}