/* ==========================================================================
   FOOTER STYLES - PURE BLACK LIQUID GLASS SAAS THEME
   ========================================================================== */

.site-footer {
    background: #000000 !important;
    color: #ffffff !important;
    margin-top: 60px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.05) !important;
    font-family: 'Alice', serif !important;
}

.footer-main {
    padding: 56px 32px 48px !important;
}

.footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
    gap: 36px !important;
}

.footer-brand {
    max-width: 100% !important;
}

.footer-logo-text {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    font-family: 'Alice', serif !important;
    background: linear-gradient(180deg, #ffffff 40%, rgba(255, 255, 255, 0.7) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
}

.footer-brand p {
    margin-top: 0;
    line-height: 1.8;
    color: #ffffff;
    font-size: 0.95rem;
}

/* Liquid Glass Brand Description */
.footer-description {
    color: #ffffff !important;
    font-size: 0.93rem !important;
    line-height: 1.75 !important;
    font-family: 'Alice', serif !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 50%, rgba(255, 255, 255, 0.03) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.4), 0 4px 16px rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    padding: 16px 20px !important;
    border-radius: 14px !important;
    letter-spacing: 0.2px !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.footer-column {
    padding: 0 !important;
}

.footer-heading {
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    font-family: 'Alice', serif !important;
    margin: 0 0 20px !important;
    padding-bottom: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    color: #ffffff !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.14) !important;
    width: fit-content;
}

.footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-links li {
    margin-bottom: 10px !important;
    list-style: none !important;
}

.footer-links a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 0.92rem !important;
    font-weight: 450 !important;
    font-family: 'Alice', serif !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline-block !important;
}

.footer-links a:hover {
    color: #ffffff !important;
    transform: translateX(4px) !important;
    text-shadow: none !important;
}

/* ==========================================================================
   FOOTER BOTTOM - LIQUID GLASS BAR
   ========================================================================== */

.footer-bottom {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.012) 50%, rgba(0, 0, 0, 0.6) 100%) !important;
    padding: 20px 32px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.14), 0 -4px 24px rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
}

.footer-bottom .footer-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
}

.copyright,
.developer {
    color: #ffffff !important;
    font-size: 0.88rem !important;
    font-family: 'Alice', serif !important;
    margin: 0 !important;
    letter-spacing: 0.2px;
}

.copyright strong {
    color: #ffffff !important;
    font-weight: 600 !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
}

.dev-name {
    color: #ffffff !important;
    font-weight: 600 !important;
    background: linear-gradient(135deg, #ffffff 40%, #cbd5e1 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: none !important;
    letter-spacing: 0.3px;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: 1fr 1fr !important;
        gap: 32px !important;
    }

    .footer-brand {
        grid-column: span 2 !important;
        max-width: 100% !important;
    }
}

@media (max-width: 600px) {
    .footer-main {
        padding: 40px 20px 32px !important;
    }

    .footer-container {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        gap: 28px !important;
    }

    .footer-brand {
        grid-column: span 1 !important;
    }

    .footer-bottom {
        padding: 18px 20px !important;
    }

    .footer-bottom .footer-container {
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .footer-heading {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* ==========================================================================
   STICKY FOOTER LAYOUT
   ========================================================================== */
#page {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

.site-content {
    flex: 1 !important;
    width: 100%;
}