/* Fix for multi-page architecture - show content on individual pages */
.academy-page #academy,
.labs-page #labs,
.about-page #about,
.legal-page #legal,
.newsletter-page #newsletter,
.glossary-page #glossary {
    display: block !important;
}

/* Alternative: Show all page-sections on individual pages */
body:not(.spa-mode) .page-section {
    display: block !important;
}
