.academy-footer {
    width: 100%;
    margin: 32px auto 0;
    padding: 18px 12px 8px;
    border-top: 1px solid rgba(100, 116, 139, 0.25);
    color: #64748b;
    font-family: "Segoe UI", sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 600px) {
    .academy-footer {
        margin-top: 24px;
        padding-top: 14px;
        font-size: 0.82rem;
    }
}
