.site-footer{background-color:var(--base-500);color:var(--base-200);padding:5rem 0 2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-grid{display:grid;grid-template-columns:1fr minmax(300px,1fr) 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:4rem}.footer-col-title{color:var(--base-100);font-size:1rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em;opacity:.9}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-link{display:flex;align-items:center;gap:.75rem;color:var(--base-350);text-decoration:none;transition:all .3s ease;font-size:.95rem;line-height:1.4}a.footer-link:hover{color:var(--base-100);transform:translateX(4px)}.link-icon{display:flex;align-items:center;justify-content:center;width:24px}.link-icon img{width:100%;height:auto;max-height:24px;object-fit:contain;opacity:.7;transition:opacity .3s ease;filter:brightness(0) invert(1)}a.footer-link:hover .link-icon img{opacity:1}.info-col{display:flex;flex-direction:column;gap:1.5rem}.footer-logo .logo-img{height:32px;width:auto;object-fit:contain}.slogan{font-size:.9rem;line-height:1.6;color:var(--base-350);max-width:300px}.qr-code{margin-top:.5rem}.qr-code img{width:100px;height:100px;border-radius:4px;background-color:white;padding:4px}.footer-channels{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem}.channel-item{display:flex;flex-direction:column;gap:.5rem}.channel-link-wrapper{display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit;transition:opacity .3s ease}.channel-link-wrapper:hover{opacity:.8}.channel-info{gap:.5rem}.channel-icon,.channel-info{display:flex;align-items:center}.channel-icon{width:20px;height:20px;justify-content:center}.channel-icon img{width:100%;height:100%;object-fit:contain;opacity:.8}.channel-name{color:var(--base-100);font-size:.85rem;font-weight:500;opacity:.9}.channel-qr{width:80px;height:80px;background-color:var(--base-500);padding:6px;border-radius:6px;overflow:hidden}.channel-qr img{width:100%;height:100%;object-fit:contain;display:block}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center;font-size:.85rem;color:var(--base-400)}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}}@media (max-width:600px){.site-footer{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:3rem}}