/* =============================================
   FOOTER - Dark Tech Style
   ============================================= */

.footer {
    background: #050510;
    padding: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand .brand-logo {
    height: 45px;
    object-fit: contain;
}

.footer-brand .brand-text {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
}

.footer-desc {
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.6;
}

.footer-title {
    color: #e2e8f0;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

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

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #475569;
    text-decoration: none;
    font-size: 0.88rem;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #818cf8;
    padding-left: 4px;
}

.btn-footer-access {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.3);
    color: #a5b4fc;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-footer-access:hover {
    background: rgba(99, 102, 241, 0.2);
    color: #c7d2fe;
    transform: translateY(-1px);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.3);
    color: #818cf8;
    transform: translateY(-2px);
}

.footer-bottom {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom p {
    margin: 0;
    color: #334155;
    font-size: 0.82rem;
}

.footer-status {
    color: #334155;
    font-size: 0.82rem;
}

/* Manager access button (legacy compatibility) */
.manager-access-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.3);
    color: #a5b4fc;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.manager-access-btn:hover {
    background: rgba(99, 102, 241, 0.2);
    color: #c7d2fe;
}

/* Responsive */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 0;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .text-md-end {
        text-align: center !important;
        margin-top: 8px;
    }
}
