/* Footer Luxe */
.footer-luxe {
    background: linear-gradient(135deg, rgba(36, 1, 41, 0.98) 0%, rgba(0, 0, 0, 0.95) 100%);
    color: rgba(255, 255, 255, 0.8);
    padding: 60px 0 0;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    font-size: 0.9rem;
}

.footer-luxe .footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-luxe .footer-logo img {
    max-height: 50px;
    margin-bottom: 1.5rem;
}

.footer-luxe h5 {
    font-family: 'Playfair Display', serif;
    color: var(--pb-gold);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.footer-luxe .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    margin-bottom: 0.8rem;
    transition: all 0.3s ease;
}

.footer-luxe .footer-links a:hover {
    color: white;
    transform: translateX(5px);
}

.footer-luxe .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    margin-right: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-luxe .social-links a:hover {
    background: var(--pb-gold);
    color: var(--pb-primary);
    transform: translateY(-3px);
}

.footer-luxe .footer-bottom {
    padding: 20px 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

@media (max-width: 576px) {
    .footer-bottom .footer-dev {
        display: block;
        margin-bottom: 2px;
    }
    .footer-bottom .footer-web {
        display: block;
        margin-top: 0;
    }
}
