.footer{background:var(--gray-900);color:var(--gray-300);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}@media (max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:span 2}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo img{width:48px;height:48px;border-radius:12px;object-fit:contain}.footer-logo span{font-size:1.5rem;font-weight:700;color:white}.footer-tagline{color:var(--gray-400);max-width:300px}.footer-contact,.footer-tagline{margin-bottom:1.5rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:var(--gray-400);transition:color var(--transition);margin-bottom:.5rem}.contact-item:hover{color:white}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius);background:var(--gray-800);color:var(--gray-400);transition:all var(--transition)}.social-links a:hover{background:var(--primary);color:white;transform:translateY(-2px)}.footer-links h4{color:white;font-size:1rem;margin-bottom:1.25rem}.footer-links ul li{margin-bottom:.75rem}.footer-links a{color:var(--gray-400);transition:color var(--transition)}.footer-links a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--gray-800);font-size:.875rem}.footer-credit a{color:var(--primary-light)}.footer-credit a:hover{text-decoration:underline}@media (max-width:480px){.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}