.footer-4{background:var(--black);padding:80px 5% 40px;text-align:center}.footer-4 .logo{font-family:var(--font-display);width:80px;font-weight:700;color:var(--white);margin-bottom:24px;display:block}.footer-4 .logo span{color:var(--accent)}.footer-4 .tagline{color:var(--gray-500);font-size:1rem;margin-bottom:40px}.footer-4 nav{display:flex;justify-content:center;gap:40px;margin-bottom:40px;flex-wrap:wrap}.footer-4 nav a{color:var(--white);text-decoration:none;font-size:.95rem;font-weight:500;transition:color 0.3s}.footer-4 nav a:hover{color:var(--accent)}.footer-4 .social{display:flex;justify-content:center;gap:20px;margin-bottom:50px}.footer-4 .social a{width:44px;height:44px;background:rgba(255,255,255,.05);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-500);transition:all 0.3s}.footer-4 .social a:hover{background:var(--accent);color:var(--black)}.footer-4 .social svg{width:20px;height:20px}.footer-4 .bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.footer-4 .bottom p{color:var(--gray-600);font-size:.85rem}