/* STIVO.ES — pie de página global (inyectado por footer.js) */

#stivo-site-footer.stivo-site-footer {
    margin-top: 3rem;
    padding: 0;
    border-top: 1px solid var(--border, #dee2e6);
    background: rgba(248, 249, 250, 0.97);
    backdrop-filter: blur(10px);
}

html.dark #stivo-site-footer.stivo-site-footer {
    border-top-color: var(--border, #2e2e2e);
    background: rgba(17, 17, 17, 0.96);
}

.stivo-site-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2.25rem 1.5rem 1.25rem;
}

/* Cabecera: marca + redes */
.stivo-footer-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid var(--border, #e5e7eb);
}

html.dark .stivo-footer-head {
    border-bottom-color: #2e2e2e;
}

.stivo-footer-brand-block {
    flex: 1;
    min-width: 200px;
    max-width: 360px;
}

.stivo-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--text, #111827);
    letter-spacing: -0.02em;
}

html.dark .stivo-footer-logo {
    color: #f3f4f6;
}

.stivo-footer-logo img {
    height: 36px;
    width: auto;
    border-radius: 10%;
    object-fit: contain;
}

.stivo-footer-logo span {
    color: var(--accent, #059669);
}

html.dark .stivo-footer-logo span {
    color: var(--accent, #34d399);
}

.stivo-footer-lead {
    margin: 0.65rem 0 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--text-secondary, #4b5563);
}

html.dark .stivo-footer-lead {
    color: #a1a1aa;
}

.stivo-footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.stivo-footer-social-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted, #9ca3af);
    width: 100%;
    margin-bottom: 0.15rem;
}

@media (min-width: 640px) {
    .stivo-footer-social-label {
        width: auto;
        margin-bottom: 0;
        margin-right: 0.35rem;
    }
}

.stivo-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: var(--text-secondary, #4b5563);
    background: var(--bg-card, #fff);
    border: 1px solid var(--border, #e5e7eb);
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.stivo-footer-social a:hover {
    color: var(--accent, #059669);
    border-color: var(--accent, #059669);
    background: var(--accent-light, #ecfdf5);
}

html.dark .stivo-footer-social a {
    background: #1a1a1a;
    border-color: #2e2e2e;
    color: #a1a1aa;
}

html.dark .stivo-footer-social a:hover {
    color: #34d399;
    border-color: #34d399;
    background: rgba(52, 211, 153, 0.08);
}

.stivo-footer-social svg {
    width: 18px;
    height: 18px;
}

/* Columnas */
.stivo-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.25rem;
}

@media (min-width: 900px) {
    .stivo-footer-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem 2rem;
    }
}

.stivo-footer-col h3 {
    margin: 0 0 0.75rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--text, #111827);
}

html.dark .stivo-footer-col h3 {
    color: #f3f4f6;
}

.stivo-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stivo-footer-col li {
    margin: 0 0 0.45rem;
}

.stivo-footer-col a {
    font-size: 0.84rem;
    color: var(--text-secondary, #4b5563);
    text-decoration: none;
    line-height: 1.45;
    transition: color 0.12s;
}

.stivo-footer-col a:hover {
    color: var(--accent, #059669);
}

html.dark .stivo-footer-col a {
    color: #a1a1aa;
}

html.dark .stivo-footer-col a:hover {
    color: #34d399;
}

.stivo-footer-col a.stivo-footer-soon {
    opacity: 0.75;
    cursor: help;
}

/* Barra inferior legal */
.stivo-footer-bottom {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border, #e5e7eb);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
}

html.dark .stivo-footer-bottom {
    border-top-color: #2e2e2e;
}

.stivo-site-footer-nav {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.65rem;
    font-size: 0.8rem;
}

.stivo-site-footer-nav a {
    color: var(--accent, #059669);
    font-weight: 600;
    text-decoration: none;
}

.stivo-site-footer-nav a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

html.dark .stivo-site-footer-nav a {
    color: var(--accent, #34d399);
}

.stivo-site-footer-sep {
    color: var(--text-muted, #9ca3af);
    user-select: none;
    opacity: 0.7;
}

.stivo-footer-copy {
    margin: 0;
    font-size: 0.78rem;
    color: var(--text-muted, #9ca3af);
}

body.legal-page #stivo-site-footer.stivo-site-footer {
    margin-top: 1.5rem;
}
