/* Desktop Styles (Min-width: 1025px) */

.header-sticky {
    position: sticky;
    top: 0;
    z-index: 1020;
    width: 100%;
}

.hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 95vh;
    padding: 2rem;
}

.card-premium,
.card-theme {
    width: 100%;
    max-width: 500px;
    /* Limit width */
}

.home-hero {
    justify-content: center;
    align-items: center;
}

.navbar-brand img {
    height: 50px;
}

/* Compact navbar for cockpit view */
.navbar.cockpit-mode .navbar-brand img {
    height: 30px;
}

/* Desktop Navigation Layout */
.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* BG managed in UI or minimal here */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 1rem 0;
    z-index: 1000;
}

.nav-item-custom {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    font-size: 1rem;
}