.site-wrapper {
    min-height: 100dvh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #071226;
}

.site-content {
    flex: 1;
    padding-top: 82px;
}

.expo-navbar {
    background: rgba(255, 245, 214, 0.95);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
}

.expo-navbar .nav-link {
    color: #232323;
    font-weight: 600;
}

.expo-navbar .nav-link:hover,
.expo-navbar .nav-link:focus {
    color: #0d6efd;
}

.site-footer {
    background: #0f172a;
    color: #e2e8f0;
    margin-top: 28px;
}

.site-footer a {
    color: #cbd5e1;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #fff;
}

.footer-muted {
    color: #94a3b8;
}

@media (max-width: 991px) {
    .site-content {
        padding-top: 74px;
    }
}
