.landing-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    border-radius: 0;
    background: rgba(20, 27, 35, 0.92);
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.landing-footer .footer-copy {
    font-weight: 600;
    color: #ffffff;
}

.landing-footer a {
    color: #f4f4f4;
    text-decoration: none;
    font-weight: 600;
}

.landing-footer a:hover {
    color: #f0c85a;
    text-decoration: underline;
}

.landing-footer .footer-sep {
    opacity: 0.75;
}

@media (max-width: 768px) {
    .landing-footer {
        gap: 6px;
        padding: 8px 10px;
        font-size: 11px;
        line-height: 1.35;
        flex-wrap: wrap;
    }
}
