
.neuro-footer-wrapper {
    background-color: #f4f4f1;
    padding: 40px 8%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #444;
    border-top: 1px solid #e0e0dd;
}

.neuro-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.neuro-footer-left {
    max-width: 420px;
}

.nf-logo-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.nf-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nf-logo-placeholder {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #b6b29f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #6c6a55;
}

.nf-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.nf-tagline {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.nf-social {
    display: flex;
    gap: 10px;
}

.nf-social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c3c0b0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
}

.nf-icon-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6c6a55;
}

.nf-social-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.neuro-footer-right {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.nf-column h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9a9784;
    margin: 0 0 10px;
}

.nf-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nf-column li {
    margin-bottom: 4px;
}

.nf-column a,
.nf-column span {
    font-size: 13px;
    color: #4f4d3c;
    text-decoration: none;
}

.nf-column a:hover {
    text-decoration: underline;
}

.neuro-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #e0e0dd;
    padding-top: 15px;
    font-size: 11px;
    color: #8c8975;
    flex-wrap: wrap;
}

.nf-bottom-right a {
    margin-left: 8px;
    font-size: 11px;
    color: #8c8975;
    text-decoration: none;
}

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

.nf-bottom-sep {
    margin: 0 6px;
}

@media (max-width: 900px) {
    .neuro-footer-inner {
        flex-direction: column;
        gap: 30px;
    }

    .neuro-footer-right {
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .neuro-footer-wrapper {
        padding: 30px 20px;
    }

    .neuro-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .nf-bottom-right a {
        margin-left: 0;
        margin-right: 10px;
    }
}


/* Footer fijo abajo de la ventana */
.neuro-footer-wrapper.neuro-footer-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
