/* 
   ORIZON GRADUACIONES - DESKTOP GUARDS v1.0
   Separated from index.html to protect Desktop layout stability.
   All changes here affect ONLY screens larger than 901px.
*/

@media (min-width: 901px) {
    #mobile-menu-btn {
        display: none !important;
    }

    .nav-links {
        position: static !important;
        height: auto !important;
        width: auto !important;
        background: transparent !important;
        flex-direction: row !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nav-actions {
        display: flex !important;
        margin: 0 !important;
    }

    .mobile-social-menu {
        display: none !important;
    }

    .compass-item,
    .compass-center {
        display: block !important;
    }

    .mobile-only-item {
        display: none !important;
    }

    /* 
       NOTE: Originally we hid .services-details-stack here, 
       but we removed that rule to allow text descriptions on desktop.
       Keeping this block for future desktop-specific constraints.
    */

    /* DASHBOARD GUARDS */
    .mobile-dashboard-header {
        display: none !important;
    }
}