/* Shared site footer – use with components/site-footer.js */

#site-footer-root {
    margin-top: auto;
}

.site-footer {
    background: rgba(5, 5, 8, 0.98);
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    padding: 48px 20px 32px;
    margin-top: 48px;
}

.site-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.site-footer-top {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 32px 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.site-footer-brand {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-footer-brand .site-footer-tagline {
    margin-left: auto;
    margin-right: auto;
}

.site-footer-brand a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #e2e8f0;
    font-weight: 700;
    font-size: 1rem;
    gap: 10px;
    transition: color 0.15s;
}

.site-footer-brand a:hover {
    color: #fff;
}

.site-footer-brand img {
    height: 36px;
    width: auto;
    display: block;
}

.site-footer-tagline {
    font-size: 0.8125rem;
    color: #64748b;
    margin-top: 6px;
    max-width: 220px;
}

.site-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 40px;
    align-items: flex-start;
    justify-content: center;
}

.site-footer-col h4 {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 12px;
}

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

.site-footer-col li {
    margin-bottom: 8px;
}

.site-footer-col a {
    font-size: 0.9375rem;
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.15s;
}

.site-footer-col a:hover {
    color: #e2e8f0;
}

.site-footer-bottom {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px;
    padding-top: 24px;
    text-align: center;
}

.site-footer-copy {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

.site-footer-platform {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 56px 32px 40px;
        margin-top: 64px;
    }
    .site-footer-top {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 48px 64px;
        padding-bottom: 40px;
    }
    .site-footer-brand {
        align-items: flex-start;
    }
    .site-footer-brand .site-footer-tagline {
        margin-left: 0;
        margin-right: 0;
    }
    .site-footer-nav {
        justify-content: flex-start;
    }
    .site-footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
    .site-footer-brand img {
        height: 40px;
    }
    .site-footer-tagline {
        font-size: 0.875rem;
    }
}
