.footer-wrapper{background:#fff;color:#222;font-family:Inter,sans-serif;padding:60px 1rem 20px}.footer-container{display:flex;flex-direction:row;gap:9rem;justify-content:space-between;margin:0 auto;max-width:1300px}.footer-brand{display:flex;flex:1 1 25%;flex-direction:column;gap:2rem}.footer-logo{margin-bottom:15px;max-width:300px}.footer-bottom{align-items:center;border-top:1px solid #eaeaea;display:flex;justify-content:space-between;margin:3rem auto 1rem;max-width:1300px;padding-top:20px}.social-links a{color:#666;margin-left:15px;text-decoration:none}.social-links a:hover{color:#000}.footer-links{display:grid;gap:40px;grid-template-columns:repeat(3,1fr);width:100%}.footer-column,.footer-links{box-sizing:border-box}.footer-column h4{font-weight:600;margin-bottom:10px}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column ul li{margin-bottom:6px}.footer-column ul li a{color:#555;text-decoration:none}.footer-column ul li a:hover{color:#000}@media (max-width:992px){.footer-links{grid-template-columns:repeat(2,1fr)}.footer-wrapper{padding-left:1rem;padding-right:1rem}}@media (max-width:640px){.footer-container{flex-direction:column;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column}}