.site-footer{background:hsl(var(--card));border-top:1px solid hsl(var(--border) / .5);margin-top:auto}.footer-container{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1280px;margin:0 auto;padding:3rem 1.5rem}@media (min-width:640px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-container{grid-template-columns:2fr repeat(3,1fr)}}.footer-brand{max-width:280px}.footer-logo{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:.75rem}.footer-logo-icon{width:28px;height:28px;color:hsl(var(--primary))}.footer-logo-text{font-size:1.125rem;font-weight:700;color:hsl(var(--foreground))}.footer-tagline{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--foreground));margin-bottom:.25rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.875rem;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:hsl(var(--primary))}.footer-bottom{border-top:1px solid hsl(var(--border) / .3);padding:1.25rem 1.5rem}.footer-bottom-content{max-width:1280px;margin:0 auto;text-align:center}.footer-copyright{font-size:.8125rem;color:hsl(var(--muted-foreground))}.footer-copyright a{color:hsl(var(--primary));text-decoration:none}.footer-copyright a:hover{text-decoration:underline}