.footer-container{background-color:rgba(255,255,255,.8);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex}.columns{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;max-width:800px;display:flex}.column{flex-direction:column;flex:1;align-items:flex-start;min-width:200px;display:flex}.title,.quick-links-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.description{font-size:.9rem;font-weight:400;line-height:1.4}.menu{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;margin:0;padding:0;list-style:none;display:grid}.link{color:#000;white-space:nowrap;font-size:1rem;font-weight:500;text-decoration:none}.social-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin:1rem 0;display:flex}.social-link{transition:transform .2s;display:inline-flex}.social-link:hover{transform:scale(1.1)}.social-icon{width:32px;height:32px}.divider{border:.5px solid #333;width:100%}.footer-texts{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (max-width:640px){.menu{grid-template-columns:1fr}.columns{gap:1rem}.social-links{flex-direction:column}}
