/* Footer Styles - Based on Bark.us design */

footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 0 1.5rem 0;
}

/* Hide footer on blade system pages (they use full viewport height) */
body:has(.blade-container) footer {
    display: none;
}

footer .footer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

footer .footer-column h6 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

footer .footer-column ul li {
    margin-bottom: 0.5rem;
}

footer .footer-column ul li a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

footer .footer-column ul li a:hover {
    color: #ffffff;
}

footer .app-download-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

footer .app-store-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

footer .app-store-badge {
    height: 40px;
    width: auto;
    opacity: 0.5;
    cursor: not-allowed;
}

footer .google-play-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

footer .google-play-badge {
    height: 40px;
    width: auto;
    opacity: 0.5;
    cursor: not-allowed;
}

footer .coming-soon-text {
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    font-size: 0.75rem;
    font-style: italic;
}

footer .footer-bottom {
    border-top: 1px solid #333333;
    margin-top: 2rem;
    padding-top: 1.5rem;
    color: #b3b3b3;
    font-size: 0.75rem;
}

footer .footer-bottom a {
    color: #b3b3b3;
    text-decoration: none;
}

footer .footer-bottom a:hover {
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    footer .footer-column {
        margin-bottom: 2rem;
    }

    footer .app-download-buttons {
        margin-top: 1rem;
    }
}
