        /* Footer */
        .footer { color: #8c98a3; background: #050b11; border-top: 1px solid rgba(255,255,255,.08); }
        .footer-top { display: flex; justify-content: space-between; gap: 50px; padding: 54px 0 38px; }
        .footer-brand img { width: 100px; max-height: 35px; object-fit: contain; object-position: left; }
        .footer-brand p { margin: 18px 0 0; font-size: .9rem; line-height: 1.75; }
        .footer-email { display: inline-block; margin-top: 13px; color: #c5d0d9; font-size: .9rem; font-weight: 700; }
        .footer-email:hover { color: #fff; }
        .footer-links { display: flex; gap: 30px; align-items: flex-start; font-size: .9rem; }
        .footer-links a:hover { color: #fff; }
        .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.07); font: 600 .76rem "Manrope", sans-serif; letter-spacing: .04em; }