/* FOOTER */
footer { background:var(--green-dark); padding:40px 64px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; }
.footer-logo img { height: 90px; width: auto; display: block; object-fit: contain; background: white; border-radius: 8px; padding: 4px 6px; }
.footer-links { display:flex; gap:28px; flex-wrap:wrap; }
.footer-links a { color:rgba(238,238,224,0.5); text-decoration:none; font-size:13px; transition:color 0.3s; }
.footer-links a:hover { color:var(--cream); }
.footer-copy { font-size:12px; color:rgba(238,238,224,0.35); display:flex; flex-direction:column; align-items:flex-end; gap:5px; }
.footer-dev { font-size:11px; color:rgba(238,238,224,0.40); letter-spacing:0.04em; }
