header {
    width: 100%;
    background: #0f0d17 !important;
    padding: 14px 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    position: relative;
    z-index: 999;
}

.logo-container {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.logo-img {
    width: 42px !important;
    height: 42px !important;
}

.logo-text {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #dcd1ff !important;
    letter-spacing: 0.5px !important;
}

nav {
    display: flex !important;
    align-items: center !important;
    gap: 32px !important;
}

nav a {
    color: #e4e0ff !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: 0.2s ease !important;
}

nav a:hover {
    color: #bbaaff !important;
}
