.footer {
    background: #152846;
    color: rgba(255,255,255,0.75);
}

.footer-content {
    padding: 50px 0 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-brand h3 {
    color: #fff;
    margin-bottom: 8px;
}

.footer-brand p {
    color: var(--accent-bronze);
}

.footer-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-links a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
}

.demo-note {
    margin-top: 6px;
    color: rgba(255,255,255,0.55);
}
