#footer {
    text-align: center;
    color: #bbb;
    font-size: 0.9rem;
    font-family: 'KoddiUDOnGothic-Regular', sans-serif;
    z-index: 100;
    line-height: 1.5;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #88ccff;
    text-decoration: underline;
}

#footer a:hover {
    color: white;
}

#footer .footer-sep {
    color: #333;
    margin: 0 5px;
}

/* Fixed footer style (for main page, balance, swim) */
.footer-fixed #footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    padding: 15px 0;
    pointer-events: auto;
}

/* Static footer style (for manual, haiyuki_web) */
.footer-static #footer {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #444;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    #footer {
        font-size: 0.75rem;
    }

    .desktop-only {
        display: none;
    }
}