.footer{background:var(--color-ink);color:#b8b3ab;padding:4rem 0 2rem}.footer-cta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem 2.5rem;padding-bottom:2.5rem;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer-cta-text h2{color:#fff;font-size:1.35rem;margin-bottom:.35rem}.footer-cta-text p{color:#b8b3ab;font-size:.95rem}.footer-cta-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.5rem}.footer-cta .btn-primary{background:var(--color-accent);color:#fff}.footer-cta .btn-primary:hover{background:var(--color-accent-dark)}.footer-cta-link{color:#e5e1da;font-size:.92rem;text-decoration:underline;text-underline-offset:3px}.footer-cta-link:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-bottom:3rem}.footer-col h3{color:#fff;font-size:1rem;margin-bottom:1rem}.footer-col p{color:#b8b3ab;font-size:.92rem;margin-bottom:.5rem}.footer-col a{display:block;color:#b8b3ab;font-size:.92rem;margin-bottom:.5rem;transition:color .2s}.footer-col p a{display:inline}.footer-col a:hover{color:#fff}.footer-col strong{color:#e5e1da}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#8a857d;font-size:.85rem}@media(max-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}
