.footer {
    background: #1d427d;
    color: #e8eef6;
    padding: 40px 24px;
    margin-top: 8px;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
    justify-content: center;
}

.footer-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-logo {
    display: block;
    filter: brightness(0) invert(1);
    margin-bottom: 12px;
}

.footer-tagline {
    font-size: 14px;
    line-height: 1.5;
    max-width: 280px;
    color: #dbe4f0;
    text-align: center;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 48px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.footer-nav a:hover {
    text-decoration: underline;
}