/* Site footer — app purple brand */
.app-footer {
    background: #5D2678;
    color: #ffffff;
    margin-top: auto;
}

.app-footer a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: color 0.15s ease;
}

.app-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.app-footer-brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 143px;
    max-height: 100%;
    object-fit: contain;
}

.app-footer-brand-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-footer-brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.app-footer-brand-link:hover {
    text-decoration: none;
}

.app-footer-heading {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.app-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-footer-links li + li {
    margin-top: 0.2rem;
}

.app-footer-links a {
    font-size: 0.82rem;
    line-height: 1.35;
}

.app-footer-social {
    display: flex;
    gap: 0.5rem;
    margin-top: 0;
}

.app-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
}

.app-footer-social a span[aria-hidden="true"] {
    font-size: 0.95rem;
}

.app-footer-social a:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    text-decoration: none;
}

.app-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 0.65rem;
    margin-top: 0.65rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.72);
}

.app-footer-meta-sep {
    margin: 0 0.35rem;
    opacity: 0.65;
}

.app-footer-disclaimer {
    font-size: 0.68rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.58);
    margin-top: 0.35rem;
}

@media (max-width: 575.98px) {
    .app-footer-brand-logo {
        max-width: 114px;
    }

    .app-footer-links a {
        font-size: 0.78rem;
    }
}
