﻿/* =========================================================
   FOOTER PREMIUM
   ========================================================= */
.site-footer {
    background: linear-gradient(180deg, #1c120c, #120b07);
    color: #d8cfc6;
    font-size: 0.9rem;
    padding: 1.6rem 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

    .site-footer .container {
        max-width: 1200px;
    }

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    justify-content: space-between;
    align-items: center;
}

/* Bloques */
.footer-block {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

/* Marca */
.footer-brand {
    font-weight: 700;
    color: #fff;
}

.footer-meta {
    font-size: 0.82rem;
    color: #b8a99b;
}

/* Certificación */
.footer-cert {
    color: #e4a769;
    font-weight: 600;
}

    .footer-cert i {
        font-size: 1rem;
        margin-right: 0.25rem;
    }

/* Desarrollo */
.footer-dev {
    font-size: 0.82rem;
    color: #b8a99b;
}

    .footer-dev a {
        color: #e4a769;
        font-weight: 700;
        text-decoration: none;
        transition: color .2s ease;
    }

        .footer-dev a:hover {
            color: #ffd7aa;
        }

.footer-dev-sep {
    margin: 0 0.25rem;
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-grid {
        flex-direction: column;
        text-align: center;
    }

    .footer-block {
        justify-content: center;
    }
}
