footer {
    margin-top: auto !important;
    background: #10121f !important;
    color: #f1f2fb !important;
    padding: 36px 0 44px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

footer .container {
    width: 100% !important;
    max-width: 1220px !important;
    margin: 0 auto !important;
    padding: 0 28px !important;
}

footer .footer-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
    text-align: center !important;
}

footer .footer-company-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    align-items: center !important;
    font-size: 0.95rem !important;
    color: #d0d2ff !important;
    justify-content: center !important;
}

footer .footer-company-links span {
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
}

footer .footer-company-links a {
    color: #d0d2ff !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

footer .footer-company-links a:hover {
    color: #ffffff !important;
}

footer .footer-brand-line {
    font-size: 0.96rem !important;
    font-weight: 500 !important;
}

footer .footer-credits {
    max-width: 720px !important;
    font-size: 0.9rem !important;
    color: #b8bbff !important;
}

footer .footer-credits a {
    color: #9aa5ff !important;
    text-decoration: underline !important;
}

footer .footer-credits a:hover {
    color: #ffffff !important;
}
