footer{background-color:var(--background);border-top:1px solid var(--border);width:100%}footer .width{flex-direction:column;justify-content:space-between;padding:40px;display:flex}.copyright{text-align:left;opacity:.5;font-size:14px}.footer-sections{gap:70px;display:flex}.footer-section{flex-direction:column;gap:20px;display:flex}.footer-section ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.footer-section a{color:var(--text);padding:2px 0;font-weight:500;text-decoration:none}.footer-section a:hover{color:var(--primary);border-bottom:1px solid var(--primary)}.footer-branding{max-width:200px}@media screen and (max-width:768px){footer .width{gap:30px;padding:60px}.footer-sections{flex-direction:column;gap:30px}.footer-branding{max-width:none}}
