.app-footer {
    background: linear-gradient(135deg, #2c5364 0%, #1e3a47 100%);
    border-top: 3px solid #3b8fd6;
    padding: 2rem 1rem;
    text-align: center !important;
}

.app-footer * {
    text-align: center !important;
}

.app-footer__inner {
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
}

.app-footer__logo {
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: center;
}

.app-footer__logo-img {
    max-width: 14rem;
    height: auto;
    display: block;
    opacity: 0.95;
}

.app-footer__meta {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 auto 1rem;
    text-align: center !important;
    max-width: 100%;
    width: 100%;
}

.app-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.app-footer__links a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    padding: 0.25rem 0;
    border-bottom: 2px solid transparent;
}

.app-footer__links a:hover {
    color: #4dd4d4;
    border-bottom-color: #4dd4d4;
}
