/* ── SITE FOOTER ── */
.app-footer {
    background: #1a202c;
    color: #a0aec0;
    padding: 40px 5% 20px;
    font-size: 0.9rem;
    margin-top: auto;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.footer-brand {
    flex: 1 1 220px;
    min-width: 200px;
}

.footer-brand-link {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
}

.footer-brand-link img {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    object-fit: contain;
}

.footer-tagline {
    margin: 10px 0 0;
    color: #718096;
    font-size: 0.85rem;
    line-height: 1.5;
    max-width: 260px;
}

.footer-col {
    flex: 1 1 140px;
    min-width: 140px;
    display: flex;
    flex-direction: column;
}

.footer-col h4 {
    margin: 0 0 12px;
    color: #e2e8f0;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.footer-col a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 0.88rem;
    padding: 4px 0;
    display: inline-block;
}

.footer-col a:hover {
    color: #667eea;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 16px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8rem;
    color: #718096;
}

.footer-bottom a {
    color: #a0aec0;
    text-decoration: none;
}

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