/* footer.css */
footer{background:var(--slate-dark);padding:64px 5% 0;color:rgba(245,247,249,.6)}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px}
.footer-brand-desc{font-size:15px;color:rgba(245,247,249,.75);font-weight:300;line-height:1.7;margin-bottom:20px;max-width:280px}
.footer-contact{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.footer-contact a{font-size:15px;color:rgba(245,247,249,.5);text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s;padding:6px 0;min-height:44px}
.footer-contact a:hover{color:rgba(245,247,249,.9)}
.footer-trusted{display:flex;align-items:center;gap:8px}
.footer-trusted-dot{width:8px;height:8px;border-radius:50%;background:var(--sage);animation:pulse 2s infinite}
.footer-trusted-text{font-family:var(--font-ui);font-size:15px;font-weight:600;color:rgba(245,247,249,.75);letter-spacing:.5px}
.footer-col-title{font-family:var(--font-ui);font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(245,247,249,.65);margin-bottom:16px}
.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}
.footer-links a{font-size:15px;color:rgba(245,247,249,.5);text-decoration:none;transition:color .2s;display:block;padding:10px 0}
.footer-links a:hover{color:rgba(245,247,249,.9)}
.footer-divider{height:1px;background:rgba(255,255,255,.06);margin:0 0 28px}
.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-bottom:32px}
.footer-copy{font-family:var(--font-ui);font-size:15px;color:rgba(245,247,249,.65);font-weight:600}
.footer-legal{display:flex;align-items:center;gap:12px;font-family:var(--font-ui);font-size:15px}
.footer-legal a{color:rgba(245,247,249,.75);text-decoration:none;transition:color .2s;padding:8px 0;display:inline-block}
.footer-legal a:hover{color:rgba(245,247,249,.8)}
.footer-legal span{color:rgba(245,247,249,.5)}
.footer-disclaimer{font-size:15px;color:rgba(245,247,249,.5);font-weight:300;line-height:1.6;max-width:600px}
@media(max-width:900px){.footer-top{grid-template-columns:1fr 1fr;gap:32px}}
@media(max-width:560px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:16px}}